* lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't look
[autoconf/tsuna.git] / ChangeLog
blobbd7441e739e89e461362147a0ce971341dbe02aa
1 2007-04-28  Paul Eggert  <eggert@cs.ucla.edu>
3         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't look
4         for a.* when searching for executables, as this prevents users
5         from having files like a.c.  Problem reported by Ralf Wildenhues in:
6         http://lists.gnu.org/archive/html/autoconf-patches/2007-04/msg00029.html
7         This fixes a problem introduced on 2000-12-19.
9 2007-04-26  Paul Eggert  <eggert@cs.ucla.edu>
11         * doc/autoconf.texi (Limitations of Builtins): Warn about Solaris
12         /bin/printf '%010000x' 123.  Problem reported by Arto C. Nirkko
13         via Bruno Haible.
15 2007-04-12  Paul Eggert  <eggert@cs.ucla.edu>
17         * NEWS: Document recent changes to AC_CHECK_ALIGNOF, AC_CHECK_SIZEOF,
18         AC_CHECK_TYPE, AC_CHECK_TYPES.
19         * doc/autoconf.texi (Generic types): C types must be type-names
20         (the C terminology), not type-ids (the C++ term).  C++ types
21         must not be anonymous.
22         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Remove special case
23         for C++; this drops support for anonymous struct and union types,
24         which were problematic anyway.
25         * tests/semantics.at (AC_CHECK_HEADERS_NEW): Adjust test to work even
26         for C++.
28 2007-04-12  Jim Meyering  <jim@meyering.net>
30         * doc/autoconf.texi (Libraries): Typo fix: insert missing "in".
32 2007-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Fix AC_CONFIG_LINKS
35         to prefer a link source from the build tree, if it exists.
36         Report by Pallav Gupta <pallavgupta@gmail.com>.
38 2007-04-11  Paul Eggert  <eggert@cs.ucla.edu>
40         * doc/autoconf.texi (Generic Types): Document the restrictions
41         on types imposed by AC_CHECK_TYPE, AC_CHECK_TYPES.
42         (Generic Compiler Characteristics): AC_CHECK_SIZEOF now works
43         with objects too.  Document the restrictions on its use.
44         Document the restrictions on AC_CHECK_ALIGNOF's type argument.
45         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW):
46         For C, just try sizeof (TYPE) and sizeof ((TYPE)); if the former
47         works but the latter doesn't, then it's a valid type.
48         This lets people use function types and so forth.
49         For C++ there doesn't seem to be a simple solution, so leave it alone.
50         (AC_CHECK_SIZEOF): Allow argument to be a variable.
51         (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Don't bother to invoke
52         AC_CHECK_TYPE; that wasn't documented or necessary.
54 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
56         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Skip AS_TEST_X
57         when cross-compiling.
59 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
61         * doc/autoconf.texi (External Software): Fix a typo in the
62         previous change.
64 2007-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
66         * doc/autoconf.texi (External Software, Package Options):
67         Fix ambiguous wording.  Report by Reuben Thomas <rrt@sc3d.org>.
69 2007-04-06  Paul Eggert  <eggert@cs.ucla.edu>
71         * doc/autoconf.texi (Particular Types): AC_C_LONG_DOUBLE is now
72         obsolescent.  Suggested by Bruno Haible.
73         * NEWS: Document this.
75 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
77         * doc/autoconf.texi (Here-Documents, Limitations of Builtins):
78         (Limitations of Usual Tools): Don't say "older" if Solaris 10 by
79         default still has the problem.  Problem reported by Bruce Korb.
81 2007-03-28  Stepan Kasal  <kasal@ucw.cz>
82         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
84         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix a
85         comment in the generated config.status.
87 2007-03-27  Stepan Kasal  <kasal@ucw.cz>
89         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Update comment.
91 2007-03-26  Paul Eggert  <eggert@cs.ucla.edu>
93         * doc/autoconf.texi (Shellology): Rework treatment of the 'test'
94         command and case statements to make it a bit clearer and describe
95         more pitfalls.
97 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
99         * doc/autoconf.texi (C Compiler): Mention that AC_PROG_CC_C99 also
100         checks for unsigned long long int.
102 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
104         * doc/autoconf.texi (Limitations of Usual Tools): Warn about other
105         nonstandard grep R.E. escape sequences.
107 2007-03-17  Jim Meyering  <jim@meyering.net>
109         * doc/autoconf.texi: Adjust grammar around use of "heuristics".
110         (Limitations of Usual Tools): Also list \< and \>, and mention that
111         HP-UX's grep, like the one from Solaris, does not support that syntax.
113 2007-03-09  Stepan Kasal  <kasal@ucw.cz>
115         * doc/autoconf.texi (Specifying Names): `--host' does not
116         change the build type.
118 2007-03-05  Paul Eggert  <eggert@cs.ucla.edu>
120         * doc/autoconf.texi (C Compiler): Warn that AC_C_BIGENDIAN
121         suggests AC_CONFIG_HEADERS.
122         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Warn if not using
123         AC_CONFIG_HEADERS.  Problem reported by
124         Peter O'Gorman.
126 2007-02-28  Paul Eggert  <eggert@cs.ucla.edu>
128         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Fix typo "__LITLE_ENDIAN__".
129         Problem reported by Paolo Bonzini in:
130         http://lists.gnu.org/archive/html/autoconf-patches/2007-02/msg00024.html
131         * tests/semantics.at (AC_C_BIGENDIAN): Don't reject hosts that have
132         universal binaries.  Problem reported by Elias Pipping.
134 2007-02-27  Paul Eggert  <eggert@cs.ucla.edu>
136         * NEWS: AC_C_BIGENDIAN now supports universal binaries a la Mac OS X.
137         * doc/autoconf.texi (C Compiler): Document this.  There is a new
138         extra argument ACTION-IF-UNIVERSAL.
139         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Implement this.
140         Add support for Solaris-style _LITTLE_ENDIAN and _BIG_ENDIAN.
141         Reindent for sanity's sake.
143 2007-02-24  Eric Blake  <ebb9@byu.net>
145         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
146         copyright.
147         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
148         * lib/autotest/general.m4 (AT_INIT): Likewise.
149         (_AT_DECIDE_TRACEABLE): Fix syntax highlighting.
151 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
153         * lib/autotest/general.m4 (AT_INIT): With --clean, return exit
154         status of rm so we know when it failed.
155         If cleaning of test dir failed before running the test, warn.
156         Output the line separator in verbose mode before the warning
157         to make clear the warning belongs to the following test.
159 2007-02-08  Paul Eggert  <eggert@cs.ucla.edu>
161         * doc/autoconf.texi (Parentheses): Mention problem with (( in
162         shells.
164 2007-02-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
165         and Paul Eggert  <eggert@cs.ucla.edu>
167         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix quoting
168         errors introduced in last change.
170 2007-02-07  Paul Eggert  <eggert@cs.ucla.edu>
172         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer \r to
173         an actual carriage return.  Use "ac_cr" to contain the actual
174         carriage return.
175         * doc/autoconf.texi (Limitations of Usual Tools): Document problem
176         with traditional Awk and begin.
177         * tests/torture.at (Limitations of Builtins): Document the problem
178         with Bash 2.03 printf.
179         (Substitute and define special characters):
180         Remove trailing white space.  Work around a bug in Solaris 8 /bin/bash.
182 2007-02-06  Ralf Menzel  <menzel@ls6.cs.uni-dortmund.de>  (tiny change)
184         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Redirect
185         input from /dev/null in awk test, so even Solaris /usr/bin/awk
186         will not wait for input with a script containing only a BEGIN
187         rule.
189 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
191         * doc/autoconf.texi (Introduction, Why GNU M4): Clarify M4 version
192         requirements.
193         * README: Likewise.
195 2007-02-02  Eric Blake  <ebb9@byu.net>
197         * NEWS: Update copyright.
199         * m4/m4.m4 (AC_PROG_GNU_M4): Reject M4 1.4 through 1.4.4 as
200         broken.
201         * configure.ac: Update error message.
202         * NEWS: Note that M4 1.4.5 or later is now a hard dependency.
203         Reported by Gary Vaughan and Jim Meyering, and problem analyzed
204         by Stepan Kasal:
205         http://lists.gnu.org/archive/html/bug-autoconf/2006-11/msg00025.html
207 2007-01-31  Eric Blake  <ebb9@byu.net>
209         * THANKS (people): Update.
211 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
213         * doc/autoconf.texi (Shellology): pdksh 5.2.14 is still the
214         latest version.
215         (Shell Substitutions): Note problems with @{var:=value} etc.
216         Add a new section for problems with @{#var} etc.  Problem noted
217         by Ralf Wildenhues.  See:
218         http://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
220 2007-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
222         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Also
223         AC_SUBST([MKDIR_P]), so that Automake < 1.10 will pick up its
224         trace, if a package uses AC_PROG_MKDIR_P explicitly.  The actual
225         substitution will still be done by the special code.
226         Report by Jim Meyering.
228         * doc/autoconf.texi (File System Conventions): Mention that
229         $PATH_SEPARATOR is for the build system only.
230         Report by Keith Marshall.
232 2007-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
234         * doc/autoconf.texi (Setting Output Variables): Mention that
235         all non-NUL characters are ok in substituted values.
236         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Fix comment typo.
237         (_AC_OUTPUT_FILES_PREPARE): Test and use backslash escaping of
238         carriage return for $AWK, needed for BSD awk.
239         * tests/torture.at (Substitute and define special characters):
240         Test all 8 bit non-NUL characters.
241         Report against Automake by Patrick Welche.
243 2007-01-15  Stepan Kasal  <kasal@ucw.cz>
245         * doc/autoconf.texi: Direntry for "autoconf Invocation" renamed.
247 2007-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
249         * lib/autoconf/programs.m4 (AC_PROG_SED): When closing a pipe
250         early on the reader side, drop stderr of the input to avoid
251         `broken pipe' error output; this may happen even with shell
252         builtin `echo' of some bash versions.  Reports by Ian Macdonald
253         <iamacdo@telkomsa.net> and Sam Sexton <Sam.Sexton@reuters.com>.
255 2007-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
257         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Use newlines to
258         separate items of `ac_user_opts', to avoid long lines.
259         (_AC_INIT_PARSE_ENABLE2, _AC_ENABLE_IF_ACTION): Adjust.
261 2007-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
263         * doc/autoconf.texi: Fix some typos.
265 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
267         Fix some wording problems noted by Paolo Bonzini in:
268         http://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
269         * doc/autoconf.texi (Signed Overflow Examples): Give more
270         discussion about the allow_superuser_privileges example,
271         and change it a bit to make things clearer.
272         (Optimization and Wraparound): Clarify whether the compiler
273         will generate an infinite loop for the example derived from
274         Autoconf's mktime test.
275         (Signed Overflow Advice): Say that -ftrapv is meant for debugging.
276         Also, clarify unsigned multiplication overflow.
278 2007-01-04  Eric Blake  <ebb9@byu.net>
280         * bin/Makefile.am (RELEASE_YEAR): New macro.
281         (edit): Use it to supply correct copyright year to scripts.
282         * bin/autoconf.as (version): Use it.
283         * bin/autoheader.in ($version): Likewise.
284         * bin/autom4te.in ($version): Likewise.
285         * bin/autoreconf.in ($version): Likewise.
286         * bin/autoscan.in ($version): Likewise.
287         * bin/autoupdate.in ($version): Likewise.
288         * bin/ifnames.in ($version): Likewise.
290 2007-01-02  Paul Eggert  <eggert@cs.ucla.edu>
292         * doc/autoconf.texi (Integer Overflow): Revised based on today's
293         feedback.  The most important changes document what happens when
294         you convert an out-of-range value to a signed integer type, and
295         say that (sum < a) != (b < 0) reliably detects overflow when sum =
296         a + b.
298         * doc/autoconf.texi (Integer Overflow): Greatly expand and
299         rewrite, taking notions from the recent discussion on the gcc and
300         autoconf mailing lists; please see
301         http://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
302         and follow the many links.
303         (Integer Overflow Basics, Signed Overflow Examples):
304         (Optimization and Wraparound, Signed Overflow Advice):
305         (Signed Integer Division): New sections.
307 2006-12-28  Steven G. Johnson  <stevenj@alum.mit.edu>
309         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't include
310         preprocessor macro arguments in traced name.
311         * doc/autoconf.texi (Defining symbols): Document longstanding
312         support for AC_DEFINE-ing macros with arguments, and document
313         behavior when the same variable has multiple AC_DEFINEs.
314         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Revert to the
315         old implementation which AC_DEFINEs the FC_FUNC and FC_FUNC_
316         macros directly, giving much shorter and simpler code.
318 2006-12-28  Malcolm Purvis <malcolmp@xemacs.org>  (trivial change)
320         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
321         space before "$ac_configure_args" to prevent a 'config.status
322         --recheck' failure if ac_configure_args doesn't contain a leading
323         space.  This works around a problem with the XEmacs configure.ac,
324         which uses the (undocumented) ac_configure_args variable
325         inconsistently with Autoconf.
327 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
329         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):
330         Include <limits.h>, and use its INT_MAX to rewrite the
331         j loop so that it does not overflow 'int'.  Problem reported by
332         Ralf Wildenhues in
333         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
334         Play it safe by shifting left by 1 rather than multiplying by 2,
335         as GCC is less likely to optimize this away when the value
336         is signed (when it assumes overflow leads to undefined behavior).
337         Also, don't assume time_t uses two's complement.
339 2006-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
341         * tests/torture.at (Substitute a 2000-byte string): Avoid using
342         a 10kB long (multi-line) string literal, OpenServer 5.0.7 ksh
343         dumps core on it.  Report by Tim Rice.
345 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
347         * lib/autoconf/general.m4 (AC_ARG_ENABLE): Print help about
348         --disable-option-checking to --help output even when
349         AC_PRESERVE_HELP_ORDER is not used.
350         (_AC_INIT_PARSE_ENABLE2): Print warnings using actual --enable or
351         --with argument, rather than argument with [-.] replaced by
352         underscores.
353         * NEWS: Fix typo in previous change; the news was in the
354         wrong section.
356 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
358         * NEWS: Warnings are now generated by default for unknown
359         --enable-* and --with-* options.
360         * doc/autoconf.texi (Option Checking): Renamed from
361         (Configure Option Checking).  Tighten up the wording a bit.
362         (External Software, Package Options): Cross-reference to Option
363         Checking, and use this to shorten our section.
364         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Prefer test -n
365         "$x" to test "x$foo" != x.
366         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
367         Don't warn if $enable_option_checking is "no".
368         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Initialize
369         ac_unrecognized_opts to the empty string.
370         Don't echo the unrecognized opts, as this might mishandle
371         backslashes or leading -.
372         (AC_PRESERVE_HELP_ORDER): Put the --disable-option-checking
373         usage next to the other --disable-FEATURE options in the
374         help string.
376 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
378         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, _AC_INIT_PARSE_ARGS):
379         (_AC_INIT_PARSE_ENABLE2, _AC_INIT_HELP, _AC_ENABLE_IF):
380         Print warning for unrecognized --with and --enable options
381         (AC_DISABLE_OPTION_CHECKING): New macro to disable warnings.
382         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS):
383         Disable option checking when subdirs are configured.
384         (AC_OUTPUT): If warnings are enabled, print warning about
385         unrecognized --with and --enable options at the end of
386         the configure output (as well as at the beginning).
387         * doc/autoconf.texi (Option Checking): New node.
388         Document new option warning functionality.
390 2006-12-16  Eric Blake  <ebb9@byu.net>
392         * configure.ac (AC_INIT): Bump version, since 2.61a is released.
393         * NEWS: Start news for current version.
395 2006-12-15  Paul Eggert  <eggert@cs.ucla.edu>
397         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
398         Define HAVE_GETMNTENT to 1, not to the empty string.
399         Problem originally reported by Jochen Friedrich in
400         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
402         This change prompted by a problem report by Andrey Simonenko in
403         <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
404         * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
405         object-like macros only, in the traditional portable character
406         set.
407         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
408         Warn about attempts to define things that are not identifiers.
409         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
410         awful hack that AC_DEFINEd macro names containing parentheses.
412 2006-12-12  Paul Eggert  <eggert@cs.ucla.edu>
414         * doc/autoconf.texi: Undo some of the 2006-12-10 change.  It was
415         too drastic, even if Texinfo in theory requires it for info mode.
417         (config.status Invocation): Renamed back from Recreating a
418         Configuration).
419         (Obsolete config.status Use): Renamed back from Obsolete Recreation.
420         (Autoconf 2.13): Renamed back from 20th-century Autoconf 2.
422 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
424         * NEWS: Version 2.61a.
426 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
427         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
429         * NEWS: Document changes with echo and printf, and the lack
430         of limits on the total size of multi-line values of substituted
431         variables, and the AC_FUNC_FSEEKO fix.
433 2006-12-10  Paul Eggert  <eggert@cs.ucla.edu>
435         * doc/autoconf.texi (Writing Autoconf Input): Renamed from
436         Writing configure.ac.
437         (Autoconf Input Layout): Renamed from configure.ac Layout.
438         (Recreating a Configuration): Renamed from config.status Invocation.
439         (Obsolete Recreation): Renamed from Obsolete config.status Use.
440         (acconfig Header): Renamed from acconfig.h.
441         (20th-century Autoconf 2): Renamed from Autoconf 2.13.
442         (Writing Testsuites): Renamed from Writing testsuite.at.
443         (Autom4te Cache): Renamed from autom4te.cache.
445         * BUGS: Remove mention of VPATH problem, since it's now documented
446         not to be a bug in the Autoconf build procedure itself, but rather
447         a problem with the proprietary `make' programs.
449         * doc/autoconf.texi (Build Directories): Add a cross reference
450         to VPATH and Make.
452         * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex:
453         * doc/standards.texi: Sync from gnulib.
455         * man/autoconf.1, man/autoheader.1, man/autom4te.1, man/autoreconf.1:
456         * man/autoscan.1, man/autoupdate.1, man/config.guess.1:
457         * man/config.sub.1, man/ifnames.1: Remove from CVS, since they're
458         generated automatically.
460 2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
462         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Also try -xc99=all, for Sun
463         C 5.8 on Solaris 10.  Using -xc99=all rather than -xc99 bypasses
464         the buggy -xc99 option of Forte Developer 7 C on Solaris 9.
466 2006-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
468         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Drop the
469         `CEOF$ac_eof' special marker, the awk script cannot contain a
470         line matching `^CEOF', so this is not needed any more.
471         * tests/torture.at (Substitute a newline): Expose the `%!_!# '
472         special marker in the test.
474 2006-12-06  Stepan Kasal  <kasal@ucw.cz>
476         * tests/tools.at (autom4te preselections): Use `find -newer';
477         remove one of the sleeps.
479         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Make it
480         more readable, using ...
481         (_AC_INIT_PARSE_ENABLE2): ... this new helper macro.
483         * doc/autoconf.texi (autoheader Invocation): Do not double-
484         quote the parameter of `AH_BOTTOM' in the example.
486 2006-12-05  Stepan Kasal  <kasal@ucw.cz>
488         * doc/autoconf.texi (Configuration Headers): Remove the
489         example with multiple input files.
490         (autoheader Invocation): Encourage `AH_BOTTOM', discouraging
491         multiple input files.
493 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
495         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
496         creating the awk substitution script, handle one input line at a
497         time, so that the maximum length of a substituted (multi-line)
498         value is not limited by the size of the sed pattern space.
499         The trade-off is a slightly repetitive sed script.
500         * doc/autoconf.texi (Limitations of Usual Tools): Branch labels
501         can only have up to 7 characters, due to Solaris 10 /bin/sed.
502         * tests/torture.at (Substitute a 2000-byte string): Increase the
503         test with several long lines, they should not be caught by sed
504         limits any more.
506         * tests/tools.at (autom4te preselections): New test, to flag
507         entries missing from autom4te.cfg.
508         Report by David Byron <dbyron@hheld.com>.
510         * tests/torture.at (Substitute a 2000-byte string): Actually use
511         AC_PROG_AWK, so the last change works as intended.
512         (Substitute and define special characters): Likewise.
513         (Substitute a newline): Likewise.
515         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
516         instead of `awk' consistently.
517         (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
518         * tests/torture.at (Torturing config.status): Test both the
519         result of AC_PROG_AWK and plain awk.
520         (Substitute a 2000-byte string): Likewise.
521         (Substitute and define special characters): Likewise.
522         (Substitute a newline): Likewise.
524 2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
526         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Check that fseeko
527         can be assigned to a function pointer.  Problem reported by
528         Peter Palfrader in <http://bugs.debian.org/401377>.  Based on
529         part of a patch by Ralf Wildenhues in that same bug report.
531 2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
533         * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
534         * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
536 2006-12-01  Eric Blake  <ebb9@byu.net>
538         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
539         cross-compiling from cygwin to mingw.
540         Reported by Bob Rossi.  This resurrects the 2000-11-30 patch to
541         aclang.m4, which was mistakenly removed in the 2001-09-17 patch
542         to lib/autoconf/c.m4.
544 2006-12-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
546         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
547         string for more reliable failure.  Wrap the entire test that
548         causes the broken Solaris printf to dump core, in a subshell,
549         so the segmentation fault message is reliably suppressed.
550         Fix shell expansion errors by using /usr/ucb/echo always;
551         avoid an error on systems without it by another subshell.
552         Avoid m4 expansion of `$1'.  Set the zeroth argument of the
553         subshell-$as_echo to `as_echo', for better error message.
555 2006-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
557         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
558         `BASH_SOURCE' contain a newline, set them to empty, as they may
559         not be unset.
561 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
563         Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
564         years and is too hard to maintain now.  The last straw was
565         reported by Jerker Baeck in
566         <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
567         * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
568         * doc/autoconf.texi (Particular Functions): Move
569         AC_FUNC_SETVBUF_REVERSED from here...
570         (Obsolete Macros): ... to here.  Say that it does nothing now.
571         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
572         Turn into (almost) a no-op.
574         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
575         (AC_C_VOLATILE):
576         Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
577         These macros are obsolescent and new applications shouldn't need them.
578         * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
579         (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
580         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
581         (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
582         (AC_FUNC_VPRINTF): Likewise.
583         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
584         (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
585         * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
587         * doc/autoconf.texi (Setting Output Variables): Mention that
588         @VAR1@VAR2 has unspecified behavior.  Problem reported by
589         Ralf Wildenhues.
590         * NEWS: Mention this.
592         * Makefile.am: Put only a single '#' into the copyright notice,
593         so that it's also present in the output file.  Standardize wording
594         in makefile copyright notices to match GNU coding standards.
595         * bin/Makefile.am: Likewise.
596         * doc/Makefile.am: Likewise.
597         * lib/Makefile.am: Likewise.
598         * lib/freeze.mk: Likewise.
599         * lib/autoconf/Makefile.am: Likewise.
600         * lib/autoscan/Makefile.am: Likewise.
601         * lib/autotest/Makefile.am: Likewise.
602         * lib/m4sugar/Makefile.am: Likewise.
603         * man/Makefile.am: Likewise.
604         * tests/Makefile.am: Likewise.
605         * lib/emacs/Makefile.am: Remove copyright notice; it's just a
606         one-line file.
608 2006-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
610         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
611         in the sed script that mangles the awk script: delete up to the
612         first exclamation mark only.
613         * tests/torture.at (Substitute and define special characters):
614         Test '!' too.
616 2006-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
618         Rewrite config files generation: avoid quadratic growth in
619         the number of substituted variables by using awk instead of sed
620         for the bulk of the substitutions.
621         * NEWS: Mention this.
622         * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
623         forbidden in the output (and thus input) file.
624         * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
625         (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
626         generate just one large awk script for substitutions,
627         eliminating much of the earlier complexity, while adding some
628         new complexity.  Only expand the substitution templates at
629         configure time, for smaller configure script size.  If
630         _AC_SUBST_FILES are used, test 'awk' for working getline support
631         at config.status time.  If absent, interpolate through the
632         shell.  The awk script was written with much help
633         from Paolo Bonzini and Paul Eggert.
634         (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
635         (_AC_SED_FRAG_NUM): Likewise.
636         (_AC_SUBST_CMDS): Renamed from...
637         (_AC_SED_CMDS): ...this.
638         (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
639         * tests/torture.at (Substitute a 2000-byte string): Also
640         substitute a line with 1000 words, and a variable with several
641         long lines.
642         (Substitute and define special characters): Test awk special
643         characters, and put substitution input strings `@foo@' in the
644         output, to test that no recursion happens; test several other
645         combinations from Paolo Bonzini.
647 2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
649         * lib/autotest/general.m4 (AT_INIT): Undo recent changes
650         that replaced echo with AS_ECHO where this wasn't necessary.
651         Problem reportd by Ralf Wildenhues.
652         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
653         where "/usr/bin/printf '%s\n' S" dumps core if S is long.
654         This is Sun bug 4206210.  Problem reportd by Ralf Wildenhues.
656 2006-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
658         * lib/freeze.mk (GREP): Removed, no need to initialize this.
660 2006-11-21  Paul Eggert  <eggert@cs.ucla.edu>
662         * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
663         that traditional Awk lacks 3-arg "split".  It has it.
664         Mention that FS must be a single character, and a few other
665         99-byte limits of traditional Awk.
666         Mention that if (i in a) doesn't work with traditional Awk.
668 2006-11-18  Paul Eggert  <eggert@cs.ucla.edu>
670         * tests/autotest.at (BSx641-newline in command):
671         (BS-BS-newline in command, BSx640-newline in command):
672         (Newline-CODE-BS-newline in command):
673         (Single-quote-BS-newline in command):
674         (Single-quote-newline-BS-newline in command):
675         Use printf '%s\n' instead of echo, for portability to hosts
676         where echo interprets backslashes.  This will break on hosts
677         that lack printf, but for now let's assume all such hosts
678         are dead (if not, we should get reports of test failures).
680 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
682         'echo' has some portability problems, when given a first argument
683         with a leading '-', or when given any argument containing '\'.
684         Avoid using 'echo' in these cases.
685         * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
686         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
687         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
688         * lib/autotest/general.m4 (AT_INIT): Likewise.
689         * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
690         argument might be unportable.
691         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
692         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
693         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
694         (_AC_FC_LIBRARY_LDFLAGS): Likewise.
695         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
696         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
697         (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
698         (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
699         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
700         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
701         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
702         (AC_PROG_MAKE_SET): Likewise.
703         * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
704         (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
705         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
706         (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
707         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
708         (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
709         (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
710         * bin/autoconf.as: Redo verbose flag implementation, as the old
711         scheme wouldn't work with AS_ECHO.
712         * lib/autotest/general.m4 (AT_INIT): Likewise.
713         * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
714         Don't use ECHO_T, since ECHO_N is now reliable.
715         * lib/autotest/general.m4 (AT_INIT): Likewise.
716         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
717         rather than using a here-document to put the script into a file.
718         (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
719         use AS_ECHO.
720         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
721         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
722         AS_ECHO_N rather than ECHO_N and ECHO_C.  This doesn't fix any
723         bug, but we might as well stop using ECHO_N and ECHO_C internally.
724         * lib/autotest/general.m4 (AT_SETUP): Likewise.
725         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
726         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
727         (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
728         operand, as AS_ECHO requires.  Avoid double file name expansion.
729         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
730         Don't set as_nl, since _AS_ECHO_PREPARE does that now.
731         (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
732         (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
733         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
734         Double-quote strings that would otherwise contain M4 comments.
735         * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
737         * configure.ac (AC_INIT): Bump to 2.61a.
738         * NEWS: Likewise.
740 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
742         Version 2.61.
744         * configure.ac (AC_INIT): Bump to 2.61.
745         * NEWS: Likewise.
747         * tests/autotest.at (Macro with backslash in a test title):
748         Comment out for now, as this tests neither fails nor passes
749         reliably.  Problem reported by Ralf Wildenhues.
751 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
753         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
754         in previous change, which caused test failures.
756 2006-11-16  Stepan Kasal  <kasal@ucw.cz>
758         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
759         code for --enable, --disable, --with, and --without to...
760         (_AC_INIT_PARSE_ENABLE): ... a new macro.
761         * doc/autoconf.texi (Package Options):
762         * NEWS: Document that AC_ARG_ENABLE allows dots, too.
764 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
766         Import these changes from config via gnulib:
768         2006-11-15  Ben Elliston  <bje@gnu.org>
770         From Josselin Mouette <joss@debian.org>:
771         * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
773         2006-11-08  Ben Elliston  <bje@gnu.org>
775         * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
777         2006-11-07  Steve Woodford  <scw@NetBSD.org>
778                     Ben Elliston  <bje@gnu.org>
780         * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
781         * build-aux/config.sub (sh5el): New basic_machine.
784         Import this change from coreutils:
786         2006-02-13  Jim Meyering  <jim@meyering.net>
788         * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
791         Import this change from gnustandards via gnulib:
793         2006-11-15  Karl Berry  <karl@gnu.org>
795         * standards.texi: core -> memory, throughout.
796         (CPU Portability): show correct example of calling write
797         on a char value; thanks to Paul Eggert for the code.
798         Both of these suggestions from Eugene Y. Vasserman.
801         Import these changes from texinfo via gnulib:
803         2006-11-08  Karl Berry  <karl@gnu.org>
805         * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
806           as well as pdf images, since they are supported in pdftex with
807           no further ado.
809         2006-11-05  Karl Berry  <karl@gnu.org>
811         * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
813 2006-11-13  Paul Eggert  <eggert@cs.ucla.edu>
815         * NEWS: Document the AC_ARG_WITH change.
817 2006-11-13  Bruno Haible  <bruno@clisp.org>
819         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
820         options, transliterate also dots to underscores.
821         (_AC_ENABLE_IF): Transliterate also dots to underscores.
822         * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
823         first argument may also contain dots.
825 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
827         * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
828         benefit of platforms like Solaris+GCC where it is common to have a
829         non-working g++ installation.
831 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
832         and Joel E. Denny  <jdenny@ces.clemson.edu>
833         and Paul Eggert  <eggert@cs.ucla.edu>
835         * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
836         and non-portable sed scripts, and use $CONFIG_SHELL when invoking
837         ./micro-suite.
839 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
841         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
842         ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
843         Imported from a similar patch to gnulib by Bruno Haible.
845 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
847         * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
848         * doc/autoconf.texi (C Compiler): Document them.
849         * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
850         New macros, taken from gnulib.
852 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
854         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
855         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
856         Matthew Woehlke.
858 2006-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
860         * tests/torture.at (Configuring subdirectories): Do not skip
861         Automake 1.10 nor future Automake 11.1 (sic).
863 2006-10-26  Joel E. Denny  <jdenny@ces.clemson.edu>
864         and Stepan Kasal  <kasal@ucw.cz>
866         Handle special characters in test case titles correctly.
867         * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
868         properly.
869         (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
870         * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
871         argument.  Extend to check titles printed by ./micro-suite and
872         ./micro-suite -l and the title in micro-suite.log.
873         (Backquote in a test title,
874         Single-quote in a test title,
875         Double-quote in a test title): Don't expect failure anymore.
876         (Backslash in a test title): Put a non-whitespace character after the
877         backslash so that Bourne shells might actually see it as an escape
878         sequence.
879         (Brackets in a test title,
880         Pound in a test title,
881         Comma in a test title,
882         Quoted Macro in a test title,
883         Macro in a test title,
884         Macro with single-quote in a test title): New tests.
885         (Macro with backquote in a test title,
886         Macro with double-quote in a test title,
887         Macro with backslash in a test title): New tests expected to fail.
888         * tests/torture.at (#define header templates): M4-quote this title in
889         AT_SETUP call so that no M4 code is commented inadvertently somewhere.
890         The visible effect was a stray [] in the testsuite output.
892 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
894         * doc/autoconf.texi (Limitations of Builtins): Do not invoke
895         `trap ... 0' inside a function, for AIX sh.
897 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
899         * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
900         since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
901         5363) simply issues a warning when dividing by zero at compile
902         time.  Problem reported by Elias Pipping.
904 2006-10-26  Eric Blake  <ebb9@byu.net>
906         * THANKS: Update.
907         * doc/autoconf.texi (Evaluation Macros): Improve the example to
908         show effect on macros that expand with commas.
909         Reported by Joel E. Denny.
911         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
912         Also work with M4 1.4.8.
914 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
916         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
917         Jim Meyering.
919 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
921         * tests/tools.at (autom4te --force): New test, verifies that
922         `--force' always rewrites the output file.
924 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
926         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
927         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
929 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
931         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
933 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
935         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
936         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
937         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
938         reported by Nelson H. F. Beebe for Coreutils 6.4.
940         * tests/tools.at (autoconf --trace: user macros): Remove test
941         for tracing multiline macros, since m4 1.4.7a uses a different
942         way to number lines.  Problem reported by Ralf Wildenhues.
944 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
946         * bin/autom4te.in (handle_m4): Do not redirect stdin to
947         /dev/null since the heuristics for interactive behaviour was
948         fixed in CVS m4.
950         * bin/autom4te.in: With --force, always refresh the output
951         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
953         * bin/autoconf.as: Fix the verbose message at the end.
955 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
957         * configure.ac (AC_INIT): Bump to 2.60c.
958         * NEWS: Likewise.
960 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
962         * NEWS: Version 2.60b.
964         Import this change from Texinfo:
965         2006-10-15  Karl Berry  <karl@gnu.org>
966         * build-aux/texinfo.tex: automake 1.10
968         * NEWS: Remove AC_CACHE_CHECK_INT.
969         * doc/autoconf.texi (Caching Results): Likewise.
970         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
971         AC_CACHE_CHECK_INT, since it's no longer public.
972         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
973         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
975 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
977         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
979 2006-10-19  Eric Blake  <ebb9@byu.net>
981         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
982         (m4_maketemp): Avoid warnings with M4 1.9a.
983         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
984         m4_mkstemp.
985         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
986         * NEWS: Likewise.
988 2006-10-16  Eric Blake  <ebb9@byu.net>
990         * doc/autoconf.texi (Setting Output Variables): Fix typo.
992         * bin/autoconf.as (version): Reword to match GNU Coding
993         Standards.
994         * bin/autoheader.in (version): Likewise.
995         * bin/autom4te.in (version): Likewise.
996         * bin/autoreconf.in (version): Likewise.
997         * bin/autoscan.in (version): Likewise.
998         * bin/autoupdate.in (version): Likewise.
999         * bin/ifnames.in (version): Likewise.
1001 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
1003         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
1004         looking for special shell characters.
1005         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
1006         macro defined by AS_VAR_PUSHDEF before passing it as a
1007         parameter.
1008         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
1009         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
1010         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
1011         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
1012         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
1013         Likewise.
1014         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
1015         AS_VAR_* properly.
1016         * tests/m4sh.at (AS_LITERAL_IF): New test.
1018 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1020         (Imported from Automake.)
1021         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
1022         which incorrectly sets the mode of an existing destination
1023         directory.  In some cases the unpatched install-sh could do the
1024         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
1025         system.  We hope this is rare in practice, but it's clearly worth
1026         fixing.  Problem reported by Alex Unleashed in
1027         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
1028         Also, don't bother to check for -m bugs unless we're using -m;
1029         suggested by Stepan Kasal.
1031 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1033         Import this change from Automake:
1035         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
1036         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
1037         is enabled by default with gnu and gnits strictness.
1038         Report from Bruno Haible.
1040         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
1041         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
1042         gnu and gnits modes.
1044         Import this change from Config:
1046         2006-09-20  Ben Elliston  <bje@gnu.org>
1047         * build-aux/config.sub (score, score-*): New.
1049         Import this change from Gnulib:
1051         2006-09-16  Karl Berry  <karl@gnu.org>
1052         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
1053         to avoid sectioning errors.
1055         Import these changes from Texinfo:
1057         2006-10-04  Karl Berry  <karl@gnu.org>
1058         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
1059         (\quoteexpand): rename to \rquoteexpand.
1060         (\codequoteleft): new def, to look for @set codequotebacktick.
1061         (\lquoteexpand, \quoteexpand): new defs.
1062         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
1063         (\code): must use new \...Char values, since now ` is active.
1065         2006-08-26  Karl Berry  <karl@gnu.org>
1066         * build-aux/texinfo.tex (\textdegree): New command.
1068         2006-08-12  Karl Berry  <karl@gnu.org>
1069         * build-aux/texinfo.tex (error \box0): smaller font.
1071 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1073         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
1075 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
1077         * doc/autoconf.texi (Autoheader Macros): Warn that the text
1078         added to the template can get mangled.
1080 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1082         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
1083         include the default headers, and redefine obstack_chunk_alloc
1084         and obstack_chunk_free.  Fixes false failure with glibc.
1086 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1088         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
1089         for backward compatibility with Libtool 1.5.22.  Problem reported
1090         by Ralf Wildenhues.
1092 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1094         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
1095         AC_PROG_CC.
1096         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
1098 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1100         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
1101         the NonStop platform.
1102         * doc/autoconf.texi (Posix Variants): Likewise.
1103         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
1105         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
1106         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
1107         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
1108         Use a better substitute, by inspecting the output of "ls"
1109         rather than just using ":".
1110         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
1111         rather than AS_EXECUTABLE_P, since we needn't worry about
1112         non-regular files here.
1114         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
1115         due to configuration hassles with this.  See Tonya Underwood's report
1116         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
1117         * doc/autoconf.texi (Special Shell Variables): Likewise.
1119 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1120             Stepan Kasal  <kasal@ucw.cz>
1122         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
1123         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
1125 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
1127         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
1128           initialization which is not inherited through the environment
1129         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
1130         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
1132 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
1134         * doc/autoconf.texi (Limitations of Usual Tools): Describe
1135         problems with mkdir -p -m.
1137 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
1139         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
1140         comment about ac_cpp_err; it was incorrect, and anyway
1141         ac_cpp_err is being removed below.
1142         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
1143         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
1144         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
1145         nobody uses it.
1146         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
1147         with werror_flag and conftest.err and so forth.  This is more
1148         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
1149         and anyway the user shouldn't normally want to see this gorp logged.
1150         Problem reported by Ralf Wildenhues.
1151         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
1152         empty, not 'no', since the rest of the code uses 'test -z'.
1154 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
1156         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
1157         Use a single call to AC_DO_TOKENS rather than multiple, for
1158         efficiency.
1159         (_AC_LINK_IFELSE): Test that resulting file is executable.
1160         Problem reported by mwoehlke in
1161         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
1163         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
1164         than creating a file to use with test -x; this is much faster.
1166 2006-10-02  Bruno Haible  <bruno@clisp.org>
1168         * lib/autom4te.in (Automake-preselections): Add
1169         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
1171 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
1173         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
1174         standard error, `experr' should be used, not `expout'.
1176 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1178         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
1179         fseeko testing program twice; just use the earlier result.
1180         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
1181         Set cache var to 'unknown' (not 'no') if leaving the macro unset
1182         still doesn't let the program compile.
1183         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
1184         failed.
1186         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
1187         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
1188         include it, without including anything else.
1189         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
1190         expressions.
1191         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
1193 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1195         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
1196         `error.h', and include it, for a `error_at_line' prototype.
1197         Use a nonempty format string in the link test.
1198         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
1199         for a declaration of wait3.
1201 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1203         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
1204         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
1205         can apply to constants too, and that it checks for macro defns.
1206         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
1207         and simply cast the identifier to void.  This handles structure
1208         values.  Problem reported by Ralf Wildenhues.
1209         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
1211 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1213         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
1214         structure, and function symbols.
1216 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1218         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
1219         member.
1221 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1223         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
1224         * README: Likewise.
1225         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1227 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1228         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1230         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
1231         warnings (uninitialized value).
1232         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
1233         present.
1234         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
1235         parentheses.
1236         (AC_STRUCT_TM): Likewise, avoid unused variables.
1238 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1240         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
1241         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
1242         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
1243         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
1244         Report by Olly Betts.
1246 2006-09-19  Eric Blake  <ebb9@byu.net>
1248         * m4/m4.m4: Change copyright.
1249         * configure: Regenerate.
1250         * Makefile.in: Likewise.
1251         * bin/Makefile.in: Likewise.
1252         * doc/Makefile.in: Likewise.
1253         * lib/Makefile.in: Likewise.
1254         * lib/Autom4te/Makefile.in: Likewise.
1255         * lib/autoconf/Makefile.in: Likewise.
1256         * lib/autoscan/Makefile.in: Likewise.
1257         * lib/autotest/Makefile.in: Likewise.
1258         * lib/emacs/Makefile.in: Likewise.
1259         * lib/m4sugar/Makefile.in: Likewise.
1260         * man/Makefile.in: Likewise.
1261         * tests/Makefile.in: Likewise.
1263         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
1264         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
1265         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
1266         --error-output, to avoid warnings with M4 2.0.
1268 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
1270         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
1271           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
1272         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
1274 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
1276         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
1277         expansion of AC_CHECK_FUNCS.
1279 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
1281         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
1282         mistaken comment: the path has to be relative; do not use
1283         the path at runtime.
1285 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1287         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
1288         argument to `--prefix' for sub-configure scripts.
1289         Pass `--silent' to sub-configure scripts.
1290         * tests/torture.at (Configuring subdirectories): Add tests
1291         for both changes.
1292         * doc/autoconf.texi (Setting Output Variables): Fix example to
1293         not show `--silent' being passed to a `configure' re-run.
1295 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
1297         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
1298         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
1299         for the existence of the directory at configure-time.  That's
1300         too late, anyway.  Problem reported by Stefan Seefeld.
1302         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
1303         7.1.4 /usr/bin/posix/sh described by Tim Rice in
1304         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
1306 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
1308         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
1309         works with GNU M4 1.4.3 again; make the normalized form
1310         match the current m4 message; fix the description.
1311         * test/tools.at (autom4te cache): Adapt to the change.
1313 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1315         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
1316         to catch glibc bug 2821
1317         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1319         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
1320         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
1321         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
1322         assume C89.
1324 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
1326         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
1327         preselections ...
1328         (Autoconf): ... here.
1329         (Autoscan-preselections): Delete.
1331 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
1333         * lib/autom4te.in (Automake-preselections): Preselect
1334         AM_ENABLE_MULTILIB.
1336 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
1338         * doc/autoconf.texi (Preset Output Variables): srcdir and
1339         top_srcdir are not necessarily relative.  Problem reported
1340         by Dries Kimpe.
1342 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1344         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
1345         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
1346         accept files with extension `.f'.  For consistency, also prefer
1347         xlf over f77.
1348         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
1349         from last patch.
1351 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1353         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
1354         of ERLANG_LIB_VER_* variables.
1355         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
1356         variables.
1358 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
1359         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1361         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
1362         bugs of Bash 2.01 and 2.05a.
1363         (Fortran Compiler): Document that AC_PROG_CC should be called
1364         before AC_PROG_FC, due to a bug in Autoconf.
1366 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1368         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
1369         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
1370         except the first two arguments are reversed.
1371         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
1372         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
1373         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
1374         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
1375         equivalent to the old AC_COMPUTE_INT.
1376         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
1377         All uses changed to AC_CACHE_CHECK_INT.
1378         * tests/base.at (AC_CACHE_CHECK_INT): New test.
1379         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
1381 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1383         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
1384         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
1385         programs should use their Gnulib counterparts.
1386         * doc/autoconf.texi (Particular Functions): Likewise.
1387         (Macro Names, testsuite Invocation): Replace uses of these
1388         obsolete macros with uses of non-obsolete macros.
1390 2006-08-29  Eric Blake  <ebb9@byu.net>
1392         * configure.ac (AC_INIT): Bump to 2.60b.
1393         * NEWS: Update.
1395 2006-08-28  Eric Blake  <ebb9@byu.net>
1397         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
1398         mistakenly swapped on 2006-08-15.
1400 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1402         * NEWS: Version 2.60a.
1404 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
1406         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
1407         file created by the PGI compiler.
1409 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
1411         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
1412         simplify the code.
1414 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1416         Fix Lex library problem reported to us by Julio Garvia.
1417         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
1418         for the default, which the user can override.
1419         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
1420         deal with LEXLIB.
1421         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
1422         didn't work if some values were cached but not others.  Test for
1423         broken lex libraries like native ia64-hp-hpux11.22; see
1424         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
1425         work around the problem by preferring an empty LEXLIB to -lfl or
1426         -ll.  Let the user set LEXLIB='' to indicate no library needed.
1428         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
1429         * README: Likewise.
1430         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1432 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1434         Rework to use more-modern build style.
1435         Many files are renamed; all uses of their names were changed.
1436         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
1437         * .x-sc_useless_cpp_parens: New file.
1438         * build-aux/config.guess: Renamed from config/config.guess.  Update.
1439         * build-aux/config.sub: Renamed from config/config.sub.  Update.
1440         * build-aux/elisp-comp: Renamed from config/elisp-comp.
1441         * build-aux/install-sh: Renamed from config/install-sh.  Update.
1442         * build-aux/mdate-sh: Renamed from config/mdate-sh.
1443         * build-aux/missing: Renamed from config/missing.
1444         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
1445         * build-aux/vc-list-files: Renamed from config/vc-list-files.
1446         * config/Makefile.am: Removed.
1447         * config/mkinstalldirs: Removed.
1448         * config/move-if-change: Removed.
1449         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
1450         * Makefile.am (SUBDIRS): Remove config.
1451         (ACLOCAL_AMFLAGS): Include from m4, not config.
1452         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
1453         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
1454         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
1455         Fail if there's an error.
1456         * Makefile.cfg (move_if_change): Remove.
1457         (wget_files): Remove.
1458         (cvs_executable_files): New macro.
1459         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
1460         (executable-update): Use $(cvs_executable_files).
1461         (local-checks-to-skip): Remove.
1462         * Makefile.maint: Merge from coreutils, plus add our own changes
1463         (gzip_rsyncable): New macro.
1464         (GZIP_ENV): Use it.
1465         (CVS_LIST): Use build-aux/vc-list-files.
1466         (VERSION_REGEXP): New macro.
1467         (local-checks-available): Add patch-check, $(syntax-check-rules),
1468         check-AUTHORS.
1469         (syntax-check-rules): Compute dynamically.
1470         (sc_cast_of_x_alloc_return_value): Work even if no source files.
1471         (sc_cast_of_alloca_return_value): Likewise.
1472         (sc_prohibit_atoi_atof): Simplify regexp.
1473         (sc_no_if_have_config_h, sc_require_config_h):
1474         (sc_prohibit_assert_without_use,
1475         (sc_obsolete_symbols): Check for O_NDELAY.
1476         (sc_texi_notab): Remove.
1477         (sc-changelog): Don't make an exception for '----' lines.
1478         (.re-list): Remove, so we don't have a junk file behind.
1479         (sc_system_h_headers): Remove the need for .re-list.
1480         (sc_the_the):  New rule.
1481         (sc_tight_scope): Simplify.
1482         (sc_trailing_blank): Renamed from sc_trailing_space.
1483         (longopt_re): New macro.
1484         (sc_two_space_separator_in_usage): New rule.
1485         (sc_unmarked_diagnostics): Look at all files under CVS.
1486         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
1487         (news-date-check, changelog-check): Version is OK.
1488         (po-check): Look for lib files even if not in CVS.
1489         (copyright-check): Use $() not ``.
1490         (maintainer-distcheck): Do not depend on changelog-check.
1491         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
1492         Also check for -Wpointer-arith.
1493         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
1494         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
1495         Remove.
1496         (announcement): Add --gpg-key-id arg.
1497         (cvs-sv): Remove.
1498         (move_if_change): Just use mv.
1499         (local_updates: Remove wget-update, po-update.
1500         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
1501         (config.guess-url_prefix, config.sub-url_prefix): Remove.
1502         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
1503         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
1504         ($(get-targets)): Remove.
1505         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
1506         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
1507         (cvs-update): Get from gnulib.
1508         (emut_upload_commands): gnupload is in build-aux now.
1509         (alpha beta major): Add changelog-check.  Check version.
1510         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
1511         (AC_CONFIG_FILES): Remove.
1512         * bin/autoconf.as: Add spaces to avoid distcheck warning.
1513         * config/announce-gen: Sync from coreutils.
1514         * doc/make-stds.texi: Sync from gnulib.
1515         * doc/standards.texi: Likewise.
1516         * man/Makefile.am: Adjust for config -> build-aux renaming.
1517         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
1518         * tests/local.at: Adjust from config -> build-aux renaming.
1519         * tests/tools.at: Likewise.
1520         * tests/torture.at: Likewise.
1522         * NEWS: The C99 check now tests for vararg macros and 64-bit
1523         preprocessor ints.
1524         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
1525         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
1526         64-bit preprocessor ints.  Check for static initialization of
1527         long long.  Remove unnecessary casts.
1529 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1531         * doc/autoconf.texi (Particular Programs): Mention that
1532         @INSTALL@ and @MKDIR_P@ may vary for different output files.
1533         Reported by Alexandre Duret-Lutz.
1535 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1537         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
1538         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
1539         Bill Northcott in
1540         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
1542 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
1544         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
1545         pacify insanely picky compilers.  Problem reported by Eric Blake.
1547         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
1548         longer supported by Sun.
1550 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
1552         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
1553         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
1554         -Wundef -Werror".  Problem reported by David Fang in
1555         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
1556         * doc/autoconf.texi (Header Templates, Default Includes):
1557         (Particular Functions, Generic Functions, Header Portability):
1558         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
1559         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
1560         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
1561         Prefer #ifdef to #if.
1562         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
1563         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
1564         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1565         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
1566         Likewise.
1567         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
1568         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
1569         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
1570         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1571         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
1572         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
1573         this.
1575 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
1577         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
1578         problems with arg script text that doesn't end in newline, and
1579         with '-e a...'.  Problems reported by Ralf Wildenhues.
1581 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1583         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
1584         check for libXt by a check for libX11.
1586 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1588         * doc/autoconf.texi (config.status Invocation): Adjust according
1589         to last change.
1591 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1593         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
1594         --help' should mention that `--version' outputs configuration
1595         settings.  Report by Bruno Haible.
1597 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
1599         Fix test suite failures reported by Pierre in
1600         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
1601         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
1602         the compiler created a file "b.out" when it didn't create anything
1603         at all.
1604         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
1605         Discard stderr too, when invoking the test script.
1607 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1609         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
1610         in the restoring of the werror flag.
1612 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
1614         * doc/autoconf.texi (Volatile Objects): Be even a little
1615         less skeptical about "volatile", after discussion with
1616         Bruno Haible on bug-gnulib.
1617         (Limitations of Usual Tools): Warn about sed stripping
1618         leading white space from text.  From Bruno Haible.
1620 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
1622         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
1623         compiler complains about it, even if things works after the
1624         complaint.  Problem reported by Peter O'Gorman.
1626         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
1627         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
1628         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
1630 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
1632         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
1633         after -R regardless of host.  Patrick Welche reports that this
1634         fixes things on NetBSD 3.99.
1636         * NEWS: Recommend M4 1.4.5.
1637         * README: Likewise.
1638         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1639         * tests/tools.at (autom4te cache): Update wording of diagnostic
1640         to match M4 1.4.5.
1642 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1644         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
1645         under AC_C_VOLATILE.
1646         (Volatile Objects): Be a little less skeptical about what
1647         "volatile" means.  Derived from thoughts by Ben Pfaff in
1648         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
1650 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1652         * doc/autoconf.texi: Fix some typos.
1654 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1656         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1657         more globally, since the 2006-06-30 patch didn't suffice.  Problem
1658         reported by Keith Marshall.  Also, don't bother with builddir2,
1659         since it shouldn't be needed any more.
1661 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
1663         * doc/autoconf.texi (Generic compiler characteristics):
1664         Document AC_COMPUTE_INT.  Fix wrong statements on Default
1665         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
1667         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
1668         (_AC_COMPUTE_INT): Add obsoletion warnings.
1669         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
1670         AC_COMPUTE_INT.
1672         * NEWS: Document change.
1674 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
1676         * doc/autoconf.texi (Volatile Objects): New section.
1678         * NEWS: Document previous change.
1680 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1682         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
1683         Require that long long int be at least 64 bits wide.  C99 requires
1684         this and enough programs depend on it so we should check for it.
1685         Bruno Haible reports in
1686         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
1687         that long long int is 32 bits wide with some nonstandard compilers.
1688         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
1690 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
1692         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1693         to a nonexistent file, so that we don't have to worry about
1694         a local site configuration that doesn't use /usr/local.
1695         Problem reported by Keith Marshall in
1696         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
1698 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1700         * doc/autoconf.texi: Be more consistent about using @acronym with
1701         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
1702         quite right (it talked about "OSF/Tru64", even though the
1703         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
1704         and it even mentioned "OSF 4"!) and at this point there's little
1705         reason to talk about OSF any more, since it died in 1994.
1706         (Specific Compiler Characteristics): Simplify example of
1707         negative-size array.
1708         (File Descriptors): Reorder to make the text flow better.
1709         Remove joke about "appreciate the various levels"; I didn't get it.
1710         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
1711         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
1712         (File Descriptors, Limitations of Usual Tools):
1713         Tone down the advice against renaming or removing open files.
1714         (Limitations of Usual Tools): Add a new section, on 'rm'.
1716 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
1718         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
1719         -lXt in LIBS, idea from Karsten Hopp; this was due since
1720         this change:
1722         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1723         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
1724         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
1725         (which belong to Xt, not X itself).  See Debian bug 327655.
1727 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1729         * configure.ac (AC_INIT): Bump to 2.60a.
1730         * NEWS: Update.
1732 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1734         Version 2.60.
1736         * configure.ac, NEWS: Update.
1738 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1740         * config/texinfo.tex: Sync from upstream.
1742         * bin/autom4te.in (handle_traces): Transform the `@S|@'
1743         quadrigraph correctly in traces.
1745         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
1746         Fix typos.
1748         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
1749         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
1750         not defined.
1751         * doc/autoconf.texi (Changed Directory Variables): New node,
1752         to document the whole `datarootdir' business a bit better.
1753         * NEWS: Update.
1754         * tests/torture.at (datarootdir workaround): Extend test.
1755         Prompted by report by Alexandre Julliard.
1757 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1759         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
1760         when using default mode of IBM C 6 for AIX.  Problem and two-line
1761         fix reported by Larry Jones.
1763 2006-06-22  Alexandre Julliard <julliard@winehq.org>
1765         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
1766         about literal '${datarootdir}' if a definition is found in the
1767         output file.
1769 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1771         * NEWS: Use "M4" rather than "m4" when appropriate.
1772         Problem reported by Eric Blake.
1773         * doc/autoconf.texi: Likewise.
1774         Use @acronym around BSD, GCC, and GNU when appropriate.
1775         (Why GNU M4): Renamed from "Why GNU m4".
1776         (Redefined M4 Macros): Mention that Posix
1777         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
1778         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
1779         to int.
1781 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1783         * bin/autom4te.in (handle_output): Do not forbid the empty
1784         pattern.
1785         * tests/tools.at (autoconf: the empty token): New test.
1787 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
1789         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
1790         calls, so that we do not care whether they are LIFO or FIFO;
1791         in the m4_wrap, do not check which diversion is the topmost
1792         one, just check that the stack is balanced at the end.
1793         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
1794         base diversion forever--pop the previous diversion before
1795         opening the new one; consequently, remove the m4_wrap call.
1796         * lib/autotest/general.m4 (AT_INIT): Likewise.
1797         * tests/m4sugar.at: Do not use
1798         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
1800 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
1801         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1803         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
1804         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
1805         Rework example of m4wrap token-pasting trouble so that it doesn't
1806         care whether it's LIFO or FIFO.
1807         Fix some "contrary to"s that are awkward in English.
1809 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1811         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
1812         to `yes' instead of `int$1_t' if the type is found, for more
1813         consistent configure output (where $1 is the number of bits).
1814         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
1815         Suggested by Bruno Haible.
1817         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
1818         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
1819         with system headers.  Report by Bruno Haible.
1821 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1823         * config/config.guess, config/config.sub: Sync from upstream.
1825         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
1826         in order to avoid picking up an older installed frozen m4sh.m4f.
1827         Besides an outdated shell startup, this could have been created
1828         by an earlier M4 version with incompatible frozen file format.
1830 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
1832         * README: Recommend m4 1.4.4 instead of 1.4.3..
1833         * doc/autoconf.texi: Likewise.
1834         (Special Chars in Names): Say that $(.FOO) is portable, as
1835         suggested by Stepan Kasal.
1836         (Installation Directory Variables, Build Directories):
1837         (Automatic Remaking, Subdirectories, Fortran Compiler):
1838         (Making testsuite Scripts, Defining Directories):
1839         Quote variable usages better.
1840         (Making testsuite Scripts): Add clean-local rule to makefile
1841         snippet, by Eric Blake.
1842         (Installation Directory Variables): Fix table item font.
1843         Reword slightly to clarify.  Generalize advice about
1844         not using special characters to include all file-related
1845         vars, not just VPATH.
1846         (Special Chars in Variables): Warn about special characters in
1847         $(srcdir) too.
1848         (Assignments): Clarify default-value example as suggested by
1849         Ralf Wildenhues in
1850         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
1851         (Special Shell Variables): Note leading ./ or ../, as suggested
1852         by Eric Blake.
1853         (Limitations of Builtins): Under cd, warn about CDPATH.
1854         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
1855         Ralf Wildenhues.
1857 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1859         * doc/autoconf.texi (Configuration Actions): Remove duplicate
1860         `@var', for texi2html.
1861         (Systemology): Some more word wrapping, for DVI output.
1862         (autom4te Invocation): The short option for `--melt' is `-M',
1863         not `-m'.
1865 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1867         * doc/autoconf.texi: More formatting and English tweaks,
1868         many suggested by Ralf Wildenhues.
1869         Reword to avoid "@code{...}'s" and the like, since it's ugly
1870         with Emacs info mode.  discontents -> woes.
1871         Put a few "will"s back.  time stamp -> timestamp.
1872         side-effect -> side effect.
1874 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
1876         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
1877         Warn about $@ not persisting.  Problem reported by Julien Danjou in
1878         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
1879         (Special Chars in Names): Renamed from Leading _ in Macro Names.
1880         Mention other special chars, too.
1882 2006-06-14  Eric Blake  <ebb9@byu.net>
1884         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
1886 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
1888         * doc/autoconf.texi: Some systematic minor improvements, as
1889         follows.  Use "makefile" when talking about makefiles
1890         generally (which might be named "makefile" or "Makefile" or even
1891         "foo.mk"), "Makefile" when talking about a specific makefile
1892         called "Makefile".  This unclutters the text from weird quotes
1893         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
1894         values" rather than "@var{foo}s" and similar constructs containing
1895         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
1896         English-language improvements.  Change the prefix "sub-" to "sub"
1897         and "re-" to "re".
1898         Put blank lines around examples more consistently.
1899         Avoid "rather" and "very" as intensifiers.
1900         Avoid "will" as an auxiliary.
1901         (Limitations of Make): Split this node into....
1902         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
1903         (Leading _ in Macro Names, Backslash-Newline-Newline):
1904         (Backslash-Newline Comments, Long Lines in Makefiles):
1905         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
1906         (obj/ and Make, make -k Status, VPATH and Make):
1907         (VPATH and Double-colon, $< in Explicit Rules):
1908         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
1909         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
1910         New nodes, resulting from splitup of Limitations of Make.
1911         All cross-references changed.  Raise the top node from
1912         a section to a chapter, and all subnodes accordingly.
1913         Redo the introductory wording to match the new organization.
1914         (Installation Directory Variables): Use an example that is
1915         closer to what Autoconf actually does.  Mention that VPATH's
1916         value should not contain metacharacters or white space.
1917         (Fortran Compiler): Fix a VPATH bug in an example.
1918         (Leading _ in Macro Names): Mention that this problem is no longer
1919         of practical concern.
1920         (VPATH and Make): Reword the advice to make it clearer
1921         that Autoconf and Automake support VPATH in non-GNU make, but
1922         many packages have bugs in this area.
1923         ($< in Explicit Rules): Refer to Build Directories rather
1924         than using a (non-VPATH-safe) example.
1925         (Automatic Rule Rewriting): Mention the sort of disaster that
1926         can ensue with Solaris-style rule rewriting with VPATH.
1928 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1930         * doc/install.texi (Compilers and Options): Weaken the
1931         suggestion to use GNU make for VPATH builds.
1933         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
1934         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
1936         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
1937         in regular expression.
1939 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1941         * doc/autoconf.texi (Installation Directory Variables):
1942         Drop extra @samp from `@table @samp' item.
1943         (Limitations of Usual Tools): Comment fix.
1944         Do not nest @samp just to point to other table items.
1945         (Writing testsuite.at) <AT_CHECK>: The second argument to
1946         `@dvar' is already @samp'ed.
1947         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
1948         do not use @var in the second argument.
1950 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
1952         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
1953         $as_shell.exe too.  Problem reported by Andreas Buening in
1954         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
1956 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1958         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
1959         `unused variable' compiler warning, for `-Wall -Werror'.
1960         Reported by Jaap Haitsma in
1961         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
1963 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1965         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
1966         case the compiler dumps core.  Problem reported for
1967         OpenServer 5.0.7 by Tim Rice in
1968         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
1969         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
1970         Likewise.
1972 2006-06-06  Tim Rice <tim@multitalents.net>.
1974         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
1975         "ERROR" only shows up in "make check" output if there is an
1976         error.
1978 2006-06-06  Eric Blake  <ebb9@byu.net>
1980         * tests/tools.at (automatically allowed tokens): Fix typo.
1982 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1984         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
1986         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
1987         typically overflows on x86 CPUs, even though the C standard
1988         requires otherwise.
1990 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1992         * configure.ac (AC_INIT): Bump to 2.59e.
1993         * NEWS: Update.
1995 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1997         Version 2.59d.
1999         * config/texinfo.tex: Sync from upstream.
2001         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
2002         seen, invoke libtoolize with `--ltdl' argument.
2003         * lib/autom4te.in (Autoreconf-preselections): Adjust.
2004         * NEWS: Update.
2005         Suggested by Eric Blake.
2007 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2009         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
2010         reported by Ralf Wildenhues.
2011         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
2013 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2015         * THANKS: Update.
2017 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2019         * doc/autoconf.texi: Modernize some of the references to Solaris.
2021 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
2023         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
2024         message issued by AC_REQUIRE.
2025         * tests/m4sugar.at: Check m4_require's error message.
2026         * tests/base.at: Check AC_REQUIRE's error message.
2027         * tests/local.at (AT_CHECK_M4): New macro, almost identical
2028         to...
2029         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
2030         AT_CHECK_M4.
2031         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
2032         `expout' as the last parameter.
2033         * tests/tools.at: Adapt to the above change.
2035 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
2037         * doc/autoconf.texi (Limitations of Usual Tools): Correct
2038         information about race-free implementations of mkdir.
2040 2006-06-04  Eric Blake  <ebb9@byu.net>
2042         * bin/autoreconf.in (help): Document M4 environment variable.
2043         * bin/autoconf.as (Usage): Likewise.
2044         * bin/autom4te.in (help): Likewise.
2045         * doc/autoconf.texi (autom4te Invocation): Likewise.
2047 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
2049         * NEWS: GNU make now recommended for VPATH builds.
2050         Mention that some macros are now documented to be obsolescent.
2051         * doc/autoconf.texi:
2052         Prefer "current" to "modern" to describe
2053         currently-used (albeit perhaps old-fashioned) hosts.
2054         Mention which ancient features no longer need to be worried about.
2055         setgid -> set-group-ID
2056         setuid -> set-user-ID (these are the Posix terms)
2057         Fix some misuses of "only".
2058         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
2059         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
2060         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
2061         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
2062         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
2063         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
2064         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
2065         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
2066         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
2067         Mention that these macros are obsolescent.
2068         (Installation Directory Variables): shall -> should
2069         (File Descriptors): Mention that 0, 1, 2 might get reopened.
2070         Mention that it's now safe to use 3 and 4.
2071         (Limitations of Usual Tools): cp -r is now specified by Posix.
2072         Omit longwinded and obsolescent discussion of cp -f.
2073         Modernize discussion of expr, ls.
2074         (Limitations of Make): Modernize discussion of VPATH builds.
2075         Mention $? as a workaround in some cases.
2076         * doc/install.texi (Basic Installation):
2077         Mention "./configure; make; make install" first.  Be more
2078         specific about why this file is generic.  Remove unnecessary
2079         parens.  Remove misleading "only".  Remove obsolete advice
2080         about csh.  Don't say "configure" takes awhile; say it
2081         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
2082         and CC=c99 rather than CC=c89, as these are blessed by current
2083         Posix.  Recommend GNU make if doing a VPATH build.
2085 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
2087         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
2088         examples involving shell prompts.
2090 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
2091         and Paul Eggert  <eggert@cs.ucla.edu>
2093         * doc/autoconf.texi (Here-Documents): Add details about the
2094         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
2095         use "here-documents" instead of "here documents".
2097 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2099         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
2101 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
2103         * doc/autoconf.texi (File System Conventions): Warn about ":"
2104         anywhere in directory names.
2106 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
2108         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
2109         about quoting the case statement, just in case.
2110         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
2111         was fixed in ksh93g; reported by Ralf Wildenhues.
2113 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
2115         * doc/autoconf.texi (System Services): Do not document
2116         overriding EXEEXT via ac_cv_exeext=ext.
2117         (Particular Programs) <AC_PROG_MKDIR_P>:
2118         Document that ${MKDIR_P} understands --.
2119         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
2120         comment.
2122 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2124         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
2125         argument with leading hyphen.  Problem reported by Paul Eggert.
2127 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2129         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
2130         about quoting ac_try: quote all of it, if any of it seems suspicious.
2131         This means we don't have to worry about ${ or sed any more.
2132         Also, double-quote the case statement, to work around misuses via
2133         underquoting as reported by Ralf Wildenhues in
2134         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
2135         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
2136         undocumented and dangerous macro.
2137         Problem reported by Ralf Wildenhues in
2138         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
2140 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2142         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
2143         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
2144         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
2146 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2148         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
2149         since evidently some packages rely on the old, broken behavior.
2150         Problem reported by Ralf Wildenhues in
2151         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
2152         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
2153         pre-2006-05-26 definitions, but leave in the comments that
2154         these macros are dangerous and should not be used.
2155         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
2156         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
2157         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
2158         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
2159         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
2161 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
2163         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
2164         the use of 'tr', since this is our only use of 'tr'.
2166 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2167         and Paul Eggert  <eggert@cs.ucla.edu>
2169         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
2170         Don't assume 'grep' works on long lines, since AIX grep doesn't.
2172 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2174         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
2175         the output file in the `${datarootdir}' test.
2177 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
2178         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2180         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
2181         mention of `datarootdir' in the input file(s), but literal
2182         `${datarootdir}' in the output file, and we haven't warned yet,
2183         then warn as well: the user may have (erroneously) used
2184         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
2185         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
2186         * tests/torture.at (datarootdir workaround): Extend this test.
2187         * NEWS: Update.
2189 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2190         and Paul Eggert  <eggert@cs.ucla.edu>
2192         * doc/autoconf.texi (autoheader Invocation): The first argument to
2193         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
2194         alternatives and clear up the language a bit.
2196 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
2198         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
2199         ac_config_guess, ac_config_sub, ac_configure.
2200         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
2201         Fix typo that prevented an unnecessary space from being removed.
2202         Problems reported by Ralf Wildenhues in:
2203         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
2205 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
2207         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
2208         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
2209         Don't use the term "thread-safe" to talk about mkdir race
2210         conditions, since the problem is more a process than a thread
2211         issue.  Problem reported by Stepan Kasal in:
2212         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
2213         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
2214         the test for 'install' more closely.  Look at MKDIR_P first.
2215         Look in the PATH, and at /opt/sfw/bin.
2216         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
2217         Don't bother to try mkdir -p, since we already check mkdir --version;
2218         just look at the version number.  (There's no easy way to check
2219         for race-free implementations.)
2220         * tests/tools.at (autoconf: subdirectories): Adjust to above
2221         changes, since MKDIR_P now might end in "/mkdir -p".
2223         * doc/autoconf.texi (autoheader Invocation): Mention that the
2224         first arg of AC_DEFINE_UNQUOTED must be a literal.
2225         Problem reported by Ben Pfaff in
2226         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
2228         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
2229         * doc/autoconf.texi (Special Chars in Variables): New section.
2230         (Preset Output Variables): Warn about special chars in CPPFLAGS.
2231         (Installation Directory Variables): Quote $(datadir) better.
2232         (Limitations of Builtins): Describe some of eval's trickiness.
2234         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
2235         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
2236         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
2237         in front of every arg, not just trailing args.  Quote apostrophes.
2238         (_AC_EVAL_ECHO): New macro.
2239         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
2240         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
2241         removed.
2242         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
2243         exposed by quoting of eval argument.  Put the command on line line
2244         so it logs better.
2245         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
2246         (_AC_PATH_X, AC_PATH_X): Quote more safely.
2247         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
2248         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
2249         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
2250         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
2251         Use eval more safely.
2252         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
2253         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
2254         to be replaced.
2255         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
2256         lines, exposed by quoting of eval argument.
2258 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
2259         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2261         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
2262         initialization of `ac_cv_exeext', do not override it if it was
2263         already set, unless it was set to `no', for compatibility with
2264         Autoconf-2.13, and comment this.
2265         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
2266         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
2267         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
2268         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
2269         Document that this test may be overridden by setting
2270         `ac_cv_exeext'.
2272 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2274         Revert these two patches:
2276         2006-04-06  Eric Blake  <ebb9@byu.net>
2277         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
2278         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
2279         2006-04-01.
2281         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2282         Clean up _AC_COMPILER_EXEEXT* macros.
2283         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
2284           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
2285           ac_file to the name of the default output file and call
2286           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
2287           initial `rm' of the candidate files...
2288         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
2289           the same list in subsequent `rm' calls, and for the temporary
2290           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
2291           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
2292         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
2293         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
2294           no longer needed) by libtool.  Make it a cache check.
2295         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
2296           copied here by mistake.
2297         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
2298           _AC_COMPILER_EXEEXT.
2299         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
2300           _AC_COMPILER_OBJEXT directly.
2301         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2303 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2305         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
2306         Fix description of how the buggy `sed' works.
2308 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
2310         Sync from Automake:
2312         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
2313         ENOLCK.  Only mention `make -j' when applicable.  Only raise
2314         fatal errors when `make -j' is involved.  Improve error message.
2316 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2318         * doc/autoconf.texi (Here-Documents): We now know more about
2319         the variable expansion in here documents bug.
2320         Thanks to Tim Rice and Stepan Kasal.
2322         * doc/autoconf.texi (Making testsuite Scripts): Add an example
2323         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
2325 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2327         * tests/autotest.at (Multiline command from M4 expansion):
2328         No failure to be expected if the shell quotes newlines in
2329         commands in the `set -x' output.  Report by Tim Rice.
2330         * THANKS: Update.
2332 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2334         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
2335         expansion in the here-documents used by config.status, as that
2336         runs afoul of the Korn shell version M-12/28/93d bug described in
2337         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
2338         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
2339         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
2341 2006-05-23  Jim Meyering  <jim@meyering.net>
2343         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
2344         Fix typo introduced with 2006-04-02 change.  It reversed the sense
2345         of the test.
2347 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2349         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
2350         ac_dB slightly, to save bytes in the script.
2351         Max out at 50 lines, rather than 96; this is more likely
2352         (though not guaranteed) to avoid obscure 'sed' failures.
2354 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2356         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
2357         `tr -d -' as bad option argument.  Work around this by deleting
2358         an unrelated character.
2359         Report by Tim Rice <tim@multitalents.net>.
2361 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
2362             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2363             Stepan Kasal  <kasal@ucw.cz>
2365         * doc/autoconf.texi (Particular Programs): Do not promise that
2366         we always prefer the GNU version of the program, and that we
2367         search according to PATH; both rules can have exceptions.
2368         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
2369         AC_PROG_SED.  Move descriptions of limitations
2370         to the Limitations of Usual Tools section.
2371         (Limitations of Usual Tools) <sed>: Mention script length
2372         limitations with Solaris /usr/ucb/sed.
2373         <grep>: Fix wording for empty alternative.  Mention that -c and
2374         -l should not be combined, and that -E and -F should not be
2375         combined.
2377 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2378         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2380         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
2381         limits in Solaris 8 /usr/ucb/sed by testing a long script.
2383 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2385         * doc/autoconf.texi (Defining Symbols): Literal parameter of
2386         AC_DEFINE is now passed to m4_pattern_allow.
2387         * NEWS: Mention that; likewise for AC_SUBST.
2388         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
2389         the parameter to m4_pattern_allow.
2390         * tests/tools.at: Add a check for that.
2392 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2394         * lib/autoconf/status.m4: Fix typos.
2396 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2398         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
2399         only the files that this macro generates.
2401 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2403         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
2404         the HP-UX sed limitation of 99 commands, labels do not count.
2405         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
2406         in the comment.
2407         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
2409 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2411         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
2412         Import the following fix from coreutils:
2414         2006-01-13  Jim Meyering  <jim@meyering.net>
2416         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
2417         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
2418         not double-quote uses of that variable, to accommodate the rare
2419         case in which getmntent is available in none of the libraries
2420         checked.  This happens at least on FreeBSD 5.0.
2422 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
2424         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
2425         ac_config_guess, ac_config_sub, and ac_configure, since evidently
2426         some other programs unwisely rely on these undocumented vars.
2427         But put in warning comments about them.
2428         Problem reported by Ralf Wildenhues in
2429         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
2430         * NEWS: Document that these variables are intended to go away.
2432 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2434         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
2435         and set the language to C++ (analogous to the equivalent Fortran
2436         tests).
2438         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
2439         * doc/autoconf.texi (C++ Compiler): Document it.
2440         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
2441         * NEWS: Update.
2443 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
2445         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
2446         that caused config.status to generate 100-command sed scripts; the
2447         portable limit is 99.
2449 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2451         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
2452         variable `ac_d' instead of `d' to avoid infringing namespace.
2453         Report by Ralf Menzel.
2455 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
2457         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
2458         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
2459         * tests/tools.at (autoconf: subdirectories): New test, taken from
2460         the corresponding problem report by Ralf Wildenhues in:
2461         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
2463         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
2464         Quote some uses of shell variables if they might suffer unexpected
2465         globbing.  This doesn't fix all instances of quoting problems that
2466         I found, just the easy ones that look safe.
2467         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
2468         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
2469         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
2470         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
2471         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
2472         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
2473         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
2474         Likewise.
2475         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
2476         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
2478 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2480         * bin/autoreconf.in ($help): Reword according to the manual.
2481         Suggested by Olly Betts.
2483 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
2484         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2486         * bin/autoreconf.in: Pass the directory argument to
2487         `require_configure_ac'.  Fix comment.
2488         * tests/torture.at (Configuring subdirectories): Expose this.
2489         Reported by Olly Betts.
2491 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2493         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
2494         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
2495         Automake as follows:
2497         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
2498         `$configure_in' instead of `configure.in', to preserve
2499         directory component.
2501 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2503         * config/config.guess, config/config.sub, config/texinfo.tex,
2504         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
2506 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
2508         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
2509         test for C99 conformance; (bool) 0.5 is an integer constant
2510         expression, but (bool) -0.5 is not.  Problem reported by Fedor
2511         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
2513 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2515         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
2516         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
2517         Warn about obsolete install-sh files.  Remove stray sentence
2518         fragment and fix cross reference.
2519         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
2520         install -d; this undoes the 2006-05-10 change.
2521         (MKDIR_P): Mark with AN_MAKEVAR.
2522         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
2523         that we don't require $INSTALL to be thread-safe.  Move comments
2524         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
2525         of AC_PROG_INSTALL.  Output a message saying that we're checking
2526         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
2527         MKDIR_P instead of AC_SUBST.
2528         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
2529         Special magic for MKDIR_P, too.
2530         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
2531         a dnl.
2532         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
2534 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
2536         Sync from Automake, as follows:
2538         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2539         * config/install-sh: Initialize IFS, so field splitting isn't
2540         turned off later.
2541         * config/mkinstalldirs: Likewise.
2542         * config/missing: Remove superfluous quotes.  Replace all uses of
2543         `[' by `test', for consistency, and for..
2544         * config/missing (sed_minuso, sed_output): New variables.
2545         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
2546         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
2547         Fixes `missing' to detect `--output' for help2man.  Fixes
2548         PR automake/483.  Report by Dennis J. Linse.
2549         (autom4te): Document in `missing --help'.
2551 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2553         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
2554         * config/install-sh: Don't use 'path' to talk about file names,
2555         as per GNU coding standards.  Close a race condition reported by Ralf
2556         Wildenhues and Stepan Kasal.  There is still a race condition
2557         on hosts that predate Posix 1003.1-1992, but we can't help this.
2558         Don't mishandle weird characters like space on pre-Posix hosts.
2559         Invoke mkdir at most once per dir arg on pre-Posix hosts.
2560         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
2561         AC_PROG_MKDIR_P from AS_MKDIR_P.
2562         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
2563         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
2564         earlier editions are not (including Automake 1.8.3).
2565         Do not suggest mkinstalldirs for thread-safety.
2566         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
2567         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
2568         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
2569         presence of special characters and race conditions.
2570         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
2571         in Autoconf's name space.
2573 2006-05-10  Bruno Haible  <bruno@clisp.org>
2574         and Paul Eggert  <eggert@cs.ucla.edu>
2576         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
2577         from Automake with minor changes.
2578         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
2580 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2582         * config/install-sh: Update to Automake CVS version, as follows:
2583         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2584         * lib/install-sh: Simplify the expr implementation of dirname.
2585         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
2586         * lib/install-sh: Handle --, and diagnose unknown options.
2588 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2590         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
2591         `./autom4te' to create `./testsuite', since the `all' target
2592         will ensure its presence, but `installcheck' should not create
2593         the uninstalled wrappers.
2595         * tests/torture.at (Unusual Automake input files): Skip if we
2596         detect automake < 1.8.
2598 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2600         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
2601         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
2602         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
2603         * NEWS: Update.
2605 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2607         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
2608         munge (multiple) white space and other oddities.
2609         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
2610         single quotes in variable assignment.
2611         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
2612         and similar failures by adding multiple spaces, tabs, and other
2613         special characters.
2614         Report and different test suggested by Francesco Romani
2615         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
2617         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
2618         single quotes, we only need to search for single quotes; this
2619         both simplifies the search pattern, and makes us less
2620         susceptible to `echo' variations for arguments not containing
2621         single quotes.
2622         (_AC_ARG_VAR_VALIDATE): Likewise.
2624 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2626         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
2627         `$*' and IFS concatenation issue with traditional shells and
2628         bash-2.04.  Report by Seanster@Seanster.com.
2630 2006-05-03  Bruno Haible  <bruno@clisp.org>
2632         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
2633         precisely which Mac OS X versions have the od problem.
2635 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2637         * doc/autoconf.texi: Use @option systematically.
2639 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2640         and Bruno Haible  <bruno@clisp.org>
2642         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
2643         about 'od'.
2644         (Integer Overflow): Mention the special case of integer division
2645         overflow.
2647 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2649         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
2650         traditional shells like the Solaris one that do not use the
2651         first IFS character for assembling `$*'.
2652         Prompted by a related report from autoconf_bug@nro.ca.
2654 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
2655         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2657         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
2658         Mention more problems with the -e option.
2660 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2662         * NEWS: Typo.
2663         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
2665         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
2666         in URLs to improve DVI formatted output (requires texinfo 4.6).
2667         (System Services, Systemology, Shellology): Likewise.
2668         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
2669         output.
2671         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
2672         continuous text.
2673         (Runtime): Fix macro argument names to match description:
2674         `action-if-found' -> `action-if-true' and similarly.
2675         (Obsolete Macros): Likewise.
2676         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
2677         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
2678         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
2680 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2682         * doc/autoconf.texi (Limitations of Make): Clean up markup.
2684         * ChangeLog: Typo.
2685         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
2686         DVI output.
2688 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2690         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
2691         /bin/sh set unsorted output.
2692         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
2693         * tests/local.at: Likewise.
2695 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
2697         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
2698         (Integer Overflow, Null Pointers, Buffer Overruns):
2699         (Floating Point Portability, Exiting Portably): New sections.
2700         (Writing Test Programs): Fix some langauge.  Recommend exiting
2701         with status 1, not merely nonzero.  Clarify exit declaration.
2702         (Run Time): Move C exit status stuff to new Exiting Portably section.
2703         (Systemology): Mention Posix and levenez.  Update v7 reference.
2704         (Portable Shell): Mention the Posix shell.
2706 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2708         * bin/autoconf.as (me): Replace by as_me.
2710 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
2712         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
2713         since as_me isn't set yet.
2715 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2717         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
2718         a few minor bugs in this area.
2720         * doc/autoconf.texi (Programming in M4sh): Comment out the
2721         documentation of AS_BASENAME, for now.
2722         (Shell Substitutions): Do not use AS_DIRNAME in an example.
2723         (Limitations of Builtins) <basename>: Do not refer to
2724         AS_BASENAME.
2725         * bin/autoconf.as (me): Don't use AS_BASENAME.
2726         (dir): Remove the unused variable.
2727         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
2728         AS_DETECT_REQUIRED.  All uses changed.
2729         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
2730         All uses changed.
2731         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
2732         (AS_BASENAME): Use "basename --" to protect against leading "-".
2733         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
2734         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
2735         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
2736         (_AS_DIRNAME_PREPARE): Likewise.
2737         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
2738         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
2739         (AS_DIRNAME): Use "dirname --".
2741 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2743         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
2744         of "run time" and "run-time" changed to "runtime", for consistency.
2745         * lib/autoconf/fortran.m4: Likewise (in comment).
2746         * lib/autoconf/functions.m4: Likewise.
2747         * lib/autoconf/general.m4: Likewise.
2748         * lib/autoconf/headers.m4: Likewise.
2750         * doc/autoconf.texi (Run Time): Document the exit status situation
2751         with more accuracy and detail.
2753 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2755         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
2756         Archive is not officially `GNU' any more.  Update URL.
2757         (Defining Directories): Likewise
2758         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
2760 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2762         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
2763         newline from the `trap' code to finish `config.log'; the NetBSD
2764         /bin/sh resets the exit status after an empty command, as
2765         documented in doc/autoconf.texi.
2766         Reported by Dalibor Topic <robilad@kaffe.org>.
2768 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
2770         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
2771         Suggested by Bruno Haible.
2773 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
2775         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
2776         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
2777         Instead, just list the shells that we know work.
2778         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
2779         changed.  Be more cautious about the _cv_ variable.
2780         * tests/tools.at (Syntax of the shell scripts): Check the
2781         _cv_ variable once, at first, to avoid an internal autoconf error
2782         when sh -n does not work.
2784 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2786         * lib/Autom4te/FileUtils.pm: Sync from Automake.
2788 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
2790         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
2791         use ">&-" since we're only 99.999% sure that this is portable,
2792         and since the MinGW bug is fixed in a different way.
2793         * lib/autotest/general.m4 (AT_INIT): Likewise.
2795 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
2797         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
2798         before opening config.log, to avoid hitting a bug on MinGW.
2800 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
2802         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
2803         AS_MESSAGE_LOG_FD before reopening it onto the log file.
2804         This works around a MinGW bug reported by Eric Paire.
2805         Make sure that all writes to the log file append to it,
2806         rather than possibly losing data.
2807         * lib/autotest/general.m4 (AT_INIT): Likewise.
2809 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
2811         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
2812         description.
2814 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2816         * NEWS: Update.
2818         * configure.ac (AC_INIT): Bump to 2.59d.
2820 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2822         Version 2.59c.
2824         * Makefile.maint (news-date-check): Do not require a leading `*'
2825         before the release date in NEWS.
2827 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
2828         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2830         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
2831         the instantiated file do not contain the string 'datarootdir'
2832         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
2833         @mandir@, replace the reference '${datarootdir}' by the value.
2834         * tests/torture.at (datarootdir workaround): New test.
2835         * NEWS: Advertise this temporary fixup.
2836         Based on a patch by Bruno Haible, reported and analyzed by
2837         Paul Eggert and Noah Misch.
2839 2006-04-12  Eric Blake  <ebb9@byu.net>
2841         * tests/autotest.at (Debugging a failed test): Fix comment.
2843 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
2845         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
2846         all the changes since 2006-04-07.
2848 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2850         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
2851         succeeded, but `ln -s file dir' failed, take care to remove the
2852         leftover target before the next test, to prevent its spurious
2853         failure; also make sure `ln file dir' works before selecting it.
2854         Thanks to Keith Marshall for pointing this out.
2855         * THANKS: Update.
2857         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
2858         assignments in `at_debug_args', so that we put them correctly
2859         in the `run' script.
2860         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
2861         Reported by Eric Blake.
2863 2006-04-11  Eric Blake  <ebb9@byu.net>
2865         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
2866         top-level tests after micro-suite has been run.   Used in...
2867         (Debugging a successful test, Debugging script and environment),
2868         (Debugging a failed test): ...these new tests.  The first of these
2869         is fixed by...
2870         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
2871         macro, split out from...
2872         (AT_INIT): ...here, so that using -d also generates a run script.
2873         Document that -d inhibits top-level logging.
2874         * doc/autoconf.texi (testsuite Invocation): Document that -d only
2875         inhibits top-level logging; debug scripts are created.
2877         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
2878         check.
2879         * tests/autotest.at (Empty test, Empty check): New test to check it.
2881         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
2882         from gcc.
2884 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
2886         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
2887         the files if a problem appears.  Make the empty *.at files
2888         read-only, too.  Proposed by Ralf Wildenhues.
2890 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2892         * config/Makefile.am: Add comment to force updated Makefile.in.
2894         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
2895         space only patch to this file, this patch causes the Makefile.in
2896         files that include freeze.mk to be updated, and thus have a
2897         newer time stamp again, which in turn makes a pristine CVS
2898         checkout have correct time stamps.
2900         * Makefile.maint (cvs-sv): New macro, to be used..
2901         (config.guess-url_prefix, config.sub-url_prefix)
2902         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
2903         point to CVS text checkout of Gnulib files.
2904         (copyright-check): Bump current year.
2905         (announcement): Do not hard-wire `./announce-gen'.
2906         (cvs-update): Propagate failures of `cvs' and `move-if-change'
2907         correctly.
2908         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
2909         `chmod +x'.
2910         (wget_files): Update config.guess, config.sub, texinfo.tex by
2911         `wget-update', now that their URLs work again.
2913 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2915         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
2916         Problem noted by Paul D. Smith.
2918 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2920         * doc/autoconf.texi: Remove unused words from word list.
2921         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
2922         .x-sc_trailing_space: New files.
2924         * doc/standards.texi: Sync from gnulib.
2926         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
2927         `LIBOBJDIR' as experimental.
2929         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
2930         with a target directory; it's internally implemented as `cp'
2931         anyway, but since Autoconf advertises the possibility to use
2932         a target directory when LN_S is `ln -s', we need to find out.
2933         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
2934         analyzed by Keith Marshall <keith.marshall@total.com>.
2936         * THANKS: Update.
2938 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2940         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
2941         confdefs.h as-is.  In general, if it has backslash-newline or the
2942         like, then it doesn't work either to sort or to remove empty
2943         lines.
2945 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
2947         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
2949 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
2951         * lib/autom4te.in (Automake-preselections): Preselect
2952         _AM_SUBST_NOTMAKE.
2954 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
2956         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
2957         apostrophe within a single-quoted string, as this is the usual
2958         tradition and is easier to read than '"'"'.  Don't rely on the
2959         shell treating "$/" like '$/'.  Use a more-consistent indenting
2960         style for the trap.
2962 2006-04-09  Eric Blake  <ebb9@byu.net>
2964         * tests/autotest.at (Backquote command substitution),
2965         (Multiline backquote command substitution): Remove mistaken
2966         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
2967         applied...
2968         (Parenthetical command substitution, Multiline parenthetical
2969         command substitution): here.
2971 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
2973         Import macros from gnulib (often changing their name).
2975         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
2976         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
2977         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
2978         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
2979         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
2980         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
2981         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
2982         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
2983         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
2984         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
2985         The manual mentions Gnulib more prominently.
2986         * doc/autoconf.texi (Gnulib): New node.
2987         (Pointers): Add Gnulib URL.
2988         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
2989         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
2990         Gnulib section.
2991         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
2992         suggest a #define rather than a typedef for _Bool, and mention
2993         Gnulib rather than trying to substitute stdbool code.
2994         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
2995         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
2996         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
2997         AC_STRUCT_DIRENT_D_TYPE.
2998         (Particular Types): Mention stdint.h and inttypes.h as standard
2999         headers too.
3000         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
3001         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
3002         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
3003         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
3004         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
3005         (C Compiler): Move AC_C_LONG_DOUBLE to ...
3006         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
3007         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
3008         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
3009         (Coding Style).  Don't mention m4_expand_once.
3010         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
3011         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
3012         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
3013         (AC_CHECK_FUNCS): Use it.
3014         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
3015         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
3016         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
3017         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
3018         (AC_HEADER_ASSERT): New macro.
3019         (AC_HEADER_STDBOOL): Don't assume "#error" works.
3020         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
3021         Catch a bug in an HP-UX C compiler.
3022         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
3023         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
3024         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
3025         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
3026         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
3027         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
3028         New macros.
3030         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
3031         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
3033 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
3035         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
3036         of the warning introduced by the 2001-08-28 change.
3038 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
3039             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3041         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
3042         variables shall be overriden by the cache.
3043         * tests/torture.at (AC_ARG_VAR): Test also with a first value
3044         that contains braces.
3046 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
3048         Revert the patch from 2006-04-01 and only improve
3049         _AS_DETECT_BETTER_SHELL:
3051         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
3052         skip nonexistent directories.
3053         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
3054         only shell candidates which exist.
3055         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
3056         * lib/autotest/general.m4 (AT_INIT): No need to give three
3057         parameters to _AS_PATH_WALK.
3059 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
3060             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3062         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
3063         distinguish m4sugar macros.
3064         * tests/tools.at (autoupdating with aclocal and m4_include):
3065         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
3066         test case by Noah Misch <noah@cs.caltech.edu>.
3068 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
3070         Revert my change from 2006-03-17, in other words:
3071         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
3072           and DUALCASE=1.
3073         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
3074         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
3075           it is set.
3077 2006-04-07  Eric Blake  <ebb9@byu.net>
3079         * doc/autoconf.texi (Programming in M4sh): Document that
3080         AS_MKDIR_P exits the script on failure.
3081         * lib/autotest/general.m4: Remove redundant AS_ERROR.
3083 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3085         * config/elisp-comp, config/install-sh, config/mdate-sh,
3086         config/missing, config/mkinstalldirs: Sync from Automake.
3088         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
3089         from Automake.
3091         * doc/make-stds.texi: Sync from gnulib.
3093 2006-04-06  Eric Blake  <ebb9@byu.net>
3095         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
3096         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
3097         2006-04-01.
3099 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
3100             Eric Blake  <ebb9@byu.net>,
3101             Paul Eggert  <eggert@cs.ucla.edu>,
3102             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3104         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
3105         whether `set' quotes correctly: redirect stderr of the tested
3106         `set', and use a subshell, for Ultrix; use `sed' instead of
3107         `grep' for zsh `set' which may write binary output; match only
3108         at the beginning of a line, to avoid false positives.
3109         In order to avoid false positives by unrelated variables with
3110         multiline content, put the dump algorithm in a subshell and
3111         unset all variables containing newlines (except some which are
3112         special to the shell).  Warn about cache variables that are
3113         unset.
3115 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3117         * config/config.guess, config/config.sub, config/texinfo.tex:
3118         Sync from upstream.
3120         * tests/mktests.sh: Reword comments.
3122         * tests/mktests.sh: Only skip internal macros starting with
3123         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
3124         Update exclusion lists for the test suite to this end:
3125         (AC_ARG_VAR): Do test this now.
3126         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
3127         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
3128         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
3129         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
3131         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
3132         shell issue with double-quoted command substitutions of native
3133         commands.
3134         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
3135         Marshall.
3137         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
3138         no file matches the glob, discard the warning, set `nullglob'.
3139         (syntax-check): Likewise.
3140         (sc_cast_of_x_alloc_return_value): Likewise.
3141         (sc_cast_of_alloca_return_value, sc_error_exit_success)
3142         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
3143         (m4-check): Likewise.
3144         (sc_system_h_headers): Do not print rule on execution.
3145         (sc_tight_scope): Do not fail for non-existing `src' directory.
3146         (sc_changelog): Skip the Copyright footer.
3147         * lib/autoconf/lang.m4: Remove trailing space.
3149         * lib/autoconf/status.m4: More replacements to
3150         <tab><space> where this makes sense.
3152 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
3154         * tests/Makefile.am (maintainer-check-posix):
3155           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
3157         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
3158           ac_config_<foo>s again, sometimes normalized, sometimes not.
3159         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
3160         (AC_CONFIG_COMMANDS): Do not do so here.
3161         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
3162           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
3163           2005-07-25 rewrite.  Noticed by Noah Misch.
3165         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
3166           _AC_PRESERVE_HELP_ORDER, ...
3167         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
3169         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
3170           inside m4_expand_once; it is redundant.
3172         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
3173           for --help from Cygnus `configure.'
3175 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
3177         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
3178         on a patch proposed by Ralf Wildenhues.
3180 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3182         * lib/autoconf/status.m4: Replace <space>''<tab> with
3183         <tab><space> where this makes sense.
3185 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
3186             Noah Misch  <noah@cs.caltech.edu>
3188         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
3189         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
3190         * doc/autoconf.texi (Help Formatting): New node.
3191         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
3193 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3195         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
3196         lib/autoconf/specific.m4, lib/autoconf/status.m4,
3197         lib/autoconf/types.m4, lib/autotest/general.m4,
3198         tests/mktests.sh, tests/torture.at: White space cleanup:
3199         remove some SPACE before TAB, or add quoting ('' or @&t@).
3201         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
3203         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
3205 2006-04-05  Eric Blake  <ebb9@byu.net>
3207         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
3208         empty test suite works.
3209         * tests/autotest.at (Empty test suite): Remove xfail.
3211 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
3213         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
3214         TAGS to ac_config_<foo>s.
3215         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
3216         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
3217         normalizing it, consistent it with previous releases.
3218         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
3220 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3222         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
3223         Use simplified args that Eric Blake originally suggested.
3225 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3227         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
3228         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
3229         Use 'comm' rather than N instances of grep; this also fixes a bug
3230         whereby substrings were incorrectly matched, causing us to not
3231         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
3232         (exclude_list): Exclude empty macros.
3233         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
3235         Use awk rather than grep -E or egrep, to avoid
3236         portability problems with regular expressions containing newlines.
3237         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
3238         Switch from grep to awk syntax.
3239         (ac_exclude_script): Renamed from ac_exclude_egrep.
3240         (au_exclude_script): Renamed from au_exclude_egrep.
3242 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
3244         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
3245         a subdirectory subject to Cygnus `configure'.
3246         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
3248         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
3249         report request when we have no AC_PACKAGE_BUGREPORT.
3251 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3253         * THANKS: Update.
3255         * tests/mktests.sh: Update copyright year in the header of the
3256         generated files.
3258         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
3259         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
3260         typedef'ed restricted pointer, to catch a compiler bug on
3261         HP-UX 11.x, and fix warnings so it passes with -Werror.
3262         (_AC_PROG_CC_C99): Likewise.
3263         Reported by Albert Chin <china@thewrittenword.com>.
3264         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
3266 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3268         * bin/autoscan.in (subdirs): New global.
3269         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
3270         (output): Emit AC_CONFIG_SUBDIRS as needed.
3271         * tests/autoscan.at (autoscan): Remove XFAIL.
3273 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3275         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
3277 2006-04-03  Eric Blake  <ebb9@byu.net>
3279         * THANKS: Add myself.
3281 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3283         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
3284         to log, point to testsuite output tree.
3286 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3288         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
3289         * doc/autoconf.texi (Function Portability): Mention that C++
3290         has trouble with 'exit'.
3291         (Guidelines): Test programs shouldn't use 'exit'.
3292         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
3293         Remove; all uses removed.
3294         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
3295         Return from 'main' instead of calling 'exit'.
3296         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
3297         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
3298         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
3299         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
3300         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
3301         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3302         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
3303         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
3304         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
3305         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
3306         * tests/compile.at: Likewise.
3308 2006-04-02  Pavel Roskin  <proski@gnu.org>
3310         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
3312 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3314         Clean up _AC_COMPILER_EXEEXT* macros.
3316         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
3317           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
3318           ac_file to the name of the default output file and call
3319           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
3320           initial `rm' of the candidate files...
3321         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
3322           the same list in subsequent `rm' calls, and for the temporary
3323           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
3324           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
3325         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
3326         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
3327           no longer needed) by libtool.  Make it a cache check.
3328         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
3329           copied here by mistake.
3330         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
3331           _AC_COMPILER_EXEEXT.
3332         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
3333           _AC_COMPILER_OBJEXT directly.
3334         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3336 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3338         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
3339         (AS_DIRNAME): Use it.
3340         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
3342         * tests/*.at: Remove the generated ones.
3344 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3346         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
3348 2006-04-01  Eric Blake  <ebb9@byu.net>
3350         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
3351         directories, unless optional third argument supplied.
3352         (AS_UNAME): Don't optimize PATH walk.
3354         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
3356 2006-04-01  Eric Blake  <ebb9@byu.net>
3357         and Stepan Kasal  <kasal@ucw.cz>
3359         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
3360         and fix some typos.
3362 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
3364         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
3365         Autoconf version number despite a zero- or one-argument AC_INIT.
3367         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
3368         subordinate tools.
3369         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
3370         * doc/autoconf.texi (autoreconf Invocation): Document it.
3372         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
3373         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
3375 2006-04-01  Eric Blake  <ebb9@byu.net>
3377         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
3378         * lib/autotest/general.m4: Be tolerant of existing directory when
3379           rm failed to remove it.
3381 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3383         * bin/autoupdate.in: Redefine m4_location so that warnings print
3384         the correct lines of the input file by subtracting..
3385         (_au__first_line): ..this new definition.
3387         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
3388         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
3389         Remove stray newline in output.
3390         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
3391         AC_DEFUN this for autoconf, including the obsoletion diagnose.
3392         Fixes autoupdating of code where the replacement output contains
3393         m4sugar macros.
3394         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
3395         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
3396          (au_exclude_list): Add AC_LANG_SAVE.
3397         * tests/tools.at: Several new tests for all of this.
3398         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
3399         hairy details.
3400         The AC_LANG_SAVE issue was reported against Libtool by
3401         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
3402         Kristian Kvilekval <kris@cs.ucsb.edu>.
3404 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3406         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
3407           switch all of them on and of when necessary.  Fixes the bug when
3408           m4sugar macros (e.g., m4_define) were expanded after the first
3409           automatic update (e.g., after AC_PREREQ or AC_INIT).
3411 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
3413         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
3414         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
3416         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
3417         correctly.  Problem reported by Eric Blake.
3418         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
3419         Ralf Wildenhues.
3421 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3423         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
3424         Tighten up the basename/dirname wording.
3426 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3428         * Makefile.maint (sc_texi_notab): New check: do not use TABs
3429         in texinfo files outside of verbatim environments.
3430         (syntax-check-rules): Update.
3431         * doc/autoconf.texi (Configuration Headers): Conform to it.
3433 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
3435         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
3436           aclocal cannot be given on the command line.
3438 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3440         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
3441         Give an example for AS_DIRNAME instead of referring to Posix..
3442         (File System Conventions): Put discussion of // versus / here, and
3443         modernize it a bit.
3444         (Limitations of Usual Tools): Add basename.  Remove verbiage
3445         after dirname, since it got moved to the above sections.
3446         All this was inspired by a patch proposed earlier by Eric Blake.
3448 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3450         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
3451         `$0' to protect against spaces.
3452         * lib/autotest/general.m4 (AT_INIT): Likewise.
3453         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
3454         `$0', $as_me.
3456 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3458         * bin/autoscan.in: The value of find_configure_ac should be
3459         checked for existence, so we don't barf over a nonexisting
3460         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
3462 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3464         * bin/autoupdate.in: Fix some typos.
3466 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
3468         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
3470         * lib/autoscan/autoscan.list: Refreshed.
3472 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3474         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
3475         and Erlang related variables.
3477         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
3478         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
3479         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
3480         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
3481         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
3482         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
3483         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
3484         (_AC_PROG_OBJC_G): New macros.
3485         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
3486         * doc/autoconf.texi (Objective C Compiler): New node.
3487         (Preset Output Variables): Document OBJCFLAGS.
3488         (Language Choice): Document `Objective C' language.
3489         (Fortran Compiler): Fix typo.
3490         * NEWS: Updated.
3491         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
3493 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
3495         * doc/autoconf.texi (Default Includes): Fix typo
3496           s/AC_HEADERS_STDC/AC_HEADER_STDC/
3497         (Limitations of Usual Tools): s/unwriteable/unwritable/
3498         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
3499           Fix typos in the comments.
3501 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
3503         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
3504           Factor out the warning to...
3505         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
3506         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
3507         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
3509         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
3510           case `ac_delim' when writing the sed script.
3512         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
3513           moved DUALCASE=1 ...
3514         (AS_SHELL_SANITIZE): ... here.
3515         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
3516           that it is set.
3518         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
3519           AC_SUBST.
3520         (_AC_PATH_PROG): Store the result to VARIABLE.
3521         (AC_PATH_PROG): No need to set VARIABLE again.
3523         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
3524           the first one is usual AT_CHECK_MACRO test, the second one checks
3525           that the same works when cross-compiling.
3526         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
3527         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
3529 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3531         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
3532         the directory `/usr/bin/posix' in the shell search, to prefer
3533         the Posix shell not only in subsequent spawns as with `$BIN_SH'
3534         on Tru64.
3536         * doc/autoconf.texi (contents): To fix texi2html output, hide
3537         `@setcontentsaftertitlepage' for HTML.
3538         (Writing Autoconf Macros): Likewise, insert space after `@c'.
3539         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
3540         `@,{c}'.
3542 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
3544         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
3545           sanitizing...
3546         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
3547         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
3548           why IFS is restored so late; thank you, Ralf, for reminding us.
3550 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
3552         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
3553           variables in the examples.
3555 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3557         * doc/autoconf.texi (several sections): Cleaned up documentation for
3558         macros in erlang.m4.
3560 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3562         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
3563         failure condition for `$(cmd)' style command substitutions.
3564         (Parenthetical command substition, Multiline parenthetical
3565         command substition): Use it.
3567         * doc/autoconf.texi (Special Shell Variables): Missing word.
3568         Reported by Keith Marshall <keith.marshall@total.com>.
3570         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
3571         IFS even in case of empty `$PATH'.
3573 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3575         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
3576         `expr' away if there is nothing to do.
3577         < --keywords >: Simplify and robustify argument handling.
3578         Revert erroneous comment from 2005-08-23.  Extend to allow
3579         keyword negation with `!'.
3580         Update help message.  Remove broken code to prevent running
3581         tests multiple times.
3582         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
3583         Update and fix the documentation accordingly.
3584         * tests/autotest.at (Keywords): Renamed to..
3585         (Keywords and ranges): .. this.  Extended to make sure negated
3586         keywords, keywords taken from AT_SETUP arguments, and numeric
3587         test ranges work, and that matching is case-insensitive.
3589 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3591         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
3592         allow to pass unnamed structs even in C++.
3593         (AC_CHECK_SIZEOF):  Likewise.
3594         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3595         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
3596         struct): New tests for unnamed structs, each both native and
3597         cross-compiling.
3599         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
3600         a structure inside a cast, for C++ conformance.
3601         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
3602         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3604         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
3605         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
3606         trying to execute the command `no'.
3608         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
3609         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
3610         expanded outside.
3612         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
3613         example.  Do not emphasize `$%', it is hardly new and special.
3614         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
3616         * doc/autoconf.texi (Limitations of Usual Tools): Document
3617         OpenBSD and traditional `grep' failure to handle multiple
3618         patterns separated by newlines.
3620 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3622         * doc/autoconf.texi (several sections): Add documentation for macros
3623         in erlang.m4.
3625 2006-03-10  Eric Blake  <ebb9@byu.net>
3627         * doc/autoconf.texi (Obsolete Macros): Fix wording of
3628         AC_TRY_LINK_FUNC.
3630 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
3632         * doc/autoconf.texi: Use @acronym more consistently for acronyms
3633         like BSD, GPL, LGPL.  Fix minor English typos.
3634         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
3635         Mention that these macros are becoming obsolete.
3636         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
3637         Use more modern terminology for which standard is what.
3638         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
3639         and to ansi2knr.
3640         (AC_PROG_CXX): Likewise.
3641         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
3642         Remove obsolete discussion about how to port to K&R.
3643         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
3644         the obsolescent AC_HEADER_STDC.
3645         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
3646         can't rely on it.
3648 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3650         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3651         Remove stdin redirection from /dev/null to allow pipe to work.
3653 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
3655         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3656         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
3657         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
3658         Ralf Wildenhues.
3660 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3662         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
3663         HP-UX sed is 99 commands, not 100.
3664         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
3665         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
3666         newline for portability.
3667         * tests/torture.at (Torturing config.status): Also test 100
3668         AC_SUBST_FILE invocations.  Fix test to actually verify the
3669         AC_CONFIG_FILES output.
3670         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
3671         command, label, and read-file `r' limits.  Unify HP-UX spelling.
3673         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
3674         non-suffix rule.
3675         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
3676         non-GNU make.
3677         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
3678         * tests/mktests.sh: Small shell portability fixes.
3680 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3682         * doc/autoconf.texi (Caching Results): Fix the examples to use a
3683         recommended quoting style and discard unwanted output.
3685 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3687         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
3688         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
3689         cases, and to work around Tru64 expr bug.
3691 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3693         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
3694         expr bug that turns the result of a regex match into a number if
3695         possible.
3697 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3699         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
3700         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
3701         in section `Specific Compiler Characteristics'.
3703 2006-03-04  Eric Blake  <ebb9@byu.net>
3705         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
3706         variable warning.
3708 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3710         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
3711         order of variable initialization, so even the Solaris 2.6 shell
3712         can create a config header correctly.  Fixes lots of test suite
3713         failures.
3715 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3717         * doc/autoconf.texi (Text processing Macros): New node to
3718         document the m4sugar macros m4_re_escape, m4_tolower,
3719         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
3721 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
3723         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
3724         XrmInitialize (0) -> XrmInitialize ().
3725         Reported by Toshio Kuratomi.
3727 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3729         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
3730         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
3731         * doc/autoconf.texi (Programming in M4sh): Adjusted.
3732         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
3733         both macros are defun'ed so that required macros are evaluated
3734         outside.
3736         * doc/autoconf.texi (Prerequisite Macros): State more precisely
3737         where a required macro will be expanded.
3738         (Coding Style): Another reason not to use `m4_define'.
3740 2006-02-21  Eric Blake  <ebb9@byu.net>
3742         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
3744 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3746         * doc/autoconf.texi (Looping constructs): New node, to
3747         document m4_for, m4_foreach, m4_foreach_w, and mention
3748         obsolete AC_FOREACH.
3749         (Obsolete Macros): Document AC_FOREACH.
3750         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
3751         (m4_for): Fix to never loop (almost) endlessly, work correctly
3752         with arithmetic expressions in arguments, a step of zero or
3753         non-integer multiple of the interval, and avoid integer
3754         overflow.
3755         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
3756         m4_foreach_w.
3758 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3760         Add basic support for Erlang, both for configuring Erlang/OTP
3761         tools, and Erlang as a conf test language.
3762         * lib/autoconf/erlang.m4: New file.
3763         * lib/autoconf/autoconf.m4: Add erlang.m4.
3764         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
3765         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
3766         * NEWS: Add short description of new macros.
3767         * THANKS: Add Romain Lenglet.
3769 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3771         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
3772         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
3774 2006-02-15  Eric Blake  <ebb9@byu.net>
3776         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
3777         warning.
3779 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3781         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
3782         (_AS_CASE): Private helper macro.
3783         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
3784         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
3785         Fix syntax of AS_IF description
3786         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
3787         for the AC_REQUIRE mess.
3788         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
3789         AS_SHELL_SANITIZE.
3791 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
3793         * doc/autoconf.texi: Minor style cleanup.
3794         Be consistent about spaces after commas.
3795         Insert [] where empty args look a bit funny.
3796         Fix some "i.e." and "e.g." usages.
3797         Try to avoid "X/Y" usages.
3798         Don't be pedantic about "ISO C99"; just say C99.
3799         Prefer GNU style for spaces in front of parens.
3800         (Function Portability): Comment about C89 versus C99
3801         signed integer division.
3802         (Particular Headers): Use current gnulib style for dirent
3803         includes.
3805 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
3806         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3808         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
3809         macros without parameters.
3810         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
3811         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
3812         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
3813         `$#' bug.
3814         (autoupdate): Updated to match AU_ALIAS fix.
3816 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3817         and Paul Eggert  <eggert@cs.ucla.edu>
3819         * doc/autoconf.texi (Programming in M4sh): Document
3820         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
3822 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3824         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
3825         (AS_BOURNE_COMPATIBLE): ..this.
3826         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
3828 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3830         * doc/install.texi (Defining Variables): Tighten up the
3831         CONFIG_SHELL wording.
3833 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
3834         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3836         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
3837         of (set -o) rather than testing whether (set -o posix) succeeds,
3838         to work around a bug in the AIX 5.3 shell.  Problem originally
3839         reportd by Howard Chu for libtool.
3841 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
3843         * doc/autoconf.texi (Running the Compiler, Running the Linker):
3844         Changes the macro arguments in summaries to match the
3845         descriptions.
3847 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
3849         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
3850         hint as ``a workaround for a bug.''
3852 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3854         * bin/autoreconf.in: New option `--no-recursive'.
3855         Improve wording for subpackages a bit.
3856         * doc/autoconf.texi (autoreconf Invocation): Updated.
3857         * NEWS: Updated.
3859         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
3860         in environment of `configure', not the command line.
3861         Reported by Howard Chu <hyc@highlandsun.com>.
3863 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
3865         * doc/autoconf.texi (Limitations of Builtins): Document the
3866         problem with "trap -".
3868 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
3870         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
3871         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
3872         messages to differentiate Fortran and Fortran 77 tests.
3873         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
3874         AC_LANG_ASSERT, to allow use in mixed-language projects.
3876 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3878         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
3879         FOO" to "defined (FOO)".
3880         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
3881         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
3882         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
3883         * tests/tools.at (ifnames): Likewise.
3885 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3887         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
3888         * lib/Autom4te/General.pm (mktmpdir): Likewise.
3889         (END): Improve error message a bit.
3890         Reported by Bruce Korb <bkorb@gnu.org>.
3892 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3894         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
3895         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
3897 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
3899         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
3900         requires sys/stream.h.  Reported by Oliver Kiddle.
3902 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3903             Stepan Kasal  <kasal@ucw.cz>
3905         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
3906         before the removals of test dirs, use `find' to avoid modification
3907         of symlinked directories.
3909 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
3911         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
3912         Don't ignore the macro arguments.
3914 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
3916         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
3917         declaration that works for MSVC.
3919 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3921         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
3922         Add `*.map' and `.inf' for Green Hills compiler.
3923         Reported by Stefan Seefeld <stefan@codesourcery.com>.
3925         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
3926         correctly: pad with spaces after FIRST_PREFIX if necessary,
3927         and compute string lenghts with `m4_qlen' instead of `m4_len'.
3928         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
3929         * tests/m4sh.at (AS_HELP_STRING): Test extended.
3930         * NEWS: Updated.
3931         Reported by numerous people, numerous times.
3933 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3935         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
3936         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
3937         * lib/autoconf/general.m4, lib/autoconf/status.m4:
3938         * lib/autotest/general.m4, tests/local.at:
3939         Update copyright year to 2006.
3941         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
3942         sed substitutions.
3943         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
3944         for file names, again.  Reported by Noah Misch.
3945         (Coding Style): Explain that s|a|b| is preferred for file names.
3946         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
3947         (AC_OUTPUT_MAKE_DEFS): Likewise.
3948         * lib/autotest/general.m4 (AT_INIT): Likewise.
3949         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
3950         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
3952         Fix Posix-conformance bugs re use of { command in sed scripts,
3953         and improve the sed-related documentation a bit.
3954         * doc/autoconf.texi (Installation Directory Variables): Use
3955         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
3956         rather than "sed" when talking about Sed in general.
3957         (Particular Programs): Likewise.
3958         (Coding Style): y is like s with respect to / and ,.
3959         (Limitations of Usual Tools): Document the weird restrictions
3960         that Posix has about { }.  Use better quoting.
3961         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
3962         Rewrite to conform to Posix rules about { } in sed scripts.
3963         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
3964         * tests/foreign.at (Libtool): Likewise.
3965         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
3966         Use our own style advice re 's,a,b,' versus 's|a|b|'.
3968 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3970         * lib/autoconf/status.m4: Fix typo.
3972         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
3973         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
3974         `-def', for the benefit of Portland `pgf90 -Mipa'.
3975         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
3977 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
3979         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
3980         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
3981         shell from zsh to bash.
3983 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
3985         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
3986           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
3988 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3990         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
3991         parentheses in $(...).  Problem reported by Eric Blake.
3993 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3995         * doc/autoconf.texi (Limitations of Usual Tools):
3996         Mention which characters can be escaped with \ in portable regular
3997         expressions used in grep, sed, expr.  Mention the leading ^ problem
3998         with expr.  Clean up some confusing wording.  Mention which
3999         grep options are portable.
4001 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
4003         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
4005 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
4007         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
4008         patch, noted by Ralf Wildenhues.
4010 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4012         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
4013         posix' unconditionally, for pdksh in `native sh' emulation.
4015 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
4017         * doc/autoconf.texi (Shellology): Document eval $? problem
4018         with ash.
4019         (Limitations of Builtins): Likewise.
4021 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4023         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
4024         CONFIG_SHELL in the environment of the configure rerun.
4025         * doc/autoconf.texi (Here-Documents, config.status Invocation):
4026         Suggest passing CONFIG_SHELL absolute, and in the environment
4027         rather than as option.
4029 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4031         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
4032         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
4033         Fix macro quoting.  Fix output for n * 98 substituted variables.
4035 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4037         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
4038         `tmp' to avoid file removal race.
4040 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4042         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
4043         ac_clean_files and LIBOBJS.
4045 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4047         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
4048         Factor functionality to..
4049         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
4050         `AC_SUBST($1)' in the public version.
4051         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
4052         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
4053         ac_pt_* variables.
4055 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
4057         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
4058         filesystems.
4060 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4062         * NEWS: Move AH_HEADER mention to right place.
4064 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
4066         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
4067         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4069 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
4071         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
4072         conftst2.$ac_objext.
4073         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4075 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
4077         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
4078         conftest.o, to see whether the compiler really obeys; rm the object
4079         file before and after the test and register it with ac_clean_files.
4080         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4082 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
4084         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
4085         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
4086         code so that the most common case requires less forks.
4088 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
4090         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
4091         not portable; thanks to Paul Eggert and Alexandre.
4093         * NEWS: Fix an old typo.
4095 2005-10-20  Jim Meyering  <jim@meyering.net>
4097         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
4098         the latter'', in two places.
4100 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4102         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
4103         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
4104         the inner workings of AC_LANG_FUNC_LINK_TRY.
4105         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
4106         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
4107         by the function rather than ignoring it.
4108         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
4109         comparing its address.  Intel's interprocedural optimization was
4110         outsmarting the old heuristic.  Problem reported by
4111         Mikulas Patocka.
4113 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
4115         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
4117 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4119         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
4120         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
4122 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
4124         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
4125         before removing it (chmod -R u+rwx); there are three instances of this.
4127 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4128             Stepan Kasal  <kasal@ucw.cz>
4130         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
4131         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
4132         make its content writable before removing it.  Remove an errorneous
4133         comment from the end, where the logs of the failed tests are copied
4134         to the main log file.
4136 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
4138         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
4139           in case the computer is too quick.  Double quote the configure.ac
4140           snippets.
4142         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
4143           problems if the testsuite were running too fast.
4145 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4147         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
4148         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
4149         (which belong to Xt, not X itself).  See Debian bug 327655.
4150         * NEWS: Mention this.
4152 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
4154         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
4156 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4158         * config/move-if-change: Don't output "$2 is unchanged";
4159         suggested by Ben Elliston.  Handle weird characters correctly.
4161 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
4163         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
4164           calls, so that the final expansion of this macro is shorter.
4165           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
4166           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
4167           the cleanup there.  Use AS_VAR_* macros, to be more general.
4168         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
4170         * lib/autoconf/general.m4: Use AS_IF where appropriate.
4172         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
4174 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
4176         * doc/autoconf.texi (Configuration Headers): Add an index entry
4177           for AH_HEADER.
4179 2005-08-26  Pavel Roskin  <proski@gnu.org>
4181         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
4182         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
4183         running xmkmf.
4185 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
4187         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
4188         The previous patch didn't work, so try a better one.
4190 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
4192         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
4193         in the example.  Reported by Bruno Haible.
4194         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
4195         "if $undefined_var;" succeeds with my shell.
4197         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
4198         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
4199         but change the m4_divert_text to m4_divert_once.
4201 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4203         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
4204         Work around bug in Solaris /usr/xpg4/bin/awk.
4205         The bug is present in at least Solaris 8 through 10.
4207 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
4209         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
4210         some evil values and relying on the fact that $* concatenates the
4211         parameters by the first character from IFS.
4213 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
4214             Stepan Kasal  <kasal@ucw.cz>
4216         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
4217         first header appears, define AH_HEADER.
4218         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
4219         Update limitations about when to call AC_CONFIG_HEADERS.
4220         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
4221         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
4222         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
4223         ``Configuration Actions''; fix their index entries.
4225         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
4226         options correctly.  Process N-M as M-N if M is smaller than N.
4227         Process ranges correctly so that N-N will run only N.
4228         Sort and uniquify the tests that will be run.  If there is more
4229         than one test, reinsert the banners for the tests.
4230         * tests/autotest.at (Keywords): Unmark XFAIL.
4232 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
4234         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
4235           before passing the macro name to AH_TEMPLATE.
4237         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
4238           now opens log after option processing; in particular, --version
4239           and --help do not touch config.log.
4241         * Makefile.maint: Revert the change from 2005-08-12.
4243 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
4245         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
4246           common code to...
4247         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
4249 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4251         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
4252         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
4253         Language cleanup.
4255         * doc/autoconf.texi (Defining Symbols, Changed Results):
4256         Prepend to LIBS, not append, in examples.
4258 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
4260         When building in place, set srcdir="."; suggested by Tim Van Holder.
4262         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
4263           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
4264         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
4265         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
4266           does not mean "no --srcdir option".
4268 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4270         * tests/autoscan.at (autoscan): New file.
4271         * tests/suite.at: Use it.
4272         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
4273         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
4275         * tests/autotest.at (Keywords): Test keywords combinations.
4277 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
4279         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
4280           add "2>&1"; gzip 1.2.4 prints help on stderr.
4282 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
4284         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
4285         was pushdef'ed twice while popped only once.  Push it only once.
4286         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
4288 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
4290         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
4291         prefixed by mere "===", not "configure: === ".
4293 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
4295         * Makefile.maint: Update from Bison.
4297         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
4298         "<tab>" in comment, so that the point is understandable.
4300 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
4302         Rewrite substantial part of lib/autoconf/status.m4.
4303         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
4304         and CONFIG_COMMANDS are not processed in four separate loops.
4305         Instead, there is one main loop.  This alows that the common code
4306         is expanded only once, thus config.status (and configure) is smaller.
4308         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
4309         the AC_LIST_FILES and cousins macros are no longer used.
4311         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
4312         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
4313         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
4314         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
4315         contain the initialization, nor the for loop, nor the associated
4316         commands; all these go to ...
4317         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
4318         _AC_OUTPUT_CONFIG_STATUS.
4319         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
4320         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
4321         (_AC_OUTPUT_FILE): The creation of the sed script ...
4322         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
4323         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
4324         _AC_OUTPUT_MAIN_LOOP.
4325         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
4326         _AC_CONFIG_COMMANDS): Use ...
4327         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
4328         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
4329         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
4330         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
4331         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
4332         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
4333         ... new macros.
4334         (_AC_CONFIG_UNIQUE): Update.
4335         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
4336         Replaced by this ...
4337         (_AC_LIST_TAGS): ... new common macro.
4338         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
4339         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
4340         (_AC_LIST_TAG_COMMANDS): ... new common macro.
4341         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
4342         this didn't belong to the `config commands' section.
4343         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
4344         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
4345         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
4346         to the `config commands' section either.
4347         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
4348         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
4350         ... and many changes to the comments nearby.
4352         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
4353         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
4354         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
4355         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
4356         (#define header templates): The comment at the top of the generated
4357         header now includes the name(s) of the source file(s).
4359         Several unrelated small changes:
4361         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
4362         parameter to AC_DIAGNOSE.
4363         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
4364         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
4365         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
4366         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
4367         with AU::AC_OUTPUT.
4368         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
4369         in AC_OUTPUT doesn't double-quote it either.
4370         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
4371         parameters.
4373 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
4375         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
4376         versions of Portland Group compiler produce single- and double-quoted
4377         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
4378         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4380 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
4382         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4383         This is a corrected version of yesterday's patch.
4385 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
4387         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
4388         path, too; insert a "===" to emphasize the line.
4390         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
4391           ac_cv_build_alias to ac_build_alias.
4392         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
4394         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
4395         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
4396         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
4397         (AC_ARG_VAR): ... here.
4398         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
4399           target_alias.
4401         Keep a list of all precious variables and process them with one simple
4402         for loop, instead of expanding all commands, or, OTOH, complicated
4403         processing of output of "set".
4404         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
4405         variable names in new macro...
4406         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
4407         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
4408           a loop to assign all ac_env_* and ac_cv_env_* variables.
4409         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
4410           to INIT_PREPARE.
4411         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
4412           its value to shell variable ac_precious_vars and call
4413           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
4414         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
4415           _AC_ARG_VAR_VALIDATE.
4417         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
4418           and the AC_SUBSTs ...
4419         (AC_INIT): ... here.
4421         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
4422           the ac_subst_files section in config.log.
4424         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
4426 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4428         * NEWS: New macro AC_C_TYPEOF.
4429         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
4430         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
4431         * tests/c.at (C keywords): Test AC_C_TYPEOF.
4433         Fix problems reported by Nicolas Joly.
4434         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
4435         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4436         They are generated by the Tru64 v5.1B shell.
4438 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
4440         Fix my changes from 2005-07-01; reported by Noah Misch.
4441         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
4442         description, the macro now accepts only a single tag.
4443         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
4445         Fix cases when the varsions of Autoconf and Autotest don't match.
4446         Reported by Noah Misch.
4447         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
4448         at_top_builddir, for compatibility with older autotest.
4449         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
4450         is not set, use at_top_builddir, for compatibility with older
4451         versions of autoconf.
4453 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4455         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
4456         Problem reported by Patrick Welche.
4458 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4460         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
4461         sed substitution command, so that we allow | in program prefixes
4462         and program suffixes.  (& is a problem anyway; we're not fixing
4463         that here.)
4464         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
4465         configure_input, top_builddir, srcdir, etc.
4466         * lib/autotest/general.m4 (AT_INIT): Likewise, for
4467         PATH_SEPARATOR in AUTOTEST_PATH.
4469 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
4471         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
4472         for loop over config.site files using `set', to allow
4473         directory names containing IFS characters.
4475 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4477         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
4478         directories with weird names.  Apparently some people like living
4479         on the edge.  However, improve the test that "pwd" actually does
4480         report a name for the working directory.
4481         * NEWS: Remove the claim that we test for funny chars in dir names.
4483 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
4485         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
4486         replaced ...
4487         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
4488         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
4489         Now accept a single tag, not whitespace separated list.
4490         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
4492 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
4494         * doc/autoconf.texi (Configuration Headers): Change the explanation
4495         about #include <config.h>.
4496         (Generic Functions): Mention the Gnulib project.
4497         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
4499         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
4500         document to output the default config_* lists to config.status.
4501         Don't recognize option --file, if the functionality is not there.
4502         Likewise for --header; moreover, recognize --he and --h as shortcuts
4503         for --help in that case.
4505         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
4506         matches the order of execution.  No code changed.
4508 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4510         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
4511         single-quoted -cmdline argument in Portland Group compiler.
4512         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4514 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
4516         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
4518 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4520         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
4521         descriptors to child processes; reported by Norman Gray.
4523 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4525         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
4527         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
4528         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
4529         (AC_SUBST): Call it.
4530         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
4531         the directory specific variables; but don't call it for configure_input.
4533 2005-06-28  Derek Price  <derek@ximbiot.com>
4535         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
4536         addition.
4538 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4540         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
4541         directory have inherent problems with special characters like spaces,
4542         due to limitations in Make syntax.  Problem reported by Alexandre
4543         Duret-Lutz.
4544         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
4545         Also, fix Tru64 porting problem with shell patterns,
4546         reported by Ralf Wildenhues.
4548 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4550         * doc/autoconf.texi (Subdirectories): Fix markup typos.
4552 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4554         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
4556         Fix some more shell quoting problems.  Prompted by a bug report
4557         from Justace Clutter.
4558         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
4559         variable into diagnostic.  Make the diagnostic an error, not a warning,
4560         because we really don't support spaces and suchlike in dir names.
4561         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
4562         Don't worry about backslashes in srcdir; it can't happen now.
4563         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
4564         Simplify ac_optarg handling.
4565         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
4567 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
4569         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
4570         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
4571         * tests/atlocal.in: Propagate $EGREP and $SED.
4572         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
4573         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
4575         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
4576         that '\|' is not allowed in BREs; recommend using newline separated
4577         list of patterns instead of multiple -e options.
4579         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
4581         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
4583 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4585         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
4587 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
4589         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
4590         b, t, r, w commands require single space, while : cannot have any.
4591         (Special Shell Variables): Fix sed code this in the example.
4592         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
4593         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
4595         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
4596         expand to the empty list.  Don't use two pairs of m4_changequote,
4597         it's not necessary.
4599 2005-06-20  Derek Price  <derek@ximbiot.com>
4601         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
4603 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
4605         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
4606         * doc/autoconf.texi:
4607         Don't mention Solaris versions so much, if a
4608         problem is common to all extant versions of Solaris.  Say "SunOS
4609         4" instead of "SunOS" for SunOS 4.
4610         (awk): Mention more of the limitations of traditional Awk.
4611         (cat): Don't talk about cat -v.
4613 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
4615         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
4616         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
4617         but the implementation is entirely different and is designed
4618         to be compatible with glibc strverscmp.
4619         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
4621         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
4622         on Mac OS X 10.4 reported by Peter O'Gorman in:
4623         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
4624         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
4625         Use shell builtins rather than 'expr', to work around expr bug.
4627 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
4629         * doc/autoconf.texi: "filesystem" -> "file system".
4630         "behaviour" -> "behavior".
4631         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
4632         * lib/autoconf/general.m4: Omit blank after ":" sed command,
4633         as per POSIX.
4634         * lib/m4sugar/m4sh.m4: Likewise.
4635         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
4636         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
4638         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
4639         (.x.1): Ignore the time stamp in the .TH line when deciding whether
4640         to update the man page.  That way, we don't have to check in new
4641         man pages every month.
4643         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
4644         quotes and backslashes.  Patch from Derek Price.
4646 2005-06-10  Derek Price  <derek@ximbiot.com>
4648         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
4649         AS_TR_SH.
4651 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
4653         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
4654         -u, since it outputs chatter if the input files are the same.
4655         Problem reported by Ralf Menzel.
4657 2005-06-08  Derek Price  <derek@ximbiot.com>
4659         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
4660         renaming them since they are about to be redefined anyhow.
4662 2005-06-08  Derek Price  <derek@ximbiot.com>
4664         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
4665         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
4666         Move m4_undefine to alphabetical order.
4668 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
4670         * README: Recommend GNU M4 1.4.3 or later.
4671         * doc/autoconf.texi (Introduction): Likewise.
4672         Reword to avoid some formatting glitches.
4673         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
4674         Clarify explanation of HP compiler bug.
4675         Redo example output tp match current CVS snapshot.
4676         Use @example.org in email addresses when the examples
4677         might get inadvertently cut-and-pasted into user code.
4678         Remove example of autom4te usage that doesn't seem to work now.
4679         Use modern AC_INIT (except when the example is meant to be
4680         shown with Autoconf 2.13).
4681         Update ksh info for Solaris 9 and later.
4682         KB -> kB.
4683         Modernize description of Automake versions a bit.
4684         Don't claim a future version of Autoconf is near.
4685         * doc/install.texi: Reword to avoid some formatting glitches.
4687 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4689         * doc/autoconf.texi: Add [] to examples, so that the manual
4690         follows its own advice about quoting better.
4691         Reword to avoid some formatting glitches.
4692         * doc/installt.exi: Reword to avoid some formatting glitches.
4694         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
4695         Tru64 ksh pattern matching bug.  Reported against Libtool by
4696         Albert Chin <libtool@mlists.thewrittenword.com> and
4697         Nicolas Joly <njoly@pasteur.fr>.
4699 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4701         m4_cdr of one-member list was [[]] (one-member list containing an
4702         empty string) instead of [] (an empty list.  Callers were skewed to
4703         match this misbehaviour.  As a consequence of this:
4704          - m4_foreach([x], [], [foo]) expanded to `foo', while
4705          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
4706         This bug has been fixed:
4708         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
4709           expand to an empty string; print error msg if called without
4710           an argument list.
4711         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
4712           misbehaviour; handle [] and [[]] correctly.
4714 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4716         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
4717         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
4718           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
4720 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
4722         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
4723           swallow records with more than 99 fields.
4724         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
4725           parse the long line.
4727 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
4729         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
4730           swallow literals longer than 399.  Reported by Ralf Wildenhues.
4731         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
4732           to workaround this limitation.
4734 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
4736         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
4737         to gfortran, and make these the first two compiler names
4738         checked (following the general autoconf preference for gcc).
4740 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
4742         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
4743         (DISTCLEANFILES): Remove $(check_SCRIPTS).
4744         (testsuite): Make sure autotest.m4f is up-to-date before using it.
4746 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4748         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
4749         expression of unbounded size when processing the --list
4750         option.  This runs afoul of a limit of 399 bytes per regular
4751         expression on AIX.  Problem reported by Ralf Wildenhues.
4753 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
4755         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
4756         * doc/autoconf.texi (Particular Headers): Reword example
4757         for multiline stdbool replacement.
4758         (Setting Output Variables): Reword text a bit.  Don't
4759         give all the details about |#_!!_#|.
4760         Reword description of line replacement.
4762 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
4764         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
4765         now contain newlines, and substituted files must be referenced on
4766         a line alone; the sed scripts to substitute them are now very
4767         different.
4768         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
4769         commands can be put in a sed script portably.
4770         * doc/autoconf.texi (Setting Output Variables): Document above
4771         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
4772         use of multiline substitution.
4773         * tests/torture.at: No longer expect substitution of newline to fail.
4775 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
4777         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
4778         From Ralf Menzel (trivial change).
4780 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4782         * tests/local.at: Don't attempt to check for negated character
4783         classes in shell scripts.  The test was too brittle.
4785 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
4787         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
4788         * doc/autoconf.texi (Limitations of Builtins): Document this
4789           limitation.
4791 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
4793         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
4794           common code; used in many places in the tree.
4795         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
4796         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
4798         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
4800         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
4801           messages when ac_unique_file is not found.
4802         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
4803         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
4804           commands, for consistency with AC_MSG_ERROR and such.
4806         * bin/autoconf.as: Make more use of "shift 2" in option processing.
4808         * bin/Makefile.am: Merge the two rules for creating scripts.
4810 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
4812         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
4813         obsolete; it was never documented.
4814         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
4816 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
4818         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
4819         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
4820         (ac_top_builddir): ... this ...
4821         (ac_top_build_prefix): ... to this; the old name is also kept, for
4822           backward compatibility.
4823         (ac_top_builddir_sub): New variable, without the trailing slash,
4824           always nonempty.
4825         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
4826         * doc/autoconf.texi (Configuration Actions): Rename
4827           ac_top_builddir to ac_top_build_prefix.
4828         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
4829           at_top_builddir to at_top_build_prefix.
4830         * lib/autotest/general.m4 (AT_INIT): Likewise.
4832 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
4834         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
4835           of confdefs.h .
4837 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
4839         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
4840           argument to m4_foreach.  I guess it was necessary in the past,
4841           but I think it's a no-op now.
4843 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
4845         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
4846           ``cat <<_ACEOF'' commands to one.
4847         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
4848         * lib/autoconf/status.m4: On various places, use expr instead of
4849           ``echo|sed.''
4850         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
4851         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
4852         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
4853           a range.
4854         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
4855           the wrong patterns between ``case'' and ``esac.''  The previous
4856           code had false positives.
4858 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
4860         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
4861         as on 2005-05-02.
4862         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
4863         Mention LIBOBJDIR.
4865 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
4867         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
4868         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
4869         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
4870         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
4871         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
4872         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
4873         config/config.guess, config/config.sub, config/elisp-comp,
4874         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
4875         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
4876         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
4877         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
4878         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
4879         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
4880         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
4881         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
4882         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
4883         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
4884         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
4885         lib/autoconf/general.m4, lib/autoconf/headers.m4,
4886         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
4887         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
4888         lib/autoconf/specific.m4, lib/autoconf/status.m4,
4889         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
4890         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
4891         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
4892         lib/autotest/general.m4, lib/emacs/Makefile.am,
4893         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
4894         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
4895         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
4896         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
4897         tests/compile.at, tests/foreign.at, tests/fortran.at,
4898         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
4899         tests/semantics.at, tests/suite.at, tests/tools.at,
4900         tests/torture.at, tests/wrapper.as:
4901         Update FSF postal mail address.
4903 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
4905         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
4906           check.
4907         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
4908           enough arguments, similarly as in m4_bpatsubsts.
4910 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
4912         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
4913           of absolute paths.
4915 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
4917         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
4918           for absolute directory names in one loop.
4919         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
4920           abbreviations of --version and --debug.
4922 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
4924         * doc/autoconf.texi (Autoconf Language): Be more precise about
4925         quoting rules.  Problems noted by Stepan Kasal.
4926         Also, throughout this document, be more careful about white space.
4927         "blank", "white space", and "space" all have different meanings
4928         and we should be careful to say what we mean.
4930 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
4932         Fix C++ related problems reported by Werner Lemberg.
4933         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
4934         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
4935         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
4936         avoid problems with C++ and throw.
4937         * tests/compile.at: .cpp, not .cc.
4939         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
4941 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4943         * doc/autoconf.texi (Generic Functions): Typos.
4945 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
4947         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
4948         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
4949         set by latest automake.
4951 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
4953         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
4954         outputs 0 on GNU/Linux these days.
4956 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
4958         * doc/autoconf.texi (Autoconf Language): Add more description
4959         about quoting heuristics.
4960         (Limitations of Builtins): Describe "set -" problems.
4962 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4964         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
4965         not newline.
4967         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
4968         by AC_DEFINE; it was a mistake.
4969         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
4971 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
4973         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
4975 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
4977         * doc/autoconf.texi (External Software): Quadrigraphs are not
4978           processed correctly in AS_HELP_STRING; avoid this in the examples.
4979         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
4980         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
4981           comment and reduce m4_default([foo], []) to [foo].
4982         (m4_strip): Update the explanation.
4984 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
4986         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
4987         Remove core.conftest.* too; it's generated by Tru64 5.1.
4988         Problem reported by Jennis Pruett.
4989         * lib/autoconf/functions.m4
4990         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
4991         Don't bother to remove core files; AC_RUN_IFELSE should do that
4992         for you.
4994 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
4996         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
4998 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
5000         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
5001         Report from Horst Wente.
5003 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
5005         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
5006           the comment.
5008 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
5010         * doc/autoconf.texi (External Software, Package Options): Add
5011           examples showing how to implement --with-* and --enable-* options.
5013 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5015         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
5016         as well as configure.in.  Problem reported by Gregorio Guidi.
5018 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5020         * doc/autoconf.texi (Particular Functions): Use gnulib's current
5021         pattern for alloca snippet.
5023 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
5025         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
5027 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
5029         * doc/autoconf.texi (Generic Programs): Fix a typo.
5031 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
5033         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
5034         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
5036 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5038         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
5039         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
5040         whole-archive (-zallextract, -zdefaultextract) options in the hope of
5041         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
5042         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
5044 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
5046         * NEWS: The configure command now warns you if you attempt to use
5047         a directory whose name contains a special character like space,
5048         newline, or "\".
5049         * doc/autoconf.texi (Installation Directory Variables): Allow
5050         "," in file names.  Do not use \@; it's not a portable regexp.
5051         * bin/Makefile.am (edit): Likewise.
5052         * lib/Makefile.am (edit): Likewise.
5053         * tests/Makefile.am (edit): Likewise.
5054         * tests/semantics.at: Likewise.
5055         * tests/torture.at: Likewise.
5056         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
5057         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
5058         * doc/autoconf.texi (File System Conventions): Warn about
5059         unportable file names.
5060         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
5061         (AC_INIT): Use it.
5062         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
5063         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
5064         ac_pwd, and quote srcdir.
5065         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
5067         * doc/autoconf.texi: Fix some systematic formatting problems.
5068         ".)"  needs a following @: if not at the end of a sentence, and
5069         similarly for "!)".  "etc." should be preceded by a comma.
5070         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
5072 2005-03-22  Bruno Haible  <bruno@clisp.org>
5074         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
5075         argument is often called 'build-aux'.
5077 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
5079         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
5080           macro AC_TRY_LINK is obsolete.
5081         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
5082           `AC_CONFIG_FILES'.
5084 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
5086         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
5087           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
5088           from a Common Lisp's `cl'.
5089         (AC_PROG_CXX): Behave according to the documentation: don't
5090           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
5091           make the variable CCC precious; use `cl.exe', not `cl'.
5093 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
5094             Alexandre Duret-Lutz  <adl@gnu.org>
5096         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
5097         /dev/null, as "configure" shouldn't read stdin, and this insulates
5098         us from problems (e.g., when testing for "cl").  Also, do this
5099         redirection before invoking "hostname" or "uname", and keep the
5100         original input stream available via...
5101         (AS_ORIGINAL_STDIN_FD): ... this new macro.
5102         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
5103         bother with "</dev/null" since it's now done at the top of
5104         'configure'.
5105         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
5106         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
5107         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
5108         * doc/autoconf.texi (File Descriptor Macros): New section.
5109         (Printing Messages): Mention it.
5110         * tests/base.at (Input/Output): New test.
5112 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
5114         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
5115         newline if neither \c nor -n work, as that would output two
5116         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
5118 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
5120         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
5121         This causes that any required macros inside will get before the if.
5122         * doc/autoconf.texi (autom4te.cache): A typo.
5124 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5126         Undo previous change, except keep the change to
5127         lib/autoconf/programs.m4 that replaced grep with shell
5128         pattern-matching.  This is because net-snmp configure reads stdin.
5129         Reported by Noah Misch.
5131 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
5133         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
5134         from /dev/null, as "configure" shouldn't read stdin, and this
5135         insulates us from problems (e.g., when testing for "cl").
5136         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
5137         before invoking "hostname" or "uname".
5138         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
5139         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
5140         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
5141         "</dev/null" since it's now done at the top of 'configure'.
5142         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
5143         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
5144         Also, replace grep with shell pattern-matching, to save a process.
5146 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
5148         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
5149         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
5150         avoid thinking that Allegro Common Lisp's "cl" command is a C++
5151         compiler.
5153 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
5155         * doc/autoconf.texi (Limitations of Usual Tools): Document that
5156         grep -q isn't portable.  Improve grep -s explanation.
5157         Problem reported by Dan Manthey.
5159 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
5161         * doc/autoconf.texi (Special Shell Variables): Clarify
5162         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
5164 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5166         * doc/autoconf.texi: Use @acronym for DJGPP.
5167         Fix some @code's that should have been @env's, and vice versa.
5168         Sort environment variable names.
5169         Mention that shells no longer inherit IFS.
5170         Don't recommend PATH_SEPARATOR=';' so strongly.
5171         Mention that $RANDOM might expand to the empty string.
5172         "symlink" and "soft link" -> "symbolic link".
5173         Improve mktemp description (reported by Bruno Haible).
5175 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5177         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
5178         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
5179         Likewise.
5180         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
5181         Likewise.
5183 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5185         * NEWS: Mention AT_COPYRIGHT.
5187         * tests/local.at (AT_CMP): Use diff directly on input files rather
5188         than copying them.
5190         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
5191         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
5193 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
5194         and Paul Eggert  <eggert@cs.ucla.edu>
5196         * tests/autotest.at (Empty test suite): New test.
5197         * tests/torture.at (Substitute and define special characters)
5198         (Substitute a 2000-byte string, Define to a 2000-byte string)
5199         (Substitute a newline, Define a newline): New tests.
5201 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
5203         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
5204         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
5205         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
5206         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
5207         (Standard regular expressions): New test.
5208         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
5209         excess test name quoting.
5210         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
5211         CPPFLAGS to `configure' instead of setting it in `configure'.
5213         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
5214         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
5215         on some platforms.
5217         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
5218         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
5220         * tests/local.at (AT_CMP): New macro.
5221         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
5222         (AC_SAVE_STATE): Move environment grep...
5223         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
5224         (AT_CONFIG_CMP): New macro.
5225         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
5226         * tests/c.at (Extensions): Do not exit early.
5227         * tests/atlocal.in: Inherit $GREP.
5229         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
5230         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
5232         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
5233         (AC_COPYRIGHT): Factor header comment portion out and move into...
5234         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
5235         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
5236         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
5237         --version output.
5238         * tests/local.at: Add Autoconf test suite copyright notice.
5239         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
5241 2005-02-04  Bruno Haible  <bruno@clisp.org>
5242         and Paul Eggert  <eggert@cs.ucla.edu>
5244         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
5246 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5248         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
5249         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
5251         Try not to generated lines of unlimited length, as POSIX places a
5252         2047-byte limit on line length of portable text files.
5253         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
5254         Use newline as a separator, not space.
5255         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
5256         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
5257         space.
5259 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5261         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
5262         as_func_*.  Add test to check whether positional parameters
5263         are restored after function return.
5265 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5267         * doc/autoconf.texi (Special Shell Variables): Mention _,
5268         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
5269         if they contain a lower-case letter.  The DUALCASE problem was
5270         reported by Ralf Wildenhues.
5272         * bin/autoconf.as: Don't exit with status 0 after write failure
5273         with --help or --version.
5274         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
5275         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
5277 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5279         * doc/autoconf.texi (Limitations of Usual Tools):
5280         Unicos 9 sed limitations.
5281         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
5282         to get the option-enhanced interface on older Crays.  Try ftn for
5283         Fortran 95 (newer Crays).
5285 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5287         * man/Makefile.am (.x.1): Go back to the simple solution, but take
5288         care to echo the commands, so the user knows what's going on.
5289         Modified from a suggestion by Stepan Kasal.
5291         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
5292         with a cross reference.  Derived from a suggestion by Bruce Korb.
5294 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5296         * doc/autoconf.texi (config.status Invocation): Warn about
5297         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
5298         * doc/install.texi (Defining Variables): Likewise.
5299         Based on a proposed patch by Ralf Wildenhues.
5301         * man/Makefile.am (.x.1): Make sure the required generated files
5302         are up to date.  Problem and original solution proposed by Stepan Kasal.
5303         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
5304         implicit-man-prerequisites): New rules, used by the above.
5306         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
5307         * config/config.guess, config/config.sub, config/install-sh: Likewise.
5308         * config/missing, config/texinfo.tex: Likewise.
5310 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
5312         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
5313         Update the long comment explaining it.
5315         m4_require no longer writes an ``is required by'' line to the
5316         execution stack.  It contains only one bit of non-redundant
5317         information: that the macro was required, not called.  And even
5318         this bit is useless in most situations: have you ever met a macro
5319         which both calls and requires the same macro?
5321         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
5322         (_m4_defun_pro_outer): ... only via this macro, for the outermost
5323           macro.
5324         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
5325         (m4_expansion_stack_pop): Remove the misplaced comment.
5326         (m4_require): Don't put the ``is required by'' line to the
5327           execution stack; slightly improve the out-of-a-defun error message.
5328         (_m4_divert_grow): New macro, counter for the temporary diversions.
5329         (_m4_require_call): Use it.
5330         * tests/m4sugar.at (m4_require): Expect output without the
5331           ``is required by'' messages.
5333 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
5335         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
5336         rather than x for expr.
5338         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
5339         this is safe.
5340         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
5341         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
5342         * lib/autotest/general.m4 (AT_INIT): Likewise.
5343         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
5344         * tests/mktests.sh: Likewise.
5346 2005-01-27  Akim Demaille  <akim@epita.fr>
5348         Have autoheader honor --force.
5350         * doc/make-stds.texi, doc/standards.texi: Update from masters.
5351         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
5352         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
5353         from masters, so that FileUtils.pm's update_file provide --force
5354         support.
5355         * bin/autoheader.in: Pass $force to update_file so that
5356         config.h.in is always recreated when --force.
5358 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
5360         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
5362 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
5364         * doc/autoconf.texi (Limitations of Builtins): Clarify that
5365         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
5367 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
5369         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
5370         Warn about newline stripping in `` and $().  Update Solaris
5371         version to 9.
5372         (Limitations of Builtins): Use expr "X...", not expr "x...", as
5373         X insulates us from future changes to Posix.
5374         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
5375         stripping.
5377 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
5379         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
5380           you cannot use AC_DEFINE to define macros containing `[' or `]'.
5382 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
5384         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
5385         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
5386         bug-tar mailing list.
5388 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
5390         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
5392 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5394         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
5395         ulongval to be static, to avoid unwanted GCC warning.  Problem
5396         reported by Michael Jennings via Daniel Reed; see
5397         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
5399 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
5401         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
5402         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
5403         datadir, infodir, and mandir.  Adjust argument parsing code.
5404         (_AC_INIT_HELP): Update help text.
5405         * doc/autoconf.texi (Installation Directory Variables): Document
5406         new variables.
5408 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
5410         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
5411         not seem to work, assume it does set $(MAKE).
5412         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
5414 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5416         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
5418 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5420         A cleanup of the diversion support in m4sugar.
5422         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
5423         (_m4_divert_n_stack): New macro; the expansion is
5424           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
5425           otherwise.
5426         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
5427         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
5428           stored in _m4_divert_diversion or _m4_divert_dump.
5429         (m4_divert_pop): When the parameter is given, compare the symbolic
5430           name with the last diversion pushed on the stack.  Previously, the
5431           current diversion was compared with the numeric value of the
5432           diversion given as the parameter.
5433         (m4_require): If the macro hasn't been expanded yet, call ...
5434         (_m4_require_call): this new macro.
5436 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5438         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
5439         Workarounds for documented `case' limitations.
5441 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
5443         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
5444         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
5446 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
5448         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
5449         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
5450         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
5452         Patch from Roger Leigh (with some minor changes) as follows:
5453         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
5454         Resurrect AC_PROG_CC_STDC.
5455         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
5456         AC_PROG_CC_C89, AC_PROG_CC_C99.
5457         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
5458         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
5459         AC_PROG_CC_C99): New macros.
5460         (AC_PROG_CC_STDC): Use them.
5461         (_AC_PROG_CC_STDC): Remove.
5462         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
5463         * THANKS: Add Roger Leigh.
5465 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5467         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
5468         signals that the package uses Automake; a `Makefile.am' is typical but
5469         not essential.  Reported by Magnus Therning.
5470         * tests/torture.at (autoreconf.): New banner.
5471         (autoreconf and non-AC configure): Rename to `Non-Autoconf
5472         AC_CONFIG_SUBDIRS'.
5473         (autoreconf an empty directory): Rename to `Empty directory'.
5474         (Unusual Automake input files): New test.
5476 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5478         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
5479         (AT_SETUP): Clear AT_capture_files.
5480         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
5481         (AT_KEYWORDS): Fix comment typo.
5482         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
5483         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
5484         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
5486 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
5488         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
5489         If the variable to set is already set, set ac_cv_path_$1
5490         to the preset value so caller can assume ac_cv_path_$1
5491         is available.  (trivial change)
5493 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
5495         * BUGS (Minor Problems): Warn about makefile limitations.
5496         * Makefile.am: Find and update `INSTALL' in $(srcdir).
5497         * man/Makefile.am: Find and update manual pages in $(srcdir).
5499 2004-12-24  Eric Blake  <ebb9@byu.net>
5501         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
5502         shells in subshell, to avoid noise from ash.  (trivial change)
5504 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5506         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
5507         problems with SunOS ksh and backslash escaping, Bourne shells and
5508         closing brackets (both within character classes).  Bug reported
5509         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
5510         <read>: New entry.  Mention non-availability of -r.
5512 2004-12-21  Akim Demaille  <akim@epita.fr>
5514         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
5515         avoid cluttering displayed messages.  Rather, prepend srcdir where
5516         AT_LINE is used for log files.
5518 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
5520         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
5521         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
5522           no longer part of the macro, quote the occurrence of ``$tmp''.
5523         * doc/autoconf.texi (Forbidden Patterns): Typo.
5525 2004-12-21  Akim Demaille  <akim@epita.fr>
5527         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
5528         separated from the test title by forcing a white space.
5530 2004-12-21  Akim Demaille  <akim@epita.fr>
5532         Enable Emacs navigation within testsuite.log files.
5534         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
5535         use the compilation mode.
5536         (AT_LINE): Point to the srcdir.
5538 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
5540         * tests/Makefile.am (installcheck-local): Use $(bindir).
5541         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
5542         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
5543         Makefile.am scheme Autoconf now uses.
5545 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5547         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
5548         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
5550 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5552         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
5553         (_AT_CHECK): Use it.
5554         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
5555         (AS_ESCAPE): Fix comment.
5556         * tests/autotest.at: Adjust section banner comments.
5557         (AT_CHECK_AT): Accept STATUS and STDERR.
5558         (AT_CHECK_AT_TEST): Likewise.
5559         (Invalid brace-enclosed parameter expansion)
5560         (Multiline command from M4 expansion)
5561         (Double-M4-quoted command): New tests.
5563 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
5565         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
5567 2004-12-17  Akim Demaille  <akim@epita.fr>
5569         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
5570         m4_pattern_allow.
5571         Suggested by Alexandre Duret-Lutz.
5572         * doc/autoconf.texi (Setting Output Variables): Catch up.
5574 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5576         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
5578 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5580         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
5581           remove the comment which said we cannot.
5583 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5585         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
5586         Reini Urban and Paul Eggert for reporting the dependencies.
5588         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
5589         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
5590         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
5592 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5594         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
5595           so that eg. ``autoscan --help'' doesn't truncate it.
5597 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
5599         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
5600         generated conftest files.
5602 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
5604         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
5605         tracing on commands with possibly-escaped newlines.
5606         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
5607         discontinued behavior and its implications.
5608         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
5609         (BSx641-newline in command, BS-BS-newline in command)
5610         (BSx640-newline in command, Newline-CODE-BS-newline in command)
5611         (Single-quote-BS-newline in command)
5612         (Single-quote-newline-BS-newline in command): New tests.
5614 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5616         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
5617           on platforms where it works.
5618         (_AS_TEST_PREPARE): Test for ``test -x''.
5619         (_AS_BROKEN_TEST_PREPARE): Nuke.
5621 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5623         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
5624         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
5625           give only 4-letter prefix to AS_TMPDIR, comment fixed.
5626         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
5627           create the temporary directory.
5628         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
5630 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
5632         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
5633         (trivial change)
5635 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
5637         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
5639 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
5641         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
5642         to avoid using a negated character class.  Reported by Nicolas Joly.
5643         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
5645 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
5647         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
5648         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
5649         Don't depend on .x file explicitly, since "make" does that for us.
5650         Suggested by Stepan Kasal.
5652         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
5653         Add *.tmp.
5654         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
5655         ifnames): Factor common code.  And they said it couldn't be done!
5657 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5659         * bin/.cvsignore: Add autoconf.in.
5660         * tests/.cvsignore: Add wrapper.in.
5661         * lib/autotest/general.m4: Escape '$' in case pattern.
5663 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
5665         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
5667         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
5669         * tests/autotest.at: New file.
5670         * tests/suite.at: Include it.
5671         * tests/Makefile.am: Distribute it.
5673         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
5674           shell tracing on a command that could contain multiple lines.
5675         * doc/autoconf.text: Document that fact and its implications.
5676         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
5677         * tests/autotest.at (Multiline backquote command substitution,
5678           Multiline parameter expansion, Literal multiline command,
5679           Multiline parenthetical command substitution): Remove XFAIL.
5681 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5683         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
5684         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
5686 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5688         * configure.ac (test suite): Cease to generate wrapper scripts.
5689         * configure: Regenerate.
5690         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
5691         (m4f_dependencies): Adjust accordingly.
5692         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
5693         (wrapper.in): Generate it in the build directory.
5694         (MAINTAINERCLEANFILES): Delete wrapper.in.
5695         (CLEANFILES): Add wrapper.in.
5696         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
5697         the output.  Replace each $as_me with a @wrap_program@.
5698         * tests/wrapper.in: Delete it; we always build it.
5700         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
5701         (EXTRA_DIST): Remove autoconf.in.
5702         (CLEANFILES): Add autoconf.in.
5703         (autoconf): Find autoconf.in in the build directory.
5704         * bin/autoconf.in: Delete it; we always build it.
5706 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5708         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
5709         PATH members so as to not prepend an empty element.  Move a comment.
5710         * Makefile.am (SUBDIRS): Build in `tests' last.
5711         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
5713 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
5715         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
5716         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
5717         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
5718         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
5720 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
5722         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
5723         patch: extra "-l"s.
5725 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
5727         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
5728         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
5729         * doc/autoconf.texi (Particular Functions): Mention new behavior.
5731 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
5733         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
5734           out the common code to ...
5735         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
5736           value of the #define--default to 1, iff the macro was called
5737           with exactly one parameter.
5739 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
5741         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
5742         "char c = '\200';" rather than "char c = 0x80;" as the
5743         latter doesn't conform to the strict C standard due to
5744         overflow on signed char hosts.
5746         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
5747         to -qlanglvl=ansi.  We don't want to disable extensions.
5749 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
5751         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
5752         (Using Autotest, testsuite Scripts, Writing testsuite.at):
5753         Reword slightly to avoid some English-language problems noted
5754         by Ralf Wildenhues in:
5755         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
5757 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
5759         * NEWS: Add ^L above each release.
5761 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
5763         Fix documentation problems reported by Russ Boylan in
5764         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
5765         along with some nearby cruft.
5766         * doc/autoconf.texi (Libtool): Libtool can be used without
5767         Automake (not without Autoconf).
5768         (Introduction): Mention lists.gnu.org.
5769         * BUGS: Don't mention bugs.gnu.org.
5770         Remove mention of ancient libtool compatibility problem.
5771         * NEWS: Mention that bugs.gnu.org is kaput.
5772         * README: Likewise.  Mention where mailing list archives can be found.
5774 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
5776         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
5778 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5780         * doc/autoconf.texi (Pretty Help Strings): Go back to
5781         single-quoting assignments to cache variables.
5783 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
5785         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
5786         with the examples; fix the bug in MY_ARG_WITH example reported
5787         by Alexandre Duret-Lutz.
5788         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
5789         expansion of $1 in the comment emitted to configure.
5791 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
5793         * doc/autoconf.texi (Pretty Help Strings): Fix typo
5794         in my editing of the previous patch.  Problem reported
5795         by Alexandre Duret-Lutz.
5797 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
5799         * doc/autoconf.texi (Autoconf Language): Explain that
5800         ``descriptions'' may not be double quotes.
5801         (Quotation Rule Of Thumb): Likewise.
5802         (Pretty Help Strings): Likewise; remove the wrong comment;
5803         simplify the examples and improve their quoting.
5805 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
5807         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
5808         the $1_found variable, don't test whether the file is executable;
5809         Both things are checked ...
5810         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
5811         the former ``test -f''.
5812         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
5814 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
5816         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
5817         use cp -R instead.
5819 2004-11-10  Derek R. Price  <derek@ximbiot.com>
5821         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
5822         limitations.  Reorder paragraphs for clarity.
5824 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5826         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
5827         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
5828         variants", "Unix", and some related minor wording fixups.
5830         (Shellology, Special Shell Variables): Document that the Zsh
5831         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
5832         to Alexandre Duret-Lutz for this info.
5834 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
5836         * doc/autoconf.texi (One-Shot Macros): New node.
5838 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
5840         * doc/autoconf.texi (Function Portability): Fix misdescription
5841         of putenv.  Problem reported by Michael Wardle.
5843 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
5845         * doc/autoconf.texi (auindex): New macro.
5846         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
5847         Problem reported by Stepan Kasal.
5849 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
5851         Fix problems reported by Andreas Buening in:
5852         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
5853         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
5854         in test makefile.
5855         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
5856         readable; it's not true in OS/2-emx.
5858 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
5860         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
5861         "/usr/include", clear ac_x_includes instead of leaving it as "no"
5862         (trivial change).  Problem and patch reported by Andrew Church in:
5863         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
5865 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
5867         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
5868         three args in examples.  Problem reported by Frederik Fouvry in:
5869         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
5870         Also, fix some minor spacing and punctuation bugs.
5872 2004-09-02  Akim Demaille  <akim@epita.fr>
5874         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
5875         "case" to restore ordering.
5876         Reported by Stepan Kasal.
5878 2004-08-26  Akim Demaille  <akim@epita.fr>
5880         * doc/autoconf.texi: Minor typos and stylos.
5882 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5884         * configure.ac (AC_INIT): Bump to 2.59c.
5886 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5888         Version 2.59b.
5890         * README: Add advice about m4 1.4.2.
5892         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
5893         texinfo.tex for now (done by hand now).
5894         * Makefile.maint (wget_files, cvs_files):
5895         Remove ansi2knr.c; nobody uses it.
5896         (ansi2knr.c-url_prefix): Remove.
5897         (cvs-update): Fix test for failure.  I don't know why it ever
5898         worked...
5900         * doc/autoconf.texi: Update URLs, some of which went stale.
5901         Use @uref rather than @href.
5903         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
5904         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
5906         * config/config.guess, config/config.sub, config/elisp-comp,
5907         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
5908         doc/fdl.texi, doc/standards.texi: Sync with master copy.
5910         * NEWS, TODO, configure.ac, bin/autoscan.in,
5911         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
5912         doc/install.texi, lib/Autom4te/Configure_ac.pm,
5913         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
5914         lib/autoconf/programs.m4, lib/autoconf/status.m4,
5915         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
5916         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
5917         tests/tools.at, tests/torture.at:
5918         Use "file name" rather than "filename" or "path",
5919         to be consistent with the terminology of the GNU coding standards.
5921 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5923         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
5924         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
5925         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
5926         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
5928         More fixes to support spaces in the name of the build directory.
5929         This isn't a complete fix but it's an improvement.
5931         * bin/autoconf.as (autom4te_options): New var.
5932         Use it instead of appending to AUTOM4TE, so that we can allow
5933         spaces in the build directory's absolute name.
5934         * bin/autoheader.in ($autoconf): Allow spaces in file names.
5935         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
5936         AT_CHECK_NOESCAPE): Likewise.
5937         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
5938         main program): Likewise.
5940 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
5942         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
5943         From Ralf Corsepius in:
5944         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
5946 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
5948         * doc/autoconf.texi (Function Portability): Document isinf and
5949         and isnan.  From a suggestion by Kevin Ryde.
5951         * lib/Autom4te/General.pm (END): Return correct exit status even
5952         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
5954 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5956         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
5957         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
5958         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
5960 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
5962         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
5963         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
5964         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
5965         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
5966         * lib/autom4te.in (Automake-preselections): Preselect
5967         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
5969 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
5971         * lib/autom4te.in (Automake-preselections): Preselect
5972         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
5973         trace them.
5975 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
5977         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
5978         Tru64.
5979         * doc/autoconf.texi (Shellology): Mention BIN_SH.
5980         Document problem with "`""`" in pdksh POSIX mode.
5982 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
5984         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
5985         with pdksh, too.  Problem reported by Patrick Welche via
5986         Gary V. Vaughan.
5987         * doc/autoconf.texi (Shellology): Note that set -o posix is
5988         useful for pkdsh, too.
5990 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
5992         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
5993         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
5994         Don't fail if ENV or BASH_ENV is readonly.
5995         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
5996         etc. are read only.  Problem reported by Ludovic Courtes.
5998 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
6000         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
6001         zsh, disable GLOB_SUBST to avoid backslash handling problems.
6002         (trivial change)
6004 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
6006         * doc/autoconf.texi (File System Conventions): Warn about
6007         names like "aux".  Problem reported by Eric Blake.
6009         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
6010         by zero instead of array size, so that we can use any arithmetic
6011         constant expression (instead of requiring an integer constant
6012         expression).  This allows us to test expressions like DBL_MAX <
6013         LDBL_MAX, which didn't conform to the C standard using the old
6014         method.
6015         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
6016         now that we can do floating-point tests at compile time.
6018 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
6020         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
6021         and LDBL_EPSILON, as the resulting expression isn't an
6022         integer constant expression and violates the C standard.
6023         Problem reported by Nelson H. F. Beebe.  Also, check
6024         for "L" suffix, and check that long double doesn't have
6025         worse range or precision than double, that mixed-mode
6026         arithmetic doesn't generate a diagnostic, that double
6027         constants fit in long double.
6029 2004-06-03  Kevin Ryde  <user42@zip.com.au>
6031         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
6032         malloc(0) and realloc(NULL,size).
6034         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
6035         Bob Proulx.
6037 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
6039         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
6040         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
6041         by Jim Meyering.
6043 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
6045         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
6046         can be rewritten using if-then-else.  Suggested by Bruno Haible.
6048 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
6050         * doc/autoconf.texi (testsuite Scripts): Fix typo.
6051         Problem reported by Stepan Kasal.
6053 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
6055         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
6056         change).  Patch reported by Ralf Wildenhues in
6057         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
6059         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
6060         function F exists if the compiler and linker let you compile an
6061         expression like (F != 0).  Recent versions of GCC optimize away
6062         the reference to F in that case, since every function address must
6063         be nonzero, so the link succeeds even if F does not exist.
6064         Problem reported by Manu in
6065         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
6067         * doc/autoconf.texi (Systemology): Standardize on the spelling of
6068         "Unix".  Many uses changed.
6069         (Limitations of Builtins): Explain better why the ! command isn't
6070         portable.
6072 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
6074         * lib/autom4te.in (Automake-preselections): Preselect
6075         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
6077 2004-05-19  Kevin Ryde  <user42@zip.com.au>
6079         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
6080         referencing AC_FUNC_STRERROR_R.
6082         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
6083         note pessimistic assumption when cross compiling.
6085 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
6087         * doc/autoconf.texi (Limitations of Make): Note that BSD make
6088         (until 2004) invoked subcommands with sh -e, contra POSIX.
6089         Reported by Kevin Ryde.
6091 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
6093         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
6094         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
6095         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
6096         `test -f "        /usr/bin/grep"', which _always_ failed.
6097         (AC_PROG_SED): Ditto bogus PATH fix.
6098         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
6099         requires that grep correctly supports _multiple_ `-e' options, rather
6100         than stating only that grep should accept `-e'.
6102 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
6104         Port to C99, which requires that 'exit' be declared.
6106         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
6107         to ensure that stdlib.h is included.
6108         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
6109         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
6110         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
6111         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
6112         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
6113         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
6114         when using 'exit' in a test; C99 requires that 'exit' be declared.
6116 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6118         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
6119         now prefers 'grep' implementations that accept -e.
6120         (Limitations of Usual Tools): Describe problems of traditional
6121         egrep and fgrep with long input lines, and of traditional grep
6122         with -e.
6123         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
6124         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
6125         All callers changed.  Append /usr/xpg4/bin to the PATH, for
6126         Solaris.
6127         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
6128         the user with complaints about multiple -e options.
6129         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
6130         Define it with AC_PROG_GREP.
6131         * configure.ac (AC_PROG_GREP): Add.
6132         * lib/freeze.mk (GREP): New macro.
6134 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
6136         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
6137         a possible candidate only after all others fail, rather than
6138         consulting it first.  This improves backward compatibility by
6139         better reflecting the way shell selection occurred in previous
6140         versions of Autoconf, and should help to avoid triggering latent
6141         problems in other packages, such as the one in Automake where zsh
6142         is not handled robustly:
6143         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
6144         Although it is not Autoconf's responsibility to work around
6145         problems in Automake, it nevertheless makes sense to avoid
6146         introducing unnecessary incompatibilites.
6148 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
6149             Gary V. Vaughan  <gary@gnu.org>
6151         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
6152         how deeply nested we are when a suitable tool is found, set the
6153         ac_path_TOOL_found flag.
6154         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
6155         nested we are in this macro.  Break out of all 3 nested loops if
6156         ac_path_TOOL_found is set.
6158 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
6160         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
6161         of the _AS_PATH_WALK loop too if GNU flavor is found.
6163 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
6165         * doc/autoconf.texi (Limitations of Make): Update documentation
6166         for `$<'.  New entry `Long lines', based on a report from Simon
6167         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
6168         paragraph about DJGPP, based on a mail from Richard Dawe.
6170 2004-04-20  Paul Eggert  <eggert@twinsun.com>
6172         * tests/c.at (C keywords): Don't assume that GCC supports
6173         "restrict" and "inline", as sufficiently-old GCC versions do not
6174         (also, GCC configured to be in pedantic C89 mode does not).
6175         Problem reported by Sumit Pandya in:
6176         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
6178         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
6179         consider -g to work if it generates warnings when plain compiles
6180         don't.  Problem reported by Braden McDaniel in:
6181         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
6183         * doc/autoconf.texi (Slashes): New section, to document a problem
6184         reported by Jim Meyering in:
6185         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
6187         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
6188         linker output files before linking, to work around IRIX 6 linker bug.
6189         Problem reported by Rainer Orth in:
6190         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
6192 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
6194         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
6195         best tool so far counter rely on the tool path variable name to
6196         avoid checks for one tool being affected by the results of running
6197         the length check on a previous tool.
6199         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
6200         match expression argument, as different greps have different
6201         regular expression flavours.
6202         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
6203         literals.
6204         (AC_PROG_EGREP): Pass 'EGREP$'.
6205         (AC_PROG_GREP): Pass 'GREP$'.
6207 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
6209         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
6210         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
6212 2004-03-29  Paul Eggert  <eggert@twinsun.com>
6214         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
6215         Types, Specific Compiler Characteristics, System Services,
6216         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
6217         etc. consistently instead of 'long', 'short', 'unsigned' etc.
6218         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
6219         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
6220         Likewise.
6221         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
6222         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
6223         AC_TYPE_OFF_T): Likewise.
6224         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
6225         Likewise.
6227         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
6228         pacify libtool 1.5.2.  Fix quoting problems in sed command.
6230 2004-03-28  Paul Eggert  <eggert@twinsun.com>
6232         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
6233         now defines HAVE_DECL_TZNAME if it is declared, when
6234         HAVE_STRUCT_TM_TM_ZONE is not defined.
6235         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
6236         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
6237         for HAVE_TZNAME.
6239 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
6241         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
6242         superfluous backslashing of quotes (") in sed expressions;
6243         thanks to Paul Eggert.
6245 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
6247         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
6248         Fortran compiler is ifort, also added pghpf; thanks to Nelson
6249         H. F. Beebe for the bug report.
6251 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
6253         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
6254         quoted -cmdline argument in Portland Group compiler (bug
6255         reported by Jeffrey J. Barteet).
6257 2004-03-25  Kevin Ryde  <user42@zip.com.au>
6259         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
6260         (Run Time): ... here, where it's now mentioned.
6262 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
6264         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
6265         inherits from language Autoconf-without-aclocal-m4.
6266         (Customizing autom4te): Adjust example; the cache must now be
6267         disabled for language Autoconf-without-aclocal-m4.
6269 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
6270             Nathanael Nerode  <neroden@twcny.rr.com>
6272         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
6273         AC_CHECK_TOOLS): Warn if a cross-tool is found without
6274         a prefix.
6275         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6276         AC_CHECK_TARGET_TOOLS): New macros.
6277         * doc/autoconf.texi (Generic Programs): Document
6278         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6279         AC_CHECK_TARGET_TOOLS, and warn for future changes
6280         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
6281         AC_CHECK_TOOLS.
6282         (Specifying Names): Document the reason for these future
6283         behavioral changes.
6284         * tests/mktests.sh: Do not generate tests for the
6285         new macros.
6286         * NEWS: Document these changes.
6288         * doc/autoconf.texi: Avoid macros with unbraced arguments,
6289         they make TeX hang up.
6291 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
6293         * NEWS: New macro AC_CHECK_ALIGNOF.
6294         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
6295         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
6296         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
6297         vowel.
6298         (AC_CHECK_ALIGNOF): New macro.
6299         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
6300         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
6301         those for sizeof.
6303 2004-03-03  Paul Eggert  <eggert@twinsun.com>
6305         * bin/Makefile.am (edit): Don't use $< in a context where
6306         POSIX doesn't require support for it.  Use $@.in instead.
6307         Problem reported by Anthony N. Frasso in
6308         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
6309         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
6311 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
6313         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
6314         from the next generation of Libtool.
6315         * lib/autom4te.in (Autoreconf-preselections): Ditto.
6317 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
6319         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
6320         is not always thread-safe.  Report from Nathanael Nerode.
6322 2004-02-18  Paul Eggert  <eggert@twinsun.com>
6324         Fix a dependencies problem, stemming from a Autoconf 2.59 build
6325         problem on QNX reported by Stephen Rasku in
6326         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
6328         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
6329         $(m4sh_m4f_dependencies); this removes a FIXME.
6330         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
6331         (MAINTAINERCLEANFILES): Split into pieces,
6332         one per related section.  Add $(srcdir)/wrapper.in.
6334 2004-02-09  Paul Eggert  <eggert@twinsun.com>
6336         * doc/autoconf.texi (Setting Output Variables): Emphasize that
6337         AC_SUBST provides no portable way to escape literal newlines.
6339         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
6340         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
6341         Darwin uses -lcrt2.o and there's little point to cataloging all
6342         the system variants.  Partial fix reported by Andreas Waechter in:
6343         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
6344         for bug reported by Nelson H. F. Beebe in:
6345         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
6347 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
6349         * doc/autoconf.texi (AU_DEFUN): Fix English,
6350         suggested by Paul Eggert.
6351         * lib/autoconf/autoupdate.m4: Correct reference to
6352         acobsolete.m4, suggested by Alexandre Duret-Lutz.
6354 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
6356         * bin/autoupdate.in: Define __file__ so that warnings
6357         refer to the correct file.
6358         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
6359         the behavior of the third argument.
6360         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
6361         correctly the behavior of the third argument.  Document
6362         what the three macros that AU_DEFUN defines do.  Fix
6363         warning message when the third argument includes $0
6364         (reported by Alexandre Duret-Lutz).
6366 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6367             Eric Sunshine  <sunshine@sunshineco.com>
6368             Paul Eggert  <eggert@twinsun.com>
6370         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
6371         (AS_INIT): Output shell initialization there. Removed optional
6372         parameter. Expand _AS_SHELL_FN_SPY.
6373         (AS_INIT_WITH_SHELL_FN): Removed.
6374         (_AS_SHELL_FN_SPY): New macro.
6375         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
6376         macros.
6377         (AS_SHELL_SANITIZE): Remove loop to find better shell
6378         and documentation for the parameter.
6379         (_AS_DETECT_BETTER_SHELL): Move it here.
6380         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
6381         (_AS_RUN): Move it here, support testing with eval.
6382         (AS_REQUIRE_SHELL_FN): Require shell functions when
6383         it is used.
6384         (_AS_LINENO_WORKS): Put around braces, we do not
6385         trigger the bash bug anymore.
6386         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
6387         use AS_INIT_WITH_SHELL_FN.
6388         * bin/autoconf.in, tests/wrapper.in: Regenerated.
6390 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6392         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
6393         * doc/autoconf.texi: Don't say that the third parameter
6394         is broken.
6395         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
6396         (AU_DEFUN): Honor the third parameter, create autoupdate
6397         macros with AU_DEFINE.
6398         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
6399         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
6400         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
6401         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
6402         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
6403         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
6404         AC_XENIX_DIR): Likewise.
6405         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
6406         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
6407         * lib/autoconf/status.m4: Remove FIXME.
6408         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
6409         that the macro is not present anymore in the updated
6410         configure.ac.
6411         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
6412         of autoupdate.
6414 2004-01-28  Paul Eggert  <eggert@twinsun.com>
6416         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
6417         copyright years.
6418         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
6419         2003 (except 1997) to the list of copyright years.  This undoes
6420         the 2003-05-22 change, which removed the older years from the list.
6421         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
6423 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
6424             Albert Chin-A-Young  <china@thewrittenword.com>
6426         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
6427         grep or ggrep program in PATH that accepts as long lines as
6428         possible.
6429         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
6430         AC_PROG_GREP.
6431         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
6432         egrep and fgrep respectively if $GREP -E/-F don't work.
6433         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
6434         _AC_PROG_GREP, and AC_PROG_SED.
6435         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
6436         longest input length accepted by a command.
6437         (AC_PROG_SED): Use it.
6438         * doc/autoconf.texi (Particular Programs): Document the changes.
6439         * NEWS: Updated.
6441 2004-01-27  Paul Eggert  <eggert@twinsun.com>
6443         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
6444         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6445         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
6446         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
6448         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
6449         bin/autoconf.in, config/Makefile.in, config/config.guess,
6450         config/config.sub, config/install-sh, config/mdate-sh,
6451         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
6452         lib/Makefile.in, lib/Autom4te/Makefile.in,
6453         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
6454         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
6455         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
6456         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
6457         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
6458         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
6459         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
6460         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
6461         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
6462         tests/actypes.at: Regenerate and/or sync with original
6463         sources.
6465 2004-01-26  Paul Eggert  <eggert@twinsun.com>
6467         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
6468         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
6469         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
6470         not <inttypes.h>.  Problem reported by Tim Mooney in
6471         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
6472         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
6473         Likewise.
6475         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
6476         otherwise "make check" fails because it forbids cmp (I guess
6477         because cmp treats files as binary on DOS-like systems).
6479         * tests/mktests.sh: Update copyright date to 2004, since some tests
6480         have changed in 2004.
6482 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
6484         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
6485         non-truncating sed or gsed program in PATH.
6486         * tests/acprograms.at: Add it.
6487         * doc/autoconf.texi (Particular Programs): Document it.
6488         * NEWS: Updated.
6490 2004-01-15  Paul Eggert  <eggert@twinsun.com>
6492         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
6493         -std1 disables some useful extensions on Tru64.  Problem reported
6494         by N. Lichtmaier in
6495         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
6497 2004-01-14  Paul Eggert  <eggert@twinsun.com>
6499         * doc/autoconf.texi (Programming in M4sh): Document that
6500         AS_MKDIR_P succeeds if the destination is a symbolic link
6501         to an existing directory.
6502         (Limitations of Usual Tools): Note that mkdir -p might not
6503         succeed on symlinks to directories.
6505 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
6507         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
6508         * bin/autoheader.in: Grammar fix in message.
6509         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
6510         Test for dir before calling mkdir -p.  (trivial changes)
6512 2004-01-13  Eric Blake  <ebb9@byu.net>
6514         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
6515         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
6517 2004-01-10  Jim Meyering  <jim@meyering.net>
6519         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
6521 2004-01-09  Paul Eggert  <eggert@twinsun.com>
6523         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
6524         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
6525         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
6526         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
6527         AC_COMPILE_IFELSE, since we now assume our caller invokes
6528         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
6529         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
6530         of AC_RUN_IFELSE; this avoids the warning mentioned above.
6531         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
6533 2004-01-07  Paul Eggert  <eggert@twinsun.com>
6535         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
6536         `"'...'"`, as it's confusing (and I suspect it may not work on
6537         some platforms).  The code was incorrect anyway, as it assumed
6538         that \$ evaluated to itself in that context.  Reported by
6539         Alexandre Duret-Lutz.
6541 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
6543         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
6544         and _LT_AC_TAGCONFIG.
6546 2004-01-06  Paul Eggert  <eggert@twinsun.com>
6548         * doc/autoconf.texi (One Macro Call): Fix an incorrect
6549         example, and add more examples.  Reported by Eric Sunshine.
6551 2004-01-05  Paul Eggert  <eggert@twinsun.com>
6553         * doc/autoconf.texi (Limitations of Usual Tools):
6554         Remove warning against "rm -fr" introduced yesterday; it
6555         was a false alarm.
6557         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
6558         autoscan, autoupdate, ifnames): Don't use chmod -w.
6559         * lib/Makefile.am (autom4te.cfg): Likewise.
6560         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
6561         "chmod -w".
6563 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6564             Paolo Bonzini  <bonzini@gnu.org>
6566         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
6567         by doing lineno substitution only on lines containing "$LINENO".
6569 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6571         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
6572         Use "rm -f" to remove conftest.sed, not plain "rm".
6573         Bug reported by David Relson in
6574         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
6576         * Makefile.am (autom4te-update):
6577         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
6578         * Makefile.maint (my-distcheck, do-po-update): Likewise.
6579         * doc/autoconf.texi (Guidelines): Likewise.
6580         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
6581         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
6582         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
6583         * lib/autotest/general.m4 (AT_INIT): Likewise.
6584         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
6585         * tests/Makefile.am (clean-local): Likewise.
6586         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
6587         srcdir): Likewise.
6588         * doc/autoconf.texi (Limitations of Usual Tools):
6589         Warn against "rm -fr".
6591 2004-01-03  Paul Eggert  <eggert@twinsun.com>
6593         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
6594         -c -o might not work.  From a suggestion by Kevin Ryde.
6595         (C Compiler, Generating Sources, Limitations
6596         of Usual Tools, Limitations of Make, Making testsuite Scripts):
6597         Don't put '-o' after non-options, as POSIX doesn't allow this.
6598         Mention that cc's name might be gcc or c89 or whatever.
6600 2004-01-04  Kevin Ryde  <user42@zip.com.au>
6602         * doc/autoconf.texi: Add various further index entries.
6604 2003-12-29  Paul Eggert  <eggert@twinsun.com>
6606         * bin/autoreconf.in (autoreconf_current_directory):
6607         Fix typo: mkdir without umask arg.
6609 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
6611         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
6612         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
6613         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
6614         explanation clearer.
6616 2003-12-24  Andreas Schwab  <schwab@suse.de>
6618         * doc/autoconf.texi (Default Includes): Fix misspelling of
6619         AC_INCLUDES_DEFAULT.
6621 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6623         * configure.ac: Test if sh -n works.
6624         * configure: Regenerate.
6625         * tests/atlocal.in: Store the result here.
6626         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
6627         tools.at, looking in atlocal's ac_cv_sh_n_works instead
6628         of explicitly testing.
6629         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
6630         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
6631         * tests/tools.at (Syntax of the shell scripts): Simplify
6632         using AT_CHECK_SHELL_SYNTAX.
6633         (Syntax of the Perl scripts): Remove definition of
6634         AT_CHECK_PERL_SYNTAX.
6636 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6638         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
6639         stderr to /dev/null.
6640         * bin/autoconf.in: Regenerate.
6641         * bin/wrapper.in: Regenerate.
6643 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
6645         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
6646         Extracted from AS_SHELL_SANITIZE.
6647         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
6648         macros.
6649         (AS_SHELL_SANITIZE): Move reinvocation code from
6650         _AS_LINENO_WORKS, use it to find out if shell
6651         functions work.
6652         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
6653         does not work.
6654         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
6655         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
6656         was called.
6657         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
6658         * bin/autoconf.in: Regenerate.
6659         * tests/wrapper.in: Regenerate.
6660         * tests/tools.at: Test the syntax of tests/autoconf
6661         and tests/testsuite.
6663 2003-11-24  Akim Demaille  <akim@epita.fr>
6665         * config/announce-gen (&print_locations, &print_signatures)
6666         (&sizes): New.
6667         Use them.
6668         No longer rely on Gnus to inline the list of signatures: compute
6669         them on the fly.
6671 2003-11-24  Akim Demaille  <akim@epita.fr>
6673         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
6674         override some files.
6675         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
6676         From Debian Autoconf 2.58.
6678 2003-11-24  Akim Demaille  <akim@epita.fr>
6680         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
6681         uses.
6682         From Debian Autoconf 2.58.
6684 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6686         * TODO: Remove already done things.  Update the part about finding
6687         tools for the target.
6689 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6691         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
6692         Make wording more consistent.
6693         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
6694         Explain the transition better.
6695         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
6696         the transition better.
6698 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6700         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
6701         parameter of AU_DEFUN.
6702         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
6703         (AU_DEFUN): Remove the third parameter, it was not used.
6704         Use AC_DEFUN directly, not AU_DEFINE.
6705         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
6706         the expanded body, consistently with other macros such as AC_USG.
6708 2003-11-17  Paul Eggert  <eggert@twinsun.com>
6710         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
6711         into the initial confdefs.h, to work around a bug in NextStep 3.3
6712         patch 3 reported by Eric Sunshine.
6714 2003-11-15  Kevin Ryde  <user42@zip.com.au>
6716         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
6717         than $target since the latter is not usual, add guidelines on when to
6718         use or not use the system type.
6720 2003-11-12  Derek Price  <derek@ximbiot.com>
6722         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
6723         typo misrepaired by an auto-spellcheck.
6725 2003-11-12  Akim Demaille  <akim@epita.fr>
6727         * bin/autoreconf.in (&parse_args): Don't call automake with
6728         --force-missing unless it actually supports it.
6729         From Debian #219336.
6731 2003-11-12  Akim Demaille  <akim@epita.fr>
6733         * configure.ac: Bump to 2.59a.
6734         Require 2.59.
6736 2003-11-06  Akim Demaille  <akim@epita.fr>
6738         Version 2.59.
6740 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
6742         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
6743         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
6744         and ac_abs_top_srcdir are absolute paths.
6745         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
6747 2003-11-05  Akim Demaille  <akim@epita.fr>
6749         * configure.ac: Bump to 2.58a.
6751 2003-11-05  Kevin Ryde  <user42@zip.com.au>
6753         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
6754         it provokes a warning from makeinfo about looking like a cross
6755         reference in info output.
6757         * doc/autoconf.texi (Function Portability): Add notes on signal
6758         handler return type, as per AC_TYPE_SIGNAL.
6760 2003-11-04  Akim Demaille  <akim@epita.fr>
6762         Version 2.58.
6763         * doc/standards.texi: Update from master.
6765         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
6767 2003-11-04  Akim Demaille  <akim@epita.fr>
6769         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
6770         computing the absolute path to d1 in the source hierarchy: it may
6771         not exist at all.  So don't cd into it.
6772         From Alexandre Duret-Lutz.
6773         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
6775         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
6776         From Paul Eggert, but named after Perl's IO::Spec->catfile.
6777         * doc/autoconf.texi (Programming in M4sh): Document.
6778         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
6780 2003-11-03  Pavel Roskin  <proski@gnu.org>
6782         * doc/autoconf.texi (Generic Structure Checks): Describe
6783         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
6785 2003-10-31  Akim Demaille  <akim@epita.fr>
6787         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
6788         (GNU Fortran): New.
6789         * doc/autoconf.texi (Language Choice): Document.
6790         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
6791         the current language is Fortran.
6793 2003-10-31  Akim Demaille  <akim@epita.fr>
6795         * bin/autom4te.in (&freeze): Use a less likely warning separator
6796         than `\n\n', so that `\n\n\n' is valid in warnings.
6797         Reported by Steve Huston.
6799 2003-10-28  Akim Demaille  <akim@epita.fr>
6801         * Makefile.cfg (local_updates, executable-update): Tweak to be
6802         robust to parallel makes.
6803         Suggested by Alexandre Duret-Lutz.
6805 2003-10-27  Akim Demaille  <akim@epita.fr>
6807         * Makefile.cfg (executable-update): New.
6808         (local_updates): Call it.
6810 2003-10-27  Akim Demaille  <akim@epita.fr>
6812         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
6813         Don't remove core.* as it may remove valid user files.
6814         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
6815         (AC_FUNC_UTIME_NULL): Likewise.
6817 2003-10-23  Akim Demaille  <akim@epita.fr>
6819         Version 2.57g.
6820         * config/config.guess, config/config.sub: Upgrade from masters.
6822 2003-10-23  Akim Demaille  <akim@epita.fr>
6824         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
6825         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
6826         hand...
6828 2003-10-23  Akim Demaille  <akim@epita.fr>
6830         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
6831         Don't forget to remove conftest.err.
6833 2003-10-23  Akim Demaille  <akim@epita.fr>
6835         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
6836         same object file in $LIBOBJS.
6837         Reported by Alexandre Duret-Lutz & Derek Robert Price.
6838         * doc/autoconf.texi (Generic Functions): Adjust.
6840 2003-10-20  Paul Eggert  <eggert@twinsun.com>
6842         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
6843         Use 'eval', so that the resulting configure scripts work even if
6844         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
6846 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
6848         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
6849         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
6850         (_AC_LINK_IFELSE): Check the werror flag.
6851         * doc/autoconf.texi (Generic Compiler Characteristics): Document
6852         AC_LANG_WERROR.
6853         * NEWS: Mention it.
6855 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
6857         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
6858         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
6859         override AC_LINK_IFELSE.
6861 2003-10-15  Paul Eggert  <eggert@twinsun.com>
6863         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
6864         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
6865         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
6866         Mention /usr/dt/bin/dtksh on Solaris.
6867         (Shell Substitutions): Warn about $((...)).
6868         (Parentheses): New section.
6870 2003-10-15  Kevin Ryde  <user42@zip.com.au>
6872         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
6873         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
6875 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6877         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
6878         cross test.
6880 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
6882         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
6883         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
6885 2003-10-10  Andreas Schwab  <schwab@suse.de>
6887         * bin/autoheader.in: Avoid empty first line in --version and
6888         --help output.
6889         * bin/ifnames.in: Likewise.
6891 2003-10-09  Paul Eggert  <eggert@twinsun.com>
6893         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
6894         Issue a more-informative diagnostic.
6895         Problems reported by Eric Sunshine.
6897 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
6899         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
6900         -mGLOB_options_string stuff for Intel ifc, which can cause
6901         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
6902         pattern-matching instead of grep.
6904 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
6906         * doc/autoconf.texi: Document new FC Fortran macros.
6908 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
6910         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
6911         that future autopoint/aclocal/automake/autoreconf will be able
6912         to trace to find where to install local m4 macros.
6913         * doc/autoconf.texi (Input): Document it.
6914         * NEWS: Updated.
6916 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
6918         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
6919         -lcrtbegin.o to list of ignored flags and fix underquoting of
6920         -lcrt[01].o.
6922 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
6924         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
6925         cache variable instead of $G77 to decide whether to include -O2,
6926         since $G77 is specific to Fortran 77.
6928 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
6930         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
6931         free" flag.  Re-order flags tested into rough order of popularity.
6933 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
6935         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
6936         arguments so that it can be used with syntax identical to
6937         AC_PROG_F77, and so that we can more easily decide to
6938         remove/deprecate the DIALECT optional argument in the future if it
6939         proves troublesome.
6940         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
6941         non-freeform-supporting compilers.  Document freeform flags.
6943 2003-10-03  Akim Demaille  <akim@epita.fr>
6945         * configure.ac: Look for emacs, not macs.
6946         Reported by Eric Sunshine.
6948 2003-10-03  Akim Demaille  <akim@epita.fr>
6950         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
6951         * bin/autoreconf.in (autoreconf_current_directory): Create the
6952         AUX_DIR if needed, for sake of automake --add-missing etc.
6953         Suggested by Alexandre Duret-Lutz.
6955 2003-10-03  Akim Demaille  <akim@epita.fr>
6957         * configure.ac: Quotation and formatting changes.
6958         (EMACS): Don't set it if it is not recent enough to support
6959         autoconf-mode.el.
6960         From Eric Sunshine.
6962 2003-10-02  Akim Demaille  <akim@epita.fr>
6964         * bin/ifnames.in (&scan_file): Skip C++ comments.
6965         From Jeremy Yallop.
6967 2003-10-01  Pavel Roskin  <proski@gnu.org>
6969         * doc/autoconf.texi (Particular Structure Checks):
6970         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
6972 2003-10-01  Akim Demaille  <akim@epita.fr>
6974         Version 2.57f.
6976 2003-09-30  Paul Eggert  <eggert@twinsun.com>
6978         * lib/Autom4te/XFile.pm: Use Errno.
6979         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
6980         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
6982 2003-09-30  Akim Demaille  <akim@epita.fr>
6984         * config/announce-gen (&print_news_deltas): Extracted from...
6985         (&print_changelog_deltas): here.
6986         (&news_file): Rename as...
6987         (@news_file): this.
6989 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
6991         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
6992         have been created when invoking the compiler.
6993         * tests/fortran.at (GNU Fortran 77): Quote $G77.
6995 2003-09-29  Akim Demaille  <akim@epita.fr>
6997         Version 2.57e.
6999         * config/mkinstalldirs: Upgrade.
7001 2003-09-28  Paul Eggert  <eggert@twinsun.com>
7003         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
7004         Problem reported by Lars J. Aas in
7005         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
7006         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
7007         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
7008         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
7010 2003-09-26  Akim Demaille  <akim@epita.fr>
7012         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
7013         directory for AC_CONFIG_COMMANDS' first argument exists.
7014         This makes valid the invocation of _AC_SRCPATH that follows.
7015         Reported by Eric Sunshine.
7016         * doc/autoconf.texi (Configuration Commands): Adjust.
7018 2003-09-26  Akim Demaille  <akim@epita.fr>
7020         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
7021         Reported by Ralf Corsepius.
7023 2003-09-26  Akim Demaille  <akim@epita.fr>
7025         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
7026         arguments.
7027         Actually, use AU_ALIAS.
7028         From Bruno Haible.
7030 2003-09-26  Paul Eggert  <eggert@twinsun.com>
7032         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
7033         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
7034         Problem reported by Eric Sunshine in:
7035         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
7037 2003-09-26  Akim Demaille  <akim@epita.fr>
7039         The test suite are sometimes assigning timings incorrectly.
7040         Reported by Henk Krus.
7041         Diagnosed by Nicolas Joly.
7043         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
7044         AT_help_all.
7045         Instead of making AT_help a sequence of assignments to grow
7046         $at_help_all, just make AT_help_all be the growing contents of
7047         $at_help_all, and make a single assignment in...
7048         (AT_INIT): here.
7049         (at_times_skip): Flip the meaning and rename as...
7050         (at_times_p): this.
7051         (AT_INIT): When summarizing the test that ran, remove
7052         $at_times_file after use, and check it is present before trying to
7053         use it.
7055 2003-09-25  Akim Demaille  <akim@epita.fr>
7057         Version 2.57d.
7059         * bin/Makefile.am (edit): Handle '@configure_input@'.
7060         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
7061         (ifnames): chmod -w.
7062         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
7063         executables, not bin/ executables!  Otherwise all the magic needed
7064         to find non installed files is turned off.  This caused a failure
7065         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
7066         as found in its environment (sent by tests/autoreconf): pointing
7067         to bin/autom4te that could not find its files.
7068         * tests/mktests.sh: Force the replacement of generated files, for
7069         the sake of "mv" program that are interactive when overwriting a
7070         -w file.
7071         * config/install-sh: Upgrade from CVS Automake.
7073 2003-09-23  Paul Eggert  <eggert@twinsun.com>
7075         * doc/autoconf.texi (Limitations of Builtins): Document test -h
7076         versus test -L issues.
7078 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
7079             Paul Eggert  <eggert@twinsun.com>
7081         Trivial change to support GCC's configuration procedure.
7082         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
7083         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
7084         about inconsistency if the preprocessor is set to give errors for
7085         any warning.
7086         * doc/autoconf.texi (C Compiler Characteristics): Document this.
7088 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
7090         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
7091         and XFile.pm from Automake.
7092         * lib/Autom4te/XFile.pm: Update from Automake.
7094 2003-09-12  Akim Demaille  <akim@epita.fr>
7096         Version 2.57c.
7098 2003-09-12  Akim Demaille  <akim@epita.fr>
7100         * config/config.guess, config/config.sub, config/missing,
7101         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
7102         from masters.
7104 2003-09-12  Akim Demaille  <akim@epita.fr>
7106         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
7107         not asm/types.h.
7109 2003-09-11  Akim Demaille  <akim@epita.fr>
7111         * doc/autoconf.texi (Header Portability): linux/random.h.
7112         From Peter Hendrickson.
7114 2003-09-10  Akim Demaille  <akim@epita.fr>
7116         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
7117         willing to edit the output files.
7119 2003-09-10  Akim Demaille  <akim@epita.fr>
7121         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
7122         and AC_FC_FREEFORM.
7123         * tests/mktests.sh: Skip AC_FC_SRCEXT.
7124         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
7126 2003-09-09  Akim Demaille  <akim@epita.fr>
7128         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
7129         Reported by Gary Vaughan.
7130         * bin/autom4te.in (handle_m4): Likewise.
7132 2003-09-09  Akim Demaille  <akim@epita.fr>
7134         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
7135         trailing files.
7137 2003-09-07  Paul Eggert  <eggert@twinsun.com>
7139         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
7140         Improve the accuracy of the wording about obsolescence.
7141         From a suggestion by Ian Lance Taylor in
7142         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
7144 2003-09-05  Paul Eggert  <eggert@twinsun.com>
7146         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
7147         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
7149 2003-09-04  Akim Demaille  <akim@epita.fr>
7151         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
7152         AC_FUNC_WAIT3.
7154 2003-09-04  Akim Demaille  <akim@epita.fr>
7156         * bin/autom4te.in: Use &fatal where more appropriate than &error.
7157         (freeze): When exiting, use $exit_code.
7158         * lib/autoconf/fortran.m4: Comment changes.
7160 2003-09-04  Akim Demaille  <akim@epita.fr>
7162         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
7164 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
7166         Add support for newer Fortran dialects.  The F77 interface is
7167         unchanged, and continues to support Fortran 77.  New FC macros
7168         correspond to all the old F77 macros, with output variables FC,
7169         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
7170         available dialect, but older dialects can be specified.  There are
7171         new macros AC_FC_SRCEXT to set the source extension, and
7172         AC_FC_FREEFORM to accept free-form source files.
7174         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
7175         New macros.
7176         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
7177         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
7178         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
7179         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
7180         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
7181         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
7182         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
7183         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
7184         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
7185         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
7186         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
7187         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
7188         AC_FC_SRCEXT, AC_FC_FREEFORM):
7189         New macros.
7190         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
7191         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
7192         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
7193         Rewrite in terms of the above.
7194         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
7195         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
7196         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
7197         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
7199 2003-09-02  Paul Eggert  <eggert@twinsun.com>
7201         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
7202         Document problems with timestamp resolution that 'make', 'cp -p', and
7203         'touch -r' have.
7205 2003-08-27  Akim Demaille  <akim@epita.fr>
7207         * tests/m4sugar.at (cross_warning): Make sure to enable the
7208         output, so that we can track spurious m4sugar output.
7209         * tests/local.at: Require 2.57.
7210         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
7211         are defaulted by AT_CHECK anyway.
7212         Use AT_CHECK_AUTOM4TE.
7213         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
7214         missing dnl.
7216 2003-08-27  Akim Demaille  <akim@epita.fr>
7218         * bin/autoheader.in: Issue the "Using auxiliary..." message only
7219         when -Wobsolete is set.
7220         Set it on by default.
7221         Suggested by Klee Dienes.
7223 2003-08-27  Akim Demaille  <akim@epita.fr>
7225         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
7226         documentation.
7227         From Guido Draheim.
7229 2003-08-26  Akim Demaille  <akim@epita.fr>
7231         * doc/autoconf.texi (Output): Make clear that one can run code
7232         after AC_OUTPUT.
7234 2003-08-25  Akim Demaille  <akim@epita.fr>
7236         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
7237         CVS Bison.
7239 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
7241         * bin/autoreconf.in (parse_args): Do not pass --no-force to
7242         Automake versions prior to 1.8.
7244 2003-08-25  Akim Demaille  <akim@epita.fr>
7246         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
7247         From Ville Karaila.
7249 2003-08-24  Akim Demaille  <akim@epita.fr>
7251         * configure.ac: Bump to 2.57c.
7253 2003-08-22  Akim Demaille  <akim@epita.fr>
7255         Version 2.57b.
7257         * Makefile.cfg (local-checks-to-skip): New.
7258         * Makefile.maint (local-check): Rename as...
7259         (local-checks-available): this.
7260         (local-check): New.
7262         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
7263         * configure.ac: Require Automake 1.7.6.
7265 2003-08-22  Akim Demaille  <akim@epita.fr>
7267         Output stack traces in warnings.
7269         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
7270         Replace the former...
7271         (m4_warn): Pass the call stack to _m4_warn.
7272         * bin/autom4te.in: Adjust to output the call stack.
7273         * tests/m4sugar.at (m4@&t@_warn): Adjust.
7275 2003-08-22  Akim Demaille  <akim@epita.fr>
7277         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
7278         * bin/autom4te.in: Adjust.
7280 2003-08-21  Akim Demaille  <akim@epita.fr>
7282         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
7283         (&verbose): Remove.
7284         (&getopt): Adjust the note and verb channels, depending upon
7285         --verbose.
7286         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
7287         * bin/autoupdate.in: Adjust.
7288         Use &verb, not &verbose.
7290 2003-08-21  Akim Demaille  <akim@epita.fr>
7292         * bin/autoheader.in (&parse_args): Use &parse_warnings and
7293         &parse_WARNINGS.
7294         ($help): Use Autom4te::ChannelDefs::usage.
7295         * bin/autoscan.in: Use Autom4te::ChannelDefs.
7296         * lib/Autom4te/General.pm: Don't export error: you don't own it.
7298 2003-08-21  Akim Demaille  <akim@epita.fr>
7300         First stab at preserving warnings between calls to autom4te,
7301         including when the cache is used.
7303         There are still several issues: (i) there are too many runs of m4
7304         (one for include, one for warnings, and some more), (ii) warnings
7305         spreading on several lines are not handled gracefully, (iii) the
7306         code meant to have the call stack display for errors does not work
7307         (its handling should move from m4 to autom4te).
7309         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
7310         Use them.
7311         (@preselect): Add m4_warn.
7312         ($exit_status): Remove, use $exit_code.
7313         ($help): Use Autom4te::ChannelDefs::usage.
7314         (&handle_m4): No longer define the m4_warnings.
7315         At each run, extract and report the warnings.
7316         Always cache the result, including if the exit status is on
7317         failure, since if nothing changes, we should result in the same
7318         failure, hence we can use the cache.
7319         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
7320         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
7321         Remove.
7322         (m4_warn): Redefine as a do-nothing: it is its invocation that
7323         matters, as warnings are now reported via traces.
7324         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
7325         the contents of m4_warn: make it _call_ m4_warn, so that tracing
7326         the latter reveals calls to the former.
7328         Adjust the tests.
7330         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
7332 2003-08-21  Akim Demaille  <akim@epita.fr>
7334         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
7335         Use them.
7337 2003-08-21  Akim Demaille  <akim@epita.fr>
7339         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
7340         forward order.
7341         * lib/Autom4te/ChannelDefs.pm: Doc typos.
7342         (&parse_warnings): Accept a list of warning requests.
7343         (&usage): Return a string, not a side effect.
7344         (cross): New warning category.
7346 2003-08-21  Akim Demaille  <akim@epita.fr>
7348         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
7349         (&require_configure_ac): Accept an optional directory argument.
7350         ($configure_ac): Remove.
7351         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
7352         (&catfile): Remove.
7353         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
7354         * bin/autoscan.in: Adjust.
7356 2003-08-20  Akim Demaille  <akim@epita.fr>
7358         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
7359         Reported by Alexandre Duret-Lutz.
7361 2003-08-20  Akim Demaille  <akim@epita.fr>
7363         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
7364         * bin/autom4te: Adjust.
7365         In particular, be Autoconf tools are really silent when properly
7366         working, bind the verbosity of the 'note' channel to $verbose.
7367         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
7368         (&xsystem, &contents): Remove, since they are exported by...
7369         * lib/Autom4te/FileUtils.pm: this.
7370         More perldoc.
7371         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
7372         * lib/Autom4te/FileUtils.pm: here.
7374 2003-08-20  Akim Demaille  <akim@epita.fr>
7376         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
7377         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
7378         from CVS Automake.
7380 2003-08-20  Akim Demaille  <akim@epita.fr>
7382         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
7383         (autom4te-update): New.
7384         * Makefile.cfg (update): Bind autom4te-update.
7386 2003-08-19  Derek Price  <derek@ximbiot.com>
7388         * lib/autotest/general.m4: Comment various HELP_* diversions.
7389         (PARSE_ARGS_BEGIN): New section for option parsing related
7390         initialization.
7391         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
7392         package specific options and associated help.
7394 2003-08-19  Akim Demaille  <akim@epita.fr>
7396         * config/announce-gen, Makefile.cfg: New.
7397         * Makefile.am: Adjust.
7398         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
7400 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7402         * lib/autom4te.in (Automake-preselections): Preselect
7403         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
7404         and m4_sinclude.
7406 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7408         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
7409         (Autoconf-without-aclocal-m4): ... this new language.
7410         * doc/autoconf.texi (autom4te Invocation): Mention
7411         Autoconf-without-aclocal-m4.
7413 2003-08-18  Derek Price  <derek@ximbiot.com>
7415         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
7416         RUN-IF-PASS optional arguments.
7418 2003-08-18  Derek Price  <derek@ximbiot.com>
7420         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
7422 2003-08-16  Derek Price  <derek@ximbiot.com>
7424         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
7425         STDOUT & STDERR arguments.
7427 2003-08-14  Derek Price  <derek@ximbiot.com>
7429         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
7430         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
7431         shorter column three.  Add DESCRIPTION to log file content.
7433 2003-08-13  Derek Price  <derek@ximbiot.com>
7435         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
7436         output.
7438 2003-08-12  Derek Price  <derek@ximbiot.com>
7440         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
7441         (AT_CHECK_NOESCAPE): Move core functionality to...
7442         (_AT_CHECK): ...this new macro.
7444 2003-08-07  Derek Price  <derek@ximbiot.com>
7446         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
7447         (AT_CHECK_NOESCAPE): ...to this new macro.
7449 2003-07-31  Paul Eggert  <eggert@twinsun.com>
7451         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
7452         in Bash 2.01.  Problem reported by Brian Gough in
7453         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
7455 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
7457         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
7458         -lcrt1.o, for OS X.  (trivial change)
7460 2003-07-07  Paul Eggert  <eggert@twinsun.com>
7462         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
7463         inside '#ifndef __cplusplus'.  Problem reported by
7464         Bob Friesenhahn.
7466 2003-07-06  Bill Clarke  <llib@computer.org>
7468         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
7469         'long', not 'int', for benefit of Sun's recent C++ compilers
7470         (trivial change).  See:
7471         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
7472         (This really should be 'intptr_t', not 'long', but that would
7473         take more work.)
7475 2003-06-25  Akim Demaille  <akim@epita.fr>
7477         * lib/Makefile.am (autom4te.cfg): Make it read only.
7478         Depend on Makefile since it contains substitutions.
7479         From Paolo Bonzini.
7480         * lib/autom4te.in (args): Add local.at? for Autotest args.
7481         This change was made on autom4te.cfg which is generated.
7482         Reported by Raja R. Harinath.
7484 2003-06-25  Akim Demaille  <akim@epita.fr>
7486         * doc/autoconf.texi (Header Portability): sys/mount.h.
7487         From Gareth McCaughan.
7489 2003-06-23  Akim Demaille  <akim@epita.fr>
7491         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
7492         not all of them.  This fixes 1. the fact that when testing
7493         Autoconf there are many many config.log, 2. the incorrect use of
7494         top_srcdir to find config.log.
7495         Don't mix the detailed output of failed test with the summary of
7496         failures.  Rather, append detailed log afterwards.
7498 2003-06-23  Akim Demaille  <akim@epita.fr>
7500         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
7501         always run: output config.log on $at_group_log.
7503 2003-06-23  Akim Demaille  <akim@epita.fr>
7505         * tests/torture.at (#define header templates): Don't use quotes in
7506         C++ comments as it puzzles Emacs' sh font-lock-mode.
7508 2003-06-23  Akim Demaille  <akim@epita.fr>
7510         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
7511         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
7512         * tests/atspecific.m4: Rename as...
7513         * tests/local.at: This.
7514         * tests/suite.at: Move the globals into...
7515         * tests/local.at: here.
7516         * tests/Makefile.am: Adjust.
7517         * doc/autoconf.texi (testsuite Scripts): Adjust.
7519 2003-06-21  Kevin Ryde  <user42@zip.com.au>
7521         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
7522         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
7523         ensuring we add -std1 for full-ANSI.
7525         * doc/autoconf.texi (hdrindex): New macro.
7526         Add index entries for portability of various standard header files.
7528 2003-06-20  Akim Demaille  <akim@epita.fr>
7530         * configure.ac: Bump to 2.57b.
7532 2003-06-20  Akim Demaille  <akim@epita.fr>
7534         Version 2.57a.
7536 2003-06-20  Akim Demaille  <akim@epita.fr>
7538         * bin/autom4te.in: Don't rely on $HOME being defined.
7539         Reported by Marc Espie as PR/233.
7541 2003-06-20  Akim Demaille  <akim@epita.fr>
7543         * lib/autotest/general.m4: Use at_times_file only if used.
7544         From Nicolas Joly.
7546 2003-06-20  Akim Demaille  <akim@epita.fr>
7548         * config/config.guess, config/config.sub, config/elisp-comp,
7549         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
7550         Update from masters.
7552 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
7554         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
7555         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
7556         (TEST_SCRIPT): New diversion.
7557         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
7558         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
7559         (AT_INIT): Support for expected failures.
7561 2003-06-02  Akim Demaille  <akim@epita.fr>
7563         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
7564         changes.
7565         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
7566         Autoconf nor Automake.
7567         (&contents): New, from Automake.
7568         PODify.
7570 2003-05-28  Paul Eggert  <eggert@twinsun.com>
7572         * NEWS, doc/autoconf.texi (Particular Functions),
7573         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
7574         is the inverse of localtime.
7576 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
7578         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
7579         (handle_exec_errors): New function.  Work around $! being
7580         altered by WEXITSTATUS.
7581         (xqx, xsystem): Use handle_exec_errors.
7583 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
7585         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
7586         Do not call `_exit()', simply modify `$?'.
7587         (xsystem): Reset $! before running system, and check it afterward.
7588         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
7589         63 for version mismatches.
7591 2003-05-23  Akim Demaille  <akim@epita.fr>
7593         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
7594         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
7595         the middle of a line).
7596         * lib/m4sugar/m4sugar.m4: Likewise.
7597         Remove useless spaces in comments.
7599 2003-05-23  Akim Demaille  <akim@epita.fr>
7601         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
7602         exit 63, so that we (or Automake's "missing") can tell the
7603         difference with a plain failure.
7604         * doc/autoconf.texi (Notices): Adjust.
7606 2003-05-23  Akim Demaille  <akim@epita.fr>
7608         * Makefile.am, bin/Makefile.am, config/Makefile.am,
7609         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
7610         White spaces cleanup.
7612 2003-05-22  Jim Meyering  <jim@meyering.net>
7613             Paul Eggert  <eggert@twinsun.com>
7615         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
7616         Remove `#include <stdlib.h>' from the list; we should never
7617         make confdefs.h include <stdlib.h> or <cstdlib>, because the
7618         resulting namespace pollution would cause other tests to fail.
7619         Configure scripts run with some older versions of g++ and HP's
7620         aCC would fail due to such an #include.  Problems reported by
7621         Matthew Mueller in <http://bugs.debian.org/120704> and by
7622         Keith Bostic in
7623         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
7624         In the test, use the test declaration before including <stdlib.h>,
7625         as that's closer to how it'll be used.
7627 2003-05-23  Akim Demaille  <akim@epita.fr>
7629         * doc/autoconf.texi (Header Portability): ucred.h.
7630         From Ian Redfern.
7632 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7634         Overhaul Autotest's logging: generate separate log files
7635         in testsuite.dir/NNN/testsuite.log, and append them to
7636         testsuite.log instead of re-running the test verbosely.
7638         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
7639         file descriptor, write 0 to at_status_file instead of setting
7640         at_status=0, initialize some new variables (at_status_file,
7641         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
7642         to rerun the tests, instead append the at_group_log to the
7643         at_suite_log when a test fails.
7644         (AT_SETUP): pipe the test case's output into at_tee_pipe,
7645         with the AS_MESSAGE_LOG_FD redirected to stdout.
7646         (AT_CLEANUP): save the output status in $at_status_file
7647         and restore it, redirect the AS_MESSAGE_LOG_FD back to
7648         its original place.
7649         (AT_CHECK): since tests are run with a redirected stdout,
7650         and used to be re-run in verbose mode, turn some $at_verbose
7651         into echo, and don't redirect the output of testing stdout
7652         and stderr.
7654         * lib/autotest/autoconf.texi (testsuite Scripts): Update
7655         the name of the debugging directory and information about
7656         its contents.
7658 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7660         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
7661         parameter.
7663 2003-05-22  Akim Demaille  <akim@epita.fr>
7665         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
7666         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
7667         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
7668         * lib/autoconf/status.m4: Fix and adjust copyright notices.
7670 2003-05-22  Akim Demaille  <akim@epita.fr>
7672         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
7673         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
7674         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
7675         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
7676         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
7677         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
7678         * lib/autoconf/status.m4, lib/autoconf/types.m4,
7679         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
7680         * tests/atspecific.m4, tests/base.at, tests/compile.at,
7681         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
7682         * tests/tools.at, tests/torture.at:
7683         Whitespace clean up.
7684         Suggested by Jim Meyering.
7686 2003-05-22  Akim Demaille  <akim@epita.fr>
7688         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
7689         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
7690         Reported by Jim Meyering.
7692 2003-05-22  Akim Demaille  <akim@epita.fr>
7694         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
7695         Add AC_HELP_STRING  to the obsolete macros section.
7696         Typos.
7697         Use '@.' for sentences that ended in a capital letter.
7698         From Art Haas.
7700 2003-05-22  Akim Demaille  <akim@epita.fr>
7702         * config/config.guess, config/config.sub, config/elisp-comp,
7703         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
7704         * config/texinfo.tex, doc/standards.texi: Update from masters.
7706 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
7708         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
7709         it to eval.
7711 2003-05-21  Akim Demaille  <akim@epita.fr>
7713         * bin/autoupdate.in ($m4): Fix quotation.
7714         Reported by Martin Mokrejs.
7716 2003-05-19  Paul Eggert  <eggert@twinsun.com>
7718         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
7719         Remove non-ASCII characters.
7721 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
7723         * tests/semantics.at (AC_SEARCH_LIBS): New test.
7724         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
7725         AC_CHECK_HEADERS_NEW): New tests.
7727 2003-05-17  Akim Demaille  <akim@epita.fr>
7729         * lib/autoconf/functions.m4: Use the default includes so that
7730         memcmp be declared before being tested.
7731         Reported by Sander Niemeijer.
7732         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
7733         * doc/autoconf.texi (Default Includes): Document
7734         AC_INCLUDES_DEFAULT.
7736 2003-05-17  Akim Demaille  <akim@epita.fr>
7738         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
7739         * doc/autoconf.texi (Obsolete Macros): Adjust.
7740         Reported by Werner LEMBERG and Debian Bug 190886.
7742 2003-05-16  Akim Demaille  <akim@epita.fr>
7744         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
7745         user name space clashes.
7746         Reported by Bruno Haible.
7748 2003-05-16  Akim Demaille  <akim@epita.fr>
7750         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7751         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
7752         them uniform, and more robust to Perl special characters.
7753         Reported by Martin Mokrejs.
7755 2003-05-14  Akim Demaille  <akim@epita.fr>
7757         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
7759 2003-05-14  Akim Demaille  <akim@epita.fr>
7761         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
7762         linux/irda.h.
7764 2003-05-12  Akim Demaille  <akim@epita.fr>
7766         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
7767         message.
7768         From Matthias Andree.
7770 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
7772         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
7773         and truncate.
7775 2003-05-06  Akim Demaille  <akim@epita.fr>
7777         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
7778         longer updates aclocal.m4 if useless, (ii) if a file m4_included
7779         by aclocal.m4 is changed it might require the importing of another
7780         m4 extension file, i.e., aclocal must be run.
7782         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
7783         (&parse_args): Use --force with aclocal if required and supported.
7784         (&autoreconf_current_directory): Use &run_aclocal.
7786 2003-05-06  Akim Demaille  <akim@epita.fr>
7788         Lock autom4te's cache.
7790         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
7791         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
7792         argument instead of a file name, so that the request file remains
7793         open during the whole autom4te run.
7794         ($icache_file): New.
7795         (&freeze): Lock the $icache_file.
7797 2003-04-29  Derek Price  <derek@ximbiot.com>
7799         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
7800         seperator with m4_append_uniq().  It doesn't work.
7801         (AT_CLEANUP): Add `;' to end of at_help_all.
7802         (AT_INIT): Allow --keywords to be specified more than once.  When
7803         grepping $at_help_all for keywords, use the field and keyword
7804         seperators to ensure a complete keyword match.  Alter at_prev handling
7805         to support the new --keywords behavior.
7807 2003-04-27  Karl Berry  <karl@freefriends.org>
7809         * doc/autoconf.texi: Make the dir entries in the autoconf manual
7810         align better with others.  I also made some of the individual
7811         entries on one line, for brevity and to make it easier for me to
7812         sort my dir-example file in the Texinfo distribution :).
7814 2003-04-12  Jim Meyering  <jim@meyering.net>
7816         * NEWS: Mention the new macro.
7817         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
7818         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
7819         * tests/c.at: Test AC_C_RESTRICT.
7820         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
7822 2003-04-08  Akim Demaille  <akim@epita.fr>
7824         * bin/ifnames.in: Skip C++ comments.
7825         From Jeremy Yallop.
7827 2003-04-08  Akim Demaille  <akim@epita.fr>
7829         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
7830         From Ilya Zakharevich.
7832 2003-04-08  Akim Demaille  <akim@epita.fr>
7834         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
7835         net/if.h, stdlib.h.
7837 2003-04-01  Derek Price  <derek@ximbiot.com>
7839         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
7840         from Akim's checkin of 2003-03-29.
7842 2003-04-01  Derek Price  <derek@ximbiot.com>
7844         * tests/torture.at (Configuring subdirectories): Add missing
7845         close-quote for Akim's change from 2003-03-28.
7847 2003-04-01  Akim Demaille  <akim@epita.fr>
7849         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
7850         (AC, AT, MS): these.
7851         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
7852         New.
7853         Use them.
7854         * doc/Makefile.am (CLEANFILES): Adjust.
7855         (TEXI2DVI): Make it --batch.
7857 2003-03-31  Derek Price  <derek@ximbiot.com>
7859         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
7860         which removed the main loop.
7861         Thanks to Akim Demaille.
7863 2003-03-29  Akim Demaille  <akim@epita.fr>
7865         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
7866         that starts a GUI.
7867         From Ilya Zakharevich.
7869 2003-03-29  Akim Demaille  <akim@epita.fr>
7871         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
7872         documentation to read is Autoconf's.
7873         Suggested by Paul Eggert.
7875 2003-03-28  Akim Demaille  <akim@epita.fr>
7877         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
7878         reading the section "Present But Cannot Be Compiled" when the
7879         header causes problems.
7881 2003-03-28  Akim Demaille  <akim@epita.fr>
7883         * tests/torture.at (Configuring subdirectories): Require aclocal
7884         1.4, otherwise the test fails, as it does support configure.ac.
7885         This fixes the "test 40 failed" bug reports.
7887 2003-03-28  Akim Demaille  <akim@epita.fr>
7889         * doc/autoconf.texi (C Compiler): `#line' portability.
7890         From Paul Eggert and Nelson H. F. Beebe.
7892 2003-03-27  Derek Price  <derek@ximbiot.com>
7894         * lib/autotest/general.m4: Eliminate main loop and reorganize test
7895         layout in order to allow scripting around test groups.
7897 2003-03-27  Derek Price  <derek@ximbiot.com>
7899         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
7900         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
7901         use new diversions in preparation for accepting new arguments and
7902         allowing scripting around tests.
7903         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
7905 2003-03-26  Derek Price  <derek@ximbiot.com>
7907         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
7908         obsolete AC_HELP_STRING.
7909         (AC_HELP_STRING): AU_DEFUN to...
7910         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
7911         * tests/m4sh.at (AS_HELP_STRING): New test.
7913         * tests/acgeneral.at: Regenerated.
7915 2003-03-26  Derek Price  <derek@ximbiot.com>
7917         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
7918         sense.  Verbosify the diversion definitions comment.
7920 2003-03-26  Derek Price  <derek@ximbiot.com>
7922         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
7923         AS_PREPARE.
7925 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
7927         * doc/autoconf.texi (Present But Cannot Be Compiled):
7928         Grammar fixes and minor rewording. (trivial change)
7930 2003-03-06  Paul Eggert  <eggert@twinsun.com>
7932         Work around a problem noted by Nelson H. F. Beebe with coreutils
7933         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
7934         2002/05/09) rejects '#line 32768 "configure"' because the line
7935         number overflows.
7936         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
7937         #line directives.
7938         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
7939         * doc/autoconf.texi (Generating Sources): Document this.
7941 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
7943         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
7944         file name for the m4 program, when it has an "exe" file extension.
7945         DJGPP's error messages include the error code in brackets -
7946         remove the error code during normalization.
7948 2003-02-28  Akim Demaille  <akim@epita.fr>
7950         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
7952 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
7954         * doc/autoconf.texi (Limitations of Make): Remove the section
7955         about `$<' in inference rules, it was a bogus interpretation of
7956         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
7957         Tru64 make in the "target lookup" section.
7958         (Automake): Automake 1.5+ no longer requires special tools to be
7959         present on the developer's host.
7961 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
7963         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
7964         to a shell that can handle redirection or quoting correctly.
7965         Override SHELL with the shell detected by configure.
7966         Use of $^O suggested by Tim van Holder.
7967         * bin/autom4te.in (BEGIN): Likewise.
7968         * bin/autoreconf.in (BEGIN): Likewise.
7969         * bin/autoscan.in (BEGIN): Likewise.
7970         * bin/autoupdate.in (BEGIN): Likewise.
7971         * bin/ifnames.in (BEGIN): Likewise.
7973         * bin/ifnames.in: Add final newline to help and version messages.
7975         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
7976         to cope with DOS-style absolute paths, when constructing
7977         ${ac_make}.
7979         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
7980         When constructing paths with IFS=:, quote the path. If we're
7981         constructing a DOS-style absolute path, we don't want to split it
7982         on the colon.
7984         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
7985         in description.
7987 2003-02-25  Pavel Roskin  <proski@gnu.org>
7989         * bin/autoheader.in: Add missing newline when printing
7990         suggestion how change AC_DEFINE call.
7992 2003-02-24  Paul Eggert  <eggert@twinsun.com>
7994         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
7995         2002-09-01 patch by replacing "test -n" with "test -z".
7996         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
7997         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
7999         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
8000         to fix a mismatch between example and discussion.
8002 2003-02-24  Kevin Ryde  <user42@zip.com.au>
8004         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
8005         format starting with "-".
8007 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
8009         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
8010         is not portable inside Makefile.
8012 2003-02-20  Akim Demaille  <akim@epita.fr>
8014         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
8015         compiler says yeah, but preproc says nope, compiler is right.
8016         Conversely, prompt the reader to send a bug report to the
8017         maintainers of the package, not of Autoconf.
8019 2003-02-20  Klee Dienes  <kdienes@apple.com>
8021         * bin/autoreconf.in (autoreconf_current_directory): Properly
8022         handle an empty aclocal.m4.
8024 2003-02-20  Akim Demaille  <akim@epita.fr>
8026         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
8027         $ac_prefix_program.
8028         From Larry Jones.
8030 2002-12-23  Paul Eggert  <eggert@twinsun.com>
8032         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
8033         innocuous variant befor including <limits.h> or <assert.h>.  This
8034         works around a bug reported by Albert Chin: HP-UX 11i
8035         (and earlier versions) have a <limits.h> that declares
8036         gettimeofday and many other functions.
8038 2002-12-03  Paul Eggert  <eggert@twinsun.com>
8040         Version 2.57.
8042         * NEWS, configure.ac: Update version.
8044         * doc/fdl.texi: Upgrade to FDL version 1.2.
8046         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
8047         nontrivially in main's body, so that f's external declaration is
8048         not optimized away in AIX.  This should fix the bug reported by
8049         Martin Frydl in
8050         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
8052         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
8053         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
8054         defined, to support freestanding compilers.  This should fix the
8055         bug reported by Momchil Velkov in
8056         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
8058         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
8059         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
8060         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
8061         by Simon Josefsson in
8062         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
8064         * Makefile.maint (www-gnu): New macro.
8065         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
8066         the location has moved.
8068 2002-12-02  Martin Frydl  <martin@systinet.com>
8070         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
8071         \(.*\) match is too long and there is something more to be checked.
8072         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
8074 2002-11-15  Akim Demaille  <akim@epita.fr>
8076         Version 2.56.
8078         * config/install-sh: chmod +x.
8079         From Paul Eggert.
8080         * config/move-if-change: Indenting changes.
8081         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
8082         * configure.ac (AM_INIT_AUTOMAKE): here.
8083         Require 1.7.1.
8085 2002-11-14  Akim Demaille  <akim@epita.fr>
8087         Version 2.55.
8089         * config/config.guess, config/config.sub, config/install-sh:
8090         Update from masters.
8092 2002-11-14  Akim Demaille  <akim@epita.fr>
8094         * Makefile.maint: Sync with Bison, i.e.:
8095         (po-check): Scan .l and .y files instead of the
8096         .c and the .h files that they generate.  This fixes the bug
8097         reported by Tim Van Holder in:
8098         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
8099         Look for N_ as well as for _.  Try to avoid matching #define for
8100         N_ and _.
8101         From Paul Eggert.
8103 2002-11-14  Akim Demaille  <akim@epita.fr>
8105         * doc/autoconf.texi (C Compiler): Compiling several files at once.
8106         From Paul Eggert and Albert Chin-A-Young.
8108 2002-11-14  Akim Demaille  <akim@epita.fr>
8110         * doc/autoconf.texi (C Compiler): Solitary backslashes.
8111         From Paul Eggert and Albert Chin-A-Young.
8113 2002-11-14  Kevin Ryde  <user42@zip.com.au>
8115         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
8116         than assigning in main, to avoid HP cc +O3 optimizing it away.
8118 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
8120         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
8121         option.  Process --recheck after parsing all options.  Pass -q
8122         option to configure on --recheck.
8123         (AC_OUTPUT): Pass -q from configure to config.status.
8124         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
8125         arguments to record.
8126         * doc/autoconf.texi (config.status Invocation): Document
8127         config.status -q option.
8129 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
8131         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
8132         Makefile.in if Makefile.am exists.
8133         (output): Strip `.am' from Makefiles.  Don't
8134         output AC_CONFIG_FILES if no Makefiles were found.
8136 2002-11-07  Akim Demaille  <akim@epita.fr>
8138         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
8139         (local_updates): New.
8140         * Makefile.maint: Update, from CVS Bison.
8141         (local_updates): New.
8143 2002-11-06  Akim Demaille  <akim@epita.fr>
8145         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
8146         declaration in extern "C" too.
8147         Reported by Roberto Bagnara.
8149 2002-11-06  Akim Demaille  <akim@epita.fr>
8151         * tests/torture.at (Configuring subdirectories): Don't use grep
8152         -w.
8153         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
8154         Reported by Ezra Peisach.
8156 2002-11-05  Akim Demaille  <akim@epita.fr>
8158         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
8159         Remove.
8160         We _have_ to stop using the old compatibility scheme that tried to
8161         avoid useless backslashes because Libtool 1.4.3 contains a
8162         AC_DEFINE([error_t], [int],
8163         [Define to a type to use for \`error_t' if it is not
8164         otherwise available.])
8165         We _have_ to quote the single quote and backslashes with \.  The
8166         old compatibility scheme saw that ` was backslashed, and therefore
8167         did not quote the single quote.  Hence before this patch, Autoconf
8168         was not compatible with Libtool.
8170 2002-11-04  Paul Eggert  <eggert@twinsun.com>
8172         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
8173         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
8174         LC_NAME, LC_PAPER, LC_TELEPHONE.
8175         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
8177 2002-11-04  Akim Demaille  <akim@epita.fr>
8179         Version 2.54c.
8181         * Makefile.maint (update, cvs-update, po-update, do-po-update):
8182         New.
8183         * config/texinfo.tex: Update.
8185 2002-11-03  Akim Demaille  <akim@epita.fr>
8187         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
8188         from...
8189         (&autoreconf): here.
8190         ($help, $make, &parse_args, &autoreconf_current_directory):
8191         Support -m/--make.
8192         * doc/autoconf.texi (autoreconf Invocation): Adjust.
8194 2002-10-31  Bruno Haible  <bruno@clisp.org>
8196         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
8197         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
8198         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
8199         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
8200         to ac_cv_func_realloc_0_nonnull.
8201         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
8203 2002-10-31  Akim Demaille  <akim@epita.fr>
8205         The test suite was no longer checking for trailing envvars and files.
8207         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
8208         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
8210 2002-10-31  Akim Demaille  <akim@epita.fr>
8212         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
8213         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
8214         Make variable, not a shell variable.
8215         Suggested by Bruno Haible.
8217 2002-10-31  Akim Demaille  <akim@epita.fr>
8219         * bin/autom4te.in (load_configuration): Reject #args out of any
8220         language.
8222 2002-10-31  Akim Demaille  <akim@epita.fr>
8224         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
8225         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
8226         (_AC_RUN_IFELSE): Use it.
8227         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
8228         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
8229         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
8230         inline it.
8232 2002-10-30  Akim Demaille  <akim@epita.fr>
8234         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
8235         * doc/autoconf.texi (autom4te Invocation): Adjust.
8236         Suggested by Tim van Holder.
8238 2002-10-29  Paul Eggert  <eggert@twinsun.com>
8240         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
8241         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
8242         Problem reported by Bruno Haible.
8244 2002-10-29  Akim Demaille  <akim@epita.fr>
8246         * doc/autoconf.texi (Header Templates): Put also in words what the
8247         pictures says to assist free style readers.
8248         (Customizing autom4te): s/--cache=/--cache /.
8250 2002-10-29  Akim Demaille  <akim@epita.fr>
8252         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
8253         sys/wait.h.
8254         sparc_address_test returns void.
8255         Use it with an argument, as prototyped.
8256         From Bruno Haible.
8258 2002-10-29  Akim Demaille  <akim@epita.fr>
8260         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
8261         configure.in, not configure.ac.
8262         Reported by Bruno Haible.
8264 2002-10-29  Akim Demaille  <akim@epita.fr>
8266         * tests/torture.at (Deep Package): New test.
8267         (Configuring subdirectories): Don't use a testSubDir as Autotest
8268         now does it itself.
8270 2002-10-29  Akim Demaille  <akim@epita.fr>
8272         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
8273         * doc/autoconf.texi (Invoking autom4te): Rename as...
8274         (autom4te Invocation): this, for consistency with the other nodes.
8276 2002-10-29  Akim Demaille  <akim@epita.fr>
8278         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
8279         Reported by Ralf Corsepius.
8281 2002-10-29  Akim Demaille  <akim@epita.fr>
8283         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8284         characters is a back as an `obsolete' warning now.
8285         Reported by Ralf Corsepius.
8287 2002-10-28  Akim Demaille  <akim@epita.fr>
8289         * configure.ac: Bump to 2.54c.
8291 2002-10-28  Akim Demaille  <akim@epita.fr>
8293         Version 2.54b.
8295         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
8297 2002-10-28  Akim Demaille  <akim@epita.fr>
8299         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
8300         m4 executable names, and different GNU M4 version.
8301         Reported by Ezra Peisach and Paul Jarc.
8303 2002-10-27  Akim Demaille  <akim@epita.fr>
8305         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
8306         AC_RUN_IFELSE.
8308 2002-10-27  Akim Demaille  <akim@epita.fr>
8310         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
8311         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
8312         Die when a simple Fortran program cannot be compiled.
8313         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
8314         Issue a warning if no function is given.
8316 2002-10-27  Akim Demaille  <akim@epita.fr>
8318         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
8319         Move the documentation of AC_TRY_RUN to...
8320         (Obsolete Macros): here.
8321         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
8322         (autoconf Invocation): Remove the duplicates with `invoking
8323         autom4te'.
8324         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
8325         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
8327 2002-10-27  Akim Demaille  <akim@epita.fr>
8329         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
8330         and AC_LANG_FUNC_LINK_TRY.
8331         (Examining Libraries): Rename as...
8332         (Running the Linker): this.
8333         Document AC_LINK_IFELSE.
8334         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
8335         (Obsolete Macros): here.
8336         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
8337         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
8338         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
8339         * lib/autoconf/headers.m4 (AC_USG): Likewise.
8341 2002-10-27  Akim Demaille  <akim@epita.fr>
8343         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
8345         More `check config.log' messages.
8347         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
8348         * doc/autoconf.texi (Printing Messages): Document it.
8349         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
8350         appropriate.
8351         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
8352         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
8353         (_AC_COMPILER_OBJEXT): Likewise.
8354         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
8355         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
8356         Likewise.
8357         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
8358         Likewise.
8360         Deprecate macros with unusual interfaces.
8362         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
8363         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
8365         Document the new ones, and proper style.
8367         * doc/autoconf.texi (Generating Sources): New.
8368         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
8369         (Examining Declarations): Rename as...
8370         (Running the Preprocessor): this.
8371         Document AC_PREPROC_IFELSE.
8372         (Examining Syntax): Rename as...
8373         (Running the Compiler): this.
8374         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
8375         (Obsolete Macros): Move the definition of AC_TRY_CPP and
8376         AC_TRY_COMPILE here.
8378 2002-10-27  Akim Demaille  <akim@epita.fr>
8380         Move sections around.
8382         * doc/autoconf.texi (Customizing autom4te): Remove a lost
8383         sentence.
8384         Reported by Burno Haible.
8385         (Language Choice): Now the first section of...
8386         (Writing Tests): this section.
8387         Make the introduction less C-centric.
8388         (Guidelines, Test Functions): Move to...
8389         (Writing Test Programs): this new section.
8390         (Test Programs): Merge into...
8391         (Run Time): this.
8393 2002-10-27  Akim Demaille  <akim@epita.fr>
8395         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
8396         autom4te.in that resulted in the need for two `make' runs.
8398 2002-10-27  Akim Demaille  <akim@epita.fr>
8400         * configure.ac: Bump to 2.54b.
8402 2002-10-25  Akim Demaille  <akim@epita.fr>
8404         Version 2.54a.
8406         * Makefile.maint: Update from the Coreutils.
8407         (AMTAR): Remove, obsolete.
8408         (automake_repo): Update to redhat.com.
8409         (cvs_file): New.
8410         Adjust to the fact that ansi2knr is now hosted by Automake.
8411         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
8412         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
8413         Update from masters.
8414         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
8415         autoscan.pre is not to be installed, and autoscan.list is not to
8416         be shipped.
8417         (CLEANFILES): Add autoscan.list.
8418         (autoscan.list): Disable the cache.
8419         * bin/Makefile.am: Include freeze.mk.
8421 2002-10-25  Akim Demaille  <akim@epita.fr>
8423         * bin/autom4te.in (&load_configuration): Take the file as
8424         argument.
8425         (&parse_args): Handle -C, --cache.
8426         ($help): Adjust.
8427         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
8428         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
8429         * doc/autoconf.texi (Invoking autom4te): Document --cache.
8430         Now a subsection of...
8431         (Using autom4te): This new section.
8432         (Customizing autom4te): New.
8433         (autom4te.cache): Adjust.
8435 2002-10-25  Akim Demaille  <akim@epita.fr>
8437         * doc/autoconf.texi (Generic Headers): More information on how to
8438         use AC_CHECK_HEADERS.
8440 2002-10-25  Akim Demaille  <akim@epita.fr>
8442         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
8443         Space changes.
8445 2002-10-25  Akim Demaille  <akim@epita.fr>
8447         * bin/autoscan.in (output): Output AC_PREREQ.
8448         (%needed_macros): Add AC_PREREQ so that configure.ac without one
8449         be reported.
8451 2002-10-23  Akim Demaille  <akim@epita.fr>
8453         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
8454         document _Bool.
8456 2002-10-23  Akim Demaille  <akim@epita.fr>
8458         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
8459         Reported by Peter Eisentraut.
8461 2002-10-23  Akim Demaille  <akim@epita.fr>
8463         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
8464         type _Bool.
8465         Fix a typo.
8466         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
8467         Eggert's recommandations.
8469 2002-10-22  Akim Demaille  <akim@epita.fr>
8471         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
8472         Bison, by Paul Eggert.
8473         * doc/autoconf.texi (Particular Headers): Document it.
8475 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
8477         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
8478         `$ac_configure_args'.
8480 2002-10-22  Akim Demaille  <akim@epita.fr>
8482         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
8483         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
8484         From Art Haas.
8486 2002-10-22  Akim Demaille  <akim@epita.fr>
8488         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
8490         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8491         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
8492         (_AC_CHECK_HEADER_NEW): Rename as...
8493         (AC_CHECK_HEADER): this.
8495 2002-10-22  Akim Demaille  <akim@epita.fr>
8497         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
8498         words about HP-UX cmp: it was actually a user-written cmp.
8500 2002-10-22  Akim Demaille  <akim@epita.fr>
8502         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
8503         are a few warnings.
8504         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8505         Quote for Perl '' strings, not "".
8506         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
8507         strings.
8509 2002-10-22  Akim Demaille  <akim@epita.fr>
8511         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8512         characters is a syntax warning now.
8513         (_AS_QUOTE): Accept $2 as list of characters to quote.
8514         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8515         Quote for Perl, not sh.
8516         * bin/autoheader.in: When $debug, report the file which is
8517         `do'ne.
8518         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
8519         `@', to tickle Perl's lists.
8520         Reported by Carlos Velasco.
8522 2002-10-18  Akim Demaille  <akim@epita.fr>
8524         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
8525         missing included files _are_ errors.
8526         Thanks to Alexandre Duret-Lutz.
8527         * tests/tools.at (autom4te cache): Adjust.
8528         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
8529         (AT_CHECK_M4SUGAR): Use it.
8530         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8531         Adjust.
8532         * tests/tools.at (autom4te): Now it does exit 1.
8534 2002-10-17  Akim Demaille  <akim@epita.fr>
8536         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
8537         Fixes the `AC_ARG_VAR' test failures.
8538         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
8539         * lib/freeze.mk (check-forbidden-patterns): New.
8540         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
8541         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
8542         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
8543         /dev/null.
8544         Reported months ago by H. Merijn Brand.
8546 2002-10-17  Akim Demaille  <akim@epita.fr>
8548         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
8550 2002-10-16  Paul Eggert  <eggert@twinsun.com>
8552         * Makefile.maint (wget_files): Remove ansi2knr.c.
8553         (ansi2knr.c-url_prefix): Remove.
8555 2002-10-16  Akim Demaille  <akim@epita.fr>
8557         Because of caching, some files that no longer exist and are no
8558         longer required can still cause errors.
8559         Reported by Alexandre Duret-Lutz.
8561         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
8562         to frozen files in @ARGV, as @ARGV must remain being a list of
8563         files.  Rather, at M4 call sites, use this...
8564         (&files_to_options): New function.
8565         (&freeze): Use &error.
8566         (&up_to_date): If a file that was included according to the cache
8567         is no longer there, then the output is out dated.
8568         (&main): Don't even check whether a file is up to date is anyway
8569         --force is given.
8570         * tests/tools.at (autom4te cache): New.
8572 2002-10-16  Akim Demaille  <akim@epita.fr>
8574         * bin/autoconf.as: Kill dead options.
8575         * bin/autoupdate.in (&parse_args): Kill old options.
8576         * bin/autoreconf.in (&parse_args): Remove dead options.
8577         Factor some code.
8578         (&autoreconf): Report the directories we enter *and leave*, so
8579         that error messages can be easily located, and use GNU Make
8580         format, so that Emacs' compile mode understands us.
8581         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
8582         if some file was changed instead of `print'.
8583         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
8584         (&parse_args): Remove the dead options.
8585         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
8586         autoheader's quiet mode.
8587         (AT_CHECK_AUTOUPDATE): Likewise.
8588         * tests/tools.at (autoupdate): Adjust.
8589         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
8591 2002-10-11  Akim Demaille  <akim@epita.fr>
8593         No longer use CPP to check for the existing of headers: use CC to
8594         check for compilability.
8596         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8597         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
8598         (_AC_CHECK_HEADER_NEW): Rename as...
8599         (AC_CHECK_HEADER): this.
8601         * lib/autotest/general.m4 (AT_INIT): Include the failed test
8602         numbers in the Subject suggestion.
8604 2002-10-11  Akim Demaille  <akim@epita.fr>
8606         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
8607         Suggest using AC_CHECK_DECLS instead.
8609 2002-10-11  Akim Demaille  <akim@epita.fr>
8611         * tests/torture.at (AC_ARG_VAR): Have configure report the value
8612         of `precious'.
8614 2002-10-11  Akim Demaille  <akim@epita.fr>
8616         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
8617         file name to enable parallel executions.
8618         From Sam Varshavchik.
8620 2002-10-08  Akim Demaille  <akim@epita.fr>
8622         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
8623         aclocal invocation, as Gettext macros might not be visible to
8624         aclocal.
8625         Instead of blindly running autopoint, scan configure.ac (not the
8626         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
8627         Reported by Paul D. Smith.
8629 2002-10-08  Paul Eggert  <eggert@twinsun.com>
8631         Work around problems found when POSIXLY_CORRECT=1 is set.
8632         None of this seems to have anything to do with POSIX, really,
8633         but it's how Perl getopt works.
8634         * bin/autom4te.in (parse_args): Configure GetOpt with
8635         "permute", too.
8636         * doc/autoconf.texi (Invoking autom4te):
8637         --warning -> --warnings.
8638         * lib/autom4te.in: --warning -> --warnings.
8640 2002-09-28  Akim Demaille  <akim@epita.fr>
8642         * doc/autoconf.texi (autom4te.cache): New section.
8644 2002-09-28  Akim Demaille  <akim@epita.fr>
8646         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
8647         (Automake-preselections): Update.
8648         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
8650 2002-09-28  Akim Demaille  <akim@epita.fr>
8652         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
8653         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
8654         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8655         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
8657 2002-09-28  Akim Demaille  <akim@epita.fr>
8659         * tests/torture.at (Configuring subdirectories): Be robust to
8660         users who use config.site to require for a cache: in this case,
8661         the two last configure runs, using two different sets of
8662         arguments, trigger a legitimate error.
8664 2002-09-28  Akim Demaille  <akim@epita.fr>
8666         * tests/m4sh.at (Functions Support, Functions and return Support):
8667         New.
8669 2002-09-28  Akim Demaille  <akim@epita.fr>
8671         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
8672         autoheader are Perl programs.
8673         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
8674         (autom4te): Specify that the sources are in the $srcdir.
8675         * doc/autoconf.texi (Installation Directory Variables): Adjust.
8677 2002-09-28  Akim Demaille  <akim@epita.fr>
8679         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
8680         (tm_zone): Move their rules to...
8681         * lib/autoconf/types.m4: here, using AN_ macros.
8682         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
8683         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
8684         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
8685         * lib/autoconf/programs.m4: here.
8686         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
8687         (ETAGS_FOR_AUTOCONF): New.
8688         Use it.
8690 2002-09-28  Akim Demaille  <akim@epita.fr>
8692         * lib/autoconf/autoscan.m4: New file.
8693         * lib/autoconf/autoconf.m4: Include it.
8694         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
8695         that were listed in the original autoscan.list.
8696         * lib/autoconf/headers.m4: Similarly with headers.
8697         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
8698         (.m4.m4f): Don't pass --prepend-include, since that's done by
8699         tests/autom4te itself.
8700         * lib/autoscan/Makefile.am: Include freeze.mk.
8701         (autoscan.list): New target --this file is no longer a source.
8702         (autoscan.pre): New file.
8704 2002-09-28  Akim Demaille  <akim@epita.fr>
8706         * bin/autoscan.in (@kinds): Make them singular.
8707         Adjust all uses.
8708         (&init_tables): When --debug, report the list of rules to ease
8709         tracking changes in autoscan.list.
8710         * lib/autoscan/autoscan.list (function): Strip comments, sort.
8712 2002-09-28  Akim Demaille  <akim@epita.fr>
8714         * lib/autoscan/functions, lib/autoscan/headers,
8715         * lib/autoscan/identifiers, lib/autoscan/makevars,
8716         * lib/autoscan/programs: Merge into...
8717         * lib/autoscan/autoscan.list: this.
8718         * bin/autoscan.in (&init_tables): Adjust.
8720 2002-09-28  Akim Demaille  <akim@epita.fr>
8722         * lib/autoscan/functions, lib/autoscan/headers,
8723         * lib/autoscan/identifiers, lib/autoscan/makevars,
8724         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
8725         `functions' line is now prefixed with `function:'.
8726         * bin/autoscan.in (&init_tables): Adjust.
8728 2002-09-28  Akim Demaille  <akim@epita.fr>
8730         From now on, autoscan files must always map a macro name to a
8731         word: there is no `default' macro for autoscan.
8733         * bin/autoscan.in (&init_tables): Reject entries with no macro at
8734         all.
8735         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
8736         explicit.
8738 2002-09-28  Akim Demaille  <akim@epita.fr>
8740         * bin/autoscan.in (%c_keywords): Remove.
8741         (&used): Keep only track of the words we might be interested in.
8742         (&output_kind): It is no longer needed to look for non active
8743         checks.
8745 2002-09-27  Akim Demaille  <akim@epita.fr>
8747         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
8748         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
8749         * lib/autoscan/functions: Adjust.
8750         * doc/autoconf.texi (Particular Functions): Adjust.
8752 2002-09-27  Akim Demaille  <akim@epita.fr>
8754         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
8755         from /tmp.
8756         Thanks to Bill Moseley and Paul Eggert.
8757         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
8758         the tmpdir must be created.
8759         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
8760         dir be in the build tree, instead of $TMPDIR.
8762 2002-09-27  Akim Demaille  <akim@epita.fr>
8764         * bin/autoscan.in: Improve the comments.
8765         (&parse_args): Drop obsolete undocumented options.
8766         (&output_kind): Output warnings.
8767         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
8768         (getwd): Trigger a warning.
8770 2002-09-26  Akim Demaille  <akim@epita.fr>
8772         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
8773         Reported by Ralf Corsepius.
8774         * doc/autoconf.texi (autoreconf Invocation): Likewise.
8776 2002-09-26  Akim Demaille  <akim@epita.fr>
8778         Single suffix rules and seperated dependencies are not portable.
8780         * doc/autoconf.texi (Installation Directory Variables): Update.
8781         (Limitations of Make): Some about `Single Suffix Rules and
8782         Separated Dependencies'.
8783         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
8784         (ifnames, autoscan, autom4te): Un-factor into several rules.
8786 2002-09-25  Paul Eggert  <eggert@twinsun.com>
8788         * BUGS (Interoperability bugs): New section.  Mention libtool
8789         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
8791 2002-09-24  Paul Eggert  <eggert@twinsun.com>
8793         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
8794         make handles suffix-rules differently from GNU make.
8796         * bin/Makefile.am (SUFFIXES, .in): Remove.
8797         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
8798         Move the body of the old .in rule here.
8800 2002-09-16  Akim Demaille  <akim@epita.fr>
8802         i960 compilers create `b.out' files by default.
8803         Reported by Ralf Corsepius.
8805         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
8806         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
8808 2002-09-13  Paul Eggert  <eggert@twinsun.com>
8810         * doc/autoconf.texi (Particular Headers): Remove obsolete
8811         reference to `struct timezone' in the description of
8812         AC_HEADER_TIME.
8814 2002-09-13  Akim Demaille  <akim@epita.fr>
8816         Version 2.54.
8818         * config/config.sub, config/config.guess: Update.
8819         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
8820         * Makefile.am: Adjust.
8822 2002-09-13  Akim Demaille  <akim@epita.fr>
8824         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
8825         reading config.log when the compiler is rejected.
8826         Suggested by Guido Draheim.
8828 2002-09-13  Akim Demaille  <akim@epita.fr>
8830         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
8831         (chdir_init) might hang when stat'ing mounted directories.
8832         Reported by Vance Shipley.
8834 2002-09-12  Akim Demaille  <akim@epita.fr>
8836         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
8837         the lists.
8839 2002-09-12  Akim Demaille  <akim@epita.fr>
8841         * doc/autoconf.texi (Defining Symbols): Present two different
8842         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
8843         difference between 1 argument calls, and 2-3 argument calls.
8845 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
8847         * doc/autoconf.texi: Review grammar and punctuation.
8849 2002-09-11  Paul Eggert  <eggert@twinsun.com>
8851         * doc/autoconf.texi: Fix minor formatting, spelling, and
8852         grammatical typos.
8853         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
8854         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
8855         is obsolescent.
8857 2002-09-11  Akim Demaille  <akim@epita.fr>
8859         * doc/autoconf.texi (Questions): Rename as...
8860         (FAQ): this.
8861         (Defining Directories): New.
8863 2002-09-09  Akim Demaille  <akim@epita.fr>
8865         * doc/autoconf.texi (Making testsuite Scripts): Update.
8866         Suggested by Nishio Futoshi.
8868 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
8870         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
8871         plain `@' is wanted.
8873 2002-09-09  Akim Demaille  <akim@epita.fr>
8875         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
8876         `duplicates', since the algorithm was too naive and could keep
8877         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
8878         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
8879         Reported by Ralf Corsepius.
8880         * tests/torture.at (Configuring subdirectories): Exercise these
8881         cases.
8883 2002-09-09  Akim Demaille  <akim@epita.fr>
8885         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
8886         looking for a replacement file.
8887         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
8888         directory is relative.
8889         * doc/autoconf.texi (Generic Functions): Clarify the replacement
8890         directory definition.
8891         Reported by Andreas Schwab and Jim Meyering.
8893 2002-09-06  Akim Demaille  <akim@epita.fr>
8895         * doc/autoconf.texi (Setting Output Variables): Clarify what
8896         precious variables are.
8897         Suggested by Pontus Skoeld.
8899 2002-09-05  Akim Demaille  <akim@epita.fr>
8901         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
8902         (ifnames, autoscan, autom4te): Since we don't only depend on
8903         configure.ac variables (such as VERSION etc.), but also on prefix
8904         and so forth, depend on Makefile, not configure.ac.
8905         Reported by Alexandre Duret-Lutz.
8906         * doc/autoconf.texi (Installation Directory Variables): Adjust.
8908 2002-09-05  Kevin Ryde  <user42@zip.com.au>
8910         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
8911         doesn't seem to be confined to ia64, just say "some versions".
8913 2002-09-04  Akim Demaille  <akim@epita.fr>
8915         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
8916         Automake 1.6c.
8917         * Makefile.am (maintainer-clean-local): Remove.
8918         (MAINTAINERCLEANFILES): Remove COPYING.
8920 2002-09-03  Paul Eggert  <eggert@twinsun.com>
8922         * doc/autoconf.texi (Configuration Commands): Remove obsolete
8923         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
8924         Brinkmann.
8926 2002-09-03  Akim Demaille  <akim@epita.fr>
8928         * configure.ac: Bump to 2.53d.
8929         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
8930         as of today, on Automake's team suggestion.
8932 2002-09-03  Akim Demaille  <akim@epita.fr>
8934         Version 2.53c.
8936 2002-09-02  Akim Demaille  <akim@epita.fr>
8938         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
8939         SITE_MACRO_DIR.
8940         * configure.ac: Disable SITE_MACRO_DIR.
8942 2002-09-02  Jim Meyering  <meyering@lucent.com>
8944         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
8945         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
8946         Also, tweak grammar: s/make sure to/be sure to/.
8948 2002-09-02  Paul Eggert  <eggert@twinsun.com>
8950         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
8951         directory names are generally preferable to physical names.
8953 2002-09-02  Akim Demaille  <akim@epita.fr>
8955         * lib/Autom4te/General.pm (&update_file): s/die/error/.
8956         Reported by Raja R. Harinath.
8957         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
8958         * bin/autoupdate.in: Use error instead of die.
8960 2002-09-01  Paul Eggert  <eggert@twinsun.com>
8962         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
8963         ordinary shell concatenation rather than echo+tr+sed command that
8964         runs afoul of a long-line-related sed bug in Solaris 8.
8966         * bin/autoheader.in (parse_args): --warning -> --warnings.
8968         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
8969         stdout, as traditional "ls" does.
8970         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
8971         _AC_COMPILER_EXEEXT_O): Likewise.
8972         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
8974         * bin/autoconf.as: Add --prepend-include option.  This patch was
8975         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
8976         but bin/autoconf.in is generated automatically from bin/autoconf.as.
8978         * bin/autoconf.in, configure: Regenerate.
8980         * doc/autoconf.texi (Special Shell Variables): Mention
8981         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
8983         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
8984         MAILPATH and set PS1, PS2, PS4 to default values, to work
8985         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
8986         For LC_ALL etc, first try to set to "C" as POSIX requires and as
8987         the Autoconf documentation specifies; fall back to "unset" only if
8988         this fails.  Use a shell for-loop for this rather than an m4 loop,
8989         to shorten the output script.
8991 2002-08-30  Paul Eggert  <eggert@twinsun.com>
8993         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
8994         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
8995         for the CDPATH problem.  Document PWD.
8996         (Limitations of Builtins): Document the problem that "cd $foo" and
8997         "ls $foo" may refer to different directories in shells conforming
8998         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
8999         example, since the old example is now out of date.
9001         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
9002         FOO" and "ls FOO" talk about different directories; this catches
9003         problems when POSIX 1003.1-2001 "cd" fails due to symlink
9004         spaghetti.
9006         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
9007         of rolling our own unset.
9008         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
9009         in practice we needn't worry about CDPATH if unset doesn't work.
9011         * Makefile.in, aclocal.m4, bin/Makefile.in,
9012         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
9013         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
9014         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
9015         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
9016         tests/Makefile.in: Regenerate with Automake 1.6.3.
9018         * config/config.guess, config/config.sub, config/mkinstalldirs:
9019         Update.
9021         * configure: Regenerate with self.
9023 2002-08-30  Kevin Ryde  <user42@zip.com.au>
9025         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
9026         default output.
9028 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9030         * bin/autom4te.in (Request::load): Correctly test for "do" read
9031         failure.
9033 2002-08-29  Akim Demaille  <akim@epita.fr>
9035         * lib/Autom4te/General.pm (&xqx): New.
9036         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
9037         hand, which is not portable.
9038         (&error): New.
9039         * bin/autom4te.in: Use them.
9040         Use &error instead of die.
9041         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
9042         Adjust.
9044 2002-08-17  Paul Eggert  <eggert@twinsun.com>
9046         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
9047         default list of compilers to try, since it was long ago superseded
9048         by the ksh fc builtin.  Suggested by Steven G. Johnson.
9050 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
9052         * doc/autoconf.texi (Invoking autom4te): End the option table,
9053         fixing a bug introduced by the previous patch.
9054         (Limitations of Make): Add a 'target lookup' subentry in the
9055         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
9057 2002-07-29  Mark D. Roth  <roth@feep.net>
9059         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
9060         options and use $AUTOM4TE_PATH.
9061         * doc/autoconf.texi: Remove documentation of autom4te
9062         --include-envvar and --site-macro-subdir options and document
9063         use of $AUTOM4TE_PATH.
9064         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
9065         arguments from each language section.
9067 2002-07-29  Paul Eggert  <eggert@twinsun.com>
9069         * doc/install.texi: Include copyright symbol in copyright notice.
9071         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
9072         Replace with:
9073         (AM_MAKEINFOFLAGS): New macro.
9074         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
9075         * Makefile.am (INSTALL): Use the new macros.
9076         Use -o rather than --output, since "missing" does not grok --output.
9078 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
9080         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
9081         comments do not always work. Never trust the exit status of
9082         `make -k'.
9084 2002-07-24  Kevin Ryde  <user42@zip.com.au>
9086         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
9087         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
9089 2002-07-23  Paul Eggert  <eggert@twinsun.com>
9091         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
9092         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
9093         apparently treats PATH="nonexistent" as if it contained ".".
9094         Bug reported by Stefan `Sec' Zehl.
9096 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
9098         * doc/autoconf.texi (Limitations of Make): Mention the special
9099         handling of the obj/ directory by BSD make.
9101 2002-07-20  Kevin Ryde  <user42@zip.com.au>
9103         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
9104         backslashes.
9106 2002-07-19  Akim Demaille  <akim@epita.fr>
9108         * doc/autoconf.texi (Function Portability): `exit'.
9109         (Programming in M4sh): Ethymology of M4sh.
9111 2002-07-19  Akim Demaille  <akim@epita.fr>
9113         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
9115 2002-07-18  Akim Demaille  <akim@epita.fr>
9117         Version 2.53b.
9119 2002-07-18  Akim Demaille  <akim@epita.fr>
9121         * config/config.guess, config/config.sub: Update.
9123 2002-07-18  Akim Demaille  <akim@epita.fr>
9125         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
9126         Automake's parts.
9128         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
9129         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
9130         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
9132 2002-07-18  Akim Demaille  <akim@epita.fr>,
9133             Alexandre Duret-Lutz  <duret_g@epita.fr>
9135         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
9136         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
9138 2002-07-17  Russ Allbery  <rra@stanford.edu>
9140         * doc/autoconf.texi (Initializing configure): Clarify the
9141         description of the tarname default.
9143 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
9145         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
9146         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
9147         latter was not run.
9149 2002-07-17  Akim Demaille  <akim@epita.fr>
9151         * lib/Autom4te/General.pm (find_file): Browse the directories in
9152         the order they are given.
9154 2002-07-17  Akim Demaille  <akim@epita.fr>
9156         * tests/wrapsh.as, tests/wrappl.as: Merge into...
9157         * tests/wrapper.as: this.
9158         * tests/Makefile.am, configure.ac: Adjust.
9160 2002-07-17  Mark D. Roth  <roth@feep.net>
9162         * configure.ac: Add --enable-site-macro-dir option.
9163         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
9164         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
9165         --site-macro-subdir options.
9166         * bin/autoconf.in: Add --prepend-include option.
9167         * bin/autoheader.in: Add --prepend-include option.
9168         * bin/autoreconf.in: Add --prepend-include option.
9169         * bin/autoscan.in: Add --prepend-include option.
9170         * bin/autoupdate.in: Add --prepend-include option.
9171         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
9172         macro directory, remove note that include path directories are
9173         used in reverse order, and document --prepend-include option.
9174         * lib/autom4te.in: Use --prepend-include instead of --include.
9175         * tests/wrapsh.in: Use --prepend-include instead of --include.
9177 2002-07-17  Akim Demaille  <akim@epita.fr>
9179         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
9180         tarnames.
9181         * doc/autoconf.texi (Initializing configure): Adjust.
9183 2002-07-17  Akim Demaille  <akim@epita.fr>
9185         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
9186         (_AC_FUNC_MALLOC): New.
9187         (AC_FUNC_MALLOC): Use the latter.
9188         Define HAVE_MALLOC to 0 if broken.
9189         * doc/autoconf.texi (Particular Functions): Adjust.
9191 2002-07-16  Akim Demaille  <akim@epita.fr>
9193         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
9194         * doc/autoconf.texi (C Compiler): Adjust.
9196 2002-07-09  Akim Demaille  <akim@epita.fr>
9198         * doc/autoconf.texi: Properly set the ``header'' part.
9200 2002-07-09  Akim Demaille  <akim@epita.fr>
9202         * doc/autoconf.texi (Systemology): Some about Darwin.
9204 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9206         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
9207         Don't use AC_REQUIRE in AU_DEFUN.
9209 2002-07-09  Art Haas  <ahaas@neosoft.com>
9211         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
9213 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
9215         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9216         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
9217         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
9218         so that Emacs setups GNU style for perl-mode and cperl-mode.
9220 2002-06-27  Paul Eggert  <eggert@twinsun.com>
9222         * config/install-sh: Quote $src.  Prefer || to test's -o option,
9223         as per "Limitations of Builtins".
9224         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
9225         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
9227         * tests/mktests.sh: Use grep instead of fgrep, as per
9228         "Limitations of Builtins".
9230 2002-06-15  Paul Eggert  <eggert@twinsun.com>
9232         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
9233         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
9234         so that we consistently test the just-built programs.
9235         * tests/wrappl.as: Likewise.
9237 2002-06-12  Paul Eggert  <eggert@twinsun.com>
9239         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
9240         name, so that symlinks to 'autoconf' work properly.  Bug reported
9241         by Bruno Haible.
9242         * bin/autoheader.in (AUTOM4TE): Likewise.
9243         * bin/autoreconf.in (autoconf, autoheader): Likewise.
9244         * bin/autoscan.in (autom4te): Likewise.
9245         * bin/autoupdate.in (autom4te): Likewise.
9247         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
9248         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
9249         on Solaris 2.5.1.
9251 2002-06-11  Andreas Schwab  <schwab@suse.de>
9253         * doc/autoconf.texi: Add more dir entries.
9255 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
9257         * bin/autom4te.in ($cache): Don't define using `$me', the name
9258         of the cache should not depend on the name under which autom4te
9259         was installed.
9261 2002-06-07  Akim Demaille  <akim@epita.fr>
9263         * tests/tools.at (autoconf: forbidden tokens, basic)
9264         (autoconf: forbidden tokens, exceptions): Adjust to the change of
9265         words in autom4te.in.
9267 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
9269         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
9270         _AC_LANG_PROGRAM_C_F77_HOOKS.
9272 2002-06-07  Akim Demaille  <akim@epita.fr>
9274         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
9275         rename as...
9276         (AC_REPLACE_FNMATCH): this.
9277         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
9278         AC_FUNC_FNMATCH_GNU.
9280 2002-06-07  Akim Demaille  <akim@epita.fr>
9282         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
9283         Rosetta Stone for Unix.
9285 2002-06-07  Akim Demaille  <akim@epita.fr>
9287         * bin/autom4te.in (warn_forbidden): When rejecting a token,
9288         suggest m4_pattern_allow.
9289         Suggested by Adam J. Richter.
9291 2002-06-07  Akim Demaille  <akim@epita.fr>
9293         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
9294         ac_config_libobj_dir.
9295         (AC_CONFIG_LIBOBJ_DIR): New.
9296         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
9297         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
9298         Use ac_config_libobj_dir to find the replacement files.
9299         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
9300         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
9301         (AC_REPLACE_FNMATCH_GNU): these.
9302         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
9303         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
9304         * tests/mktests.sh (ac_exclude_list): Don't check
9305         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
9307 2002-06-06  Paul Eggert  <eggert@twinsun.com>
9309         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
9310         if ln doesn't work.
9311         * NEWS: Likewise.
9312         * doc/autoconf.texi (Configuration Links): Likewise.
9313         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
9315 2002-06-05  Paul Eggert  <eggert@twinsun.com>
9317         * config/config.guess, config/config.sub, config/texinfo.tex:
9318         Update from masters.
9320 2002-05-29  Paul Eggert  <eggert@twinsun.com>
9322         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
9323         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
9324         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
9325         Likewise.
9326         * lib/autoconf/Makefile.am (check-local): Likewise.
9327         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
9328         * lib/autoconf/types.m4 (commentary only): Likewise.
9329         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
9330         * lib/autotest/Makefile.am (check-local): Likewise.
9331         * lib/m4sugar/Makefile.am (check-local): Likewise.
9332         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
9333         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
9335         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
9336         * doc/autoconf.texi (Particular Programs): Document them.
9337         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
9338         * NEWS: Likewise.
9340 2002-05-27  Paul Eggert  <eggert@twinsun.com>
9342         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
9343         * NEWS, doc/autoconf.texi (Particular Types): Document it.
9344         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
9345         instead of AC_MBSTATE_T, which never existed.
9347 2002-05-23  Akim Demaille  <akim@epita.fr>
9349         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
9350         version of Autoconf that is discussed.
9352 2002-05-22  Paul Eggert  <eggert@twinsun.com>
9354         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
9355         from the default list of compilers to try.  Suggested by
9356         Kate Hedstrom.
9357         * NEWS: Document the above.
9358         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
9360 2002-05-17  Paul Eggert  <eggert@twinsun.com>
9362         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
9363         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
9364         This improves on an earlier suggestion by H. Peter Anvin.
9366 2002-05-16  Paul Eggert  <eggert@twinsun.com>
9368         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
9369         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
9370         Both macros now accept an optional source-dir arg.
9371         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
9373         * NEWS: Document this.
9374         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
9376         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
9377         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
9378         not for GNU extensions; this undoes part of the 2000-11-03 change,
9379         reverting to 2.13-compatible behavior.
9380         Add new optional argument DIR.
9381         (AC_FUNC_FNMATCH_GNU): New macro.
9383         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
9385 2002-05-08  Paul Eggert  <eggert@twinsun.com>
9387         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
9388         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
9389         and it causes a 'test' syntax error if it fails.
9390         Bug reported by Stephen Gildea.
9392         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
9393         If prototypes are supported, use them to check this at compile-time,
9394         instead of trying to check it at run-time.  If we must do a run-time
9395         check, assume that setvbuf is standard when cross-compiling, as
9396         nonstandard setvbuf occurs only on ancient and unlikely hosts.
9397         Bug reported by Paul D. Smith.
9399         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
9400         argument specifying location of getloadavg.c.  This removes a
9401         FIXME.  This idea was taken from Jim Meyering's implementation in
9402         textutils.
9403         * doc/autoconf.texi (Particular Functions): Document this.
9404         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
9405         that's what the code does; this fixes a bug reported by
9406         Paul D. Smith.
9408 2002-05-03  Akim Demaille  <akim@epita.fr>
9410         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
9411         autopoint instead of gettextize.
9412         ($uses_alocal): Rename as...
9413         ($uses_aclocal): this.
9414         * doc/autoconf.texi (autoreconf Invocation): Adjust.
9415         Suggested by Bruno Haible.
9417 2002-05-03  Akim Demaille  <akim@epita.fr>
9419         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
9421 2002-04-29  Paul Eggert  <eggert@twinsun.com>
9423         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
9424         files to be 1 second older; just set them to be the same time.
9425         Also, sleep 1 second after the first aclocal, to work around
9426         problems with sub-second time stamps on the input files.
9428 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
9430         * doc/autoconf.texi: Mention "set -e -x" lossage
9431         under node "Limitations of Builtins".
9433 2002-04-29  Akim Demaille  <akim@epita.fr>
9435         * doc/install.texi: Better wording for setting variables when
9436         running configure.
9437         From Christian Cornelssen.
9439 2002-04-29  Akim Demaille  <akim@epita.fr>
9441         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
9442         of lack of $LINENO support, then the test will compare the $LINENO
9443         in testsuite vs. the lineno in the test file.  This is wrong, of
9444         course.
9445         Be sure to protect it.
9446         Reported by Patrick Welche.
9448 2002-04-25  Akim Demaille  <akim@epita.fr>
9450         * doc/autoconf.texi (Obsolete Macros): Typo.
9451         Reported by Vladimir Volovich.
9453 2002-04-25  Akim Demaille  <akim@epita.fr>
9455         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
9456         than some of the input files, hence, on the second run of aclocal,
9457         if some of its input are younger, make them older.
9458         Suggested by Paul Eggert.
9460 2002-04-25  Akim Demaille  <akim@epita.fr>
9462         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
9463         Thanks to Paul Eggert.
9465 2002-04-25  Akim Demaille  <akim@epita.fr>
9467         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
9468         and ac_subst_vars be sh variables containing the list of
9469         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
9470         DEFAULT diversion.
9471         (_AC_INIT_PREPARE): Use them to log them.
9472         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
9473         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
9474         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
9475         _AC_SUBST_FILES and _AC_SUBST_VARS.
9476         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
9478 2002-04-24  Akim Demaille  <akim@epita.fr>
9480         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
9481         autoheader, so that automake does not complain about a missing
9482         config.h.in that was to be created.
9484 2002-04-23  Akim Demaille  <akim@epita.fr>
9486         * bin/autoheader.in (parse_args): --warning takes an argument.
9487         Fixes PR/220.
9489 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
9491         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
9492         and bb.out when cleaning up.
9494 2002-04-22  Akim Demaille  <akim@epita.fr>
9496         Version 2.53a.
9498 2002-04-22  Akim Demaille  <akim@epita.fr>
9500         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
9502 2002-04-22  Akim Demaille  <akim@epita.fr>
9504         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
9505         comma.
9506         Reported by Gregory Giannoni.
9508 2002-04-22  Akim Demaille  <akim@epita.fr>
9510         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
9511         Fixes false failures on Darwin.
9513 2002-04-21  Paul Eggert  <eggert@twinsun.com>
9515         * TODO, bin/autoupdate.in, doc/autoconf.texi,
9516         lib/autoconf/general.m4, lib/autoconf/libs.m4,
9517         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
9518         tests/tools.at: Minor spelling and grammar fixes.
9520 2002-04-20  Paul Eggert  <eggert@twinsun.com>
9522         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
9523         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
9524         * lib/autotest/general.m4 (AT_INIT): Likewise.
9525         * tests/atgeneral.m4 (AT_INIT): Likewise.
9527 2002-04-19  Paul Eggert  <eggert@twinsun.com>
9529         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
9530         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
9531         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
9532         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9533         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
9534         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
9535         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
9536         Minor spelling and grammar fixes.
9538         * doc/autoconf.texi: Follow the outline suggested in the GNU
9539         Sample Texts sections of the Texinfo 4.2 manual.  Most
9540         importantly, this makes sure that the copyright notices appear in
9541         all output formats.  You probably need Texinfo 4.2 to generate
9542         the manual now.
9544         Fix some bugs when using "$@" when there might be zero positional
9545         arguments in cases where this matters.
9547         * bin/autoconf.as: Rewrite so that the problem does not come up.
9548         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
9549         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
9550         * lib/autotest/general.m4 (AT_INIT): Likewise.
9552         * bin/autoheader.in: Use 'case' statement to work around problem.
9553         * bin/auto4mte.in: Likewise.
9554         * bin/autoreconf.in: Likewise.
9555         * bin/autoscan.in: Likewise.
9556         * bin/autoupdate.in: Likewise.
9557         * bin/ifnames.in: Likewise.
9559         * doc/autoconf.texi (Shell Substitutions): Document the problem.
9561         * lib/autotest/general.m4 (AT_INIT):
9562         Use Zsh alias to work around problem.
9563         * tests/atgeneral.m4 (AT_INIT): Likewise.
9565         * tests/c.at: We can't have zero arguments, so remove workaround
9566         that is not portable to Zsh.
9568 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
9570         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
9571         from aclocal.m4 too.
9573 2002-04-12  Akim Demaille  <akim@epita.fr>
9575         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
9577 2002-04-10  Akim Demaille  <akim@epita.fr>
9579         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
9580         workaround for ${1+"$@"}.
9581         * doc/autoconf.texi (Shell Substitutions): Explain it.
9582         From Oliver Kiddle and Peter Stephenson.
9584         Have M4sh perform minimal shell sanitizing.
9586         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
9587         part into...
9588         (_AS_PREPARE): this new macro.
9589         (AS_PREPARE): New.
9590         (AS_INIT): Invoke AS_SHELL_SANITIZE.
9591         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
9593         Adjust Autoconf and Autotest.
9595         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
9596         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
9597         * lib/autotest/general.m4 (AT_INIT): Likewise.
9598         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
9599         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
9600         AS_SHELL_SANITIZE.
9602         Use this M4sh to generate Autoconf's shell scripts.
9604         * tests/wrapsh.as: New, precursor of wrapsh.in.
9605         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
9606         on Autotest and M4sh.
9607         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
9608         (wrapsh.in): New target.
9609         * bin/autoconf.as: New, precursor of autoconf.in.
9610         (autoconf.in): New target.
9612 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9614         * doc/autoconf.texi (Limitations of Make): Mention the issue
9615         with indented comments in rules.
9617 2002-04-09  Andreas Schwab  <schwab@suse.de>
9619         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
9620         ac_top_builddir when setting ac_abs_top_builddir.
9622 2002-04-06  Kevin Ryde  <user42@zip.com.au>
9624         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
9625         (Portable Shell): Cross reference to Systemology.
9627 2002-04-05  Akim Demaille  <akim@epita.fr>
9629         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
9630         directories when descending in a SUBDIRS.
9631         Reported by Ezra Peisach.
9633 2002-04-04  Andreas Schwab  <schwab@suse.de>
9635         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
9636         contains no literal separators.
9638 2002-04-03  Akim Demaille  <akim@epita.fr>
9640         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
9641         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
9642         Use dnl, not the KILL diversion.
9643         Extracted from...
9644         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
9645         (AC_CONFIG_LINKS): here.
9646         Adjust.
9647         Don't use the KILL diversion, as it kills spurious output, which
9648         results in failures being hidden.
9649         Use m4_defn where appropriate.
9650         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
9651         after the second argument.
9652         Use m4_defn.
9653         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
9654         syntax, as it is provided by M4sugar.
9655         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
9657 2002-04-03  Andreas Schwab  <schwab@suse.de>
9659         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
9660         expanded if $# <= 2.
9662         * bin/autoreconf.in (autoreconf): Run automake after rerunning
9663         aclocal.
9665 2002-04-03  Akim Demaille  <akim@epita.fr>
9667         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
9668         (_AC_COMPILER_EXEEXT_REJECT): New.
9669         Also recognize *.bb and *.bbg as compilation byproducts.
9670         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
9671         (_AC_COMPILER_OBJEXT): Use them.
9672         Fixes Debian #138666.
9674 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
9676         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
9678         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
9679         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
9680         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
9681         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
9682         (AC_C_CONST): Same.
9683         (AC_C_INLINE): Same.
9684         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
9685         * doc/autoconf.texi, NEWS: Document.
9686         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
9687         AC_C_CROSS.
9689 2002-04-02  Akim Demaille  <akim@epita.fr>
9691         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
9692         _AS_MKDIR_P_PREPARE.
9694 2002-03-28  Kevin Ryde  <user42@zip.com.au>
9696         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
9697         to avoid versions of HP C which don't allow that.
9699 2002-03-27  Paul Eggert  <eggert@twinsun.com>
9701         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
9702         (AS_SHELL_SANITIZE): Invoke it.
9703         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
9705 2002-03-26  Akim Demaille  <akim@epita.fr>
9707         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
9709 2002-03-26  Akim Demaille  <akim@epita.fr>
9711         * doc/autoconf.texi (Introduction): The GNATS base moved.
9713 2002-03-25  Paul Eggert  <eggert@twinsun.com>
9715         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
9716         as POSIX requires, as it doesn't work with Zsh.
9717         * doc/autoconf.texi (Assignments): Document the problem.
9719 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
9721         * doc/autoconf.texi (Limitations of Make): Mention more issue
9722         about VPATH, overriding of macros in sub-makes, and handling of
9723         SHELL.
9725 2002-03-21  Paul Eggert  <eggert@twinsun.com>
9727         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
9728         problem with here-document buffer boundaries.
9730         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
9731         when reinvoking the shell, to work around problems with installers
9732         who put strange things like "cd" commands in their environments.
9734 2002-03-19  Akim Demaille  <akim@epita.fr>
9736         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
9737         From Aaron Ucko.
9739 2002-03-19  Akim Demaille  <akim@epita.fr>
9741         * bin/autoscan.in (scan_file): Specify the location in `&used'
9742         invocations.
9743         From Nicolas Joly.
9745 2002-03-19  Akim Demaille  <akim@epita.fr>
9747         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
9748         From Nishio Futoshi.
9750 2002-03-19  Akim Demaille  <akim@epita.fr>
9752         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
9754 2002-03-18  Paul Eggert  <eggert@twinsun.com>
9756         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
9757         (Limitations of Usual Tools): Add mkdir section.
9759         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
9760         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
9761         back on AS_DIRNAME to compute prefixes otherwise; this is
9762         roughly what mkinstalldirs does.  That way, we need not have
9763         our own filename disassembler.  The old disassembler did not
9764         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
9766         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
9767         Create at_test_all by a series of assignments,
9768         not by a single assignment of a long string.  The latter causes ksh
9769         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
9770         presumably because of a buffer overrun.
9772 2002-03-14  Paul Eggert  <eggert@twinsun.com>
9774         * lib/autotest/general.m4 (at_times_skip):
9775         Renamed from at_times.  Now a boolean.
9776         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
9777         says 'times: not found'.
9779 2002-03-14  Akim Demaille  <akim@epita.fr>
9781         * bin/autoreconf.in (&study_gettextize): New.
9782         (&autoreconf): Handle newest gettextize.
9783         Rerun aclocal if needed.
9784         Suggested by Andreas Schwab.
9786 2002-03-13  Akim Demaille  <akim@epita.fr>
9788         * doc/autoconf.texi (Special Shell Variables): More about IFS.
9790 2002-03-13  Akim Demaille  <akim@epita.fr>
9792         * doc/autoconf.texi (Header Portability): New.
9793         Add information about stdint.h and inttypes.h from Paul Eggert.
9795 2002-03-13  Akim Demaille  <akim@epita.fr>
9797         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
9798         -p'.
9799         From Bob Proulx.
9801 2002-03-12  Akim Demaille  <akim@epita.fr>
9803         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
9804         m4_require.
9806 2002-03-11  Andreas Schwab  <schwab@suse.de>
9808         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
9809         does not do it if --with-lispdir is given.
9811 2002-03-08  Akim Demaille  <akim@epita.fr>
9813         Version 2.53.
9815 2002-03-08  Akim Demaille  <akim@epita.fr>
9817         * doc/autoconf.texi (Subdirectories): Clarify that the
9818         subdirectory should exist.
9820 2002-03-08  Akim Demaille  <akim@epita.fr>
9822         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
9824 2002-03-08  Akim Demaille  <akim@epita.fr>
9826         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
9827         aliases the actual variables, and modifications of the former
9828         affect the latter.
9830 2002-03-08  Akim Demaille  <akim@epita.fr>
9832         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
9833         because of C-c: have m4 output in tmp files, then mv them.
9835 2002-03-08  Akim Demaille  <akim@epita.fr>
9837         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
9838         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
9839         * bin/ifnames.in: Copyright update.
9841 2002-03-08  Akim Demaille  <akim@epita.fr>
9843         * doc/autoconf.texi (Invoking autom4te): New.
9845 2002-03-05  Akim Demaille  <akim@epita.fr>
9847         * doc/autoconf.texi (Specifying Names): Clarification suggested by
9848         Kevin Ryde.
9850 2002-03-05  Akim Demaille  <akim@epita.fr>
9852         Version 2.52i.
9854 2002-03-04  Akim Demaille  <akim@epita.fr>
9856         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
9857         * lib/autoconf/general.m4 (AC_INIT): More informative error
9858         message for LIBOBJ.
9860 2002-03-04  Akim Demaille  <akim@epita.fr>
9862         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
9863         parallel builds.
9865 2002-03-04  Akim Demaille  <akim@epita.fr>
9867         * doc/autoconf.texi (Transforming Names): Equality between target
9868         and host is irrelevant.
9869         (Specifying Names, Canonicalizing): Remove all references to the
9870         backward compatibility hooks.  Rather, collect them all into...
9871         (Hosts and Cross-Compilation): this new section.
9872         * doc/install.texi (System Type): Ditto.
9873         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
9874         that `--host' implies cross-compilation.
9876 2002-03-04  Akim Demaille  <akim@epita.fr>
9878         * doc/autoconf.texi (Evaluation Macros): New.
9879         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
9880         useless.
9881         (_m4_foreach): Define the variant with immediate evaluation so
9882         that it contains exactly the items, not an expression which
9883         evaluation is the current item.
9884         (m4_re_string, m4_re_word): Don't over quote them.
9886 2002-03-04  Akim Demaille  <akim@epita.fr>
9888         Instead of having stacking `shift's evaluated at the end, let
9889         `foreach' loops immediately evaluate them.
9891         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
9892         $*.  This is the n-th time I change my mind, but hopefully this is
9893         the last...
9894         (m4_lquote): New.
9895         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
9896         efficient.
9897         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
9898         it was only a hack for m4_text_wrap.
9899         (m4_car2): Remove, replaced by...
9900         (m4_cdr): New.
9901         (_m4_foreach): Adjust.
9902         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
9903         m4_bpatsubst for clarification.
9905 2002-03-04  Akim Demaille  <akim@epita.fr>
9907         * doc/autoconf.texi (Changequote is Evil): New.
9909 2002-03-03  Kevin Ryde  <user42@zip.com.au>
9911         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
9912         on old systems like SunOS.
9914 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
9916         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
9917         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9918         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
9919         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
9920         of messages.
9922 2002-02-28  Akim Demaille  <akim@epita.fr>
9924         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
9925         message to be sent.
9927 2002-02-28  Kevin Ryde  <user42@zip.com.au>
9929         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
9931 2002-02-25  Akim Demaille  <akim@epita.fr>
9933         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
9934         From Akinori Musha.
9936 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
9938         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
9939         translate \r\n to \n.
9941 2002-02-07  Akim Demaille  <akim@epita.fr>
9943         Version 2.52h.
9945 2002-02-07  Akim Demaille  <akim@epita.fr>
9947         Fix Autoconf PR/209.
9948         Also reported by Frank Denis.
9950         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
9952 2002-02-07  Akim Demaille  <akim@epita.fr>
9954         Fix Autoconf PR/207:
9955         AC_PREFIX_PROGRAM fails with dashed program names
9957         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
9958         variable when looking for the prefix program.
9959         Now it also works for shell variables.
9961 2002-02-07  Akim Demaille  <akim@epita.fr>
9963         * doc/autoconf.texi (Limitations of Builtins): More about
9964         case/esac.
9966 2002-02-06  Akim Demaille  <akim@epita.fr>
9968         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
9969         case/esac, some shells don't support it.
9970         Reported by Zack Weinberg.
9971         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
9973 2002-02-06  Akim Demaille  <akim@epita.fr>
9975         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
9976         sure not to introduce newlines in at_groups.
9977         * lib/autotest/Makefile.am (autotest.m4f): Typo.
9979 2002-02-06  Akim Demaille  <akim@epita.fr>
9981         * tests/torture.at (Configuring subdirectories): Skip if aclocal
9982         is not available.
9984 2002-02-05  Paul Eggert  <eggert@twinsun.com>
9986         * doc/autoconf.texi (Specific Compiler Characteristics):
9987         Describe HP-UX cc bug workaround more accurately.
9988         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
9989         not unsigned long.
9990         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
9991         cross-compilers, too.  This undoes some of the most recent change
9992         to this file.
9994 2002-02-05  Akim Demaille  <akim@epita.fr>
9996         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
9997         to make sure they are up to date when `check' is run.
9999 2002-02-05  Akim Demaille  <akim@epita.fr>
10001         * doc/autoconf.texi (Making testsuite Scripts): Document
10002         package.m4.
10004 2002-02-05  Akim Demaille  <akim@epita.fr>
10006         * lib/freeze.mk: New.
10008 2002-02-05  Akim Demaille  <akim@epita.fr>
10010         Implement `autom4te --freeze'.
10012         * bin/autom4te.in (&freeze): New.
10013         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
10014         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
10016 2002-02-05  Akim Demaille  <akim@epita.fr>
10018         * bin/autom4te.in (&parse_args): Implement `frozen files are
10019         optional are the sum of the previous files on the command line'.
10020         Also, pass `--reload-state=' on them, so...
10021         (handle_m4): don't.
10022         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
10023         (M4sh): Rely on M4sugar.
10024         (Autotest, M4sh, M4sugar): Use frozen files.
10026 2002-01-31  Akim Demaille  <akim@epita.fr>
10028         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
10029         * doc/autoconf.texi (Initializing configure): Adjust.
10031 2002-01-30  Akim Demaille  <akim@epita.fr>
10033         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
10034         alphanumeric to `-' instead of `_'.
10036 2002-01-30  Akim Demaille  <akim@epita.fr>
10038         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
10039         for plain code, the other for cross-compilation code.  The latter
10040         is now run with GCC only.
10041         * doc/autoconf.texi (Compilers and Preprocessors): New.
10043 2002-01-30  Akim Demaille  <akim@epita.fr>
10045         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
10046         values.
10047         * doc/autoconf.texi (Initializing configure): Explain how to
10048         change AC_INIT default values.
10050 2002-01-29  Akim Demaille  <akim@epita.fr>
10052         * tests/torture.at (Configuring subdirectories): Use configure.in,
10053         so that aclocal 1.4 works.
10054         Reported by Alexandre Duret-Lutz and Larry Schmitt.
10056 2002-01-28  Akim Demaille  <akim@epita.fr>
10058         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
10059         needs an argument.
10061 2002-01-28  Akim Demaille  <akim@epita.fr>
10063         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
10064         AUTOTEST_PATH *after* it was set.
10065         Don't put `.' in the PATH: the user should be precise and `./' if
10066         needed.  In addition, given that the test suite does some `cd', if
10067         `.' is in the path, the `tested programs' sections will report
10068         programs found in the test suite's directory, while during the
10069         tests (performed in their own directory), these programs are no
10070         longer visible.  In other words, the results is confusing and
10071         useless.
10072         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
10074 2002-01-24  Akim Demaille  <akim@epita.fr>
10076         Version 2.52g.
10078 2002-01-24  Akim Demaille  <akim@epita.fr>
10080         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
10081         * doc/autoconf.texi: Finally add Akim as an author.
10083 2002-01-24  Akim Demaille  <akim@epita.fr>
10085         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
10086         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
10087         Bourne. Use /bin/sh.
10088         From Andreas Buening.
10090 2002-01-24  Akim Demaille  <akim@epita.fr>
10092         * config/config.guess, config/config.sub, config/texinfo.tex:
10093         Update from masters.
10095 2002-01-24  Akim Demaille  <akim@epita.fr>
10097         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
10098         * config/auxdir.m4, config/cond.m4, config/depend.m4,
10099         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
10100         * config/missing.m4, config/sanity.m4, config/select.m4,
10101         * config/strip.m4: Remove, to ease sync'ing with any version of
10102         Automake.
10104 2002-01-24  Akim Demaille  <akim@epita.fr>
10106         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
10107         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
10108         Reported by Geir Ove Myhr.
10110 2002-01-21  Akim Demaille  <akim@epita.fr>
10112         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
10114 2002-01-21  Akim Demaille  <akim@epita.fr>
10116         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
10117         message on invalid options.
10118         * bin/autom4te.in (parse_args): Don't use
10119         Autoconf::General::getopt with non valid options.
10121 2002-01-17  Jim Meyering  <meyering@lucent.com>
10123         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
10124         $ac_cv_exeext so we don't use an old, invalid, cached value.
10126 2002-01-11  Akim Demaille  <akim@epita.fr>
10128         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
10129         Meyering.
10130         * doc/autoconf.texi (Function Portability): Document the strnlen
10131         limitation.
10132         (Particular Functions): Document AC_FUNC_STRNLEN.
10133         * lib/autoscan/functions: Adjust.
10135 2002-01-06  Akim Demaille  <akim@epita.fr>
10137         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
10138         package.m4, since is really depends upon configure.ac, not
10139         configure.
10140         * doc/autoconf.texi (testsuite Scripts): Adjust.
10141         * tests/Makefile.am (package.m4): New.
10142         EXTRA_DIST it since its a source.
10144 2002-01-06  Akim Demaille  <akim@epita.fr>
10146         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
10147         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
10148         and PACKAGE_BUGREPORT from here...
10149         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
10150         arguments.
10151         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
10152         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
10153         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
10154         * tests/tools.at (autoheader): Adjust.
10155         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
10157 2002-01-06  Akim Demaille  <akim@epita.fr>
10159         * bin/autoscan.in (scan_file): Use `&used'.
10161 2002-01-03  Akim Demaille  <akim@epita.fr>
10163         * doc/autoconf.texi (Output): Improved wording regarding use of
10164         AC_OUTPUT.
10165         From Olly Betts.
10167 2001-12-18  Kevin Ryde  <user42@zip.com.au>
10169         * doc/autoconf.texi (Function Portability): Add notes on sscanf
10170         sometimes needing writable input.
10172 2001-12-17  Jim Meyering  <meyering@lucent.com>
10174         * doc/autoconf.texi (New Macros): Tweak wording.
10176 2001-12-14  Akim Demaille  <akim@epita.fr>
10178         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
10179         trailing files, don't apply `-rf' to files which might not be
10180         created by configure (core, core.*, and *.core), but just `rm -f'.
10181         Suggested by Jonathan Kamens.
10183 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
10185         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
10187 2001-12-14  Akim Demaille  <akim@epita.fr>
10189         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
10191 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
10193         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
10194         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
10195         abs_srcdir, top_srcpath to abs_top_srcdir.
10196         (_AC_OUTPUT_FILES): Adjust.
10197         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
10198         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
10199         * tests/wrappl.in, tests/wrapsh.in: Adjust.
10201 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
10203         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
10204         C/Fortran linking on HP/UX, by extracting the Fortran library
10205         search path from the LPATH line in the $F77 -v output.
10207 2001-12-12  Kevin Ryde  <user42@zip.com.au>
10209         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
10210         forbidden file descriptors table.
10212 2001-11-26  Akim Demaille  <akim@epita.fr>
10214         * bin/autoscan.in (%c_keywords): Build it at top level.
10215         Map to 1 in order to simplify its uses.
10217 2001-11-26  Akim Demaille  <akim@epita.fr>
10219         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
10220         Remove $filepath, useless.
10221         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
10222         variables, they are really part of the tokens.
10223         Split the input line on spaces and then look for tokens.
10224         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
10225         because of `lex$U.$(OBJEXT)'.
10226         (&scan_files): Use "@list" instead of join.
10227         * doc/Makefile.am (CLEANFILES): Add *.fns.
10229 2001-11-26  Akim Demaille  <akim@epita.fr>
10231         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
10232         Remove, replaced by...
10233         * tests/wrappl.in: Be common for all the Perl executables.
10234         In particular autoscan and autoheader want -I.
10235         * configure.ac: Adjust.
10236         * lib/autoscan/headers: errno.h is portable.
10238 2001-11-26  Akim Demaille  <akim@epita.fr>
10240         * bin/autoscan.in (used): New.
10241         Use it.
10243 2001-11-26  Akim Demaille  <akim@epita.fr>
10245         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
10246         directives.
10247         (&scan_sh_file): Remove a duplicate pattern.
10248         (&check_configure_ac): Use long options.
10249         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
10251 2001-11-26  Akim Demaille  <akim@epita.fr>
10253         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
10254         Before, having a line containing the opening of a multi line
10255         comment made the whole line be ignored.
10257 2001-11-26  Akim Demaille  <akim@epita.fr>
10259         * doc/autoconf.texi (Using an Autotest Test Suite): New.
10260         (testsuite Scripts): Be one of its subsection.
10261         (Autotest Logs): New.
10263 2001-11-26  Akim Demaille  <akim@epita.fr>
10265         Test groups are now run two directories deeper.
10267         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
10268         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
10269         at_top_builddir.
10270         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
10271         top_srcdir, builddir and top_builddir.
10272         Use `at_*dir' relatively to the directory containing the
10273         suite, use `*dir' when relatively to the current group dir.
10275 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10277         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
10278         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
10279         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
10280         spelling errors.
10282 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
10284         * doc/autoconf.texi (Using System Type): Add an example of `case
10285         $host' usage so people quit using `case $target' everywhere.
10287 2001-11-22  Akim Demaille  <akim@epita.fr>
10289         * doc/autoconf.texi (Installation Directory Variables): Englishoes
10290         spotted by Jim Meyering.
10292 2001-11-16  Paul Eggert  <eggert@twinsun.com>
10294         This patch implements a `long double' suggestion by Oliver Kiddle.
10296         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
10297         static, to catch errors if the value isn't known at compile-time
10298         and the compiler supports dynamic arrays.  Change its name from
10299         `_array_' to `test_array' to avoid potential name clashes.
10300         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
10301         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
10302         better than double.  Catch a bug in GCC 2.95.2 x86.
10303         * doc/autoconf.texi (C Compiler): Document the above.
10304         * NEWS: Likewise.
10306 2001-11-13  Akim Demaille  <akim@epita.fr>
10308         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
10309         hand.
10310         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
10312 2001-11-13  Akim Demaille  <akim@epita.fr>
10314         * lib/autotest/general.m4 (AT_INIT): After having run the test
10315         group, go back to the initial directory, not to at_suite_dir.
10317 2001-11-13  Akim Demaille  <akim@epita.fr>
10319         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
10320         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
10321         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
10322         option.
10323         (AT_CHECK_CONFIGURE): Use absolute paths.
10324         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
10325         The problem is still the old one: there is no means in M4 (that I
10326         know about) to create a defining macro, because there is no means
10327         to create `$1' etc., therefore, the defining macro ``swallows''
10328         all the arguments meant to the defined macro.
10330 2001-11-13  Akim Demaille  <akim@epita.fr>
10332         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
10333         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
10334         configure.ac.
10335         * tests/aclocal.m4: Remove, as it is no longer used.
10337 2001-11-13  Akim Demaille  <akim@epita.fr>
10339         * lib/autotest/general.m4: Change `tests?' into `groups?' in
10340         variable names when referring to a single test group, or to
10341         `suite' when referring to the whole test suite.
10342         `at_last_test' is removed: m4 compute at_format itself.
10343         (at_stdout, at_stder1, at_stderr): New variables.
10344         (AT_CHECK): Use them.
10346 2001-11-13  Akim Demaille  <akim@epita.fr>
10348         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
10349         in PATH.
10350         Create `testsuite.dir/003/run' instead of `testsuite.003'.
10351         Do it as soon as a test fails, don't wait till the end of the test
10352         suite.
10353         Don't remove $as_me.[0-9]*, since these files no longer exist.
10355 2001-11-13  Akim Demaille  <akim@epita.fr>
10357         * tests/tools.at: Use absolute paths, since we are no longer run
10358         in place.
10360 2001-11-13  Akim Demaille  <akim@epita.fr>
10362         Now that tests are running in their own private dir, there is no
10363         need to list the files to remove at the end of tests groups.
10365         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
10366         (AT_data_files, at_data_files): Remove.
10367         (AT_CLEANUP, AT_DATA): Simplify.
10368         (AT_INIT): Adjust.
10369         Remove the group dir if !debug && !failed.
10370         * tests/atspecific.m4: Adjust.
10372 2001-11-13  Akim Demaille  <akim@epita.fr>
10374         Start a new layout for Autotest: `testsuite' creates
10375         `testsuite.dir' in which the at-check-line etc. files are to be
10376         found, and `testsuite.dir/003' where the test group 3 is run.
10378         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
10379         at_check_line_file, at_format, at_test_normalized, at_group_dir
10380         are new variables.
10381         Create the directories.
10382         Use absolute paths for at- files.
10383         (AT_CHECK): Adjust.
10385 2001-11-11  Michael Matz  <matz@kde.org>
10387         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
10388         (m4_car2): New.
10389         (m4_car): Properly quote arguments.
10391 2001-11-13  Akim Demaille  <akim@epita.fr>
10393         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
10394         with stricter rules on LIBOBJS.
10396 2001-11-12  Paul Eggert  <eggert@twinsun.com>
10398         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
10399         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
10400         __PROTOTYPES too.
10402 2001-11-12  Akim Demaille  <akim@epita.fr>
10404         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
10406 2001-11-12  Akim Demaille  <akim@epita.fr>
10408         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
10409         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
10410         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
10411         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
10412         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
10413         specify to what the macro should be defined (typically to 1).
10415 2001-11-12  Akim Demaille  <akim@epita.fr>
10417         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
10418         From Jim Meyering.
10420 2001-11-12  Akim Demaille  <akim@epita.fr>
10422         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
10423         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
10424         definition used by Automake where LEX is +/- "${missing} lex" and
10425         `missing' itself contains variables.
10427 2001-11-12  Akim Demaille  <akim@epita.fr>
10429         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
10430         Now that M4sh pushes BODY, the comments were output at the end of
10431         the test suites.
10433 2001-11-08  Akim Demaille  <akim@epita.fr>
10435         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
10436         that we can trace macros from aclocal.m4.
10437         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
10438         obsoleted, and redirect to the former anyway.
10439         Reported by Ralf Corsepius.
10441 2001-11-08  Akim Demaille  <akim@epita.fr>
10443         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
10444         processed only if present.
10445         * tests/torture.at (Configuring subdirectories): Use autoreconf
10446         instead of successive calls to autoconf.
10447         Add a nonexistent subdirectory to exercise the patch above.
10448         Reported by Ralf Corsepius.
10450 2001-11-08  Kevin Ryde  <user42@zip.com.au>
10452         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
10453         doesn't accept .S files.
10455 2001-11-07  Akim Demaille  <akim@epita.fr>
10457         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
10458         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
10459         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
10460         * bin/autom4te.in (warn_forbidden): New.
10461         (handle_output): Use it.
10462         Read m4_pattern_forbid with messages.
10464 2001-11-05  Akim Demaille  <akim@epita.fr>
10466         * bin/autom4te.in (--normalize): Remove.
10467         * lib/autom4te.in: Adjust.
10469 2001-11-05  Akim Demaille  <akim@epita.fr>
10471         * tests/Makefile.am (testsuite): Rename this target as...
10472         ($(TESTSUITE)): this.
10473         From Nicolas Joly.
10475 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
10477         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
10478         the --prefix option, also remove it's argument.
10480 2001-11-05  Akim Demaille  <akim@epita.fr>
10482         * doc/autoconf.texi (testsuite Invocation): Update.
10483         (Writing testsuite.at): Update.
10485 2001-11-03  Akim Demaille  <akim@epita.fr>
10487         * doc/autoconf.texi: s/@code/@command/ where appropriate.
10489 2001-11-03  Akim Demaille  <akim@epita.fr>
10491         * lib/Autom4te/General.pm: (&catfile, &canonfile)
10492         (&file_name_is_absolute): New, wrappers around routines from
10493         File::Spec.
10494         Use and export them.
10495         (&find_configure_ac): Optionally take a directory where to look at.
10496         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
10497         the arguments.
10498         Default @ARGV to `.', not find_configure_ac.
10499         (&autoreconf): Argument is a directory.
10500         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
10501         * doc/autoconf.texi (autoreconf Invocation): Update.
10503 2001-11-03  Akim Demaille  <akim@epita.fr>
10505         * lib/Autom4te/General.pm (@export_vars, @export_subs)
10506         (@export_forward_subs): New.
10507         Add basename, dirname, and fileparse.
10508         (@EXPORT): Adjust.
10509         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
10510         Don't look for aclocal flags if we already know aclocal is not
10511         used.
10512         Move aclocal.m4t only if it exists.
10513         Reported by Ezra Peisach.
10515 2001-11-03  Akim Demaille  <akim@epita.fr>
10517         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
10518         passed on command line, defaulting to ./configure.ac if present.
10519         (&maybe_autoreconf, File::Find): Remove, unused.
10520         (&autoreconf): If autoconf is not used, don't try to trace.
10522 2001-11-02  Akim Demaille  <akim@epita.fr>
10524         * configure.ac: Bump to 2.52g.
10526 2001-11-02  Akim Demaille  <akim@epita.fr>
10528         Version 2.52f.
10530 2001-11-02  Akim Demaille  <akim@epita.fr>
10532         * config/config.guess, config/config.sub, doc/standards.texi:
10533         * config/lispdir.m4: Update from masters.
10534         * configure.ac: Bump to 2.52f.
10536 2001-11-02  Akim Demaille  <akim@epita.fr>
10538         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
10539         Don't run aclocal when aclocal.m4 is not from aclocal.
10540         From Ezra Peisach.
10541         Don't run libtoolize and gettextize if --install is not given.
10543 2001-11-01  Paul Eggert  <eggert@twinsun.com>
10545         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
10546         be invoked before _AS_LINENO_PREPARE.
10547         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
10548         than character ranges.
10550         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
10551         invoking AS_BASENAME.  Set the locale variables to 'C' if
10552         possible, as POSIX requires this to get the traditional
10553         behavior.
10554         * doc/autoconf.texi (Special Shell Variables): Describe the above.
10556 2001-10-31  Paul Eggert  <eggert@twinsun.com>
10558         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
10559         with {}, as that triggers a bug in Bash 2.05.
10561         (_AS_LINENO_PREPARE): Use Sed rather than
10562         Awk.  Fix the sed prepass to work even if there are multiple
10563         instances of $LINENO on the same line.  Do not substitute for
10564         other variables like $LINENOT.  Do not check file dates; such a
10565         check is unreliable on sufficiently fast machines, and removing
10566         the check makes the code simpler and more reliable.  Check for
10567         output and chmod failures.
10569         * doc/autoconf.texi (Special Shell Variables): Document
10570         the above.
10572 2001-10-31  Akim Demaille  <akim@epita.fr>
10574         * tests/Makefile.am (atconfig): Remove this target, Automake
10575         handles it now.
10577 2001-10-31  Akim Demaille  <akim@epita.fr>
10579         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
10580         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
10581         provided, while it is optional.
10582         * configure.ac: Adjust.
10584 2001-10-26  Paul Eggert  <eggert@twinsun.com>
10586         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
10587           lib/Autom4te/Struct.pm:
10588         Require Perl 5.005_03 instead of just 5.005, as some tests fail
10589         with 5.005_02.
10591         * doc/autoconf.texi (Special Shell Variables): Document some
10592         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
10594         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
10595         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
10596         eval $LINENO is not portable in practice.
10598 2001-10-24  Akim Demaille  <akim@epita.fr>
10600         * lib/Autom4te/General.pm (backname): New.
10602 2001-10-24  Akim Demaille  <akim@epita.fr>
10604         * m4/: Remove, merged into...
10605         * config/: here.
10607 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
10609         * doc/autoconf.texi (Shellology): Mention the problems with bash
10610         2.05's use of ANSI quoting in its `set' builtin.
10612 2001-10-22  Paul Eggert  <eggert@twinsun.com>
10614         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
10615         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
10616         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
10617         POSIX decided to standardize on the int flavor of strerror_r.
10618         Always do char* test, as there's no reason not to.
10619         Assign to a char* var, to catch strerror_r that returns int*.
10621         * doc/autoconf.texi (Particular Functions):
10622         Document the above changes.  Also, document the fact that
10623         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
10625         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
10627 2001-10-20  Akim Demaille  <akim@epita.fr>
10629         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
10630         the executable was missing from the log.
10632 2001-10-20  Akim Demaille  <akim@epita.fr>
10634         * lib/Autom4te/General.pm (&update_file): If destination is
10635         unchanged, remove the source.
10636         (&up_to_date_p): Don't be verbose, be debug.
10637         * bin/autoreconf.in: No longer support --m4dir.
10638         (&autoreconf): Display the full path of the configure.ac we are
10639         studying.
10640         Trace it only once.
10641         Be sure to honor --force with gettextize.
10642         Always run aclocal.
10643         * doc/autoconf.texi: Adjust.
10645 2001-10-20  Akim Demaille  <akim@epita.fr>
10647         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
10648         Remove, dead.
10649         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
10650         `intl' is already present, as it refuses unless --force.
10651         (&parse_args): Use -I, --include instead of the old Autoconf
10652         options.
10653         ($localdir, $autoconf_dir): Remove.
10654         (@include): New.
10655         (&maybe_autoreconf): New, to preserve $_ for File::Find.
10657 2001-10-19  Jens Petersen  <petersen@redhat.com>
10659         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
10660         * doc/autoconf.texi (Particular Programs): Likewise.
10662 2001-10-19  Akim Demaille  <akim@epita.fr>
10664         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
10665         file in @configure_input@.
10666         Don't mention `automatically' in addition to `generated'.
10667         * tests/torture.at (#define header templates): Adjust.
10669 2001-10-19  Akim Demaille  <akim@epita.fr>
10671         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
10672         comment, explain how to install automatic mode selection.
10673         From Russ Allbery.
10675 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
10677         * bin/autoreconf.in (autoreconf): Display the path to the
10678         configure.ac being studied.
10680 2001-10-18  Paul Eggert  <eggert@twinsun.com>
10682         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
10683         long, to work around a bug in the HP C compiler version HP92453-01
10684         B.11.11.23709.GP.
10686         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
10687         (AS_BASENAME_EXPR): New macro.
10688         (AS_BASENAME_SED): Do not assume GNU sed semantics.
10689         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
10690         and fall back on 'sed' only if the other two fail.  This makes
10691         AS_BASENAME act more like AS_DIRNAME.
10692         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
10693         contains white space.
10694         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
10695         Use AS_DIRNAME, since I think it's now DOS-friendly.
10696         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
10697         Allow "dirname //FOO" to return either / or //, as POSIX allows
10698         either behavior.
10700 2001-10-10  Akim Demaille  <akim@epita.fr>
10702         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
10703         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
10704         From Eric Sharkey.
10706 2001-10-10  Akim Demaille  <akim@epita.fr>
10708         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
10709         m4_define, since...
10710         (_AS_ECHO_N): AS_REQUIREs it.
10712 2001-10-10  Akim Demaille  <akim@epita.fr>
10714         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
10715         (AC_INCLUDES_DEFAULT): Move to...
10716         * lib/autoconf/headers.m4: here.
10717         * lib/autoconf/types.m4: Comment changes.
10718         * doc/autoconf.texi: Specify where the default includes are used
10719         in the macro prototypes.
10721 2001-10-09  Akim Demaille  <akim@epita.fr>
10723         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
10724         transition code.
10726 2001-10-08  Akim Demaille  <akim@epita.fr>
10728         * bin/autoreconf.in (&autoreconf): Remove debugging code.
10729         (&parse_args): Pass verbosity/debugging options to subtools when
10730         --debug, not when --verbose.
10731         * lib/autom4te.in (Autoreconf-preselections): New.
10732         (Autoconf): Use it.
10734 2001-10-08  Akim Demaille  <akim@epita.fr>
10736         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
10738 2001-10-08  Akim Demaille  <akim@epita.fr>
10740         * doc/autoconf.texi (autoreconf Invocation): Adjust.
10741         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
10743 2001-10-08  Akim Demaille  <akim@epita.fr>
10745         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
10746         (Syntax of the shell scripts): Don't.
10747         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
10748         bother with $force since...
10749         * lib/Autom4te/General.pm: does.
10751 2001-10-08  Akim Demaille  <akim@epita.fr>
10753         * bin/autoreconf.in: Rewrite in Perl.
10754         * configure.ac: Adjust.
10755         * lib/Autom4te/General.pm (&up_to_date_p): New.
10756         * bin/autom4te.in (&up_to_date_p): Use it.
10757         Rename as...
10758         (&up_to_date): this.
10760 2001-10-08  Akim Demaille  <akim@epita.fr>
10762         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
10763         (m4_list_cmp): Use $0 to reinvoke yourself.
10764         (m4_patsubsts): New.
10765         (m4_strip, m4_version_unletter): Use it.
10766         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
10768 2001-10-08  Akim Demaille  <akim@epita.fr>
10770         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
10771         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
10772         * lib/autoconf/types.m4, lib/autotest/general.m4,
10773         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
10774         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
10775         m4_bregexp, m4_bpatsubst, and m4_bmatch.
10776         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
10778 2001-10-08  Akim Demaille  <akim@epita.fr>
10780         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
10782 2001-10-08  Akim Demaille  <akim@epita.fr>
10784         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
10785         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
10786         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
10787         * tests/tools.at, tests/m4sh.at: Use it.
10788         * tests/m4sh.at: Don't rely on Autoconf macros.
10789         (DIRNAME_TEST): Also exercise the expr variant.
10790         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
10791         preferred M4sugar extension is now `.4s'.
10792         * tests/README: Remove.
10794 2001-10-08  Akim Demaille  <akim@epita.fr>
10796         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
10797         (m4_provide_if): this.
10798         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
10799         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
10800         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
10801         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
10803 2001-10-08  Akim Demaille  <akim@epita.fr>
10805         Use `add-log-current-defun-function' for ChangeLog creation.
10806         Suggested by Tom Tromey.
10808         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
10809         (autotest-mode): Adjust.
10810         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
10811         'comment-region onto `C-c ;'.
10812         Comments are `#', not `dnl'.
10813         (autoconf-current-defun): New.
10814         (autoconf-font-lock-keywords): Recognize `m4_defun'.
10816 2001-10-08  Akim Demaille  <akim@epita.fr>
10818         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
10819         * lib/m4sugar/m4sh.m4: here.
10820         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
10821         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
10822         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
10823         include handle the m4_pattern_*, no longer push the
10824         BODY diversion nor set the /bin/sh line, AS_INIT does it.
10825         * lib/autotest/general.m4 (AT_INIT): Likewise.
10826         * tests/base.at: Adjust the tests to use AS_INIT.
10827         * tests/tools.at (AT_DATA_FORBIDDEN): New.
10828         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
10829         Autoconf.
10831 2001-10-07  Paul Eggert  <eggert@twinsun.com>
10833         * doc/autoconf.texi (config.status Invocation):
10834         CONFIG_SHELL defaults to a shell that supports LINENO if available.
10836         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
10837         shell does not support LINENO, and if CONFIG_SHELL is unset or
10838         empty, and if we can find a shell that does support LINENO,
10839         then set CONFIG_SHELL to that shell and then re-execute
10840         ourselves with CONFIG_SHELL.
10842 2001-10-05  Paul Eggert  <eggert@twinsun.com>
10844         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
10845         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
10846         build of $(TESTSUITE).
10848 2001-10-05  Akim Demaille  <akim@epita.fr>
10850         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
10851         iff we are a bareword.
10852         Reported by Raja R Harinath.
10854 2001-10-05  Akim Demaille  <akim@epita.fr>
10856         * tests/m4sh.at (LINENO): New.
10857         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
10858         PATH_SEPARATOR before using it.
10859         Fix the absolute path case/esac pattern.
10860         Provide $0 as fallback for as_myself.
10861         Reported by Raja R Harinath.
10863 2001-10-05  Akim Demaille  <akim@epita.fr>
10865         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
10866         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
10868 2001-10-05  Akim Demaille  <akim@epita.fr>
10870         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
10871         (AS_SHELL_SANITIZE): here.  Use it.
10872         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
10873         From Paul Eggert.
10875 2001-10-04  Akim Demaille  <akim@epita.fr>
10877         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
10878         combination of Awk and sed to replace $LINENO.
10880 2001-10-02  Paul Eggert  <eggert@twinsun.com>
10882         * doc/autoconf.texi (Limitations of Builtins): You can't use
10883         "source"; it's not portable.  Remove confusing and
10884         somewhat-incorrect example involving "." and "/".
10886         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
10887         compatibility with POSIX shells.
10889 2001-10-02  Akim Demaille  <akim@epita.fr>
10891         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
10892         instead of exec'ing to preserve $0 and $@.
10894 2001-10-01  Akim Demaille  <akim@epita.fr>
10896         * tests/testsuite (AT_INIT) <at_pass_list>: New.
10897         Don't run twice the same test.
10899 2001-10-01  Akim Demaille  <akim@epita.fr>
10901         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
10902         No longer output the list of tests.
10903         <--list>: New option.
10904         <--full-help>: Remove.
10905         Complete the short/long options duality.
10906         Various small adjustments.
10908 2001-10-01  Akim Demaille  <akim@epita.fr>
10910         * doc/autoconf.texi: Use @kbd for user input.
10911         Always use `$' as shell prompt.
10913 2001-09-30  Paul Eggert  <eggert@twinsun.com>
10915         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
10916         Don't use nested parenthesization.  This patch was originally
10917         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
10918         but somehow it didn't get incorporated then.
10919         * doc/autoconf.texi (Limitations of Usual Tools):
10920         Clarify remark about sed and nested parenthesization.
10922         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
10923         Report an error if the size cannot be determined even though
10924         the type exists.
10925         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
10926         Check for `expr' arithmetic overflow, and for compilation failure,
10927         and invoke a new argument $4 if either is discovered.
10928         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
10929         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
10931 2001-09-28  Akim Demaille  <akim@epita.fr>
10933         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
10934         * m4/lispdir.m4: New.
10935         * aclocal.m4, configure.ac: Adjust.
10937 2001-09-28  Akim Demaille  <akim@epita.fr>
10939         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
10940         (AT_TESTED): this.
10941         (AT_INIT): More the wrapped section to where it will be expanded.
10942         Output `AT_tested' only when existing.
10943         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
10945 2001-09-27  Akim Demaille  <akim@epita.fr>
10947         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
10948         generates too many bug reports.
10950         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
10951         status when executing the ACTION-IF-FALSE.
10952         * tests/base.at (AC_TRY_*): Rename as...
10953         (AC_TRY_COMMAND): this.
10954         (AC_RUN_IFELSE): New.
10955         * tests/compile.at (Extensions, C keywords)
10956         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
10957         (Broken/missing compilers, AC_PROG_CPP with warnings)
10958         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
10959         * tests/c.at (Extensions, C keywords)
10960         (Broken/missing compilers, AC_PROG_CPP with warnings)
10961         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
10962         (AC_PROG_CPP requires AC_PROG_CC): here and...
10963         * tests/fortran.at (GNU Fortran 77): there.
10964         * doc/autoconf.texi (autoconf Invocation): Fix the example:
10965         AC_TRY_RUN is about compilation, not shell commands.
10966         (Test Programs): AC_TRY_RUN works as used to be advertised.
10968 2001-09-27  Akim Demaille  <akim@epita.fr>
10970         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
10971         Raja R Harinath:
10972         Be sure to detect when $LINENO always returns the same value.
10973         Look for the original script, basename($0) is certainly not
10974         enough.
10975         Pass the CLI arguments to `$as_me.lineno'.
10977 2001-09-25  Akim Demaille  <akim@epita.fr>
10979         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
10980         Be sure the close and reopen the LOG fd before and after using tee
10981         to extend the log.
10982         <at_tests_pattern>: Adjust to the new format of at_help_all.
10984 2001-09-23  Akim Demaille  <akim@epita.fr>
10986         * bin/autom4te.in (parse_args): There can be several invocations
10987         of --language now.
10989 2001-09-23  Akim Demaille  <akim@epita.fr>
10991         * doc/autoconf.texi (Top): Wrap in @ifnottex.
10993 2001-09-23  Akim Demaille  <akim@epita.fr>
10995         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
10996         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
10997         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
10998         builddir, buildpath, top_builddir, and top_buildpath.
10999         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
11000         the current directory.
11001         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
11002         variables *before* changing the current directory.
11003         Skip nonexistent dirs.
11004         * doc/autoconf.texi (Preset Output Variables): Document these
11005         variables.
11007         * lib/autotest/general.m4: Do not reset AT_victims.
11008         Don't compute at_srcdir nor at_top_srcdir.
11010         * tests/tools.at: Hence use top_srcdir.
11012         * tests/Makefile.am, tests/autoconf, tests/autoheader,
11013         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
11014         Remove.
11015         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
11016         * tests/wrapsh.in, tests/autoupdate.in: New.
11017         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
11018         * configure.ac: Build the position independent wrappers.
11020         * man/Makefile.am: Now that test wrappers are position
11021         independent, use them and drop dark envvar magic.
11023 2001-09-23  Akim Demaille  <akim@epita.fr>
11025         * doc/autoconf.texi (Common Shell Constructs): Rename as...
11026         (Programming in M4sh): this.
11027         Promote to @section.
11029 2001-09-23  Akim Demaille  <akim@epita.fr>
11031         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
11032         Pass $at_debug_args to the rerun test suite.
11033         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
11034         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
11035         From Paul Eggert.
11037 2001-09-23  Akim Demaille  <akim@epita.fr>
11039         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
11041 2001-09-23  Akim Demaille  <akim@epita.fr>
11043         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
11044         over-escaping.
11046 2001-09-23  Akim Demaille  <akim@epita.fr>
11048         * lib/Autom4te/General.pm (&debug): New.
11049         * bin/autom4te.in ($language): Move to...
11050         (parse_args): here.
11051         Handle --language in languages.
11052         * lib/autom4te.in (Automake-selections, Autoheader-selections)
11053         (Autoscan-selections): New.
11054         (Autoconf): Adjust.
11056 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
11058         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
11059         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
11060         to match current versions from CVS Automake.
11062 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
11064         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
11065         for $LINENO.
11067 2001-09-22  Akim Demaille  <akim@epita.fr>
11069         * lib/autoconf/autotest.m4: Create `package.m4'.
11070         * tests/Makefile.am (package.m4): Remove.
11072 2001-09-22  Akim Demaille  <akim@epita.fr>
11074         Rely on `$LINENO' when possible instead of `__oline__'.
11076         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
11077         `$LINENO' support replacement when not supported.
11078         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
11079         them explicitly to be sure they are not output before this section
11080         (via m4_require).  Cosmetic only.
11081         * lib/autoconf/c.m4, lib/autoconf/general.m4,
11082         * lib/autoconf/programs.m4: Replace all the occurrences of
11083         `__oline__' with `$LINENO'.
11084         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
11086 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
11088         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
11089         character (u: -> ue) in a code comment.
11090         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
11091         it works.
11093 2001-09-21  Akim Demaille  <akim@epita.fr>
11095         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
11096         Suggested by Jim Meyering.
11098 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11100         * lib/autoconf/programs.m4: Use extensions listed in
11101         $ac_executable_extensions when looking for programs.
11103 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11105         * lib/autoconf/general.m4: Fix a small Englisho.
11106         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
11107         setting up ac_dir_suffix and ac_top_builddir.
11108         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
11110 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11112         * doc/autoconf.texi (File System Conventions): Clarify the use of
11113         PATH_SEPARATOR.
11114         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
11115         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
11116         be used instead of ':'.
11117         * lib/autotest/general.m4: Replace occurrences of ':' in
11118         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
11120 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11122         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
11123         arguments.  Fixed a typo.
11125 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11127         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
11128         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
11130 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11132         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
11133         * bin/autoupdate.in: Ditto.
11134         * bin/autoheader.in: Reworded a few comments.
11135         * bin/autoconf.in: Reworded help text for a few options.
11136         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
11137         * bin/autoscan.in, bin/autoupdate.in: Ditto.
11139 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11141         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
11142         already have $file).  Set output files to binary mode (helps avoid
11143         CR issues on DOSish systems).
11145 2001-09-19  Akim Demaille  <akim@epita.fr>
11147         * lib/autotest/general.m4: Englishoes.
11148         From Tim Van Holder and Alexey Mahotkin.
11150 2001-09-18  Paul Eggert  <eggert@twinsun.com>
11152         * doc/autoconf.texi (Common Shell Constructs): New node,
11153         documenting AS_DIRNAME.
11154         (Limitations of Usual Tools): Refer to it when discussing dirname.
11155         Also, update discussion of POSIX standard to reflect latest draft.
11157         * lib/autoconf/c.m4:
11158         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
11160         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
11161         Do not pass a first argument with leading '-'
11162         to expr, by parenthesizing initial integers that might be negative.
11164         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
11165         now merely checks whether it is an error to pass an argument
11166         to getpgrp.
11168         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
11169         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
11170         whether it is a (compile-time) error to pass an argument to
11171         getpgrp.  This simpler test supports the revised documentation,
11172         and is all that AC_FUNC_GETPGRP's users really need.
11174 2001-09-18  Akim Demaille  <akim@epita.fr>
11176         * doc/autoconf.texi (Limitations of Make) <$<>: New.
11178 2001-09-18  Akim Demaille  <akim@epita.fr>
11180         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
11181         `{}'.
11182         * lib/autotest/general.m4 (AT_INIT): Adjust.
11184 2001-09-18  Paul Wagland  <paul@wagland.net>
11186         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
11187         correctly.
11188         Add test for AS_BASENAME.
11189         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
11190         added test. It now correctly handles /1/2/3/, returning '3' not ''.
11191         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
11192         * tests/base.at: Fixed the expected responses. The old ones were
11193         one line out...
11194         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
11195         the documentation claims it should (and how it behaved in 2.13).
11197 2001-09-18  Akim Demaille  <akim@epita.fr>
11199         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
11200         the AC_CONFIG_COMMANDS invocation.
11201         This also solves the name clash problems.
11202         Don't set the package's ID.
11203         * lib/m4sugar/Makefile.am (version.m4): Revamp.
11204         No longer to be shipped.
11205         (version.in): Remove.
11206         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
11207         * lib/autoconf/status.m4: Adjust.
11208         Use `m4_PACKAGE_STRING'.
11209         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
11210         the only optional argument is the name of the test suite.
11211         Expect `package.m4' to define the package signature.
11212         * lib/autom4te.in (Autotest): Add `package.m4?'.
11213         * tests/Makefile.am (package.m4): New.
11214         * tests/suite.at: ifnames is a victim.
11216 2001-09-18  Akim Demaille  <akim@epita.fr>
11218         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
11219         AC_LIBSOURCE, AC_CONFIG_FILES.
11220         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
11221         program version string doesn't match the package's.
11222         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
11223         after `(cached)'.
11225 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11227         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11228         Allow expression to return any value that can fit into unsigned long
11229         (not int, as before).  Check for output errors.
11231 2001-09-17  Bruno Haible  <haible@ilog.fr>
11233         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11234         Always include <stdio.h> and <stdlib.h>. Evaluate
11235         the expression in an extra function before these includes. Call
11236         fprintf "%d" only after ensuring the argument is of type 'int'.
11237         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
11239 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11241         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
11242         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
11243         fatal errors, and AC_CHECK_LIB causes it to include libraries even
11244         when they don't exist.
11246         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
11247         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
11248         need it.
11250         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
11251         version with the version used by fileutils 4.1, except use
11252         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
11253         we don't need it.
11255         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
11257 2001-09-13  Akim Demaille  <akim@epita.fr>
11259         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
11260         _first_.
11261         Reported by Gerrit P. Haase.
11263 2001-09-13  Akim Demaille  <akim@epita.fr>
11265         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
11266         m4_defn'ing is valid.
11268 2001-09-13  Akim Demaille  <akim@epita.fr>
11270         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
11271         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
11272         Use it.
11274 2001-09-13  Akim Demaille  <akim@epita.fr>
11276         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
11277         m4_match.
11278         (m4_re_escape): New.
11279         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
11280         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
11281         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
11282         Likewise.
11283         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
11284         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
11285         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
11286         AT_tests_all for consistency.
11287         Set at_victims.
11288         (AT_VICTIMS): Similar to AT_KEYWORDS.
11289         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
11291 2001-09-13  Akim Demaille  <akim@epita.fr>
11293         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
11295 2001-09-13  Akim Demaille  <akim@epita.fr>
11297         * lib/autotest/general.m4 (AT_INIT): Create and remove
11298         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
11299         test suites can cohabit.
11301 2001-09-13  Akim Demaille  <akim@epita.fr>
11303         * tests/mktests.sh: Don't output banners for empty test files.
11305 2001-09-13  Akim Demaille  <akim@epita.fr>
11307         Test suites can be run independently of configure.
11309         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
11310         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
11311         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
11312         ECHO_N etc.
11313         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
11314         and at_c.
11315         * lib/autotest/general.m4: Use ECHO_*.
11317 2001-09-13  Akim Demaille  <akim@epita.fr>
11319         * bin/ifnames.in: Rewrite in Perl.
11320         * configure.ac: Don't look for AWK.
11321         * tests/tools.at (AWK portability): Remove.
11322         (Syntax of the shell scripts): Don't check ifnames.
11323         (AT_CHECK_PERL_SYNTAX): New.
11324         (Syntax of the Perl scripts): Check ifnames.
11325         * tests/ifnames: New.
11327 2001-09-13  Akim Demaille  <akim@epita.fr>
11329         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
11330         test group titles.
11331         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
11332         Remove all the other keywords.
11334 2001-09-10  Akim Demaille  <akim@epita.fr>
11336         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
11337         SETUP: no longer used.
11338         Support -k, --keywords.
11339         <at_help>: Be `no', `short', or `long'.
11340         <at_help_all>: New variable.
11341         (AT_KEYWORDS): New.
11342         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
11343         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
11344         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
11345         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
11346         No longer fill the HELP diversion.
11347         (AT_CLEANUP): Use them.
11348         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
11349         (m4_list_append): Remove.
11351         Spread a few keywords in the Autoconf test suite.
11353 2001-09-10  Akim Demaille  <akim@epita.fr>
11355         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
11356         PATH_SEPARATOR, let M4sh compute it.
11357         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
11358         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
11359         Move to...
11360         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
11361         Simplify when the path is not a literal.
11362         (AS_UNAME): Use it to report PATH.
11363         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
11364         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
11365         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
11366         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
11367         normalize the path, and to look for victims.
11368         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
11369         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
11371 2001-09-07  Akim Demaille  <akim@epita.fr>
11373         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
11374         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
11375         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
11376         related variables into `at_package_*'.
11377         * lib/autotest/general.m4 (AT_VICTIMS): New.
11378         (AT_INIT): Adjust for stand-alone/embedded test suites.
11379         (AS_MESSAGE_LOG_FD): Define and use it.
11380         * tests/suite.at (AT_VICTIMS): Use it.
11381         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
11382         at_version.
11384 2001-09-07  Akim Demaille  <akim@epita.fr>
11386         Move toward possibly stand-alone test suites.
11388         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
11389         in addition, it introduces useless differences in logs.
11390         (AT_INIT): Let atconfig and atlocal be both optional.
11391         Adjust PATH computation.
11392         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
11394 2001-09-07  Akim Demaille  <akim@epita.fr>
11396         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
11397         m4sugar/version.m4.
11399 2001-09-05  Akim Demaille  <akim@epita.fr>
11401         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
11402         to avoid GCC warnings.
11403         From Uwe Seimet.
11405 2001-09-05  Akim Demaille  <akim@epita.fr>
11407         * bin/autom4te.in: --language is -l, not -s.
11409 2001-09-05  Akim Demaille  <akim@epita.fr>
11411         Be ready to handle filenames as stupid as `dnl.at', for if even
11412         the maintainer is dumb enough to do that...
11414         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
11415         excellence in M4 quotation: consider `__file__' is active.
11417         And BTW, when invoking m4, pass the --include in the right order:
11418         the wrong one.
11420         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
11421         4m.
11423 2001-09-05  Akim Demaille  <akim@epita.fr>
11425         * lib/Autom4te/XFile.pm: New lib file.
11426         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
11427         * bin/autoheader.in: Use it.
11429 2001-09-05  Akim Demaille  <akim@epita.fr>
11431         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
11432         defined.
11434 2001-09-05  Akim Demaille  <akim@epita.fr>
11436         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
11437         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
11439         * bin/autoscan.in: Use `getopt' and `find_files' etc.
11440         Add -I, --include support.
11441         * doc/autoconf.texi (autoscan Invocation): Adjust.
11443 2001-09-05  Akim Demaille  <akim@epita.fr>
11445         CVS GNU M4 doesn't like `undefine(undefined)'.
11447         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
11448         New, extracted from main.
11449         Use IO::File wherever possible.
11450         (input.m4): Be constant, use -I instead of hard coding $tmp.
11451         Therefore be a quoted heredoc.
11452         Don't invoke `_au_disable', since ac was not loaded, but just
11453         `unm4.m4'.
11455 2001-08-31  Akim Demaille  <akim@epita.fr>
11457         Version 2.52d.
11459 2001-08-31  Akim Demaille  <akim@epita.fr>
11461         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
11462         previous patch.
11463         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
11465 2001-08-31  Akim Demaille  <akim@epita.fr>
11467         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
11468         serious problems handling heredocs in heredocs.
11469         Reported by Nicolas Joly.
11471 2001-08-31  Akim Demaille  <akim@epita.fr>
11473         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
11474         (Making testsuite Scripts): Update.
11476 2001-08-31  Akim Demaille  <akim@epita.fr>
11478         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
11480 2001-08-31  Akim Demaille  <akim@epita.fr>
11482         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
11483         (testsuite Scripts): There is no such thing as `atconfig.in'.
11484         And actually one diagram is missing: test suite runtime.
11486 2001-08-31  Akim Demaille  <akim@epita.fr>
11488         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
11489         inverse order.
11491 2001-08-31  Akim Demaille  <akim@epita.fr>
11493         * bin/autoupdate.in (@include): `installcheck' revealed the path
11494         to m4sugar was lacking!
11496 2001-08-31  Akim Demaille  <akim@epita.fr>
11498         * man/Makefile.am (.x.1): We really have to pass
11499         autom4te_perllibdir.
11501 2001-08-31  Akim Demaille  <akim@epita.fr>
11503         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
11504         debug scripts, in particular passing explicitly listed tests to
11505         run is stupid.
11507 2001-08-31  Akim Demaille  <akim@epita.fr>
11509         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
11510         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
11511         Use directly autom4te, not autoconf.
11512         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
11514 2001-08-31  Akim Demaille  <akim@epita.fr>
11516         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
11517         * bin/autoheader.in (%symbol): Strip arguments of macros.
11519 2001-08-31  Akim Demaille  <akim@epita.fr>
11521         * doc/autoconf.texi: Catch up -I, --include changes.
11523 2001-08-31  Akim Demaille  <akim@epita.fr>
11525         * bin/autom4te.in (&parse_args): Die on unknown languages.
11526         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
11527         need for autoconf.
11528         Promote --include over --macrodir and other obsolete options.
11530 2001-08-31  Akim Demaille  <akim@epita.fr>
11532         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
11533         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
11534         * bin/autom4te.in ($autoconf): Pass --force.
11535         `print $out' doesn't print `$_' but `$out'.
11536         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
11537         (autoheader): Pass --force since the test suite goes too fast for
11538         the time stamps.
11539         Adjust to the new autoheader messages.
11541 2001-08-31  Akim Demaille  <akim@epita.fr>
11543         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
11544         Check the completeness of the #template.
11545         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
11546         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
11547         invocation.
11549 2001-08-31  Akim Demaille  <akim@epita.fr>
11551         * lib/Autom4te/General.pm (&find_file, &update_file): New.
11552         * bin/autoupdate.in, bin/autoheader.in: Adjust.
11553         Drop AC_MACRODIR dead for real.
11554         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
11555         `autoheader: `config.hin' is created'.
11556         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
11558 2001-08-31  Akim Demaille  <akim@epita.fr>
11560         * bin/autoheader.in: Rewrite in Perl.
11561         * tests/autoheader: Adjust.
11563 2001-08-31  Akim Demaille  <akim@epita.fr>
11565         * bin/autoconf.in (--include, -I): New option.
11566         Map --localdir, --autoconf-dir onto it.
11567         Forward autom4te's options instead of interpreting them.
11568         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
11569         There is no such envvar since the inception of autom4te.cfg.
11570         * bin/autom4te.in (&parse_args): Uniquify `@include'.
11571         * bin/autoupdate.in: Adjust, and perform more control.
11572         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
11573         * tests/autoconf: Dittowise.
11575 2001-08-31  Akim Demaille  <akim@epita.fr>
11577         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
11578         * bin/autom4te.in (&find_file): Support `FILE?' standing for
11579         optionally `FILE'.
11580         Use -e, not -f, since /dev/null for instance is OK.
11581         (&parse_args): Adjust.
11582         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
11584 2001-08-31  Akim Demaille  <akim@epita.fr>
11586         * configure.ac: Also find tested executables in bin.
11587         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
11588         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
11589         installed peer executables, only PATH is allowed to resolve it.
11590         Pass `autoconf_dir' via options, not via invisible envvars.
11591         * lib/Autom4te/General.pm (&find_peer): Remove.
11592         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
11593         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
11594         * man/Makefile.am: Let help2man rely on PATH instead of trying to
11595         find the executables for it.
11596         * tests/Makefile.am: Major cleanup.  Too lazy to document...
11597         * tests/atlocal.in: Remove all the obscure envvar manipulations.
11598         We only need PERL.
11599         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
11600         indeed related to running the test suite, while passing
11601         --autoconf-dir and others is related to running non installed
11602         Autoconf executables.  So don't do that, leave it to...
11603         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
11604         * tests/autoscan: New.
11605         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
11606         refer to library files: rely on --language.
11608 2001-08-29  Akim Demaille  <akim@epita.fr>
11610         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
11611         s/--set/--language/.
11613 2001-08-29  Akim Demaille  <akim@epita.fr>
11615         * doc/autoconf.texi: Strip the @nodes.
11616         Suggested by Paul Eggert.
11617         (Initializing configure): Typo.
11619 2001-08-29  Akim Demaille  <akim@epita.fr>
11621         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
11622         Suggested by Paul Eggert.
11624 2001-08-29  Akim Demaille  <akim@epita.fr>
11626         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
11627         download in a tmp dir.
11629 2001-08-29  Akim Demaille  <akim@epita.fr>
11631         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
11632         case insensitive OSes out there :(
11633         From Tim Van Holder.
11635 2001-08-29  Akim Demaille  <akim@epita.fr>
11637         * lib/autom4te.in: New.
11638         * lib/Makefile.am (edit, autom4te.cfg): New.
11639         * bin/autom4te.in (BEGIN): Simplify.
11640         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
11641         (&load_configuration): New.  Use it.
11642         (&parse_args): Support --mode, --set, and --melt.
11643         * bin/autoconf.in: Simplify and adjust.
11644         * tests/Makefile.am (AUTOMAKE): Use --set.
11645         * tests/atlocal.in: Adjust.
11646         * BUGS: distcheck and check are weak.
11648 2001-08-29  Akim Demaille  <akim@epita.fr>
11650         * lib/autotest/general.m4: Use
11651                 foo=`(command) 2>/dev/null`
11652         not
11653                 foo=`command` 2>/dev/null
11654         (at-devnull): Rename as...
11655         (AT-devnull): this.
11656         (--clean): Remove AT-* files too.
11657         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
11658         Reported by Nicolas Joly.
11660 2001-08-28  Akim Demaille  <akim@epita.fr>
11662         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
11663         quotes inside single quotes.
11664         Reported by Nicolas Joly.
11666 2001-08-28  Kevin Ryde  <user42@zip.com.au>
11668         * doc/autoconf.texi (Function Portability): Mention C right shifts.
11670 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
11672         * lib/autotest/general.m4: Reword some messages.
11673         (AT_INIT): Check for the `times' builtin before using it.
11674         Support test ranges as arguments to the testsuite.
11675         Have -e imply -d as the help text suggested.
11677 2001-08-27  Akim Demaille  <akim@epita.fr>
11679         * Makefile.maint: Formatting changes.
11680         (do-po-update, po-update, cvs-update, update): New targets.
11681         (AMTAR): Remove.
11683 2001-08-27  Akim Demaille  <akim@epita.fr>
11685         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
11686         <at_cmd_line>: New.
11687         Pass it to debug-*.sh scripts.
11688         <AUTOTEST_PATH>: May contain absolute dir names.
11690 2001-08-27  Akim Demaille  <akim@epita.fr>
11692         * lib/autotest/general.m4 (AT_INIT): Log the command line.
11693         Support `VAR=VAL' as arguments.
11694         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
11695         may be set via the command line.
11697 2001-08-27  Akim Demaille  <akim@epita.fr>
11699         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
11700         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
11701         first the build dirs, then the src dirs.
11702         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
11704 2001-08-27  Akim Demaille  <akim@epita.fr>
11706         * lib/autotest/general.m4 (AT_INIT): Output the definition of
11707         at_data_files earlier.
11708         (--clean, -c): New option.
11709         * tests/Makefile.am: Use this option.
11711 2001-08-27  Akim Demaille  <akim@epita.fr>
11713         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
11714         `ac_top_builddir' to mimic Automake's vocabulary, which much more
11715         readable.
11716         Adjust callers.
11717         * doc/autoconf.texi (Configuration Actions): Document the vars
11718         available in commands.
11719         Emphasize the risks of collisions in init-cmds.
11721 2001-08-27  Akim Demaille  <akim@epita.fr>
11723         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
11724         (Initializing configure): this new node.
11726 2001-08-27  Akim Demaille  <akim@epita.fr>
11728         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
11730 2001-08-27  Akim Demaille  <akim@epita.fr>
11732         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
11733         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
11734         New file.
11735         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
11737 2001-08-27  Akim Demaille  <akim@epita.fr>
11739         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
11740         to...
11741         * lib/autoconf/autoheader.m4: this new file.
11742         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
11743         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
11744         Move to...
11745         * lib/autoconf/autoupdate.m4: this new file.
11747 2001-08-27  Akim Demaille  <akim@epita.fr>
11749         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
11750         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
11751         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
11752         -> ac_dir).
11753         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
11754         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
11756 2001-08-27  Akim Demaille  <akim@epita.fr>
11758         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
11759         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
11760         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
11761         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
11762         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
11763         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
11764         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
11765         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
11766         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
11767         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
11768         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
11769         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
11770         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
11771         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
11772         (_AC_OUTPUT_SUBDIRS): Move to...
11773         * lib/autoconf/status.m4: this new file.
11774         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
11775         * tests/Makefile.am, tests/suite.at: Adjust.
11777 2001-08-27  Akim Demaille  <akim@epita.fr>
11779         Automake 1.5.
11781         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
11782         (AMTAR): Help automake define it.
11783         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
11784         needed, 1.5 can have a macro and a target with the same name.
11785         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
11786         * m4/strip.m4: New.
11787         * m4/init.m4, m4/sanity.m4: Update.
11788         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
11789         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
11790         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
11791         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
11793 2001-08-27  Akim Demaille  <akim@epita.fr>
11795         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
11797         * lib/autoconf/version.in: Remove.
11798         * lib/m4sugar/version.in: New.
11799         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
11800         Adjust callers.
11801         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
11802         the name of the directory they're in, instead of the filename,
11803         since version.m4 is now in m4sugar, but m4_acversion must not be
11804         classified as an Autoconf macro.
11805         ($input_m4): Don't qualify the path to m4sugar.
11806         Rather, pass autoconf_dir to m4.
11807         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
11808         * tests/suite.at: Require 2.52c.
11810 2001-08-27  Akim Demaille  <akim@epita.fr>
11812         testsuite.log should include config.log.
11814         * lib/autotest/autotest.m4: New.
11815         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
11816         * tests/suite.at : Adjust.
11817         (AT_INIT): Log config.log.
11818         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
11819         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
11820         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
11821         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
11822         of config.log on traps.
11823         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
11824         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
11825         for config.status'.
11826         Open the log as soon as possible.
11827         Use the same log introduction as configure's.
11829 2001-08-22  Paul Eggert  <eggert@twinsun.com>
11831         * doc/autoconf.texi (Indices): New node.
11832         Move indices out of the top level menu and into this submenu.
11834 2001-08-22  Akim Demaille  <akim@epita.fr>
11836         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
11837         AC_TRY_COMMAND.
11838         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
11840 2001-08-22  Akim Demaille  <akim@epita.fr>
11842         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
11843         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
11844         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
11845         * lib/autoconf/programs.m4: here.
11846         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
11847         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
11848         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
11849         * lib/autoconf/programs.m4: here.
11850         (_AC_DECL_YYTEXT): Rename as...
11851         (_AC_PROG_LEX_YYTEXT_DECL): this.
11852         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
11853         * tests/Makefile.am, tests/suite.am: Adjust.
11855 2001-08-22  Akim Demaille  <akim@epita.fr>
11857         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
11858         Move to...
11859         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
11860         here.
11861         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
11862         * lib/autoconf/functions.m4: here.
11863         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
11864         (AH_CHECK_LIB): Move to...
11865         * lib/autoconf/libs: this new file.
11866         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
11867         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
11868         * lib/autoconf/libs.m4: here.
11869         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
11871 2001-08-22  Akim Demaille  <akim@epita.fr>
11873         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
11874         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
11875         (AC_SITE_LOAD): Better logging of config.site.
11877 2001-08-20  Akim Demaille  <akim@epita.fr>
11879         * configure.ac (AT_CONFIG): Fix the path.
11880         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
11881         can be used.
11883 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
11885         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
11886         program with AC_LANG_PROGRAM before feeding it to
11887         AC_COMPILE_IFELSE.  Cleanup grep usage.
11889 2001-08-20  Akim Demaille  <akim@epita.fr>
11891         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
11892         * NEWS, README, README-alpha, TODO, tests/README: This package is
11893         `Autoconf', not `autoconf' (the executable).
11895 2001-08-20  Akim Demaille  <akim@epita.fr>
11897         Info readers seem to need `Index' in the index node title :(
11899         * doc/autoconf.texi: Reverse the 2001-08-15 change which
11900         simplified index node names.
11902 2001-08-20  Akim Demaille  <akim@epita.fr>
11904         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
11905         arguments are not literals.
11906         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
11907         Specify the output variables, and macros defined.
11909 2001-08-20  Akim Demaille  <akim@epita.fr>
11911         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
11912         (Examining Syntax) <AC_TRY_COMPILE>
11913         (Examining Libraries) <AC_TRY_LINK>
11914         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
11915         their arguments.
11916         Reported by Werner Lemberg.
11918 2001-08-20  Akim Demaille  <akim@epita.fr>
11920         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
11921         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
11922         Load atlocal late enough to dump it in the log.
11923         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
11925 2001-08-20  Akim Demaille  <akim@epita.fr>
11927         * tests/torture.at (Configuring subdirectories): New test.
11928         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
11929         looking for.
11930         * m4/atconfig.m4: Be sure the let $[0] be expandable.
11931         (top_srcdir): Fix its computation.
11933 2001-08-20  Akim Demaille  <akim@epita.fr>
11935         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
11936         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
11937         test suite lives.
11938         Create `atconfig' automagically.
11939         Configure atlocal.in if present.
11940         * tests/atconfig.in: Remove.
11941         * tests/atlocal.in: New.
11942         * tests/Makefile.am: Adjust.
11944 2001-08-20  Akim Demaille  <akim@epita.fr>
11946         Huh!?!?!  There are still some user EOF tags used, which prevents
11947         their use in AC_CONFIG_COMMANDS for instance...
11949         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
11950         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
11951         `_CSEOF', or `_ATEOF', as appropriate.
11952         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
11953         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
11955 2001-08-20  Akim Demaille  <akim@epita.fr>
11957         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
11958         * tests/semantics.at, tests/tools.at, tests/torture.at:
11959         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
11961 2001-08-20  Akim Demaille  <akim@epita.fr>
11963         Autotest invokes M4sh's initialization.
11965         * lib/autotest/general.m4: Adjust the diversion names.
11966         (AT_INIT): Run AS_INIT.
11967         Use the BINSH diversion to invoke /bin/sh.
11968         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
11969         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
11971 2001-08-20  Akim Demaille  <akim@epita.fr>
11973         Let M4sh have its own diversions.
11975         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
11976         (_m4_divert(NOTICE)): Rename as...
11977         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
11978         (_m4_divert(HEADER-COMMENT)): these.
11979         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
11980         (_m4_divert(NOTICE)): New, for Libtool.
11981         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
11982         long ago with `_m4_divert(GROW)'.
11983         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
11985 2001-08-20  Akim Demaille  <akim@epita.fr>
11987         * tests/base.at, tests/compile.at, tests/foreign.at,
11988         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
11989         * tests/semantics.at, tests/suite.at, tests/tools.at,
11990         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
11992 2001-08-20  Akim Demaille  <akim@epita.fr>
11994         * bin/autom4te.in (handle_output): Handle @__@.
11996 2001-08-20  Akim Demaille  <akim@epita.fr>
11998         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
11999         * lib/autotest/general.m4: Adjust the license.
12001 2001-08-17  Paul Eggert  <eggert@twinsun.com>
12003         * doc/autoconf.texi (Function Portability): Mention snprintf,
12004         following up on a suggestion by Kevin Ryde.
12006 2001-08-17  Akim Demaille  <akim@epita.fr>
12008         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
12009         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
12011 2001-08-17  Akim Demaille  <akim@epita.fr>
12013         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
12014         `$0.log' as for projects where testsuite is in src, we'd have
12015         testsuite.log created in src.
12017 2001-08-17  Akim Demaille  <akim@epita.fr>
12019         * bin/autom4te.in (&parse_args): Recognize --normalize.
12021 2001-08-17  Akim Demaille  <akim@epita.fr>
12023         Start implementing the AC_CHECK_HEADER transition scheme.
12025         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
12026         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
12027         (AC_CHECK_HEADER): Use them.
12029 2001-08-17  Akim Demaille  <akim@epita.fr>
12031         * doc/autoconf.texi: Work around Texinfo buglets.
12032         (Transformation Rules): One example is enough, users are expected
12033         to have their brains on. And BTW, use DESTDIR.
12034         (dvar): New macro.  Use it.
12036 2001-08-17  Akim Demaille  <akim@epita.fr>
12038         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
12039         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
12040         looking for ChangeLogs.
12042 2001-08-17  Akim Demaille  <akim@epita.fr>
12044         * bin/autom4te.in: --normalize is a new option.
12045         * bin/autoconf.in: Use it.
12047 2001-08-17  Akim Demaille  <akim@epita.fr>
12049         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
12050         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
12052 2001-08-16  Paul Eggert  <eggert@twinsun.com>
12054         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
12055         start, not at end.
12057 2001-08-15  Akim Demaille  <akim@epita.fr>
12059         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
12060         Use it.
12062 2001-08-15  Akim Demaille  <akim@epita.fr>
12064         * doc/autoconf.texi (pr): New index.
12065         (prindex, findex): Use, merge, and output them.
12066         (Environment Variable Index, Output Variable Index)
12067         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
12068         (Autotest Macro Index): Rename as...
12069         (Environment Variables, Output Variables,Preprocessor Symbols)
12070         (Autoconf Macros, M4 Macros, Autotest Macros): these.
12071         * doc/install.texi: Use @command.
12072         (Environment Variables): Rename as...
12073         (Defining Variables): this.
12075 2001-08-15  Akim Demaille  <akim@epita.fr>
12077         * doc/autoconf.texi (Function Portability): sprintf's return
12078         value.
12079         From Kevin Ryde.
12081 2001-08-15  Akim Demaille  <akim@epita.fr>
12083         * Makefile.maint (CVS): New.
12084         (local-check): Run changelog-check. last.
12085         (alpha): Don't depend upon local-check, since...
12086         (cvs-dist): depends upon it.
12088 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
12090         * tests/Makefile.am: Use a clean-local rule to remove
12091         autom4te.cache (it's a directory, not a file.
12092         * Makefile.am: Ditto (but maintainer-clean-local).
12094 2001-08-15  Akim Demaille  <akim@epita.fr>
12096         * bin/autom4te.in (@m4_warning): New.
12097         (&handle_m4): Use it.
12098         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
12099         warnings are issued at each run.
12100         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
12101         is in the src tree.
12103 2001-08-15  Akim Demaille  <akim@epita.fr>
12105         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
12106         don't waste time running `autoupdate --version' works.
12107         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
12109 2001-08-13  Akim Demaille  <akim@epita.fr>
12111         * doc/autoconf.texi (ma): Rename this index as...
12112         (ac): this.
12114 2001-08-13  Akim Demaille  <akim@epita.fr>
12116         * Makefile.am: Remove dead code and dead comments.
12117         (pdf, html): New targets.
12118         * doc/autoconf.texi (Using Autotest): New chapter.
12119         * doc/Makefile.am (pdf): New targets.
12120         (CLEANFILES): Adjust.
12122 2001-08-13  Akim Demaille  <akim@epita.fr>
12124         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
12125         duration of the test suite.
12127 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
12129         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
12130         endianness for comparison instead of relying on AT_CHECK_ENV.
12132 2001-08-11  Paul Eggert  <eggert@twinsun.com>
12134         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
12135         to the INSTALL file.
12137 2001-08-11  Paul Eggert  <eggert@twinsun.com>
12139         * NEWS: The autoconf manual now is distributed under the terms
12140         of the GNU Free Documentation License.
12142         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
12143         Add an appendix "Copying This Manual" for the FDL.
12145         * doc/fdl.texi: New file, from
12146         <http://www.gnu.org/licenses/fdl.texi>.
12148         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
12150 2001-08-10  Paul Eggert  <eggert@twinsun.com>
12152         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
12153         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
12154         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
12155         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
12156         m4/sanity.m4, tests/README, tests/aclocal.m4,
12157         tests/atspecific.m4, tests/base.at, tests/compile.at,
12158         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
12159         tests/semantics.at, tests/suite.at, tests/tools.at,
12160         tests/torture.at: Add copyright notice.
12162         * tests/mktests.sh: Update year in copyright notice.
12164 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
12166         * tests/semantics.at (AC_C_BIGENDIAN): New test.
12168 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
12170         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
12171         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
12172         * doc/autoconf.texi (C Compiler Characteristics): Update
12173         documentation for AC_C_BIGENDIAN.
12175 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
12177         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
12178         magic values from an object file when cross-compiling.
12179         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
12181 2001-08-10  Akim Demaille  <akim@epita.fr>
12183         * bin/autom4te.in (&handle_output): Don't use `grep' with side
12184         effects.
12185         Suggested by Russ Allbery.
12187 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
12189         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
12190         current $prefix to the sub-configures.
12192 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
12194         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
12195         extension (needed on BeOS).  Reported by Guido van Rossum.
12197 2001-08-09  Akim Demaille  <akim@epita.fr>
12199         * bin/autom4te.in ($icache): Load it only if older than autom4te.
12201 2001-08-07  Akim Demaille  <akim@epita.fr>
12203         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
12204         removed.
12205         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
12206         No need to remove the files before and after the each test, before
12207         each test and at the end of the suite is enough.
12208         Display only the children `times', not the shell's.
12209         If the test failed or was skipped, at-times is not available.
12211 2001-08-07  Akim Demaille  <akim@epita.fr>
12213         Always produce testsuite.log, including when there are no
12214         failures.  This helps getting information on skipped tests, and
12215         duration of the tests.  Err, implement the latter btw.
12217         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
12218         Dump information on the first run of each test.
12219         (AT_CLEANUP): Create `at-times' containing the duration of the
12220         test group.
12222 2001-08-07  Akim Demaille  <akim@epita.fr>
12224         The use of `dumpstat' revealed that `len' was used although it
12225         should not.  m4_text_wrap was using it, but in the Autoconf world
12226         where it is legal.  Hence (i) test M4sh in its own world, not
12227         Autoconf's, and (ii), ahem, fix the bug :)
12229         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
12230         does not like `' instead of [].
12231         (AT_INIT): Forbid `^_?AT_'.
12232         And don't output such tokens.
12233         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
12234         `script.as', and `autom4te.cache'.
12235         Remove `empty' and `macro' which are no longer used.
12236         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
12237         * tests/m4sugar.at: Use it.
12238         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
12240 2001-08-07  Akim Demaille  <akim@epita.fr>
12242         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
12244 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
12246         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
12248 2001-08-04  Akim Demaille  <akim@epita.fr>
12250         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
12251         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
12252         AC_TRY_LINK.
12253         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
12254         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
12255         (AC_F77_MAIN): Likewise.
12257 2001-08-04  Akim Demaille  <akim@epita.fr>
12259         Don't rely on M4sugar outputting the patterns in files, since we
12260         might process the output _without_ running m4, hence without these
12261         files.
12263         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
12264         * bin/autom4te.in (@Request::includes): Remove, unused.
12265         (@Request::source): Rename as...
12266         (@Request::input): this.
12267         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
12268         (&handle_output): Fetch the patterns from the traces.
12269         `$forbidden' and `$allowed' are constant: use m//o.
12270         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
12271         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
12273 2001-08-04  Akim Demaille  <akim@epita.fr>
12275         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
12276         autoconf', i.e., in addition to caching traces, cache the output.
12278         * bin/autom4te.in (Request::cache): Rename as...
12279         (Request::id): this.
12280         ($cache, $icache, $tcache, $ocache): New.
12281         (&handle_m4): Save M4 output in the cache instead of $tmp.
12282         (&handle_output): Adjust.
12283         (&up_to_date_p): Check that the output cache is up to date too.
12284         (top level): Run `&handle_m4' iff force or the cache is invalid.
12285         Run `&handle_output' if the output cache is more recent.
12287 2001-08-04  Akim Demaille  <akim@epita.fr>
12289         * bin/autom4te.in ($force): New.
12290         (&parse_args, &print_usage): -f, --force is a new option.
12291         (&handle_output): CPP directives might have spaces after `#'.
12292         (&parse_args): The first file only can be frozen.
12294 2001-08-04  Akim Demaille  <akim@epita.fr>
12296         Don't let autom4te compute the `include' traces several times:
12297         first check that the trace cache file is up to date, and then
12298         compare its timestamp with that of the output.
12300         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
12301         the preamble.  Don't require 5.005 as Autom4te::General does it,
12302         and better yet (use `use', not `require'!).
12303         * lib/Autom4te/Struct.pm: Rename the last occurrences of
12304         Class::Struct as Autom4te::Struct.
12305         * lib/Autom4te/General.pm (File::stat): Use it.
12306         (&mtime): New, export it.
12307         * bin/autom4te.in: Use it.
12308         Declare `$req' is invalid if it is outdated.
12309         Don't declare it valid before saving it if something went wrong.
12311 2001-08-04  Akim Demaille  <akim@epita.fr>
12313         Autom4te shall not encode Autoconf data, and preselecting traces
12314         must be proposed to the users.
12316         * bin/autom4te.in (@required_trace): Remove.
12317         (@preselect): New.
12318         (&parse_args, &print_usage): -p, --preselect is a new option.
12319         (&up_to_date_p): Adjust.
12320         * bin/autoconf.in: Preselect some Autoconf macros.
12322 2001-08-04  Akim Demaille  <akim@epita.fr>
12324         * tests/tools.at (autoconf --trace: user macros): Check traces on
12325         macros invoked without arguments, and macros invoked with multiple
12326         lines arguments.
12328 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
12330         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
12331         arguments.
12333 2001-08-03  Akim Demaille  <akim@epita.fr>
12335         * bin/autoconf.in ($@): Work around the usual sh bug.
12336         From Nicolas Joly.
12338 2001-08-03  Akim Demaille  <akim@epita.fr>
12340         Clean up the handling of the M4 builtins tracing exception.
12342         * bin/autom4te.in (Request::request): Don't complete M4 builtins
12343         trace requests.
12344         (@m4_builtins): Rename as...
12345         (@m4_builtin): this.
12346         (%m4_builtin_alternate_name): New.
12347         (&parse_args): Complete the trace requests with alternate names.
12348         (&handle_traces): Hence no longer do it here.
12349         (&trace_requests): Remove, unused.
12351 2001-08-03  Akim Demaille  <akim@epita.fr>
12353         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
12354         m4_if, and m4_wrap.
12356 2001-08-03  Akim Demaille  <akim@epita.fr>
12358         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
12359         (m4_divert_pop): Dump the whole diversion stack when a diversion
12360         mismatch happens.
12361         * bin/autom4te.in (&handle_output): Remember of the first
12362         occurrence of a possibly undefined macro, not the last.
12363         Complain about the possibly undefined macros in the same order as
12364         the appear in the output.
12365         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
12366         * tests/tools.at (autoconf: forbidden tokens, basic)
12367         (autoconf: forbidden tokens, exceptions): No longer sort
12368         autoconf's stderr, as it is now deterministic.
12369         Check that `dnl' is caught.
12371 2001-08-01  Akim Demaille  <akim@epita.fr>
12373         * configure.ac: Bump to 2.52c.
12375 2001-08-01  Akim Demaille  <akim@epita.fr>
12377         Version 2.52b.
12379         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
12381 2001-08-01  Akim Demaille  <akim@epita.fr>
12383         Version 2.52a.
12385 2001-08-01  Akim Demaille  <akim@epita.fr>
12387         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
12388         `die'.
12389         (&END): New.
12390         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
12391         `END', as `Autom4te::General::END' will be triggered.
12392         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
12393         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
12394         system to run `mv', `rm', and `cmp'.
12396 2001-08-01  Akim Demaille  <akim@epita.fr>
12398         * lib/Autom4te/General.pm (&unique): New.
12399         * bin/autoscan.in (&output): Use it to issue trace requests once.
12401 2001-08-01  Akim Demaille  <akim@epita.fr>
12403         * lib/Autom4te/General.pm: New.
12404         * bin/autom4te.in (Autom4te::General): Use it.
12405         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
12406         (&find_configure_ac, &find_slave): Remove.
12407         * bin/autoscan.in: Likewise.
12408         * bin/autoupdate.in: Likewise.
12410 2001-08-01  Akim Demaille  <akim@epita.fr>
12412         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
12413         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
12414         * bin: here, new directory.
12415         * lib/Autoconf: Rename as...
12416         * lib/Autom4te: this, to please case insensitive junkie OSes.
12418 2001-08-01  Akim Demaille  <akim@epita.fr>
12420         * autom4te.in ($m4): Handle the --nesting-limit.
12421         * autoconf.in (M4): Remove.
12423 2001-08-01  Akim Demaille  <akim@epita.fr>
12425         * autoconf.in ($AWK): Remove, no longer used.
12426         * test/tools.at: Use AT_CHECK_AUTOCONF.
12427         (AWK portability): Remove, for autoconf no longer uses AWK.
12428         (Syntax of the Perl scripts): New.
12429         * configure.ac: autoconf no longer needs an AWK with a good
12430         regexp engine.
12431         Use a static test on AC_PACKAGE_VERSION.
12432         * autom4te.in (&up_to_date_p): Output depends on the arguments.
12433         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
12434         * tests/atconfig.in (PERL): New.
12436 2001-08-01  Akim Demaille  <akim@epita.fr>
12438         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
12439         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
12440         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
12441         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
12442         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
12443         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
12444         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
12445         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
12446         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
12447         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
12448         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
12449         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
12450         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
12451         * lib/autoconf/c.m4: here, new file.
12453         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
12454         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
12455         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
12456         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
12457         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
12458         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
12459         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
12460         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
12461         (AC_F77_FUNC): Move to...
12462         * lib/autoconf/fortran.m4: here, new file.
12464 2001-08-01  Akim Demaille  <akim@epita.fr>
12466         * acfunctions.m4: Rename as...
12467         * lib/autoconf/functions.m4: this.
12468         * acgeneral.m4: Rename as...
12469         * lib/autoconf/general.m4: this.
12470         * acheaders.m4: Rename as...
12471         * lib/autoconf/headers.m4: this.
12472         * aclang.m4: Rename as...
12473         * lib/autoconf/lang.m4: this.
12474         * acoldnames.m4: Rename as...
12475         * lib/autoconf/oldnames.m4: this.
12476         * acspecific.m4: Rename as...
12477         * lib/autoconf/specific.m4: this.
12478         * actypes.m4: Rename as...
12479         * lib/autoconf/types.m4: this.
12480         * autoconf.m4: Rename as...
12481         * lib/autoconf/autoconf.m4: this.
12483         * m4sugar.m4: Rename as...
12484         * lib/m4sugar/m4sugar.m4: this.
12485         * m4sh.m4: Rename as...
12486         * lib/m4sugar/m4sh.m4: this.
12488         * tests/atgeneral.m4: Rename as...
12489         * lib/autotest/general.m4: this.
12491         * acfunctions: Rename as...
12492         * lib/autoscan/functions: this.
12493         * acheaders: Rename as...
12494         * lib/autoscan/headers: this.
12495         * acidentifiers: Rename as...
12496         * lib/autoscan/identifiers: this.
12497         * aclibraries: Rename as...
12498         * lib/autoscan/libraries: this.
12499         * acmakevars: Rename as...
12500         * lib/autoscan/makevars: this.
12501         * acprograms: Rename as...
12502         * lib/autoscan/programs: this.
12504 2001-08-01  Akim Demaille  <akim@epita.fr>
12506         * doc/autoconf.texi: Moving/deleting open files is not portable.
12507         Portability issues for `.' (source), and more information about sed.
12509 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
12511         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
12512         which has a special meaning and is not a reference to libibmil.a.
12513         Reported by Matteo Frigo.
12515 2001-07-25  Pavel Roskin  <proski@gnu.org>
12517         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
12518         output.
12520 2001-07-25  Akim Demaille  <akim@epita.fr>
12522         * autoconf.in: Try to define the variables before using them.
12523         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
12524         instead of `$perllibdir'.
12525         * tests/atconfig.in ($autom4te_perllibdir): Export it.
12527 2001-07-25  Akim Demaille  <akim@epita.fr>
12529         * autoconf.in (ac_LF_and_DOT): Remove, unused.
12531 2001-07-24  Akim Demaille  <akim@epita.fr>
12533         Let autoconf use autom4te for traces.
12535         * autoconf.in ($task, task trace): Remove, merely pass --trace to
12536         autom4te.
12537         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
12538         (Because I found no way for autom4te to accept `-').
12539         * autom4te.in (&Request::request): Beware of M4 builtins.
12540         (END): Don't try to remove the content of an empty dir.
12541         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
12542         (&handle_output): Set a default value to `$forbidden'.
12543         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
12544         ($autoconf): Pass --debug and --verbose.
12545         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
12546         cache.
12548 2001-07-24  Akim Demaille  <akim@epita.fr>
12550         Let autoconf use autom4te to create configure.
12552         * autoconf.in ($automate): New var.
12553         (task script): Use autom4te.
12554         * autom4te.in (File::Spec): Use it.
12555         (&find_file): New.
12556         (&parse_args): --warning is -W, not -w.
12557         Find the top level files.
12558         (&handle_m4): Pass the warnings flags.
12559         Don't report verbosely m4's failures, unless requested.
12560         (&handle_output): Don't complain for forbidden tokens in comments.
12561         Be sure to report all the forbidden tokens within a single line.
12562         (&trace_format_to_m4): Preserve `$_'.
12563         (&handle_traces): Sort the output macros.
12564         (&up_to_date_p): Find the files before trying to get its time stamp.
12566 2001-07-24  Akim Demaille  <akim@epita.fr>
12568         * Makefile.am: Ship, build and install Autom4te.
12569         (SUBDIRS): Add lib.
12570         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
12571         * configure.in: Require Perl.
12572         * man/autom4te.in: New.
12574 2001-07-19  Paul Eggert  <eggert@twinsun.com>
12576         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
12577         example, rather than (exit 1); exit (which isn't portable).
12579 2001-07-18  Akim Demaille  <akim@epita.fr>
12581         Version 2.52.
12583 2001-07-18  Akim Demaille  <akim@epita.fr>
12585         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
12586         was run, while they are needed also when it is expanded.
12587         Reported by Nicolas Joly.
12589         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
12590         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
12591         AC_F77_DUMMY_MAIN being expanded.
12593 2001-07-18  Akim Demaille  <akim@epita.fr>
12595         * configure.in: Bump to 2.51a.
12597 2001-07-17  Akim Demaille  <akim@epita.fr>
12599         Version 2.51.
12601 2001-07-17  Akim Demaille  <akim@epita.fr>
12603         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
12604         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
12606 2001-07-17  Akim Demaille  <akim@epita.fr>
12608         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
12609         used.  Well, then use the prototypes when you can, and runtime as
12610         a last resort.
12611         Reported by Artur Frysiak
12613         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
12614         (AC_FUNC_GETPGRP): Use it.
12615         First try to compile with 0-ary or 1-ary calls.
12617 2001-07-17  Akim Demaille  <akim@epita.fr>
12619         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
12620         replacement type.
12621         From Paul Eggert.
12623 2001-07-17  Akim Demaille  <akim@epita.fr>
12625         * Makefile.maint: Sync. with cppi 1.10.
12627 2001-07-17  Akim Demaille  <akim@epita.fr>
12629         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
12630         AC_F77_DUMMY_MAIN has been run.
12631         From Pavel Roskin and Steven G. Johnson.
12633 2001-07-17  Akim Demaille  <akim@epita.fr>
12635         * configure.in: Rename as...
12636         * configure.ac: this.
12638 2001-07-17  Akim Demaille  <akim@epita.fr>
12640         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
12641         rules.
12642         From Marc Espie.
12643         * Makefile.maint (release-archive-dir): Rename as...
12644         (release_archive_dir): this, so that it can be specialized in
12645         Makefile.
12647 2001-07-14  Akim Demaille  <akim@epita.fr>
12649         * configure.in: Bump to 2.50d.
12651 2001-07-14  Akim Demaille  <akim@epita.fr>
12653         Version 2.50c.
12654         * Makefile.maint (alpha): Typo.
12656 2001-07-14  Akim Demaille  <akim@epita.fr>
12658         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
12660 2001-07-14  Akim Demaille  <akim@epita.fr>
12662         * config/config.guess, config/config.sub, config/texinfo.tex
12663         * doc/standards.texi, doc/make-stds.texi: Update.
12665 2001-07-14  Akim Demaille  <akim@epita.fr>
12667         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
12669 2001-07-14  Akim Demaille  <akim@epita.fr>
12671         * Makefile.maint (maintainer-check): Rename as...
12672         (maintainer-distcheck): this.
12673         (changelog-check, static-check): New.
12674         Use them.
12676 2001-07-14  Kevin Ryde  <user42@zip.com.au>
12678         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
12679         for CXX is g++, not gcc.
12681 2001-07-14  Akim Demaille  <akim@epita.fr>
12683         * doc/autoconf.texi (Files): New subsection.
12685 2001-07-14  Akim Demaille  <akim@epita.fr>
12687         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
12688         of...
12689         (Generic Compiler Characteristics): this.
12690         (C++ Compiler): New subsection.
12692 2001-07-14  Akim Demaille  <akim@epita.fr>
12694         * autoscan.in: Use IO::File.
12695         Adjust all the routines to use it.
12696         ($log): New file (autoscan.log).
12697         (output): Dump detailed logs into $log, and a shortened version to
12698         stderr.
12699         (&scan_makefile): Refine the regexp catching tokens in the code.
12700         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
12701         and the `configure.ac' checking feature.
12703 2001-07-12  Akim Demaille  <akim@epita.fr>
12705         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
12706         Reported by Michael Elizabeth Chastain.
12708         * autoconf.in: Refuse such AWK.
12709         * configure.in: Likewise.
12710         * Makefile.am (acversion.m4): Do not use move-if-change this file
12711         has dependencies.
12712         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
12714 2001-07-10  Jens Petersen  <petersen@redhat.com>
12716         * autoscan.in (&scan_makefile): Improve programs regexp to parse
12717         things like "g++", "file.c" and "some-conf" as tokens.
12718         (&scan_file): Match C++ files extensions.
12719         If the filename extension is C++ then ask for c++.
12721 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
12723         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
12724         AC_TRY_LINK_FUNC, to check whether defining a dummy
12725         main-like routine is needed for linking with F77 libs.
12727 2001-07-05  Pavel Roskin  <proski@gnu.org>
12729         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
12730         after using break.
12731         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
12732         linking.
12734 2001-07-05  Akim Demaille  <akim@epita.fr>
12736         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
12737         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
12738         Makes' lives.
12739         Reported by Nicolas Joly.
12741 2001-07-04  Akim Demaille  <akim@epita.fr>
12743         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
12744         up.
12745         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
12746         warnings from compilers.
12747         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
12748         for all the compilers, not only GNU.  Hence move from here...
12749         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
12751 2001-07-04  Akim Demaille  <akim@epita.fr>
12753         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
12754         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
12755         AC_COMPILE_IFELSE.
12757 2001-07-04  Akim Demaille  <akim@epita.fr>
12759         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
12760         the ``strings.h'' change claimed below.
12762 2001-07-04  Akim Demaille  <akim@epita.fr>
12764         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
12766 2001-07-04  Akim Demaille  <akim@epita.fr>
12768         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
12769         strings.h if usable with string.h.
12770         Suggested by Paul Eggert.
12772 2001-07-04  Akim Demaille  <akim@epita.fr>
12774         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
12775         From Jens Petersen.
12777 2001-07-03  Akim Demaille  <akim@epita.fr>
12779         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
12780         etc. in the log.
12782 2001-07-03  Akim Demaille  <akim@epita.fr>
12784         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
12785         compiler, not the preprocessor.
12786         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
12787         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
12788         the right thing.
12789         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
12790         earlier if there are.
12792 2001-07-03  Akim Demaille  <akim@epita.fr>
12794         * autoscan.in ($initfile): Remove.
12795         (&find_file): Rename as...
12796         (&scan_file): this.
12797         Immediately scan the current file, instead of gathering them, and
12798         later having them handled by &scan_files.
12799         (&scan_files): Merely invoke Find::File.
12800         Adjust.
12802 2001-07-02  Akim Demaille  <akim@epita.fr>
12804         * autoscan.in: Formatting changes, matching the invocation order.
12805         (File::Find): Use it instead of Perl 4's `find.pl'.
12806         (&wanted): Rename as...
12807         (&find_file): this.
12809 2001-07-01  Pavel Roskin  <proski@gnu.org>
12811         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
12812         break in the argument to AC_TRY_LINK_FUNC.
12813         (AC_F77_MAIN): Remove conftest* after using break in the
12814         argument to AC_TRY_LINK.
12816 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
12818         Add alternate 'main' routine detection for linking C/C++ with Fortran,
12819         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
12821         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
12822         dummy alternate main is required even if the user provides her own
12823         'main'.
12824         (AC_F77_MAIN): New macro to detect whether it is possible to
12825         provide an alternate 'main' function name, using the 'main' from
12826         the Fortran libraries.
12827         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
12828         cross-language link tests can be performed successfully.
12829         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
12830         after $LIBS, for consistency; this should be the general rule since
12831         the user may want to link to Fortran libraries that require $FLIBS.
12832         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
12834 2001-06-29  Pavel Roskin  <proski@gnu.org>
12836         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
12837         at-stdout and at-stderr instead of removing the newline
12838         from the echo output, which is not guaranteed to work.
12840 2001-06-28  Jens Petersen  <petersen@redhat.com>
12842         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
12843         confdefs.h when non-zero.
12845 2001-06-28  Akim Demaille  <akim@epita.fr>
12847         * configure.in: Bump to 2.50c.
12849 2001-06-26  Akim Demaille  <akim@epita.fr>
12851         Version 2.50b.
12853 2001-06-26  Akim Demaille  <akim@epita.fr>
12855         Version 2.50a.
12857 2001-06-25  Pavel Roskin  <proski@gnu.org>
12859         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
12860         argument, AUTOCONF-FLAGS.
12861         * tests/mktests.sh (update_exclude_list): Add
12862         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
12863         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
12864         AC_FUNC_WAIT3 with "-W no-obsolete".
12866 2001-06-25  Akim Demaille  <akim@epita.fr>
12868         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
12870 2001-06-25  Akim Demaille  <akim@epita.fr>
12872         * autoscan.in (%macro): Now maps from word to list of macros.
12873         (&init_tables): Die when a word which is already handled by
12874         explicit macros is mapped to the default macro.
12875         (&print_unique): Remove, inlined in...
12876         (&output_kind): here.
12877         (File::Basename): Use it.
12878         (&output): Sort the CONFIG_FILES.
12879         * acheaders: Normalize.
12880         * acfunctions: Likewise.
12882 2001-06-25  Akim Demaille  <akim@epita.fr>
12884         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
12885         characteristics in the logs.
12886         Suggested by Mo DeJong.
12888 2001-06-24  Akim Demaille  <akim@epita.fr>
12890         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
12891         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
12892         * doc/autoconf.texi (Autoconf 2.13): New section.
12894 2001-06-24  Akim Demaille  <akim@epita.fr>
12896         * autoconf.in (Task traces): Separate the error messages from the
12897         traces to improve robustness.
12899 2001-06-23  Akim Demaille  <akim@epita.fr>
12901         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
12902         three as failures are unlikely, and speed matters.
12904 2001-06-23  Akim Demaille  <akim@epita.fr>
12906         * doc/autoconf.texi (Redefined M4 Macros): New.
12908 2001-06-23  Akim Demaille  <akim@epita.fr>
12910         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
12911         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
12912         5.3.
12914 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
12916         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
12917         config.status targets to after the evaluation of the INIT-CMDS.
12918         Double quote config.status targets (used to be single quoted).
12920 2001-06-23  Akim Demaille  <akim@epita.fr>
12922         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
12923         Check the content of the created file.
12924         Check the ./config.status command line invocation.
12926 2001-06-23  Akim Demaille  <akim@epita.fr>
12928         * tests/foreign.at (Libtool): Reject prehistoric versions.
12930 2001-06-23  Akim Demaille  <akim@epita.fr>
12932         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
12933         preexisting files matching a.*.
12935 2001-06-23  Akim Demaille  <akim@epita.fr>
12937         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
12938         stderr.
12939         * doc/autoconf.texi (AC_ARG_VAR): Update.
12941 2001-06-21  Akim Demaille  <akim@epita.fr>
12943         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
12944         precious variables have changed.
12945         * tests/torture.at (AC_ARG_VAR): Adjust.
12947 2001-06-21  Akim Demaille  <akim@epita.fr>
12949         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
12950         but some sed choke on multiple `;', and other tools (e.g.,
12951         Automake), include the separator themselves.
12953         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
12955 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
12957         * doc/autoconf.texi (Functions Portability): Rename as...
12958         (Function Portability): this.
12959         (Function Portability): Document potential problems with unlink().
12961 2001-06-19  Paul Eggert  <eggert@twinsun.com>
12963         * NEWS, doc/autoconf.texi: Document quadrigraphs.
12965 2001-06-18  Akim Demaille  <akim@epita.fr>
12967         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
12969 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
12971         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
12972         (_AC_FUNC_VFORK): this.
12973         Remove AC_DEFINEs and don't guess cross-compilation values.
12974         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
12975         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
12976         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
12977         vfork doesn't work.
12978         Guess values if cross-compiling, but warn.
12979         * acfunctions: Add AC_FUNC_FORK.
12980         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
12981         and vfork appropriately.
12983 2001-06-18  Akim Demaille  <akim@epita.fr>
12985         * doc/autoconf.texi (Functions Portability): New section.
12987 2001-06-18  Akim Demaille  <akim@epita.fr>
12989         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
12990         in $M4.
12991         Suggested by Andreas Schwab.
12993 2001-06-18  Akim Demaille  <akim@epita.fr>
12995         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
12996         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
12997         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
12998         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
12999         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
13000         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
13001         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
13002         the converse).
13004 2001-06-18  Akim Demaille  <akim@epita.fr>
13006         * doc/autoconf.texi (ms): New index.
13007         (Macro Index): Rename as...
13008         (Autoconf Macro Index): this.
13009         (M4 Macro Index): New appendix.
13010         (Programming in M4): New chapter.
13011         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
13012         (Quoting): Rename as...
13013         (M$ Quotation): this.
13014         Be part of `Programming in M4).
13016 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
13018         * tests/torture.at (AC_ARG_VAR): Set variables and export them
13019         in separate statements for compatibility with Tru64 v5.1.
13021 2001-06-17  Akim Demaille  <akim@epita.fr>
13023         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
13024         current values of the precious variables, not the previously
13025         cached values.
13026         Pass precious variables which are set to config.status.
13027         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
13028         * tests/torture.at (AC_ARG_VAR): New.
13030 2001-06-15  Paul Eggert  <eggert@twinsun.com>
13032         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
13033         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
13034         and explain why and how to replace them.
13035         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
13036         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
13038 2001-06-15  Akim Demaille  <akim@epita.fr>
13040         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
13041         Reported by Bruno Haible.
13043         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
13044          (_AC_ARG_VAR_PRECIOUS): to here.
13046 2001-06-15  Pavel Roskin  <proski@gnu.org>
13048         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
13049         an unused pointer use cast to this type and `if' statement to
13050         avoid warnings from the compiler.
13051         (AC_HEADER_TIME): Likewise.
13052         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
13053         in `if' statement to avoid warnings from the compiler. Declare
13054         ac_aggr static to avoid the need to initialize it.
13056 2001-06-14  Akim Demaille  <akim@epita.fr>
13058         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
13059         Macros'.
13061 2001-06-13  Akim Demaille  <akim@epita.fr>
13063         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
13064         Suggested by Alexander Mai.
13066 2001-06-13  Akim Demaille  <akim@epita.fr>
13068         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
13069         sys/types.h and sys/stat.h, and check for them.
13071 2001-06-13  Akim Demaille  <akim@epita.fr>
13073         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
13074         INCLUDES.
13076 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
13078         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
13079         succeeds and only try adding libdnet upon a failure.
13081 2001-06-12  Akim Demaille  <akim@epita.fr>
13083         * autoscan.in (&output_kind): Output the comment only if it exists.
13084         (%kind_comment): Add entry for `programs'.
13085         (&output_programs): Use &output_kind.
13086         (&output_functions, &output_identifiers, &output_headers)
13087         (&output_programs): Inline, and remove.
13089 2001-06-12  Akim Demaille  <akim@epita.fr>
13091         * autoscan.in (%kind_comment): New.
13092         (output_kind): New.
13093         (output_functions, output_identifiers, output_headers): Use it.
13095 2001-06-12  Akim Demaille  <akim@epita.fr>
13097         * autoscan.in (&print_unique): Take `$kind' and `$word' as
13098         arguments, to factor indirections into `%macro' and `%used'.
13099         (%generic_macro): Fix a typo.
13101 2001-06-12  Akim Demaille  <akim@epita.fr>
13103         * aclibraries: New.
13104         * autoscan.in (@kinds): Add `libraries'.
13105         Use `@kinds' instead of hard coded lists.
13106         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
13107         Remove, replaced by...
13108         (%used): this.
13110 2001-06-12  Akim Demaille  <akim@epita.fr>
13112         * autoscan.in (%functions_macros %headers_macros)
13113         (%identifiers_macros %programs_macros %makevars_macros): Remove,
13114         replaced by...
13115         (%macro): New.
13117 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
13119         * aclang.m4 (AC_NO_EXECUTABLES): Override
13120         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
13122 2001-06-11  Akim Demaille  <akim@epita.fr>
13124         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
13125         trailing new line.
13126         Reported by Andreas Schwab.
13128 2001-06-11  Akim Demaille  <akim@epita.fr>
13130         * Makefile.am, Makefile.maint: Typos.
13132 2001-06-09  Akim Demaille  <akim@epita.fr>
13134         * doc/autoconf.texi (Here-Documents): New section, gathering
13135         documentation about here-documents.
13136         Use `href', not `uref', and other changes.
13138 2001-06-09  Akim Demaille  <akim@epita.fr>
13140         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
13141         chapter.
13143 2001-06-09  Akim Demaille  <akim@epita.fr>
13145         * doc/autoconf.texi (Limitations of Builtins): Complete the
13146         description of the here-docs penalties with Alexandre Oliva's
13147         explanations.
13149 2001-06-01  Paul Eggert  <eggert@twinsun.com>
13151         * doc/autoconf.texi: Talk about here documents and speedups.
13152         Do not use "echo" on arbitrary strings.
13153         Spell "here-documents" consistently with the standard.
13155 2001-06-09  Akim Demaille  <akim@epita.fr>
13157         * doc/autoconf.texi (Concept Index): Introduce it.
13158         Regenerate the menus.
13160 2001-06-09  Akim Demaille  <akim@epita.fr>
13162         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
13163         * config/prev-version.txt: New.
13164         * config/move-if-change: New, for GNU libc.
13166 2001-06-06  Pavel Roskin  <proski@gnu.org>
13168         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
13170 2001-06-06  Akim Demaille  <akim@epita.fr>
13172         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
13173         properly when $1 is not a literal.
13174         Fixes PR Autoconf/187, reported by Bram Moolenaar.
13176 2001-06-06  Akim Demaille  <akim@epita.fr>
13178         Invoking AC_COPYRIGHT before AC_INIT fails.
13180         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
13181         * acgeneral.m4 (_m4_divert(VERSION_FSF))
13182         (_m4_divert(VERSION_USER)): New.
13183         (AC_COPYRIGHT): $2 is the diversion to use.
13184         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
13185         (AC_INIT): Remove dead comments as now it's commutative.
13187 2001-06-06  Akim Demaille  <akim@epita.fr>
13189         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
13190         PR autoconf/187.
13192 2001-06-05  Akim Demaille  <akim@epita.fr>
13194         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
13195         can be empty.
13196         `*dir' variables cannot be NONE.
13197         Reported by Mark Kettenis.
13199 2001-06-05  Paul Eggert  <eggert@twinsun.com>
13201         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
13203 2001-06-04  Akim Demaille  <akim@epita.fr>
13205         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
13206         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
13207         (AC_TR_SH): Move as...
13208         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
13209         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
13210         (AS_TR_SH): these.
13211         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
13212         (_AS_TR_SH_PREPARE): New.
13213         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
13214         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
13216 2001-06-02  Akim Demaille  <akim@epita.fr>
13218         * Makefile.am (.m4.m4f): Pass the options first.
13219         Fixes PR autoconf/182.
13221 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
13223         GNU getopt, when POSIXLY_CORRECT does not permute options and
13224         arguments.  So pass the options first.
13225         Fixes PR autoconf/184.
13227         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
13228         (run_m4): Remove files.
13229         (run_m4f): Remove.
13230         Update remainder of script to use them.
13231         (for warning in): Do not use a literal comma as it will not be
13232         split by IFS.
13234 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
13236         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
13237         Fortran compilers to check.
13238         (_AC_PROG_F77_V): Add '-###' as a possible option to print
13239         information on library and object files.
13240         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
13241         to check.
13243 2001-06-02  Akim Demaille  <akim@epita.fr>
13245         * autom4te.in (Request::@request): Declare with `vars', not `my',
13246         as it prevents updates via `do FILENAME'.
13248 2001-06-02  Akim Demaille  <akim@epita.fr>
13250         * configure.in (standards_texi): Remove, dead code.
13252 2001-06-02  Akim Demaille  <akim@epita.fr>
13254         * autom4te.in: New.
13256 2001-06-02  Pavel Roskin  <proski@gnu.org>
13258         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
13259         for signals other than 0 - exit with code 1.
13260         * m4sh.m4 (AS_TMPDIR): Likewise.
13261         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
13262         * autoheader.in: Likewise.
13263         * autoreconf.in: Likewise.
13264         * tests/torture.at (Signal handling): New test for the above.
13266 2001-06-01  Akim Demaille  <akim@epita.fr>
13268         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
13269         message.
13271 2001-05-31  Akim Demaille  <akim@epita.fr>
13273         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
13274         Add copyright and comments.
13275         * acheaders: Add stdint.h.
13276         Suggested by Paul Eggert.
13278 2001-05-31  Akim Demaille  <akim@epita.fr>
13280         * atgeneral.m4 (AT_INIT): Use $SHELL.
13281         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
13283 2001-05-31  Akim Demaille  <akim@epita.fr>
13285         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
13286         stdint.h.
13287         From Paul Eggert and Lars Hecking.
13289 2001-05-31  Akim Demaille  <akim@epita.fr>
13291         * tests/base.at: Adjust line numbers in error messages.
13293 2001-05-31  Akim Demaille  <akim@epita.fr>
13295         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
13296         to emit the bangshe line.
13297         Reported by David Carter.
13299 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
13301         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
13302         Fortran (95) compilers to check.
13304 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
13306         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
13307         Macro Archive URL.
13309 2001-05-23  Pavel Roskin  <proski@gnu.org>
13311         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
13312         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
13313         (AC_PROG_CXXCPP): Likewise.
13315 2001-05-22  Akim Demaille  <akim@epita.fr>
13317         * config: New directory.
13318         * configure.in: AC_CONFIG_AUX_DIR it.
13319         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
13321 2001-05-22  Akim Demaille  <akim@epita.fr>
13323         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
13324         * autoupdate.in: Specify the Emacs mode.
13325         * acversion.m4.in: Rename as...
13326         * acversion.m4: this.
13327         * tests/Makefile.am (CLEANFILES): More garbage.
13329 2001-05-22  Akim Demaille  <akim@epita.fr>
13331         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
13332         Rename as...
13333         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
13334         these.
13336 2001-05-21  Akim Demaille  <akim@epita.fr>
13338         * configure.in: Bump to 2.50a.
13341         -----
13343         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
13344         Software Foundation, Inc.
13346         This file is part of GNU Autoconf.
13348         GNU Autoconf is free software; you can redistribute it and/or modify
13349         it under the terms of the GNU General Public License as published by
13350         the Free Software Foundation; either version 2, or (at your option)
13351         any later version.
13353         GNU Autoconf is distributed in the hope that it will be useful,
13354         but WITHOUT ANY WARRANTY; without even the implied warranty of
13355         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13356         GNU General Public License for more details.
13358         You should have received a copy of the GNU General Public License
13359         along with autoconf; see the file COPYING.  If not, write to
13360         the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13361         Boston, MA 02110-1301, USA.