* lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
[autoconf.git] / ChangeLog
blobb54d20ccc399ca9b36aee9ecb77ec06d64b20d3c
1 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
3         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
4         Require that long long int be at least 64 bits wide.  C99 requires
5         this and enough programs depend on it so we should check for it.
6         Bruno Haible reports in
7         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
8         that long long int is 32 bits wide with some nonstandard compilers.
9         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
11 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
14         to a nonexistent file, so that we don't have to worry about
15         a local site configuration that doesn't use /usr/local.
16         Problem reported by Keith Marshall in
17         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
19 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
21         * doc/autoconf.texi: Be more consistent about using @acronym with
22         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
23         quite right (it talked about "OSF/Tru64", even though the
24         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
25         and it even mentioned "OSF 4"!) and at this point there's little
26         reason to talk about OSF any more, since it died in 1994.
27         (Specific Compiler Characteristics): Simplify example of
28         negative-size array.
29         (File Descriptors): Reorder to make the text flow better.
30         Remove joke about "appreciate the various levels"; I didn't get it.
31         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
32         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
33         (File Descriptors, Limitations of Usual Tools):
34         Tone down the advice against renaming or removing open files.
35         (Limitations of Usual Tools): Add a new section, on 'rm'.
37 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
39         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
40         -lXt in LIBS, idea from Karsten Hopp; this was due since
41         this change:
43         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
44         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
45         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
46         (which belong to Xt, not X itself).  See Debian bug 327655.
48 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
50         * configure.ac (AC_INIT): Bump to 2.60a.
51         * NEWS: Update.
53 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
55         Version 2.60.
57         * configure.ac, NEWS: Update.
59 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
61         * config/texinfo.tex: Sync from upstream.
63         * bin/autom4te.in (handle_traces): Transform the `@S|@'
64         quadrigraph correctly in traces.
66         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
67         Fix typos.
69         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
70         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
71         not defined.
72         * doc/autoconf.texi (Changed Directory Variables): New node,
73         to document the whole `datarootdir' business a bit better.
74         * NEWS: Update.
75         * tests/torture.at (datarootdir workaround): Extend test.
76         Prompted by report by Alexandre Julliard.
78 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
80         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
81         when using default mode of IBM C 6 for AIX.  Problem and two-line
82         fix reported by Larry Jones.
84 2006-06-22  Alexandre Julliard <julliard@winehq.org>
86         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
87         about literal '${datarootdir}' if a definition is found in the
88         output file.
90 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
92         * NEWS: Use "M4" rather than "m4" when appropriate.
93         Problem reported by Eric Blake.
94         * doc/autoconf.texi: Likewise.
95         Use @acronym around BSD, GCC, and GNU when appropriate.
96         (Why GNU M4): Renamed from "Why GNU m4".
97         (Redefined M4 Macros): Mention that Posix
98         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
99         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
100         to int.
102 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
104         * bin/autom4te.in (handle_output): Do not forbid the empty
105         pattern.
106         * tests/tools.at (autoconf: the empty token): New test.
108 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
110         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
111         calls, so that we do not care whether they are LIFO or FIFO;
112         in the m4_wrap, do not check which diversion is the topmost
113         one, just check that the stack is balanced at the end.
114         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
115         base diversion forever--pop the previous diversion before
116         opening the new one; consequently, remove the m4_wrap call.
117         * lib/autotest/general.m4 (AT_INIT): Likewise.
118         * tests/m4sugar.at: Do not use
119         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
121 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
122         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
124         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
125         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
126         Rework example of m4wrap token-pasting trouble so that it doesn't
127         care whether it's LIFO or FIFO.
128         Fix some "contrary to"s that are awkward in English.
130 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
132         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
133         to `yes' instead of `int$1_t' if the type is found, for more
134         consistent configure output (where $1 is the number of bits).
135         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
136         Suggested by Bruno Haible.
138         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
139         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
140         with system headers.  Report by Bruno Haible.
142 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
144         * config/config.guess, config/config.sub: Sync from upstream.
146         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
147         in order to avoid picking up an older installed frozen m4sh.m4f.
148         Besides an outdated shell startup, this could have been created
149         by an earlier M4 version with incompatible frozen file format.
151 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
153         * README: Recommend m4 1.4.4 instead of 1.4.3..
154         * doc/autoconf.texi: Likewise.
155         (Special Chars in Names): Say that $(.FOO) is portable, as
156         suggested by Stepan Kasal.
157         (Installation Directory Variables, Build Directories):
158         (Automatic Remaking, Subdirectories, Fortran Compiler):
159         (Making testsuite Scripts, Defining Directories):
160         Quote variable usages better.
161         (Making testsuite Scripts): Add clean-local rule to makefile
162         snippet, by Eric Blake.
163         (Installation Directory Variables): Fix table item font.
164         Reword slightly to clarify.  Generalize advice about
165         not using special characters to include all file-related
166         vars, not just VPATH.
167         (Special Chars in Variables): Warn about special characters in
168         $(srcdir) too.
169         (Assignments): Clarify default-value example as suggested by
170         Ralf Wildenhues in
171         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
172         (Special Shell Variables): Note leading ./ or ../, as suggested
173         by Eric Blake.
174         (Limitations of Builtins): Under cd, warn about CDPATH.
175         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
176         Ralf Wildenhues.
178 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
180         * doc/autoconf.texi (Configuration Actions): Remove duplicate
181         `@var', for texi2html.
182         (Systemology): Some more word wrapping, for DVI output.
183         (autom4te Invocation): The short option for `--melt' is `-M',
184         not `-m'.
186 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
188         * doc/autoconf.texi: More formatting and English tweaks,
189         many suggested by Ralf Wildenhues.
190         Reword to avoid "@code{...}'s" and the like, since it's ugly
191         with Emacs info mode.  discontents -> woes.
192         Put a few "will"s back.  time stamp -> timestamp.
193         side-effect -> side effect.
195 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
197         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
198         Warn about $@ not persisting.  Problem reported by Julien Danjou in
199         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
200         (Special Chars in Names): Renamed from Leading _ in Macro Names.
201         Mention other special chars, too.
203 2006-06-14  Eric Blake  <ebb9@byu.net>
205         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
207 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
209         * doc/autoconf.texi: Some systematic minor improvements, as
210         follows.  Use "makefile" when talking about makefiles
211         generally (which might be named "makefile" or "Makefile" or even
212         "foo.mk"), "Makefile" when talking about a specific makefile
213         called "Makefile".  This unclutters the text from weird quotes
214         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
215         values" rather than "@var{foo}s" and similar constructs containing
216         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
217         English-language improvements.  Change the prefix "sub-" to "sub"
218         and "re-" to "re".
219         Put blank lines around examples more consistently.
220         Avoid "rather" and "very" as intensifiers.
221         Avoid "will" as an auxiliary.
222         (Limitations of Make): Split this node into....
223         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
224         (Leading _ in Macro Names, Backslash-Newline-Newline):
225         (Backslash-Newline Comments, Long Lines in Makefiles):
226         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
227         (obj/ and Make, make -k Status, VPATH and Make):
228         (VPATH and Double-colon, $< in Explicit Rules):
229         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
230         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
231         New nodes, resulting from splitup of Limitations of Make.
232         All cross-references changed.  Raise the top node from
233         a section to a chapter, and all subnodes accordingly.
234         Redo the introductory wording to match the new organization.
235         (Installation Directory Variables): Use an example that is
236         closer to what Autoconf actually does.  Mention that VPATH's
237         value should not contain metacharacters or white space.
238         (Fortran Compiler): Fix a VPATH bug in an example.
239         (Leading _ in Macro Names): Mention that this problem is no longer
240         of practical concern.
241         (VPATH and Make): Reword the advice to make it clearer
242         that Autoconf and Automake support VPATH in non-GNU make, but
243         many packages have bugs in this area.
244         ($< in Explicit Rules): Refer to Build Directories rather
245         than using a (non-VPATH-safe) example.
246         (Automatic Rule Rewriting): Mention the sort of disaster that
247         can ensue with Solaris-style rule rewriting with VPATH.
249 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
251         * doc/install.texi (Compilers and Options): Weaken the
252         suggestion to use GNU make for VPATH builds.
254         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
255         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
257         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
258         in regular expression.
260 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
262         * doc/autoconf.texi (Installation Directory Variables):
263         Drop extra @samp from `@table @samp' item.
264         (Limitations of Usual Tools): Comment fix.
265         Do not nest @samp just to point to other table items.
266         (Writing testsuite.at) <AT_CHECK>: The second argument to
267         `@dvar' is already @samp'ed.
268         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
269         do not use @var in the second argument.
271 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
273         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
274         $as_shell.exe too.  Problem reported by Andreas Buening in
275         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
277 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
279         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
280         `unused variable' compiler warning, for `-Wall -Werror'.
281         Reported by Jaap Haitsma in
282         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
284 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
286         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
287         case the compiler dumps core.  Problem reported for
288         OpenServer 5.0.7 by Tim Rice in
289         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
290         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
291         Likewise.
293 2006-06-06  Tim Rice <tim@multitalents.net>.
295         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
296         "ERROR" only shows up in "make check" output if there is an
297         error.
299 2006-06-06  Eric Blake  <ebb9@byu.net>
301         * tests/tools.at (automatically allowed tokens): Fix typo.
303 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
305         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
307         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
308         typically overflows on x86 CPUs, even though the C standard
309         requires otherwise.
311 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
313         * configure.ac (AC_INIT): Bump to 2.59e.
314         * NEWS: Update.
316 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
318         Version 2.59d.
320         * config/texinfo.tex: Sync from upstream.
322         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
323         seen, invoke libtoolize with `--ltdl' argument.
324         * lib/autom4te.in (Autoreconf-preselections): Adjust.
325         * NEWS: Update.
326         Suggested by Eric Blake.
328 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
330         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
331         reported by Ralf Wildenhues.
332         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
334 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
336         * THANKS: Update.
338 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
340         * doc/autoconf.texi: Modernize some of the references to Solaris.
342 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
344         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
345         message issued by AC_REQUIRE.
346         * tests/m4sugar.at: Check m4_require's error message.
347         * tests/base.at: Check AC_REQUIRE's error message.
348         * tests/local.at (AT_CHECK_M4): New macro, almost identical
349         to...
350         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
351         AT_CHECK_M4.
352         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
353         `expout' as the last parameter.
354         * tests/tools.at: Adapt to the above change.
356 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
358         * doc/autoconf.texi (Limitations of Usual Tools): Correct
359         information about race-free implementations of mkdir.
361 2006-06-04  Eric Blake  <ebb9@byu.net>
363         * bin/autoreconf.in (help): Document M4 environment variable.
364         * bin/autoconf.as (Usage): Likewise.
365         * bin/autom4te.in (help): Likewise.
366         * doc/autoconf.texi (autom4te Invocation): Likewise.
368 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
370         * NEWS: GNU make now recommended for VPATH builds.
371         Mention that some macros are now documented to be obsolescent.
372         * doc/autoconf.texi:
373         Prefer "current" to "modern" to describe
374         currently-used (albeit perhaps old-fashioned) hosts.
375         Mention which ancient features no longer need to be worried about.
376         setgid -> set-group-ID
377         setuid -> set-user-ID (these are the Posix terms)
378         Fix some misuses of "only".
379         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
380         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
381         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
382         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
383         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
384         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
385         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
386         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
387         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
388         Mention that these macros are obsolescent.
389         (Installation Directory Variables): shall -> should
390         (File Descriptors): Mention that 0, 1, 2 might get reopened.
391         Mention that it's now safe to use 3 and 4.
392         (Limitations of Usual Tools): cp -r is now specified by Posix.
393         Omit longwinded and obsolescent discussion of cp -f.
394         Modernize discussion of expr, ls.
395         (Limitations of Make): Modernize discussion of VPATH builds.
396         Mention $? as a workaround in some cases.
397         * doc/install.texi (Basic Installation):
398         Mention "./configure; make; make install" first.  Be more
399         specific about why this file is generic.  Remove unnecessary
400         parens.  Remove misleading "only".  Remove obsolete advice
401         about csh.  Don't say "configure" takes awhile; say it
402         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
403         and CC=c99 rather than CC=c89, as these are blessed by current
404         Posix.  Recommend GNU make if doing a VPATH build.
406 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
408         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
409         examples involving shell prompts.
411 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
412         and Paul Eggert  <eggert@cs.ucla.edu>
414         * doc/autoconf.texi (Here-Documents): Add details about the
415         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
416         use "here-documents" instead of "here documents".
418 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
420         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
422 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
424         * doc/autoconf.texi (File System Conventions): Warn about ":"
425         anywhere in directory names.
427 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
429         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
430         about quoting the case statement, just in case.
431         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
432         was fixed in ksh93g; reported by Ralf Wildenhues.
434 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
436         * doc/autoconf.texi (System Services): Do not document
437         overriding EXEEXT via ac_cv_exeext=ext.
438         (Particular Programs) <AC_PROG_MKDIR_P>:
439         Document that ${MKDIR_P} understands --.
440         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
441         comment.
443 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
445         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
446         argument with leading hyphen.  Problem reported by Paul Eggert.
448 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
450         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
451         about quoting ac_try: quote all of it, if any of it seems suspicious.
452         This means we don't have to worry about ${ or sed any more.
453         Also, double-quote the case statement, to work around misuses via
454         underquoting as reported by Ralf Wildenhues in
455         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
456         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
457         undocumented and dangerous macro.
458         Problem reported by Ralf Wildenhues in
459         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
461 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
463         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
464         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
465         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
467 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
469         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
470         since evidently some packages rely on the old, broken behavior.
471         Problem reported by Ralf Wildenhues in
472         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
473         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
474         pre-2006-05-26 definitions, but leave in the comments that
475         these macros are dangerous and should not be used.
476         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
477         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
478         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
479         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
480         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
482 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
484         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
485         the use of 'tr', since this is our only use of 'tr'.
487 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
488         and Paul Eggert  <eggert@cs.ucla.edu>
490         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
491         Don't assume 'grep' works on long lines, since AIX grep doesn't.
493 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
495         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
496         the output file in the `${datarootdir}' test.
498 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
499         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
501         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
502         mention of `datarootdir' in the input file(s), but literal
503         `${datarootdir}' in the output file, and we haven't warned yet,
504         then warn as well: the user may have (erroneously) used
505         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
506         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
507         * tests/torture.at (datarootdir workaround): Extend this test.
508         * NEWS: Update.
510 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
511         and Paul Eggert  <eggert@cs.ucla.edu>
513         * doc/autoconf.texi (autoheader Invocation): The first argument to
514         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
515         alternatives and clear up the language a bit.
517 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
519         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
520         ac_config_guess, ac_config_sub, ac_configure.
521         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
522         Fix typo that prevented an unnecessary space from being removed.
523         Problems reported by Ralf Wildenhues in:
524         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
526 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
528         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
529         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
530         Don't use the term "thread-safe" to talk about mkdir race
531         conditions, since the problem is more a process than a thread
532         issue.  Problem reported by Stepan Kasal in:
533         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
534         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
535         the test for 'install' more closely.  Look at MKDIR_P first.
536         Look in the PATH, and at /opt/sfw/bin.
537         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
538         Don't bother to try mkdir -p, since we already check mkdir --version;
539         just look at the version number.  (There's no easy way to check
540         for race-free implementations.)
541         * tests/tools.at (autoconf: subdirectories): Adjust to above
542         changes, since MKDIR_P now might end in "/mkdir -p".
544         * doc/autoconf.texi (autoheader Invocation): Mention that the
545         first arg of AC_DEFINE_UNQUOTED must be a literal.
546         Problem reported by Ben Pfaff in
547         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
549         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
550         * doc/autoconf.texi (Special Chars in Variables): New section.
551         (Preset Output Variables): Warn about special chars in CPPFLAGS.
552         (Installation Directory Variables): Quote $(datadir) better.
553         (Limitations of Builtins): Describe some of eval's trickiness.
555         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
556         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
557         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
558         in front of every arg, not just trailing args.  Quote apostrophes.
559         (_AC_EVAL_ECHO): New macro.
560         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
561         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
562         removed.
563         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
564         exposed by quoting of eval argument.  Put the command on line line
565         so it logs better.
566         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
567         (_AC_PATH_X, AC_PATH_X): Quote more safely.
568         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
569         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
570         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
571         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
572         Use eval more safely.
573         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
574         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
575         to be replaced.
576         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
577         lines, exposed by quoting of eval argument.
579 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
580         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
582         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
583         initialization of `ac_cv_exeext', do not override it if it was
584         already set, unless it was set to `no', for compatibility with
585         Autoconf-2.13, and comment this.
586         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
587         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
588         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
589         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
590         Document that this test may be overridden by setting
591         `ac_cv_exeext'.
593 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
595         Revert these two patches:
597         2006-04-06  Eric Blake  <ebb9@byu.net>
598         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
599         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
600         2006-04-01.
602         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
603         Clean up _AC_COMPILER_EXEEXT* macros.
604         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
605           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
606           ac_file to the name of the default output file and call
607           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
608           initial `rm' of the candidate files...
609         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
610           the same list in subsequent `rm' calls, and for the temporary
611           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
612           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
613         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
614         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
615           no longer needed) by libtool.  Make it a cache check.
616         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
617           copied here by mistake.
618         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
619           _AC_COMPILER_EXEEXT.
620         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
621           _AC_COMPILER_OBJEXT directly.
622         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
624 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
626         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
627         Fix description of how the buggy `sed' works.
629 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
631         Sync from Automake:
633         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
634         ENOLCK.  Only mention `make -j' when applicable.  Only raise
635         fatal errors when `make -j' is involved.  Improve error message.
637 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
639         * doc/autoconf.texi (Here-Documents): We now know more about
640         the variable expansion in here documents bug.
641         Thanks to Tim Rice and Stepan Kasal.
643         * doc/autoconf.texi (Making testsuite Scripts): Add an example
644         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
646 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
648         * tests/autotest.at (Multiline command from M4 expansion):
649         No failure to be expected if the shell quotes newlines in
650         commands in the `set -x' output.  Report by Tim Rice.
651         * THANKS: Update.
653 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
655         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
656         expansion in the here-documents used by config.status, as that
657         runs afoul of the Korn shell version M-12/28/93d bug described in
658         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
659         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
660         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
662 2006-05-23  Jim Meyering  <jim@meyering.net>
664         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
665         Fix typo introduced with 2006-04-02 change.  It reversed the sense
666         of the test.
668 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
670         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
671         ac_dB slightly, to save bytes in the script.
672         Max out at 50 lines, rather than 96; this is more likely
673         (though not guaranteed) to avoid obscure 'sed' failures.
675 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
677         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
678         `tr -d -' as bad option argument.  Work around this by deleting
679         an unrelated character.
680         Report by Tim Rice <tim@multitalents.net>.
682 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
683             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
684             Stepan Kasal  <kasal@ucw.cz>
686         * doc/autoconf.texi (Particular Programs): Do not promise that
687         we always prefer the GNU version of the program, and that we
688         search according to PATH; both rules can have exceptions.
689         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
690         AC_PROG_SED.  Move descriptions of limitations
691         to the Limitations of Usual Tools section.
692         (Limitations of Usual Tools) <sed>: Mention script length
693         limitations with Solaris /usr/ucb/sed.
694         <grep>: Fix wording for empty alternative.  Mention that -c and
695         -l should not be combined, and that -E and -F should not be
696         combined.
698 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
699         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
701         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
702         limits in Solaris 8 /usr/ucb/sed by testing a long script.
704 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
706         * doc/autoconf.texi (Defining Symbols): Literal parameter of
707         AC_DEFINE is now passed to m4_pattern_allow.
708         * NEWS: Mention that; likewise for AC_SUBST.
709         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
710         the parameter to m4_pattern_allow.
711         * tests/tools.at: Add a check for that.
713 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
715         * lib/autoconf/status.m4: Fix typos.
717 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
719         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
720         only the files that this macro generates.
722 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
724         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
725         the HP-UX sed limitation of 99 commands, labels do not count.
726         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
727         in the comment.
728         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
730 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
732         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
733         Import the following fix from coreutils:
735         2006-01-13  Jim Meyering  <jim@meyering.net>
737         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
738         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
739         not double-quote uses of that variable, to accommodate the rare
740         case in which getmntent is available in none of the libraries
741         checked.  This happens at least on FreeBSD 5.0.
743 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
745         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
746         ac_config_guess, ac_config_sub, and ac_configure, since evidently
747         some other programs unwisely rely on these undocumented vars.
748         But put in warning comments about them.
749         Problem reported by Ralf Wildenhues in
750         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
751         * NEWS: Document that these variables are intended to go away.
753 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
755         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
756         and set the language to C++ (analogous to the equivalent Fortran
757         tests).
759         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
760         * doc/autoconf.texi (C++ Compiler): Document it.
761         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
762         * NEWS: Update.
764 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
766         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
767         that caused config.status to generate 100-command sed scripts; the
768         portable limit is 99.
770 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
772         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
773         variable `ac_d' instead of `d' to avoid infringing namespace.
774         Report by Ralf Menzel.
776 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
778         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
779         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
780         * tests/tools.at (autoconf: subdirectories): New test, taken from
781         the corresponding problem report by Ralf Wildenhues in:
782         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
784         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
785         Quote some uses of shell variables if they might suffer unexpected
786         globbing.  This doesn't fix all instances of quoting problems that
787         I found, just the easy ones that look safe.
788         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
789         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
790         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
791         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
792         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
793         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
794         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
795         Likewise.
796         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
797         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
799 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
801         * bin/autoreconf.in ($help): Reword according to the manual.
802         Suggested by Olly Betts.
804 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
805         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
807         * bin/autoreconf.in: Pass the directory argument to
808         `require_configure_ac'.  Fix comment.
809         * tests/torture.at (Configuring subdirectories): Expose this.
810         Reported by Olly Betts.
812 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
814         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
815         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
816         Automake as follows:
818         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
819         `$configure_in' instead of `configure.in', to preserve
820         directory component.
822 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
824         * config/config.guess, config/config.sub, config/texinfo.tex,
825         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
827 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
829         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
830         test for C99 conformance; (bool) 0.5 is an integer constant
831         expression, but (bool) -0.5 is not.  Problem reported by Fedor
832         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
834 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
836         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
837         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
838         Warn about obsolete install-sh files.  Remove stray sentence
839         fragment and fix cross reference.
840         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
841         install -d; this undoes the 2006-05-10 change.
842         (MKDIR_P): Mark with AN_MAKEVAR.
843         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
844         that we don't require $INSTALL to be thread-safe.  Move comments
845         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
846         of AC_PROG_INSTALL.  Output a message saying that we're checking
847         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
848         MKDIR_P instead of AC_SUBST.
849         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
850         Special magic for MKDIR_P, too.
851         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
852         a dnl.
853         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
855 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
857         Sync from Automake, as follows:
859         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
860         * config/install-sh: Initialize IFS, so field splitting isn't
861         turned off later.
862         * config/mkinstalldirs: Likewise.
863         * config/missing: Remove superfluous quotes.  Replace all uses of
864         `[' by `test', for consistency, and for..
865         * config/missing (sed_minuso, sed_output): New variables.
866         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
867         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
868         Fixes `missing' to detect `--output' for help2man.  Fixes
869         PR automake/483.  Report by Dennis J. Linse.
870         (autom4te): Document in `missing --help'.
872 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
874         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
875         * config/install-sh: Don't use 'path' to talk about file names,
876         as per GNU coding standards.  Close a race condition reported by Ralf
877         Wildenhues and Stepan Kasal.  There is still a race condition
878         on hosts that predate Posix 1003.1-1992, but we can't help this.
879         Don't mishandle weird characters like space on pre-Posix hosts.
880         Invoke mkdir at most once per dir arg on pre-Posix hosts.
881         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
882         AC_PROG_MKDIR_P from AS_MKDIR_P.
883         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
884         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
885         earlier editions are not (including Automake 1.8.3).
886         Do not suggest mkinstalldirs for thread-safety.
887         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
888         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
889         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
890         presence of special characters and race conditions.
891         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
892         in Autoconf's name space.
894 2006-05-10  Bruno Haible  <bruno@clisp.org>
895         and Paul Eggert  <eggert@cs.ucla.edu>
897         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
898         from Automake with minor changes.
899         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
901 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
903         * config/install-sh: Update to Automake CVS version, as follows:
904         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
905         * lib/install-sh: Simplify the expr implementation of dirname.
906         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
907         * lib/install-sh: Handle --, and diagnose unknown options.
909 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
911         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
912         `./autom4te' to create `./testsuite', since the `all' target
913         will ensure its presence, but `installcheck' should not create
914         the uninstalled wrappers.
916         * tests/torture.at (Unusual Automake input files): Skip if we
917         detect automake < 1.8.
919 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
921         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
922         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
923         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
924         * NEWS: Update.
926 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
928         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
929         munge (multiple) white space and other oddities.
930         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
931         single quotes in variable assignment.
932         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
933         and similar failures by adding multiple spaces, tabs, and other
934         special characters.
935         Report and different test suggested by Francesco Romani
936         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
938         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
939         single quotes, we only need to search for single quotes; this
940         both simplifies the search pattern, and makes us less
941         susceptible to `echo' variations for arguments not containing
942         single quotes.
943         (_AC_ARG_VAR_VALIDATE): Likewise.
945 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
947         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
948         `$*' and IFS concatenation issue with traditional shells and
949         bash-2.04.  Report by Seanster@Seanster.com.
951 2006-05-03  Bruno Haible  <bruno@clisp.org>
953         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
954         precisely which Mac OS X versions have the od problem.
956 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
958         * doc/autoconf.texi: Use @option systematically.
960 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
961         and Bruno Haible  <bruno@clisp.org>
963         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
964         about 'od'.
965         (Integer Overflow): Mention the special case of integer division
966         overflow.
968 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
970         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
971         traditional shells like the Solaris one that do not use the
972         first IFS character for assembling `$*'.
973         Prompted by a related report from autoconf_bug@nro.ca.
975 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
976         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
978         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
979         Mention more problems with the -e option.
981 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
983         * NEWS: Typo.
984         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
986         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
987         in URLs to improve DVI formatted output (requires texinfo 4.6).
988         (System Services, Systemology, Shellology): Likewise.
989         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
990         output.
992         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
993         continuous text.
994         (Runtime): Fix macro argument names to match description:
995         `action-if-found' -> `action-if-true' and similarly.
996         (Obsolete Macros): Likewise.
997         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
998         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
999         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
1001 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1003         * doc/autoconf.texi (Limitations of Make): Clean up markup.
1005         * ChangeLog: Typo.
1006         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
1007         DVI output.
1009 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1011         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
1012         /bin/sh set unsorted output.
1013         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
1014         * tests/local.at: Likewise.
1016 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
1018         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
1019         (Integer Overflow, Null Pointers, Buffer Overruns):
1020         (Floating Point Portability, Exiting Portably): New sections.
1021         (Writing Test Programs): Fix some langauge.  Recommend exiting
1022         with status 1, not merely nonzero.  Clarify exit declaration.
1023         (Run Time): Move C exit status stuff to new Exiting Portably section.
1024         (Systemology): Mention Posix and levenez.  Update v7 reference.
1025         (Portable Shell): Mention the Posix shell.
1027 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
1029         * bin/autoconf.as (me): Replace by as_me.
1031 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
1033         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
1034         since as_me isn't set yet.
1036 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
1038         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
1039         a few minor bugs in this area.
1041         * doc/autoconf.texi (Programming in M4sh): Comment out the
1042         documentation of AS_BASENAME, for now.
1043         (Shell Substitutions): Do not use AS_DIRNAME in an example.
1044         (Limitations of Builtins) <basename>: Do not refer to
1045         AS_BASENAME.
1046         * bin/autoconf.as (me): Don't use AS_BASENAME.
1047         (dir): Remove the unused variable.
1048         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
1049         AS_DETECT_REQUIRED.  All uses changed.
1050         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
1051         All uses changed.
1052         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
1053         (AS_BASENAME): Use "basename --" to protect against leading "-".
1054         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
1055         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
1056         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
1057         (_AS_DIRNAME_PREPARE): Likewise.
1058         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
1059         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
1060         (AS_DIRNAME): Use "dirname --".
1062 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
1064         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
1065         of "run time" and "run-time" changed to "runtime", for consistency.
1066         * lib/autoconf/fortran.m4: Likewise (in comment).
1067         * lib/autoconf/functions.m4: Likewise.
1068         * lib/autoconf/general.m4: Likewise.
1069         * lib/autoconf/headers.m4: Likewise.
1071         * doc/autoconf.texi (Run Time): Document the exit status situation
1072         with more accuracy and detail.
1074 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1076         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
1077         Archive is not officially `GNU' any more.  Update URL.
1078         (Defining Directories): Likewise
1079         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
1081 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1083         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
1084         newline from the `trap' code to finish `config.log'; the NetBSD
1085         /bin/sh resets the exit status after an empty command, as
1086         documented in doc/autoconf.texi.
1087         Reported by Dalibor Topic <robilad@kaffe.org>.
1089 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
1091         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
1092         Suggested by Bruno Haible.
1094 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
1096         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
1097         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
1098         Instead, just list the shells that we know work.
1099         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
1100         changed.  Be more cautious about the _cv_ variable.
1101         * tests/tools.at (Syntax of the shell scripts): Check the
1102         _cv_ variable once, at first, to avoid an internal autoconf error
1103         when sh -n does not work.
1105 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1107         * lib/Autom4te/FileUtils.pm: Sync from Automake.
1109 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
1111         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
1112         use ">&-" since we're only 99.999% sure that this is portable,
1113         and since the MinGW bug is fixed in a different way.
1114         * lib/autotest/general.m4 (AT_INIT): Likewise.
1116 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
1118         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
1119         before opening config.log, to avoid hitting a bug on MinGW.
1121 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
1123         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
1124         AS_MESSAGE_LOG_FD before reopening it onto the log file.
1125         This works around a MinGW bug reported by Eric Paire.
1126         Make sure that all writes to the log file append to it,
1127         rather than possibly losing data.
1128         * lib/autotest/general.m4 (AT_INIT): Likewise.
1130 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
1132         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
1133         description.
1135 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1137         * NEWS: Update.
1139         * configure.ac (AC_INIT): Bump to 2.59d.
1141 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1143         Version 2.59c.
1145         * Makefile.maint (news-date-check): Do not require a leading `*'
1146         before the release date in NEWS.
1148 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
1149         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1151         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
1152         the instantiated file do not contain the string 'datarootdir'
1153         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
1154         @mandir@, replace the reference '${datarootdir}' by the value.
1155         * tests/torture.at (datarootdir workaround): New test.
1156         * NEWS: Advertise this temporary fixup.
1157         Based on a patch by Bruno Haible, reported and analyzed by
1158         Paul Eggert and Noah Misch.
1160 2006-04-12  Eric Blake  <ebb9@byu.net>
1162         * tests/autotest.at (Debugging a failed test): Fix comment.
1164 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
1166         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
1167         all the changes since 2006-04-07.
1169 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1171         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
1172         succeeded, but `ln -s file dir' failed, take care to remove the
1173         leftover target before the next test, to prevent its spurious
1174         failure; also make sure `ln file dir' works before selecting it.
1175         Thanks to Keith Marshall for pointing this out.
1176         * THANKS: Update.
1178         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
1179         assignments in `at_debug_args', so that we put them correctly
1180         in the `run' script.
1181         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
1182         Reported by Eric Blake.
1184 2006-04-11  Eric Blake  <ebb9@byu.net>
1186         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
1187         top-level tests after micro-suite has been run.   Used in...
1188         (Debugging a successful test, Debugging script and environment),
1189         (Debugging a failed test): ...these new tests.  The first of these
1190         is fixed by...
1191         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
1192         macro, split out from...
1193         (AT_INIT): ...here, so that using -d also generates a run script.
1194         Document that -d inhibits top-level logging.
1195         * doc/autoconf.texi (testsuite Invocation): Document that -d only
1196         inhibits top-level logging; debug scripts are created.
1198         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
1199         check.
1200         * tests/autotest.at (Empty test, Empty check): New test to check it.
1202         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
1203         from gcc.
1205 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
1207         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
1208         the files if a problem appears.  Make the empty *.at files
1209         read-only, too.  Proposed by Ralf Wildenhues.
1211 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1213         * config/Makefile.am: Add comment to force updated Makefile.in.
1215         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
1216         space only patch to this file, this patch causes the Makefile.in
1217         files that include freeze.mk to be updated, and thus have a
1218         newer time stamp again, which in turn makes a pristine CVS
1219         checkout have correct time stamps.
1221         * Makefile.maint (cvs-sv): New macro, to be used..
1222         (config.guess-url_prefix, config.sub-url_prefix)
1223         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
1224         point to CVS text checkout of Gnulib files.
1225         (copyright-check): Bump current year.
1226         (announcement): Do not hard-wire `./announce-gen'.
1227         (cvs-update): Propagate failures of `cvs' and `move-if-change'
1228         correctly.
1229         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
1230         `chmod +x'.
1231         (wget_files): Update config.guess, config.sub, texinfo.tex by
1232         `wget-update', now that their URLs work again.
1234 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
1236         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
1237         Problem noted by Paul D. Smith.
1239 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1241         * doc/autoconf.texi: Remove unused words from word list.
1242         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
1243         .x-sc_trailing_space: New files.
1245         * doc/standards.texi: Sync from gnulib.
1247         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
1248         `LIBOBJDIR' as experimental.
1250         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
1251         with a target directory; it's internally implemented as `cp'
1252         anyway, but since Autoconf advertises the possibility to use
1253         a target directory when LN_S is `ln -s', we need to find out.
1254         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
1255         analyzed by Keith Marshall <keith.marshall@total.com>.
1257         * THANKS: Update.
1259 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
1261         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
1262         confdefs.h as-is.  In general, if it has backslash-newline or the
1263         like, then it doesn't work either to sort or to remove empty
1264         lines.
1266 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
1268         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
1270 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
1272         * lib/autom4te.in (Automake-preselections): Preselect
1273         _AM_SUBST_NOTMAKE.
1275 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
1277         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
1278         apostrophe within a single-quoted string, as this is the usual
1279         tradition and is easier to read than '"'"'.  Don't rely on the
1280         shell treating "$/" like '$/'.  Use a more-consistent indenting
1281         style for the trap.
1283 2006-04-09  Eric Blake  <ebb9@byu.net>
1285         * tests/autotest.at (Backquote command substitution),
1286         (Multiline backquote command substitution): Remove mistaken
1287         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
1288         applied...
1289         (Parenthetical command substitution, Multiline parenthetical
1290         command substitution): here.
1292 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
1294         Import macros from gnulib (often changing their name).
1296         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
1297         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
1298         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
1299         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
1300         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
1301         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
1302         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
1303         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
1304         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
1305         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
1306         The manual mentions Gnulib more prominently.
1307         * doc/autoconf.texi (Gnulib): New node.
1308         (Pointers): Add Gnulib URL.
1309         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
1310         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
1311         Gnulib section.
1312         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
1313         suggest a #define rather than a typedef for _Bool, and mention
1314         Gnulib rather than trying to substitute stdbool code.
1315         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
1316         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
1317         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
1318         AC_STRUCT_DIRENT_D_TYPE.
1319         (Particular Types): Mention stdint.h and inttypes.h as standard
1320         headers too.
1321         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
1322         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
1323         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
1324         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
1325         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
1326         (C Compiler): Move AC_C_LONG_DOUBLE to ...
1327         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
1328         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
1329         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
1330         (Coding Style).  Don't mention m4_expand_once.
1331         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
1332         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
1333         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
1334         (AC_CHECK_FUNCS): Use it.
1335         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
1336         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
1337         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
1338         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
1339         (AC_HEADER_ASSERT): New macro.
1340         (AC_HEADER_STDBOOL): Don't assume "#error" works.
1341         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
1342         Catch a bug in an HP-UX C compiler.
1343         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
1344         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
1345         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
1346         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
1347         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
1348         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
1349         New macros.
1351         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
1352         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
1354 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
1356         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
1357         of the warning introduced by the 2001-08-28 change.
1359 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
1360             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1362         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
1363         variables shall be overriden by the cache.
1364         * tests/torture.at (AC_ARG_VAR): Test also with a first value
1365         that contains braces.
1367 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
1369         Revert the patch from 2006-04-01 and only improve
1370         _AS_DETECT_BETTER_SHELL:
1372         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
1373         skip nonexistent directories.
1374         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
1375         only shell candidates which exist.
1376         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
1377         * lib/autotest/general.m4 (AT_INIT): No need to give three
1378         parameters to _AS_PATH_WALK.
1380 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
1381             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1383         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
1384         distinguish m4sugar macros.
1385         * tests/tools.at (autoupdating with aclocal and m4_include):
1386         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
1387         test case by Noah Misch <noah@cs.caltech.edu>.
1389 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
1391         Revert my change from 2006-03-17, in other words:
1392         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
1393           and DUALCASE=1.
1394         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
1395         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
1396           it is set.
1398 2006-04-07  Eric Blake  <ebb9@byu.net>
1400         * doc/autoconf.texi (Programming in M4sh): Document that
1401         AS_MKDIR_P exits the script on failure.
1402         * lib/autotest/general.m4: Remove redundant AS_ERROR.
1404 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1406         * config/elisp-comp, config/install-sh, config/mdate-sh,
1407         config/missing, config/mkinstalldirs: Sync from Automake.
1409         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
1410         from Automake.
1412         * doc/make-stds.texi: Sync from gnulib.
1414 2006-04-06  Eric Blake  <ebb9@byu.net>
1416         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
1417         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
1418         2006-04-01.
1420 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
1421             Eric Blake  <ebb9@byu.net>,
1422             Paul Eggert  <eggert@cs.ucla.edu>,
1423             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1425         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
1426         whether `set' quotes correctly: redirect stderr of the tested
1427         `set', and use a subshell, for Ultrix; use `sed' instead of
1428         `grep' for zsh `set' which may write binary output; match only
1429         at the beginning of a line, to avoid false positives.
1430         In order to avoid false positives by unrelated variables with
1431         multiline content, put the dump algorithm in a subshell and
1432         unset all variables containing newlines (except some which are
1433         special to the shell).  Warn about cache variables that are
1434         unset.
1436 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1438         * config/config.guess, config/config.sub, config/texinfo.tex:
1439         Sync from upstream.
1441         * tests/mktests.sh: Reword comments.
1443         * tests/mktests.sh: Only skip internal macros starting with
1444         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
1445         Update exclusion lists for the test suite to this end:
1446         (AC_ARG_VAR): Do test this now.
1447         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
1448         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
1449         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
1450         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
1452         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
1453         shell issue with double-quoted command substitutions of native
1454         commands.
1455         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
1456         Marshall.
1458         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
1459         no file matches the glob, discard the warning, set `nullglob'.
1460         (syntax-check): Likewise.
1461         (sc_cast_of_x_alloc_return_value): Likewise.
1462         (sc_cast_of_alloca_return_value, sc_error_exit_success)
1463         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
1464         (m4-check): Likewise.
1465         (sc_system_h_headers): Do not print rule on execution.
1466         (sc_tight_scope): Do not fail for non-existing `src' directory.
1467         (sc_changelog): Skip the Copyright footer.
1468         * lib/autoconf/lang.m4: Remove trailing space.
1470         * lib/autoconf/status.m4: More replacements to
1471         <tab><space> where this makes sense.
1473 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
1475         * tests/Makefile.am (maintainer-check-posix):
1476           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
1478         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
1479           ac_config_<foo>s again, sometimes normalized, sometimes not.
1480         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
1481         (AC_CONFIG_COMMANDS): Do not do so here.
1482         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
1483           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
1484           2005-07-25 rewrite.  Noticed by Noah Misch.
1486         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
1487           _AC_PRESERVE_HELP_ORDER, ...
1488         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
1490         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
1491           inside m4_expand_once; it is redundant.
1493         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
1494           for --help from Cygnus `configure.'
1496 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
1498         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
1499         on a patch proposed by Ralf Wildenhues.
1501 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
1503         * lib/autoconf/status.m4: Replace <space>''<tab> with
1504         <tab><space> where this makes sense.
1506 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
1507             Noah Misch  <noah@cs.caltech.edu>
1509         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
1510         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
1511         * doc/autoconf.texi (Help Formatting): New node.
1512         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
1514 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1516         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
1517         lib/autoconf/specific.m4, lib/autoconf/status.m4,
1518         lib/autoconf/types.m4, lib/autotest/general.m4,
1519         tests/mktests.sh, tests/torture.at: White space cleanup:
1520         remove some SPACE before TAB, or add quoting ('' or @&t@).
1522         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
1524         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
1526 2006-04-05  Eric Blake  <ebb9@byu.net>
1528         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
1529         empty test suite works.
1530         * tests/autotest.at (Empty test suite): Remove xfail.
1532 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
1534         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
1535         TAGS to ac_config_<foo>s.
1536         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
1537         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
1538         normalizing it, consistent it with previous releases.
1539         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
1541 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
1543         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
1544         Use simplified args that Eric Blake originally suggested.
1546 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
1548         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
1549         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
1550         Use 'comm' rather than N instances of grep; this also fixes a bug
1551         whereby substrings were incorrectly matched, causing us to not
1552         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
1553         (exclude_list): Exclude empty macros.
1554         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
1556         Use awk rather than grep -E or egrep, to avoid
1557         portability problems with regular expressions containing newlines.
1558         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
1559         Switch from grep to awk syntax.
1560         (ac_exclude_script): Renamed from ac_exclude_egrep.
1561         (au_exclude_script): Renamed from au_exclude_egrep.
1563 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
1565         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
1566         a subdirectory subject to Cygnus `configure'.
1567         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
1569         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
1570         report request when we have no AC_PACKAGE_BUGREPORT.
1572 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1574         * THANKS: Update.
1576         * tests/mktests.sh: Update copyright year in the header of the
1577         generated files.
1579         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
1580         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
1581         typedef'ed restricted pointer, to catch a compiler bug on
1582         HP-UX 11.x, and fix warnings so it passes with -Werror.
1583         (_AC_PROG_CC_C99): Likewise.
1584         Reported by Albert Chin <china@thewrittenword.com>.
1585         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
1587 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
1589         * bin/autoscan.in (subdirs): New global.
1590         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
1591         (output): Emit AC_CONFIG_SUBDIRS as needed.
1592         * tests/autoscan.at (autoscan): Remove XFAIL.
1594 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
1596         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
1598 2006-04-03  Eric Blake  <ebb9@byu.net>
1600         * THANKS: Add myself.
1602 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1604         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
1605         to log, point to testsuite output tree.
1607 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
1609         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
1610         * doc/autoconf.texi (Function Portability): Mention that C++
1611         has trouble with 'exit'.
1612         (Guidelines): Test programs shouldn't use 'exit'.
1613         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
1614         Remove; all uses removed.
1615         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
1616         Return from 'main' instead of calling 'exit'.
1617         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
1618         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
1619         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
1620         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1621         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
1622         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
1623         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
1624         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
1625         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1626         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
1627         * tests/compile.at: Likewise.
1629 2006-04-02  Pavel Roskin  <proski@gnu.org>
1631         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
1633 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1635         Clean up _AC_COMPILER_EXEEXT* macros.
1637         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
1638           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
1639           ac_file to the name of the default output file and call
1640           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
1641           initial `rm' of the candidate files...
1642         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
1643           the same list in subsequent `rm' calls, and for the temporary
1644           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
1645           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
1646         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
1647         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
1648           no longer needed) by libtool.  Make it a cache check.
1649         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
1650           copied here by mistake.
1651         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
1652           _AC_COMPILER_EXEEXT.
1653         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
1654           _AC_COMPILER_OBJEXT directly.
1655         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
1657 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1659         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
1660         (AS_DIRNAME): Use it.
1661         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
1663         * tests/*.at: Remove the generated ones.
1665 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1667         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
1669 2006-04-01  Eric Blake  <ebb9@byu.net>
1671         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
1672         directories, unless optional third argument supplied.
1673         (AS_UNAME): Don't optimize PATH walk.
1675         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
1677 2006-04-01  Eric Blake  <ebb9@byu.net>
1678         and Stepan Kasal  <kasal@ucw.cz>
1680         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
1681         and fix some typos.
1683 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
1685         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
1686         Autoconf version number despite a zero- or one-argument AC_INIT.
1688         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
1689         subordinate tools.
1690         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
1691         * doc/autoconf.texi (autoreconf Invocation): Document it.
1693         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
1694         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
1696 2006-04-01  Eric Blake  <ebb9@byu.net>
1698         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
1699         * lib/autotest/general.m4: Be tolerant of existing directory when
1700           rm failed to remove it.
1702 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1704         * bin/autoupdate.in: Redefine m4_location so that warnings print
1705         the correct lines of the input file by subtracting..
1706         (_au__first_line): ..this new definition.
1708         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
1709         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
1710         Remove stray newline in output.
1711         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
1712         AC_DEFUN this for autoconf, including the obsoletion diagnose.
1713         Fixes autoupdating of code where the replacement output contains
1714         m4sugar macros.
1715         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
1716         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
1717          (au_exclude_list): Add AC_LANG_SAVE.
1718         * tests/tools.at: Several new tests for all of this.
1719         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
1720         hairy details.
1721         The AC_LANG_SAVE issue was reported against Libtool by
1722         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
1723         Kristian Kvilekval <kris@cs.ucsb.edu>.
1725 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1727         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
1728           switch all of them on and of when necessary.  Fixes the bug when
1729           m4sugar macros (e.g., m4_define) were expanded after the first
1730           automatic update (e.g., after AC_PREREQ or AC_INIT).
1732 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
1734         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
1735         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
1737         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
1738         correctly.  Problem reported by Eric Blake.
1739         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
1740         Ralf Wildenhues.
1742 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1744         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
1745         Tighten up the basename/dirname wording.
1747 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1749         * Makefile.maint (sc_texi_notab): New check: do not use TABs
1750         in texinfo files outside of verbatim environments.
1751         (syntax-check-rules): Update.
1752         * doc/autoconf.texi (Configuration Headers): Conform to it.
1754 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
1756         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
1757           aclocal cannot be given on the command line.
1759 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
1761         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
1762         Give an example for AS_DIRNAME instead of referring to Posix..
1763         (File System Conventions): Put discussion of // versus / here, and
1764         modernize it a bit.
1765         (Limitations of Usual Tools): Add basename.  Remove verbiage
1766         after dirname, since it got moved to the above sections.
1767         All this was inspired by a patch proposed earlier by Eric Blake.
1769 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1771         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
1772         `$0' to protect against spaces.
1773         * lib/autotest/general.m4 (AT_INIT): Likewise.
1774         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
1775         `$0', $as_me.
1777 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1779         * bin/autoscan.in: The value of find_configure_ac should be
1780         checked for existence, so we don't barf over a nonexisting
1781         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
1783 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1785         * bin/autoupdate.in: Fix some typos.
1787 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
1789         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
1791         * lib/autoscan/autoscan.list: Refreshed.
1793 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1795         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
1796         and Erlang related variables.
1798         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
1799         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
1800         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
1801         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
1802         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
1803         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
1804         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
1805         (_AC_PROG_OBJC_G): New macros.
1806         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
1807         * doc/autoconf.texi (Objective C Compiler): New node.
1808         (Preset Output Variables): Document OBJCFLAGS.
1809         (Language Choice): Document `Objective C' language.
1810         (Fortran Compiler): Fix typo.
1811         * NEWS: Updated.
1812         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
1814 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
1816         * doc/autoconf.texi (Default Includes): Fix typo
1817           s/AC_HEADERS_STDC/AC_HEADER_STDC/
1818         (Limitations of Usual Tools): s/unwriteable/unwritable/
1819         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
1820           Fix typos in the comments.
1822 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
1824         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
1825           Factor out the warning to...
1826         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
1827         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
1828         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
1830         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
1831           case `ac_delim' when writing the sed script.
1833         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
1834           moved DUALCASE=1 ...
1835         (AS_SHELL_SANITIZE): ... here.
1836         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
1837           that it is set.
1839         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
1840           AC_SUBST.
1841         (_AC_PATH_PROG): Store the result to VARIABLE.
1842         (AC_PATH_PROG): No need to set VARIABLE again.
1844         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
1845           the first one is usual AT_CHECK_MACRO test, the second one checks
1846           that the same works when cross-compiling.
1847         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
1848         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
1850 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1852         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
1853         the directory `/usr/bin/posix' in the shell search, to prefer
1854         the Posix shell not only in subsequent spawns as with `$BIN_SH'
1855         on Tru64.
1857         * doc/autoconf.texi (contents): To fix texi2html output, hide
1858         `@setcontentsaftertitlepage' for HTML.
1859         (Writing Autoconf Macros): Likewise, insert space after `@c'.
1860         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
1861         `@,{c}'.
1863 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
1865         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
1866           sanitizing...
1867         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
1868         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
1869           why IFS is restored so late; thank you, Ralf, for reminding us.
1871 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
1873         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
1874           variables in the examples.
1876 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1878         * doc/autoconf.texi (several sections): Cleaned up documentation for
1879         macros in erlang.m4.
1881 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1883         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
1884         failure condition for `$(cmd)' style command substitutions.
1885         (Parenthetical command substition, Multiline parenthetical
1886         command substition): Use it.
1888         * doc/autoconf.texi (Special Shell Variables): Missing word.
1889         Reported by Keith Marshall <keith.marshall@total.com>.
1891         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
1892         IFS even in case of empty `$PATH'.
1894 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1896         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
1897         `expr' away if there is nothing to do.
1898         < --keywords >: Simplify and robustify argument handling.
1899         Revert erroneous comment from 2005-08-23.  Extend to allow
1900         keyword negation with `!'.
1901         Update help message.  Remove broken code to prevent running
1902         tests multiple times.
1903         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
1904         Update and fix the documentation accordingly.
1905         * tests/autotest.at (Keywords): Renamed to..
1906         (Keywords and ranges): .. this.  Extended to make sure negated
1907         keywords, keywords taken from AT_SETUP arguments, and numeric
1908         test ranges work, and that matching is case-insensitive.
1910 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1912         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
1913         allow to pass unnamed structs even in C++.
1914         (AC_CHECK_SIZEOF):  Likewise.
1915         Also fix quoting error in `AC_MSG_FAILURE' arguments.
1916         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
1917         struct): New tests for unnamed structs, each both native and
1918         cross-compiling.
1920         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
1921         a structure inside a cast, for C++ conformance.
1922         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
1923         Also fix quoting error in `AC_MSG_FAILURE' arguments.
1925         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
1926         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
1927         trying to execute the command `no'.
1929         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
1930         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
1931         expanded outside.
1933         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
1934         example.  Do not emphasize `$%', it is hardly new and special.
1935         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
1937         * doc/autoconf.texi (Limitations of Usual Tools): Document
1938         OpenBSD and traditional `grep' failure to handle multiple
1939         patterns separated by newlines.
1941 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1943         * doc/autoconf.texi (several sections): Add documentation for macros
1944         in erlang.m4.
1946 2006-03-10  Eric Blake  <ebb9@byu.net>
1948         * doc/autoconf.texi (Obsolete Macros): Fix wording of
1949         AC_TRY_LINK_FUNC.
1951 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
1953         * doc/autoconf.texi: Use @acronym more consistently for acronyms
1954         like BSD, GPL, LGPL.  Fix minor English typos.
1955         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
1956         Mention that these macros are becoming obsolete.
1957         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
1958         Use more modern terminology for which standard is what.
1959         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
1960         and to ansi2knr.
1961         (AC_PROG_CXX): Likewise.
1962         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
1963         Remove obsolete discussion about how to port to K&R.
1964         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
1965         the obsolescent AC_HEADER_STDC.
1966         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
1967         can't rely on it.
1969 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1971         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1972         Remove stdin redirection from /dev/null to allow pipe to work.
1974 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
1976         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1977         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
1978         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
1979         Ralf Wildenhues.
1981 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1983         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
1984         HP-UX sed is 99 commands, not 100.
1985         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
1986         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
1987         newline for portability.
1988         * tests/torture.at (Torturing config.status): Also test 100
1989         AC_SUBST_FILE invocations.  Fix test to actually verify the
1990         AC_CONFIG_FILES output.
1991         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
1992         command, label, and read-file `r' limits.  Unify HP-UX spelling.
1994         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
1995         non-suffix rule.
1996         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
1997         non-GNU make.
1998         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
1999         * tests/mktests.sh: Small shell portability fixes.
2001 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2003         * doc/autoconf.texi (Caching Results): Fix the examples to use a
2004         recommended quoting style and discard unwanted output.
2006 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2008         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
2009         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
2010         cases, and to work around Tru64 expr bug.
2012 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2014         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
2015         expr bug that turns the result of a regex match into a number if
2016         possible.
2018 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2020         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
2021         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
2022         in section `Specific Compiler Characteristics'.
2024 2006-03-04  Eric Blake  <ebb9@byu.net>
2026         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
2027         variable warning.
2029 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2031         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
2032         order of variable initialization, so even the Solaris 2.6 shell
2033         can create a config header correctly.  Fixes lots of test suite
2034         failures.
2036 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2038         * doc/autoconf.texi (Text processing Macros): New node to
2039         document the m4sugar macros m4_re_escape, m4_tolower,
2040         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
2042 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
2044         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
2045         XrmInitialize (0) -> XrmInitialize ().
2046         Reported by Toshio Kuratomi.
2048 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2050         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
2051         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
2052         * doc/autoconf.texi (Programming in M4sh): Adjusted.
2053         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
2054         both macros are defun'ed so that required macros are evaluated
2055         outside.
2057         * doc/autoconf.texi (Prerequisite Macros): State more precisely
2058         where a required macro will be expanded.
2059         (Coding Style): Another reason not to use `m4_define'.
2061 2006-02-21  Eric Blake  <ebb9@byu.net>
2063         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
2065 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2067         * doc/autoconf.texi (Looping constructs): New node, to
2068         document m4_for, m4_foreach, m4_foreach_w, and mention
2069         obsolete AC_FOREACH.
2070         (Obsolete Macros): Document AC_FOREACH.
2071         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
2072         (m4_for): Fix to never loop (almost) endlessly, work correctly
2073         with arithmetic expressions in arguments, a step of zero or
2074         non-integer multiple of the interval, and avoid integer
2075         overflow.
2076         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
2077         m4_foreach_w.
2079 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
2081         Add basic support for Erlang, both for configuring Erlang/OTP
2082         tools, and Erlang as a conf test language.
2083         * lib/autoconf/erlang.m4: New file.
2084         * lib/autoconf/autoconf.m4: Add erlang.m4.
2085         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
2086         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
2087         * NEWS: Add short description of new macros.
2088         * THANKS: Add Romain Lenglet.
2090 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2092         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
2093         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
2095 2006-02-15  Eric Blake  <ebb9@byu.net>
2097         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
2098         warning.
2100 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2102         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
2103         (_AS_CASE): Private helper macro.
2104         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
2105         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
2106         Fix syntax of AS_IF description
2107         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
2108         for the AC_REQUIRE mess.
2109         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
2110         AS_SHELL_SANITIZE.
2112 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2114         * doc/autoconf.texi: Minor style cleanup.
2115         Be consistent about spaces after commas.
2116         Insert [] where empty args look a bit funny.
2117         Fix some "i.e." and "e.g." usages.
2118         Try to avoid "X/Y" usages.
2119         Don't be pedantic about "ISO C99"; just say C99.
2120         Prefer GNU style for spaces in front of parens.
2121         (Function Portability): Comment about C89 versus C99
2122         signed integer division.
2123         (Particular Headers): Use current gnulib style for dirent
2124         includes.
2126 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
2127         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2129         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
2130         macros without parameters.
2131         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
2132         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
2133         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
2134         `$#' bug.
2135         (autoupdate): Updated to match AU_ALIAS fix.
2137 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2138         and Paul Eggert  <eggert@cs.ucla.edu>
2140         * doc/autoconf.texi (Programming in M4sh): Document
2141         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
2143 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2145         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
2146         (AS_BOURNE_COMPATIBLE): ..this.
2147         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
2149 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2151         * doc/install.texi (Defining Variables): Tighten up the
2152         CONFIG_SHELL wording.
2154 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
2155         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2157         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
2158         of (set -o) rather than testing whether (set -o posix) succeeds,
2159         to work around a bug in the AIX 5.3 shell.  Problem originally
2160         reportd by Howard Chu for libtool.
2162 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
2164         * doc/autoconf.texi (Running the Compiler, Running the Linker):
2165         Changes the macro arguments in summaries to match the
2166         descriptions.
2168 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
2170         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
2171         hint as ``a workaround for a bug.''
2173 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2175         * bin/autoreconf.in: New option `--no-recursive'.
2176         Improve wording for subpackages a bit.
2177         * doc/autoconf.texi (autoreconf Invocation): Updated.
2178         * NEWS: Updated.
2180         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
2181         in environment of `configure', not the command line.
2182         Reported by Howard Chu <hyc@highlandsun.com>.
2184 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
2186         * doc/autoconf.texi (Limitations of Builtins): Document the
2187         problem with "trap -".
2189 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
2191         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
2192         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
2193         messages to differentiate Fortran and Fortran 77 tests.
2194         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
2195         AC_LANG_ASSERT, to allow use in mixed-language projects.
2197 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2199         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
2200         FOO" to "defined (FOO)".
2201         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
2202         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
2203         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
2204         * tests/tools.at (ifnames): Likewise.
2206 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2208         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
2209         * lib/Autom4te/General.pm (mktmpdir): Likewise.
2210         (END): Improve error message a bit.
2211         Reported by Bruce Korb <bkorb@gnu.org>.
2213 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2215         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
2216         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
2218 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
2220         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
2221         requires sys/stream.h.  Reported by Oliver Kiddle.
2223 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2224             Stepan Kasal  <kasal@ucw.cz>
2226         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
2227         before the removals of test dirs, use `find' to avoid modification
2228         of symlinked directories.
2230 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
2232         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
2233         Don't ignore the macro arguments.
2235 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
2237         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
2238         declaration that works for MSVC.
2240 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2242         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
2243         Add `*.map' and `.inf' for Green Hills compiler.
2244         Reported by Stefan Seefeld <stefan@codesourcery.com>.
2246         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
2247         correctly: pad with spaces after FIRST_PREFIX if necessary,
2248         and compute string lenghts with `m4_qlen' instead of `m4_len'.
2249         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
2250         * tests/m4sh.at (AS_HELP_STRING): Test extended.
2251         * NEWS: Updated.
2252         Reported by numerous people, numerous times.
2254 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2256         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
2257         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
2258         * lib/autoconf/general.m4, lib/autoconf/status.m4:
2259         * lib/autotest/general.m4, tests/local.at:
2260         Update copyright year to 2006.
2262         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
2263         sed substitutions.
2264         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
2265         for file names, again.  Reported by Noah Misch.
2266         (Coding Style): Explain that s|a|b| is preferred for file names.
2267         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
2268         (AC_OUTPUT_MAKE_DEFS): Likewise.
2269         * lib/autotest/general.m4 (AT_INIT): Likewise.
2270         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
2271         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
2273         Fix Posix-conformance bugs re use of { command in sed scripts,
2274         and improve the sed-related documentation a bit.
2275         * doc/autoconf.texi (Installation Directory Variables): Use
2276         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
2277         rather than "sed" when talking about Sed in general.
2278         (Particular Programs): Likewise.
2279         (Coding Style): y is like s with respect to / and ,.
2280         (Limitations of Usual Tools): Document the weird restrictions
2281         that Posix has about { }.  Use better quoting.
2282         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
2283         Rewrite to conform to Posix rules about { } in sed scripts.
2284         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
2285         * tests/foreign.at (Libtool): Likewise.
2286         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
2287         Use our own style advice re 's,a,b,' versus 's|a|b|'.
2289 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2291         * lib/autoconf/status.m4: Fix typo.
2293         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
2294         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
2295         `-def', for the benefit of Portland `pgf90 -Mipa'.
2296         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
2298 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2300         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
2301         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
2302         shell from zsh to bash.
2304 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
2306         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
2307           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
2309 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2311         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
2312         parentheses in $(...).  Problem reported by Eric Blake.
2314 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2316         * doc/autoconf.texi (Limitations of Usual Tools):
2317         Mention which characters can be escaped with \ in portable regular
2318         expressions used in grep, sed, expr.  Mention the leading ^ problem
2319         with expr.  Clean up some confusing wording.  Mention which
2320         grep options are portable.
2322 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
2324         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
2326 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
2328         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
2329         patch, noted by Ralf Wildenhues.
2331 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2333         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
2334         posix' unconditionally, for pdksh in `native sh' emulation.
2336 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
2338         * doc/autoconf.texi (Shellology): Document eval $? problem
2339         with ash.
2340         (Limitations of Builtins): Likewise.
2342 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2344         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
2345         CONFIG_SHELL in the environment of the configure rerun.
2346         * doc/autoconf.texi (Here-Documents, config.status Invocation):
2347         Suggest passing CONFIG_SHELL absolute, and in the environment
2348         rather than as option.
2350 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2352         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
2353         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
2354         Fix macro quoting.  Fix output for n * 98 substituted variables.
2356 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2358         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
2359         `tmp' to avoid file removal race.
2361 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2363         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
2364         ac_clean_files and LIBOBJS.
2366 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2368         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
2369         Factor functionality to..
2370         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
2371         `AC_SUBST($1)' in the public version.
2372         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
2373         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
2374         ac_pt_* variables.
2376 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
2378         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
2379         filesystems.
2381 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2383         * NEWS: Move AH_HEADER mention to right place.
2385 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
2387         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
2388         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2390 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
2392         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
2393         conftst2.$ac_objext.
2394         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2396 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
2398         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
2399         conftest.o, to see whether the compiler really obeys; rm the object
2400         file before and after the test and register it with ac_clean_files.
2401         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2403 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
2405         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
2406         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
2407         code so that the most common case requires less forks.
2409 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
2411         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
2412         not portable; thanks to Paul Eggert and Alexandre.
2414         * NEWS: Fix an old typo.
2416 2005-10-20  Jim Meyering  <jim@meyering.net>
2418         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
2419         the latter'', in two places.
2421 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
2423         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
2424         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
2425         the inner workings of AC_LANG_FUNC_LINK_TRY.
2426         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
2427         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
2428         by the function rather than ignoring it.
2429         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
2430         comparing its address.  Intel's interprocedural optimization was
2431         outsmarting the old heuristic.  Problem reported by
2432         Mikulas Patocka.
2434 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
2436         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
2438 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2440         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
2441         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
2443 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
2445         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
2446         before removing it (chmod -R u+rwx); there are three instances of this.
2448 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2449             Stepan Kasal  <kasal@ucw.cz>
2451         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
2452         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
2453         make its content writable before removing it.  Remove an errorneous
2454         comment from the end, where the logs of the failed tests are copied
2455         to the main log file.
2457 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
2459         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
2460           in case the computer is too quick.  Double quote the configure.ac
2461           snippets.
2463         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
2464           problems if the testsuite were running too fast.
2466 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2468         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
2469         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
2470         (which belong to Xt, not X itself).  See Debian bug 327655.
2471         * NEWS: Mention this.
2473 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
2475         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
2477 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2479         * config/move-if-change: Don't output "$2 is unchanged";
2480         suggested by Ben Elliston.  Handle weird characters correctly.
2482 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
2484         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
2485           calls, so that the final expansion of this macro is shorter.
2486           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
2487           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
2488           the cleanup there.  Use AS_VAR_* macros, to be more general.
2489         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
2491         * lib/autoconf/general.m4: Use AS_IF where appropriate.
2493         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
2495 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
2497         * doc/autoconf.texi (Configuration Headers): Add an index entry
2498           for AH_HEADER.
2500 2005-08-26  Pavel Roskin  <proski@gnu.org>
2502         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
2503         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
2504         running xmkmf.
2506 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
2508         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2509         The previous patch didn't work, so try a better one.
2511 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
2513         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
2514         in the example.  Reported by Bruno Haible.
2515         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
2516         "if $undefined_var;" succeeds with my shell.
2518         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
2519         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
2520         but change the m4_divert_text to m4_divert_once.
2522 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
2524         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2525         Work around bug in Solaris /usr/xpg4/bin/awk.
2526         The bug is present in at least Solaris 8 through 10.
2528 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
2530         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
2531         some evil values and relying on the fact that $* concatenates the
2532         parameters by the first character from IFS.
2534 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2535             Stepan Kasal  <kasal@ucw.cz>
2537         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
2538         first header appears, define AH_HEADER.
2539         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
2540         Update limitations about when to call AC_CONFIG_HEADERS.
2541         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
2542         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
2543         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
2544         ``Configuration Actions''; fix their index entries.
2546         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
2547         options correctly.  Process N-M as M-N if M is smaller than N.
2548         Process ranges correctly so that N-N will run only N.
2549         Sort and uniquify the tests that will be run.  If there is more
2550         than one test, reinsert the banners for the tests.
2551         * tests/autotest.at (Keywords): Unmark XFAIL.
2553 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
2555         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
2556           before passing the macro name to AH_TEMPLATE.
2558         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
2559           now opens log after option processing; in particular, --version
2560           and --help do not touch config.log.
2562         * Makefile.maint: Revert the change from 2005-08-12.
2564 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
2566         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
2567           common code to...
2568         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
2570 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2572         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
2573         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
2574         Language cleanup.
2576         * doc/autoconf.texi (Defining Symbols, Changed Results):
2577         Prepend to LIBS, not append, in examples.
2579 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
2581         When building in place, set srcdir="."; suggested by Tim Van Holder.
2583         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
2584           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
2585         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
2586         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
2587           does not mean "no --srcdir option".
2589 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2591         * tests/autoscan.at (autoscan): New file.
2592         * tests/suite.at: Use it.
2593         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
2594         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
2596         * tests/autotest.at (Keywords): Test keywords combinations.
2598 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
2600         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
2601           add "2>&1"; gzip 1.2.4 prints help on stderr.
2603 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
2605         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
2606         was pushdef'ed twice while popped only once.  Push it only once.
2607         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
2609 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
2611         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
2612         prefixed by mere "===", not "configure: === ".
2614 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
2616         * Makefile.maint: Update from Bison.
2618         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
2619         "<tab>" in comment, so that the point is understandable.
2621 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
2623         Rewrite substantial part of lib/autoconf/status.m4.
2624         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
2625         and CONFIG_COMMANDS are not processed in four separate loops.
2626         Instead, there is one main loop.  This alows that the common code
2627         is expanded only once, thus config.status (and configure) is smaller.
2629         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
2630         the AC_LIST_FILES and cousins macros are no longer used.
2632         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
2633         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
2634         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
2635         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
2636         contain the initialization, nor the for loop, nor the associated
2637         commands; all these go to ...
2638         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
2639         _AC_OUTPUT_CONFIG_STATUS.
2640         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
2641         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
2642         (_AC_OUTPUT_FILE): The creation of the sed script ...
2643         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
2644         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
2645         _AC_OUTPUT_MAIN_LOOP.
2646         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
2647         _AC_CONFIG_COMMANDS): Use ...
2648         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
2649         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
2650         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
2651         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
2652         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
2653         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
2654         ... new macros.
2655         (_AC_CONFIG_UNIQUE): Update.
2656         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
2657         Replaced by this ...
2658         (_AC_LIST_TAGS): ... new common macro.
2659         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
2660         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
2661         (_AC_LIST_TAG_COMMANDS): ... new common macro.
2662         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
2663         this didn't belong to the `config commands' section.
2664         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
2665         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
2666         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
2667         to the `config commands' section either.
2668         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
2669         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
2671         ... and many changes to the comments nearby.
2673         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
2674         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
2675         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
2676         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
2677         (#define header templates): The comment at the top of the generated
2678         header now includes the name(s) of the source file(s).
2680         Several unrelated small changes:
2682         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
2683         parameter to AC_DIAGNOSE.
2684         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
2685         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
2686         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
2687         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
2688         with AU::AC_OUTPUT.
2689         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
2690         in AC_OUTPUT doesn't double-quote it either.
2691         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
2692         parameters.
2694 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
2696         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
2697         versions of Portland Group compiler produce single- and double-quoted
2698         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
2699         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2701 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
2703         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2704         This is a corrected version of yesterday's patch.
2706 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
2708         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
2709         path, too; insert a "===" to emphasize the line.
2711         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
2712           ac_cv_build_alias to ac_build_alias.
2713         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
2715         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
2716         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
2717         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
2718         (AC_ARG_VAR): ... here.
2719         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
2720           target_alias.
2722         Keep a list of all precious variables and process them with one simple
2723         for loop, instead of expanding all commands, or, OTOH, complicated
2724         processing of output of "set".
2725         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
2726         variable names in new macro...
2727         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
2728         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
2729           a loop to assign all ac_env_* and ac_cv_env_* variables.
2730         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
2731           to INIT_PREPARE.
2732         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
2733           its value to shell variable ac_precious_vars and call
2734           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
2735         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
2736           _AC_ARG_VAR_VALIDATE.
2738         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
2739           and the AC_SUBSTs ...
2740         (AC_INIT): ... here.
2742         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
2743           the ac_subst_files section in config.log.
2745         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
2747 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
2749         * NEWS: New macro AC_C_TYPEOF.
2750         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
2751         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
2752         * tests/c.at (C keywords): Test AC_C_TYPEOF.
2754         Fix problems reported by Nicolas Joly.
2755         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
2756         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2757         They are generated by the Tru64 v5.1B shell.
2759 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
2761         Fix my changes from 2005-07-01; reported by Noah Misch.
2762         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
2763         description, the macro now accepts only a single tag.
2764         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
2766         Fix cases when the varsions of Autoconf and Autotest don't match.
2767         Reported by Noah Misch.
2768         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
2769         at_top_builddir, for compatibility with older autotest.
2770         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
2771         is not set, use at_top_builddir, for compatibility with older
2772         versions of autoconf.
2774 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
2776         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
2777         Problem reported by Patrick Welche.
2779 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
2781         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
2782         sed substitution command, so that we allow | in program prefixes
2783         and program suffixes.  (& is a problem anyway; we're not fixing
2784         that here.)
2785         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
2786         configure_input, top_builddir, srcdir, etc.
2787         * lib/autotest/general.m4 (AT_INIT): Likewise, for
2788         PATH_SEPARATOR in AUTOTEST_PATH.
2790 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
2792         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
2793         for loop over config.site files using `set', to allow
2794         directory names containing IFS characters.
2796 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2798         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
2799         directories with weird names.  Apparently some people like living
2800         on the edge.  However, improve the test that "pwd" actually does
2801         report a name for the working directory.
2802         * NEWS: Remove the claim that we test for funny chars in dir names.
2804 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
2806         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
2807         replaced ...
2808         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
2809         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
2810         Now accept a single tag, not whitespace separated list.
2811         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
2813 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
2815         * doc/autoconf.texi (Configuration Headers): Change the explanation
2816         about #include <config.h>.
2817         (Generic Functions): Mention the Gnulib project.
2818         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
2820         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
2821         document to output the default config_* lists to config.status.
2822         Don't recognize option --file, if the functionality is not there.
2823         Likewise for --header; moreover, recognize --he and --h as shortcuts
2824         for --help in that case.
2826         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
2827         matches the order of execution.  No code changed.
2829 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2831         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
2832         single-quoted -cmdline argument in Portland Group compiler.
2833         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2835 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
2837         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
2839 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
2841         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
2842         descriptors to child processes; reported by Norman Gray.
2844 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
2846         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
2848         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
2849         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
2850         (AC_SUBST): Call it.
2851         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
2852         the directory specific variables; but don't call it for configure_input.
2854 2005-06-28  Derek Price  <derek@ximbiot.com>
2856         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
2857         addition.
2859 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2861         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
2862         directory have inherent problems with special characters like spaces,
2863         due to limitations in Make syntax.  Problem reported by Alexandre
2864         Duret-Lutz.
2865         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
2866         Also, fix Tru64 porting problem with shell patterns,
2867         reported by Ralf Wildenhues.
2869 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2871         * doc/autoconf.texi (Subdirectories): Fix markup typos.
2873 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2875         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
2877         Fix some more shell quoting problems.  Prompted by a bug report
2878         from Justace Clutter.
2879         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
2880         variable into diagnostic.  Make the diagnostic an error, not a warning,
2881         because we really don't support spaces and suchlike in dir names.
2882         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
2883         Don't worry about backslashes in srcdir; it can't happen now.
2884         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
2885         Simplify ac_optarg handling.
2886         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
2888 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
2890         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
2891         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
2892         * tests/atlocal.in: Propagate $EGREP and $SED.
2893         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
2894         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
2896         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
2897         that '\|' is not allowed in BREs; recommend using newline separated
2898         list of patterns instead of multiple -e options.
2900         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
2902         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
2904 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2906         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
2908 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
2910         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
2911         b, t, r, w commands require single space, while : cannot have any.
2912         (Special Shell Variables): Fix sed code this in the example.
2913         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
2914         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
2916         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
2917         expand to the empty list.  Don't use two pairs of m4_changequote,
2918         it's not necessary.
2920 2005-06-20  Derek Price  <derek@ximbiot.com>
2922         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
2924 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
2926         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
2927         * doc/autoconf.texi:
2928         Don't mention Solaris versions so much, if a
2929         problem is common to all extant versions of Solaris.  Say "SunOS
2930         4" instead of "SunOS" for SunOS 4.
2931         (awk): Mention more of the limitations of traditional Awk.
2932         (cat): Don't talk about cat -v.
2934 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
2936         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
2937         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
2938         but the implementation is entirely different and is designed
2939         to be compatible with glibc strverscmp.
2940         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
2942         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
2943         on Mac OS X 10.4 reported by Peter O'Gorman in:
2944         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
2945         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
2946         Use shell builtins rather than 'expr', to work around expr bug.
2948 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
2950         * doc/autoconf.texi: "filesystem" -> "file system".
2951         "behaviour" -> "behavior".
2952         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
2953         * lib/autoconf/general.m4: Omit blank after ":" sed command,
2954         as per POSIX.
2955         * lib/m4sugar/m4sh.m4: Likewise.
2956         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
2957         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
2959         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
2960         (.x.1): Ignore the time stamp in the .TH line when deciding whether
2961         to update the man page.  That way, we don't have to check in new
2962         man pages every month.
2964         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
2965         quotes and backslashes.  Patch from Derek Price.
2967 2005-06-10  Derek Price  <derek@ximbiot.com>
2969         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
2970         AS_TR_SH.
2972 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
2974         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
2975         -u, since it outputs chatter if the input files are the same.
2976         Problem reported by Ralf Menzel.
2978 2005-06-08  Derek Price  <derek@ximbiot.com>
2980         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
2981         renaming them since they are about to be redefined anyhow.
2983 2005-06-08  Derek Price  <derek@ximbiot.com>
2985         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
2986         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
2987         Move m4_undefine to alphabetical order.
2989 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
2991         * README: Recommend GNU M4 1.4.3 or later.
2992         * doc/autoconf.texi (Introduction): Likewise.
2993         Reword to avoid some formatting glitches.
2994         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
2995         Clarify explanation of HP compiler bug.
2996         Redo example output tp match current CVS snapshot.
2997         Use @example.org in email addresses when the examples
2998         might get inadvertently cut-and-pasted into user code.
2999         Remove example of autom4te usage that doesn't seem to work now.
3000         Use modern AC_INIT (except when the example is meant to be
3001         shown with Autoconf 2.13).
3002         Update ksh info for Solaris 9 and later.
3003         KB -> kB.
3004         Modernize description of Automake versions a bit.
3005         Don't claim a future version of Autoconf is near.
3006         * doc/install.texi: Reword to avoid some formatting glitches.
3008 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3010         * doc/autoconf.texi: Add [] to examples, so that the manual
3011         follows its own advice about quoting better.
3012         Reword to avoid some formatting glitches.
3013         * doc/installt.exi: Reword to avoid some formatting glitches.
3015         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
3016         Tru64 ksh pattern matching bug.  Reported against Libtool by
3017         Albert Chin <libtool@mlists.thewrittenword.com> and
3018         Nicolas Joly <njoly@pasteur.fr>.
3020 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
3022         m4_cdr of one-member list was [[]] (one-member list containing an
3023         empty string) instead of [] (an empty list.  Callers were skewed to
3024         match this misbehaviour.  As a consequence of this:
3025          - m4_foreach([x], [], [foo]) expanded to `foo', while
3026          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
3027         This bug has been fixed:
3029         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
3030           expand to an empty string; print error msg if called without
3031           an argument list.
3032         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
3033           misbehaviour; handle [] and [[]] correctly.
3035 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
3037         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
3038         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
3039           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
3041 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
3043         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
3044           swallow records with more than 99 fields.
3045         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
3046           parse the long line.
3048 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
3050         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
3051           swallow literals longer than 399.  Reported by Ralf Wildenhues.
3052         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
3053           to workaround this limitation.
3055 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
3057         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
3058         to gfortran, and make these the first two compiler names
3059         checked (following the general autoconf preference for gcc).
3061 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
3063         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
3064         (DISTCLEANFILES): Remove $(check_SCRIPTS).
3065         (testsuite): Make sure autotest.m4f is up-to-date before using it.
3067 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
3069         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
3070         expression of unbounded size when processing the --list
3071         option.  This runs afoul of a limit of 399 bytes per regular
3072         expression on AIX.  Problem reported by Ralf Wildenhues.
3074 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
3076         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
3077         * doc/autoconf.texi (Particular Headers): Reword example
3078         for multiline stdbool replacement.
3079         (Setting Output Variables): Reword text a bit.  Don't
3080         give all the details about |#_!!_#|.
3081         Reword description of line replacement.
3083 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
3085         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
3086         now contain newlines, and substituted files must be referenced on
3087         a line alone; the sed scripts to substitute them are now very
3088         different.
3089         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
3090         commands can be put in a sed script portably.
3091         * doc/autoconf.texi (Setting Output Variables): Document above
3092         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
3093         use of multiline substitution.
3094         * tests/torture.at: No longer expect substitution of newline to fail.
3096 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
3098         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
3099         From Ralf Menzel (trivial change).
3101 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
3103         * tests/local.at: Don't attempt to check for negated character
3104         classes in shell scripts.  The test was too brittle.
3106 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
3108         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
3109         * doc/autoconf.texi (Limitations of Builtins): Document this
3110           limitation.
3112 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
3114         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
3115           common code; used in many places in the tree.
3116         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
3117         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
3119         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
3121         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
3122           messages when ac_unique_file is not found.
3123         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
3124         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
3125           commands, for consistency with AC_MSG_ERROR and such.
3127         * bin/autoconf.as: Make more use of "shift 2" in option processing.
3129         * bin/Makefile.am: Merge the two rules for creating scripts.
3131 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
3133         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
3134         obsolete; it was never documented.
3135         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
3137 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
3139         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
3140         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
3141         (ac_top_builddir): ... this ...
3142         (ac_top_build_prefix): ... to this; the old name is also kept, for
3143           backward compatibility.
3144         (ac_top_builddir_sub): New variable, without the trailing slash,
3145           always nonempty.
3146         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
3147         * doc/autoconf.texi (Configuration Actions): Rename
3148           ac_top_builddir to ac_top_build_prefix.
3149         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
3150           at_top_builddir to at_top_build_prefix.
3151         * lib/autotest/general.m4 (AT_INIT): Likewise.
3153 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
3155         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
3156           of confdefs.h .
3158 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
3160         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
3161           argument to m4_foreach.  I guess it was necessary in the past,
3162           but I think it's a no-op now.
3164 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
3166         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
3167           ``cat <<_ACEOF'' commands to one.
3168         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
3169         * lib/autoconf/status.m4: On various places, use expr instead of
3170           ``echo|sed.''
3171         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
3172         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
3173         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
3174           a range.
3175         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
3176           the wrong patterns between ``case'' and ``esac.''  The previous
3177           code had false positives.
3179 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
3181         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
3182         as on 2005-05-02.
3183         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
3184         Mention LIBOBJDIR.
3186 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
3188         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
3189         ChangeLog.2, GNUmakefile, HACKING, Makefile.am, Makefile.cfg,
3190         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
3191         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
3192         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
3193         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
3194         config/config.guess, config/config.sub, config/elisp-comp,
3195         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
3196         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
3197         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
3198         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
3199         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
3200         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
3201         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
3202         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
3203         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
3204         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
3205         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
3206         lib/autoconf/general.m4, lib/autoconf/headers.m4,
3207         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
3208         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
3209         lib/autoconf/specific.m4, lib/autoconf/status.m4,
3210         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
3211         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
3212         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
3213         lib/autotest/general.m4, lib/emacs/Makefile.am,
3214         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
3215         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
3216         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
3217         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
3218         tests/compile.at, tests/foreign.at, tests/fortran.at,
3219         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
3220         tests/semantics.at, tests/suite.at, tests/tools.at,
3221         tests/torture.at, tests/wrapper.as:
3222         Update FSF postal mail address.
3224 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
3226         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
3227           check.
3228         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
3229           enough arguments, similarly as in m4_bpatsubsts.
3231 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
3233         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
3234           of absolute paths.
3236 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
3238         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
3239           for absolute directory names in one loop.
3240         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
3241           abbreviations of --version and --debug.
3243 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
3245         * doc/autoconf.texi (Autoconf Language): Be more precise about
3246         quoting rules.  Problems noted by Stepan Kasal.
3247         Also, throughout this document, be more careful about white space.
3248         "blank", "white space", and "space" all have different meanings
3249         and we should be careful to say what we mean.
3251 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
3253         Fix C++ related problems reported by Werner Lemberg.
3254         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
3255         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
3256         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
3257         avoid problems with C++ and throw.
3258         * tests/compile.at: .cpp, not .cc.
3260         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
3262 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3264         * doc/autoconf.texi (Generic Functions): Typos.
3266 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
3268         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
3269         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
3270         set by latest automake.
3272 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
3274         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
3275         outputs 0 on GNU/Linux these days.
3277 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
3279         * doc/autoconf.texi (Autoconf Language): Add more description
3280         about quoting heuristics.
3281         (Limitations of Builtins): Describe "set -" problems.
3283 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3285         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
3286         not newline.
3288         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
3289         by AC_DEFINE; it was a mistake.
3290         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
3292 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
3294         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
3296 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
3298         * doc/autoconf.texi (External Software): Quadrigraphs are not
3299           processed correctly in AS_HELP_STRING; avoid this in the examples.
3300         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
3301         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
3302           comment and reduce m4_default([foo], []) to [foo].
3303         (m4_strip): Update the explanation.
3305 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
3307         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
3308         Remove core.conftest.* too; it's generated by Tru64 5.1.
3309         Problem reported by Jennis Pruett.
3310         * lib/autoconf/functions.m4
3311         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3312         Don't bother to remove core files; AC_RUN_IFELSE should do that
3313         for you.
3315 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
3317         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
3319 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
3321         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
3322         Report from Horst Wente.
3324 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
3326         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
3327           the comment.
3329 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
3331         * doc/autoconf.texi (External Software, Package Options): Add
3332           examples showing how to implement --with-* and --enable-* options.
3334 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
3336         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
3337         as well as configure.in.  Problem reported by Gregorio Guidi.
3339 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3341         * doc/autoconf.texi (Particular Functions): Use gnulib's current
3342         pattern for alloca snippet.
3344 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
3346         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
3348 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
3350         * doc/autoconf.texi (Generic Programs): Fix a typo.
3352 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
3354         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
3355         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
3357 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3359         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
3360         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
3361         whole-archive (-zallextract, -zdefaultextract) options in the hope of
3362         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
3363         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
3365 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
3367         * NEWS: The configure command now warns you if you attempt to use
3368         a directory whose name contains a special character like space,
3369         newline, or "\".
3370         * doc/autoconf.texi (Installation Directory Variables): Allow
3371         "," in file names.  Do not use \@; it's not a portable regexp.
3372         * bin/Makefile.am (edit): Likewise.
3373         * lib/Makefile.am (edit): Likewise.
3374         * tests/Makefile.am (edit): Likewise.
3375         * tests/semantics.at: Likewise.
3376         * tests/torture.at: Likewise.
3377         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
3378         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
3379         * doc/autoconf.texi (File System Conventions): Warn about
3380         unportable file names.
3381         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
3382         (AC_INIT): Use it.
3383         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
3384         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
3385         ac_pwd, and quote srcdir.
3386         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
3388         * doc/autoconf.texi: Fix some systematic formatting problems.
3389         ".)"  needs a following @: if not at the end of a sentence, and
3390         similarly for "!)".  "etc." should be preceded by a comma.
3391         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
3393 2005-03-22  Bruno Haible  <bruno@clisp.org>
3395         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
3396         argument is often called 'build-aux'.
3398 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
3400         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
3401           macro AC_TRY_LINK is obsolete.
3402         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
3403           `AC_CONFIG_FILES'.
3405 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
3407         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
3408           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
3409           from a Common Lisp's `cl'.
3410         (AC_PROG_CXX): Behave according to the documentation: don't
3411           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
3412           make the variable CCC precious; use `cl.exe', not `cl'.
3414 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
3415             Alexandre Duret-Lutz  <adl@gnu.org>
3417         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
3418         /dev/null, as "configure" shouldn't read stdin, and this insulates
3419         us from problems (e.g., when testing for "cl").  Also, do this
3420         redirection before invoking "hostname" or "uname", and keep the
3421         original input stream available via...
3422         (AS_ORIGINAL_STDIN_FD): ... this new macro.
3423         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
3424         bother with "</dev/null" since it's now done at the top of
3425         'configure'.
3426         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
3427         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3428         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3429         * doc/autoconf.texi (File Descriptor Macros): New section.
3430         (Printing Messages): Mention it.
3431         * tests/base.at (Input/Output): New test.
3433 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
3435         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
3436         newline if neither \c nor -n work, as that would output two
3437         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
3439 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
3441         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
3442         This causes that any required macros inside will get before the if.
3443         * doc/autoconf.texi (autom4te.cache): A typo.
3445 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3447         Undo previous change, except keep the change to
3448         lib/autoconf/programs.m4 that replaced grep with shell
3449         pattern-matching.  This is because net-snmp configure reads stdin.
3450         Reported by Noah Misch.
3452 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
3454         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
3455         from /dev/null, as "configure" shouldn't read stdin, and this
3456         insulates us from problems (e.g., when testing for "cl").
3457         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
3458         before invoking "hostname" or "uname".
3459         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3460         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
3461         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
3462         "</dev/null" since it's now done at the top of 'configure'.
3463         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3464         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3465         Also, replace grep with shell pattern-matching, to save a process.
3467 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
3469         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3470         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
3471         avoid thinking that Allegro Common Lisp's "cl" command is a C++
3472         compiler.
3474 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
3476         * doc/autoconf.texi (Limitations of Usual Tools): Document that
3477         grep -q isn't portable.  Improve grep -s explanation.
3478         Problem reported by Dan Manthey.
3480 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
3482         * doc/autoconf.texi (Special Shell Variables): Clarify
3483         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
3485 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
3487         * doc/autoconf.texi: Use @acronym for DJGPP.
3488         Fix some @code's that should have been @env's, and vice versa.
3489         Sort environment variable names.
3490         Mention that shells no longer inherit IFS.
3491         Don't recommend PATH_SEPARATOR=';' so strongly.
3492         Mention that $RANDOM might expand to the empty string.
3493         "symlink" and "soft link" -> "symbolic link".
3494         Improve mktemp description (reported by Bruno Haible).
3496 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
3498         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
3499         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
3500         Likewise.
3501         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
3502         Likewise.
3504 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3506         * NEWS: Mention AT_COPYRIGHT.
3508         * tests/local.at (AT_CMP): Use diff directly on input files rather
3509         than copying them.
3511         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
3512         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
3514 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
3515         and Paul Eggert  <eggert@cs.ucla.edu>
3517         * tests/autotest.at (Empty test suite): New test.
3518         * tests/torture.at (Substitute and define special characters)
3519         (Substitute a 2000-byte string, Define to a 2000-byte string)
3520         (Substitute a newline, Define a newline): New tests.
3522 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
3524         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
3525         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
3526         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
3527         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
3528         (Standard regular expressions): New test.
3529         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
3530         excess test name quoting.
3531         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
3532         CPPFLAGS to `configure' instead of setting it in `configure'.
3534         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
3535         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
3536         on some platforms.
3538         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
3539         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
3541         * tests/local.at (AT_CMP): New macro.
3542         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
3543         (AC_SAVE_STATE): Move environment grep...
3544         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
3545         (AT_CONFIG_CMP): New macro.
3546         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
3547         * tests/c.at (Extensions): Do not exit early.
3548         * tests/atlocal.in: Inherit $GREP.
3550         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
3551         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
3553         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
3554         (AC_COPYRIGHT): Factor header comment portion out and move into...
3555         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
3556         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
3557         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
3558         --version output.
3559         * tests/local.at: Add Autoconf test suite copyright notice.
3560         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
3562 2005-02-04  Bruno Haible  <bruno@clisp.org>
3563         and Paul Eggert  <eggert@cs.ucla.edu>
3565         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
3567 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3569         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
3570         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
3572         Try not to generated lines of unlimited length, as POSIX places a
3573         2047-byte limit on line length of portable text files.
3574         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
3575         Use newline as a separator, not space.
3576         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
3577         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
3578         space.
3580 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3582         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
3583         as_func_*.  Add test to check whether positional parameters
3584         are restored after function return.
3586 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3588         * doc/autoconf.texi (Special Shell Variables): Mention _,
3589         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
3590         if they contain a lower-case letter.  The DUALCASE problem was
3591         reported by Ralf Wildenhues.
3593         * bin/autoconf.as: Don't exit with status 0 after write failure
3594         with --help or --version.
3595         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
3596         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
3598 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3600         * doc/autoconf.texi (Limitations of Usual Tools):
3601         Unicos 9 sed limitations.
3602         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
3603         to get the option-enhanced interface on older Crays.  Try ftn for
3604         Fortran 95 (newer Crays).
3606 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3608         * man/Makefile.am (.x.1): Go back to the simple solution, but take
3609         care to echo the commands, so the user knows what's going on.
3610         Modified from a suggestion by Stepan Kasal.
3612         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
3613         with a cross reference.  Derived from a suggestion by Bruce Korb.
3615 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3617         * doc/autoconf.texi (config.status Invocation): Warn about
3618         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
3619         * doc/install.texi (Defining Variables): Likewise.
3620         Based on a proposed patch by Ralf Wildenhues.
3622         * man/Makefile.am (.x.1): Make sure the required generated files
3623         are up to date.  Problem and original solution proposed by Stepan Kasal.
3624         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
3625         implicit-man-prerequisites): New rules, used by the above.
3627         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
3628         * config/config.guess, config/config.sub, config/install-sh: Likewise.
3629         * config/missing, config/texinfo.tex: Likewise.
3631 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
3633         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
3634         Update the long comment explaining it.
3636         m4_require no longer writes an ``is required by'' line to the
3637         execution stack.  It contains only one bit of non-redundant
3638         information: that the macro was required, not called.  And even
3639         this bit is useless in most situations: have you ever met a macro
3640         which both calls and requires the same macro?
3642         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
3643         (_m4_defun_pro_outer): ... only via this macro, for the outermost
3644           macro.
3645         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
3646         (m4_expansion_stack_pop): Remove the misplaced comment.
3647         (m4_require): Don't put the ``is required by'' line to the
3648           execution stack; slightly improve the out-of-a-defun error message.
3649         (_m4_divert_grow): New macro, counter for the temporary diversions.
3650         (_m4_require_call): Use it.
3651         * tests/m4sugar.at (m4_require): Expect output without the
3652           ``is required by'' messages.
3654 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3656         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
3657         rather than x for expr.
3659         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
3660         this is safe.
3661         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
3662         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
3663         * lib/autotest/general.m4 (AT_INIT): Likewise.
3664         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
3665         * tests/mktests.sh: Likewise.
3667 2005-01-27  Akim Demaille  <akim@epita.fr>
3669         Have autoheader honor --force.
3671         * doc/make-stds.texi, doc/standards.texi: Update from masters.
3672         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
3673         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
3674         from masters, so that FileUtils.pm's update_file provide --force
3675         support.
3676         * bin/autoheader.in: Pass $force to update_file so that
3677         config.h.in is always recreated when --force.
3679 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
3681         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
3683 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
3685         * doc/autoconf.texi (Limitations of Builtins): Clarify that
3686         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
3688 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
3690         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
3691         Warn about newline stripping in `` and $().  Update Solaris
3692         version to 9.
3693         (Limitations of Builtins): Use expr "X...", not expr "x...", as
3694         X insulates us from future changes to Posix.
3695         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
3696         stripping.
3698 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
3700         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
3701           you cannot use AC_DEFINE to define macros containing `[' or `]'.
3703 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
3705         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
3706         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
3707         bug-tar mailing list.
3709 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
3711         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
3713 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3715         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
3716         ulongval to be static, to avoid unwanted GCC warning.  Problem
3717         reported by Michael Jennings via Daniel Reed; see
3718         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
3720 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
3722         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
3723         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
3724         datadir, infodir, and mandir.  Adjust argument parsing code.
3725         (_AC_INIT_HELP): Update help text.
3726         * doc/autoconf.texi (Installation Directory Variables): Document
3727         new variables.
3729 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
3731         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
3732         not seem to work, assume it does set $(MAKE).
3733         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
3735 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
3737         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
3739 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
3741         A cleanup of the diversion support in m4sugar.
3743         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
3744         (_m4_divert_n_stack): New macro; the expansion is
3745           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
3746           otherwise.
3747         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
3748         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
3749           stored in _m4_divert_diversion or _m4_divert_dump.
3750         (m4_divert_pop): When the parameter is given, compare the symbolic
3751           name with the last diversion pushed on the stack.  Previously, the
3752           current diversion was compared with the numeric value of the
3753           diversion given as the parameter.
3754         (m4_require): If the macro hasn't been expanded yet, call ...
3755         (_m4_require_call): this new macro.
3757 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3759         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
3760         Workarounds for documented `case' limitations.
3762 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
3764         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
3765         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
3767 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
3769         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
3770         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
3771         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
3773         Patch from Roger Leigh (with some minor changes) as follows:
3774         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
3775         Resurrect AC_PROG_CC_STDC.
3776         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
3777         AC_PROG_CC_C89, AC_PROG_CC_C99.
3778         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
3779         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
3780         AC_PROG_CC_C99): New macros.
3781         (AC_PROG_CC_STDC): Use them.
3782         (_AC_PROG_CC_STDC): Remove.
3783         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
3784         * THANKS: Add Roger Leigh.
3786 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
3788         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
3789         signals that the package uses Automake; a `Makefile.am' is typical but
3790         not essential.  Reported by Magnus Therning.
3791         * tests/torture.at (autoreconf.): New banner.
3792         (autoreconf and non-AC configure): Rename to `Non-Autoconf
3793         AC_CONFIG_SUBDIRS'.
3794         (autoreconf an empty directory): Rename to `Empty directory'.
3795         (Unusual Automake input files): New test.
3797 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
3799         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
3800         (AT_SETUP): Clear AT_capture_files.
3801         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
3802         (AT_KEYWORDS): Fix comment typo.
3803         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
3804         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
3805         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
3807 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
3809         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
3810         If the variable to set is already set, set ac_cv_path_$1
3811         to the preset value so caller can assume ac_cv_path_$1
3812         is available.  (trivial change)
3814 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
3816         * BUGS (Minor Problems): Warn about makefile limitations.
3817         * Makefile.am: Find and update `INSTALL' in $(srcdir).
3818         * man/Makefile.am: Find and update manual pages in $(srcdir).
3820 2004-12-24  Eric Blake  <ebb9@byu.net>
3822         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
3823         shells in subshell, to avoid noise from ash.  (trivial change)
3825 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3827         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
3828         problems with SunOS ksh and backslash escaping, Bourne shells and
3829         closing brackets (both within character classes).  Bug reported
3830         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
3831         <read>: New entry.  Mention non-availability of -r.
3833 2004-12-21  Akim Demaille  <akim@epita.fr>
3835         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
3836         avoid cluttering displayed messages.  Rather, prepend srcdir where
3837         AT_LINE is used for log files.
3839 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
3841         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
3842         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
3843           no longer part of the macro, quote the occurrence of ``$tmp''.
3844         * doc/autoconf.texi (Forbidden Patterns): Typo.
3846 2004-12-21  Akim Demaille  <akim@epita.fr>
3848         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
3849         separated from the test title by forcing a white space.
3851 2004-12-21  Akim Demaille  <akim@epita.fr>
3853         Enable Emacs navigation within testsuite.log files.
3855         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
3856         use the compilation mode.
3857         (AT_LINE): Point to the srcdir.
3859 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
3861         * tests/Makefile.am (installcheck-local): Use $(bindir).
3862         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
3863         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
3864         Makefile.am scheme Autoconf now uses.
3866 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
3868         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
3869         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
3871 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
3873         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
3874         (_AT_CHECK): Use it.
3875         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
3876         (AS_ESCAPE): Fix comment.
3877         * tests/autotest.at: Adjust section banner comments.
3878         (AT_CHECK_AT): Accept STATUS and STDERR.
3879         (AT_CHECK_AT_TEST): Likewise.
3880         (Invalid brace-enclosed parameter expansion)
3881         (Multiline command from M4 expansion)
3882         (Double-M4-quoted command): New tests.
3884 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
3886         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
3888 2004-12-17  Akim Demaille  <akim@epita.fr>
3890         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
3891         m4_pattern_allow.
3892         Suggested by Alexandre Duret-Lutz.
3893         * doc/autoconf.texi (Setting Output Variables): Catch up.
3895 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3897         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
3899 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3901         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
3902           remove the comment which said we cannot.
3904 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3906         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
3907         Reini Urban and Paul Eggert for reporting the dependencies.
3909         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
3910         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
3911         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
3913 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
3915         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
3916           so that eg. ``autoscan --help'' doesn't truncate it.
3918 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
3920         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
3921         generated conftest files.
3923 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
3925         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
3926         tracing on commands with possibly-escaped newlines.
3927         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
3928         discontinued behavior and its implications.
3929         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
3930         (BSx641-newline in command, BS-BS-newline in command)
3931         (BSx640-newline in command, Newline-CODE-BS-newline in command)
3932         (Single-quote-BS-newline in command)
3933         (Single-quote-newline-BS-newline in command): New tests.
3935 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
3937         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
3938           on platforms where it works.
3939         (_AS_TEST_PREPARE): Test for ``test -x''.
3940         (_AS_BROKEN_TEST_PREPARE): Nuke.
3942 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
3944         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
3945         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
3946           give only 4-letter prefix to AS_TMPDIR, comment fixed.
3947         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
3948           create the temporary directory.
3949         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
3951 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
3953         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
3954         (trivial change)
3956 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
3958         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
3960 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
3962         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
3963         to avoid using a negated character class.  Reported by Nicolas Joly.
3964         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
3966 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
3968         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
3969         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
3970         Don't depend on .x file explicitly, since "make" does that for us.
3971         Suggested by Stepan Kasal.
3973         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
3974         Add *.tmp.
3975         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
3976         ifnames): Factor common code.  And they said it couldn't be done!
3978 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
3980         * bin/.cvsignore: Add autoconf.in.
3981         * tests/.cvsignore: Add wrapper.in.
3982         * lib/autotest/general.m4: Escape '$' in case pattern.
3984 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
3986         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
3988         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
3990         * tests/autotest.at: New file.
3991         * tests/suite.at: Include it.
3992         * tests/Makefile.am: Distribute it.
3994         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
3995           shell tracing on a command that could contain multiple lines.
3996         * doc/autoconf.text: Document that fact and its implications.
3997         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
3998         * tests/autotest.at (Multiline backquote command substitution,
3999           Multiline parameter expansion, Literal multiline command,
4000           Multiline parenthetical command substitution): Remove XFAIL.
4002 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
4004         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
4005         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
4007 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
4009         * configure.ac (test suite): Cease to generate wrapper scripts.
4010         * configure: Regenerate.
4011         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
4012         (m4f_dependencies): Adjust accordingly.
4013         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
4014         (wrapper.in): Generate it in the build directory.
4015         (MAINTAINERCLEANFILES): Delete wrapper.in.
4016         (CLEANFILES): Add wrapper.in.
4017         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
4018         the output.  Replace each $as_me with a @wrap_program@.
4019         * tests/wrapper.in: Delete it; we always build it.
4021         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
4022         (EXTRA_DIST): Remove autoconf.in.
4023         (CLEANFILES): Add autoconf.in.
4024         (autoconf): Find autoconf.in in the build directory.
4025         * bin/autoconf.in: Delete it; we always build it.
4027 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
4029         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
4030         PATH members so as to not prepend an empty element.  Move a comment.
4031         * Makefile.am (SUBDIRS): Build in `tests' last.
4032         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
4034 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
4036         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
4037         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
4038         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
4039         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
4041 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
4043         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
4044         patch: extra "-l"s.
4046 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
4048         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
4049         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
4050         * doc/autoconf.texi (Particular Functions): Mention new behavior.
4052 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
4054         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
4055           out the common code to ...
4056         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
4057           value of the #define--default to 1, iff the macro was called
4058           with exactly one parameter.
4060 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
4062         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
4063         "char c = '\200';" rather than "char c = 0x80;" as the
4064         latter doesn't conform to the strict C standard due to
4065         overflow on signed char hosts.
4067         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
4068         to -qlanglvl=ansi.  We don't want to disable extensions.
4070 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
4072         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
4073         (Using Autotest, testsuite Scripts, Writing testsuite.at):
4074         Reword slightly to avoid some English-language problems noted
4075         by Ralf Wildenhues in:
4076         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
4078 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
4080         * NEWS: Add ^L above each release.
4082 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
4084         Fix documentation problems reported by Russ Boylan in
4085         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
4086         along with some nearby cruft.
4087         * doc/autoconf.texi (Libtool): Libtool can be used without
4088         Automake (not without Autoconf).
4089         (Introduction): Mention lists.gnu.org.
4090         * BUGS: Don't mention bugs.gnu.org.
4091         Remove mention of ancient libtool compatibility problem.
4092         * NEWS: Mention that bugs.gnu.org is kaput.
4093         * README: Likewise.  Mention where mailing list archives can be found.
4095 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
4097         * HACKING: Refer to "coreutils", not "File, Shell or Text utils".
4098         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
4100 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4102         * doc/autoconf.texi (Pretty Help Strings): Go back to
4103         single-quoting assignments to cache variables.
4105 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
4107         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
4108         with the examples; fix the bug in MY_ARG_WITH example reported
4109         by Alexandre Duret-Lutz.
4110         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
4111         expansion of $1 in the comment emitted to configure.
4113 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
4115         * doc/autoconf.texi (Pretty Help Strings): Fix typo
4116         in my editing of the previous patch.  Problem reported
4117         by Alexandre Duret-Lutz.
4119 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
4121         * doc/autoconf.texi (Autoconf Language): Explain that
4122         ``descriptions'' may not be double quotes.
4123         (Quotation Rule Of Thumb): Likewise.
4124         (Pretty Help Strings): Likewise; remove the wrong comment;
4125         simplify the examples and improve their quoting.
4127 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
4129         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
4130         the $1_found variable, don't test whether the file is executable;
4131         Both things are checked ...
4132         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
4133         the former ``test -f''.
4134         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
4136 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
4138         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
4139         use cp -R instead.
4141 2004-11-10  Derek R. Price  <derek@ximbiot.com>
4143         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
4144         limitations.  Reorder paragraphs for clarity.
4146 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4148         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
4149         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
4150         variants", "Unix", and some related minor wording fixups.
4152         (Shellology, Special Shell Variables): Document that the Zsh
4153         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
4154         to Alexandre Duret-Lutz for this info.
4156 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
4158         * doc/autoconf.texi (One-Shot Macros): New node.
4160 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
4162         * doc/autoconf.texi (Function Portability): Fix misdescription
4163         of putenv.  Problem reported by Michael Wardle.
4165 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
4167         * doc/autoconf.texi (auindex): New macro.
4168         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
4169         Problem reported by Stepan Kasal.
4171 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
4173         Fix problems reported by Andreas Buening in:
4174         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
4175         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
4176         in test makefile.
4177         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
4178         readable; it's not true in OS/2-emx.
4180 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
4182         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
4183         "/usr/include", clear ac_x_includes instead of leaving it as "no"
4184         (trivial change).  Problem and patch reported by Andrew Church in:
4185         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
4187 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
4189         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
4190         three args in examples.  Problem reported by Frederik Fouvry in:
4191         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
4192         Also, fix some minor spacing and punctuation bugs.
4194 2004-09-02  Akim Demaille  <akim@epita.fr>
4196         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
4197         "case" to restore ordering.
4198         Reported by Stepan Kasal.
4200 2004-08-26  Akim Demaille  <akim@epita.fr>
4202         * doc/autoconf.texi: Minor typos and stylos.
4204 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4206         * configure.ac (AC_INIT): Bump to 2.59c.
4208 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4210         Version 2.59b.
4212         * README: Add advice about m4 1.4.2.
4214         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
4215         texinfo.tex for now (done by hand now).
4216         * Makefile.maint (wget_files, cvs_files):
4217         Remove ansi2knr.c; nobody uses it.
4218         (ansi2knr.c-url_prefix): Remove.
4219         (cvs-update): Fix test for failure.  I don't know why it ever
4220         worked...
4222         * doc/autoconf.texi: Update URLs, some of which went stale.
4223         Use @uref rather than @href.
4225         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
4226         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
4228         * config/config.guess, config/config.sub, config/elisp-comp,
4229         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
4230         doc/fdl.texi, doc/standards.texi: Sync with master copy.
4232         * NEWS, TODO, configure.ac, bin/autoscan.in,
4233         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
4234         doc/install.texi, lib/Autom4te/Configure_ac.pm,
4235         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
4236         lib/autoconf/programs.m4, lib/autoconf/status.m4,
4237         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
4238         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
4239         tests/tools.at, tests/torture.at:
4240         Use "file name" rather than "filename" or "path",
4241         to be consistent with the terminology of the GNU coding standards.
4243 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4245         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
4246         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
4247         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
4248         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
4250         More fixes to support spaces in the name of the build directory.
4251         This isn't a complete fix but it's an improvement.
4253         * bin/autoconf.as (autom4te_options): New var.
4254         Use it instead of appending to AUTOM4TE, so that we can allow
4255         spaces in the build directory's absolute name.
4256         * bin/autoheader.in ($autoconf): Allow spaces in file names.
4257         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
4258         AT_CHECK_NOESCAPE): Likewise.
4259         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
4260         main program): Likewise.
4262 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
4264         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
4265         From Ralf Corsepius in:
4266         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
4268 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
4270         * doc/autoconf.texi (Function Portability): Document isinf and
4271         and isnan.  From a suggestion by Kevin Ryde.
4273         * lib/Autom4te/General.pm (END): Return correct exit status even
4274         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
4276 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4278         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
4279         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
4280         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
4282 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
4284         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
4285         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
4286         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
4287         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
4288         * lib/autom4te.in (Automake-preselections): Preselect
4289         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
4291 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
4293         * lib/autom4te.in (Automake-preselections): Preselect
4294         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
4295         trace them.
4297 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
4299         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
4300         Tru64.
4301         * doc/autoconf.texi (Shellology): Mention BIN_SH.
4302         Document problem with "`""`" in pdksh POSIX mode.
4304 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
4306         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
4307         with pdksh, too.  Problem reported by Patrick Welche via
4308         Gary V. Vaughan.
4309         * doc/autoconf.texi (Shellology): Note that set -o posix is
4310         useful for pkdsh, too.
4312 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
4314         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
4315         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
4316         Don't fail if ENV or BASH_ENV is readonly.
4317         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
4318         etc. are read only.  Problem reported by Ludovic Courtes.
4320 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
4322         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
4323         zsh, disable GLOB_SUBST to avoid backslash handling problems.
4324         (trivial change)
4326 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
4328         * doc/autoconf.texi (File System Conventions): Warn about
4329         names like "aux".  Problem reported by Eric Blake.
4331         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
4332         by zero instead of array size, so that we can use any arithmetic
4333         constant expression (instead of requiring an integer constant
4334         expression).  This allows us to test expressions like DBL_MAX <
4335         LDBL_MAX, which didn't conform to the C standard using the old
4336         method.
4337         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
4338         now that we can do floating-point tests at compile time.
4340 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4342         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
4343         and LDBL_EPSILON, as the resulting expression isn't an
4344         integer constant expression and violates the C standard.
4345         Problem reported by Nelson H. F. Beebe.  Also, check
4346         for "L" suffix, and check that long double doesn't have
4347         worse range or precision than double, that mixed-mode
4348         arithmetic doesn't generate a diagnostic, that double
4349         constants fit in long double.
4351 2004-06-03  Kevin Ryde  <user42@zip.com.au>
4353         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
4354         malloc(0) and realloc(NULL,size).
4356         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
4357         Bob Proulx.
4359 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
4361         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
4362         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
4363         by Jim Meyering.
4365 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
4367         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
4368         can be rewritten using if-then-else.  Suggested by Bruno Haible.
4370 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4372         * doc/autoconf.texi (testsuite Scripts): Fix typo.
4373         Problem reported by Stepan Kasal.
4375 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
4377         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
4378         change).  Patch reported by Ralf Wildenhues in
4379         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
4381         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
4382         function F exists if the compiler and linker let you compile an
4383         expression like (F != 0).  Recent versions of GCC optimize away
4384         the reference to F in that case, since every function address must
4385         be nonzero, so the link succeeds even if F does not exist.
4386         Problem reported by Manu in
4387         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
4389         * doc/autoconf.texi (Systemology): Standardize on the spelling of
4390         "Unix".  Many uses changed.
4391         (Limitations of Builtins): Explain better why the ! command isn't
4392         portable.
4394 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
4396         * lib/autom4te.in (Automake-preselections): Preselect
4397         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
4399 2004-05-19  Kevin Ryde  <user42@zip.com.au>
4401         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
4402         referencing AC_FUNC_STRERROR_R.
4404         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
4405         note pessimistic assumption when cross compiling.
4407 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4409         * doc/autoconf.texi (Limitations of Make): Note that BSD make
4410         (until 2004) invoked subcommands with sh -e, contra POSIX.
4411         Reported by Kevin Ryde.
4413 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
4415         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
4416         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
4417         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
4418         `test -f "        /usr/bin/grep"', which _always_ failed.
4419         (AC_PROG_SED): Ditto bogus PATH fix.
4420         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
4421         requires that grep correctly supports _multiple_ `-e' options, rather
4422         than stating only that grep should accept `-e'.
4424 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4426         Port to C99, which requires that 'exit' be declared.
4428         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
4429         to ensure that stdlib.h is included.
4430         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
4431         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
4432         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
4433         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
4434         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
4435         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
4436         when using 'exit' in a test; C99 requires that 'exit' be declared.
4438 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4440         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
4441         now prefers 'grep' implementations that accept -e.
4442         (Limitations of Usual Tools): Describe problems of traditional
4443         egrep and fgrep with long input lines, and of traditional grep
4444         with -e.
4445         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
4446         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
4447         All callers changed.  Append /usr/xpg4/bin to the PATH, for
4448         Solaris.
4449         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
4450         the user with complaints about multiple -e options.
4451         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
4452         Define it with AC_PROG_GREP.
4453         * configure.ac (AC_PROG_GREP): Add.
4454         * lib/freeze.mk (GREP): New macro.
4456 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
4458         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
4459         a possible candidate only after all others fail, rather than
4460         consulting it first.  This improves backward compatibility by
4461         better reflecting the way shell selection occurred in previous
4462         versions of Autoconf, and should help to avoid triggering latent
4463         problems in other packages, such as the one in Automake where zsh
4464         is not handled robustly:
4465         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
4466         Although it is not Autoconf's responsibility to work around
4467         problems in Automake, it nevertheless makes sense to avoid
4468         introducing unnecessary incompatibilites.
4470 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
4471             Gary V. Vaughan  <gary@gnu.org>
4473         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
4474         how deeply nested we are when a suitable tool is found, set the
4475         ac_path_TOOL_found flag.
4476         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
4477         nested we are in this macro.  Break out of all 3 nested loops if
4478         ac_path_TOOL_found is set.
4480 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
4482         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
4483         of the _AS_PATH_WALK loop too if GNU flavor is found.
4485 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
4487         * doc/autoconf.texi (Limitations of Make): Update documentation
4488         for `$<'.  New entry `Long lines', based on a report from Simon
4489         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
4490         paragraph about DJGPP, based on a mail from Richard Dawe.
4492 2004-04-20  Paul Eggert  <eggert@twinsun.com>
4494         * tests/c.at (C keywords): Don't assume that GCC supports
4495         "restrict" and "inline", as sufficiently-old GCC versions do not
4496         (also, GCC configured to be in pedantic C89 mode does not).
4497         Problem reported by Sumit Pandya in:
4498         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
4500         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
4501         consider -g to work if it generates warnings when plain compiles
4502         don't.  Problem reported by Braden McDaniel in:
4503         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
4505         * doc/autoconf.texi (Slashes): New section, to document a problem
4506         reported by Jim Meyering in:
4507         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
4509         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
4510         linker output files before linking, to work around IRIX 6 linker bug.
4511         Problem reported by Rainer Orth in:
4512         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
4514 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
4516         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
4517         best tool so far counter rely on the tool path variable name to
4518         avoid checks for one tool being affected by the results of running
4519         the length check on a previous tool.
4521         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
4522         match expression argument, as different greps have different
4523         regular expression flavours.
4524         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
4525         literals.
4526         (AC_PROG_EGREP): Pass 'EGREP$'.
4527         (AC_PROG_GREP): Pass 'GREP$'.
4529 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
4531         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
4532         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
4534 2004-03-29  Paul Eggert  <eggert@twinsun.com>
4536         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
4537         Types, Specific Compiler Characteristics, System Services,
4538         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
4539         etc. consistently instead of 'long', 'short', 'unsigned' etc.
4540         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
4541         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
4542         Likewise.
4543         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
4544         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
4545         AC_TYPE_OFF_T): Likewise.
4546         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
4547         Likewise.
4549         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
4550         pacify libtool 1.5.2.  Fix quoting problems in sed command.
4552 2004-03-28  Paul Eggert  <eggert@twinsun.com>
4554         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
4555         now defines HAVE_DECL_TZNAME if it is declared, when
4556         HAVE_STRUCT_TM_TM_ZONE is not defined.
4557         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
4558         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
4559         for HAVE_TZNAME.
4561 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
4563         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
4564         superfluous backslashing of quotes (") in sed expressions;
4565         thanks to Paul Eggert.
4567 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
4569         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
4570         Fortran compiler is ifort, also added pghpf; thanks to Nelson
4571         H. F. Beebe for the bug report.
4573 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
4575         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
4576         quoted -cmdline argument in Portland Group compiler (bug
4577         reported by Jeffrey J. Barteet).
4579 2004-03-25  Kevin Ryde  <user42@zip.com.au>
4581         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
4582         (Run Time): ... here, where it's now mentioned.
4584 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
4586         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
4587         inherits from language Autoconf-without-aclocal-m4.
4588         (Customizing autom4te): Adjust example; the cache must now be
4589         disabled for language Autoconf-without-aclocal-m4.
4591 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
4592             Nathanael Nerode  <neroden@twcny.rr.com>
4594         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
4595         AC_CHECK_TOOLS): Warn if a cross-tool is found without
4596         a prefix.
4597         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4598         AC_CHECK_TARGET_TOOLS): New macros.
4599         * doc/autoconf.texi (Generic Programs): Document
4600         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4601         AC_CHECK_TARGET_TOOLS, and warn for future changes
4602         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
4603         AC_CHECK_TOOLS.
4604         (Specifying Names): Document the reason for these future
4605         behavioral changes.
4606         * tests/mktests.sh: Do not generate tests for the
4607         new macros.
4608         * NEWS: Document these changes.
4610         * doc/autoconf.texi: Avoid macros with unbraced arguments,
4611         they make TeX hang up.
4613 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
4615         * NEWS: New macro AC_CHECK_ALIGNOF.
4616         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
4617         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
4618         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
4619         vowel.
4620         (AC_CHECK_ALIGNOF): New macro.
4621         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
4622         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
4623         those for sizeof.
4625 2004-03-03  Paul Eggert  <eggert@twinsun.com>
4627         * bin/Makefile.am (edit): Don't use $< in a context where
4628         POSIX doesn't require support for it.  Use $@.in instead.
4629         Problem reported by Anthony N. Frasso in
4630         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
4631         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
4633 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
4635         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
4636         from the next generation of Libtool.
4637         * lib/autom4te.in (Autoreconf-preselections): Ditto.
4639 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
4641         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
4642         is not always thread-safe.  Report from Nathanael Nerode.
4644 2004-02-18  Paul Eggert  <eggert@twinsun.com>
4646         Fix a dependencies problem, stemming from a Autoconf 2.59 build
4647         problem on QNX reported by Stephen Rasku in
4648         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
4650         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
4651         $(m4sh_m4f_dependencies); this removes a FIXME.
4652         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
4653         (MAINTAINERCLEANFILES): Split into pieces,
4654         one per related section.  Add $(srcdir)/wrapper.in.
4656 2004-02-09  Paul Eggert  <eggert@twinsun.com>
4658         * doc/autoconf.texi (Setting Output Variables): Emphasize that
4659         AC_SUBST provides no portable way to escape literal newlines.
4661         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
4662         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
4663         Darwin uses -lcrt2.o and there's little point to cataloging all
4664         the system variants.  Partial fix reported by Andreas Waechter in:
4665         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
4666         for bug reported by Nelson H. F. Beebe in:
4667         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
4669 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
4671         * doc/autoconf.texi (AU_DEFUN): Fix English,
4672         suggested by Paul Eggert.
4673         * lib/autoconf/autoupdate.m4: Correct reference to
4674         acobsolete.m4, suggested by Alexandre Duret-Lutz.
4676 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
4678         * bin/autoupdate.in: Define __file__ so that warnings
4679         refer to the correct file.
4680         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
4681         the behavior of the third argument.
4682         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
4683         correctly the behavior of the third argument.  Document
4684         what the three macros that AU_DEFUN defines do.  Fix
4685         warning message when the third argument includes $0
4686         (reported by Alexandre Duret-Lutz).
4688 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4689             Eric Sunshine  <sunshine@sunshineco.com>
4690             Paul Eggert  <eggert@twinsun.com>
4692         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
4693         (AS_INIT): Output shell initialization there. Removed optional
4694         parameter. Expand _AS_SHELL_FN_SPY.
4695         (AS_INIT_WITH_SHELL_FN): Removed.
4696         (_AS_SHELL_FN_SPY): New macro.
4697         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
4698         macros.
4699         (AS_SHELL_SANITIZE): Remove loop to find better shell
4700         and documentation for the parameter.
4701         (_AS_DETECT_BETTER_SHELL): Move it here.
4702         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
4703         (_AS_RUN): Move it here, support testing with eval.
4704         (AS_REQUIRE_SHELL_FN): Require shell functions when
4705         it is used.
4706         (_AS_LINENO_WORKS): Put around braces, we do not
4707         trigger the bash bug anymore.
4708         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
4709         use AS_INIT_WITH_SHELL_FN.
4710         * bin/autoconf.in, tests/wrapper.in: Regenerated.
4712 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
4714         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
4715         * doc/autoconf.texi: Don't say that the third parameter
4716         is broken.
4717         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
4718         (AU_DEFUN): Honor the third parameter, create autoupdate
4719         macros with AU_DEFINE.
4720         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
4721         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
4722         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
4723         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
4724         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
4725         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
4726         AC_XENIX_DIR): Likewise.
4727         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
4728         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
4729         * lib/autoconf/status.m4: Remove FIXME.
4730         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
4731         that the macro is not present anymore in the updated
4732         configure.ac.
4733         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
4734         of autoupdate.
4736 2004-01-28  Paul Eggert  <eggert@twinsun.com>
4738         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
4739         copyright years.
4740         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
4741         2003 (except 1997) to the list of copyright years.  This undoes
4742         the 2003-05-22 change, which removed the older years from the list.
4743         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
4745 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
4746             Albert Chin-A-Young  <china@thewrittenword.com>
4748         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
4749         grep or ggrep program in PATH that accepts as long lines as
4750         possible.
4751         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
4752         AC_PROG_GREP.
4753         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
4754         egrep and fgrep respectively if $GREP -E/-F don't work.
4755         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
4756         _AC_PROG_GREP, and AC_PROG_SED.
4757         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
4758         longest input length accepted by a command.
4759         (AC_PROG_SED): Use it.
4760         * doc/autoconf.texi (Particular Programs): Document the changes.
4761         * NEWS: Updated.
4763 2004-01-27  Paul Eggert  <eggert@twinsun.com>
4765         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
4766         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
4767         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
4768         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
4770         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
4771         bin/autoconf.in, config/Makefile.in, config/config.guess,
4772         config/config.sub, config/install-sh, config/mdate-sh,
4773         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
4774         lib/Makefile.in, lib/Autom4te/Makefile.in,
4775         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
4776         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
4777         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
4778         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
4779         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
4780         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
4781         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
4782         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
4783         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
4784         tests/actypes.at: Regenerate and/or sync with original
4785         sources.
4787 2004-01-26  Paul Eggert  <eggert@twinsun.com>
4789         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
4790         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
4791         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
4792         not <inttypes.h>.  Problem reported by Tim Mooney in
4793         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
4794         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
4795         Likewise.
4797         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
4798         otherwise "make check" fails because it forbids cmp (I guess
4799         because cmp treats files as binary on DOS-like systems).
4801         * tests/mktests.sh: Update copyright date to 2004, since some tests
4802         have changed in 2004.
4804 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
4806         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
4807         non-truncating sed or gsed program in PATH.
4808         * tests/acprograms.at: Add it.
4809         * doc/autoconf.texi (Particular Programs): Document it.
4810         * NEWS: Updated.
4812 2004-01-15  Paul Eggert  <eggert@twinsun.com>
4814         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
4815         -std1 disables some useful extensions on Tru64.  Problem reported
4816         by N. Lichtmaier in
4817         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
4819 2004-01-14  Paul Eggert  <eggert@twinsun.com>
4821         * doc/autoconf.texi (Programming in M4sh): Document that
4822         AS_MKDIR_P succeeds if the destination is a symbolic link
4823         to an existing directory.
4824         (Limitations of Usual Tools): Note that mkdir -p might not
4825         succeed on symlinks to directories.
4827 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
4829         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
4830         * bin/autoheader.in: Grammar fix in message.
4831         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
4832         Test for dir before calling mkdir -p.  (trivial changes)
4834 2004-01-13  Eric Blake  <ebb9@byu.net>
4836         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
4837         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
4839 2004-01-10  Jim Meyering  <jim@meyering.net>
4841         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
4843 2004-01-09  Paul Eggert  <eggert@twinsun.com>
4845         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
4846         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
4847         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
4848         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
4849         AC_COMPILE_IFELSE, since we now assume our caller invokes
4850         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
4851         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
4852         of AC_RUN_IFELSE; this avoids the warning mentioned above.
4853         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
4855 2004-01-07  Paul Eggert  <eggert@twinsun.com>
4857         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
4858         `"'...'"`, as it's confusing (and I suspect it may not work on
4859         some platforms).  The code was incorrect anyway, as it assumed
4860         that \$ evaluated to itself in that context.  Reported by
4861         Alexandre Duret-Lutz.
4863 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
4865         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
4866         and _LT_AC_TAGCONFIG.
4868 2004-01-06  Paul Eggert  <eggert@twinsun.com>
4870         * doc/autoconf.texi (One Macro Call): Fix an incorrect
4871         example, and add more examples.  Reported by Eric Sunshine.
4873 2004-01-05  Paul Eggert  <eggert@twinsun.com>
4875         * doc/autoconf.texi (Limitations of Usual Tools):
4876         Remove warning against "rm -fr" introduced yesterday; it
4877         was a false alarm.
4879         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
4880         autoscan, autoupdate, ifnames): Don't use chmod -w.
4881         * lib/Makefile.am (autom4te.cfg): Likewise.
4882         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
4883         "chmod -w".
4885 2004-01-04  Paul Eggert  <eggert@twinsun.com>
4886             Paolo Bonzini  <bonzini@gnu.org>
4888         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
4889         by doing lineno substitution only on lines containing "$LINENO".
4891 2004-01-04  Paul Eggert  <eggert@twinsun.com>
4893         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
4894         Use "rm -f" to remove conftest.sed, not plain "rm".
4895         Bug reported by David Relson in
4896         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
4898         * Makefile.am (autom4te-update):
4899         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
4900         * Makefile.maint (my-distcheck, do-po-update): Likewise.
4901         * doc/autoconf.texi (Guidelines): Likewise.
4902         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
4903         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
4904         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
4905         * lib/autotest/general.m4 (AT_INIT): Likewise.
4906         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
4907         * tests/Makefile.am (clean-local): Likewise.
4908         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
4909         srcdir): Likewise.
4910         * doc/autoconf.texi (Limitations of Usual Tools):
4911         Warn against "rm -fr".
4913 2004-01-03  Paul Eggert  <eggert@twinsun.com>
4915         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
4916         -c -o might not work.  From a suggestion by Kevin Ryde.
4917         (C Compiler, Generating Sources, Limitations
4918         of Usual Tools, Limitations of Make, Making testsuite Scripts):
4919         Don't put '-o' after non-options, as POSIX doesn't allow this.
4920         Mention that cc's name might be gcc or c89 or whatever.
4922 2004-01-04  Kevin Ryde  <user42@zip.com.au>
4924         * doc/autoconf.texi: Add various further index entries.
4926 2003-12-29  Paul Eggert  <eggert@twinsun.com>
4928         * bin/autoreconf.in (autoreconf_current_directory):
4929         Fix typo: mkdir without umask arg.
4931 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
4933         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
4934         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
4935         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
4936         explanation clearer.
4938 2003-12-24  Andreas Schwab  <schwab@suse.de>
4940         * doc/autoconf.texi (Default Includes): Fix misspelling of
4941         AC_INCLUDES_DEFAULT.
4943 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
4945         * configure.ac: Test if sh -n works.
4946         * configure: Regenerate.
4947         * tests/atlocal.in: Store the result here.
4948         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
4949         tools.at, looking in atlocal's ac_cv_sh_n_works instead
4950         of explicitly testing.
4951         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
4952         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
4953         * tests/tools.at (Syntax of the shell scripts): Simplify
4954         using AT_CHECK_SHELL_SYNTAX.
4955         (Syntax of the Perl scripts): Remove definition of
4956         AT_CHECK_PERL_SYNTAX.
4958 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
4960         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
4961         stderr to /dev/null.
4962         * bin/autoconf.in: Regenerate.
4963         * bin/wrapper.in: Regenerate.
4965 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
4967         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
4968         Extracted from AS_SHELL_SANITIZE.
4969         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
4970         macros.
4971         (AS_SHELL_SANITIZE): Move reinvocation code from
4972         _AS_LINENO_WORKS, use it to find out if shell
4973         functions work.
4974         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
4975         does not work.
4976         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
4977         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
4978         was called.
4979         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
4980         * bin/autoconf.in: Regenerate.
4981         * tests/wrapper.in: Regenerate.
4982         * tests/tools.at: Test the syntax of tests/autoconf
4983         and tests/testsuite.
4985 2003-11-24  Akim Demaille  <akim@epita.fr>
4987         * config/announce-gen (&print_locations, &print_signatures)
4988         (&sizes): New.
4989         Use them.
4990         No longer rely on Gnus to inline the list of signatures: compute
4991         them on the fly.
4993 2003-11-24  Akim Demaille  <akim@epita.fr>
4995         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
4996         override some files.
4997         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
4998         From Debian Autoconf 2.58.
5000 2003-11-24  Akim Demaille  <akim@epita.fr>
5002         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
5003         uses.
5004         From Debian Autoconf 2.58.
5006 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
5008         * TODO: Remove already done things.  Update the part about finding
5009         tools for the target.
5011 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
5013         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
5014         Make wording more consistent.
5015         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
5016         Explain the transition better.
5017         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
5018         the transition better.
5020 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
5022         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
5023         parameter of AU_DEFUN.
5024         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
5025         (AU_DEFUN): Remove the third parameter, it was not used.
5026         Use AC_DEFUN directly, not AU_DEFINE.
5027         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
5028         the expanded body, consistently with other macros such as AC_USG.
5030 2003-11-17  Paul Eggert  <eggert@twinsun.com>
5032         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
5033         into the initial confdefs.h, to work around a bug in NextStep 3.3
5034         patch 3 reported by Eric Sunshine.
5036 2003-11-15  Kevin Ryde  <user42@zip.com.au>
5038         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
5039         than $target since the latter is not usual, add guidelines on when to
5040         use or not use the system type.
5042 2003-11-12  Derek Price  <derek@ximbiot.com>
5044         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
5045         typo misrepaired by an auto-spellcheck.
5047 2003-11-12  Akim Demaille  <akim@epita.fr>
5049         * bin/autoreconf.in (&parse_args): Don't call automake with
5050         --force-missing unless it actually supports it.
5051         From Debian #219336.
5053 2003-11-12  Akim Demaille  <akim@epita.fr>
5055         * configure.ac: Bump to 2.59a.
5056         Require 2.59.
5058 2003-11-06  Akim Demaille  <akim@epita.fr>
5060         Version 2.59.
5062 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
5064         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
5065         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
5066         and ac_abs_top_srcdir are absolute paths.
5067         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
5069 2003-11-05  Akim Demaille  <akim@epita.fr>
5071         * configure.ac: Bump to 2.58a.
5073 2003-11-05  Kevin Ryde  <user42@zip.com.au>
5075         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
5076         it provokes a warning from makeinfo about looking like a cross
5077         reference in info output.
5079         * doc/autoconf.texi (Function Portability): Add notes on signal
5080         handler return type, as per AC_TYPE_SIGNAL.
5082 2003-11-04  Akim Demaille  <akim@epita.fr>
5084         Version 2.58.
5085         * doc/standards.texi: Update from master.
5087         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
5089 2003-11-04  Akim Demaille  <akim@epita.fr>
5091         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
5092         computing the absolute path to d1 in the source hierarchy: it may
5093         not exist at all.  So don't cd into it.
5094         From Alexandre Duret-Lutz.
5095         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
5097         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
5098         From Paul Eggert, but named after Perl's IO::Spec->catfile.
5099         * doc/autoconf.texi (Programming in M4sh): Document.
5100         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
5102 2003-11-03  Pavel Roskin  <proski@gnu.org>
5104         * doc/autoconf.texi (Generic Structure Checks): Describe
5105         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
5107 2003-10-31  Akim Demaille  <akim@epita.fr>
5109         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
5110         (GNU Fortran): New.
5111         * doc/autoconf.texi (Language Choice): Document.
5112         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
5113         the current language is Fortran.
5115 2003-10-31  Akim Demaille  <akim@epita.fr>
5117         * bin/autom4te.in (&freeze): Use a less likely warning separator
5118         than `\n\n', so that `\n\n\n' is valid in warnings.
5119         Reported by Steve Huston.
5121 2003-10-28  Akim Demaille  <akim@epita.fr>
5123         * Makefile.cfg (local_updates, executable-update): Tweak to be
5124         robust to parallel makes.
5125         Suggested by Alexandre Duret-Lutz.
5127 2003-10-27  Akim Demaille  <akim@epita.fr>
5129         * Makefile.cfg (executable-update): New.
5130         (local_updates): Call it.
5132 2003-10-27  Akim Demaille  <akim@epita.fr>
5134         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
5135         Don't remove core.* as it may remove valid user files.
5136         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
5137         (AC_FUNC_UTIME_NULL): Likewise.
5139 2003-10-23  Akim Demaille  <akim@epita.fr>
5141         Version 2.57g.
5142         * config/config.guess, config/config.sub: Upgrade from masters.
5144 2003-10-23  Akim Demaille  <akim@epita.fr>
5146         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
5147         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
5148         hand...
5150 2003-10-23  Akim Demaille  <akim@epita.fr>
5152         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
5153         Don't forget to remove conftest.err.
5155 2003-10-23  Akim Demaille  <akim@epita.fr>
5157         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
5158         same object file in $LIBOBJS.
5159         Reported by Alexandre Duret-Lutz & Derek Robert Price.
5160         * doc/autoconf.texi (Generic Functions): Adjust.
5162 2003-10-20  Paul Eggert  <eggert@twinsun.com>
5164         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
5165         Use 'eval', so that the resulting configure scripts work even if
5166         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
5168 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
5170         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
5171         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
5172         (_AC_LINK_IFELSE): Check the werror flag.
5173         * doc/autoconf.texi (Generic Compiler Characteristics): Document
5174         AC_LANG_WERROR.
5175         * NEWS: Mention it.
5177 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
5179         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
5180         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
5181         override AC_LINK_IFELSE.
5183 2003-10-15  Paul Eggert  <eggert@twinsun.com>
5185         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
5186         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
5187         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
5188         Mention /usr/dt/bin/dtksh on Solaris.
5189         (Shell Substitutions): Warn about $((...)).
5190         (Parentheses): New section.
5192 2003-10-15  Kevin Ryde  <user42@zip.com.au>
5194         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
5195         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
5197 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5199         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
5200         cross test.
5202 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
5204         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
5205         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
5207 2003-10-10  Andreas Schwab  <schwab@suse.de>
5209         * bin/autoheader.in: Avoid empty first line in --version and
5210         --help output.
5211         * bin/ifnames.in: Likewise.
5213 2003-10-09  Paul Eggert  <eggert@twinsun.com>
5215         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
5216         Issue a more-informative diagnostic.
5217         Problems reported by Eric Sunshine.
5219 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
5221         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
5222         -mGLOB_options_string stuff for Intel ifc, which can cause
5223         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
5224         pattern-matching instead of grep.
5226 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
5228         * doc/autoconf.texi: Document new FC Fortran macros.
5230 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
5232         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
5233         that future autopoint/aclocal/automake/autoreconf will be able
5234         to trace to find where to install local m4 macros.
5235         * doc/autoconf.texi (Input): Document it.
5236         * NEWS: Updated.
5238 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
5240         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
5241         -lcrtbegin.o to list of ignored flags and fix underquoting of
5242         -lcrt[01].o.
5244 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
5246         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
5247         cache variable instead of $G77 to decide whether to include -O2,
5248         since $G77 is specific to Fortran 77.
5250 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
5252         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
5253         free" flag.  Re-order flags tested into rough order of popularity.
5255 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
5257         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
5258         arguments so that it can be used with syntax identical to
5259         AC_PROG_F77, and so that we can more easily decide to
5260         remove/deprecate the DIALECT optional argument in the future if it
5261         proves troublesome.
5262         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
5263         non-freeform-supporting compilers.  Document freeform flags.
5265 2003-10-03  Akim Demaille  <akim@epita.fr>
5267         * configure.ac: Look for emacs, not macs.
5268         Reported by Eric Sunshine.
5270 2003-10-03  Akim Demaille  <akim@epita.fr>
5272         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
5273         * bin/autoreconf.in (autoreconf_current_directory): Create the
5274         AUX_DIR if needed, for sake of automake --add-missing etc.
5275         Suggested by Alexandre Duret-Lutz.
5277 2003-10-03  Akim Demaille  <akim@epita.fr>
5279         * configure.ac: Quotation and formatting changes.
5280         (EMACS): Don't set it if it is not recent enough to support
5281         autoconf-mode.el.
5282         From Eric Sunshine.
5284 2003-10-02  Akim Demaille  <akim@epita.fr>
5286         * bin/ifnames.in (&scan_file): Skip C++ comments.
5287         From Jeremy Yallop.
5289 2003-10-01  Pavel Roskin  <proski@gnu.org>
5291         * doc/autoconf.texi (Particular Structure Checks):
5292         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
5294 2003-10-01  Akim Demaille  <akim@epita.fr>
5296         Version 2.57f.
5298 2003-09-30  Paul Eggert  <eggert@twinsun.com>
5300         * lib/Autom4te/XFile.pm: Use Errno.
5301         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
5302         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
5304 2003-09-30  Akim Demaille  <akim@epita.fr>
5306         * config/announce-gen (&print_news_deltas): Extracted from...
5307         (&print_changelog_deltas): here.
5308         (&news_file): Rename as...
5309         (@news_file): this.
5311 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
5313         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
5314         have been created when invoking the compiler.
5315         * tests/fortran.at (GNU Fortran 77): Quote $G77.
5317 2003-09-29  Akim Demaille  <akim@epita.fr>
5319         Version 2.57e.
5321         * config/mkinstalldirs: Upgrade.
5323 2003-09-28  Paul Eggert  <eggert@twinsun.com>
5325         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
5326         Problem reported by Lars J. Aas in
5327         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
5328         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
5329         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
5330         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
5332 2003-09-26  Akim Demaille  <akim@epita.fr>
5334         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
5335         directory for AC_CONFIG_COMMANDS' first argument exists.
5336         This makes valid the invocation of _AC_SRCPATH that follows.
5337         Reported by Eric Sunshine.
5338         * doc/autoconf.texi (Configuration Commands): Adjust.
5340 2003-09-26  Akim Demaille  <akim@epita.fr>
5342         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
5343         Reported by Ralf Corsepius.
5345 2003-09-26  Akim Demaille  <akim@epita.fr>
5347         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
5348         arguments.
5349         Actually, use AU_ALIAS.
5350         From Bruno Haible.
5352 2003-09-26  Paul Eggert  <eggert@twinsun.com>
5354         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
5355         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
5356         Problem reported by Eric Sunshine in:
5357         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
5359 2003-09-26  Akim Demaille  <akim@epita.fr>
5361         The test suite are sometimes assigning timings incorrectly.
5362         Reported by Henk Krus.
5363         Diagnosed by Nicolas Joly.
5365         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
5366         AT_help_all.
5367         Instead of making AT_help a sequence of assignments to grow
5368         $at_help_all, just make AT_help_all be the growing contents of
5369         $at_help_all, and make a single assignment in...
5370         (AT_INIT): here.
5371         (at_times_skip): Flip the meaning and rename as...
5372         (at_times_p): this.
5373         (AT_INIT): When summarizing the test that ran, remove
5374         $at_times_file after use, and check it is present before trying to
5375         use it.
5377 2003-09-25  Akim Demaille  <akim@epita.fr>
5379         Version 2.57d.
5381         * bin/Makefile.am (edit): Handle '@configure_input@'.
5382         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
5383         (ifnames): chmod -w.
5384         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
5385         executables, not bin/ executables!  Otherwise all the magic needed
5386         to find non installed files is turned off.  This caused a failure
5387         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
5388         as found in its environment (sent by tests/autoreconf): pointing
5389         to bin/autom4te that could not find its files.
5390         * tests/mktests.sh: Force the replacement of generated files, for
5391         the sake of "mv" program that are interactive when overwriting a
5392         -w file.
5393         * config/install-sh: Upgrade from CVS Automake.
5395 2003-09-23  Paul Eggert  <eggert@twinsun.com>
5397         * doc/autoconf.texi (Limitations of Builtins): Document test -h
5398         versus test -L issues.
5400 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
5401             Paul Eggert  <eggert@twinsun.com>
5403         Trivial change to support GCC's configuration procedure.
5404         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
5405         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
5406         about inconsistency if the preprocessor is set to give errors for
5407         any warning.
5408         * doc/autoconf.texi (C Compiler Characteristics): Document this.
5410 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
5412         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
5413         and XFile.pm from Automake.
5414         * lib/Autom4te/XFile.pm: Update from Automake.
5416 2003-09-12  Akim Demaille  <akim@epita.fr>
5418         Version 2.57c.
5420 2003-09-12  Akim Demaille  <akim@epita.fr>
5422         * config/config.guess, config/config.sub, config/missing,
5423         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
5424         from masters.
5426 2003-09-12  Akim Demaille  <akim@epita.fr>
5428         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
5429         not asm/types.h.
5431 2003-09-11  Akim Demaille  <akim@epita.fr>
5433         * doc/autoconf.texi (Header Portability): linux/random.h.
5434         From Peter Hendrickson.
5436 2003-09-10  Akim Demaille  <akim@epita.fr>
5438         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
5439         willing to edit the output files.
5441 2003-09-10  Akim Demaille  <akim@epita.fr>
5443         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
5444         and AC_FC_FREEFORM.
5445         * tests/mktests.sh: Skip AC_FC_SRCEXT.
5446         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
5448 2003-09-09  Akim Demaille  <akim@epita.fr>
5450         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
5451         Reported by Gary Vaughan.
5452         * bin/autom4te.in (handle_m4): Likewise.
5454 2003-09-09  Akim Demaille  <akim@epita.fr>
5456         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
5457         trailing files.
5459 2003-09-07  Paul Eggert  <eggert@twinsun.com>
5461         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
5462         Improve the accuracy of the wording about obsolescence.
5463         From a suggestion by Ian Lance Taylor in
5464         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
5466 2003-09-05  Paul Eggert  <eggert@twinsun.com>
5468         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
5469         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
5471 2003-09-04  Akim Demaille  <akim@epita.fr>
5473         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
5474         AC_FUNC_WAIT3.
5476 2003-09-04  Akim Demaille  <akim@epita.fr>
5478         * bin/autom4te.in: Use &fatal where more appropriate than &error.
5479         (freeze): When exiting, use $exit_code.
5480         * lib/autoconf/fortran.m4: Comment changes.
5482 2003-09-04  Akim Demaille  <akim@epita.fr>
5484         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
5486 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
5488         Add support for newer Fortran dialects.  The F77 interface is
5489         unchanged, and continues to support Fortran 77.  New FC macros
5490         correspond to all the old F77 macros, with output variables FC,
5491         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
5492         available dialect, but older dialects can be specified.  There are
5493         new macros AC_FC_SRCEXT to set the source extension, and
5494         AC_FC_FREEFORM to accept free-form source files.
5496         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
5497         New macros.
5498         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
5499         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
5500         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
5501         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
5502         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
5503         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
5504         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
5505         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
5506         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
5507         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
5508         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
5509         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
5510         AC_FC_SRCEXT, AC_FC_FREEFORM):
5511         New macros.
5512         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
5513         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
5514         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
5515         Rewrite in terms of the above.
5516         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
5517         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
5518         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
5519         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
5521 2003-09-02  Paul Eggert  <eggert@twinsun.com>
5523         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
5524         Document problems with timestamp resolution that 'make', 'cp -p', and
5525         'touch -r' have.
5527 2003-08-27  Akim Demaille  <akim@epita.fr>
5529         * tests/m4sugar.at (cross_warning): Make sure to enable the
5530         output, so that we can track spurious m4sugar output.
5531         * tests/local.at: Require 2.57.
5532         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
5533         are defaulted by AT_CHECK anyway.
5534         Use AT_CHECK_AUTOM4TE.
5535         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
5536         missing dnl.
5538 2003-08-27  Akim Demaille  <akim@epita.fr>
5540         * bin/autoheader.in: Issue the "Using auxiliary..." message only
5541         when -Wobsolete is set.
5542         Set it on by default.
5543         Suggested by Klee Dienes.
5545 2003-08-27  Akim Demaille  <akim@epita.fr>
5547         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
5548         documentation.
5549         From Guido Draheim.
5551 2003-08-26  Akim Demaille  <akim@epita.fr>
5553         * doc/autoconf.texi (Output): Make clear that one can run code
5554         after AC_OUTPUT.
5556 2003-08-25  Akim Demaille  <akim@epita.fr>
5558         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
5559         CVS Bison.
5561 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
5563         * bin/autoreconf.in (parse_args): Do not pass --no-force to
5564         Automake versions prior to 1.8.
5566 2003-08-25  Akim Demaille  <akim@epita.fr>
5568         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
5569         From Ville Karaila.
5571 2003-08-24  Akim Demaille  <akim@epita.fr>
5573         * configure.ac: Bump to 2.57c.
5575 2003-08-22  Akim Demaille  <akim@epita.fr>
5577         Version 2.57b.
5579         * Makefile.cfg (local-checks-to-skip): New.
5580         * Makefile.maint (local-check): Rename as...
5581         (local-checks-available): this.
5582         (local-check): New.
5584         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
5585         * configure.ac: Require Automake 1.7.6.
5587 2003-08-22  Akim Demaille  <akim@epita.fr>
5589         Output stack traces in warnings.
5591         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
5592         Replace the former...
5593         (m4_warn): Pass the call stack to _m4_warn.
5594         * bin/autom4te.in: Adjust to output the call stack.
5595         * tests/m4sugar.at (m4@&t@_warn): Adjust.
5597 2003-08-22  Akim Demaille  <akim@epita.fr>
5599         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
5600         * bin/autom4te.in: Adjust.
5602 2003-08-21  Akim Demaille  <akim@epita.fr>
5604         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
5605         (&verbose): Remove.
5606         (&getopt): Adjust the note and verb channels, depending upon
5607         --verbose.
5608         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
5609         * bin/autoupdate.in: Adjust.
5610         Use &verb, not &verbose.
5612 2003-08-21  Akim Demaille  <akim@epita.fr>
5614         * bin/autoheader.in (&parse_args): Use &parse_warnings and
5615         &parse_WARNINGS.
5616         ($help): Use Autom4te::ChannelDefs::usage.
5617         * bin/autoscan.in: Use Autom4te::ChannelDefs.
5618         * lib/Autom4te/General.pm: Don't export error: you don't own it.
5620 2003-08-21  Akim Demaille  <akim@epita.fr>
5622         First stab at preserving warnings between calls to autom4te,
5623         including when the cache is used.
5625         There are still several issues: (i) there are too many runs of m4
5626         (one for include, one for warnings, and some more), (ii) warnings
5627         spreading on several lines are not handled gracefully, (iii) the
5628         code meant to have the call stack display for errors does not work
5629         (its handling should move from m4 to autom4te).
5631         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
5632         Use them.
5633         (@preselect): Add m4_warn.
5634         ($exit_status): Remove, use $exit_code.
5635         ($help): Use Autom4te::ChannelDefs::usage.
5636         (&handle_m4): No longer define the m4_warnings.
5637         At each run, extract and report the warnings.
5638         Always cache the result, including if the exit status is on
5639         failure, since if nothing changes, we should result in the same
5640         failure, hence we can use the cache.
5641         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
5642         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
5643         Remove.
5644         (m4_warn): Redefine as a do-nothing: it is its invocation that
5645         matters, as warnings are now reported via traces.
5646         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
5647         the contents of m4_warn: make it _call_ m4_warn, so that tracing
5648         the latter reveals calls to the former.
5650         Adjust the tests.
5652         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
5654 2003-08-21  Akim Demaille  <akim@epita.fr>
5656         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
5657         Use them.
5659 2003-08-21  Akim Demaille  <akim@epita.fr>
5661         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
5662         forward order.
5663         * lib/Autom4te/ChannelDefs.pm: Doc typos.
5664         (&parse_warnings): Accept a list of warning requests.
5665         (&usage): Return a string, not a side effect.
5666         (cross): New warning category.
5668 2003-08-21  Akim Demaille  <akim@epita.fr>
5670         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
5671         (&require_configure_ac): Accept an optional directory argument.
5672         ($configure_ac): Remove.
5673         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
5674         (&catfile): Remove.
5675         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
5676         * bin/autoscan.in: Adjust.
5678 2003-08-20  Akim Demaille  <akim@epita.fr>
5680         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
5681         Reported by Alexandre Duret-Lutz.
5683 2003-08-20  Akim Demaille  <akim@epita.fr>
5685         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
5686         * bin/autom4te: Adjust.
5687         In particular, be Autoconf tools are really silent when properly
5688         working, bind the verbosity of the 'note' channel to $verbose.
5689         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
5690         (&xsystem, &contents): Remove, since they are exported by...
5691         * lib/Autom4te/FileUtils.pm: this.
5692         More perldoc.
5693         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
5694         * lib/Autom4te/FileUtils.pm: here.
5696 2003-08-20  Akim Demaille  <akim@epita.fr>
5698         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
5699         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
5700         from CVS Automake.
5702 2003-08-20  Akim Demaille  <akim@epita.fr>
5704         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
5705         (autom4te-update): New.
5706         * Makefile.cfg (update): Bind autom4te-update.
5708 2003-08-19  Derek Price  <derek@ximbiot.com>
5710         * lib/autotest/general.m4: Comment various HELP_* diversions.
5711         (PARSE_ARGS_BEGIN): New section for option parsing related
5712         initialization.
5713         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
5714         package specific options and associated help.
5716 2003-08-19  Akim Demaille  <akim@epita.fr>
5718         * config/announce-gen, Makefile.cfg: New.
5719         * Makefile.am: Adjust.
5720         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
5722 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5724         * lib/autom4te.in (Automake-preselections): Preselect
5725         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
5726         and m4_sinclude.
5728 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
5730         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
5731         (Autoconf-without-aclocal-m4): ... this new language.
5732         * doc/autoconf.texi (autom4te Invocation): Mention
5733         Autoconf-without-aclocal-m4.
5735 2003-08-18  Derek Price  <derek@ximbiot.com>
5737         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
5738         RUN-IF-PASS optional arguments.
5740 2003-08-18  Derek Price  <derek@ximbiot.com>
5742         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
5744 2003-08-16  Derek Price  <derek@ximbiot.com>
5746         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
5747         STDOUT & STDERR arguments.
5749 2003-08-14  Derek Price  <derek@ximbiot.com>
5751         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
5752         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
5753         shorter column three.  Add DESCRIPTION to log file content.
5755 2003-08-13  Derek Price  <derek@ximbiot.com>
5757         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
5758         output.
5760 2003-08-12  Derek Price  <derek@ximbiot.com>
5762         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
5763         (AT_CHECK_NOESCAPE): Move core functionality to...
5764         (_AT_CHECK): ...this new macro.
5766 2003-08-07  Derek Price  <derek@ximbiot.com>
5768         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
5769         (AT_CHECK_NOESCAPE): ...to this new macro.
5771 2003-07-31  Paul Eggert  <eggert@twinsun.com>
5773         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
5774         in Bash 2.01.  Problem reported by Brian Gough in
5775         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
5777 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
5779         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
5780         -lcrt1.o, for OS X.  (trivial change)
5782 2003-07-07  Paul Eggert  <eggert@twinsun.com>
5784         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
5785         inside '#ifndef __cplusplus'.  Problem reported by
5786         Bob Friesenhahn.
5788 2003-07-06  Bill Clarke  <llib@computer.org>
5790         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
5791         'long', not 'int', for benefit of Sun's recent C++ compilers
5792         (trivial change).  See:
5793         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
5794         (This really should be 'intptr_t', not 'long', but that would
5795         take more work.)
5797 2003-06-25  Akim Demaille  <akim@epita.fr>
5799         * lib/Makefile.am (autom4te.cfg): Make it read only.
5800         Depend on Makefile since it contains substitutions.
5801         From Paolo Bonzini.
5802         * lib/autom4te.in (args): Add local.at? for Autotest args.
5803         This change was made on autom4te.cfg which is generated.
5804         Reported by Raja R. Harinath.
5806 2003-06-25  Akim Demaille  <akim@epita.fr>
5808         * doc/autoconf.texi (Header Portability): sys/mount.h.
5809         From Gareth McCaughan.
5811 2003-06-23  Akim Demaille  <akim@epita.fr>
5813         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
5814         not all of them.  This fixes 1. the fact that when testing
5815         Autoconf there are many many config.log, 2. the incorrect use of
5816         top_srcdir to find config.log.
5817         Don't mix the detailed output of failed test with the summary of
5818         failures.  Rather, append detailed log afterwards.
5820 2003-06-23  Akim Demaille  <akim@epita.fr>
5822         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
5823         always run: output config.log on $at_group_log.
5825 2003-06-23  Akim Demaille  <akim@epita.fr>
5827         * tests/torture.at (#define header templates): Don't use quotes in
5828         C++ comments as it puzzles Emacs' sh font-lock-mode.
5830 2003-06-23  Akim Demaille  <akim@epita.fr>
5832         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
5833         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
5834         * tests/atspecific.m4: Rename as...
5835         * tests/local.at: This.
5836         * tests/suite.at: Move the globals into...
5837         * tests/local.at: here.
5838         * tests/Makefile.am: Adjust.
5839         * doc/autoconf.texi (testsuite Scripts): Adjust.
5841 2003-06-21  Kevin Ryde  <user42@zip.com.au>
5843         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
5844         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
5845         ensuring we add -std1 for full-ANSI.
5847         * doc/autoconf.texi (hdrindex): New macro.
5848         Add index entries for portability of various standard header files.
5850 2003-06-20  Akim Demaille  <akim@epita.fr>
5852         * configure.ac: Bump to 2.57b.
5854 2003-06-20  Akim Demaille  <akim@epita.fr>
5856         Version 2.57a.
5858 2003-06-20  Akim Demaille  <akim@epita.fr>
5860         * bin/autom4te.in: Don't rely on $HOME being defined.
5861         Reported by Marc Espie as PR/233.
5863 2003-06-20  Akim Demaille  <akim@epita.fr>
5865         * lib/autotest/general.m4: Use at_times_file only if used.
5866         From Nicolas Joly.
5868 2003-06-20  Akim Demaille  <akim@epita.fr>
5870         * config/config.guess, config/config.sub, config/elisp-comp,
5871         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
5872         Update from masters.
5874 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
5876         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
5877         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
5878         (TEST_SCRIPT): New diversion.
5879         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
5880         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
5881         (AT_INIT): Support for expected failures.
5883 2003-06-02  Akim Demaille  <akim@epita.fr>
5885         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
5886         changes.
5887         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
5888         Autoconf nor Automake.
5889         (&contents): New, from Automake.
5890         PODify.
5892 2003-05-28  Paul Eggert  <eggert@twinsun.com>
5894         * NEWS, doc/autoconf.texi (Particular Functions),
5895         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
5896         is the inverse of localtime.
5898 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
5900         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
5901         (handle_exec_errors): New function.  Work around $! being
5902         altered by WEXITSTATUS.
5903         (xqx, xsystem): Use handle_exec_errors.
5905 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
5907         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
5908         Do not call `_exit()', simply modify `$?'.
5909         (xsystem): Reset $! before running system, and check it afterward.
5910         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
5911         63 for version mismatches.
5913 2003-05-23  Akim Demaille  <akim@epita.fr>
5915         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
5916         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
5917         the middle of a line).
5918         * lib/m4sugar/m4sugar.m4: Likewise.
5919         Remove useless spaces in comments.
5921 2003-05-23  Akim Demaille  <akim@epita.fr>
5923         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
5924         exit 63, so that we (or Automake's "missing") can tell the
5925         difference with a plain failure.
5926         * doc/autoconf.texi (Notices): Adjust.
5928 2003-05-23  Akim Demaille  <akim@epita.fr>
5930         * Makefile.am, bin/Makefile.am, config/Makefile.am,
5931         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
5932         White spaces cleanup.
5934 2003-05-22  Jim Meyering  <jim@meyering.net>
5935             Paul Eggert  <eggert@twinsun.com>
5937         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
5938         Remove `#include <stdlib.h>' from the list; we should never
5939         make confdefs.h include <stdlib.h> or <cstdlib>, because the
5940         resulting namespace pollution would cause other tests to fail.
5941         Configure scripts run with some older versions of g++ and HP's
5942         aCC would fail due to such an #include.  Problems reported by
5943         Matthew Mueller in <http://bugs.debian.org/120704> and by
5944         Keith Bostic in
5945         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
5946         In the test, use the test declaration before including <stdlib.h>,
5947         as that's closer to how it'll be used.
5949 2003-05-23  Akim Demaille  <akim@epita.fr>
5951         * doc/autoconf.texi (Header Portability): ucred.h.
5952         From Ian Redfern.
5954 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
5956         Overhaul Autotest's logging: generate separate log files
5957         in testsuite.dir/NNN/testsuite.log, and append them to
5958         testsuite.log instead of re-running the test verbosely.
5960         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
5961         file descriptor, write 0 to at_status_file instead of setting
5962         at_status=0, initialize some new variables (at_status_file,
5963         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
5964         to rerun the tests, instead append the at_group_log to the
5965         at_suite_log when a test fails.
5966         (AT_SETUP): pipe the test case's output into at_tee_pipe,
5967         with the AS_MESSAGE_LOG_FD redirected to stdout.
5968         (AT_CLEANUP): save the output status in $at_status_file
5969         and restore it, redirect the AS_MESSAGE_LOG_FD back to
5970         its original place.
5971         (AT_CHECK): since tests are run with a redirected stdout,
5972         and used to be re-run in verbose mode, turn some $at_verbose
5973         into echo, and don't redirect the output of testing stdout
5974         and stderr.
5976         * lib/autotest/autoconf.texi (testsuite Scripts): Update
5977         the name of the debugging directory and information about
5978         its contents.
5980 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
5982         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
5983         parameter.
5985 2003-05-22  Akim Demaille  <akim@epita.fr>
5987         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
5988         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
5989         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
5990         * lib/autoconf/status.m4: Fix and adjust copyright notices.
5992 2003-05-22  Akim Demaille  <akim@epita.fr>
5994         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
5995         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
5996         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
5997         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
5998         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
5999         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
6000         * lib/autoconf/status.m4, lib/autoconf/types.m4,
6001         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
6002         * tests/atspecific.m4, tests/base.at, tests/compile.at,
6003         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
6004         * tests/tools.at, tests/torture.at:
6005         Whitespace clean up.
6006         Suggested by Jim Meyering.
6008 2003-05-22  Akim Demaille  <akim@epita.fr>
6010         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
6011         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
6012         Reported by Jim Meyering.
6014 2003-05-22  Akim Demaille  <akim@epita.fr>
6016         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
6017         Add AC_HELP_STRING  to the obsolete macros section.
6018         Typos.
6019         Use '@.' for sentences that ended in a capital letter.
6020         From Art Haas.
6022 2003-05-22  Akim Demaille  <akim@epita.fr>
6024         * config/config.guess, config/config.sub, config/elisp-comp,
6025         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
6026         * config/texinfo.tex, doc/standards.texi: Update from masters.
6028 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
6030         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
6031         it to eval.
6033 2003-05-21  Akim Demaille  <akim@epita.fr>
6035         * bin/autoupdate.in ($m4): Fix quotation.
6036         Reported by Martin Mokrejs.
6038 2003-05-19  Paul Eggert  <eggert@twinsun.com>
6040         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
6041         Remove non-ASCII characters.
6043 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
6045         * tests/semantics.at (AC_SEARCH_LIBS): New test.
6046         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
6047         AC_CHECK_HEADERS_NEW): New tests.
6049 2003-05-17  Akim Demaille  <akim@epita.fr>
6051         * lib/autoconf/functions.m4: Use the default includes so that
6052         memcmp be declared before being tested.
6053         Reported by Sander Niemeijer.
6054         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
6055         * doc/autoconf.texi (Default Includes): Document
6056         AC_INCLUDES_DEFAULT.
6058 2003-05-17  Akim Demaille  <akim@epita.fr>
6060         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
6061         * doc/autoconf.texi (Obsolete Macros): Adjust.
6062         Reported by Werner LEMBERG and Debian Bug 190886.
6064 2003-05-16  Akim Demaille  <akim@epita.fr>
6066         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
6067         user name space clashes.
6068         Reported by Bruno Haible.
6070 2003-05-16  Akim Demaille  <akim@epita.fr>
6072         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6073         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
6074         them uniform, and more robust to Perl special characters.
6075         Reported by Martin Mokrejs.
6077 2003-05-14  Akim Demaille  <akim@epita.fr>
6079         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
6081 2003-05-14  Akim Demaille  <akim@epita.fr>
6083         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
6084         linux/irda.h.
6086 2003-05-12  Akim Demaille  <akim@epita.fr>
6088         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
6089         message.
6090         From Matthias Andree.
6092 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
6094         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
6095         and truncate.
6097 2003-05-06  Akim Demaille  <akim@epita.fr>
6099         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
6100         longer updates aclocal.m4 if useless, (ii) if a file m4_included
6101         by aclocal.m4 is changed it might require the importing of another
6102         m4 extension file, i.e., aclocal must be run.
6104         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
6105         (&parse_args): Use --force with aclocal if required and supported.
6106         (&autoreconf_current_directory): Use &run_aclocal.
6108 2003-05-06  Akim Demaille  <akim@epita.fr>
6110         Lock autom4te's cache.
6112         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
6113         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
6114         argument instead of a file name, so that the request file remains
6115         open during the whole autom4te run.
6116         ($icache_file): New.
6117         (&freeze): Lock the $icache_file.
6119 2003-04-29  Derek Price  <derek@ximbiot.com>
6121         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
6122         seperator with m4_append_uniq().  It doesn't work.
6123         (AT_CLEANUP): Add `;' to end of at_help_all.
6124         (AT_INIT): Allow --keywords to be specified more than once.  When
6125         grepping $at_help_all for keywords, use the field and keyword
6126         seperators to ensure a complete keyword match.  Alter at_prev handling
6127         to support the new --keywords behavior.
6129 2003-04-27  Karl Berry  <karl@freefriends.org>
6131         * doc/autoconf.texi: Make the dir entries in the autoconf manual
6132         align better with others.  I also made some of the individual
6133         entries on one line, for brevity and to make it easier for me to
6134         sort my dir-example file in the Texinfo distribution :).
6136 2003-04-12  Jim Meyering  <jim@meyering.net>
6138         * NEWS: Mention the new macro.
6139         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
6140         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
6141         * tests/c.at: Test AC_C_RESTRICT.
6142         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
6144 2003-04-08  Akim Demaille  <akim@epita.fr>
6146         * bin/ifnames.in: Skip C++ comments.
6147         From Jeremy Yallop.
6149 2003-04-08  Akim Demaille  <akim@epita.fr>
6151         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
6152         From Ilya Zakharevich.
6154 2003-04-08  Akim Demaille  <akim@epita.fr>
6156         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
6157         net/if.h, stdlib.h.
6159 2003-04-01  Derek Price  <derek@ximbiot.com>
6161         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
6162         from Akim's checkin of 2003-03-29.
6164 2003-04-01  Derek Price  <derek@ximbiot.com>
6166         * tests/torture.at (Configuring subdirectories): Add missing
6167         close-quote for Akim's change from 2003-03-28.
6169 2003-04-01  Akim Demaille  <akim@epita.fr>
6171         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
6172         (AC, AT, MS): these.
6173         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
6174         New.
6175         Use them.
6176         * doc/Makefile.am (CLEANFILES): Adjust.
6177         (TEXI2DVI): Make it --batch.
6179 2003-03-31  Derek Price  <derek@ximbiot.com>
6181         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
6182         which removed the main loop.
6183         Thanks to Akim Demaille.
6185 2003-03-29  Akim Demaille  <akim@epita.fr>
6187         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
6188         that starts a GUI.
6189         From Ilya Zakharevich.
6191 2003-03-29  Akim Demaille  <akim@epita.fr>
6193         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
6194         documentation to read is Autoconf's.
6195         Suggested by Paul Eggert.
6197 2003-03-28  Akim Demaille  <akim@epita.fr>
6199         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
6200         reading the section "Present But Cannot Be Compiled" when the
6201         header causes problems.
6203 2003-03-28  Akim Demaille  <akim@epita.fr>
6205         * tests/torture.at (Configuring subdirectories): Require aclocal
6206         1.4, otherwise the test fails, as it does support configure.ac.
6207         This fixes the "test 40 failed" bug reports.
6209 2003-03-28  Akim Demaille  <akim@epita.fr>
6211         * doc/autoconf.texi (C Compiler): `#line' portability.
6212         From Paul Eggert and Nelson H. F. Beebe.
6214 2003-03-27  Derek Price  <derek@ximbiot.com>
6216         * lib/autotest/general.m4: Eliminate main loop and reorganize test
6217         layout in order to allow scripting around test groups.
6219 2003-03-27  Derek Price  <derek@ximbiot.com>
6221         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
6222         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
6223         use new diversions in preparation for accepting new arguments and
6224         allowing scripting around tests.
6225         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
6227 2003-03-26  Derek Price  <derek@ximbiot.com>
6229         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
6230         obsolete AC_HELP_STRING.
6231         (AC_HELP_STRING): AU_DEFUN to...
6232         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
6233         * tests/m4sh.at (AS_HELP_STRING): New test.
6235         * tests/acgeneral.at: Regenerated.
6237 2003-03-26  Derek Price  <derek@ximbiot.com>
6239         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
6240         sense.  Verbosify the diversion definitions comment.
6242 2003-03-26  Derek Price  <derek@ximbiot.com>
6244         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
6245         AS_PREPARE.
6247 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
6249         * doc/autoconf.texi (Present But Cannot Be Compiled):
6250         Grammar fixes and minor rewording. (trivial change)
6252 2003-03-06  Paul Eggert  <eggert@twinsun.com>
6254         Work around a problem noted by Nelson H. F. Beebe with coreutils
6255         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
6256         2002/05/09) rejects '#line 32768 "configure"' because the line
6257         number overflows.
6258         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
6259         #line directives.
6260         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
6261         * doc/autoconf.texi (Generating Sources): Document this.
6263 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
6265         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
6266         file name for the m4 program, when it has an "exe" file extension.
6267         DJGPP's error messages include the error code in brackets -
6268         remove the error code during normalization.
6270 2003-02-28  Akim Demaille  <akim@epita.fr>
6272         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
6274 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
6276         * doc/autoconf.texi (Limitations of Make): Remove the section
6277         about `$<' in inference rules, it was a bogus interpretation of
6278         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
6279         Tru64 make in the "target lookup" section.
6280         (Automake): Automake 1.5+ no longer requires special tools to be
6281         present on the developer's host.
6283 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
6285         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
6286         to a shell that can handle redirection or quoting correctly.
6287         Override SHELL with the shell detected by configure.
6288         Use of $^O suggested by Tim van Holder.
6289         * bin/autom4te.in (BEGIN): Likewise.
6290         * bin/autoreconf.in (BEGIN): Likewise.
6291         * bin/autoscan.in (BEGIN): Likewise.
6292         * bin/autoupdate.in (BEGIN): Likewise.
6293         * bin/ifnames.in (BEGIN): Likewise.
6295         * bin/ifnames.in: Add final newline to help and version messages.
6297         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
6298         to cope with DOS-style absolute paths, when constructing
6299         ${ac_make}.
6301         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
6302         When constructing paths with IFS=:, quote the path. If we're
6303         constructing a DOS-style absolute path, we don't want to split it
6304         on the colon.
6306         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
6307         in description.
6309 2003-02-25  Pavel Roskin  <proski@gnu.org>
6311         * bin/autoheader.in: Add missing newline when printing
6312         suggestion how change AC_DEFINE call.
6314 2003-02-24  Paul Eggert  <eggert@twinsun.com>
6316         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
6317         2002-09-01 patch by replacing "test -n" with "test -z".
6318         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
6319         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
6321         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
6322         to fix a mismatch between example and discussion.
6324 2003-02-24  Kevin Ryde  <user42@zip.com.au>
6326         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
6327         format starting with "-".
6329 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
6331         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
6332         is not portable inside Makefile.
6334 2003-02-20  Akim Demaille  <akim@epita.fr>
6336         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
6337         compiler says yeah, but preproc says nope, compiler is right.
6338         Conversely, prompt the reader to send a bug report to the
6339         maintainers of the package, not of Autoconf.
6341 2003-02-20  Klee Dienes  <kdienes@apple.com>
6343         * bin/autoreconf.in (autoreconf_current_directory): Properly
6344         handle an empty aclocal.m4.
6346 2003-02-20  Akim Demaille  <akim@epita.fr>
6348         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
6349         $ac_prefix_program.
6350         From Larry Jones.
6352 2002-12-23  Paul Eggert  <eggert@twinsun.com>
6354         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
6355         innocuous variant befor including <limits.h> or <assert.h>.  This
6356         works around a bug reported by Albert Chin: HP-UX 11i
6357         (and earlier versions) have a <limits.h> that declares
6358         gettimeofday and many other functions.
6360 2002-12-03  Paul Eggert  <eggert@twinsun.com>
6362         Version 2.57.
6364         * NEWS, configure.ac: Update version.
6366         * doc/fdl.texi: Upgrade to FDL version 1.2.
6368         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
6369         nontrivially in main's body, so that f's external declaration is
6370         not optimized away in AIX.  This should fix the bug reported by
6371         Martin Frydl in
6372         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
6374         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
6375         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
6376         defined, to support freestanding compilers.  This should fix the
6377         bug reported by Momchil Velkov in
6378         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
6380         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
6381         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
6382         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
6383         by Simon Josefsson in
6384         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
6386         * Makefile.maint (www-gnu): New macro.
6387         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
6388         the location has moved.
6390 2002-12-02  Martin Frydl  <martin@systinet.com>
6392         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
6393         \(.*\) match is too long and there is something more to be checked.
6394         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
6396 2002-11-15  Akim Demaille  <akim@epita.fr>
6398         Version 2.56.
6400         * config/install-sh: chmod +x.
6401         From Paul Eggert.
6402         * config/move-if-change: Indenting changes.
6403         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
6404         * configure.ac (AM_INIT_AUTOMAKE): here.
6405         Require 1.7.1.
6407 2002-11-14  Akim Demaille  <akim@epita.fr>
6409         Version 2.55.
6411         * config/config.guess, config/config.sub, config/install-sh:
6412         Update from masters.
6414 2002-11-14  Akim Demaille  <akim@epita.fr>
6416         * Makefile.maint: Sync with Bison, i.e.:
6417         (po-check): Scan .l and .y files instead of the
6418         .c and the .h files that they generate.  This fixes the bug
6419         reported by Tim Van Holder in:
6420         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
6421         Look for N_ as well as for _.  Try to avoid matching #define for
6422         N_ and _.
6423         From Paul Eggert.
6425 2002-11-14  Akim Demaille  <akim@epita.fr>
6427         * doc/autoconf.texi (C Compiler): Compiling several files at once.
6428         From Paul Eggert and Albert Chin-A-Young.
6430 2002-11-14  Akim Demaille  <akim@epita.fr>
6432         * doc/autoconf.texi (C Compiler): Solitary backslashes.
6433         From Paul Eggert and Albert Chin-A-Young.
6435 2002-11-14  Kevin Ryde  <user42@zip.com.au>
6437         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
6438         than assigning in main, to avoid HP cc +O3 optimizing it away.
6440 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
6442         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
6443         option.  Process --recheck after parsing all options.  Pass -q
6444         option to configure on --recheck.
6445         (AC_OUTPUT): Pass -q from configure to config.status.
6446         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
6447         arguments to record.
6448         * doc/autoconf.texi (config.status Invocation): Document
6449         config.status -q option.
6451 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
6453         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
6454         Makefile.in if Makefile.am exists.
6455         (output): Strip `.am' from Makefiles.  Don't
6456         output AC_CONFIG_FILES if no Makefiles were found.
6458 2002-11-07  Akim Demaille  <akim@epita.fr>
6460         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
6461         (local_updates): New.
6462         * Makefile.maint: Update, from CVS Bison.
6463         (local_updates): New.
6465 2002-11-06  Akim Demaille  <akim@epita.fr>
6467         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
6468         declaration in extern "C" too.
6469         Reported by Roberto Bagnara.
6471 2002-11-06  Akim Demaille  <akim@epita.fr>
6473         * tests/torture.at (Configuring subdirectories): Don't use grep
6474         -w.
6475         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
6476         Reported by Ezra Peisach.
6478 2002-11-05  Akim Demaille  <akim@epita.fr>
6480         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
6481         Remove.
6482         We _have_ to stop using the old compatibility scheme that tried to
6483         avoid useless backslashes because Libtool 1.4.3 contains a
6484         AC_DEFINE([error_t], [int],
6485         [Define to a type to use for \`error_t' if it is not
6486         otherwise available.])
6487         We _have_ to quote the single quote and backslashes with \.  The
6488         old compatibility scheme saw that ` was backslashed, and therefore
6489         did not quote the single quote.  Hence before this patch, Autoconf
6490         was not compatible with Libtool.
6492 2002-11-04  Paul Eggert  <eggert@twinsun.com>
6494         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
6495         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
6496         LC_NAME, LC_PAPER, LC_TELEPHONE.
6497         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
6499 2002-11-04  Akim Demaille  <akim@epita.fr>
6501         Version 2.54c.
6503         * Makefile.maint (update, cvs-update, po-update, do-po-update):
6504         New.
6505         * config/texinfo.tex: Update.
6507 2002-11-03  Akim Demaille  <akim@epita.fr>
6509         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
6510         from...
6511         (&autoreconf): here.
6512         ($help, $make, &parse_args, &autoreconf_current_directory):
6513         Support -m/--make.
6514         * doc/autoconf.texi (autoreconf Invocation): Adjust.
6516 2002-10-31  Bruno Haible  <bruno@clisp.org>
6518         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
6519         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
6520         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
6521         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
6522         to ac_cv_func_realloc_0_nonnull.
6523         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
6525 2002-10-31  Akim Demaille  <akim@epita.fr>
6527         The test suite was no longer checking for trailing envvars and files.
6529         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
6530         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
6532 2002-10-31  Akim Demaille  <akim@epita.fr>
6534         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
6535         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
6536         Make variable, not a shell variable.
6537         Suggested by Bruno Haible.
6539 2002-10-31  Akim Demaille  <akim@epita.fr>
6541         * bin/autom4te.in (load_configuration): Reject #args out of any
6542         language.
6544 2002-10-31  Akim Demaille  <akim@epita.fr>
6546         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
6547         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
6548         (_AC_RUN_IFELSE): Use it.
6549         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
6550         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
6551         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
6552         inline it.
6554 2002-10-30  Akim Demaille  <akim@epita.fr>
6556         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
6557         * doc/autoconf.texi (autom4te Invocation): Adjust.
6558         Suggested by Tim van Holder.
6560 2002-10-29  Paul Eggert  <eggert@twinsun.com>
6562         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
6563         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
6564         Problem reported by Bruno Haible.
6566 2002-10-29  Akim Demaille  <akim@epita.fr>
6568         * doc/autoconf.texi (Header Templates): Put also in words what the
6569         pictures says to assist free style readers.
6570         (Customizing autom4te): s/--cache=/--cache /.
6572 2002-10-29  Akim Demaille  <akim@epita.fr>
6574         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
6575         sys/wait.h.
6576         sparc_address_test returns void.
6577         Use it with an argument, as prototyped.
6578         From Bruno Haible.
6580 2002-10-29  Akim Demaille  <akim@epita.fr>
6582         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
6583         configure.in, not configure.ac.
6584         Reported by Bruno Haible.
6586 2002-10-29  Akim Demaille  <akim@epita.fr>
6588         * tests/torture.at (Deep Package): New test.
6589         (Configuring subdirectories): Don't use a testSubDir as Autotest
6590         now does it itself.
6592 2002-10-29  Akim Demaille  <akim@epita.fr>
6594         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
6595         * doc/autoconf.texi (Invoking autom4te): Rename as...
6596         (autom4te Invocation): this, for consistency with the other nodes.
6598 2002-10-29  Akim Demaille  <akim@epita.fr>
6600         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
6601         Reported by Ralf Corsepius.
6603 2002-10-29  Akim Demaille  <akim@epita.fr>
6605         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6606         characters is a back as an `obsolete' warning now.
6607         Reported by Ralf Corsepius.
6609 2002-10-28  Akim Demaille  <akim@epita.fr>
6611         * configure.ac: Bump to 2.54c.
6613 2002-10-28  Akim Demaille  <akim@epita.fr>
6615         Version 2.54b.
6617         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
6619 2002-10-28  Akim Demaille  <akim@epita.fr>
6621         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
6622         m4 executable names, and different GNU M4 version.
6623         Reported by Ezra Peisach and Paul Jarc.
6625 2002-10-27  Akim Demaille  <akim@epita.fr>
6627         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
6628         AC_RUN_IFELSE.
6630 2002-10-27  Akim Demaille  <akim@epita.fr>
6632         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
6633         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
6634         Die when a simple Fortran program cannot be compiled.
6635         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
6636         Issue a warning if no function is given.
6638 2002-10-27  Akim Demaille  <akim@epita.fr>
6640         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
6641         Move the documentation of AC_TRY_RUN to...
6642         (Obsolete Macros): here.
6643         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
6644         (autoconf Invocation): Remove the duplicates with `invoking
6645         autom4te'.
6646         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
6647         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
6649 2002-10-27  Akim Demaille  <akim@epita.fr>
6651         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
6652         and AC_LANG_FUNC_LINK_TRY.
6653         (Examining Libraries): Rename as...
6654         (Running the Linker): this.
6655         Document AC_LINK_IFELSE.
6656         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
6657         (Obsolete Macros): here.
6658         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
6659         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
6660         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
6661         * lib/autoconf/headers.m4 (AC_USG): Likewise.
6663 2002-10-27  Akim Demaille  <akim@epita.fr>
6665         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
6667         More `check config.log' messages.
6669         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
6670         * doc/autoconf.texi (Printing Messages): Document it.
6671         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
6672         appropriate.
6673         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
6674         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
6675         (_AC_COMPILER_OBJEXT): Likewise.
6676         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
6677         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
6678         Likewise.
6679         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
6680         Likewise.
6682         Deprecate macros with unusual interfaces.
6684         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
6685         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
6687         Document the new ones, and proper style.
6689         * doc/autoconf.texi (Generating Sources): New.
6690         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
6691         (Examining Declarations): Rename as...
6692         (Running the Preprocessor): this.
6693         Document AC_PREPROC_IFELSE.
6694         (Examining Syntax): Rename as...
6695         (Running the Compiler): this.
6696         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
6697         (Obsolete Macros): Move the definition of AC_TRY_CPP and
6698         AC_TRY_COMPILE here.
6700 2002-10-27  Akim Demaille  <akim@epita.fr>
6702         Move sections around.
6704         * doc/autoconf.texi (Customizing autom4te): Remove a lost
6705         sentence.
6706         Reported by Burno Haible.
6707         (Language Choice): Now the first section of...
6708         (Writing Tests): this section.
6709         Make the introduction less C-centric.
6710         (Guidelines, Test Functions): Move to...
6711         (Writing Test Programs): this new section.
6712         (Test Programs): Merge into...
6713         (Run Time): this.
6715 2002-10-27  Akim Demaille  <akim@epita.fr>
6717         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
6718         autom4te.in that resulted in the need for two `make' runs.
6720 2002-10-27  Akim Demaille  <akim@epita.fr>
6722         * configure.ac: Bump to 2.54b.
6724 2002-10-25  Akim Demaille  <akim@epita.fr>
6726         Version 2.54a.
6728         * Makefile.maint: Update from the Coreutils.
6729         (AMTAR): Remove, obsolete.
6730         (automake_repo): Update to redhat.com.
6731         (cvs_file): New.
6732         Adjust to the fact that ansi2knr is now hosted by Automake.
6733         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
6734         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
6735         Update from masters.
6736         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
6737         autoscan.pre is not to be installed, and autoscan.list is not to
6738         be shipped.
6739         (CLEANFILES): Add autoscan.list.
6740         (autoscan.list): Disable the cache.
6741         * bin/Makefile.am: Include freeze.mk.
6743 2002-10-25  Akim Demaille  <akim@epita.fr>
6745         * bin/autom4te.in (&load_configuration): Take the file as
6746         argument.
6747         (&parse_args): Handle -C, --cache.
6748         ($help): Adjust.
6749         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
6750         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
6751         * doc/autoconf.texi (Invoking autom4te): Document --cache.
6752         Now a subsection of...
6753         (Using autom4te): This new section.
6754         (Customizing autom4te): New.
6755         (autom4te.cache): Adjust.
6757 2002-10-25  Akim Demaille  <akim@epita.fr>
6759         * doc/autoconf.texi (Generic Headers): More information on how to
6760         use AC_CHECK_HEADERS.
6762 2002-10-25  Akim Demaille  <akim@epita.fr>
6764         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
6765         Space changes.
6767 2002-10-25  Akim Demaille  <akim@epita.fr>
6769         * bin/autoscan.in (output): Output AC_PREREQ.
6770         (%needed_macros): Add AC_PREREQ so that configure.ac without one
6771         be reported.
6773 2002-10-23  Akim Demaille  <akim@epita.fr>
6775         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
6776         document _Bool.
6778 2002-10-23  Akim Demaille  <akim@epita.fr>
6780         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
6781         Reported by Peter Eisentraut.
6783 2002-10-23  Akim Demaille  <akim@epita.fr>
6785         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
6786         type _Bool.
6787         Fix a typo.
6788         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
6789         Eggert's recommandations.
6791 2002-10-22  Akim Demaille  <akim@epita.fr>
6793         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
6794         Bison, by Paul Eggert.
6795         * doc/autoconf.texi (Particular Headers): Document it.
6797 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
6799         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
6800         `$ac_configure_args'.
6802 2002-10-22  Akim Demaille  <akim@epita.fr>
6804         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
6805         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
6806         From Art Haas.
6808 2002-10-22  Akim Demaille  <akim@epita.fr>
6810         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
6812         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6813         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
6814         (_AC_CHECK_HEADER_NEW): Rename as...
6815         (AC_CHECK_HEADER): this.
6817 2002-10-22  Akim Demaille  <akim@epita.fr>
6819         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
6820         words about HP-UX cmp: it was actually a user-written cmp.
6822 2002-10-22  Akim Demaille  <akim@epita.fr>
6824         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
6825         are a few warnings.
6826         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6827         Quote for Perl '' strings, not "".
6828         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
6829         strings.
6831 2002-10-22  Akim Demaille  <akim@epita.fr>
6833         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6834         characters is a syntax warning now.
6835         (_AS_QUOTE): Accept $2 as list of characters to quote.
6836         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
6837         Quote for Perl, not sh.
6838         * bin/autoheader.in: When $debug, report the file which is
6839         `do'ne.
6840         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
6841         `@', to tickle Perl's lists.
6842         Reported by Carlos Velasco.
6844 2002-10-18  Akim Demaille  <akim@epita.fr>
6846         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
6847         missing included files _are_ errors.
6848         Thanks to Alexandre Duret-Lutz.
6849         * tests/tools.at (autom4te cache): Adjust.
6850         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
6851         (AT_CHECK_M4SUGAR): Use it.
6852         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
6853         Adjust.
6854         * tests/tools.at (autom4te): Now it does exit 1.
6856 2002-10-17  Akim Demaille  <akim@epita.fr>
6858         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
6859         Fixes the `AC_ARG_VAR' test failures.
6860         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
6861         * lib/freeze.mk (check-forbidden-patterns): New.
6862         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
6863         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
6864         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
6865         /dev/null.
6866         Reported months ago by H. Merijn Brand.
6868 2002-10-17  Akim Demaille  <akim@epita.fr>
6870         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
6872 2002-10-16  Paul Eggert  <eggert@twinsun.com>
6874         * Makefile.maint (wget_files): Remove ansi2knr.c.
6875         (ansi2knr.c-url_prefix): Remove.
6877 2002-10-16  Akim Demaille  <akim@epita.fr>
6879         Because of caching, some files that no longer exist and are no
6880         longer required can still cause errors.
6881         Reported by Alexandre Duret-Lutz.
6883         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
6884         to frozen files in @ARGV, as @ARGV must remain being a list of
6885         files.  Rather, at M4 call sites, use this...
6886         (&files_to_options): New function.
6887         (&freeze): Use &error.
6888         (&up_to_date): If a file that was included according to the cache
6889         is no longer there, then the output is out dated.
6890         (&main): Don't even check whether a file is up to date is anyway
6891         --force is given.
6892         * tests/tools.at (autom4te cache): New.
6894 2002-10-16  Akim Demaille  <akim@epita.fr>
6896         * bin/autoconf.as: Kill dead options.
6897         * bin/autoupdate.in (&parse_args): Kill old options.
6898         * bin/autoreconf.in (&parse_args): Remove dead options.
6899         Factor some code.
6900         (&autoreconf): Report the directories we enter *and leave*, so
6901         that error messages can be easily located, and use GNU Make
6902         format, so that Emacs' compile mode understands us.
6903         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
6904         if some file was changed instead of `print'.
6905         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
6906         (&parse_args): Remove the dead options.
6907         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
6908         autoheader's quiet mode.
6909         (AT_CHECK_AUTOUPDATE): Likewise.
6910         * tests/tools.at (autoupdate): Adjust.
6911         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
6913 2002-10-11  Akim Demaille  <akim@epita.fr>
6915         No longer use CPP to check for the existing of headers: use CC to
6916         check for compilability.
6918         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
6919         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
6920         (_AC_CHECK_HEADER_NEW): Rename as...
6921         (AC_CHECK_HEADER): this.
6923         * lib/autotest/general.m4 (AT_INIT): Include the failed test
6924         numbers in the Subject suggestion.
6926 2002-10-11  Akim Demaille  <akim@epita.fr>
6928         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
6929         Suggest using AC_CHECK_DECLS instead.
6931 2002-10-11  Akim Demaille  <akim@epita.fr>
6933         * tests/torture.at (AC_ARG_VAR): Have configure report the value
6934         of `precious'.
6936 2002-10-11  Akim Demaille  <akim@epita.fr>
6938         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
6939         file name to enable parallel executions.
6940         From Sam Varshavchik.
6942 2002-10-08  Akim Demaille  <akim@epita.fr>
6944         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
6945         aclocal invocation, as Gettext macros might not be visible to
6946         aclocal.
6947         Instead of blindly running autopoint, scan configure.ac (not the
6948         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
6949         Reported by Paul D. Smith.
6951 2002-10-08  Paul Eggert  <eggert@twinsun.com>
6953         Work around problems found when POSIXLY_CORRECT=1 is set.
6954         None of this seems to have anything to do with POSIX, really,
6955         but it's how Perl getopt works.
6956         * bin/autom4te.in (parse_args): Configure GetOpt with
6957         "permute", too.
6958         * doc/autoconf.texi (Invoking autom4te):
6959         --warning -> --warnings.
6960         * lib/autom4te.in: --warning -> --warnings.
6962 2002-09-28  Akim Demaille  <akim@epita.fr>
6964         * doc/autoconf.texi (autom4te.cache): New section.
6966 2002-09-28  Akim Demaille  <akim@epita.fr>
6968         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
6969         (Automake-preselections): Update.
6970         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
6972 2002-09-28  Akim Demaille  <akim@epita.fr>
6974         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
6975         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
6976         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
6977         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
6979 2002-09-28  Akim Demaille  <akim@epita.fr>
6981         * tests/torture.at (Configuring subdirectories): Be robust to
6982         users who use config.site to require for a cache: in this case,
6983         the two last configure runs, using two different sets of
6984         arguments, trigger a legitimate error.
6986 2002-09-28  Akim Demaille  <akim@epita.fr>
6988         * tests/m4sh.at (Functions Support, Functions and return Support):
6989         New.
6991 2002-09-28  Akim Demaille  <akim@epita.fr>
6993         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
6994         autoheader are Perl programs.
6995         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
6996         (autom4te): Specify that the sources are in the $srcdir.
6997         * doc/autoconf.texi (Installation Directory Variables): Adjust.
6999 2002-09-28  Akim Demaille  <akim@epita.fr>
7001         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
7002         (tm_zone): Move their rules to...
7003         * lib/autoconf/types.m4: here, using AN_ macros.
7004         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
7005         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
7006         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
7007         * lib/autoconf/programs.m4: here.
7008         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
7009         (ETAGS_FOR_AUTOCONF): New.
7010         Use it.
7012 2002-09-28  Akim Demaille  <akim@epita.fr>
7014         * lib/autoconf/autoscan.m4: New file.
7015         * lib/autoconf/autoconf.m4: Include it.
7016         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
7017         that were listed in the original autoscan.list.
7018         * lib/autoconf/headers.m4: Similarly with headers.
7019         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
7020         (.m4.m4f): Don't pass --prepend-include, since that's done by
7021         tests/autom4te itself.
7022         * lib/autoscan/Makefile.am: Include freeze.mk.
7023         (autoscan.list): New target --this file is no longer a source.
7024         (autoscan.pre): New file.
7026 2002-09-28  Akim Demaille  <akim@epita.fr>
7028         * bin/autoscan.in (@kinds): Make them singular.
7029         Adjust all uses.
7030         (&init_tables): When --debug, report the list of rules to ease
7031         tracking changes in autoscan.list.
7032         * lib/autoscan/autoscan.list (function): Strip comments, sort.
7034 2002-09-28  Akim Demaille  <akim@epita.fr>
7036         * lib/autoscan/functions, lib/autoscan/headers,
7037         * lib/autoscan/identifiers, lib/autoscan/makevars,
7038         * lib/autoscan/programs: Merge into...
7039         * lib/autoscan/autoscan.list: this.
7040         * bin/autoscan.in (&init_tables): Adjust.
7042 2002-09-28  Akim Demaille  <akim@epita.fr>
7044         * lib/autoscan/functions, lib/autoscan/headers,
7045         * lib/autoscan/identifiers, lib/autoscan/makevars,
7046         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
7047         `functions' line is now prefixed with `function:'.
7048         * bin/autoscan.in (&init_tables): Adjust.
7050 2002-09-28  Akim Demaille  <akim@epita.fr>
7052         From now on, autoscan files must always map a macro name to a
7053         word: there is no `default' macro for autoscan.
7055         * bin/autoscan.in (&init_tables): Reject entries with no macro at
7056         all.
7057         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
7058         explicit.
7060 2002-09-28  Akim Demaille  <akim@epita.fr>
7062         * bin/autoscan.in (%c_keywords): Remove.
7063         (&used): Keep only track of the words we might be interested in.
7064         (&output_kind): It is no longer needed to look for non active
7065         checks.
7067 2002-09-27  Akim Demaille  <akim@epita.fr>
7069         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
7070         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
7071         * lib/autoscan/functions: Adjust.
7072         * doc/autoconf.texi (Particular Functions): Adjust.
7074 2002-09-27  Akim Demaille  <akim@epita.fr>
7076         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
7077         from /tmp.
7078         Thanks to Bill Moseley and Paul Eggert.
7079         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
7080         the tmpdir must be created.
7081         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
7082         dir be in the build tree, instead of $TMPDIR.
7084 2002-09-27  Akim Demaille  <akim@epita.fr>
7086         * bin/autoscan.in: Improve the comments.
7087         (&parse_args): Drop obsolete undocumented options.
7088         (&output_kind): Output warnings.
7089         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
7090         (getwd): Trigger a warning.
7092 2002-09-26  Akim Demaille  <akim@epita.fr>
7094         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
7095         Reported by Ralf Corsepius.
7096         * doc/autoconf.texi (autoreconf Invocation): Likewise.
7098 2002-09-26  Akim Demaille  <akim@epita.fr>
7100         Single suffix rules and seperated dependencies are not portable.
7102         * doc/autoconf.texi (Installation Directory Variables): Update.
7103         (Limitations of Make): Some about `Single Suffix Rules and
7104         Separated Dependencies'.
7105         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
7106         (ifnames, autoscan, autom4te): Un-factor into several rules.
7108 2002-09-25  Paul Eggert  <eggert@twinsun.com>
7110         * BUGS (Interoperability bugs): New section.  Mention libtool
7111         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
7113 2002-09-24  Paul Eggert  <eggert@twinsun.com>
7115         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
7116         make handles suffix-rules differently from GNU make.
7118         * bin/Makefile.am (SUFFIXES, .in): Remove.
7119         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
7120         Move the body of the old .in rule here.
7122 2002-09-16  Akim Demaille  <akim@epita.fr>
7124         i960 compilers create `b.out' files by default.
7125         Reported by Ralf Corsepius.
7127         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
7128         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
7130 2002-09-13  Paul Eggert  <eggert@twinsun.com>
7132         * doc/autoconf.texi (Particular Headers): Remove obsolete
7133         reference to `struct timezone' in the description of
7134         AC_HEADER_TIME.
7136 2002-09-13  Akim Demaille  <akim@epita.fr>
7138         Version 2.54.
7140         * config/config.sub, config/config.guess: Update.
7141         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
7142         * Makefile.am: Adjust.
7144 2002-09-13  Akim Demaille  <akim@epita.fr>
7146         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
7147         reading config.log when the compiler is rejected.
7148         Suggested by Guido Draheim.
7150 2002-09-13  Akim Demaille  <akim@epita.fr>
7152         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
7153         (chdir_init) might hang when stat'ing mounted directories.
7154         Reported by Vance Shipley.
7156 2002-09-12  Akim Demaille  <akim@epita.fr>
7158         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
7159         the lists.
7161 2002-09-12  Akim Demaille  <akim@epita.fr>
7163         * doc/autoconf.texi (Defining Symbols): Present two different
7164         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
7165         difference between 1 argument calls, and 2-3 argument calls.
7167 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
7169         * doc/autoconf.texi: Review grammar and punctuation.
7171 2002-09-11  Paul Eggert  <eggert@twinsun.com>
7173         * doc/autoconf.texi: Fix minor formatting, spelling, and
7174         grammatical typos.
7175         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
7176         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
7177         is obsolescent.
7179 2002-09-11  Akim Demaille  <akim@epita.fr>
7181         * doc/autoconf.texi (Questions): Rename as...
7182         (FAQ): this.
7183         (Defining Directories): New.
7185 2002-09-09  Akim Demaille  <akim@epita.fr>
7187         * doc/autoconf.texi (Making testsuite Scripts): Update.
7188         Suggested by Nishio Futoshi.
7190 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
7192         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
7193         plain `@' is wanted.
7195 2002-09-09  Akim Demaille  <akim@epita.fr>
7197         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
7198         `duplicates', since the algorithm was too naive and could keep
7199         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
7200         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
7201         Reported by Ralf Corsepius.
7202         * tests/torture.at (Configuring subdirectories): Exercise these
7203         cases.
7205 2002-09-09  Akim Demaille  <akim@epita.fr>
7207         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
7208         looking for a replacement file.
7209         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
7210         directory is relative.
7211         * doc/autoconf.texi (Generic Functions): Clarify the replacement
7212         directory definition.
7213         Reported by Andreas Schwab and Jim Meyering.
7215 2002-09-06  Akim Demaille  <akim@epita.fr>
7217         * doc/autoconf.texi (Setting Output Variables): Clarify what
7218         precious variables are.
7219         Suggested by Pontus Skoeld.
7221 2002-09-05  Akim Demaille  <akim@epita.fr>
7223         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
7224         (ifnames, autoscan, autom4te): Since we don't only depend on
7225         configure.ac variables (such as VERSION etc.), but also on prefix
7226         and so forth, depend on Makefile, not configure.ac.
7227         Reported by Alexandre Duret-Lutz.
7228         * doc/autoconf.texi (Installation Directory Variables): Adjust.
7230 2002-09-05  Kevin Ryde  <user42@zip.com.au>
7232         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
7233         doesn't seem to be confined to ia64, just say "some versions".
7235 2002-09-04  Akim Demaille  <akim@epita.fr>
7237         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
7238         Automake 1.6c.
7239         * Makefile.am (maintainer-clean-local): Remove.
7240         (MAINTAINERCLEANFILES): Remove COPYING.
7242 2002-09-03  Paul Eggert  <eggert@twinsun.com>
7244         * doc/autoconf.texi (Configuration Commands): Remove obsolete
7245         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
7246         Brinkmann.
7248 2002-09-03  Akim Demaille  <akim@epita.fr>
7250         * configure.ac: Bump to 2.53d.
7251         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
7252         as of today, on Automake's team suggestion.
7254 2002-09-03  Akim Demaille  <akim@epita.fr>
7256         Version 2.53c.
7258 2002-09-02  Akim Demaille  <akim@epita.fr>
7260         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
7261         SITE_MACRO_DIR.
7262         * configure.ac: Disable SITE_MACRO_DIR.
7264 2002-09-02  Jim Meyering  <meyering@lucent.com>
7266         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
7267         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
7268         Also, tweak grammar: s/make sure to/be sure to/.
7270 2002-09-02  Paul Eggert  <eggert@twinsun.com>
7272         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
7273         directory names are generally preferable to physical names.
7275 2002-09-02  Akim Demaille  <akim@epita.fr>
7277         * lib/Autom4te/General.pm (&update_file): s/die/error/.
7278         Reported by Raja R. Harinath.
7279         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
7280         * bin/autoupdate.in: Use error instead of die.
7282 2002-09-01  Paul Eggert  <eggert@twinsun.com>
7284         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
7285         ordinary shell concatenation rather than echo+tr+sed command that
7286         runs afoul of a long-line-related sed bug in Solaris 8.
7288         * bin/autoheader.in (parse_args): --warning -> --warnings.
7290         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
7291         stdout, as traditional "ls" does.
7292         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
7293         _AC_COMPILER_EXEEXT_O): Likewise.
7294         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
7296         * bin/autoconf.as: Add --prepend-include option.  This patch was
7297         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
7298         but bin/autoconf.in is generated automatically from bin/autoconf.as.
7300         * bin/autoconf.in, configure: Regenerate.
7302         * doc/autoconf.texi (Special Shell Variables): Mention
7303         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
7305         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
7306         MAILPATH and set PS1, PS2, PS4 to default values, to work
7307         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
7308         For LC_ALL etc, first try to set to "C" as POSIX requires and as
7309         the Autoconf documentation specifies; fall back to "unset" only if
7310         this fails.  Use a shell for-loop for this rather than an m4 loop,
7311         to shorten the output script.
7313 2002-08-30  Paul Eggert  <eggert@twinsun.com>
7315         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
7316         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
7317         for the CDPATH problem.  Document PWD.
7318         (Limitations of Builtins): Document the problem that "cd $foo" and
7319         "ls $foo" may refer to different directories in shells conforming
7320         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
7321         example, since the old example is now out of date.
7323         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
7324         FOO" and "ls FOO" talk about different directories; this catches
7325         problems when POSIX 1003.1-2001 "cd" fails due to symlink
7326         spaghetti.
7328         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
7329         of rolling our own unset.
7330         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
7331         in practice we needn't worry about CDPATH if unset doesn't work.
7333         * Makefile.in, aclocal.m4, bin/Makefile.in,
7334         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
7335         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
7336         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
7337         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
7338         tests/Makefile.in: Regenerate with Automake 1.6.3.
7340         * config/config.guess, config/config.sub, config/mkinstalldirs:
7341         Update.
7343         * configure: Regenerate with self.
7345 2002-08-30  Kevin Ryde  <user42@zip.com.au>
7347         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
7348         default output.
7350 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7352         * bin/autom4te.in (Request::load): Correctly test for "do" read
7353         failure.
7355 2002-08-29  Akim Demaille  <akim@epita.fr>
7357         * lib/Autom4te/General.pm (&xqx): New.
7358         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
7359         hand, which is not portable.
7360         (&error): New.
7361         * bin/autom4te.in: Use them.
7362         Use &error instead of die.
7363         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
7364         Adjust.
7366 2002-08-17  Paul Eggert  <eggert@twinsun.com>
7368         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
7369         default list of compilers to try, since it was long ago superseded
7370         by the ksh fc builtin.  Suggested by Steven G. Johnson.
7372 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
7374         * doc/autoconf.texi (Invoking autom4te): End the option table,
7375         fixing a bug introduced by the previous patch.
7376         (Limitations of Make): Add a 'target lookup' subentry in the
7377         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
7379 2002-07-29  Mark D. Roth  <roth@feep.net>
7381         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
7382         options and use $AUTOM4TE_PATH.
7383         * doc/autoconf.texi: Remove documentation of autom4te
7384         --include-envvar and --site-macro-subdir options and document
7385         use of $AUTOM4TE_PATH.
7386         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
7387         arguments from each language section.
7389 2002-07-29  Paul Eggert  <eggert@twinsun.com>
7391         * doc/install.texi: Include copyright symbol in copyright notice.
7393         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
7394         Replace with:
7395         (AM_MAKEINFOFLAGS): New macro.
7396         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
7397         * Makefile.am (INSTALL): Use the new macros.
7398         Use -o rather than --output, since "missing" does not grok --output.
7400 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
7402         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
7403         comments do not always work. Never trust the exit status of
7404         `make -k'.
7406 2002-07-24  Kevin Ryde  <user42@zip.com.au>
7408         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
7409         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
7411 2002-07-23  Paul Eggert  <eggert@twinsun.com>
7413         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
7414         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
7415         apparently treats PATH="nonexistent" as if it contained ".".
7416         Bug reported by Stefan `Sec' Zehl.
7418 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
7420         * doc/autoconf.texi (Limitations of Make): Mention the special
7421         handling of the obj/ directory by BSD make.
7423 2002-07-20  Kevin Ryde  <user42@zip.com.au>
7425         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
7426         backslashes.
7428 2002-07-19  Akim Demaille  <akim@epita.fr>
7430         * doc/autoconf.texi (Function Portability): `exit'.
7431         (Programming in M4sh): Ethymology of M4sh.
7433 2002-07-19  Akim Demaille  <akim@epita.fr>
7435         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
7437 2002-07-18  Akim Demaille  <akim@epita.fr>
7439         Version 2.53b.
7441 2002-07-18  Akim Demaille  <akim@epita.fr>
7443         * config/config.guess, config/config.sub: Update.
7445 2002-07-18  Akim Demaille  <akim@epita.fr>
7447         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
7448         Automake's parts.
7450         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
7451         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
7452         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
7454 2002-07-18  Akim Demaille  <akim@epita.fr>,
7455             Alexandre Duret-Lutz  <duret_g@epita.fr>
7457         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
7458         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
7460 2002-07-17  Russ Allbery  <rra@stanford.edu>
7462         * doc/autoconf.texi (Initializing configure): Clarify the
7463         description of the tarname default.
7465 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
7467         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
7468         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
7469         latter was not run.
7471 2002-07-17  Akim Demaille  <akim@epita.fr>
7473         * lib/Autom4te/General.pm (find_file): Browse the directories in
7474         the order they are given.
7476 2002-07-17  Akim Demaille  <akim@epita.fr>
7478         * tests/wrapsh.as, tests/wrappl.as: Merge into...
7479         * tests/wrapper.as: this.
7480         * tests/Makefile.am, configure.ac: Adjust.
7482 2002-07-17  Mark D. Roth  <roth@feep.net>
7484         * configure.ac: Add --enable-site-macro-dir option.
7485         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
7486         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
7487         --site-macro-subdir options.
7488         * bin/autoconf.in: Add --prepend-include option.
7489         * bin/autoheader.in: Add --prepend-include option.
7490         * bin/autoreconf.in: Add --prepend-include option.
7491         * bin/autoscan.in: Add --prepend-include option.
7492         * bin/autoupdate.in: Add --prepend-include option.
7493         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
7494         macro directory, remove note that include path directories are
7495         used in reverse order, and document --prepend-include option.
7496         * lib/autom4te.in: Use --prepend-include instead of --include.
7497         * tests/wrapsh.in: Use --prepend-include instead of --include.
7499 2002-07-17  Akim Demaille  <akim@epita.fr>
7501         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
7502         tarnames.
7503         * doc/autoconf.texi (Initializing configure): Adjust.
7505 2002-07-17  Akim Demaille  <akim@epita.fr>
7507         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
7508         (_AC_FUNC_MALLOC): New.
7509         (AC_FUNC_MALLOC): Use the latter.
7510         Define HAVE_MALLOC to 0 if broken.
7511         * doc/autoconf.texi (Particular Functions): Adjust.
7513 2002-07-16  Akim Demaille  <akim@epita.fr>
7515         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
7516         * doc/autoconf.texi (C Compiler): Adjust.
7518 2002-07-09  Akim Demaille  <akim@epita.fr>
7520         * doc/autoconf.texi: Properly set the ``header'' part.
7522 2002-07-09  Akim Demaille  <akim@epita.fr>
7524         * doc/autoconf.texi (Systemology): Some about Darwin.
7526 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
7528         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
7529         Don't use AC_REQUIRE in AU_DEFUN.
7531 2002-07-09  Art Haas  <ahaas@neosoft.com>
7533         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
7535 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
7537         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7538         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
7539         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
7540         so that Emacs setups GNU style for perl-mode and cperl-mode.
7542 2002-06-27  Paul Eggert  <eggert@twinsun.com>
7544         * config/install-sh: Quote $src.  Prefer || to test's -o option,
7545         as per "Limitations of Builtins".
7546         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
7547         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
7549         * tests/mktests.sh: Use grep instead of fgrep, as per
7550         "Limitations of Builtins".
7552 2002-06-15  Paul Eggert  <eggert@twinsun.com>
7554         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
7555         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
7556         so that we consistently test the just-built programs.
7557         * tests/wrappl.as: Likewise.
7559 2002-06-12  Paul Eggert  <eggert@twinsun.com>
7561         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
7562         name, so that symlinks to 'autoconf' work properly.  Bug reported
7563         by Bruno Haible.
7564         * bin/autoheader.in (AUTOM4TE): Likewise.
7565         * bin/autoreconf.in (autoconf, autoheader): Likewise.
7566         * bin/autoscan.in (autom4te): Likewise.
7567         * bin/autoupdate.in (autom4te): Likewise.
7569         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
7570         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
7571         on Solaris 2.5.1.
7573 2002-06-11  Andreas Schwab  <schwab@suse.de>
7575         * doc/autoconf.texi: Add more dir entries.
7577 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
7579         * bin/autom4te.in ($cache): Don't define using `$me', the name
7580         of the cache should not depend on the name under which autom4te
7581         was installed.
7583 2002-06-07  Akim Demaille  <akim@epita.fr>
7585         * tests/tools.at (autoconf: forbidden tokens, basic)
7586         (autoconf: forbidden tokens, exceptions): Adjust to the change of
7587         words in autom4te.in.
7589 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
7591         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
7592         _AC_LANG_PROGRAM_C_F77_HOOKS.
7594 2002-06-07  Akim Demaille  <akim@epita.fr>
7596         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
7597         rename as...
7598         (AC_REPLACE_FNMATCH): this.
7599         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
7600         AC_FUNC_FNMATCH_GNU.
7602 2002-06-07  Akim Demaille  <akim@epita.fr>
7604         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
7605         Rosetta Stone for Unix.
7607 2002-06-07  Akim Demaille  <akim@epita.fr>
7609         * bin/autom4te.in (warn_forbidden): When rejecting a token,
7610         suggest m4_pattern_allow.
7611         Suggested by Adam J. Richter.
7613 2002-06-07  Akim Demaille  <akim@epita.fr>
7615         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
7616         ac_config_libobj_dir.
7617         (AC_CONFIG_LIBOBJ_DIR): New.
7618         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
7619         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
7620         Use ac_config_libobj_dir to find the replacement files.
7621         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
7622         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
7623         (AC_REPLACE_FNMATCH_GNU): these.
7624         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
7625         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
7626         * tests/mktests.sh (ac_exclude_list): Don't check
7627         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
7629 2002-06-06  Paul Eggert  <eggert@twinsun.com>
7631         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
7632         if ln doesn't work.
7633         * NEWS: Likewise.
7634         * doc/autoconf.texi (Configuration Links): Likewise.
7635         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
7637 2002-06-05  Paul Eggert  <eggert@twinsun.com>
7639         * config/config.guess, config/config.sub, config/texinfo.tex:
7640         Update from masters.
7642 2002-05-29  Paul Eggert  <eggert@twinsun.com>
7644         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
7645         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
7646         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
7647         Likewise.
7648         * lib/autoconf/Makefile.am (check-local): Likewise.
7649         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
7650         * lib/autoconf/types.m4 (commentary only): Likewise.
7651         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
7652         * lib/autotest/Makefile.am (check-local): Likewise.
7653         * lib/m4sugar/Makefile.am (check-local): Likewise.
7654         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
7655         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
7657         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
7658         * doc/autoconf.texi (Particular Programs): Document them.
7659         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
7660         * NEWS: Likewise.
7662 2002-05-27  Paul Eggert  <eggert@twinsun.com>
7664         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
7665         * NEWS, doc/autoconf.texi (Particular Types): Document it.
7666         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
7667         instead of AC_MBSTATE_T, which never existed.
7669 2002-05-23  Akim Demaille  <akim@epita.fr>
7671         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
7672         version of Autoconf that is discussed.
7674 2002-05-22  Paul Eggert  <eggert@twinsun.com>
7676         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
7677         from the default list of compilers to try.  Suggested by
7678         Kate Hedstrom.
7679         * NEWS: Document the above.
7680         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
7682 2002-05-17  Paul Eggert  <eggert@twinsun.com>
7684         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
7685         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
7686         This improves on an earlier suggestion by H. Peter Anvin.
7688 2002-05-16  Paul Eggert  <eggert@twinsun.com>
7690         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
7691         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
7692         Both macros now accept an optional source-dir arg.
7693         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
7695         * NEWS: Document this.
7696         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
7698         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
7699         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
7700         not for GNU extensions; this undoes part of the 2000-11-03 change,
7701         reverting to 2.13-compatible behavior.
7702         Add new optional argument DIR.
7703         (AC_FUNC_FNMATCH_GNU): New macro.
7705         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
7707 2002-05-08  Paul Eggert  <eggert@twinsun.com>
7709         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
7710         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
7711         and it causes a 'test' syntax error if it fails.
7712         Bug reported by Stephen Gildea.
7714         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
7715         If prototypes are supported, use them to check this at compile-time,
7716         instead of trying to check it at run-time.  If we must do a run-time
7717         check, assume that setvbuf is standard when cross-compiling, as
7718         nonstandard setvbuf occurs only on ancient and unlikely hosts.
7719         Bug reported by Paul D. Smith.
7721         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
7722         argument specifying location of getloadavg.c.  This removes a
7723         FIXME.  This idea was taken from Jim Meyering's implementation in
7724         textutils.
7725         * doc/autoconf.texi (Particular Functions): Document this.
7726         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
7727         that's what the code does; this fixes a bug reported by
7728         Paul D. Smith.
7730 2002-05-03  Akim Demaille  <akim@epita.fr>
7732         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
7733         autopoint instead of gettextize.
7734         ($uses_alocal): Rename as...
7735         ($uses_aclocal): this.
7736         * doc/autoconf.texi (autoreconf Invocation): Adjust.
7737         Suggested by Bruno Haible.
7739 2002-05-03  Akim Demaille  <akim@epita.fr>
7741         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
7743 2002-04-29  Paul Eggert  <eggert@twinsun.com>
7745         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
7746         files to be 1 second older; just set them to be the same time.
7747         Also, sleep 1 second after the first aclocal, to work around
7748         problems with sub-second time stamps on the input files.
7750 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
7752         * doc/autoconf.texi: Mention "set -e -x" lossage
7753         under node "Limitations of Builtins".
7755 2002-04-29  Akim Demaille  <akim@epita.fr>
7757         * doc/install.texi: Better wording for setting variables when
7758         running configure.
7759         From Christian Cornelssen.
7761 2002-04-29  Akim Demaille  <akim@epita.fr>
7763         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
7764         of lack of $LINENO support, then the test will compare the $LINENO
7765         in testsuite vs. the lineno in the test file.  This is wrong, of
7766         course.
7767         Be sure to protect it.
7768         Reported by Patrick Welche.
7770 2002-04-25  Akim Demaille  <akim@epita.fr>
7772         * doc/autoconf.texi (Obsolete Macros): Typo.
7773         Reported by Vladimir Volovich.
7775 2002-04-25  Akim Demaille  <akim@epita.fr>
7777         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
7778         than some of the input files, hence, on the second run of aclocal,
7779         if some of its input are younger, make them older.
7780         Suggested by Paul Eggert.
7782 2002-04-25  Akim Demaille  <akim@epita.fr>
7784         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
7785         Thanks to Paul Eggert.
7787 2002-04-25  Akim Demaille  <akim@epita.fr>
7789         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
7790         and ac_subst_vars be sh variables containing the list of
7791         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
7792         DEFAULT diversion.
7793         (_AC_INIT_PREPARE): Use them to log them.
7794         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
7795         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
7796         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
7797         _AC_SUBST_FILES and _AC_SUBST_VARS.
7798         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
7800 2002-04-24  Akim Demaille  <akim@epita.fr>
7802         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
7803         autoheader, so that automake does not complain about a missing
7804         config.h.in that was to be created.
7806 2002-04-23  Akim Demaille  <akim@epita.fr>
7808         * bin/autoheader.in (parse_args): --warning takes an argument.
7809         Fixes PR/220.
7811 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
7813         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
7814         and bb.out when cleaning up.
7816 2002-04-22  Akim Demaille  <akim@epita.fr>
7818         Version 2.53a.
7820 2002-04-22  Akim Demaille  <akim@epita.fr>
7822         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
7824 2002-04-22  Akim Demaille  <akim@epita.fr>
7826         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
7827         comma.
7828         Reported by Gregory Giannoni.
7830 2002-04-22  Akim Demaille  <akim@epita.fr>
7832         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
7833         Fixes false failures on Darwin.
7835 2002-04-21  Paul Eggert  <eggert@twinsun.com>
7837         * TODO, bin/autoupdate.in, doc/autoconf.texi,
7838         lib/autoconf/general.m4, lib/autoconf/libs.m4,
7839         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
7840         tests/tools.at: Minor spelling and grammar fixes.
7842 2002-04-20  Paul Eggert  <eggert@twinsun.com>
7844         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
7845         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
7846         * lib/autotest/general.m4 (AT_INIT): Likewise.
7847         * tests/atgeneral.m4 (AT_INIT): Likewise.
7849 2002-04-19  Paul Eggert  <eggert@twinsun.com>
7851         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
7852         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
7853         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
7854         lib/autoconf/functions.m4, lib/autoconf/general.m4,
7855         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
7856         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
7857         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
7858         Minor spelling and grammar fixes.
7860         * doc/autoconf.texi: Follow the outline suggested in the GNU
7861         Sample Texts sections of the Texinfo 4.2 manual.  Most
7862         importantly, this makes sure that the copyright notices appear in
7863         all output formats.  You probably need Texinfo 4.2 to generate
7864         the manual now.
7866         Fix some bugs when using "$@" when there might be zero positional
7867         arguments in cases where this matters.
7869         * bin/autoconf.as: Rewrite so that the problem does not come up.
7870         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
7871         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
7872         * lib/autotest/general.m4 (AT_INIT): Likewise.
7874         * bin/autoheader.in: Use 'case' statement to work around problem.
7875         * bin/auto4mte.in: Likewise.
7876         * bin/autoreconf.in: Likewise.
7877         * bin/autoscan.in: Likewise.
7878         * bin/autoupdate.in: Likewise.
7879         * bin/ifnames.in: Likewise.
7881         * doc/autoconf.texi (Shell Substitutions): Document the problem.
7883         * lib/autotest/general.m4 (AT_INIT):
7884         Use Zsh alias to work around problem.
7885         * tests/atgeneral.m4 (AT_INIT): Likewise.
7887         * tests/c.at: We can't have zero arguments, so remove workaround
7888         that is not portable to Zsh.
7890 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
7892         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
7893         from aclocal.m4 too.
7895 2002-04-12  Akim Demaille  <akim@epita.fr>
7897         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
7899 2002-04-10  Akim Demaille  <akim@epita.fr>
7901         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
7902         workaround for ${1+"$@"}.
7903         * doc/autoconf.texi (Shell Substitutions): Explain it.
7904         From Oliver Kiddle and Peter Stephenson.
7906         Have M4sh perform minimal shell sanitizing.
7908         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
7909         part into...
7910         (_AS_PREPARE): this new macro.
7911         (AS_PREPARE): New.
7912         (AS_INIT): Invoke AS_SHELL_SANITIZE.
7913         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
7915         Adjust Autoconf and Autotest.
7917         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
7918         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
7919         * lib/autotest/general.m4 (AT_INIT): Likewise.
7920         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
7921         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
7922         AS_SHELL_SANITIZE.
7924         Use this M4sh to generate Autoconf's shell scripts.
7926         * tests/wrapsh.as: New, precursor of wrapsh.in.
7927         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
7928         on Autotest and M4sh.
7929         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
7930         (wrapsh.in): New target.
7931         * bin/autoconf.as: New, precursor of autoconf.in.
7932         (autoconf.in): New target.
7934 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
7936         * doc/autoconf.texi (Limitations of Make): Mention the issue
7937         with indented comments in rules.
7939 2002-04-09  Andreas Schwab  <schwab@suse.de>
7941         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
7942         ac_top_builddir when setting ac_abs_top_builddir.
7944 2002-04-06  Kevin Ryde  <user42@zip.com.au>
7946         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
7947         (Portable Shell): Cross reference to Systemology.
7949 2002-04-05  Akim Demaille  <akim@epita.fr>
7951         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
7952         directories when descending in a SUBDIRS.
7953         Reported by Ezra Peisach.
7955 2002-04-04  Andreas Schwab  <schwab@suse.de>
7957         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
7958         contains no literal separators.
7960 2002-04-03  Akim Demaille  <akim@epita.fr>
7962         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
7963         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
7964         Use dnl, not the KILL diversion.
7965         Extracted from...
7966         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
7967         (AC_CONFIG_LINKS): here.
7968         Adjust.
7969         Don't use the KILL diversion, as it kills spurious output, which
7970         results in failures being hidden.
7971         Use m4_defn where appropriate.
7972         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
7973         after the second argument.
7974         Use m4_defn.
7975         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
7976         syntax, as it is provided by M4sugar.
7977         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
7979 2002-04-03  Andreas Schwab  <schwab@suse.de>
7981         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
7982         expanded if $# <= 2.
7984         * bin/autoreconf.in (autoreconf): Run automake after rerunning
7985         aclocal.
7987 2002-04-03  Akim Demaille  <akim@epita.fr>
7989         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
7990         (_AC_COMPILER_EXEEXT_REJECT): New.
7991         Also recognize *.bb and *.bbg as compilation byproducts.
7992         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
7993         (_AC_COMPILER_OBJEXT): Use them.
7994         Fixes Debian #138666.
7996 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
7998         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
8000         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
8001         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
8002         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
8003         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
8004         (AC_C_CONST): Same.
8005         (AC_C_INLINE): Same.
8006         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
8007         * doc/autoconf.texi, NEWS: Document.
8008         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
8009         AC_C_CROSS.
8011 2002-04-02  Akim Demaille  <akim@epita.fr>
8013         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
8014         _AS_MKDIR_P_PREPARE.
8016 2002-03-28  Kevin Ryde  <user42@zip.com.au>
8018         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
8019         to avoid versions of HP C which don't allow that.
8021 2002-03-27  Paul Eggert  <eggert@twinsun.com>
8023         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
8024         (AS_SHELL_SANITIZE): Invoke it.
8025         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
8027 2002-03-26  Akim Demaille  <akim@epita.fr>
8029         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
8031 2002-03-26  Akim Demaille  <akim@epita.fr>
8033         * doc/autoconf.texi (Introduction): The GNATS base moved.
8035 2002-03-25  Paul Eggert  <eggert@twinsun.com>
8037         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
8038         as POSIX requires, as it doesn't work with Zsh.
8039         * doc/autoconf.texi (Assignments): Document the problem.
8041 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
8043         * doc/autoconf.texi (Limitations of Make): Mention more issue
8044         about VPATH, overriding of macros in sub-makes, and handling of
8045         SHELL.
8047 2002-03-21  Paul Eggert  <eggert@twinsun.com>
8049         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
8050         problem with here-document buffer boundaries.
8052         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
8053         when reinvoking the shell, to work around problems with installers
8054         who put strange things like "cd" commands in their environments.
8056 2002-03-19  Akim Demaille  <akim@epita.fr>
8058         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
8059         From Aaron Ucko.
8061 2002-03-19  Akim Demaille  <akim@epita.fr>
8063         * bin/autoscan.in (scan_file): Specify the location in `&used'
8064         invocations.
8065         From Nicolas Joly.
8067 2002-03-19  Akim Demaille  <akim@epita.fr>
8069         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
8070         From Nishio Futoshi.
8072 2002-03-19  Akim Demaille  <akim@epita.fr>
8074         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
8076 2002-03-18  Paul Eggert  <eggert@twinsun.com>
8078         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
8079         (Limitations of Usual Tools): Add mkdir section.
8081         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
8082         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
8083         back on AS_DIRNAME to compute prefixes otherwise; this is
8084         roughly what mkinstalldirs does.  That way, we need not have
8085         our own filename disassembler.  The old disassembler did not
8086         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
8088         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
8089         Create at_test_all by a series of assignments,
8090         not by a single assignment of a long string.  The latter causes ksh
8091         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
8092         presumably because of a buffer overrun.
8094 2002-03-14  Paul Eggert  <eggert@twinsun.com>
8096         * lib/autotest/general.m4 (at_times_skip):
8097         Renamed from at_times.  Now a boolean.
8098         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
8099         says 'times: not found'.
8101 2002-03-14  Akim Demaille  <akim@epita.fr>
8103         * bin/autoreconf.in (&study_gettextize): New.
8104         (&autoreconf): Handle newest gettextize.
8105         Rerun aclocal if needed.
8106         Suggested by Andreas Schwab.
8108 2002-03-13  Akim Demaille  <akim@epita.fr>
8110         * doc/autoconf.texi (Special Shell Variables): More about IFS.
8112 2002-03-13  Akim Demaille  <akim@epita.fr>
8114         * doc/autoconf.texi (Header Portability): New.
8115         Add information about stdint.h and inttypes.h from Paul Eggert.
8117 2002-03-13  Akim Demaille  <akim@epita.fr>
8119         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
8120         -p'.
8121         From Bob Proulx.
8123 2002-03-12  Akim Demaille  <akim@epita.fr>
8125         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
8126         m4_require.
8128 2002-03-11  Andreas Schwab  <schwab@suse.de>
8130         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
8131         does not do it if --with-lispdir is given.
8133 2002-03-08  Akim Demaille  <akim@epita.fr>
8135         Version 2.53.
8137 2002-03-08  Akim Demaille  <akim@epita.fr>
8139         * doc/autoconf.texi (Subdirectories): Clarify that the
8140         subdirectory should exist.
8142 2002-03-08  Akim Demaille  <akim@epita.fr>
8144         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
8146 2002-03-08  Akim Demaille  <akim@epita.fr>
8148         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
8149         aliases the actual variables, and modifications of the former
8150         affect the latter.
8152 2002-03-08  Akim Demaille  <akim@epita.fr>
8154         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
8155         because of C-c: have m4 output in tmp files, then mv them.
8157 2002-03-08  Akim Demaille  <akim@epita.fr>
8159         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
8160         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
8161         * bin/ifnames.in: Copyright update.
8163 2002-03-08  Akim Demaille  <akim@epita.fr>
8165         * doc/autoconf.texi (Invoking autom4te): New.
8167 2002-03-05  Akim Demaille  <akim@epita.fr>
8169         * doc/autoconf.texi (Specifying Names): Clarification suggested by
8170         Kevin Ryde.
8172 2002-03-05  Akim Demaille  <akim@epita.fr>
8174         Version 2.52i.
8176 2002-03-04  Akim Demaille  <akim@epita.fr>
8178         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
8179         * lib/autoconf/general.m4 (AC_INIT): More informative error
8180         message for LIBOBJ.
8182 2002-03-04  Akim Demaille  <akim@epita.fr>
8184         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
8185         parallel builds.
8187 2002-03-04  Akim Demaille  <akim@epita.fr>
8189         * doc/autoconf.texi (Transforming Names): Equality between target
8190         and host is irrelevant.
8191         (Specifying Names, Canonicalizing): Remove all references to the
8192         backward compatibility hooks.  Rather, collect them all into...
8193         (Hosts and Cross-Compilation): this new section.
8194         * doc/install.texi (System Type): Ditto.
8195         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
8196         that `--host' implies cross-compilation.
8198 2002-03-04  Akim Demaille  <akim@epita.fr>
8200         * doc/autoconf.texi (Evaluation Macros): New.
8201         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
8202         useless.
8203         (_m4_foreach): Define the variant with immediate evaluation so
8204         that it contains exactly the items, not an expression which
8205         evaluation is the current item.
8206         (m4_re_string, m4_re_word): Don't over quote them.
8208 2002-03-04  Akim Demaille  <akim@epita.fr>
8210         Instead of having stacking `shift's evaluated at the end, let
8211         `foreach' loops immediately evaluate them.
8213         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
8214         $*.  This is the n-th time I change my mind, but hopefully this is
8215         the last...
8216         (m4_lquote): New.
8217         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
8218         efficient.
8219         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
8220         it was only a hack for m4_text_wrap.
8221         (m4_car2): Remove, replaced by...
8222         (m4_cdr): New.
8223         (_m4_foreach): Adjust.
8224         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
8225         m4_bpatsubst for clarification.
8227 2002-03-04  Akim Demaille  <akim@epita.fr>
8229         * doc/autoconf.texi (Changequote is Evil): New.
8231 2002-03-03  Kevin Ryde  <user42@zip.com.au>
8233         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
8234         on old systems like SunOS.
8236 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
8238         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8239         lib/autoconf/functions.m4, lib/autoconf/general.m4,
8240         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
8241         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
8242         of messages.
8244 2002-02-28  Akim Demaille  <akim@epita.fr>
8246         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
8247         message to be sent.
8249 2002-02-28  Kevin Ryde  <user42@zip.com.au>
8251         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
8253 2002-02-25  Akim Demaille  <akim@epita.fr>
8255         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
8256         From Akinori Musha.
8258 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
8260         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
8261         translate \r\n to \n.
8263 2002-02-07  Akim Demaille  <akim@epita.fr>
8265         Version 2.52h.
8267 2002-02-07  Akim Demaille  <akim@epita.fr>
8269         Fix Autoconf PR/209.
8270         Also reported by Frank Denis.
8272         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
8274 2002-02-07  Akim Demaille  <akim@epita.fr>
8276         Fix Autoconf PR/207:
8277         AC_PREFIX_PROGRAM fails with dashed program names
8279         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
8280         variable when looking for the prefix program.
8281         Now it also works for shell variables.
8283 2002-02-07  Akim Demaille  <akim@epita.fr>
8285         * doc/autoconf.texi (Limitations of Builtins): More about
8286         case/esac.
8288 2002-02-06  Akim Demaille  <akim@epita.fr>
8290         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
8291         case/esac, some shells don't support it.
8292         Reported by Zack Weinberg.
8293         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
8295 2002-02-06  Akim Demaille  <akim@epita.fr>
8297         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
8298         sure not to introduce newlines in at_groups.
8299         * lib/autotest/Makefile.am (autotest.m4f): Typo.
8301 2002-02-06  Akim Demaille  <akim@epita.fr>
8303         * tests/torture.at (Configuring subdirectories): Skip if aclocal
8304         is not available.
8306 2002-02-05  Paul Eggert  <eggert@twinsun.com>
8308         * doc/autoconf.texi (Specific Compiler Characteristics):
8309         Describe HP-UX cc bug workaround more accurately.
8310         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
8311         not unsigned long.
8312         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
8313         cross-compilers, too.  This undoes some of the most recent change
8314         to this file.
8316 2002-02-05  Akim Demaille  <akim@epita.fr>
8318         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
8319         to make sure they are up to date when `check' is run.
8321 2002-02-05  Akim Demaille  <akim@epita.fr>
8323         * doc/autoconf.texi (Making testsuite Scripts): Document
8324         package.m4.
8326 2002-02-05  Akim Demaille  <akim@epita.fr>
8328         * lib/freeze.mk: New.
8330 2002-02-05  Akim Demaille  <akim@epita.fr>
8332         Implement `autom4te --freeze'.
8334         * bin/autom4te.in (&freeze): New.
8335         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
8336         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
8338 2002-02-05  Akim Demaille  <akim@epita.fr>
8340         * bin/autom4te.in (&parse_args): Implement `frozen files are
8341         optional are the sum of the previous files on the command line'.
8342         Also, pass `--reload-state=' on them, so...
8343         (handle_m4): don't.
8344         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
8345         (M4sh): Rely on M4sugar.
8346         (Autotest, M4sh, M4sugar): Use frozen files.
8348 2002-01-31  Akim Demaille  <akim@epita.fr>
8350         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
8351         * doc/autoconf.texi (Initializing configure): Adjust.
8353 2002-01-30  Akim Demaille  <akim@epita.fr>
8355         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
8356         alphanumeric to `-' instead of `_'.
8358 2002-01-30  Akim Demaille  <akim@epita.fr>
8360         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
8361         for plain code, the other for cross-compilation code.  The latter
8362         is now run with GCC only.
8363         * doc/autoconf.texi (Compilers and Preprocessors): New.
8365 2002-01-30  Akim Demaille  <akim@epita.fr>
8367         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
8368         values.
8369         * doc/autoconf.texi (Initializing configure): Explain how to
8370         change AC_INIT default values.
8372 2002-01-29  Akim Demaille  <akim@epita.fr>
8374         * tests/torture.at (Configuring subdirectories): Use configure.in,
8375         so that aclocal 1.4 works.
8376         Reported by Alexandre Duret-Lutz and Larry Schmitt.
8378 2002-01-28  Akim Demaille  <akim@epita.fr>
8380         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
8381         needs an argument.
8383 2002-01-28  Akim Demaille  <akim@epita.fr>
8385         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
8386         AUTOTEST_PATH *after* it was set.
8387         Don't put `.' in the PATH: the user should be precise and `./' if
8388         needed.  In addition, given that the test suite does some `cd', if
8389         `.' is in the path, the `tested programs' sections will report
8390         programs found in the test suite's directory, while during the
8391         tests (performed in their own directory), these programs are no
8392         longer visible.  In other words, the results is confusing and
8393         useless.
8394         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
8396 2002-01-24  Akim Demaille  <akim@epita.fr>
8398         Version 2.52g.
8400 2002-01-24  Akim Demaille  <akim@epita.fr>
8402         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
8403         * doc/autoconf.texi: Finally add Akim as an author.
8405 2002-01-24  Akim Demaille  <akim@epita.fr>
8407         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
8408         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
8409         Bourne. Use /bin/sh.
8410         From Andreas Buening.
8412 2002-01-24  Akim Demaille  <akim@epita.fr>
8414         * config/config.guess, config/config.sub, config/texinfo.tex:
8415         Update from masters.
8417 2002-01-24  Akim Demaille  <akim@epita.fr>
8419         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
8420         * config/auxdir.m4, config/cond.m4, config/depend.m4,
8421         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
8422         * config/missing.m4, config/sanity.m4, config/select.m4,
8423         * config/strip.m4: Remove, to ease sync'ing with any version of
8424         Automake.
8426 2002-01-24  Akim Demaille  <akim@epita.fr>
8428         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
8429         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
8430         Reported by Geir Ove Myhr.
8432 2002-01-21  Akim Demaille  <akim@epita.fr>
8434         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
8436 2002-01-21  Akim Demaille  <akim@epita.fr>
8438         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
8439         message on invalid options.
8440         * bin/autom4te.in (parse_args): Don't use
8441         Autoconf::General::getopt with non valid options.
8443 2002-01-17  Jim Meyering  <meyering@lucent.com>
8445         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
8446         $ac_cv_exeext so we don't use an old, invalid, cached value.
8448 2002-01-11  Akim Demaille  <akim@epita.fr>
8450         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
8451         Meyering.
8452         * doc/autoconf.texi (Function Portability): Document the strnlen
8453         limitation.
8454         (Particular Functions): Document AC_FUNC_STRNLEN.
8455         * lib/autoscan/functions: Adjust.
8457 2002-01-06  Akim Demaille  <akim@epita.fr>
8459         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
8460         package.m4, since is really depends upon configure.ac, not
8461         configure.
8462         * doc/autoconf.texi (testsuite Scripts): Adjust.
8463         * tests/Makefile.am (package.m4): New.
8464         EXTRA_DIST it since its a source.
8466 2002-01-06  Akim Demaille  <akim@epita.fr>
8468         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
8469         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
8470         and PACKAGE_BUGREPORT from here...
8471         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
8472         arguments.
8473         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
8474         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
8475         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
8476         * tests/tools.at (autoheader): Adjust.
8477         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
8479 2002-01-06  Akim Demaille  <akim@epita.fr>
8481         * bin/autoscan.in (scan_file): Use `&used'.
8483 2002-01-03  Akim Demaille  <akim@epita.fr>
8485         * doc/autoconf.texi (Output): Improved wording regarding use of
8486         AC_OUTPUT.
8487         From Olly Betts.
8489 2001-12-18  Kevin Ryde  <user42@zip.com.au>
8491         * doc/autoconf.texi (Function Portability): Add notes on sscanf
8492         sometimes needing writable input.
8494 2001-12-17  Jim Meyering  <meyering@lucent.com>
8496         * doc/autoconf.texi (New Macros): Tweak wording.
8498 2001-12-14  Akim Demaille  <akim@epita.fr>
8500         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
8501         trailing files, don't apply `-rf' to files which might not be
8502         created by configure (core, core.*, and *.core), but just `rm -f'.
8503         Suggested by Jonathan Kamens.
8505 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
8507         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
8509 2001-12-14  Akim Demaille  <akim@epita.fr>
8511         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
8513 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
8515         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
8516         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
8517         abs_srcdir, top_srcpath to abs_top_srcdir.
8518         (_AC_OUTPUT_FILES): Adjust.
8519         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
8520         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
8521         * tests/wrappl.in, tests/wrapsh.in: Adjust.
8523 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
8525         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
8526         C/Fortran linking on HP/UX, by extracting the Fortran library
8527         search path from the LPATH line in the $F77 -v output.
8529 2001-12-12  Kevin Ryde  <user42@zip.com.au>
8531         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
8532         forbidden file descriptors table.
8534 2001-11-26  Akim Demaille  <akim@epita.fr>
8536         * bin/autoscan.in (%c_keywords): Build it at top level.
8537         Map to 1 in order to simplify its uses.
8539 2001-11-26  Akim Demaille  <akim@epita.fr>
8541         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
8542         Remove $filepath, useless.
8543         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
8544         variables, they are really part of the tokens.
8545         Split the input line on spaces and then look for tokens.
8546         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
8547         because of `lex$U.$(OBJEXT)'.
8548         (&scan_files): Use "@list" instead of join.
8549         * doc/Makefile.am (CLEANFILES): Add *.fns.
8551 2001-11-26  Akim Demaille  <akim@epita.fr>
8553         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
8554         Remove, replaced by...
8555         * tests/wrappl.in: Be common for all the Perl executables.
8556         In particular autoscan and autoheader want -I.
8557         * configure.ac: Adjust.
8558         * lib/autoscan/headers: errno.h is portable.
8560 2001-11-26  Akim Demaille  <akim@epita.fr>
8562         * bin/autoscan.in (used): New.
8563         Use it.
8565 2001-11-26  Akim Demaille  <akim@epita.fr>
8567         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
8568         directives.
8569         (&scan_sh_file): Remove a duplicate pattern.
8570         (&check_configure_ac): Use long options.
8571         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
8573 2001-11-26  Akim Demaille  <akim@epita.fr>
8575         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
8576         Before, having a line containing the opening of a multi line
8577         comment made the whole line be ignored.
8579 2001-11-26  Akim Demaille  <akim@epita.fr>
8581         * doc/autoconf.texi (Using an Autotest Test Suite): New.
8582         (testsuite Scripts): Be one of its subsection.
8583         (Autotest Logs): New.
8585 2001-11-26  Akim Demaille  <akim@epita.fr>
8587         Test groups are now run two directories deeper.
8589         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
8590         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
8591         at_top_builddir.
8592         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
8593         top_srcdir, builddir and top_builddir.
8594         Use `at_*dir' relatively to the directory containing the
8595         suite, use `*dir' when relatively to the current group dir.
8597 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8599         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
8600         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
8601         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
8602         spelling errors.
8604 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
8606         * doc/autoconf.texi (Using System Type): Add an example of `case
8607         $host' usage so people quit using `case $target' everywhere.
8609 2001-11-22  Akim Demaille  <akim@epita.fr>
8611         * doc/autoconf.texi (Installation Directory Variables): Englishoes
8612         spotted by Jim Meyering.
8614 2001-11-16  Paul Eggert  <eggert@twinsun.com>
8616         This patch implements a `long double' suggestion by Oliver Kiddle.
8618         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
8619         static, to catch errors if the value isn't known at compile-time
8620         and the compiler supports dynamic arrays.  Change its name from
8621         `_array_' to `test_array' to avoid potential name clashes.
8622         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
8623         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
8624         better than double.  Catch a bug in GCC 2.95.2 x86.
8625         * doc/autoconf.texi (C Compiler): Document the above.
8626         * NEWS: Likewise.
8628 2001-11-13  Akim Demaille  <akim@epita.fr>
8630         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
8631         hand.
8632         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
8634 2001-11-13  Akim Demaille  <akim@epita.fr>
8636         * lib/autotest/general.m4 (AT_INIT): After having run the test
8637         group, go back to the initial directory, not to at_suite_dir.
8639 2001-11-13  Akim Demaille  <akim@epita.fr>
8641         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
8642         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
8643         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
8644         option.
8645         (AT_CHECK_CONFIGURE): Use absolute paths.
8646         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
8647         The problem is still the old one: there is no means in M4 (that I
8648         know about) to create a defining macro, because there is no means
8649         to create `$1' etc., therefore, the defining macro ``swallows''
8650         all the arguments meant to the defined macro.
8652 2001-11-13  Akim Demaille  <akim@epita.fr>
8654         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
8655         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
8656         configure.ac.
8657         * tests/aclocal.m4: Remove, as it is no longer used.
8659 2001-11-13  Akim Demaille  <akim@epita.fr>
8661         * lib/autotest/general.m4: Change `tests?' into `groups?' in
8662         variable names when referring to a single test group, or to
8663         `suite' when referring to the whole test suite.
8664         `at_last_test' is removed: m4 compute at_format itself.
8665         (at_stdout, at_stder1, at_stderr): New variables.
8666         (AT_CHECK): Use them.
8668 2001-11-13  Akim Demaille  <akim@epita.fr>
8670         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
8671         in PATH.
8672         Create `testsuite.dir/003/run' instead of `testsuite.003'.
8673         Do it as soon as a test fails, don't wait till the end of the test
8674         suite.
8675         Don't remove $as_me.[0-9]*, since these files no longer exist.
8677 2001-11-13  Akim Demaille  <akim@epita.fr>
8679         * tests/tools.at: Use absolute paths, since we are no longer run
8680         in place.
8682 2001-11-13  Akim Demaille  <akim@epita.fr>
8684         Now that tests are running in their own private dir, there is no
8685         need to list the files to remove at the end of tests groups.
8687         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
8688         (AT_data_files, at_data_files): Remove.
8689         (AT_CLEANUP, AT_DATA): Simplify.
8690         (AT_INIT): Adjust.
8691         Remove the group dir if !debug && !failed.
8692         * tests/atspecific.m4: Adjust.
8694 2001-11-13  Akim Demaille  <akim@epita.fr>
8696         Start a new layout for Autotest: `testsuite' creates
8697         `testsuite.dir' in which the at-check-line etc. files are to be
8698         found, and `testsuite.dir/003' where the test group 3 is run.
8700         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
8701         at_check_line_file, at_format, at_test_normalized, at_group_dir
8702         are new variables.
8703         Create the directories.
8704         Use absolute paths for at- files.
8705         (AT_CHECK): Adjust.
8707 2001-11-11  Michael Matz  <matz@kde.org>
8709         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
8710         (m4_car2): New.
8711         (m4_car): Properly quote arguments.
8713 2001-11-13  Akim Demaille  <akim@epita.fr>
8715         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
8716         with stricter rules on LIBOBJS.
8718 2001-11-12  Paul Eggert  <eggert@twinsun.com>
8720         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
8721         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
8722         __PROTOTYPES too.
8724 2001-11-12  Akim Demaille  <akim@epita.fr>
8726         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
8728 2001-11-12  Akim Demaille  <akim@epita.fr>
8730         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8731         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
8732         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8733         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
8734         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
8735         specify to what the macro should be defined (typically to 1).
8737 2001-11-12  Akim Demaille  <akim@epita.fr>
8739         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
8740         From Jim Meyering.
8742 2001-11-12  Akim Demaille  <akim@epita.fr>
8744         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
8745         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
8746         definition used by Automake where LEX is +/- "${missing} lex" and
8747         `missing' itself contains variables.
8749 2001-11-12  Akim Demaille  <akim@epita.fr>
8751         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
8752         Now that M4sh pushes BODY, the comments were output at the end of
8753         the test suites.
8755 2001-11-08  Akim Demaille  <akim@epita.fr>
8757         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
8758         that we can trace macros from aclocal.m4.
8759         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
8760         obsoleted, and redirect to the former anyway.
8761         Reported by Ralf Corsepius.
8763 2001-11-08  Akim Demaille  <akim@epita.fr>
8765         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
8766         processed only if present.
8767         * tests/torture.at (Configuring subdirectories): Use autoreconf
8768         instead of successive calls to autoconf.
8769         Add a nonexistent subdirectory to exercise the patch above.
8770         Reported by Ralf Corsepius.
8772 2001-11-08  Kevin Ryde  <user42@zip.com.au>
8774         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
8775         doesn't accept .S files.
8777 2001-11-07  Akim Demaille  <akim@epita.fr>
8779         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
8780         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
8781         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
8782         * bin/autom4te.in (warn_forbidden): New.
8783         (handle_output): Use it.
8784         Read m4_pattern_forbid with messages.
8786 2001-11-05  Akim Demaille  <akim@epita.fr>
8788         * bin/autom4te.in (--normalize): Remove.
8789         * lib/autom4te.in: Adjust.
8791 2001-11-05  Akim Demaille  <akim@epita.fr>
8793         * tests/Makefile.am (testsuite): Rename this target as...
8794         ($(TESTSUITE)): this.
8795         From Nicolas Joly.
8797 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
8799         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
8800         the --prefix option, also remove it's argument.
8802 2001-11-05  Akim Demaille  <akim@epita.fr>
8804         * doc/autoconf.texi (testsuite Invocation): Update.
8805         (Writing testsuite.at): Update.
8807 2001-11-03  Akim Demaille  <akim@epita.fr>
8809         * doc/autoconf.texi: s/@code/@command/ where appropriate.
8811 2001-11-03  Akim Demaille  <akim@epita.fr>
8813         * lib/Autom4te/General.pm: (&catfile, &canonfile)
8814         (&file_name_is_absolute): New, wrappers around routines from
8815         File::Spec.
8816         Use and export them.
8817         (&find_configure_ac): Optionally take a directory where to look at.
8818         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
8819         the arguments.
8820         Default @ARGV to `.', not find_configure_ac.
8821         (&autoreconf): Argument is a directory.
8822         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
8823         * doc/autoconf.texi (autoreconf Invocation): Update.
8825 2001-11-03  Akim Demaille  <akim@epita.fr>
8827         * lib/Autom4te/General.pm (@export_vars, @export_subs)
8828         (@export_forward_subs): New.
8829         Add basename, dirname, and fileparse.
8830         (@EXPORT): Adjust.
8831         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
8832         Don't look for aclocal flags if we already know aclocal is not
8833         used.
8834         Move aclocal.m4t only if it exists.
8835         Reported by Ezra Peisach.
8837 2001-11-03  Akim Demaille  <akim@epita.fr>
8839         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
8840         passed on command line, defaulting to ./configure.ac if present.
8841         (&maybe_autoreconf, File::Find): Remove, unused.
8842         (&autoreconf): If autoconf is not used, don't try to trace.
8844 2001-11-02  Akim Demaille  <akim@epita.fr>
8846         * configure.ac: Bump to 2.52g.
8848 2001-11-02  Akim Demaille  <akim@epita.fr>
8850         Version 2.52f.
8852 2001-11-02  Akim Demaille  <akim@epita.fr>
8854         * config/config.guess, config/config.sub, doc/standards.texi:
8855         * config/lispdir.m4: Update from masters.
8856         * configure.ac: Bump to 2.52f.
8858 2001-11-02  Akim Demaille  <akim@epita.fr>
8860         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
8861         Don't run aclocal when aclocal.m4 is not from aclocal.
8862         From Ezra Peisach.
8863         Don't run libtoolize and gettextize if --install is not given.
8865 2001-11-01  Paul Eggert  <eggert@twinsun.com>
8867         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
8868         be invoked before _AS_LINENO_PREPARE.
8869         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
8870         than character ranges.
8872         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
8873         invoking AS_BASENAME.  Set the locale variables to 'C' if
8874         possible, as POSIX requires this to get the traditional
8875         behavior.
8876         * doc/autoconf.texi (Special Shell Variables): Describe the above.
8878 2001-10-31  Paul Eggert  <eggert@twinsun.com>
8880         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
8881         with {}, as that triggers a bug in Bash 2.05.
8883         (_AS_LINENO_PREPARE): Use Sed rather than
8884         Awk.  Fix the sed prepass to work even if there are multiple
8885         instances of $LINENO on the same line.  Do not substitute for
8886         other variables like $LINENOT.  Do not check file dates; such a
8887         check is unreliable on sufficiently fast machines, and removing
8888         the check makes the code simpler and more reliable.  Check for
8889         output and chmod failures.
8891         * doc/autoconf.texi (Special Shell Variables): Document
8892         the above.
8894 2001-10-31  Akim Demaille  <akim@epita.fr>
8896         * tests/Makefile.am (atconfig): Remove this target, Automake
8897         handles it now.
8899 2001-10-31  Akim Demaille  <akim@epita.fr>
8901         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
8902         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
8903         provided, while it is optional.
8904         * configure.ac: Adjust.
8906 2001-10-26  Paul Eggert  <eggert@twinsun.com>
8908         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
8909           lib/Autom4te/Struct.pm:
8910         Require Perl 5.005_03 instead of just 5.005, as some tests fail
8911         with 5.005_02.
8913         * doc/autoconf.texi (Special Shell Variables): Document some
8914         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
8916         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
8917         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
8918         eval $LINENO is not portable in practice.
8920 2001-10-24  Akim Demaille  <akim@epita.fr>
8922         * lib/Autom4te/General.pm (backname): New.
8924 2001-10-24  Akim Demaille  <akim@epita.fr>
8926         * m4/: Remove, merged into...
8927         * config/: here.
8929 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
8931         * doc/autoconf.texi (Shellology): Mention the problems with bash
8932         2.05's use of ANSI quoting in its `set' builtin.
8934 2001-10-22  Paul Eggert  <eggert@twinsun.com>
8936         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
8937         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
8938         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
8939         POSIX decided to standardize on the int flavor of strerror_r.
8940         Always do char* test, as there's no reason not to.
8941         Assign to a char* var, to catch strerror_r that returns int*.
8943         * doc/autoconf.texi (Particular Functions):
8944         Document the above changes.  Also, document the fact that
8945         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
8947         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
8949 2001-10-20  Akim Demaille  <akim@epita.fr>
8951         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
8952         the executable was missing from the log.
8954 2001-10-20  Akim Demaille  <akim@epita.fr>
8956         * lib/Autom4te/General.pm (&update_file): If destination is
8957         unchanged, remove the source.
8958         (&up_to_date_p): Don't be verbose, be debug.
8959         * bin/autoreconf.in: No longer support --m4dir.
8960         (&autoreconf): Display the full path of the configure.ac we are
8961         studying.
8962         Trace it only once.
8963         Be sure to honor --force with gettextize.
8964         Always run aclocal.
8965         * doc/autoconf.texi: Adjust.
8967 2001-10-20  Akim Demaille  <akim@epita.fr>
8969         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
8970         Remove, dead.
8971         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
8972         `intl' is already present, as it refuses unless --force.
8973         (&parse_args): Use -I, --include instead of the old Autoconf
8974         options.
8975         ($localdir, $autoconf_dir): Remove.
8976         (@include): New.
8977         (&maybe_autoreconf): New, to preserve $_ for File::Find.
8979 2001-10-19  Jens Petersen  <petersen@redhat.com>
8981         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
8982         * doc/autoconf.texi (Particular Programs): Likewise.
8984 2001-10-19  Akim Demaille  <akim@epita.fr>
8986         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
8987         file in @configure_input@.
8988         Don't mention `automatically' in addition to `generated'.
8989         * tests/torture.at (#define header templates): Adjust.
8991 2001-10-19  Akim Demaille  <akim@epita.fr>
8993         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
8994         comment, explain how to install automatic mode selection.
8995         From Russ Allbery.
8997 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
8999         * bin/autoreconf.in (autoreconf): Display the path to the
9000         configure.ac being studied.
9002 2001-10-18  Paul Eggert  <eggert@twinsun.com>
9004         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
9005         long, to work around a bug in the HP C compiler version HP92453-01
9006         B.11.11.23709.GP.
9008         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
9009         (AS_BASENAME_EXPR): New macro.
9010         (AS_BASENAME_SED): Do not assume GNU sed semantics.
9011         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
9012         and fall back on 'sed' only if the other two fail.  This makes
9013         AS_BASENAME act more like AS_DIRNAME.
9014         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
9015         contains white space.
9016         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
9017         Use AS_DIRNAME, since I think it's now DOS-friendly.
9018         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
9019         Allow "dirname //FOO" to return either / or //, as POSIX allows
9020         either behavior.
9022 2001-10-10  Akim Demaille  <akim@epita.fr>
9024         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
9025         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
9026         From Eric Sharkey.
9028 2001-10-10  Akim Demaille  <akim@epita.fr>
9030         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
9031         m4_define, since...
9032         (_AS_ECHO_N): AS_REQUIREs it.
9034 2001-10-10  Akim Demaille  <akim@epita.fr>
9036         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
9037         (AC_INCLUDES_DEFAULT): Move to...
9038         * lib/autoconf/headers.m4: here.
9039         * lib/autoconf/types.m4: Comment changes.
9040         * doc/autoconf.texi: Specify where the default includes are used
9041         in the macro prototypes.
9043 2001-10-09  Akim Demaille  <akim@epita.fr>
9045         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
9046         transition code.
9048 2001-10-08  Akim Demaille  <akim@epita.fr>
9050         * bin/autoreconf.in (&autoreconf): Remove debugging code.
9051         (&parse_args): Pass verbosity/debugging options to subtools when
9052         --debug, not when --verbose.
9053         * lib/autom4te.in (Autoreconf-preselections): New.
9054         (Autoconf): Use it.
9056 2001-10-08  Akim Demaille  <akim@epita.fr>
9058         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
9060 2001-10-08  Akim Demaille  <akim@epita.fr>
9062         * doc/autoconf.texi (autoreconf Invocation): Adjust.
9063         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
9065 2001-10-08  Akim Demaille  <akim@epita.fr>
9067         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
9068         (Syntax of the shell scripts): Don't.
9069         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
9070         bother with $force since...
9071         * lib/Autom4te/General.pm: does.
9073 2001-10-08  Akim Demaille  <akim@epita.fr>
9075         * bin/autoreconf.in: Rewrite in Perl.
9076         * configure.ac: Adjust.
9077         * lib/Autom4te/General.pm (&up_to_date_p): New.
9078         * bin/autom4te.in (&up_to_date_p): Use it.
9079         Rename as...
9080         (&up_to_date): this.
9082 2001-10-08  Akim Demaille  <akim@epita.fr>
9084         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
9085         (m4_list_cmp): Use $0 to reinvoke yourself.
9086         (m4_patsubsts): New.
9087         (m4_strip, m4_version_unletter): Use it.
9088         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
9090 2001-10-08  Akim Demaille  <akim@epita.fr>
9092         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
9093         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
9094         * lib/autoconf/types.m4, lib/autotest/general.m4,
9095         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
9096         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
9097         m4_bregexp, m4_bpatsubst, and m4_bmatch.
9098         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
9100 2001-10-08  Akim Demaille  <akim@epita.fr>
9102         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
9104 2001-10-08  Akim Demaille  <akim@epita.fr>
9106         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
9107         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
9108         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
9109         * tests/tools.at, tests/m4sh.at: Use it.
9110         * tests/m4sh.at: Don't rely on Autoconf macros.
9111         (DIRNAME_TEST): Also exercise the expr variant.
9112         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
9113         preferred M4sugar extension is now `.4s'.
9114         * tests/README: Remove.
9116 2001-10-08  Akim Demaille  <akim@epita.fr>
9118         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
9119         (m4_provide_if): this.
9120         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
9121         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
9122         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
9123         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
9125 2001-10-08  Akim Demaille  <akim@epita.fr>
9127         Use `add-log-current-defun-function' for ChangeLog creation.
9128         Suggested by Tom Tromey.
9130         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
9131         (autotest-mode): Adjust.
9132         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
9133         'comment-region onto `C-c ;'.
9134         Comments are `#', not `dnl'.
9135         (autoconf-current-defun): New.
9136         (autoconf-font-lock-keywords): Recognize `m4_defun'.
9138 2001-10-08  Akim Demaille  <akim@epita.fr>
9140         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
9141         * lib/m4sugar/m4sh.m4: here.
9142         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
9143         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
9144         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
9145         include handle the m4_pattern_*, no longer push the
9146         BODY diversion nor set the /bin/sh line, AS_INIT does it.
9147         * lib/autotest/general.m4 (AT_INIT): Likewise.
9148         * tests/base.at: Adjust the tests to use AS_INIT.
9149         * tests/tools.at (AT_DATA_FORBIDDEN): New.
9150         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
9151         Autoconf.
9153 2001-10-07  Paul Eggert  <eggert@twinsun.com>
9155         * doc/autoconf.texi (config.status Invocation):
9156         CONFIG_SHELL defaults to a shell that supports LINENO if available.
9158         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
9159         shell does not support LINENO, and if CONFIG_SHELL is unset or
9160         empty, and if we can find a shell that does support LINENO,
9161         then set CONFIG_SHELL to that shell and then re-execute
9162         ourselves with CONFIG_SHELL.
9164 2001-10-05  Paul Eggert  <eggert@twinsun.com>
9166         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
9167         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
9168         build of $(TESTSUITE).
9170 2001-10-05  Akim Demaille  <akim@epita.fr>
9172         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
9173         iff we are a bareword.
9174         Reported by Raja R Harinath.
9176 2001-10-05  Akim Demaille  <akim@epita.fr>
9178         * tests/m4sh.at (LINENO): New.
9179         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
9180         PATH_SEPARATOR before using it.
9181         Fix the absolute path case/esac pattern.
9182         Provide $0 as fallback for as_myself.
9183         Reported by Raja R Harinath.
9185 2001-10-05  Akim Demaille  <akim@epita.fr>
9187         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
9188         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
9190 2001-10-05  Akim Demaille  <akim@epita.fr>
9192         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
9193         (AS_SHELL_SANITIZE): here.  Use it.
9194         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
9195         From Paul Eggert.
9197 2001-10-04  Akim Demaille  <akim@epita.fr>
9199         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
9200         combination of Awk and sed to replace $LINENO.
9202 2001-10-02  Paul Eggert  <eggert@twinsun.com>
9204         * doc/autoconf.texi (Limitations of Builtins): You can't use
9205         "source"; it's not portable.  Remove confusing and
9206         somewhat-incorrect example involving "." and "/".
9208         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
9209         compatibility with POSIX shells.
9211 2001-10-02  Akim Demaille  <akim@epita.fr>
9213         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
9214         instead of exec'ing to preserve $0 and $@.
9216 2001-10-01  Akim Demaille  <akim@epita.fr>
9218         * tests/testsuite (AT_INIT) <at_pass_list>: New.
9219         Don't run twice the same test.
9221 2001-10-01  Akim Demaille  <akim@epita.fr>
9223         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
9224         No longer output the list of tests.
9225         <--list>: New option.
9226         <--full-help>: Remove.
9227         Complete the short/long options duality.
9228         Various small adjustments.
9230 2001-10-01  Akim Demaille  <akim@epita.fr>
9232         * doc/autoconf.texi: Use @kbd for user input.
9233         Always use `$' as shell prompt.
9235 2001-09-30  Paul Eggert  <eggert@twinsun.com>
9237         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
9238         Don't use nested parenthesization.  This patch was originally
9239         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
9240         but somehow it didn't get incorporated then.
9241         * doc/autoconf.texi (Limitations of Usual Tools):
9242         Clarify remark about sed and nested parenthesization.
9244         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
9245         Report an error if the size cannot be determined even though
9246         the type exists.
9247         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
9248         Check for `expr' arithmetic overflow, and for compilation failure,
9249         and invoke a new argument $4 if either is discovered.
9250         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
9251         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
9253 2001-09-28  Akim Demaille  <akim@epita.fr>
9255         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
9256         * m4/lispdir.m4: New.
9257         * aclocal.m4, configure.ac: Adjust.
9259 2001-09-28  Akim Demaille  <akim@epita.fr>
9261         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
9262         (AT_TESTED): this.
9263         (AT_INIT): More the wrapped section to where it will be expanded.
9264         Output `AT_tested' only when existing.
9265         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
9267 2001-09-27  Akim Demaille  <akim@epita.fr>
9269         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
9270         generates too many bug reports.
9272         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
9273         status when executing the ACTION-IF-FALSE.
9274         * tests/base.at (AC_TRY_*): Rename as...
9275         (AC_TRY_COMMAND): this.
9276         (AC_RUN_IFELSE): New.
9277         * tests/compile.at (Extensions, C keywords)
9278         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
9279         (Broken/missing compilers, AC_PROG_CPP with warnings)
9280         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
9281         * tests/c.at (Extensions, C keywords)
9282         (Broken/missing compilers, AC_PROG_CPP with warnings)
9283         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
9284         (AC_PROG_CPP requires AC_PROG_CC): here and...
9285         * tests/fortran.at (GNU Fortran 77): there.
9286         * doc/autoconf.texi (autoconf Invocation): Fix the example:
9287         AC_TRY_RUN is about compilation, not shell commands.
9288         (Test Programs): AC_TRY_RUN works as used to be advertised.
9290 2001-09-27  Akim Demaille  <akim@epita.fr>
9292         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
9293         Raja R Harinath:
9294         Be sure to detect when $LINENO always returns the same value.
9295         Look for the original script, basename($0) is certainly not
9296         enough.
9297         Pass the CLI arguments to `$as_me.lineno'.
9299 2001-09-25  Akim Demaille  <akim@epita.fr>
9301         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
9302         Be sure the close and reopen the LOG fd before and after using tee
9303         to extend the log.
9304         <at_tests_pattern>: Adjust to the new format of at_help_all.
9306 2001-09-23  Akim Demaille  <akim@epita.fr>
9308         * bin/autom4te.in (parse_args): There can be several invocations
9309         of --language now.
9311 2001-09-23  Akim Demaille  <akim@epita.fr>
9313         * doc/autoconf.texi (Top): Wrap in @ifnottex.
9315 2001-09-23  Akim Demaille  <akim@epita.fr>
9317         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
9318         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
9319         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
9320         builddir, buildpath, top_builddir, and top_buildpath.
9321         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
9322         the current directory.
9323         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
9324         variables *before* changing the current directory.
9325         Skip nonexistent dirs.
9326         * doc/autoconf.texi (Preset Output Variables): Document these
9327         variables.
9329         * lib/autotest/general.m4: Do not reset AT_victims.
9330         Don't compute at_srcdir nor at_top_srcdir.
9332         * tests/tools.at: Hence use top_srcdir.
9334         * tests/Makefile.am, tests/autoconf, tests/autoheader,
9335         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
9336         Remove.
9337         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
9338         * tests/wrapsh.in, tests/autoupdate.in: New.
9339         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
9340         * configure.ac: Build the position independent wrappers.
9342         * man/Makefile.am: Now that test wrappers are position
9343         independent, use them and drop dark envvar magic.
9345 2001-09-23  Akim Demaille  <akim@epita.fr>
9347         * doc/autoconf.texi (Common Shell Constructs): Rename as...
9348         (Programming in M4sh): this.
9349         Promote to @section.
9351 2001-09-23  Akim Demaille  <akim@epita.fr>
9353         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
9354         Pass $at_debug_args to the rerun test suite.
9355         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
9356         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
9357         From Paul Eggert.
9359 2001-09-23  Akim Demaille  <akim@epita.fr>
9361         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
9363 2001-09-23  Akim Demaille  <akim@epita.fr>
9365         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
9366         over-escaping.
9368 2001-09-23  Akim Demaille  <akim@epita.fr>
9370         * lib/Autom4te/General.pm (&debug): New.
9371         * bin/autom4te.in ($language): Move to...
9372         (parse_args): here.
9373         Handle --language in languages.
9374         * lib/autom4te.in (Automake-selections, Autoheader-selections)
9375         (Autoscan-selections): New.
9376         (Autoconf): Adjust.
9378 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
9380         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
9381         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
9382         to match current versions from CVS Automake.
9384 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
9386         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
9387         for $LINENO.
9389 2001-09-22  Akim Demaille  <akim@epita.fr>
9391         * lib/autoconf/autotest.m4: Create `package.m4'.
9392         * tests/Makefile.am (package.m4): Remove.
9394 2001-09-22  Akim Demaille  <akim@epita.fr>
9396         Rely on `$LINENO' when possible instead of `__oline__'.
9398         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
9399         `$LINENO' support replacement when not supported.
9400         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
9401         them explicitly to be sure they are not output before this section
9402         (via m4_require).  Cosmetic only.
9403         * lib/autoconf/c.m4, lib/autoconf/general.m4,
9404         * lib/autoconf/programs.m4: Replace all the occurrences of
9405         `__oline__' with `$LINENO'.
9406         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
9408 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
9410         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
9411         character (u: -> ue) in a code comment.
9412         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
9413         it works.
9415 2001-09-21  Akim Demaille  <akim@epita.fr>
9417         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
9418         Suggested by Jim Meyering.
9420 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9422         * lib/autoconf/programs.m4: Use extensions listed in
9423         $ac_executable_extensions when looking for programs.
9425 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9427         * lib/autoconf/general.m4: Fix a small Englisho.
9428         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
9429         setting up ac_dir_suffix and ac_top_builddir.
9430         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
9432 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9434         * doc/autoconf.texi (File System Conventions): Clarify the use of
9435         PATH_SEPARATOR.
9436         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
9437         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
9438         be used instead of ':'.
9439         * lib/autotest/general.m4: Replace occurrences of ':' in
9440         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
9442 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9444         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
9445         arguments.  Fixed a typo.
9447 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9449         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
9450         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
9452 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9454         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
9455         * bin/autoupdate.in: Ditto.
9456         * bin/autoheader.in: Reworded a few comments.
9457         * bin/autoconf.in: Reworded help text for a few options.
9458         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9459         * bin/autoscan.in, bin/autoupdate.in: Ditto.
9461 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
9463         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
9464         already have $file).  Set output files to binary mode (helps avoid
9465         CR issues on DOSish systems).
9467 2001-09-19  Akim Demaille  <akim@epita.fr>
9469         * lib/autotest/general.m4: Englishoes.
9470         From Tim Van Holder and Alexey Mahotkin.
9472 2001-09-18  Paul Eggert  <eggert@twinsun.com>
9474         * doc/autoconf.texi (Common Shell Constructs): New node,
9475         documenting AS_DIRNAME.
9476         (Limitations of Usual Tools): Refer to it when discussing dirname.
9477         Also, update discussion of POSIX standard to reflect latest draft.
9479         * lib/autoconf/c.m4:
9480         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
9482         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
9483         Do not pass a first argument with leading '-'
9484         to expr, by parenthesizing initial integers that might be negative.
9486         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
9487         now merely checks whether it is an error to pass an argument
9488         to getpgrp.
9490         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
9491         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
9492         whether it is a (compile-time) error to pass an argument to
9493         getpgrp.  This simpler test supports the revised documentation,
9494         and is all that AC_FUNC_GETPGRP's users really need.
9496 2001-09-18  Akim Demaille  <akim@epita.fr>
9498         * doc/autoconf.texi (Limitations of Make) <$<>: New.
9500 2001-09-18  Akim Demaille  <akim@epita.fr>
9502         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
9503         `{}'.
9504         * lib/autotest/general.m4 (AT_INIT): Adjust.
9506 2001-09-18  Paul Wagland  <paul@wagland.net>
9508         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
9509         correctly.
9510         Add test for AS_BASENAME.
9511         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
9512         added test. It now correctly handles /1/2/3/, returning '3' not ''.
9513         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
9514         * tests/base.at: Fixed the expected responses. The old ones were
9515         one line out...
9516         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
9517         the documentation claims it should (and how it behaved in 2.13).
9519 2001-09-18  Akim Demaille  <akim@epita.fr>
9521         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
9522         the AC_CONFIG_COMMANDS invocation.
9523         This also solves the name clash problems.
9524         Don't set the package's ID.
9525         * lib/m4sugar/Makefile.am (version.m4): Revamp.
9526         No longer to be shipped.
9527         (version.in): Remove.
9528         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
9529         * lib/autoconf/status.m4: Adjust.
9530         Use `m4_PACKAGE_STRING'.
9531         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
9532         the only optional argument is the name of the test suite.
9533         Expect `package.m4' to define the package signature.
9534         * lib/autom4te.in (Autotest): Add `package.m4?'.
9535         * tests/Makefile.am (package.m4): New.
9536         * tests/suite.at: ifnames is a victim.
9538 2001-09-18  Akim Demaille  <akim@epita.fr>
9540         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
9541         AC_LIBSOURCE, AC_CONFIG_FILES.
9542         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
9543         program version string doesn't match the package's.
9544         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
9545         after `(cached)'.
9547 2001-09-17  Paul Eggert  <eggert@twinsun.com>
9549         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9550         Allow expression to return any value that can fit into unsigned long
9551         (not int, as before).  Check for output errors.
9553 2001-09-17  Bruno Haible  <haible@ilog.fr>
9555         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9556         Always include <stdio.h> and <stdlib.h>. Evaluate
9557         the expression in an extra function before these includes. Call
9558         fprintf "%d" only after ensuring the argument is of type 'int'.
9559         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
9561 2001-09-17  Paul Eggert  <eggert@twinsun.com>
9563         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
9564         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
9565         fatal errors, and AC_CHECK_LIB causes it to include libraries even
9566         when they don't exist.
9568         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
9569         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
9570         need it.
9572         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
9573         version with the version used by fileutils 4.1, except use
9574         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
9575         we don't need it.
9577         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
9579 2001-09-13  Akim Demaille  <akim@epita.fr>
9581         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
9582         _first_.
9583         Reported by Gerrit P. Haase.
9585 2001-09-13  Akim Demaille  <akim@epita.fr>
9587         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
9588         m4_defn'ing is valid.
9590 2001-09-13  Akim Demaille  <akim@epita.fr>
9592         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
9593         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
9594         Use it.
9596 2001-09-13  Akim Demaille  <akim@epita.fr>
9598         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
9599         m4_match.
9600         (m4_re_escape): New.
9601         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
9602         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
9603         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
9604         Likewise.
9605         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
9606         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
9607         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
9608         AT_tests_all for consistency.
9609         Set at_victims.
9610         (AT_VICTIMS): Similar to AT_KEYWORDS.
9611         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
9613 2001-09-13  Akim Demaille  <akim@epita.fr>
9615         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
9617 2001-09-13  Akim Demaille  <akim@epita.fr>
9619         * lib/autotest/general.m4 (AT_INIT): Create and remove
9620         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
9621         test suites can cohabit.
9623 2001-09-13  Akim Demaille  <akim@epita.fr>
9625         * tests/mktests.sh: Don't output banners for empty test files.
9627 2001-09-13  Akim Demaille  <akim@epita.fr>
9629         Test suites can be run independently of configure.
9631         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
9632         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
9633         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
9634         ECHO_N etc.
9635         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
9636         and at_c.
9637         * lib/autotest/general.m4: Use ECHO_*.
9639 2001-09-13  Akim Demaille  <akim@epita.fr>
9641         * bin/ifnames.in: Rewrite in Perl.
9642         * configure.ac: Don't look for AWK.
9643         * tests/tools.at (AWK portability): Remove.
9644         (Syntax of the shell scripts): Don't check ifnames.
9645         (AT_CHECK_PERL_SYNTAX): New.
9646         (Syntax of the Perl scripts): Check ifnames.
9647         * tests/ifnames: New.
9649 2001-09-13  Akim Demaille  <akim@epita.fr>
9651         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
9652         test group titles.
9653         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
9654         Remove all the other keywords.
9656 2001-09-10  Akim Demaille  <akim@epita.fr>
9658         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
9659         SETUP: no longer used.
9660         Support -k, --keywords.
9661         <at_help>: Be `no', `short', or `long'.
9662         <at_help_all>: New variable.
9663         (AT_KEYWORDS): New.
9664         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
9665         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
9666         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
9667         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
9668         No longer fill the HELP diversion.
9669         (AT_CLEANUP): Use them.
9670         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
9671         (m4_list_append): Remove.
9673         Spread a few keywords in the Autoconf test suite.
9675 2001-09-10  Akim Demaille  <akim@epita.fr>
9677         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
9678         PATH_SEPARATOR, let M4sh compute it.
9679         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
9680         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
9681         Move to...
9682         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
9683         Simplify when the path is not a literal.
9684         (AS_UNAME): Use it to report PATH.
9685         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
9686         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
9687         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
9688         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
9689         normalize the path, and to look for victims.
9690         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
9691         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
9693 2001-09-07  Akim Demaille  <akim@epita.fr>
9695         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
9696         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
9697         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
9698         related variables into `at_package_*'.
9699         * lib/autotest/general.m4 (AT_VICTIMS): New.
9700         (AT_INIT): Adjust for stand-alone/embedded test suites.
9701         (AS_MESSAGE_LOG_FD): Define and use it.
9702         * tests/suite.at (AT_VICTIMS): Use it.
9703         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
9704         at_version.
9706 2001-09-07  Akim Demaille  <akim@epita.fr>
9708         Move toward possibly stand-alone test suites.
9710         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
9711         in addition, it introduces useless differences in logs.
9712         (AT_INIT): Let atconfig and atlocal be both optional.
9713         Adjust PATH computation.
9714         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
9716 2001-09-07  Akim Demaille  <akim@epita.fr>
9718         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
9719         m4sugar/version.m4.
9721 2001-09-05  Akim Demaille  <akim@epita.fr>
9723         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
9724         to avoid GCC warnings.
9725         From Uwe Seimet.
9727 2001-09-05  Akim Demaille  <akim@epita.fr>
9729         * bin/autom4te.in: --language is -l, not -s.
9731 2001-09-05  Akim Demaille  <akim@epita.fr>
9733         Be ready to handle filenames as stupid as `dnl.at', for if even
9734         the maintainer is dumb enough to do that...
9736         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
9737         excellence in M4 quotation: consider `__file__' is active.
9739         And BTW, when invoking m4, pass the --include in the right order:
9740         the wrong one.
9742         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
9743         4m.
9745 2001-09-05  Akim Demaille  <akim@epita.fr>
9747         * lib/Autom4te/XFile.pm: New lib file.
9748         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
9749         * bin/autoheader.in: Use it.
9751 2001-09-05  Akim Demaille  <akim@epita.fr>
9753         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
9754         defined.
9756 2001-09-05  Akim Demaille  <akim@epita.fr>
9758         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
9759         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
9761         * bin/autoscan.in: Use `getopt' and `find_files' etc.
9762         Add -I, --include support.
9763         * doc/autoconf.texi (autoscan Invocation): Adjust.
9765 2001-09-05  Akim Demaille  <akim@epita.fr>
9767         CVS GNU M4 doesn't like `undefine(undefined)'.
9769         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
9770         New, extracted from main.
9771         Use IO::File wherever possible.
9772         (input.m4): Be constant, use -I instead of hard coding $tmp.
9773         Therefore be a quoted heredoc.
9774         Don't invoke `_au_disable', since ac was not loaded, but just
9775         `unm4.m4'.
9777 2001-08-31  Akim Demaille  <akim@epita.fr>
9779         Version 2.52d.
9781 2001-08-31  Akim Demaille  <akim@epita.fr>
9783         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
9784         previous patch.
9785         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
9787 2001-08-31  Akim Demaille  <akim@epita.fr>
9789         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
9790         serious problems handling heredocs in heredocs.
9791         Reported by Nicolas Joly.
9793 2001-08-31  Akim Demaille  <akim@epita.fr>
9795         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
9796         (Making testsuite Scripts): Update.
9798 2001-08-31  Akim Demaille  <akim@epita.fr>
9800         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
9802 2001-08-31  Akim Demaille  <akim@epita.fr>
9804         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
9805         (testsuite Scripts): There is no such thing as `atconfig.in'.
9806         And actually one diagram is missing: test suite runtime.
9808 2001-08-31  Akim Demaille  <akim@epita.fr>
9810         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
9811         inverse order.
9813 2001-08-31  Akim Demaille  <akim@epita.fr>
9815         * bin/autoupdate.in (@include): `installcheck' revealed the path
9816         to m4sugar was lacking!
9818 2001-08-31  Akim Demaille  <akim@epita.fr>
9820         * man/Makefile.am (.x.1): We really have to pass
9821         autom4te_perllibdir.
9823 2001-08-31  Akim Demaille  <akim@epita.fr>
9825         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
9826         debug scripts, in particular passing explicitly listed tests to
9827         run is stupid.
9829 2001-08-31  Akim Demaille  <akim@epita.fr>
9831         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
9832         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
9833         Use directly autom4te, not autoconf.
9834         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
9836 2001-08-31  Akim Demaille  <akim@epita.fr>
9838         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
9839         * bin/autoheader.in (%symbol): Strip arguments of macros.
9841 2001-08-31  Akim Demaille  <akim@epita.fr>
9843         * doc/autoconf.texi: Catch up -I, --include changes.
9845 2001-08-31  Akim Demaille  <akim@epita.fr>
9847         * bin/autom4te.in (&parse_args): Die on unknown languages.
9848         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
9849         need for autoconf.
9850         Promote --include over --macrodir and other obsolete options.
9852 2001-08-31  Akim Demaille  <akim@epita.fr>
9854         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
9855         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
9856         * bin/autom4te.in ($autoconf): Pass --force.
9857         `print $out' doesn't print `$_' but `$out'.
9858         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
9859         (autoheader): Pass --force since the test suite goes too fast for
9860         the time stamps.
9861         Adjust to the new autoheader messages.
9863 2001-08-31  Akim Demaille  <akim@epita.fr>
9865         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
9866         Check the completeness of the #template.
9867         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
9868         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
9869         invocation.
9871 2001-08-31  Akim Demaille  <akim@epita.fr>
9873         * lib/Autom4te/General.pm (&find_file, &update_file): New.
9874         * bin/autoupdate.in, bin/autoheader.in: Adjust.
9875         Drop AC_MACRODIR dead for real.
9876         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
9877         `autoheader: `config.hin' is created'.
9878         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
9880 2001-08-31  Akim Demaille  <akim@epita.fr>
9882         * bin/autoheader.in: Rewrite in Perl.
9883         * tests/autoheader: Adjust.
9885 2001-08-31  Akim Demaille  <akim@epita.fr>
9887         * bin/autoconf.in (--include, -I): New option.
9888         Map --localdir, --autoconf-dir onto it.
9889         Forward autom4te's options instead of interpreting them.
9890         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
9891         There is no such envvar since the inception of autom4te.cfg.
9892         * bin/autom4te.in (&parse_args): Uniquify `@include'.
9893         * bin/autoupdate.in: Adjust, and perform more control.
9894         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
9895         * tests/autoconf: Dittowise.
9897 2001-08-31  Akim Demaille  <akim@epita.fr>
9899         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
9900         * bin/autom4te.in (&find_file): Support `FILE?' standing for
9901         optionally `FILE'.
9902         Use -e, not -f, since /dev/null for instance is OK.
9903         (&parse_args): Adjust.
9904         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
9906 2001-08-31  Akim Demaille  <akim@epita.fr>
9908         * configure.ac: Also find tested executables in bin.
9909         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
9910         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
9911         installed peer executables, only PATH is allowed to resolve it.
9912         Pass `autoconf_dir' via options, not via invisible envvars.
9913         * lib/Autom4te/General.pm (&find_peer): Remove.
9914         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
9915         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
9916         * man/Makefile.am: Let help2man rely on PATH instead of trying to
9917         find the executables for it.
9918         * tests/Makefile.am: Major cleanup.  Too lazy to document...
9919         * tests/atlocal.in: Remove all the obscure envvar manipulations.
9920         We only need PERL.
9921         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
9922         indeed related to running the test suite, while passing
9923         --autoconf-dir and others is related to running non installed
9924         Autoconf executables.  So don't do that, leave it to...
9925         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
9926         * tests/autoscan: New.
9927         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
9928         refer to library files: rely on --language.
9930 2001-08-29  Akim Demaille  <akim@epita.fr>
9932         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
9933         s/--set/--language/.
9935 2001-08-29  Akim Demaille  <akim@epita.fr>
9937         * doc/autoconf.texi: Strip the @nodes.
9938         Suggested by Paul Eggert.
9939         (Initializing configure): Typo.
9941 2001-08-29  Akim Demaille  <akim@epita.fr>
9943         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
9944         Suggested by Paul Eggert.
9946 2001-08-29  Akim Demaille  <akim@epita.fr>
9948         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
9949         download in a tmp dir.
9951 2001-08-29  Akim Demaille  <akim@epita.fr>
9953         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
9954         case insensitive OSes out there :(
9955         From Tim Van Holder.
9957 2001-08-29  Akim Demaille  <akim@epita.fr>
9959         * lib/autom4te.in: New.
9960         * lib/Makefile.am (edit, autom4te.cfg): New.
9961         * bin/autom4te.in (BEGIN): Simplify.
9962         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
9963         (&load_configuration): New.  Use it.
9964         (&parse_args): Support --mode, --set, and --melt.
9965         * bin/autoconf.in: Simplify and adjust.
9966         * tests/Makefile.am (AUTOMAKE): Use --set.
9967         * tests/atlocal.in: Adjust.
9968         * BUGS: distcheck and check are weak.
9970 2001-08-29  Akim Demaille  <akim@epita.fr>
9972         * lib/autotest/general.m4: Use
9973                 foo=`(command) 2>/dev/null`
9974         not
9975                 foo=`command` 2>/dev/null
9976         (at-devnull): Rename as...
9977         (AT-devnull): this.
9978         (--clean): Remove AT-* files too.
9979         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
9980         Reported by Nicolas Joly.
9982 2001-08-28  Akim Demaille  <akim@epita.fr>
9984         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
9985         quotes inside single quotes.
9986         Reported by Nicolas Joly.
9988 2001-08-28  Kevin Ryde  <user42@zip.com.au>
9990         * doc/autoconf.texi (Function Portability): Mention C right shifts.
9992 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
9994         * lib/autotest/general.m4: Reword some messages.
9995         (AT_INIT): Check for the `times' builtin before using it.
9996         Support test ranges as arguments to the testsuite.
9997         Have -e imply -d as the help text suggested.
9999 2001-08-27  Akim Demaille  <akim@epita.fr>
10001         * Makefile.maint: Formatting changes.
10002         (do-po-update, po-update, cvs-update, update): New targets.
10003         (AMTAR): Remove.
10005 2001-08-27  Akim Demaille  <akim@epita.fr>
10007         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
10008         <at_cmd_line>: New.
10009         Pass it to debug-*.sh scripts.
10010         <AUTOTEST_PATH>: May contain absolute dir names.
10012 2001-08-27  Akim Demaille  <akim@epita.fr>
10014         * lib/autotest/general.m4 (AT_INIT): Log the command line.
10015         Support `VAR=VAL' as arguments.
10016         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
10017         may be set via the command line.
10019 2001-08-27  Akim Demaille  <akim@epita.fr>
10021         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
10022         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
10023         first the build dirs, then the src dirs.
10024         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
10026 2001-08-27  Akim Demaille  <akim@epita.fr>
10028         * lib/autotest/general.m4 (AT_INIT): Output the definition of
10029         at_data_files earlier.
10030         (--clean, -c): New option.
10031         * tests/Makefile.am: Use this option.
10033 2001-08-27  Akim Demaille  <akim@epita.fr>
10035         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
10036         `ac_top_builddir' to mimic Automake's vocabulary, which much more
10037         readable.
10038         Adjust callers.
10039         * doc/autoconf.texi (Configuration Actions): Document the vars
10040         available in commands.
10041         Emphasize the risks of collisions in init-cmds.
10043 2001-08-27  Akim Demaille  <akim@epita.fr>
10045         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
10046         (Initializing configure): this new node.
10048 2001-08-27  Akim Demaille  <akim@epita.fr>
10050         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
10052 2001-08-27  Akim Demaille  <akim@epita.fr>
10054         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
10055         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
10056         New file.
10057         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
10059 2001-08-27  Akim Demaille  <akim@epita.fr>
10061         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
10062         to...
10063         * lib/autoconf/autoheader.m4: this new file.
10064         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
10065         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
10066         Move to...
10067         * lib/autoconf/autoupdate.m4: this new file.
10069 2001-08-27  Akim Demaille  <akim@epita.fr>
10071         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
10072         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
10073         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
10074         -> ac_dir).
10075         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
10076         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
10078 2001-08-27  Akim Demaille  <akim@epita.fr>
10080         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
10081         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
10082         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
10083         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
10084         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
10085         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
10086         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
10087         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
10088         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
10089         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
10090         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
10091         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
10092         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
10093         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
10094         (_AC_OUTPUT_SUBDIRS): Move to...
10095         * lib/autoconf/status.m4: this new file.
10096         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
10097         * tests/Makefile.am, tests/suite.at: Adjust.
10099 2001-08-27  Akim Demaille  <akim@epita.fr>
10101         Automake 1.5.
10103         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
10104         (AMTAR): Help automake define it.
10105         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
10106         needed, 1.5 can have a macro and a target with the same name.
10107         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
10108         * m4/strip.m4: New.
10109         * m4/init.m4, m4/sanity.m4: Update.
10110         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
10111         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
10112         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
10113         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
10115 2001-08-27  Akim Demaille  <akim@epita.fr>
10117         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
10119         * lib/autoconf/version.in: Remove.
10120         * lib/m4sugar/version.in: New.
10121         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
10122         Adjust callers.
10123         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
10124         the name of the directory they're in, instead of the filename,
10125         since version.m4 is now in m4sugar, but m4_acversion must not be
10126         classified as an Autoconf macro.
10127         ($input_m4): Don't qualify the path to m4sugar.
10128         Rather, pass autoconf_dir to m4.
10129         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
10130         * tests/suite.at: Require 2.52c.
10132 2001-08-27  Akim Demaille  <akim@epita.fr>
10134         testsuite.log should include config.log.
10136         * lib/autotest/autotest.m4: New.
10137         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
10138         * tests/suite.at : Adjust.
10139         (AT_INIT): Log config.log.
10140         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
10141         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
10142         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
10143         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
10144         of config.log on traps.
10145         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
10146         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
10147         for config.status'.
10148         Open the log as soon as possible.
10149         Use the same log introduction as configure's.
10151 2001-08-22  Paul Eggert  <eggert@twinsun.com>
10153         * doc/autoconf.texi (Indices): New node.
10154         Move indices out of the top level menu and into this submenu.
10156 2001-08-22  Akim Demaille  <akim@epita.fr>
10158         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
10159         AC_TRY_COMMAND.
10160         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
10162 2001-08-22  Akim Demaille  <akim@epita.fr>
10164         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
10165         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
10166         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
10167         * lib/autoconf/programs.m4: here.
10168         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
10169         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
10170         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
10171         * lib/autoconf/programs.m4: here.
10172         (_AC_DECL_YYTEXT): Rename as...
10173         (_AC_PROG_LEX_YYTEXT_DECL): this.
10174         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
10175         * tests/Makefile.am, tests/suite.am: Adjust.
10177 2001-08-22  Akim Demaille  <akim@epita.fr>
10179         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
10180         Move to...
10181         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
10182         here.
10183         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
10184         * lib/autoconf/functions.m4: here.
10185         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
10186         (AH_CHECK_LIB): Move to...
10187         * lib/autoconf/libs: this new file.
10188         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
10189         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
10190         * lib/autoconf/libs.m4: here.
10191         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
10193 2001-08-22  Akim Demaille  <akim@epita.fr>
10195         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
10196         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
10197         (AC_SITE_LOAD): Better logging of config.site.
10199 2001-08-20  Akim Demaille  <akim@epita.fr>
10201         * configure.ac (AT_CONFIG): Fix the path.
10202         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
10203         can be used.
10205 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
10207         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
10208         program with AC_LANG_PROGRAM before feeding it to
10209         AC_COMPILE_IFELSE.  Cleanup grep usage.
10211 2001-08-20  Akim Demaille  <akim@epita.fr>
10213         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
10214         * NEWS, README, README-alpha, TODO, tests/README: This package is
10215         `Autoconf', not `autoconf' (the executable).
10217 2001-08-20  Akim Demaille  <akim@epita.fr>
10219         Info readers seem to need `Index' in the index node title :(
10221         * doc/autoconf.texi: Reverse the 2001-08-15 change which
10222         simplified index node names.
10224 2001-08-20  Akim Demaille  <akim@epita.fr>
10226         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
10227         arguments are not literals.
10228         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
10229         Specify the output variables, and macros defined.
10231 2001-08-20  Akim Demaille  <akim@epita.fr>
10233         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
10234         (Examining Syntax) <AC_TRY_COMPILE>
10235         (Examining Libraries) <AC_TRY_LINK>
10236         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
10237         their arguments.
10238         Reported by Werner Lemberg.
10240 2001-08-20  Akim Demaille  <akim@epita.fr>
10242         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
10243         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
10244         Load atlocal late enough to dump it in the log.
10245         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
10247 2001-08-20  Akim Demaille  <akim@epita.fr>
10249         * tests/torture.at (Configuring subdirectories): New test.
10250         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
10251         looking for.
10252         * m4/atconfig.m4: Be sure the let $[0] be expandable.
10253         (top_srcdir): Fix its computation.
10255 2001-08-20  Akim Demaille  <akim@epita.fr>
10257         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
10258         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
10259         test suite lives.
10260         Create `atconfig' automagically.
10261         Configure atlocal.in if present.
10262         * tests/atconfig.in: Remove.
10263         * tests/atlocal.in: New.
10264         * tests/Makefile.am: Adjust.
10266 2001-08-20  Akim Demaille  <akim@epita.fr>
10268         Huh!?!?!  There are still some user EOF tags used, which prevents
10269         their use in AC_CONFIG_COMMANDS for instance...
10271         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
10272         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
10273         `_CSEOF', or `_ATEOF', as appropriate.
10274         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
10275         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
10277 2001-08-20  Akim Demaille  <akim@epita.fr>
10279         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
10280         * tests/semantics.at, tests/tools.at, tests/torture.at:
10281         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
10283 2001-08-20  Akim Demaille  <akim@epita.fr>
10285         Autotest invokes M4sh's initialization.
10287         * lib/autotest/general.m4: Adjust the diversion names.
10288         (AT_INIT): Run AS_INIT.
10289         Use the BINSH diversion to invoke /bin/sh.
10290         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
10291         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
10293 2001-08-20  Akim Demaille  <akim@epita.fr>
10295         Let M4sh have its own diversions.
10297         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
10298         (_m4_divert(NOTICE)): Rename as...
10299         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
10300         (_m4_divert(HEADER-COMMENT)): these.
10301         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
10302         (_m4_divert(NOTICE)): New, for Libtool.
10303         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
10304         long ago with `_m4_divert(GROW)'.
10305         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
10307 2001-08-20  Akim Demaille  <akim@epita.fr>
10309         * tests/base.at, tests/compile.at, tests/foreign.at,
10310         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
10311         * tests/semantics.at, tests/suite.at, tests/tools.at,
10312         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
10314 2001-08-20  Akim Demaille  <akim@epita.fr>
10316         * bin/autom4te.in (handle_output): Handle @__@.
10318 2001-08-20  Akim Demaille  <akim@epita.fr>
10320         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
10321         * lib/autotest/general.m4: Adjust the license.
10323 2001-08-17  Paul Eggert  <eggert@twinsun.com>
10325         * doc/autoconf.texi (Function Portability): Mention snprintf,
10326         following up on a suggestion by Kevin Ryde.
10328 2001-08-17  Akim Demaille  <akim@epita.fr>
10330         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
10331         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
10333 2001-08-17  Akim Demaille  <akim@epita.fr>
10335         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
10336         `$0.log' as for projects where testsuite is in src, we'd have
10337         testsuite.log created in src.
10339 2001-08-17  Akim Demaille  <akim@epita.fr>
10341         * bin/autom4te.in (&parse_args): Recognize --normalize.
10343 2001-08-17  Akim Demaille  <akim@epita.fr>
10345         Start implementing the AC_CHECK_HEADER transition scheme.
10347         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
10348         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
10349         (AC_CHECK_HEADER): Use them.
10351 2001-08-17  Akim Demaille  <akim@epita.fr>
10353         * doc/autoconf.texi: Work around Texinfo buglets.
10354         (Transformation Rules): One example is enough, users are expected
10355         to have their brains on. And BTW, use DESTDIR.
10356         (dvar): New macro.  Use it.
10358 2001-08-17  Akim Demaille  <akim@epita.fr>
10360         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
10361         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
10362         looking for ChangeLogs.
10364 2001-08-17  Akim Demaille  <akim@epita.fr>
10366         * bin/autom4te.in: --normalize is a new option.
10367         * bin/autoconf.in: Use it.
10369 2001-08-17  Akim Demaille  <akim@epita.fr>
10371         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
10372         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
10374 2001-08-16  Paul Eggert  <eggert@twinsun.com>
10376         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
10377         start, not at end.
10379 2001-08-15  Akim Demaille  <akim@epita.fr>
10381         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
10382         Use it.
10384 2001-08-15  Akim Demaille  <akim@epita.fr>
10386         * doc/autoconf.texi (pr): New index.
10387         (prindex, findex): Use, merge, and output them.
10388         (Environment Variable Index, Output Variable Index)
10389         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
10390         (Autotest Macro Index): Rename as...
10391         (Environment Variables, Output Variables,Preprocessor Symbols)
10392         (Autoconf Macros, M4 Macros, Autotest Macros): these.
10393         * doc/install.texi: Use @command.
10394         (Environment Variables): Rename as...
10395         (Defining Variables): this.
10397 2001-08-15  Akim Demaille  <akim@epita.fr>
10399         * doc/autoconf.texi (Function Portability): sprintf's return
10400         value.
10401         From Kevin Ryde.
10403 2001-08-15  Akim Demaille  <akim@epita.fr>
10405         * Makefile.maint (CVS): New.
10406         (local-check): Run changelog-check. last.
10407         (alpha): Don't depend upon local-check, since...
10408         (cvs-dist): depends upon it.
10410 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
10412         * tests/Makefile.am: Use a clean-local rule to remove
10413         autom4te.cache (it's a directory, not a file.
10414         * Makefile.am: Ditto (but maintainer-clean-local).
10416 2001-08-15  Akim Demaille  <akim@epita.fr>
10418         * bin/autom4te.in (@m4_warning): New.
10419         (&handle_m4): Use it.
10420         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
10421         warnings are issued at each run.
10422         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
10423         is in the src tree.
10425 2001-08-15  Akim Demaille  <akim@epita.fr>
10427         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
10428         don't waste time running `autoupdate --version' works.
10429         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
10431 2001-08-13  Akim Demaille  <akim@epita.fr>
10433         * doc/autoconf.texi (ma): Rename this index as...
10434         (ac): this.
10436 2001-08-13  Akim Demaille  <akim@epita.fr>
10438         * Makefile.am: Remove dead code and dead comments.
10439         (pdf, html): New targets.
10440         * doc/autoconf.texi (Using Autotest): New chapter.
10441         * doc/Makefile.am (pdf): New targets.
10442         (CLEANFILES): Adjust.
10444 2001-08-13  Akim Demaille  <akim@epita.fr>
10446         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
10447         duration of the test suite.
10449 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
10451         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
10452         endianness for comparison instead of relying on AT_CHECK_ENV.
10454 2001-08-11  Paul Eggert  <eggert@twinsun.com>
10456         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
10457         to the INSTALL file.
10459 2001-08-11  Paul Eggert  <eggert@twinsun.com>
10461         * NEWS: The autoconf manual now is distributed under the terms
10462         of the GNU Free Documentation License.
10464         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
10465         Add an appendix "Copying This Manual" for the FDL.
10467         * doc/fdl.texi: New file, from
10468         <http://www.gnu.org/licenses/fdl.texi>.
10470         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
10472 2001-08-10  Paul Eggert  <eggert@twinsun.com>
10474         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
10475         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
10476         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
10477         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
10478         m4/sanity.m4, tests/README, tests/aclocal.m4,
10479         tests/atspecific.m4, tests/base.at, tests/compile.at,
10480         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
10481         tests/semantics.at, tests/suite.at, tests/tools.at,
10482         tests/torture.at: Add copyright notice.
10484         * tests/mktests.sh: Update year in copyright notice.
10486 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
10488         * tests/semantics.at (AC_C_BIGENDIAN): New test.
10490 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
10492         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
10493         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
10494         * doc/autoconf.texi (C Compiler Characteristics): Update
10495         documentation for AC_C_BIGENDIAN.
10497 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
10499         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
10500         magic values from an object file when cross-compiling.
10501         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
10503 2001-08-10  Akim Demaille  <akim@epita.fr>
10505         * bin/autom4te.in (&handle_output): Don't use `grep' with side
10506         effects.
10507         Suggested by Russ Allbery.
10509 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
10511         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
10512         current $prefix to the sub-configures.
10514 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
10516         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
10517         extension (needed on BeOS).  Reported by Guido van Rossum.
10519 2001-08-09  Akim Demaille  <akim@epita.fr>
10521         * bin/autom4te.in ($icache): Load it only if older than autom4te.
10523 2001-08-07  Akim Demaille  <akim@epita.fr>
10525         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
10526         removed.
10527         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
10528         No need to remove the files before and after the each test, before
10529         each test and at the end of the suite is enough.
10530         Display only the children `times', not the shell's.
10531         If the test failed or was skipped, at-times is not available.
10533 2001-08-07  Akim Demaille  <akim@epita.fr>
10535         Always produce testsuite.log, including when there are no
10536         failures.  This helps getting information on skipped tests, and
10537         duration of the tests.  Err, implement the latter btw.
10539         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
10540         Dump information on the first run of each test.
10541         (AT_CLEANUP): Create `at-times' containing the duration of the
10542         test group.
10544 2001-08-07  Akim Demaille  <akim@epita.fr>
10546         The use of `dumpstat' revealed that `len' was used although it
10547         should not.  m4_text_wrap was using it, but in the Autoconf world
10548         where it is legal.  Hence (i) test M4sh in its own world, not
10549         Autoconf's, and (ii), ahem, fix the bug :)
10551         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
10552         does not like `' instead of [].
10553         (AT_INIT): Forbid `^_?AT_'.
10554         And don't output such tokens.
10555         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
10556         `script.as', and `autom4te.cache'.
10557         Remove `empty' and `macro' which are no longer used.
10558         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
10559         * tests/m4sugar.at: Use it.
10560         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
10562 2001-08-07  Akim Demaille  <akim@epita.fr>
10564         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
10566 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
10568         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
10570 2001-08-04  Akim Demaille  <akim@epita.fr>
10572         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
10573         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
10574         AC_TRY_LINK.
10575         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
10576         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
10577         (AC_F77_MAIN): Likewise.
10579 2001-08-04  Akim Demaille  <akim@epita.fr>
10581         Don't rely on M4sugar outputting the patterns in files, since we
10582         might process the output _without_ running m4, hence without these
10583         files.
10585         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
10586         * bin/autom4te.in (@Request::includes): Remove, unused.
10587         (@Request::source): Rename as...
10588         (@Request::input): this.
10589         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
10590         (&handle_output): Fetch the patterns from the traces.
10591         `$forbidden' and `$allowed' are constant: use m//o.
10592         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
10593         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
10595 2001-08-04  Akim Demaille  <akim@epita.fr>
10597         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
10598         autoconf', i.e., in addition to caching traces, cache the output.
10600         * bin/autom4te.in (Request::cache): Rename as...
10601         (Request::id): this.
10602         ($cache, $icache, $tcache, $ocache): New.
10603         (&handle_m4): Save M4 output in the cache instead of $tmp.
10604         (&handle_output): Adjust.
10605         (&up_to_date_p): Check that the output cache is up to date too.
10606         (top level): Run `&handle_m4' iff force or the cache is invalid.
10607         Run `&handle_output' if the output cache is more recent.
10609 2001-08-04  Akim Demaille  <akim@epita.fr>
10611         * bin/autom4te.in ($force): New.
10612         (&parse_args, &print_usage): -f, --force is a new option.
10613         (&handle_output): CPP directives might have spaces after `#'.
10614         (&parse_args): The first file only can be frozen.
10616 2001-08-04  Akim Demaille  <akim@epita.fr>
10618         Don't let autom4te compute the `include' traces several times:
10619         first check that the trace cache file is up to date, and then
10620         compare its timestamp with that of the output.
10622         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
10623         the preamble.  Don't require 5.005 as Autom4te::General does it,
10624         and better yet (use `use', not `require'!).
10625         * lib/Autom4te/Struct.pm: Rename the last occurrences of
10626         Class::Struct as Autom4te::Struct.
10627         * lib/Autom4te/General.pm (File::stat): Use it.
10628         (&mtime): New, export it.
10629         * bin/autom4te.in: Use it.
10630         Declare `$req' is invalid if it is outdated.
10631         Don't declare it valid before saving it if something went wrong.
10633 2001-08-04  Akim Demaille  <akim@epita.fr>
10635         Autom4te shall not encode Autoconf data, and preselecting traces
10636         must be proposed to the users.
10638         * bin/autom4te.in (@required_trace): Remove.
10639         (@preselect): New.
10640         (&parse_args, &print_usage): -p, --preselect is a new option.
10641         (&up_to_date_p): Adjust.
10642         * bin/autoconf.in: Preselect some Autoconf macros.
10644 2001-08-04  Akim Demaille  <akim@epita.fr>
10646         * tests/tools.at (autoconf --trace: user macros): Check traces on
10647         macros invoked without arguments, and macros invoked with multiple
10648         lines arguments.
10650 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
10652         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
10653         arguments.
10655 2001-08-03  Akim Demaille  <akim@epita.fr>
10657         * bin/autoconf.in ($@): Work around the usual sh bug.
10658         From Nicolas Joly.
10660 2001-08-03  Akim Demaille  <akim@epita.fr>
10662         Clean up the handling of the M4 builtins tracing exception.
10664         * bin/autom4te.in (Request::request): Don't complete M4 builtins
10665         trace requests.
10666         (@m4_builtins): Rename as...
10667         (@m4_builtin): this.
10668         (%m4_builtin_alternate_name): New.
10669         (&parse_args): Complete the trace requests with alternate names.
10670         (&handle_traces): Hence no longer do it here.
10671         (&trace_requests): Remove, unused.
10673 2001-08-03  Akim Demaille  <akim@epita.fr>
10675         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
10676         m4_if, and m4_wrap.
10678 2001-08-03  Akim Demaille  <akim@epita.fr>
10680         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
10681         (m4_divert_pop): Dump the whole diversion stack when a diversion
10682         mismatch happens.
10683         * bin/autom4te.in (&handle_output): Remember of the first
10684         occurrence of a possibly undefined macro, not the last.
10685         Complain about the possibly undefined macros in the same order as
10686         the appear in the output.
10687         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
10688         * tests/tools.at (autoconf: forbidden tokens, basic)
10689         (autoconf: forbidden tokens, exceptions): No longer sort
10690         autoconf's stderr, as it is now deterministic.
10691         Check that `dnl' is caught.
10693 2001-08-01  Akim Demaille  <akim@epita.fr>
10695         * configure.ac: Bump to 2.52c.
10697 2001-08-01  Akim Demaille  <akim@epita.fr>
10699         Version 2.52b.
10701         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
10703 2001-08-01  Akim Demaille  <akim@epita.fr>
10705         Version 2.52a.
10707 2001-08-01  Akim Demaille  <akim@epita.fr>
10709         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
10710         `die'.
10711         (&END): New.
10712         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
10713         `END', as `Autom4te::General::END' will be triggered.
10714         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
10715         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
10716         system to run `mv', `rm', and `cmp'.
10718 2001-08-01  Akim Demaille  <akim@epita.fr>
10720         * lib/Autom4te/General.pm (&unique): New.
10721         * bin/autoscan.in (&output): Use it to issue trace requests once.
10723 2001-08-01  Akim Demaille  <akim@epita.fr>
10725         * lib/Autom4te/General.pm: New.
10726         * bin/autom4te.in (Autom4te::General): Use it.
10727         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
10728         (&find_configure_ac, &find_slave): Remove.
10729         * bin/autoscan.in: Likewise.
10730         * bin/autoupdate.in: Likewise.
10732 2001-08-01  Akim Demaille  <akim@epita.fr>
10734         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
10735         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
10736         * bin: here, new directory.
10737         * lib/Autoconf: Rename as...
10738         * lib/Autom4te: this, to please case insensitive junkie OSes.
10740 2001-08-01  Akim Demaille  <akim@epita.fr>
10742         * autom4te.in ($m4): Handle the --nesting-limit.
10743         * autoconf.in (M4): Remove.
10745 2001-08-01  Akim Demaille  <akim@epita.fr>
10747         * autoconf.in ($AWK): Remove, no longer used.
10748         * test/tools.at: Use AT_CHECK_AUTOCONF.
10749         (AWK portability): Remove, for autoconf no longer uses AWK.
10750         (Syntax of the Perl scripts): New.
10751         * configure.ac: autoconf no longer needs an AWK with a good
10752         regexp engine.
10753         Use a static test on AC_PACKAGE_VERSION.
10754         * autom4te.in (&up_to_date_p): Output depends on the arguments.
10755         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
10756         * tests/atconfig.in (PERL): New.
10758 2001-08-01  Akim Demaille  <akim@epita.fr>
10760         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
10761         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
10762         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
10763         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
10764         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
10765         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
10766         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
10767         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
10768         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
10769         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
10770         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
10771         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
10772         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
10773         * lib/autoconf/c.m4: here, new file.
10775         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
10776         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
10777         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
10778         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
10779         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
10780         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
10781         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
10782         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
10783         (AC_F77_FUNC): Move to...
10784         * lib/autoconf/fortran.m4: here, new file.
10786 2001-08-01  Akim Demaille  <akim@epita.fr>
10788         * acfunctions.m4: Rename as...
10789         * lib/autoconf/functions.m4: this.
10790         * acgeneral.m4: Rename as...
10791         * lib/autoconf/general.m4: this.
10792         * acheaders.m4: Rename as...
10793         * lib/autoconf/headers.m4: this.
10794         * aclang.m4: Rename as...
10795         * lib/autoconf/lang.m4: this.
10796         * acoldnames.m4: Rename as...
10797         * lib/autoconf/oldnames.m4: this.
10798         * acspecific.m4: Rename as...
10799         * lib/autoconf/specific.m4: this.
10800         * actypes.m4: Rename as...
10801         * lib/autoconf/types.m4: this.
10802         * autoconf.m4: Rename as...
10803         * lib/autoconf/autoconf.m4: this.
10805         * m4sugar.m4: Rename as...
10806         * lib/m4sugar/m4sugar.m4: this.
10807         * m4sh.m4: Rename as...
10808         * lib/m4sugar/m4sh.m4: this.
10810         * tests/atgeneral.m4: Rename as...
10811         * lib/autotest/general.m4: this.
10813         * acfunctions: Rename as...
10814         * lib/autoscan/functions: this.
10815         * acheaders: Rename as...
10816         * lib/autoscan/headers: this.
10817         * acidentifiers: Rename as...
10818         * lib/autoscan/identifiers: this.
10819         * aclibraries: Rename as...
10820         * lib/autoscan/libraries: this.
10821         * acmakevars: Rename as...
10822         * lib/autoscan/makevars: this.
10823         * acprograms: Rename as...
10824         * lib/autoscan/programs: this.
10826 2001-08-01  Akim Demaille  <akim@epita.fr>
10828         * doc/autoconf.texi: Moving/deleting open files is not portable.
10829         Portability issues for `.' (source), and more information about sed.
10831 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
10833         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
10834         which has a special meaning and is not a reference to libibmil.a.
10835         Reported by Matteo Frigo.
10837 2001-07-25  Pavel Roskin  <proski@gnu.org>
10839         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
10840         output.
10842 2001-07-25  Akim Demaille  <akim@epita.fr>
10844         * autoconf.in: Try to define the variables before using them.
10845         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
10846         instead of `$perllibdir'.
10847         * tests/atconfig.in ($autom4te_perllibdir): Export it.
10849 2001-07-25  Akim Demaille  <akim@epita.fr>
10851         * autoconf.in (ac_LF_and_DOT): Remove, unused.
10853 2001-07-24  Akim Demaille  <akim@epita.fr>
10855         Let autoconf use autom4te for traces.
10857         * autoconf.in ($task, task trace): Remove, merely pass --trace to
10858         autom4te.
10859         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
10860         (Because I found no way for autom4te to accept `-').
10861         * autom4te.in (&Request::request): Beware of M4 builtins.
10862         (END): Don't try to remove the content of an empty dir.
10863         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
10864         (&handle_output): Set a default value to `$forbidden'.
10865         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
10866         ($autoconf): Pass --debug and --verbose.
10867         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
10868         cache.
10870 2001-07-24  Akim Demaille  <akim@epita.fr>
10872         Let autoconf use autom4te to create configure.
10874         * autoconf.in ($automate): New var.
10875         (task script): Use autom4te.
10876         * autom4te.in (File::Spec): Use it.
10877         (&find_file): New.
10878         (&parse_args): --warning is -W, not -w.
10879         Find the top level files.
10880         (&handle_m4): Pass the warnings flags.
10881         Don't report verbosely m4's failures, unless requested.
10882         (&handle_output): Don't complain for forbidden tokens in comments.
10883         Be sure to report all the forbidden tokens within a single line.
10884         (&trace_format_to_m4): Preserve `$_'.
10885         (&handle_traces): Sort the output macros.
10886         (&up_to_date_p): Find the files before trying to get its time stamp.
10888 2001-07-24  Akim Demaille  <akim@epita.fr>
10890         * Makefile.am: Ship, build and install Autom4te.
10891         (SUBDIRS): Add lib.
10892         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
10893         * configure.in: Require Perl.
10894         * man/autom4te.in: New.
10896 2001-07-19  Paul Eggert  <eggert@twinsun.com>
10898         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
10899         example, rather than (exit 1); exit (which isn't portable).
10901 2001-07-18  Akim Demaille  <akim@epita.fr>
10903         Version 2.52.
10905 2001-07-18  Akim Demaille  <akim@epita.fr>
10907         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
10908         was run, while they are needed also when it is expanded.
10909         Reported by Nicolas Joly.
10911         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
10912         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
10913         AC_F77_DUMMY_MAIN being expanded.
10915 2001-07-18  Akim Demaille  <akim@epita.fr>
10917         * configure.in: Bump to 2.51a.
10919 2001-07-17  Akim Demaille  <akim@epita.fr>
10921         Version 2.51.
10923 2001-07-17  Akim Demaille  <akim@epita.fr>
10925         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
10926         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
10928 2001-07-17  Akim Demaille  <akim@epita.fr>
10930         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
10931         used.  Well, then use the prototypes when you can, and runtime as
10932         a last resort.
10933         Reported by Artur Frysiak
10935         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
10936         (AC_FUNC_GETPGRP): Use it.
10937         First try to compile with 0-ary or 1-ary calls.
10939 2001-07-17  Akim Demaille  <akim@epita.fr>
10941         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
10942         replacement type.
10943         From Paul Eggert.
10945 2001-07-17  Akim Demaille  <akim@epita.fr>
10947         * Makefile.maint: Sync. with cppi 1.10.
10949 2001-07-17  Akim Demaille  <akim@epita.fr>
10951         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
10952         AC_F77_DUMMY_MAIN has been run.
10953         From Pavel Roskin and Steven G. Johnson.
10955 2001-07-17  Akim Demaille  <akim@epita.fr>
10957         * configure.in: Rename as...
10958         * configure.ac: this.
10960 2001-07-17  Akim Demaille  <akim@epita.fr>
10962         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
10963         rules.
10964         From Marc Espie.
10965         * Makefile.maint (release-archive-dir): Rename as...
10966         (release_archive_dir): this, so that it can be specialized in
10967         Makefile.
10969 2001-07-14  Akim Demaille  <akim@epita.fr>
10971         * configure.in: Bump to 2.50d.
10973 2001-07-14  Akim Demaille  <akim@epita.fr>
10975         Version 2.50c.
10976         * Makefile.maint (alpha): Typo.
10978 2001-07-14  Akim Demaille  <akim@epita.fr>
10980         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
10982 2001-07-14  Akim Demaille  <akim@epita.fr>
10984         * config/config.guess, config/config.sub, config/texinfo.tex
10985         * doc/standards.texi, doc/make-stds.texi: Update.
10987 2001-07-14  Akim Demaille  <akim@epita.fr>
10989         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
10991 2001-07-14  Akim Demaille  <akim@epita.fr>
10993         * Makefile.maint (maintainer-check): Rename as...
10994         (maintainer-distcheck): this.
10995         (changelog-check, static-check): New.
10996         Use them.
10998 2001-07-14  Kevin Ryde  <user42@zip.com.au>
11000         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
11001         for CXX is g++, not gcc.
11003 2001-07-14  Akim Demaille  <akim@epita.fr>
11005         * doc/autoconf.texi (Files): New subsection.
11007 2001-07-14  Akim Demaille  <akim@epita.fr>
11009         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
11010         of...
11011         (Generic Compiler Characteristics): this.
11012         (C++ Compiler): New subsection.
11014 2001-07-14  Akim Demaille  <akim@epita.fr>
11016         * autoscan.in: Use IO::File.
11017         Adjust all the routines to use it.
11018         ($log): New file (autoscan.log).
11019         (output): Dump detailed logs into $log, and a shortened version to
11020         stderr.
11021         (&scan_makefile): Refine the regexp catching tokens in the code.
11022         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
11023         and the `configure.ac' checking feature.
11025 2001-07-12  Akim Demaille  <akim@epita.fr>
11027         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
11028         Reported by Michael Elizabeth Chastain.
11030         * autoconf.in: Refuse such AWK.
11031         * configure.in: Likewise.
11032         * Makefile.am (acversion.m4): Do not use move-if-change this file
11033         has dependencies.
11034         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
11036 2001-07-10  Jens Petersen  <petersen@redhat.com>
11038         * autoscan.in (&scan_makefile): Improve programs regexp to parse
11039         things like "g++", "file.c" and "some-conf" as tokens.
11040         (&scan_file): Match C++ files extensions.
11041         If the filename extension is C++ then ask for c++.
11043 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
11045         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
11046         AC_TRY_LINK_FUNC, to check whether defining a dummy
11047         main-like routine is needed for linking with F77 libs.
11049 2001-07-05  Pavel Roskin  <proski@gnu.org>
11051         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
11052         after using break.
11053         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
11054         linking.
11056 2001-07-05  Akim Demaille  <akim@epita.fr>
11058         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
11059         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
11060         Makes' lives.
11061         Reported by Nicolas Joly.
11063 2001-07-04  Akim Demaille  <akim@epita.fr>
11065         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
11066         up.
11067         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
11068         warnings from compilers.
11069         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
11070         for all the compilers, not only GNU.  Hence move from here...
11071         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
11073 2001-07-04  Akim Demaille  <akim@epita.fr>
11075         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
11076         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
11077         AC_COMPILE_IFELSE.
11079 2001-07-04  Akim Demaille  <akim@epita.fr>
11081         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
11082         the ``strings.h'' change claimed below.
11084 2001-07-04  Akim Demaille  <akim@epita.fr>
11086         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
11088 2001-07-04  Akim Demaille  <akim@epita.fr>
11090         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
11091         strings.h if usable with string.h.
11092         Suggested by Paul Eggert.
11094 2001-07-04  Akim Demaille  <akim@epita.fr>
11096         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
11097         From Jens Petersen.
11099 2001-07-03  Akim Demaille  <akim@epita.fr>
11101         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
11102         etc. in the log.
11104 2001-07-03  Akim Demaille  <akim@epita.fr>
11106         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
11107         compiler, not the preprocessor.
11108         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
11109         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
11110         the right thing.
11111         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
11112         earlier if there are.
11114 2001-07-03  Akim Demaille  <akim@epita.fr>
11116         * autoscan.in ($initfile): Remove.
11117         (&find_file): Rename as...
11118         (&scan_file): this.
11119         Immediately scan the current file, instead of gathering them, and
11120         later having them handled by &scan_files.
11121         (&scan_files): Merely invoke Find::File.
11122         Adjust.
11124 2001-07-02  Akim Demaille  <akim@epita.fr>
11126         * autoscan.in: Formatting changes, matching the invocation order.
11127         (File::Find): Use it instead of Perl 4's `find.pl'.
11128         (&wanted): Rename as...
11129         (&find_file): this.
11131 2001-07-01  Pavel Roskin  <proski@gnu.org>
11133         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
11134         break in the argument to AC_TRY_LINK_FUNC.
11135         (AC_F77_MAIN): Remove conftest* after using break in the
11136         argument to AC_TRY_LINK.
11138 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
11140         Add alternate 'main' routine detection for linking C/C++ with Fortran,
11141         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
11143         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
11144         dummy alternate main is required even if the user provides her own
11145         'main'.
11146         (AC_F77_MAIN): New macro to detect whether it is possible to
11147         provide an alternate 'main' function name, using the 'main' from
11148         the Fortran libraries.
11149         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
11150         cross-language link tests can be performed successfully.
11151         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
11152         after $LIBS, for consistency; this should be the general rule since
11153         the user may want to link to Fortran libraries that require $FLIBS.
11154         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
11156 2001-06-29  Pavel Roskin  <proski@gnu.org>
11158         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
11159         at-stdout and at-stderr instead of removing the newline
11160         from the echo output, which is not guaranteed to work.
11162 2001-06-28  Jens Petersen  <petersen@redhat.com>
11164         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
11165         confdefs.h when non-zero.
11167 2001-06-28  Akim Demaille  <akim@epita.fr>
11169         * configure.in: Bump to 2.50c.
11171 2001-06-26  Akim Demaille  <akim@epita.fr>
11173         Version 2.50b.
11175 2001-06-26  Akim Demaille  <akim@epita.fr>
11177         Version 2.50a.
11179 2001-06-25  Pavel Roskin  <proski@gnu.org>
11181         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
11182         argument, AUTOCONF-FLAGS.
11183         * tests/mktests.sh (update_exclude_list): Add
11184         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
11185         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
11186         AC_FUNC_WAIT3 with "-W no-obsolete".
11188 2001-06-25  Akim Demaille  <akim@epita.fr>
11190         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
11192 2001-06-25  Akim Demaille  <akim@epita.fr>
11194         * autoscan.in (%macro): Now maps from word to list of macros.
11195         (&init_tables): Die when a word which is already handled by
11196         explicit macros is mapped to the default macro.
11197         (&print_unique): Remove, inlined in...
11198         (&output_kind): here.
11199         (File::Basename): Use it.
11200         (&output): Sort the CONFIG_FILES.
11201         * acheaders: Normalize.
11202         * acfunctions: Likewise.
11204 2001-06-25  Akim Demaille  <akim@epita.fr>
11206         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
11207         characteristics in the logs.
11208         Suggested by Mo DeJong.
11210 2001-06-24  Akim Demaille  <akim@epita.fr>
11212         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
11213         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
11214         * doc/autoconf.texi (Autoconf 2.13): New section.
11216 2001-06-24  Akim Demaille  <akim@epita.fr>
11218         * autoconf.in (Task traces): Separate the error messages from the
11219         traces to improve robustness.
11221 2001-06-23  Akim Demaille  <akim@epita.fr>
11223         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
11224         three as failures are unlikely, and speed matters.
11226 2001-06-23  Akim Demaille  <akim@epita.fr>
11228         * doc/autoconf.texi (Redefined M4 Macros): New.
11230 2001-06-23  Akim Demaille  <akim@epita.fr>
11232         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
11233         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
11234         5.3.
11236 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
11238         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
11239         config.status targets to after the evaluation of the INIT-CMDS.
11240         Double quote config.status targets (used to be single quoted).
11242 2001-06-23  Akim Demaille  <akim@epita.fr>
11244         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
11245         Check the content of the created file.
11246         Check the ./config.status command line invocation.
11248 2001-06-23  Akim Demaille  <akim@epita.fr>
11250         * tests/foreign.at (Libtool): Reject prehistoric versions.
11252 2001-06-23  Akim Demaille  <akim@epita.fr>
11254         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
11255         preexisting files matching a.*.
11257 2001-06-23  Akim Demaille  <akim@epita.fr>
11259         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
11260         stderr.
11261         * doc/autoconf.texi (AC_ARG_VAR): Update.
11263 2001-06-21  Akim Demaille  <akim@epita.fr>
11265         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
11266         precious variables have changed.
11267         * tests/torture.at (AC_ARG_VAR): Adjust.
11269 2001-06-21  Akim Demaille  <akim@epita.fr>
11271         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
11272         but some sed choke on multiple `;', and other tools (e.g.,
11273         Automake), include the separator themselves.
11275         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
11277 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
11279         * doc/autoconf.texi (Functions Portability): Rename as...
11280         (Function Portability): this.
11281         (Function Portability): Document potential problems with unlink().
11283 2001-06-19  Paul Eggert  <eggert@twinsun.com>
11285         * NEWS, doc/autoconf.texi: Document quadrigraphs.
11287 2001-06-18  Akim Demaille  <akim@epita.fr>
11289         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
11291 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
11293         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
11294         (_AC_FUNC_VFORK): this.
11295         Remove AC_DEFINEs and don't guess cross-compilation values.
11296         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
11297         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
11298         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
11299         vfork doesn't work.
11300         Guess values if cross-compiling, but warn.
11301         * acfunctions: Add AC_FUNC_FORK.
11302         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
11303         and vfork appropriately.
11305 2001-06-18  Akim Demaille  <akim@epita.fr>
11307         * doc/autoconf.texi (Functions Portability): New section.
11309 2001-06-18  Akim Demaille  <akim@epita.fr>
11311         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
11312         in $M4.
11313         Suggested by Andreas Schwab.
11315 2001-06-18  Akim Demaille  <akim@epita.fr>
11317         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
11318         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
11319         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
11320         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
11321         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
11322         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
11323         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
11324         the converse).
11326 2001-06-18  Akim Demaille  <akim@epita.fr>
11328         * doc/autoconf.texi (ms): New index.
11329         (Macro Index): Rename as...
11330         (Autoconf Macro Index): this.
11331         (M4 Macro Index): New appendix.
11332         (Programming in M4): New chapter.
11333         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
11334         (Quoting): Rename as...
11335         (M$ Quotation): this.
11336         Be part of `Programming in M4).
11338 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
11340         * tests/torture.at (AC_ARG_VAR): Set variables and export them
11341         in separate statements for compatibility with Tru64 v5.1.
11343 2001-06-17  Akim Demaille  <akim@epita.fr>
11345         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
11346         current values of the precious variables, not the previously
11347         cached values.
11348         Pass precious variables which are set to config.status.
11349         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
11350         * tests/torture.at (AC_ARG_VAR): New.
11352 2001-06-15  Paul Eggert  <eggert@twinsun.com>
11354         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
11355         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
11356         and explain why and how to replace them.
11357         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
11358         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
11360 2001-06-15  Akim Demaille  <akim@epita.fr>
11362         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
11363         Reported by Bruno Haible.
11365         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
11366          (_AC_ARG_VAR_PRECIOUS): to here.
11368 2001-06-15  Pavel Roskin  <proski@gnu.org>
11370         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
11371         an unused pointer use cast to this type and `if' statement to
11372         avoid warnings from the compiler.
11373         (AC_HEADER_TIME): Likewise.
11374         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
11375         in `if' statement to avoid warnings from the compiler. Declare
11376         ac_aggr static to avoid the need to initialize it.
11378 2001-06-14  Akim Demaille  <akim@epita.fr>
11380         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
11381         Macros'.
11383 2001-06-13  Akim Demaille  <akim@epita.fr>
11385         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
11386         Suggested by Alexander Mai.
11388 2001-06-13  Akim Demaille  <akim@epita.fr>
11390         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
11391         sys/types.h and sys/stat.h, and check for them.
11393 2001-06-13  Akim Demaille  <akim@epita.fr>
11395         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
11396         INCLUDES.
11398 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11400         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
11401         succeeds and only try adding libdnet upon a failure.
11403 2001-06-12  Akim Demaille  <akim@epita.fr>
11405         * autoscan.in (&output_kind): Output the comment only if it exists.
11406         (%kind_comment): Add entry for `programs'.
11407         (&output_programs): Use &output_kind.
11408         (&output_functions, &output_identifiers, &output_headers)
11409         (&output_programs): Inline, and remove.
11411 2001-06-12  Akim Demaille  <akim@epita.fr>
11413         * autoscan.in (%kind_comment): New.
11414         (output_kind): New.
11415         (output_functions, output_identifiers, output_headers): Use it.
11417 2001-06-12  Akim Demaille  <akim@epita.fr>
11419         * autoscan.in (&print_unique): Take `$kind' and `$word' as
11420         arguments, to factor indirections into `%macro' and `%used'.
11421         (%generic_macro): Fix a typo.
11423 2001-06-12  Akim Demaille  <akim@epita.fr>
11425         * aclibraries: New.
11426         * autoscan.in (@kinds): Add `libraries'.
11427         Use `@kinds' instead of hard coded lists.
11428         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
11429         Remove, replaced by...
11430         (%used): this.
11432 2001-06-12  Akim Demaille  <akim@epita.fr>
11434         * autoscan.in (%functions_macros %headers_macros)
11435         (%identifiers_macros %programs_macros %makevars_macros): Remove,
11436         replaced by...
11437         (%macro): New.
11439 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
11441         * aclang.m4 (AC_NO_EXECUTABLES): Override
11442         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
11444 2001-06-11  Akim Demaille  <akim@epita.fr>
11446         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
11447         trailing new line.
11448         Reported by Andreas Schwab.
11450 2001-06-11  Akim Demaille  <akim@epita.fr>
11452         * Makefile.am, Makefile.maint: Typos.
11454 2001-06-09  Akim Demaille  <akim@epita.fr>
11456         * doc/autoconf.texi (Here-Documents): New section, gathering
11457         documentation about here-documents.
11458         Use `href', not `uref', and other changes.
11460 2001-06-09  Akim Demaille  <akim@epita.fr>
11462         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
11463         chapter.
11465 2001-06-09  Akim Demaille  <akim@epita.fr>
11467         * doc/autoconf.texi (Limitations of Builtins): Complete the
11468         description of the here-docs penalties with Alexandre Oliva's
11469         explanations.
11471 2001-06-01  Paul Eggert  <eggert@twinsun.com>
11473         * doc/autoconf.texi: Talk about here documents and speedups.
11474         Do not use "echo" on arbitrary strings.
11475         Spell "here-documents" consistently with the standard.
11477 2001-06-09  Akim Demaille  <akim@epita.fr>
11479         * doc/autoconf.texi (Concept Index): Introduce it.
11480         Regenerate the menus.
11482 2001-06-09  Akim Demaille  <akim@epita.fr>
11484         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
11485         * config/prev-version.txt: New.
11486         * config/move-if-change: New, for GNU libc.
11488 2001-06-06  Pavel Roskin  <proski@gnu.org>
11490         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
11492 2001-06-06  Akim Demaille  <akim@epita.fr>
11494         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
11495         properly when $1 is not a literal.
11496         Fixes PR Autoconf/187, reported by Bram Moolenaar.
11498 2001-06-06  Akim Demaille  <akim@epita.fr>
11500         Invoking AC_COPYRIGHT before AC_INIT fails.
11502         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
11503         * acgeneral.m4 (_m4_divert(VERSION_FSF))
11504         (_m4_divert(VERSION_USER)): New.
11505         (AC_COPYRIGHT): $2 is the diversion to use.
11506         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
11507         (AC_INIT): Remove dead comments as now it's commutative.
11509 2001-06-06  Akim Demaille  <akim@epita.fr>
11511         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
11512         PR autoconf/187.
11514 2001-06-05  Akim Demaille  <akim@epita.fr>
11516         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
11517         can be empty.
11518         `*dir' variables cannot be NONE.
11519         Reported by Mark Kettenis.
11521 2001-06-05  Paul Eggert  <eggert@twinsun.com>
11523         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
11525 2001-06-04  Akim Demaille  <akim@epita.fr>
11527         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
11528         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
11529         (AC_TR_SH): Move as...
11530         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
11531         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
11532         (AS_TR_SH): these.
11533         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
11534         (_AS_TR_SH_PREPARE): New.
11535         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
11536         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
11538 2001-06-02  Akim Demaille  <akim@epita.fr>
11540         * Makefile.am (.m4.m4f): Pass the options first.
11541         Fixes PR autoconf/182.
11543 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
11545         GNU getopt, when POSIXLY_CORRECT does not permute options and
11546         arguments.  So pass the options first.
11547         Fixes PR autoconf/184.
11549         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
11550         (run_m4): Remove files.
11551         (run_m4f): Remove.
11552         Update remainder of script to use them.
11553         (for warning in): Do not use a literal comma as it will not be
11554         split by IFS.
11556 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
11558         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
11559         Fortran compilers to check.
11560         (_AC_PROG_F77_V): Add '-###' as a possible option to print
11561         information on library and object files.
11562         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
11563         to check.
11565 2001-06-02  Akim Demaille  <akim@epita.fr>
11567         * autom4te.in (Request::@request): Declare with `vars', not `my',
11568         as it prevents updates via `do FILENAME'.
11570 2001-06-02  Akim Demaille  <akim@epita.fr>
11572         * configure.in (standards_texi): Remove, dead code.
11574 2001-06-02  Akim Demaille  <akim@epita.fr>
11576         * autom4te.in: New.
11578 2001-06-02  Pavel Roskin  <proski@gnu.org>
11580         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
11581         for signals other than 0 - exit with code 1.
11582         * m4sh.m4 (AS_TMPDIR): Likewise.
11583         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
11584         * autoheader.in: Likewise.
11585         * autoreconf.in: Likewise.
11586         * tests/torture.at (Signal handling): New test for the above.
11588 2001-06-01  Akim Demaille  <akim@epita.fr>
11590         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
11591         message.
11593 2001-05-31  Akim Demaille  <akim@epita.fr>
11595         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
11596         Add copyright and comments.
11597         * acheaders: Add stdint.h.
11598         Suggested by Paul Eggert.
11600 2001-05-31  Akim Demaille  <akim@epita.fr>
11602         * atgeneral.m4 (AT_INIT): Use $SHELL.
11603         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
11605 2001-05-31  Akim Demaille  <akim@epita.fr>
11607         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
11608         stdint.h.
11609         From Paul Eggert and Lars Hecking.
11611 2001-05-31  Akim Demaille  <akim@epita.fr>
11613         * tests/base.at: Adjust line numbers in error messages.
11615 2001-05-31  Akim Demaille  <akim@epita.fr>
11617         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
11618         to emit the bangshe line.
11619         Reported by David Carter.
11621 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
11623         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
11624         Fortran (95) compilers to check.
11626 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
11628         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
11629         Macro Archive URL.
11631 2001-05-23  Pavel Roskin  <proski@gnu.org>
11633         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
11634         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
11635         (AC_PROG_CXXCPP): Likewise.
11637 2001-05-22  Akim Demaille  <akim@epita.fr>
11639         * config: New directory.
11640         * configure.in: AC_CONFIG_AUX_DIR it.
11641         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
11643 2001-05-22  Akim Demaille  <akim@epita.fr>
11645         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
11646         * autoupdate.in: Specify the Emacs mode.
11647         * acversion.m4.in: Rename as...
11648         * acversion.m4: this.
11649         * tests/Makefile.am (CLEANFILES): More garbage.
11651 2001-05-22  Akim Demaille  <akim@epita.fr>
11653         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
11654         Rename as...
11655         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
11656         these.
11658 2001-05-21  Akim Demaille  <akim@epita.fr>
11660         * configure.in: Bump to 2.50a.
11662 -----
11664 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
11666 This file is part of GNU Autoconf.
11668 GNU Autoconf is free software; you can redistribute it and/or modify
11669 it under the terms of the GNU General Public License as published by
11670 the Free Software Foundation; either version 2, or (at your option)
11671 any later version.
11673 GNU Autoconf is distributed in the hope that it will be useful,
11674 but WITHOUT ANY WARRANTY; without even the implied warranty of
11675 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11676 GNU General Public License for more details.
11678 You should have received a copy of the GNU General Public License
11679 along with autoconf; see the file COPYING.  If not, write to
11680 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11681 Boston, MA 02110-1301, USA.