* lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer \r to
[autoconf/tsuna.git] / ChangeLog
blob5eb9ecfb96bc034872debf150f9b895aad5d898d
1 2007-02-07  Paul Eggert  <eggert@cs.ucla.edu>
3         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer \r to
4         an actual carriage return.  Use "ac_cr" to contain the actual
5         carriage return.
6         * doc/autoconf.texi (Limitations of Usual Tools): Document problem
7         with traditional Awk and begin.
8         * tests/torture.at (Limitations of Builtins): Document the problem
9         with Bash 2.03 printf.
10         (Substitute and define special characters):
11         Remove trailing white space.  Work around a bug in Solaris 8 /bin/bash.
13 2007-02-06  Ralf Menzel  <menzel@ls6.cs.uni-dortmund.de>  (tiny change)
15         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Redirect
16         input from /dev/null in awk test, so even Solaris /usr/bin/awk
17         will not wait for input with a script containing only a BEGIN
18         rule.
20 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22         * doc/autoconf.texi (Introduction, Why GNU M4): Clarify M4 version
23         requirements.
24         * README: Likewise.
26 2007-02-02  Eric Blake  <ebb9@byu.net>
28         * NEWS: Update copyright.
30         * m4/m4.m4 (AC_PROG_GNU_M4): Reject M4 1.4 through 1.4.4 as
31         broken.
32         * configure.ac: Update error message.
33         * NEWS: Note that M4 1.4.5 or later is now a hard dependency.
34         Reported by Gary Vaughan and Jim Meyering, and problem analyzed
35         by Stepan Kasal:
36         http://lists.gnu.org/archive/html/bug-autoconf/2006-11/msg00025.html
38 2007-01-31  Eric Blake  <ebb9@byu.net>
40         * THANKS (people): Update.
42 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
44         * doc/autoconf.texi (Shellology): pdksh 5.2.14 is still the
45         latest version.
46         (Shell Substitutions): Note problems with @{var:=value} etc.
47         Add a new section for problems with @{#var} etc.  Problem noted
48         by Ralf Wildenhues.  See:
49         http://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
51 2007-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
53         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Also
54         AC_SUBST([MKDIR_P]), so that Automake < 1.10 will pick up its
55         trace, if a package uses AC_PROG_MKDIR_P explicitly.  The actual
56         substitution will still be done by the special code.
57         Report by Jim Meyering.
59         * doc/autoconf.texi (File System Conventions): Mention that
60         $PATH_SEPARATOR is for the build system only.
61         Report by Keith Marshall.
63 2007-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
65         * doc/autoconf.texi (Setting Output Variables): Mention that
66         all non-NUL characters are ok in substituted values.
67         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Fix comment typo.
68         (_AC_OUTPUT_FILES_PREPARE): Test and use backslash escaping of
69         carriage return for $AWK, needed for BSD awk.
70         * tests/torture.at (Substitute and define special characters):
71         Test all 8 bit non-NUL characters.
72         Report against Automake by Patrick Welche.
74 2007-01-15  Stepan Kasal  <kasal@ucw.cz>
76         * doc/autoconf.texi (Specifying Names): `--host' does not
77         change the build type.
79 2007-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
81         * lib/autoconf/programs.m4 (AC_PROG_SED): When closing a pipe
82         early on the reader side, drop stderr of the input to avoid
83         `broken pipe' error output; this may happen even with shell
84         builtin `echo' of some bash versions.  Reports by Ian Macdonald
85         <iamacdo@telkomsa.net> and Sam Sexton <Sam.Sexton@reuters.com>.
87 2007-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
89         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Use newlines to
90         separate items of `ac_user_opts', to avoid long lines.
91         (_AC_INIT_PARSE_ENABLE2, _AC_ENABLE_IF_ACTION): Adjust.
93 2007-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
95         * doc/autoconf.texi: Fix some typos.
97 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
99         Fix some wording problems noted by Paolo Bonzini in:
100         http://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
101         * doc/autoconf.texi (Signed Overflow Examples): Give more
102         discussion about the allow_superuser_privileges example,
103         and change it a bit to make things clearer.
104         (Optimization and Wraparound): Clarify whether the compiler
105         will generate an infinite loop for the example derived from
106         Autoconf's mktime test.
107         (Signed Overflow Advice): Say that -ftrapv is meant for debugging.
108         Also, clarify unsigned multiplication overflow.
110 2007-01-04  Eric Blake  <ebb9@byu.net>
112         * bin/Makefile.am (RELEASE_YEAR): New macro.
113         (edit): Use it to supply correct copyright year to scripts.
114         * bin/autoconf.as (version): Use it.
115         * bin/autoheader.in ($version): Likewise.
116         * bin/autom4te.in ($version): Likewise.
117         * bin/autoreconf.in ($version): Likewise.
118         * bin/autoscan.in ($version): Likewise.
119         * bin/autoupdate.in ($version): Likewise.
120         * bin/ifnames.in ($version): Likewise.
122 2007-01-02  Paul Eggert  <eggert@cs.ucla.edu>
124         * doc/autoconf.texi (Integer Overflow): Revised based on today's
125         feedback.  The most important changes document what happens when
126         you convert an out-of-range value to a signed integer type, and
127         say that (sum < a) != (b < 0) reliably detects overflow when sum =
128         a + b.
130         * doc/autoconf.texi (Integer Overflow): Greatly expand and
131         rewrite, taking notions from the recent discussion on the gcc and
132         autoconf mailing lists; please see
133         http://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
134         and follow the many links.
135         (Integer Overflow Basics, Signed Overflow Examples):
136         (Optimization and Wraparound, Signed Overflow Advice):
137         (Signed Integer Division): New sections.
139 2006-12-28  Steven G. Johnson  <stevenj@alum.mit.edu>
141         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't include
142         preprocessor macro arguments in traced name.
143         * doc/autoconf.texi (Defining symbols): Document longstanding
144         support for AC_DEFINE-ing macros with arguments, and document
145         behavior when the same variable has multiple AC_DEFINEs.
146         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Revert to the
147         old implementation which AC_DEFINEs the FC_FUNC and FC_FUNC_
148         macros directly, giving much shorter and simpler code.
150 2006-12-28  Malcolm Purvis <malcolmp@xemacs.org>  (trivial change)
152         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
153         space before "$ac_configure_args" to prevent a 'config.status
154         --recheck' failure if ac_configure_args doesn't contain a leading
155         space.  This works around a problem with the XEmacs configure.ac,
156         which uses the (undocumented) ac_configure_args variable
157         inconsistently with Autoconf.
159 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
161         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):
162         Include <limits.h>, and use its INT_MAX to rewrite the
163         j loop so that it does not overflow 'int'.  Problem reported by
164         Ralf Wildenhues in
165         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
166         Play it safe by shifting left by 1 rather than multiplying by 2,
167         as GCC is less likely to optimize this away when the value
168         is signed (when it assumes overflow leads to undefined behavior).
169         Also, don't assume time_t uses two's complement.
171 2006-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
173         * tests/torture.at (Substitute a 2000-byte string): Avoid using
174         a 10kB long (multi-line) string literal, OpenServer 5.0.7 ksh
175         dumps core on it.  Report by Tim Rice.
177 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
179         * lib/autoconf/general.m4 (AC_ARG_ENABLE): Print help about
180         --disable-option-checking to --help output even when
181         AC_PRESERVE_HELP_ORDER is not used.
182         (_AC_INIT_PARSE_ENABLE2): Print warnings using actual --enable or
183         --with argument, rather than argument with [-.] replaced by
184         underscores.
185         * NEWS: Fix typo in previous change; the news was in the
186         wrong section.
188 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
190         * NEWS: Warnings are now generated by default for unknown
191         --enable-* and --with-* options.
192         * doc/autoconf.texi (Option Checking): Renamed from
193         (Configure Option Checking).  Tighten up the wording a bit.
194         (External Software, Package Options): Cross-reference to Option
195         Checking, and use this to shorten our section.
196         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Prefer test -n
197         "$x" to test "x$foo" != x.
198         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
199         Don't warn if $enable_option_checking is "no".
200         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Initialize
201         ac_unrecognized_opts to the empty string.
202         Don't echo the unrecognized opts, as this might mishandle
203         backslashes or leading -.
204         (AC_PRESERVE_HELP_ORDER): Put the --disable-option-checking
205         usage next to the other --disable-FEATURE options in the
206         help string.
208 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
210         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, _AC_INIT_PARSE_ARGS):
211         (_AC_INIT_PARSE_ENABLE2, _AC_INIT_HELP, _AC_ENABLE_IF):
212         Print warning for unrecognized --with and --enable options
213         (AC_DISABLE_OPTION_CHECKING): New macro to disable warnings.
214         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS):
215         Disable option checking when subdirs are configured.
216         (AC_OUTPUT): If warnings are enabled, print warning about
217         unrecognized --with and --enable options at the end of
218         the configure output (as well as at the beginning).
219         * doc/autoconf.texi (Option Checking): New node.
220         Document new option warning functionality.
222 2006-12-16  Eric Blake  <ebb9@byu.net>
224         * configure.ac (AC_INIT): Bump version, since 2.61a is released.
225         * NEWS: Start news for current version.
227 2006-12-15  Paul Eggert  <eggert@cs.ucla.edu>
229         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
230         Define HAVE_GETMNTENT to 1, not to the empty string.
231         Problem originally reported by Jochen Friedrich in
232         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
234         This change prompted by a problem report by Andrey Simonenko in
235         <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
236         * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
237         object-like macros only, in the traditional portable character
238         set.
239         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
240         Warn about attempts to define things that are not identifiers.
241         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
242         awful hack that AC_DEFINEd macro names containing parentheses.
244 2006-12-12  Paul Eggert  <eggert@cs.ucla.edu>
246         * doc/autoconf.texi: Undo some of the 2006-12-10 change.  It was
247         too drastic, even if Texinfo in theory requires it for info mode.
249         (config.status Invocation): Renamed back from Recreating a
250         Configuration).
251         (Obsolete config.status Use): Renamed back from Obsolete Recreation.
252         (Autoconf 2.13): Renamed back from 20th-century Autoconf 2.
254 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
256         * NEWS: Version 2.61a.
258 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
259         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
261         * NEWS: Document changes with echo and printf, and the lack
262         of limits on the total size of multi-line values of substituted
263         variables, and the AC_FUNC_FSEEKO fix.
265 2006-12-10  Paul Eggert  <eggert@cs.ucla.edu>
267         * doc/autoconf.texi (Writing Autoconf Input): Renamed from
268         Writing configure.ac.
269         (Autoconf Input Layout): Renamed from configure.ac Layout.
270         (Recreating a Configuration): Renamed from config.status Invocation.
271         (Obsolete Recreation): Renamed from Obsolete config.status Use.
272         (acconfig Header): Renamed from acconfig.h.
273         (20th-century Autoconf 2): Renamed from Autoconf 2.13.
274         (Writing Testsuites): Renamed from Writing testsuite.at.
275         (Autom4te Cache): Renamed from autom4te.cache.
277         * BUGS: Remove mention of VPATH problem, since it's now documented
278         not to be a bug in the Autoconf build procedure itself, but rather
279         a problem with the proprietary `make' programs.
281         * doc/autoconf.texi (Build Directories): Add a cross reference
282         to VPATH and Make.
284         * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex:
285         * doc/standards.texi: Sync from gnulib.
287         * man/autoconf.1, man/autoheader.1, man/autom4te.1, man/autoreconf.1:
288         * man/autoscan.1, man/autoupdate.1, man/config.guess.1:
289         * man/config.sub.1, man/ifnames.1: Remove from CVS, since they're
290         generated automatically.
292 2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
294         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Also try -xc99=all, for Sun
295         C 5.8 on Solaris 10.  Using -xc99=all rather than -xc99 bypasses
296         the buggy -xc99 option of Forte Developer 7 C on Solaris 9.
298 2006-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
300         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Drop the
301         `CEOF$ac_eof' special marker, the awk script cannot contain a
302         line matching `^CEOF', so this is not needed any more.
303         * tests/torture.at (Substitute a newline): Expose the `%!_!# '
304         special marker in the test.
306 2006-12-06  Stepan Kasal  <kasal@ucw.cz>
308         * tests/tools.at (autom4te preselections): Use `find -newer';
309         remove one of the sleeps.
311         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Make it
312         more readable, using ...
313         (_AC_INIT_PARSE_ENABLE2): ... this new helper macro.
315         * doc/autoconf.texi (autoheader Invocation): Do not double-
316         quote the parameter of `AH_BOTTOM' in the example.
318 2006-12-05  Stepan Kasal  <kasal@ucw.cz>
320         * doc/autoconf.texi (Configuration Headers): Remove the
321         example with multiple input files.
322         (autoheader Invocation): Encourage `AH_BOTTOM', discouraging
323         multiple input files.
325 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
327         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
328         creating the awk substitution script, handle one input line at a
329         time, so that the maximum length of a substituted (multi-line)
330         value is not limited by the size of the sed pattern space.
331         The trade-off is a slightly repetitive sed script.
332         * doc/autoconf.texi (Limitations of Usual Tools): Branch labels
333         can only have up to 7 characters, due to Solaris 10 /bin/sed.
334         * tests/torture.at (Substitute a 2000-byte string): Increase the
335         test with several long lines, they should not be caught by sed
336         limits any more.
338         * tests/tools.at (autom4te preselections): New test, to flag
339         entries missing from autom4te.cfg.
340         Report by David Byron <dbyron@hheld.com>.
342         * tests/torture.at (Substitute a 2000-byte string): Actually use
343         AC_PROG_AWK, so the last change works as intended.
344         (Substitute and define special characters): Likewise.
345         (Substitute a newline): Likewise.
347         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
348         instead of `awk' consistently.
349         (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
350         * tests/torture.at (Torturing config.status): Test both the
351         result of AC_PROG_AWK and plain awk.
352         (Substitute a 2000-byte string): Likewise.
353         (Substitute and define special characters): Likewise.
354         (Substitute a newline): Likewise.
356 2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
358         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Check that fseeko
359         can be assigned to a function pointer.  Problem reported by
360         Peter Palfrader in <http://bugs.debian.org/401377>.  Based on
361         part of a patch by Ralf Wildenhues in that same bug report.
363 2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
365         * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
366         * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
368 2006-12-01  Eric Blake  <ebb9@byu.net>
370         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
371         cross-compiling from cygwin to mingw.
372         Reported by Bob Rossi.  This resurrects the 2000-11-30 patch to
373         aclang.m4, which was mistakenly removed in the 2001-09-17 patch
374         to lib/autoconf/c.m4.
376 2006-12-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
378         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
379         string for more reliable failure.  Wrap the entire test that
380         causes the broken Solaris printf to dump core, in a subshell,
381         so the segmentation fault message is reliably suppressed.
382         Fix shell expansion errors by using /usr/ucb/echo always;
383         avoid an error on systems without it by another subshell.
384         Avoid m4 expansion of `$1'.  Set the zeroth argument of the
385         subshell-$as_echo to `as_echo', for better error message.
387 2006-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
389         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
390         `BASH_SOURCE' contain a newline, set them to empty, as they may
391         not be unset.
393 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
395         Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
396         years and is too hard to maintain now.  The last straw was
397         reported by Jerker Baeck in
398         <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
399         * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
400         * doc/autoconf.texi (Particular Functions): Move
401         AC_FUNC_SETVBUF_REVERSED from here...
402         (Obsolete Macros): ... to here.  Say that it does nothing now.
403         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
404         Turn into (almost) a no-op.
406         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
407         (AC_C_VOLATILE):
408         Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
409         These macros are obsolescent and new applications shouldn't need them.
410         * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
411         (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
412         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
413         (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
414         (AC_FUNC_VPRINTF): Likewise.
415         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
416         (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
417         * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
419         * doc/autoconf.texi (Setting Output Variables): Mention that
420         @VAR1@VAR2 has unspecified behavior.  Problem reported by
421         Ralf Wildenhues.
422         * NEWS: Mention this.
424         * Makefile.am: Put only a single '#' into the copyright notice,
425         so that it's also present in the output file.  Standardize wording
426         in makefile copyright notices to match GNU coding standards.
427         * bin/Makefile.am: Likewise.
428         * doc/Makefile.am: Likewise.
429         * lib/Makefile.am: Likewise.
430         * lib/freeze.mk: Likewise.
431         * lib/autoconf/Makefile.am: Likewise.
432         * lib/autoscan/Makefile.am: Likewise.
433         * lib/autotest/Makefile.am: Likewise.
434         * lib/m4sugar/Makefile.am: Likewise.
435         * man/Makefile.am: Likewise.
436         * tests/Makefile.am: Likewise.
437         * lib/emacs/Makefile.am: Remove copyright notice; it's just a
438         one-line file.
440 2006-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
442         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
443         in the sed script that mangles the awk script: delete up to the
444         first exclamation mark only.
445         * tests/torture.at (Substitute and define special characters):
446         Test '!' too.
448 2006-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
450         Rewrite config files generation: avoid quadratic growth in
451         the number of substituted variables by using awk instead of sed
452         for the bulk of the substitutions.
453         * NEWS: Mention this.
454         * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
455         forbidden in the output (and thus input) file.
456         * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
457         (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
458         generate just one large awk script for substitutions,
459         eliminating much of the earlier complexity, while adding some
460         new complexity.  Only expand the substitution templates at
461         configure time, for smaller configure script size.  If
462         _AC_SUBST_FILES are used, test 'awk' for working getline support
463         at config.status time.  If absent, interpolate through the
464         shell.  The awk script was written with much help
465         from Paolo Bonzini and Paul Eggert.
466         (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
467         (_AC_SED_FRAG_NUM): Likewise.
468         (_AC_SUBST_CMDS): Renamed from...
469         (_AC_SED_CMDS): ...this.
470         (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
471         * tests/torture.at (Substitute a 2000-byte string): Also
472         substitute a line with 1000 words, and a variable with several
473         long lines.
474         (Substitute and define special characters): Test awk special
475         characters, and put substitution input strings `@foo@' in the
476         output, to test that no recursion happens; test several other
477         combinations from Paolo Bonzini.
479 2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
481         * lib/autotest/general.m4 (AT_INIT): Undo recent changes
482         that replaced echo with AS_ECHO where this wasn't necessary.
483         Problem reportd by Ralf Wildenhues.
484         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
485         where "/usr/bin/printf '%s\n' S" dumps core if S is long.
486         This is Sun bug 4206210.  Problem reportd by Ralf Wildenhues.
488 2006-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
490         * lib/freeze.mk (GREP): Removed, no need to initialize this.
492 2006-11-21  Paul Eggert  <eggert@cs.ucla.edu>
494         * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
495         that traditional Awk lacks 3-arg "split".  It has it.
496         Mention that FS must be a single character, and a few other
497         99-byte limits of traditional Awk.
498         Mention that if (i in a) doesn't work with traditional Awk.
500 2006-11-18  Paul Eggert  <eggert@cs.ucla.edu>
502         * tests/autotest.at (BSx641-newline in command):
503         (BS-BS-newline in command, BSx640-newline in command):
504         (Newline-CODE-BS-newline in command):
505         (Single-quote-BS-newline in command):
506         (Single-quote-newline-BS-newline in command):
507         Use printf '%s\n' instead of echo, for portability to hosts
508         where echo interprets backslashes.  This will break on hosts
509         that lack printf, but for now let's assume all such hosts
510         are dead (if not, we should get reports of test failures).
512 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
514         'echo' has some portability problems, when given a first argument
515         with a leading '-', or when given any argument containing '\'.
516         Avoid using 'echo' in these cases.
517         * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
518         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
519         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
520         * lib/autotest/general.m4 (AT_INIT): Likewise.
521         * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
522         argument might be unportable.
523         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
524         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
525         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
526         (_AC_FC_LIBRARY_LDFLAGS): Likewise.
527         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
528         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
529         (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
530         (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
531         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
532         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
533         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
534         (AC_PROG_MAKE_SET): Likewise.
535         * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
536         (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
537         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
538         (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
539         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
540         (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
541         (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
542         * bin/autoconf.as: Redo verbose flag implementation, as the old
543         scheme wouldn't work with AS_ECHO.
544         * lib/autotest/general.m4 (AT_INIT): Likewise.
545         * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
546         Don't use ECHO_T, since ECHO_N is now reliable.
547         * lib/autotest/general.m4 (AT_INIT): Likewise.
548         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
549         rather than using a here-document to put the script into a file.
550         (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
551         use AS_ECHO.
552         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
553         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
554         AS_ECHO_N rather than ECHO_N and ECHO_C.  This doesn't fix any
555         bug, but we might as well stop using ECHO_N and ECHO_C internally.
556         * lib/autotest/general.m4 (AT_SETUP): Likewise.
557         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
558         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
559         (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
560         operand, as AS_ECHO requires.  Avoid double file name expansion.
561         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
562         Don't set as_nl, since _AS_ECHO_PREPARE does that now.
563         (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
564         (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
565         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
566         Double-quote strings that would otherwise contain M4 comments.
567         * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
569         * configure.ac (AC_INIT): Bump to 2.61a.
570         * NEWS: Likewise.
572 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
574         Version 2.61.
576         * configure.ac (AC_INIT): Bump to 2.61.
577         * NEWS: Likewise.
579         * tests/autotest.at (Macro with backslash in a test title):
580         Comment out for now, as this tests neither fails nor passes
581         reliably.  Problem reported by Ralf Wildenhues.
583 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
585         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
586         in previous change, which caused test failures.
588 2006-11-16  Stepan Kasal  <kasal@ucw.cz>
590         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
591         code for --enable, --disable, --with, and --without to...
592         (_AC_INIT_PARSE_ENABLE): ... a new macro.
593         * doc/autoconf.texi (Package Options):
594         * NEWS: Document that AC_ARG_ENABLE allows dots, too.
596 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
598         Import these changes from config via gnulib:
600         2006-11-15  Ben Elliston  <bje@gnu.org>
602         From Josselin Mouette <joss@debian.org>:
603         * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
605         2006-11-08  Ben Elliston  <bje@gnu.org>
607         * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
609         2006-11-07  Steve Woodford  <scw@NetBSD.org>
610                     Ben Elliston  <bje@gnu.org>
612         * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
613         * build-aux/config.sub (sh5el): New basic_machine.
616         Import this change from coreutils:
618         2006-02-13  Jim Meyering  <jim@meyering.net>
620         * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
623         Import this change from gnustandards via gnulib:
625         2006-11-15  Karl Berry  <karl@gnu.org>
627         * standards.texi: core -> memory, throughout.
628         (CPU Portability): show correct example of calling write
629         on a char value; thanks to Paul Eggert for the code.
630         Both of these suggestions from Eugene Y. Vasserman.
633         Import these changes from texinfo via gnulib:
635         2006-11-08  Karl Berry  <karl@gnu.org>
637         * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
638           as well as pdf images, since they are supported in pdftex with
639           no further ado.
641         2006-11-05  Karl Berry  <karl@gnu.org>
643         * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
645 2006-11-13  Paul Eggert  <eggert@cs.ucla.edu>
647         * NEWS: Document the AC_ARG_WITH change.
649 2006-11-13  Bruno Haible  <bruno@clisp.org>
651         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
652         options, transliterate also dots to underscores.
653         (_AC_ENABLE_IF): Transliterate also dots to underscores.
654         * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
655         first argument may also contain dots.
657 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
659         * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
660         benefit of platforms like Solaris+GCC where it is common to have a
661         non-working g++ installation.
663 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
664         and Joel E. Denny  <jdenny@ces.clemson.edu>
665         and Paul Eggert  <eggert@cs.ucla.edu>
667         * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
668         and non-portable sed scripts, and use $CONFIG_SHELL when invoking
669         ./micro-suite.
671 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
673         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
674         ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
675         Imported from a similar patch to gnulib by Bruno Haible.
677 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
679         * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
680         * doc/autoconf.texi (C Compiler): Document them.
681         * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
682         New macros, taken from gnulib.
684 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
686         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
687         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
688         Matthew Woehlke.
690 2006-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
692         * tests/torture.at (Configuring subdirectories): Do not skip
693         Automake 1.10 nor future Automake 11.1 (sic).
695 2006-10-26  Joel E. Denny  <jdenny@ces.clemson.edu>
696         and Stepan Kasal  <kasal@ucw.cz>
698         Handle special characters in test case titles correctly.
699         * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
700         properly.
701         (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
702         * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
703         argument.  Extend to check titles printed by ./micro-suite and
704         ./micro-suite -l and the title in micro-suite.log.
705         (Backquote in a test title,
706         Single-quote in a test title,
707         Double-quote in a test title): Don't expect failure anymore.
708         (Backslash in a test title): Put a non-whitespace character after the
709         backslash so that Bourne shells might actually see it as an escape
710         sequence.
711         (Brackets in a test title,
712         Pound in a test title,
713         Comma in a test title,
714         Quoted Macro in a test title,
715         Macro in a test title,
716         Macro with single-quote in a test title): New tests.
717         (Macro with backquote in a test title,
718         Macro with double-quote in a test title,
719         Macro with backslash in a test title): New tests expected to fail.
720         * tests/torture.at (#define header templates): M4-quote this title in
721         AT_SETUP call so that no M4 code is commented inadvertently somewhere.
722         The visible effect was a stray [] in the testsuite output.
724 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
726         * doc/autoconf.texi (Limitations of Builtins): Do not invoke
727         `trap ... 0' inside a function, for AIX sh.
729 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
731         * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
732         since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
733         5363) simply issues a warning when dividing by zero at compile
734         time.  Problem reported by Elias Pipping.
736 2006-10-26  Eric Blake  <ebb9@byu.net>
738         * THANKS: Update.
739         * doc/autoconf.texi (Evaluation Macros): Improve the example to
740         show effect on macros that expand with commas.
741         Reported by Joel E. Denny.
743         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
744         Also work with M4 1.4.8.
746 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
748         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
749         Jim Meyering.
751 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
753         * tests/tools.at (autom4te --force): New test, verifies that
754         `--force' always rewrites the output file.
756 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
758         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
759         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
761 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
763         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
765 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
767         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
768         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
769         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
770         reported by Nelson H. F. Beebe for Coreutils 6.4.
772         * tests/tools.at (autoconf --trace: user macros): Remove test
773         for tracing multiline macros, since m4 1.4.7a uses a different
774         way to number lines.  Problem reported by Ralf Wildenhues.
776 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
778         * bin/autom4te.in (handle_m4): Do not redirect stdin to
779         /dev/null since the heuristics for interactive behaviour was
780         fixed in CVS m4.
782         * bin/autom4te.in: With --force, always refresh the output
783         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
785         * bin/autoconf.as: Fix the verbose message at the end.
787 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
789         * configure.ac (AC_INIT): Bump to 2.60c.
790         * NEWS: Likewise.
792 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
794         * NEWS: Version 2.60b.
796         Import this change from Texinfo:
797         2006-10-15  Karl Berry  <karl@gnu.org>
798         * build-aux/texinfo.tex: automake 1.10
800         * NEWS: Remove AC_CACHE_CHECK_INT.
801         * doc/autoconf.texi (Caching Results): Likewise.
802         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
803         AC_CACHE_CHECK_INT, since it's no longer public.
804         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
805         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
807 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
809         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
811 2006-10-19  Eric Blake  <ebb9@byu.net>
813         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
814         (m4_maketemp): Avoid warnings with M4 1.9a.
815         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
816         m4_mkstemp.
817         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
818         * NEWS: Likewise.
820 2006-10-16  Eric Blake  <ebb9@byu.net>
822         * doc/autoconf.texi (Setting Output Variables): Fix typo.
824         * bin/autoconf.as (version): Reword to match GNU Coding
825         Standards.
826         * bin/autoheader.in (version): Likewise.
827         * bin/autom4te.in (version): Likewise.
828         * bin/autoreconf.in (version): Likewise.
829         * bin/autoscan.in (version): Likewise.
830         * bin/autoupdate.in (version): Likewise.
831         * bin/ifnames.in (version): Likewise.
833 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
835         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
836         looking for special shell characters.
837         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
838         macro defined by AS_VAR_PUSHDEF before passing it as a
839         parameter.
840         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
841         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
842         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
843         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
844         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
845         Likewise.
846         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
847         AS_VAR_* properly.
848         * tests/m4sh.at (AS_LITERAL_IF): New test.
850 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
852         (Imported from Automake.)
853         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
854         which incorrectly sets the mode of an existing destination
855         directory.  In some cases the unpatched install-sh could do the
856         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
857         system.  We hope this is rare in practice, but it's clearly worth
858         fixing.  Problem reported by Alex Unleashed in
859         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
860         Also, don't bother to check for -m bugs unless we're using -m;
861         suggested by Stepan Kasal.
863 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
865         Import this change from Automake:
867         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
868         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
869         is enabled by default with gnu and gnits strictness.
870         Report from Bruno Haible.
872         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
873         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
874         gnu and gnits modes.
876         Import this change from Config:
878         2006-09-20  Ben Elliston  <bje@gnu.org>
879         * build-aux/config.sub (score, score-*): New.
881         Import this change from Gnulib:
883         2006-09-16  Karl Berry  <karl@gnu.org>
884         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
885         to avoid sectioning errors.
887         Import these changes from Texinfo:
889         2006-10-04  Karl Berry  <karl@gnu.org>
890         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
891         (\quoteexpand): rename to \rquoteexpand.
892         (\codequoteleft): new def, to look for @set codequotebacktick.
893         (\lquoteexpand, \quoteexpand): new defs.
894         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
895         (\code): must use new \...Char values, since now ` is active.
897         2006-08-26  Karl Berry  <karl@gnu.org>
898         * build-aux/texinfo.tex (\textdegree): New command.
900         2006-08-12  Karl Berry  <karl@gnu.org>
901         * build-aux/texinfo.tex (error \box0): smaller font.
903 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
905         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
907 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
909         * doc/autoconf.texi (Autoheader Macros): Warn that the text
910         added to the template can get mangled.
912 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
914         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
915         include the default headers, and redefine obstack_chunk_alloc
916         and obstack_chunk_free.  Fixes false failure with glibc.
918 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
920         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
921         for backward compatibility with Libtool 1.5.22.  Problem reported
922         by Ralf Wildenhues.
924 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
926         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
927         AC_PROG_CC.
928         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
930 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
932         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
933         the NonStop platform.
934         * doc/autoconf.texi (Posix Variants): Likewise.
935         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
937         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
938         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
939         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
940         Use a better substitute, by inspecting the output of "ls"
941         rather than just using ":".
942         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
943         rather than AS_EXECUTABLE_P, since we needn't worry about
944         non-regular files here.
946         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
947         due to configuration hassles with this.  See Tonya Underwood's report
948         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
949         * doc/autoconf.texi (Special Shell Variables): Likewise.
951 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
952             Stepan Kasal  <kasal@ucw.cz>
954         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
955         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
957 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
959         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
960           initialization which is not inherited through the environment
961         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
962         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
964 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
966         * doc/autoconf.texi (Limitations of Usual Tools): Describe
967         problems with mkdir -p -m.
969 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
971         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
972         comment about ac_cpp_err; it was incorrect, and anyway
973         ac_cpp_err is being removed below.
974         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
975         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
976         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
977         nobody uses it.
978         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
979         with werror_flag and conftest.err and so forth.  This is more
980         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
981         and anyway the user shouldn't normally want to see this gorp logged.
982         Problem reported by Ralf Wildenhues.
983         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
984         empty, not 'no', since the rest of the code uses 'test -z'.
986 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
988         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
989         Use a single call to AC_DO_TOKENS rather than multiple, for
990         efficiency.
991         (_AC_LINK_IFELSE): Test that resulting file is executable.
992         Problem reported by mwoehlke in
993         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
995         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
996         than creating a file to use with test -x; this is much faster.
998 2006-10-02  Bruno Haible  <bruno@clisp.org>
1000         * lib/autom4te.in (Automake-preselections): Add
1001         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
1003 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
1005         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
1006         standard error, `experr' should be used, not `expout'.
1008 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1010         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
1011         fseeko testing program twice; just use the earlier result.
1012         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
1013         Set cache var to 'unknown' (not 'no') if leaving the macro unset
1014         still doesn't let the program compile.
1015         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
1016         failed.
1018         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
1019         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
1020         include it, without including anything else.
1021         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
1022         expressions.
1023         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
1025 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1027         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
1028         `error.h', and include it, for a `error_at_line' prototype.
1029         Use a nonempty format string in the link test.
1030         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
1031         for a declaration of wait3.
1033 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1035         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
1036         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
1037         can apply to constants too, and that it checks for macro defns.
1038         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
1039         and simply cast the identifier to void.  This handles structure
1040         values.  Problem reported by Ralf Wildenhues.
1041         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
1043 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1045         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
1046         structure, and function symbols.
1048 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1050         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
1051         member.
1053 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1055         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
1056         * README: Likewise.
1057         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1059 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1060         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1062         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
1063         warnings (uninitialized value).
1064         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
1065         present.
1066         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
1067         parentheses.
1068         (AC_STRUCT_TM): Likewise, avoid unused variables.
1070 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1072         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
1073         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
1074         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
1075         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
1076         Report by Olly Betts.
1078 2006-09-19  Eric Blake  <ebb9@byu.net>
1080         * m4/m4.m4: Change copyright.
1081         * configure: Regenerate.
1082         * Makefile.in: Likewise.
1083         * bin/Makefile.in: Likewise.
1084         * doc/Makefile.in: Likewise.
1085         * lib/Makefile.in: Likewise.
1086         * lib/Autom4te/Makefile.in: Likewise.
1087         * lib/autoconf/Makefile.in: Likewise.
1088         * lib/autoscan/Makefile.in: Likewise.
1089         * lib/autotest/Makefile.in: Likewise.
1090         * lib/emacs/Makefile.in: Likewise.
1091         * lib/m4sugar/Makefile.in: Likewise.
1092         * man/Makefile.in: Likewise.
1093         * tests/Makefile.in: Likewise.
1095         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
1096         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
1097         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
1098         --error-output, to avoid warnings with M4 2.0.
1100 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
1102         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
1103           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
1104         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
1106 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
1108         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
1109         expansion of AC_CHECK_FUNCS.
1111 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
1113         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
1114         mistaken comment: the path has to be relative; do not use
1115         the path at runtime.
1117 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1119         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
1120         argument to `--prefix' for sub-configure scripts.
1121         Pass `--silent' to sub-configure scripts.
1122         * tests/torture.at (Configuring subdirectories): Add tests
1123         for both changes.
1124         * doc/autoconf.texi (Setting Output Variables): Fix example to
1125         not show `--silent' being passed to a `configure' re-run.
1127 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
1129         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
1130         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
1131         for the existence of the directory at configure-time.  That's
1132         too late, anyway.  Problem reported by Stefan Seefeld.
1134         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
1135         7.1.4 /usr/bin/posix/sh described by Tim Rice in
1136         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
1138 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
1140         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
1141         works with GNU M4 1.4.3 again; make the normalized form
1142         match the current m4 message; fix the description.
1143         * test/tools.at (autom4te cache): Adapt to the change.
1145 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1147         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
1148         to catch glibc bug 2821
1149         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1151         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
1152         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
1153         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
1154         assume C89.
1156 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
1158         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
1159         preselections ...
1160         (Autoconf): ... here.
1161         (Autoscan-preselections): Delete.
1163 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
1165         * lib/autom4te.in (Automake-preselections): Preselect
1166         AM_ENABLE_MULTILIB.
1168 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
1170         * doc/autoconf.texi (Preset Output Variables): srcdir and
1171         top_srcdir are not necessarily relative.  Problem reported
1172         by Dries Kimpe.
1174 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1176         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
1177         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
1178         accept files with extension `.f'.  For consistency, also prefer
1179         xlf over f77.
1180         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
1181         from last patch.
1183 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1185         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
1186         of ERLANG_LIB_VER_* variables.
1187         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
1188         variables.
1190 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
1191         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1193         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
1194         bugs of Bash 2.01 and 2.05a.
1195         (Fortran Compiler): Document that AC_PROG_CC should be called
1196         before AC_PROG_FC, due to a bug in Autoconf.
1198 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1200         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
1201         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
1202         except the first two arguments are reversed.
1203         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
1204         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
1205         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
1206         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
1207         equivalent to the old AC_COMPUTE_INT.
1208         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
1209         All uses changed to AC_CACHE_CHECK_INT.
1210         * tests/base.at (AC_CACHE_CHECK_INT): New test.
1211         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
1213 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1215         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
1216         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
1217         programs should use their Gnulib counterparts.
1218         * doc/autoconf.texi (Particular Functions): Likewise.
1219         (Macro Names, testsuite Invocation): Replace uses of these
1220         obsolete macros with uses of non-obsolete macros.
1222 2006-08-29  Eric Blake  <ebb9@byu.net>
1224         * configure.ac (AC_INIT): Bump to 2.60b.
1225         * NEWS: Update.
1227 2006-08-28  Eric Blake  <ebb9@byu.net>
1229         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
1230         mistakenly swapped on 2006-08-15.
1232 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1234         * NEWS: Version 2.60a.
1236 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
1238         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
1239         file created by the PGI compiler.
1241 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
1243         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
1244         simplify the code.
1246 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1248         Fix Lex library problem reported to us by Julio Garvia.
1249         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
1250         for the default, which the user can override.
1251         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
1252         deal with LEXLIB.
1253         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
1254         didn't work if some values were cached but not others.  Test for
1255         broken lex libraries like native ia64-hp-hpux11.22; see
1256         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
1257         work around the problem by preferring an empty LEXLIB to -lfl or
1258         -ll.  Let the user set LEXLIB='' to indicate no library needed.
1260         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
1261         * README: Likewise.
1262         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1264 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1266         Rework to use more-modern build style.
1267         Many files are renamed; all uses of their names were changed.
1268         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
1269         * .x-sc_useless_cpp_parens: New file.
1270         * build-aux/config.guess: Renamed from config/config.guess.  Update.
1271         * build-aux/config.sub: Renamed from config/config.sub.  Update.
1272         * build-aux/elisp-comp: Renamed from config/elisp-comp.
1273         * build-aux/install-sh: Renamed from config/install-sh.  Update.
1274         * build-aux/mdate-sh: Renamed from config/mdate-sh.
1275         * build-aux/missing: Renamed from config/missing.
1276         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
1277         * build-aux/vc-list-files: Renamed from config/vc-list-files.
1278         * config/Makefile.am: Removed.
1279         * config/mkinstalldirs: Removed.
1280         * config/move-if-change: Removed.
1281         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
1282         * Makefile.am (SUBDIRS): Remove config.
1283         (ACLOCAL_AMFLAGS): Include from m4, not config.
1284         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
1285         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
1286         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
1287         Fail if there's an error.
1288         * Makefile.cfg (move_if_change): Remove.
1289         (wget_files): Remove.
1290         (cvs_executable_files): New macro.
1291         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
1292         (executable-update): Use $(cvs_executable_files).
1293         (local-checks-to-skip): Remove.
1294         * Makefile.maint: Merge from coreutils, plus add our own changes
1295         (gzip_rsyncable): New macro.
1296         (GZIP_ENV): Use it.
1297         (CVS_LIST): Use build-aux/vc-list-files.
1298         (VERSION_REGEXP): New macro.
1299         (local-checks-available): Add patch-check, $(syntax-check-rules),
1300         check-AUTHORS.
1301         (syntax-check-rules): Compute dynamically.
1302         (sc_cast_of_x_alloc_return_value): Work even if no source files.
1303         (sc_cast_of_alloca_return_value): Likewise.
1304         (sc_prohibit_atoi_atof): Simplify regexp.
1305         (sc_no_if_have_config_h, sc_require_config_h):
1306         (sc_prohibit_assert_without_use,
1307         (sc_obsolete_symbols): Check for O_NDELAY.
1308         (sc_texi_notab): Remove.
1309         (sc-changelog): Don't make an exception for '----' lines.
1310         (.re-list): Remove, so we don't have a junk file behind.
1311         (sc_system_h_headers): Remove the need for .re-list.
1312         (sc_the_the):  New rule.
1313         (sc_tight_scope): Simplify.
1314         (sc_trailing_blank): Renamed from sc_trailing_space.
1315         (longopt_re): New macro.
1316         (sc_two_space_separator_in_usage): New rule.
1317         (sc_unmarked_diagnostics): Look at all files under CVS.
1318         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
1319         (news-date-check, changelog-check): Version is OK.
1320         (po-check): Look for lib files even if not in CVS.
1321         (copyright-check): Use $() not ``.
1322         (maintainer-distcheck): Do not depend on changelog-check.
1323         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
1324         Also check for -Wpointer-arith.
1325         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
1326         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
1327         Remove.
1328         (announcement): Add --gpg-key-id arg.
1329         (cvs-sv): Remove.
1330         (move_if_change): Just use mv.
1331         (local_updates: Remove wget-update, po-update.
1332         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
1333         (config.guess-url_prefix, config.sub-url_prefix): Remove.
1334         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
1335         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
1336         ($(get-targets)): Remove.
1337         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
1338         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
1339         (cvs-update): Get from gnulib.
1340         (emut_upload_commands): gnupload is in build-aux now.
1341         (alpha beta major): Add changelog-check.  Check version.
1342         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
1343         (AC_CONFIG_FILES): Remove.
1344         * bin/autoconf.as: Add spaces to avoid distcheck warning.
1345         * config/announce-gen: Sync from coreutils.
1346         * doc/make-stds.texi: Sync from gnulib.
1347         * doc/standards.texi: Likewise.
1348         * man/Makefile.am: Adjust for config -> build-aux renaming.
1349         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
1350         * tests/local.at: Adjust from config -> build-aux renaming.
1351         * tests/tools.at: Likewise.
1352         * tests/torture.at: Likewise.
1354         * NEWS: The C99 check now tests for vararg macros and 64-bit
1355         preprocessor ints.
1356         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
1357         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
1358         64-bit preprocessor ints.  Check for static initialization of
1359         long long.  Remove unnecessary casts.
1361 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1363         * doc/autoconf.texi (Particular Programs): Mention that
1364         @INSTALL@ and @MKDIR_P@ may vary for different output files.
1365         Reported by Alexandre Duret-Lutz.
1367 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1369         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
1370         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
1371         Bill Northcott in
1372         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
1374 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
1376         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
1377         pacify insanely picky compilers.  Problem reported by Eric Blake.
1379         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
1380         longer supported by Sun.
1382 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
1384         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
1385         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
1386         -Wundef -Werror".  Problem reported by David Fang in
1387         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
1388         * doc/autoconf.texi (Header Templates, Default Includes):
1389         (Particular Functions, Generic Functions, Header Portability):
1390         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
1391         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
1392         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
1393         Prefer #ifdef to #if.
1394         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
1395         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
1396         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1397         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
1398         Likewise.
1399         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
1400         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
1401         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
1402         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1403         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
1404         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
1405         this.
1407 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
1409         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
1410         problems with arg script text that doesn't end in newline, and
1411         with '-e a...'.  Problems reported by Ralf Wildenhues.
1413 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1415         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
1416         check for libXt by a check for libX11.
1418 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1420         * doc/autoconf.texi (config.status Invocation): Adjust according
1421         to last change.
1423 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1425         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
1426         --help' should mention that `--version' outputs configuration
1427         settings.  Report by Bruno Haible.
1429 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
1431         Fix test suite failures reported by Pierre in
1432         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
1433         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
1434         the compiler created a file "b.out" when it didn't create anything
1435         at all.
1436         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
1437         Discard stderr too, when invoking the test script.
1439 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1441         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
1442         in the restoring of the werror flag.
1444 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
1446         * doc/autoconf.texi (Volatile Objects): Be even a little
1447         less skeptical about "volatile", after discussion with
1448         Bruno Haible on bug-gnulib.
1449         (Limitations of Usual Tools): Warn about sed stripping
1450         leading white space from text.  From Bruno Haible.
1452 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
1454         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
1455         compiler complains about it, even if things works after the
1456         complaint.  Problem reported by Peter O'Gorman.
1458         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
1459         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
1460         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
1462 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
1464         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
1465         after -R regardless of host.  Patrick Welche reports that this
1466         fixes things on NetBSD 3.99.
1468         * NEWS: Recommend M4 1.4.5.
1469         * README: Likewise.
1470         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1471         * tests/tools.at (autom4te cache): Update wording of diagnostic
1472         to match M4 1.4.5.
1474 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1476         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
1477         under AC_C_VOLATILE.
1478         (Volatile Objects): Be a little less skeptical about what
1479         "volatile" means.  Derived from thoughts by Ben Pfaff in
1480         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
1482 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1484         * doc/autoconf.texi: Fix some typos.
1486 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1488         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1489         more globally, since the 2006-06-30 patch didn't suffice.  Problem
1490         reported by Keith Marshall.  Also, don't bother with builddir2,
1491         since it shouldn't be needed any more.
1493 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
1495         * doc/autoconf.texi (Generic compiler characteristics):
1496         Document AC_COMPUTE_INT.  Fix wrong statements on Default
1497         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
1499         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
1500         (_AC_COMPUTE_INT): Add obsoletion warnings.
1501         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
1502         AC_COMPUTE_INT.
1504         * NEWS: Document change.
1506 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
1508         * doc/autoconf.texi (Volatile Objects): New section.
1510         * NEWS: Document previous change.
1512 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1514         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
1515         Require that long long int be at least 64 bits wide.  C99 requires
1516         this and enough programs depend on it so we should check for it.
1517         Bruno Haible reports in
1518         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
1519         that long long int is 32 bits wide with some nonstandard compilers.
1520         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
1522 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
1524         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1525         to a nonexistent file, so that we don't have to worry about
1526         a local site configuration that doesn't use /usr/local.
1527         Problem reported by Keith Marshall in
1528         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
1530 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1532         * doc/autoconf.texi: Be more consistent about using @acronym with
1533         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
1534         quite right (it talked about "OSF/Tru64", even though the
1535         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
1536         and it even mentioned "OSF 4"!) and at this point there's little
1537         reason to talk about OSF any more, since it died in 1994.
1538         (Specific Compiler Characteristics): Simplify example of
1539         negative-size array.
1540         (File Descriptors): Reorder to make the text flow better.
1541         Remove joke about "appreciate the various levels"; I didn't get it.
1542         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
1543         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
1544         (File Descriptors, Limitations of Usual Tools):
1545         Tone down the advice against renaming or removing open files.
1546         (Limitations of Usual Tools): Add a new section, on 'rm'.
1548 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
1550         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
1551         -lXt in LIBS, idea from Karsten Hopp; this was due since
1552         this change:
1554         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1555         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
1556         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
1557         (which belong to Xt, not X itself).  See Debian bug 327655.
1559 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1561         * configure.ac (AC_INIT): Bump to 2.60a.
1562         * NEWS: Update.
1564 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1566         Version 2.60.
1568         * configure.ac, NEWS: Update.
1570 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1572         * config/texinfo.tex: Sync from upstream.
1574         * bin/autom4te.in (handle_traces): Transform the `@S|@'
1575         quadrigraph correctly in traces.
1577         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
1578         Fix typos.
1580         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
1581         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
1582         not defined.
1583         * doc/autoconf.texi (Changed Directory Variables): New node,
1584         to document the whole `datarootdir' business a bit better.
1585         * NEWS: Update.
1586         * tests/torture.at (datarootdir workaround): Extend test.
1587         Prompted by report by Alexandre Julliard.
1589 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1591         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
1592         when using default mode of IBM C 6 for AIX.  Problem and two-line
1593         fix reported by Larry Jones.
1595 2006-06-22  Alexandre Julliard <julliard@winehq.org>
1597         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
1598         about literal '${datarootdir}' if a definition is found in the
1599         output file.
1601 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1603         * NEWS: Use "M4" rather than "m4" when appropriate.
1604         Problem reported by Eric Blake.
1605         * doc/autoconf.texi: Likewise.
1606         Use @acronym around BSD, GCC, and GNU when appropriate.
1607         (Why GNU M4): Renamed from "Why GNU m4".
1608         (Redefined M4 Macros): Mention that Posix
1609         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
1610         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
1611         to int.
1613 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1615         * bin/autom4te.in (handle_output): Do not forbid the empty
1616         pattern.
1617         * tests/tools.at (autoconf: the empty token): New test.
1619 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
1621         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
1622         calls, so that we do not care whether they are LIFO or FIFO;
1623         in the m4_wrap, do not check which diversion is the topmost
1624         one, just check that the stack is balanced at the end.
1625         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
1626         base diversion forever--pop the previous diversion before
1627         opening the new one; consequently, remove the m4_wrap call.
1628         * lib/autotest/general.m4 (AT_INIT): Likewise.
1629         * tests/m4sugar.at: Do not use
1630         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
1632 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
1633         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1635         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
1636         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
1637         Rework example of m4wrap token-pasting trouble so that it doesn't
1638         care whether it's LIFO or FIFO.
1639         Fix some "contrary to"s that are awkward in English.
1641 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1643         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
1644         to `yes' instead of `int$1_t' if the type is found, for more
1645         consistent configure output (where $1 is the number of bits).
1646         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
1647         Suggested by Bruno Haible.
1649         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
1650         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
1651         with system headers.  Report by Bruno Haible.
1653 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1655         * config/config.guess, config/config.sub: Sync from upstream.
1657         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
1658         in order to avoid picking up an older installed frozen m4sh.m4f.
1659         Besides an outdated shell startup, this could have been created
1660         by an earlier M4 version with incompatible frozen file format.
1662 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
1664         * README: Recommend m4 1.4.4 instead of 1.4.3..
1665         * doc/autoconf.texi: Likewise.
1666         (Special Chars in Names): Say that $(.FOO) is portable, as
1667         suggested by Stepan Kasal.
1668         (Installation Directory Variables, Build Directories):
1669         (Automatic Remaking, Subdirectories, Fortran Compiler):
1670         (Making testsuite Scripts, Defining Directories):
1671         Quote variable usages better.
1672         (Making testsuite Scripts): Add clean-local rule to makefile
1673         snippet, by Eric Blake.
1674         (Installation Directory Variables): Fix table item font.
1675         Reword slightly to clarify.  Generalize advice about
1676         not using special characters to include all file-related
1677         vars, not just VPATH.
1678         (Special Chars in Variables): Warn about special characters in
1679         $(srcdir) too.
1680         (Assignments): Clarify default-value example as suggested by
1681         Ralf Wildenhues in
1682         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
1683         (Special Shell Variables): Note leading ./ or ../, as suggested
1684         by Eric Blake.
1685         (Limitations of Builtins): Under cd, warn about CDPATH.
1686         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
1687         Ralf Wildenhues.
1689 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1691         * doc/autoconf.texi (Configuration Actions): Remove duplicate
1692         `@var', for texi2html.
1693         (Systemology): Some more word wrapping, for DVI output.
1694         (autom4te Invocation): The short option for `--melt' is `-M',
1695         not `-m'.
1697 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1699         * doc/autoconf.texi: More formatting and English tweaks,
1700         many suggested by Ralf Wildenhues.
1701         Reword to avoid "@code{...}'s" and the like, since it's ugly
1702         with Emacs info mode.  discontents -> woes.
1703         Put a few "will"s back.  time stamp -> timestamp.
1704         side-effect -> side effect.
1706 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
1708         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
1709         Warn about $@ not persisting.  Problem reported by Julien Danjou in
1710         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
1711         (Special Chars in Names): Renamed from Leading _ in Macro Names.
1712         Mention other special chars, too.
1714 2006-06-14  Eric Blake  <ebb9@byu.net>
1716         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
1718 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
1720         * doc/autoconf.texi: Some systematic minor improvements, as
1721         follows.  Use "makefile" when talking about makefiles
1722         generally (which might be named "makefile" or "Makefile" or even
1723         "foo.mk"), "Makefile" when talking about a specific makefile
1724         called "Makefile".  This unclutters the text from weird quotes
1725         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
1726         values" rather than "@var{foo}s" and similar constructs containing
1727         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
1728         English-language improvements.  Change the prefix "sub-" to "sub"
1729         and "re-" to "re".
1730         Put blank lines around examples more consistently.
1731         Avoid "rather" and "very" as intensifiers.
1732         Avoid "will" as an auxiliary.
1733         (Limitations of Make): Split this node into....
1734         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
1735         (Leading _ in Macro Names, Backslash-Newline-Newline):
1736         (Backslash-Newline Comments, Long Lines in Makefiles):
1737         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
1738         (obj/ and Make, make -k Status, VPATH and Make):
1739         (VPATH and Double-colon, $< in Explicit Rules):
1740         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
1741         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
1742         New nodes, resulting from splitup of Limitations of Make.
1743         All cross-references changed.  Raise the top node from
1744         a section to a chapter, and all subnodes accordingly.
1745         Redo the introductory wording to match the new organization.
1746         (Installation Directory Variables): Use an example that is
1747         closer to what Autoconf actually does.  Mention that VPATH's
1748         value should not contain metacharacters or white space.
1749         (Fortran Compiler): Fix a VPATH bug in an example.
1750         (Leading _ in Macro Names): Mention that this problem is no longer
1751         of practical concern.
1752         (VPATH and Make): Reword the advice to make it clearer
1753         that Autoconf and Automake support VPATH in non-GNU make, but
1754         many packages have bugs in this area.
1755         ($< in Explicit Rules): Refer to Build Directories rather
1756         than using a (non-VPATH-safe) example.
1757         (Automatic Rule Rewriting): Mention the sort of disaster that
1758         can ensue with Solaris-style rule rewriting with VPATH.
1760 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1762         * doc/install.texi (Compilers and Options): Weaken the
1763         suggestion to use GNU make for VPATH builds.
1765         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
1766         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
1768         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
1769         in regular expression.
1771 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1773         * doc/autoconf.texi (Installation Directory Variables):
1774         Drop extra @samp from `@table @samp' item.
1775         (Limitations of Usual Tools): Comment fix.
1776         Do not nest @samp just to point to other table items.
1777         (Writing testsuite.at) <AT_CHECK>: The second argument to
1778         `@dvar' is already @samp'ed.
1779         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
1780         do not use @var in the second argument.
1782 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
1784         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
1785         $as_shell.exe too.  Problem reported by Andreas Buening in
1786         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
1788 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1790         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
1791         `unused variable' compiler warning, for `-Wall -Werror'.
1792         Reported by Jaap Haitsma in
1793         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
1795 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1797         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
1798         case the compiler dumps core.  Problem reported for
1799         OpenServer 5.0.7 by Tim Rice in
1800         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
1801         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
1802         Likewise.
1804 2006-06-06  Tim Rice <tim@multitalents.net>.
1806         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
1807         "ERROR" only shows up in "make check" output if there is an
1808         error.
1810 2006-06-06  Eric Blake  <ebb9@byu.net>
1812         * tests/tools.at (automatically allowed tokens): Fix typo.
1814 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1816         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
1818         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
1819         typically overflows on x86 CPUs, even though the C standard
1820         requires otherwise.
1822 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1824         * configure.ac (AC_INIT): Bump to 2.59e.
1825         * NEWS: Update.
1827 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1829         Version 2.59d.
1831         * config/texinfo.tex: Sync from upstream.
1833         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
1834         seen, invoke libtoolize with `--ltdl' argument.
1835         * lib/autom4te.in (Autoreconf-preselections): Adjust.
1836         * NEWS: Update.
1837         Suggested by Eric Blake.
1839 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1841         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
1842         reported by Ralf Wildenhues.
1843         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
1845 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1847         * THANKS: Update.
1849 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1851         * doc/autoconf.texi: Modernize some of the references to Solaris.
1853 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
1855         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
1856         message issued by AC_REQUIRE.
1857         * tests/m4sugar.at: Check m4_require's error message.
1858         * tests/base.at: Check AC_REQUIRE's error message.
1859         * tests/local.at (AT_CHECK_M4): New macro, almost identical
1860         to...
1861         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
1862         AT_CHECK_M4.
1863         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
1864         `expout' as the last parameter.
1865         * tests/tools.at: Adapt to the above change.
1867 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
1869         * doc/autoconf.texi (Limitations of Usual Tools): Correct
1870         information about race-free implementations of mkdir.
1872 2006-06-04  Eric Blake  <ebb9@byu.net>
1874         * bin/autoreconf.in (help): Document M4 environment variable.
1875         * bin/autoconf.as (Usage): Likewise.
1876         * bin/autom4te.in (help): Likewise.
1877         * doc/autoconf.texi (autom4te Invocation): Likewise.
1879 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
1881         * NEWS: GNU make now recommended for VPATH builds.
1882         Mention that some macros are now documented to be obsolescent.
1883         * doc/autoconf.texi:
1884         Prefer "current" to "modern" to describe
1885         currently-used (albeit perhaps old-fashioned) hosts.
1886         Mention which ancient features no longer need to be worried about.
1887         setgid -> set-group-ID
1888         setuid -> set-user-ID (these are the Posix terms)
1889         Fix some misuses of "only".
1890         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
1891         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
1892         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
1893         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
1894         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
1895         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
1896         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
1897         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
1898         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
1899         Mention that these macros are obsolescent.
1900         (Installation Directory Variables): shall -> should
1901         (File Descriptors): Mention that 0, 1, 2 might get reopened.
1902         Mention that it's now safe to use 3 and 4.
1903         (Limitations of Usual Tools): cp -r is now specified by Posix.
1904         Omit longwinded and obsolescent discussion of cp -f.
1905         Modernize discussion of expr, ls.
1906         (Limitations of Make): Modernize discussion of VPATH builds.
1907         Mention $? as a workaround in some cases.
1908         * doc/install.texi (Basic Installation):
1909         Mention "./configure; make; make install" first.  Be more
1910         specific about why this file is generic.  Remove unnecessary
1911         parens.  Remove misleading "only".  Remove obsolete advice
1912         about csh.  Don't say "configure" takes awhile; say it
1913         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
1914         and CC=c99 rather than CC=c89, as these are blessed by current
1915         Posix.  Recommend GNU make if doing a VPATH build.
1917 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
1919         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
1920         examples involving shell prompts.
1922 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
1923         and Paul Eggert  <eggert@cs.ucla.edu>
1925         * doc/autoconf.texi (Here-Documents): Add details about the
1926         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
1927         use "here-documents" instead of "here documents".
1929 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1931         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
1933 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
1935         * doc/autoconf.texi (File System Conventions): Warn about ":"
1936         anywhere in directory names.
1938 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
1940         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
1941         about quoting the case statement, just in case.
1942         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
1943         was fixed in ksh93g; reported by Ralf Wildenhues.
1945 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
1947         * doc/autoconf.texi (System Services): Do not document
1948         overriding EXEEXT via ac_cv_exeext=ext.
1949         (Particular Programs) <AC_PROG_MKDIR_P>:
1950         Document that ${MKDIR_P} understands --.
1951         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
1952         comment.
1954 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1956         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
1957         argument with leading hyphen.  Problem reported by Paul Eggert.
1959 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
1961         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
1962         about quoting ac_try: quote all of it, if any of it seems suspicious.
1963         This means we don't have to worry about ${ or sed any more.
1964         Also, double-quote the case statement, to work around misuses via
1965         underquoting as reported by Ralf Wildenhues in
1966         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
1967         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
1968         undocumented and dangerous macro.
1969         Problem reported by Ralf Wildenhues in
1970         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
1972 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1974         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
1975         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
1976         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
1978 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
1980         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
1981         since evidently some packages rely on the old, broken behavior.
1982         Problem reported by Ralf Wildenhues in
1983         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
1984         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
1985         pre-2006-05-26 definitions, but leave in the comments that
1986         these macros are dangerous and should not be used.
1987         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
1988         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
1989         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
1990         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
1991         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
1993 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
1995         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
1996         the use of 'tr', since this is our only use of 'tr'.
1998 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1999         and Paul Eggert  <eggert@cs.ucla.edu>
2001         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
2002         Don't assume 'grep' works on long lines, since AIX grep doesn't.
2004 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2006         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
2007         the output file in the `${datarootdir}' test.
2009 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
2010         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2012         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
2013         mention of `datarootdir' in the input file(s), but literal
2014         `${datarootdir}' in the output file, and we haven't warned yet,
2015         then warn as well: the user may have (erroneously) used
2016         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
2017         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
2018         * tests/torture.at (datarootdir workaround): Extend this test.
2019         * NEWS: Update.
2021 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2022         and Paul Eggert  <eggert@cs.ucla.edu>
2024         * doc/autoconf.texi (autoheader Invocation): The first argument to
2025         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
2026         alternatives and clear up the language a bit.
2028 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
2030         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
2031         ac_config_guess, ac_config_sub, ac_configure.
2032         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
2033         Fix typo that prevented an unnecessary space from being removed.
2034         Problems reported by Ralf Wildenhues in:
2035         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
2037 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
2039         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
2040         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
2041         Don't use the term "thread-safe" to talk about mkdir race
2042         conditions, since the problem is more a process than a thread
2043         issue.  Problem reported by Stepan Kasal in:
2044         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
2045         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
2046         the test for 'install' more closely.  Look at MKDIR_P first.
2047         Look in the PATH, and at /opt/sfw/bin.
2048         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
2049         Don't bother to try mkdir -p, since we already check mkdir --version;
2050         just look at the version number.  (There's no easy way to check
2051         for race-free implementations.)
2052         * tests/tools.at (autoconf: subdirectories): Adjust to above
2053         changes, since MKDIR_P now might end in "/mkdir -p".
2055         * doc/autoconf.texi (autoheader Invocation): Mention that the
2056         first arg of AC_DEFINE_UNQUOTED must be a literal.
2057         Problem reported by Ben Pfaff in
2058         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
2060         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
2061         * doc/autoconf.texi (Special Chars in Variables): New section.
2062         (Preset Output Variables): Warn about special chars in CPPFLAGS.
2063         (Installation Directory Variables): Quote $(datadir) better.
2064         (Limitations of Builtins): Describe some of eval's trickiness.
2066         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
2067         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
2068         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
2069         in front of every arg, not just trailing args.  Quote apostrophes.
2070         (_AC_EVAL_ECHO): New macro.
2071         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
2072         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
2073         removed.
2074         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
2075         exposed by quoting of eval argument.  Put the command on line line
2076         so it logs better.
2077         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
2078         (_AC_PATH_X, AC_PATH_X): Quote more safely.
2079         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
2080         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
2081         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
2082         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
2083         Use eval more safely.
2084         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
2085         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
2086         to be replaced.
2087         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
2088         lines, exposed by quoting of eval argument.
2090 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
2091         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2093         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
2094         initialization of `ac_cv_exeext', do not override it if it was
2095         already set, unless it was set to `no', for compatibility with
2096         Autoconf-2.13, and comment this.
2097         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
2098         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
2099         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
2100         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
2101         Document that this test may be overridden by setting
2102         `ac_cv_exeext'.
2104 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2106         Revert these two patches:
2108         2006-04-06  Eric Blake  <ebb9@byu.net>
2109         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
2110         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
2111         2006-04-01.
2113         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2114         Clean up _AC_COMPILER_EXEEXT* macros.
2115         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
2116           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
2117           ac_file to the name of the default output file and call
2118           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
2119           initial `rm' of the candidate files...
2120         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
2121           the same list in subsequent `rm' calls, and for the temporary
2122           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
2123           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
2124         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
2125         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
2126           no longer needed) by libtool.  Make it a cache check.
2127         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
2128           copied here by mistake.
2129         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
2130           _AC_COMPILER_EXEEXT.
2131         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
2132           _AC_COMPILER_OBJEXT directly.
2133         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2135 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2137         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
2138         Fix description of how the buggy `sed' works.
2140 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
2142         Sync from Automake:
2144         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
2145         ENOLCK.  Only mention `make -j' when applicable.  Only raise
2146         fatal errors when `make -j' is involved.  Improve error message.
2148 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2150         * doc/autoconf.texi (Here-Documents): We now know more about
2151         the variable expansion in here documents bug.
2152         Thanks to Tim Rice and Stepan Kasal.
2154         * doc/autoconf.texi (Making testsuite Scripts): Add an example
2155         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
2157 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2159         * tests/autotest.at (Multiline command from M4 expansion):
2160         No failure to be expected if the shell quotes newlines in
2161         commands in the `set -x' output.  Report by Tim Rice.
2162         * THANKS: Update.
2164 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2166         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
2167         expansion in the here-documents used by config.status, as that
2168         runs afoul of the Korn shell version M-12/28/93d bug described in
2169         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
2170         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
2171         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
2173 2006-05-23  Jim Meyering  <jim@meyering.net>
2175         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
2176         Fix typo introduced with 2006-04-02 change.  It reversed the sense
2177         of the test.
2179 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2181         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
2182         ac_dB slightly, to save bytes in the script.
2183         Max out at 50 lines, rather than 96; this is more likely
2184         (though not guaranteed) to avoid obscure 'sed' failures.
2186 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2188         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
2189         `tr -d -' as bad option argument.  Work around this by deleting
2190         an unrelated character.
2191         Report by Tim Rice <tim@multitalents.net>.
2193 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
2194             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2195             Stepan Kasal  <kasal@ucw.cz>
2197         * doc/autoconf.texi (Particular Programs): Do not promise that
2198         we always prefer the GNU version of the program, and that we
2199         search according to PATH; both rules can have exceptions.
2200         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
2201         AC_PROG_SED.  Move descriptions of limitations
2202         to the Limitations of Usual Tools section.
2203         (Limitations of Usual Tools) <sed>: Mention script length
2204         limitations with Solaris /usr/ucb/sed.
2205         <grep>: Fix wording for empty alternative.  Mention that -c and
2206         -l should not be combined, and that -E and -F should not be
2207         combined.
2209 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2210         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2212         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
2213         limits in Solaris 8 /usr/ucb/sed by testing a long script.
2215 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2217         * doc/autoconf.texi (Defining Symbols): Literal parameter of
2218         AC_DEFINE is now passed to m4_pattern_allow.
2219         * NEWS: Mention that; likewise for AC_SUBST.
2220         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
2221         the parameter to m4_pattern_allow.
2222         * tests/tools.at: Add a check for that.
2224 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2226         * lib/autoconf/status.m4: Fix typos.
2228 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2230         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
2231         only the files that this macro generates.
2233 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2235         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
2236         the HP-UX sed limitation of 99 commands, labels do not count.
2237         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
2238         in the comment.
2239         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
2241 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2243         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
2244         Import the following fix from coreutils:
2246         2006-01-13  Jim Meyering  <jim@meyering.net>
2248         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
2249         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
2250         not double-quote uses of that variable, to accommodate the rare
2251         case in which getmntent is available in none of the libraries
2252         checked.  This happens at least on FreeBSD 5.0.
2254 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
2256         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
2257         ac_config_guess, ac_config_sub, and ac_configure, since evidently
2258         some other programs unwisely rely on these undocumented vars.
2259         But put in warning comments about them.
2260         Problem reported by Ralf Wildenhues in
2261         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
2262         * NEWS: Document that these variables are intended to go away.
2264 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2266         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
2267         and set the language to C++ (analogous to the equivalent Fortran
2268         tests).
2270         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
2271         * doc/autoconf.texi (C++ Compiler): Document it.
2272         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
2273         * NEWS: Update.
2275 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
2277         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
2278         that caused config.status to generate 100-command sed scripts; the
2279         portable limit is 99.
2281 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2283         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
2284         variable `ac_d' instead of `d' to avoid infringing namespace.
2285         Report by Ralf Menzel.
2287 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
2289         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
2290         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
2291         * tests/tools.at (autoconf: subdirectories): New test, taken from
2292         the corresponding problem report by Ralf Wildenhues in:
2293         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
2295         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
2296         Quote some uses of shell variables if they might suffer unexpected
2297         globbing.  This doesn't fix all instances of quoting problems that
2298         I found, just the easy ones that look safe.
2299         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
2300         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
2301         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
2302         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
2303         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
2304         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
2305         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
2306         Likewise.
2307         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
2308         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
2310 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2312         * bin/autoreconf.in ($help): Reword according to the manual.
2313         Suggested by Olly Betts.
2315 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
2316         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2318         * bin/autoreconf.in: Pass the directory argument to
2319         `require_configure_ac'.  Fix comment.
2320         * tests/torture.at (Configuring subdirectories): Expose this.
2321         Reported by Olly Betts.
2323 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2325         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
2326         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
2327         Automake as follows:
2329         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
2330         `$configure_in' instead of `configure.in', to preserve
2331         directory component.
2333 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2335         * config/config.guess, config/config.sub, config/texinfo.tex,
2336         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
2338 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
2340         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
2341         test for C99 conformance; (bool) 0.5 is an integer constant
2342         expression, but (bool) -0.5 is not.  Problem reported by Fedor
2343         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
2345 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2347         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
2348         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
2349         Warn about obsolete install-sh files.  Remove stray sentence
2350         fragment and fix cross reference.
2351         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
2352         install -d; this undoes the 2006-05-10 change.
2353         (MKDIR_P): Mark with AN_MAKEVAR.
2354         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
2355         that we don't require $INSTALL to be thread-safe.  Move comments
2356         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
2357         of AC_PROG_INSTALL.  Output a message saying that we're checking
2358         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
2359         MKDIR_P instead of AC_SUBST.
2360         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
2361         Special magic for MKDIR_P, too.
2362         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
2363         a dnl.
2364         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
2366 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
2368         Sync from Automake, as follows:
2370         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2371         * config/install-sh: Initialize IFS, so field splitting isn't
2372         turned off later.
2373         * config/mkinstalldirs: Likewise.
2374         * config/missing: Remove superfluous quotes.  Replace all uses of
2375         `[' by `test', for consistency, and for..
2376         * config/missing (sed_minuso, sed_output): New variables.
2377         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
2378         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
2379         Fixes `missing' to detect `--output' for help2man.  Fixes
2380         PR automake/483.  Report by Dennis J. Linse.
2381         (autom4te): Document in `missing --help'.
2383 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2385         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
2386         * config/install-sh: Don't use 'path' to talk about file names,
2387         as per GNU coding standards.  Close a race condition reported by Ralf
2388         Wildenhues and Stepan Kasal.  There is still a race condition
2389         on hosts that predate Posix 1003.1-1992, but we can't help this.
2390         Don't mishandle weird characters like space on pre-Posix hosts.
2391         Invoke mkdir at most once per dir arg on pre-Posix hosts.
2392         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
2393         AC_PROG_MKDIR_P from AS_MKDIR_P.
2394         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
2395         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
2396         earlier editions are not (including Automake 1.8.3).
2397         Do not suggest mkinstalldirs for thread-safety.
2398         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
2399         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
2400         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
2401         presence of special characters and race conditions.
2402         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
2403         in Autoconf's name space.
2405 2006-05-10  Bruno Haible  <bruno@clisp.org>
2406         and Paul Eggert  <eggert@cs.ucla.edu>
2408         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
2409         from Automake with minor changes.
2410         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
2412 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2414         * config/install-sh: Update to Automake CVS version, as follows:
2415         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2416         * lib/install-sh: Simplify the expr implementation of dirname.
2417         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
2418         * lib/install-sh: Handle --, and diagnose unknown options.
2420 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2422         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
2423         `./autom4te' to create `./testsuite', since the `all' target
2424         will ensure its presence, but `installcheck' should not create
2425         the uninstalled wrappers.
2427         * tests/torture.at (Unusual Automake input files): Skip if we
2428         detect automake < 1.8.
2430 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2432         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
2433         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
2434         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
2435         * NEWS: Update.
2437 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2439         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
2440         munge (multiple) white space and other oddities.
2441         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
2442         single quotes in variable assignment.
2443         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
2444         and similar failures by adding multiple spaces, tabs, and other
2445         special characters.
2446         Report and different test suggested by Francesco Romani
2447         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
2449         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
2450         single quotes, we only need to search for single quotes; this
2451         both simplifies the search pattern, and makes us less
2452         susceptible to `echo' variations for arguments not containing
2453         single quotes.
2454         (_AC_ARG_VAR_VALIDATE): Likewise.
2456 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2458         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
2459         `$*' and IFS concatenation issue with traditional shells and
2460         bash-2.04.  Report by Seanster@Seanster.com.
2462 2006-05-03  Bruno Haible  <bruno@clisp.org>
2464         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
2465         precisely which Mac OS X versions have the od problem.
2467 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2469         * doc/autoconf.texi: Use @option systematically.
2471 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2472         and Bruno Haible  <bruno@clisp.org>
2474         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
2475         about 'od'.
2476         (Integer Overflow): Mention the special case of integer division
2477         overflow.
2479 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2481         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
2482         traditional shells like the Solaris one that do not use the
2483         first IFS character for assembling `$*'.
2484         Prompted by a related report from autoconf_bug@nro.ca.
2486 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
2487         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2489         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
2490         Mention more problems with the -e option.
2492 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2494         * NEWS: Typo.
2495         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
2497         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
2498         in URLs to improve DVI formatted output (requires texinfo 4.6).
2499         (System Services, Systemology, Shellology): Likewise.
2500         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
2501         output.
2503         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
2504         continuous text.
2505         (Runtime): Fix macro argument names to match description:
2506         `action-if-found' -> `action-if-true' and similarly.
2507         (Obsolete Macros): Likewise.
2508         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
2509         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
2510         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
2512 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2514         * doc/autoconf.texi (Limitations of Make): Clean up markup.
2516         * ChangeLog: Typo.
2517         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
2518         DVI output.
2520 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2522         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
2523         /bin/sh set unsorted output.
2524         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
2525         * tests/local.at: Likewise.
2527 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
2529         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
2530         (Integer Overflow, Null Pointers, Buffer Overruns):
2531         (Floating Point Portability, Exiting Portably): New sections.
2532         (Writing Test Programs): Fix some langauge.  Recommend exiting
2533         with status 1, not merely nonzero.  Clarify exit declaration.
2534         (Run Time): Move C exit status stuff to new Exiting Portably section.
2535         (Systemology): Mention Posix and levenez.  Update v7 reference.
2536         (Portable Shell): Mention the Posix shell.
2538 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2540         * bin/autoconf.as (me): Replace by as_me.
2542 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
2544         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
2545         since as_me isn't set yet.
2547 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2549         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
2550         a few minor bugs in this area.
2552         * doc/autoconf.texi (Programming in M4sh): Comment out the
2553         documentation of AS_BASENAME, for now.
2554         (Shell Substitutions): Do not use AS_DIRNAME in an example.
2555         (Limitations of Builtins) <basename>: Do not refer to
2556         AS_BASENAME.
2557         * bin/autoconf.as (me): Don't use AS_BASENAME.
2558         (dir): Remove the unused variable.
2559         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
2560         AS_DETECT_REQUIRED.  All uses changed.
2561         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
2562         All uses changed.
2563         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
2564         (AS_BASENAME): Use "basename --" to protect against leading "-".
2565         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
2566         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
2567         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
2568         (_AS_DIRNAME_PREPARE): Likewise.
2569         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
2570         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
2571         (AS_DIRNAME): Use "dirname --".
2573 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2575         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
2576         of "run time" and "run-time" changed to "runtime", for consistency.
2577         * lib/autoconf/fortran.m4: Likewise (in comment).
2578         * lib/autoconf/functions.m4: Likewise.
2579         * lib/autoconf/general.m4: Likewise.
2580         * lib/autoconf/headers.m4: Likewise.
2582         * doc/autoconf.texi (Run Time): Document the exit status situation
2583         with more accuracy and detail.
2585 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2587         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
2588         Archive is not officially `GNU' any more.  Update URL.
2589         (Defining Directories): Likewise
2590         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
2592 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2594         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
2595         newline from the `trap' code to finish `config.log'; the NetBSD
2596         /bin/sh resets the exit status after an empty command, as
2597         documented in doc/autoconf.texi.
2598         Reported by Dalibor Topic <robilad@kaffe.org>.
2600 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
2602         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
2603         Suggested by Bruno Haible.
2605 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
2607         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
2608         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
2609         Instead, just list the shells that we know work.
2610         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
2611         changed.  Be more cautious about the _cv_ variable.
2612         * tests/tools.at (Syntax of the shell scripts): Check the
2613         _cv_ variable once, at first, to avoid an internal autoconf error
2614         when sh -n does not work.
2616 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2618         * lib/Autom4te/FileUtils.pm: Sync from Automake.
2620 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
2622         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
2623         use ">&-" since we're only 99.999% sure that this is portable,
2624         and since the MinGW bug is fixed in a different way.
2625         * lib/autotest/general.m4 (AT_INIT): Likewise.
2627 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
2629         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
2630         before opening config.log, to avoid hitting a bug on MinGW.
2632 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
2634         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
2635         AS_MESSAGE_LOG_FD before reopening it onto the log file.
2636         This works around a MinGW bug reported by Eric Paire.
2637         Make sure that all writes to the log file append to it,
2638         rather than possibly losing data.
2639         * lib/autotest/general.m4 (AT_INIT): Likewise.
2641 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
2643         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
2644         description.
2646 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2648         * NEWS: Update.
2650         * configure.ac (AC_INIT): Bump to 2.59d.
2652 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2654         Version 2.59c.
2656         * Makefile.maint (news-date-check): Do not require a leading `*'
2657         before the release date in NEWS.
2659 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
2660         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2662         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
2663         the instantiated file do not contain the string 'datarootdir'
2664         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
2665         @mandir@, replace the reference '${datarootdir}' by the value.
2666         * tests/torture.at (datarootdir workaround): New test.
2667         * NEWS: Advertise this temporary fixup.
2668         Based on a patch by Bruno Haible, reported and analyzed by
2669         Paul Eggert and Noah Misch.
2671 2006-04-12  Eric Blake  <ebb9@byu.net>
2673         * tests/autotest.at (Debugging a failed test): Fix comment.
2675 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
2677         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
2678         all the changes since 2006-04-07.
2680 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2682         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
2683         succeeded, but `ln -s file dir' failed, take care to remove the
2684         leftover target before the next test, to prevent its spurious
2685         failure; also make sure `ln file dir' works before selecting it.
2686         Thanks to Keith Marshall for pointing this out.
2687         * THANKS: Update.
2689         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
2690         assignments in `at_debug_args', so that we put them correctly
2691         in the `run' script.
2692         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
2693         Reported by Eric Blake.
2695 2006-04-11  Eric Blake  <ebb9@byu.net>
2697         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
2698         top-level tests after micro-suite has been run.   Used in...
2699         (Debugging a successful test, Debugging script and environment),
2700         (Debugging a failed test): ...these new tests.  The first of these
2701         is fixed by...
2702         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
2703         macro, split out from...
2704         (AT_INIT): ...here, so that using -d also generates a run script.
2705         Document that -d inhibits top-level logging.
2706         * doc/autoconf.texi (testsuite Invocation): Document that -d only
2707         inhibits top-level logging; debug scripts are created.
2709         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
2710         check.
2711         * tests/autotest.at (Empty test, Empty check): New test to check it.
2713         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
2714         from gcc.
2716 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
2718         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
2719         the files if a problem appears.  Make the empty *.at files
2720         read-only, too.  Proposed by Ralf Wildenhues.
2722 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2724         * config/Makefile.am: Add comment to force updated Makefile.in.
2726         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
2727         space only patch to this file, this patch causes the Makefile.in
2728         files that include freeze.mk to be updated, and thus have a
2729         newer time stamp again, which in turn makes a pristine CVS
2730         checkout have correct time stamps.
2732         * Makefile.maint (cvs-sv): New macro, to be used..
2733         (config.guess-url_prefix, config.sub-url_prefix)
2734         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
2735         point to CVS text checkout of Gnulib files.
2736         (copyright-check): Bump current year.
2737         (announcement): Do not hard-wire `./announce-gen'.
2738         (cvs-update): Propagate failures of `cvs' and `move-if-change'
2739         correctly.
2740         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
2741         `chmod +x'.
2742         (wget_files): Update config.guess, config.sub, texinfo.tex by
2743         `wget-update', now that their URLs work again.
2745 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2747         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
2748         Problem noted by Paul D. Smith.
2750 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2752         * doc/autoconf.texi: Remove unused words from word list.
2753         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
2754         .x-sc_trailing_space: New files.
2756         * doc/standards.texi: Sync from gnulib.
2758         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
2759         `LIBOBJDIR' as experimental.
2761         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
2762         with a target directory; it's internally implemented as `cp'
2763         anyway, but since Autoconf advertises the possibility to use
2764         a target directory when LN_S is `ln -s', we need to find out.
2765         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
2766         analyzed by Keith Marshall <keith.marshall@total.com>.
2768         * THANKS: Update.
2770 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2772         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
2773         confdefs.h as-is.  In general, if it has backslash-newline or the
2774         like, then it doesn't work either to sort or to remove empty
2775         lines.
2777 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
2779         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
2781 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
2783         * lib/autom4te.in (Automake-preselections): Preselect
2784         _AM_SUBST_NOTMAKE.
2786 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
2788         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
2789         apostrophe within a single-quoted string, as this is the usual
2790         tradition and is easier to read than '"'"'.  Don't rely on the
2791         shell treating "$/" like '$/'.  Use a more-consistent indenting
2792         style for the trap.
2794 2006-04-09  Eric Blake  <ebb9@byu.net>
2796         * tests/autotest.at (Backquote command substitution),
2797         (Multiline backquote command substitution): Remove mistaken
2798         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
2799         applied...
2800         (Parenthetical command substitution, Multiline parenthetical
2801         command substitution): here.
2803 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
2805         Import macros from gnulib (often changing their name).
2807         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
2808         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
2809         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
2810         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
2811         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
2812         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
2813         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
2814         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
2815         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
2816         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
2817         The manual mentions Gnulib more prominently.
2818         * doc/autoconf.texi (Gnulib): New node.
2819         (Pointers): Add Gnulib URL.
2820         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
2821         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
2822         Gnulib section.
2823         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
2824         suggest a #define rather than a typedef for _Bool, and mention
2825         Gnulib rather than trying to substitute stdbool code.
2826         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
2827         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
2828         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
2829         AC_STRUCT_DIRENT_D_TYPE.
2830         (Particular Types): Mention stdint.h and inttypes.h as standard
2831         headers too.
2832         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
2833         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
2834         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
2835         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
2836         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
2837         (C Compiler): Move AC_C_LONG_DOUBLE to ...
2838         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
2839         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
2840         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
2841         (Coding Style).  Don't mention m4_expand_once.
2842         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
2843         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
2844         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
2845         (AC_CHECK_FUNCS): Use it.
2846         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
2847         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
2848         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
2849         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
2850         (AC_HEADER_ASSERT): New macro.
2851         (AC_HEADER_STDBOOL): Don't assume "#error" works.
2852         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
2853         Catch a bug in an HP-UX C compiler.
2854         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
2855         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
2856         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
2857         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
2858         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
2859         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
2860         New macros.
2862         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
2863         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
2865 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
2867         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
2868         of the warning introduced by the 2001-08-28 change.
2870 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
2871             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2873         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
2874         variables shall be overriden by the cache.
2875         * tests/torture.at (AC_ARG_VAR): Test also with a first value
2876         that contains braces.
2878 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
2880         Revert the patch from 2006-04-01 and only improve
2881         _AS_DETECT_BETTER_SHELL:
2883         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
2884         skip nonexistent directories.
2885         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
2886         only shell candidates which exist.
2887         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
2888         * lib/autotest/general.m4 (AT_INIT): No need to give three
2889         parameters to _AS_PATH_WALK.
2891 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
2892             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2894         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
2895         distinguish m4sugar macros.
2896         * tests/tools.at (autoupdating with aclocal and m4_include):
2897         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
2898         test case by Noah Misch <noah@cs.caltech.edu>.
2900 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
2902         Revert my change from 2006-03-17, in other words:
2903         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
2904           and DUALCASE=1.
2905         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
2906         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
2907           it is set.
2909 2006-04-07  Eric Blake  <ebb9@byu.net>
2911         * doc/autoconf.texi (Programming in M4sh): Document that
2912         AS_MKDIR_P exits the script on failure.
2913         * lib/autotest/general.m4: Remove redundant AS_ERROR.
2915 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2917         * config/elisp-comp, config/install-sh, config/mdate-sh,
2918         config/missing, config/mkinstalldirs: Sync from Automake.
2920         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
2921         from Automake.
2923         * doc/make-stds.texi: Sync from gnulib.
2925 2006-04-06  Eric Blake  <ebb9@byu.net>
2927         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
2928         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
2929         2006-04-01.
2931 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
2932             Eric Blake  <ebb9@byu.net>,
2933             Paul Eggert  <eggert@cs.ucla.edu>,
2934             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2936         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
2937         whether `set' quotes correctly: redirect stderr of the tested
2938         `set', and use a subshell, for Ultrix; use `sed' instead of
2939         `grep' for zsh `set' which may write binary output; match only
2940         at the beginning of a line, to avoid false positives.
2941         In order to avoid false positives by unrelated variables with
2942         multiline content, put the dump algorithm in a subshell and
2943         unset all variables containing newlines (except some which are
2944         special to the shell).  Warn about cache variables that are
2945         unset.
2947 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2949         * config/config.guess, config/config.sub, config/texinfo.tex:
2950         Sync from upstream.
2952         * tests/mktests.sh: Reword comments.
2954         * tests/mktests.sh: Only skip internal macros starting with
2955         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
2956         Update exclusion lists for the test suite to this end:
2957         (AC_ARG_VAR): Do test this now.
2958         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
2959         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
2960         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
2961         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
2963         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
2964         shell issue with double-quoted command substitutions of native
2965         commands.
2966         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
2967         Marshall.
2969         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
2970         no file matches the glob, discard the warning, set `nullglob'.
2971         (syntax-check): Likewise.
2972         (sc_cast_of_x_alloc_return_value): Likewise.
2973         (sc_cast_of_alloca_return_value, sc_error_exit_success)
2974         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
2975         (m4-check): Likewise.
2976         (sc_system_h_headers): Do not print rule on execution.
2977         (sc_tight_scope): Do not fail for non-existing `src' directory.
2978         (sc_changelog): Skip the Copyright footer.
2979         * lib/autoconf/lang.m4: Remove trailing space.
2981         * lib/autoconf/status.m4: More replacements to
2982         <tab><space> where this makes sense.
2984 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
2986         * tests/Makefile.am (maintainer-check-posix):
2987           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
2989         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
2990           ac_config_<foo>s again, sometimes normalized, sometimes not.
2991         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
2992         (AC_CONFIG_COMMANDS): Do not do so here.
2993         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
2994           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
2995           2005-07-25 rewrite.  Noticed by Noah Misch.
2997         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
2998           _AC_PRESERVE_HELP_ORDER, ...
2999         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
3001         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
3002           inside m4_expand_once; it is redundant.
3004         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
3005           for --help from Cygnus `configure.'
3007 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
3009         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
3010         on a patch proposed by Ralf Wildenhues.
3012 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3014         * lib/autoconf/status.m4: Replace <space>''<tab> with
3015         <tab><space> where this makes sense.
3017 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
3018             Noah Misch  <noah@cs.caltech.edu>
3020         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
3021         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
3022         * doc/autoconf.texi (Help Formatting): New node.
3023         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
3025 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3027         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
3028         lib/autoconf/specific.m4, lib/autoconf/status.m4,
3029         lib/autoconf/types.m4, lib/autotest/general.m4,
3030         tests/mktests.sh, tests/torture.at: White space cleanup:
3031         remove some SPACE before TAB, or add quoting ('' or @&t@).
3033         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
3035         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
3037 2006-04-05  Eric Blake  <ebb9@byu.net>
3039         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
3040         empty test suite works.
3041         * tests/autotest.at (Empty test suite): Remove xfail.
3043 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
3045         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
3046         TAGS to ac_config_<foo>s.
3047         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
3048         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
3049         normalizing it, consistent it with previous releases.
3050         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
3052 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3054         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
3055         Use simplified args that Eric Blake originally suggested.
3057 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3059         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
3060         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
3061         Use 'comm' rather than N instances of grep; this also fixes a bug
3062         whereby substrings were incorrectly matched, causing us to not
3063         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
3064         (exclude_list): Exclude empty macros.
3065         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
3067         Use awk rather than grep -E or egrep, to avoid
3068         portability problems with regular expressions containing newlines.
3069         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
3070         Switch from grep to awk syntax.
3071         (ac_exclude_script): Renamed from ac_exclude_egrep.
3072         (au_exclude_script): Renamed from au_exclude_egrep.
3074 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
3076         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
3077         a subdirectory subject to Cygnus `configure'.
3078         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
3080         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
3081         report request when we have no AC_PACKAGE_BUGREPORT.
3083 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3085         * THANKS: Update.
3087         * tests/mktests.sh: Update copyright year in the header of the
3088         generated files.
3090         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
3091         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
3092         typedef'ed restricted pointer, to catch a compiler bug on
3093         HP-UX 11.x, and fix warnings so it passes with -Werror.
3094         (_AC_PROG_CC_C99): Likewise.
3095         Reported by Albert Chin <china@thewrittenword.com>.
3096         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
3098 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3100         * bin/autoscan.in (subdirs): New global.
3101         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
3102         (output): Emit AC_CONFIG_SUBDIRS as needed.
3103         * tests/autoscan.at (autoscan): Remove XFAIL.
3105 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3107         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
3109 2006-04-03  Eric Blake  <ebb9@byu.net>
3111         * THANKS: Add myself.
3113 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3115         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
3116         to log, point to testsuite output tree.
3118 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3120         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
3121         * doc/autoconf.texi (Function Portability): Mention that C++
3122         has trouble with 'exit'.
3123         (Guidelines): Test programs shouldn't use 'exit'.
3124         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
3125         Remove; all uses removed.
3126         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
3127         Return from 'main' instead of calling 'exit'.
3128         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
3129         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
3130         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
3131         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
3132         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
3133         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3134         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
3135         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
3136         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
3137         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
3138         * tests/compile.at: Likewise.
3140 2006-04-02  Pavel Roskin  <proski@gnu.org>
3142         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
3144 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3146         Clean up _AC_COMPILER_EXEEXT* macros.
3148         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
3149           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
3150           ac_file to the name of the default output file and call
3151           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
3152           initial `rm' of the candidate files...
3153         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
3154           the same list in subsequent `rm' calls, and for the temporary
3155           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
3156           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
3157         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
3158         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
3159           no longer needed) by libtool.  Make it a cache check.
3160         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
3161           copied here by mistake.
3162         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
3163           _AC_COMPILER_EXEEXT.
3164         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
3165           _AC_COMPILER_OBJEXT directly.
3166         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3168 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3170         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
3171         (AS_DIRNAME): Use it.
3172         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
3174         * tests/*.at: Remove the generated ones.
3176 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3178         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
3180 2006-04-01  Eric Blake  <ebb9@byu.net>
3182         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
3183         directories, unless optional third argument supplied.
3184         (AS_UNAME): Don't optimize PATH walk.
3186         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
3188 2006-04-01  Eric Blake  <ebb9@byu.net>
3189         and Stepan Kasal  <kasal@ucw.cz>
3191         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
3192         and fix some typos.
3194 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
3196         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
3197         Autoconf version number despite a zero- or one-argument AC_INIT.
3199         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
3200         subordinate tools.
3201         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
3202         * doc/autoconf.texi (autoreconf Invocation): Document it.
3204         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
3205         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
3207 2006-04-01  Eric Blake  <ebb9@byu.net>
3209         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
3210         * lib/autotest/general.m4: Be tolerant of existing directory when
3211           rm failed to remove it.
3213 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3215         * bin/autoupdate.in: Redefine m4_location so that warnings print
3216         the correct lines of the input file by subtracting..
3217         (_au__first_line): ..this new definition.
3219         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
3220         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
3221         Remove stray newline in output.
3222         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
3223         AC_DEFUN this for autoconf, including the obsoletion diagnose.
3224         Fixes autoupdating of code where the replacement output contains
3225         m4sugar macros.
3226         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
3227         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
3228          (au_exclude_list): Add AC_LANG_SAVE.
3229         * tests/tools.at: Several new tests for all of this.
3230         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
3231         hairy details.
3232         The AC_LANG_SAVE issue was reported against Libtool by
3233         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
3234         Kristian Kvilekval <kris@cs.ucsb.edu>.
3236 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3238         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
3239           switch all of them on and of when necessary.  Fixes the bug when
3240           m4sugar macros (e.g., m4_define) were expanded after the first
3241           automatic update (e.g., after AC_PREREQ or AC_INIT).
3243 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
3245         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
3246         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
3248         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
3249         correctly.  Problem reported by Eric Blake.
3250         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
3251         Ralf Wildenhues.
3253 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3255         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
3256         Tighten up the basename/dirname wording.
3258 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3260         * Makefile.maint (sc_texi_notab): New check: do not use TABs
3261         in texinfo files outside of verbatim environments.
3262         (syntax-check-rules): Update.
3263         * doc/autoconf.texi (Configuration Headers): Conform to it.
3265 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
3267         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
3268           aclocal cannot be given on the command line.
3270 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3272         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
3273         Give an example for AS_DIRNAME instead of referring to Posix..
3274         (File System Conventions): Put discussion of // versus / here, and
3275         modernize it a bit.
3276         (Limitations of Usual Tools): Add basename.  Remove verbiage
3277         after dirname, since it got moved to the above sections.
3278         All this was inspired by a patch proposed earlier by Eric Blake.
3280 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3282         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
3283         `$0' to protect against spaces.
3284         * lib/autotest/general.m4 (AT_INIT): Likewise.
3285         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
3286         `$0', $as_me.
3288 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3290         * bin/autoscan.in: The value of find_configure_ac should be
3291         checked for existence, so we don't barf over a nonexisting
3292         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
3294 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3296         * bin/autoupdate.in: Fix some typos.
3298 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
3300         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
3302         * lib/autoscan/autoscan.list: Refreshed.
3304 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3306         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
3307         and Erlang related variables.
3309         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
3310         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
3311         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
3312         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
3313         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
3314         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
3315         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
3316         (_AC_PROG_OBJC_G): New macros.
3317         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
3318         * doc/autoconf.texi (Objective C Compiler): New node.
3319         (Preset Output Variables): Document OBJCFLAGS.
3320         (Language Choice): Document `Objective C' language.
3321         (Fortran Compiler): Fix typo.
3322         * NEWS: Updated.
3323         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
3325 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
3327         * doc/autoconf.texi (Default Includes): Fix typo
3328           s/AC_HEADERS_STDC/AC_HEADER_STDC/
3329         (Limitations of Usual Tools): s/unwriteable/unwritable/
3330         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
3331           Fix typos in the comments.
3333 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
3335         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
3336           Factor out the warning to...
3337         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
3338         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
3339         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
3341         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
3342           case `ac_delim' when writing the sed script.
3344         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
3345           moved DUALCASE=1 ...
3346         (AS_SHELL_SANITIZE): ... here.
3347         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
3348           that it is set.
3350         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
3351           AC_SUBST.
3352         (_AC_PATH_PROG): Store the result to VARIABLE.
3353         (AC_PATH_PROG): No need to set VARIABLE again.
3355         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
3356           the first one is usual AT_CHECK_MACRO test, the second one checks
3357           that the same works when cross-compiling.
3358         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
3359         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
3361 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3363         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
3364         the directory `/usr/bin/posix' in the shell search, to prefer
3365         the Posix shell not only in subsequent spawns as with `$BIN_SH'
3366         on Tru64.
3368         * doc/autoconf.texi (contents): To fix texi2html output, hide
3369         `@setcontentsaftertitlepage' for HTML.
3370         (Writing Autoconf Macros): Likewise, insert space after `@c'.
3371         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
3372         `@,{c}'.
3374 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
3376         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
3377           sanitizing...
3378         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
3379         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
3380           why IFS is restored so late; thank you, Ralf, for reminding us.
3382 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
3384         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
3385           variables in the examples.
3387 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3389         * doc/autoconf.texi (several sections): Cleaned up documentation for
3390         macros in erlang.m4.
3392 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3394         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
3395         failure condition for `$(cmd)' style command substitutions.
3396         (Parenthetical command substition, Multiline parenthetical
3397         command substition): Use it.
3399         * doc/autoconf.texi (Special Shell Variables): Missing word.
3400         Reported by Keith Marshall <keith.marshall@total.com>.
3402         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
3403         IFS even in case of empty `$PATH'.
3405 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3407         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
3408         `expr' away if there is nothing to do.
3409         < --keywords >: Simplify and robustify argument handling.
3410         Revert erroneous comment from 2005-08-23.  Extend to allow
3411         keyword negation with `!'.
3412         Update help message.  Remove broken code to prevent running
3413         tests multiple times.
3414         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
3415         Update and fix the documentation accordingly.
3416         * tests/autotest.at (Keywords): Renamed to..
3417         (Keywords and ranges): .. this.  Extended to make sure negated
3418         keywords, keywords taken from AT_SETUP arguments, and numeric
3419         test ranges work, and that matching is case-insensitive.
3421 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3423         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
3424         allow to pass unnamed structs even in C++.
3425         (AC_CHECK_SIZEOF):  Likewise.
3426         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3427         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
3428         struct): New tests for unnamed structs, each both native and
3429         cross-compiling.
3431         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
3432         a structure inside a cast, for C++ conformance.
3433         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
3434         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3436         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
3437         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
3438         trying to execute the command `no'.
3440         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
3441         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
3442         expanded outside.
3444         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
3445         example.  Do not emphasize `$%', it is hardly new and special.
3446         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
3448         * doc/autoconf.texi (Limitations of Usual Tools): Document
3449         OpenBSD and traditional `grep' failure to handle multiple
3450         patterns separated by newlines.
3452 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3454         * doc/autoconf.texi (several sections): Add documentation for macros
3455         in erlang.m4.
3457 2006-03-10  Eric Blake  <ebb9@byu.net>
3459         * doc/autoconf.texi (Obsolete Macros): Fix wording of
3460         AC_TRY_LINK_FUNC.
3462 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
3464         * doc/autoconf.texi: Use @acronym more consistently for acronyms
3465         like BSD, GPL, LGPL.  Fix minor English typos.
3466         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
3467         Mention that these macros are becoming obsolete.
3468         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
3469         Use more modern terminology for which standard is what.
3470         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
3471         and to ansi2knr.
3472         (AC_PROG_CXX): Likewise.
3473         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
3474         Remove obsolete discussion about how to port to K&R.
3475         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
3476         the obsolescent AC_HEADER_STDC.
3477         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
3478         can't rely on it.
3480 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3482         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3483         Remove stdin redirection from /dev/null to allow pipe to work.
3485 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
3487         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3488         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
3489         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
3490         Ralf Wildenhues.
3492 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3494         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
3495         HP-UX sed is 99 commands, not 100.
3496         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
3497         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
3498         newline for portability.
3499         * tests/torture.at (Torturing config.status): Also test 100
3500         AC_SUBST_FILE invocations.  Fix test to actually verify the
3501         AC_CONFIG_FILES output.
3502         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
3503         command, label, and read-file `r' limits.  Unify HP-UX spelling.
3505         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
3506         non-suffix rule.
3507         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
3508         non-GNU make.
3509         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
3510         * tests/mktests.sh: Small shell portability fixes.
3512 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3514         * doc/autoconf.texi (Caching Results): Fix the examples to use a
3515         recommended quoting style and discard unwanted output.
3517 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3519         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
3520         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
3521         cases, and to work around Tru64 expr bug.
3523 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3525         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
3526         expr bug that turns the result of a regex match into a number if
3527         possible.
3529 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3531         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
3532         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
3533         in section `Specific Compiler Characteristics'.
3535 2006-03-04  Eric Blake  <ebb9@byu.net>
3537         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
3538         variable warning.
3540 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3542         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
3543         order of variable initialization, so even the Solaris 2.6 shell
3544         can create a config header correctly.  Fixes lots of test suite
3545         failures.
3547 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3549         * doc/autoconf.texi (Text processing Macros): New node to
3550         document the m4sugar macros m4_re_escape, m4_tolower,
3551         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
3553 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
3555         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
3556         XrmInitialize (0) -> XrmInitialize ().
3557         Reported by Toshio Kuratomi.
3559 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3561         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
3562         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
3563         * doc/autoconf.texi (Programming in M4sh): Adjusted.
3564         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
3565         both macros are defun'ed so that required macros are evaluated
3566         outside.
3568         * doc/autoconf.texi (Prerequisite Macros): State more precisely
3569         where a required macro will be expanded.
3570         (Coding Style): Another reason not to use `m4_define'.
3572 2006-02-21  Eric Blake  <ebb9@byu.net>
3574         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
3576 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3578         * doc/autoconf.texi (Looping constructs): New node, to
3579         document m4_for, m4_foreach, m4_foreach_w, and mention
3580         obsolete AC_FOREACH.
3581         (Obsolete Macros): Document AC_FOREACH.
3582         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
3583         (m4_for): Fix to never loop (almost) endlessly, work correctly
3584         with arithmetic expressions in arguments, a step of zero or
3585         non-integer multiple of the interval, and avoid integer
3586         overflow.
3587         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
3588         m4_foreach_w.
3590 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3592         Add basic support for Erlang, both for configuring Erlang/OTP
3593         tools, and Erlang as a conf test language.
3594         * lib/autoconf/erlang.m4: New file.
3595         * lib/autoconf/autoconf.m4: Add erlang.m4.
3596         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
3597         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
3598         * NEWS: Add short description of new macros.
3599         * THANKS: Add Romain Lenglet.
3601 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3603         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
3604         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
3606 2006-02-15  Eric Blake  <ebb9@byu.net>
3608         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
3609         warning.
3611 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3613         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
3614         (_AS_CASE): Private helper macro.
3615         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
3616         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
3617         Fix syntax of AS_IF description
3618         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
3619         for the AC_REQUIRE mess.
3620         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
3621         AS_SHELL_SANITIZE.
3623 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
3625         * doc/autoconf.texi: Minor style cleanup.
3626         Be consistent about spaces after commas.
3627         Insert [] where empty args look a bit funny.
3628         Fix some "i.e." and "e.g." usages.
3629         Try to avoid "X/Y" usages.
3630         Don't be pedantic about "ISO C99"; just say C99.
3631         Prefer GNU style for spaces in front of parens.
3632         (Function Portability): Comment about C89 versus C99
3633         signed integer division.
3634         (Particular Headers): Use current gnulib style for dirent
3635         includes.
3637 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
3638         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3640         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
3641         macros without parameters.
3642         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
3643         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
3644         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
3645         `$#' bug.
3646         (autoupdate): Updated to match AU_ALIAS fix.
3648 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3649         and Paul Eggert  <eggert@cs.ucla.edu>
3651         * doc/autoconf.texi (Programming in M4sh): Document
3652         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
3654 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3656         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
3657         (AS_BOURNE_COMPATIBLE): ..this.
3658         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
3660 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3662         * doc/install.texi (Defining Variables): Tighten up the
3663         CONFIG_SHELL wording.
3665 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
3666         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3668         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
3669         of (set -o) rather than testing whether (set -o posix) succeeds,
3670         to work around a bug in the AIX 5.3 shell.  Problem originally
3671         reportd by Howard Chu for libtool.
3673 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
3675         * doc/autoconf.texi (Running the Compiler, Running the Linker):
3676         Changes the macro arguments in summaries to match the
3677         descriptions.
3679 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
3681         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
3682         hint as ``a workaround for a bug.''
3684 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3686         * bin/autoreconf.in: New option `--no-recursive'.
3687         Improve wording for subpackages a bit.
3688         * doc/autoconf.texi (autoreconf Invocation): Updated.
3689         * NEWS: Updated.
3691         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
3692         in environment of `configure', not the command line.
3693         Reported by Howard Chu <hyc@highlandsun.com>.
3695 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
3697         * doc/autoconf.texi (Limitations of Builtins): Document the
3698         problem with "trap -".
3700 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
3702         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
3703         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
3704         messages to differentiate Fortran and Fortran 77 tests.
3705         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
3706         AC_LANG_ASSERT, to allow use in mixed-language projects.
3708 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3710         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
3711         FOO" to "defined (FOO)".
3712         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
3713         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
3714         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
3715         * tests/tools.at (ifnames): Likewise.
3717 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3719         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
3720         * lib/Autom4te/General.pm (mktmpdir): Likewise.
3721         (END): Improve error message a bit.
3722         Reported by Bruce Korb <bkorb@gnu.org>.
3724 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3726         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
3727         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
3729 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
3731         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
3732         requires sys/stream.h.  Reported by Oliver Kiddle.
3734 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3735             Stepan Kasal  <kasal@ucw.cz>
3737         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
3738         before the removals of test dirs, use `find' to avoid modification
3739         of symlinked directories.
3741 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
3743         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
3744         Don't ignore the macro arguments.
3746 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
3748         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
3749         declaration that works for MSVC.
3751 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3753         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
3754         Add `*.map' and `.inf' for Green Hills compiler.
3755         Reported by Stefan Seefeld <stefan@codesourcery.com>.
3757         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
3758         correctly: pad with spaces after FIRST_PREFIX if necessary,
3759         and compute string lenghts with `m4_qlen' instead of `m4_len'.
3760         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
3761         * tests/m4sh.at (AS_HELP_STRING): Test extended.
3762         * NEWS: Updated.
3763         Reported by numerous people, numerous times.
3765 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3767         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
3768         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
3769         * lib/autoconf/general.m4, lib/autoconf/status.m4:
3770         * lib/autotest/general.m4, tests/local.at:
3771         Update copyright year to 2006.
3773         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
3774         sed substitutions.
3775         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
3776         for file names, again.  Reported by Noah Misch.
3777         (Coding Style): Explain that s|a|b| is preferred for file names.
3778         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
3779         (AC_OUTPUT_MAKE_DEFS): Likewise.
3780         * lib/autotest/general.m4 (AT_INIT): Likewise.
3781         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
3782         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
3784         Fix Posix-conformance bugs re use of { command in sed scripts,
3785         and improve the sed-related documentation a bit.
3786         * doc/autoconf.texi (Installation Directory Variables): Use
3787         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
3788         rather than "sed" when talking about Sed in general.
3789         (Particular Programs): Likewise.
3790         (Coding Style): y is like s with respect to / and ,.
3791         (Limitations of Usual Tools): Document the weird restrictions
3792         that Posix has about { }.  Use better quoting.
3793         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
3794         Rewrite to conform to Posix rules about { } in sed scripts.
3795         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
3796         * tests/foreign.at (Libtool): Likewise.
3797         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
3798         Use our own style advice re 's,a,b,' versus 's|a|b|'.
3800 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3802         * lib/autoconf/status.m4: Fix typo.
3804         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
3805         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
3806         `-def', for the benefit of Portland `pgf90 -Mipa'.
3807         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
3809 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
3811         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
3812         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
3813         shell from zsh to bash.
3815 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
3817         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
3818           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
3820 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3822         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
3823         parentheses in $(...).  Problem reported by Eric Blake.
3825 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3827         * doc/autoconf.texi (Limitations of Usual Tools):
3828         Mention which characters can be escaped with \ in portable regular
3829         expressions used in grep, sed, expr.  Mention the leading ^ problem
3830         with expr.  Clean up some confusing wording.  Mention which
3831         grep options are portable.
3833 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
3835         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
3837 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
3839         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
3840         patch, noted by Ralf Wildenhues.
3842 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3844         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
3845         posix' unconditionally, for pdksh in `native sh' emulation.
3847 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
3849         * doc/autoconf.texi (Shellology): Document eval $? problem
3850         with ash.
3851         (Limitations of Builtins): Likewise.
3853 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3855         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
3856         CONFIG_SHELL in the environment of the configure rerun.
3857         * doc/autoconf.texi (Here-Documents, config.status Invocation):
3858         Suggest passing CONFIG_SHELL absolute, and in the environment
3859         rather than as option.
3861 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3863         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
3864         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
3865         Fix macro quoting.  Fix output for n * 98 substituted variables.
3867 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3869         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
3870         `tmp' to avoid file removal race.
3872 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3874         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
3875         ac_clean_files and LIBOBJS.
3877 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3879         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
3880         Factor functionality to..
3881         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
3882         `AC_SUBST($1)' in the public version.
3883         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
3884         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
3885         ac_pt_* variables.
3887 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
3889         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
3890         filesystems.
3892 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3894         * NEWS: Move AH_HEADER mention to right place.
3896 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
3898         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
3899         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
3901 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
3903         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
3904         conftst2.$ac_objext.
3905         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
3907 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
3909         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
3910         conftest.o, to see whether the compiler really obeys; rm the object
3911         file before and after the test and register it with ac_clean_files.
3912         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
3914 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
3916         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
3917         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
3918         code so that the most common case requires less forks.
3920 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
3922         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
3923         not portable; thanks to Paul Eggert and Alexandre.
3925         * NEWS: Fix an old typo.
3927 2005-10-20  Jim Meyering  <jim@meyering.net>
3929         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
3930         the latter'', in two places.
3932 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3934         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
3935         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
3936         the inner workings of AC_LANG_FUNC_LINK_TRY.
3937         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
3938         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
3939         by the function rather than ignoring it.
3940         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
3941         comparing its address.  Intel's interprocedural optimization was
3942         outsmarting the old heuristic.  Problem reported by
3943         Mikulas Patocka.
3945 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
3947         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
3949 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
3951         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
3952         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
3954 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
3956         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
3957         before removing it (chmod -R u+rwx); there are three instances of this.
3959 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3960             Stepan Kasal  <kasal@ucw.cz>
3962         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
3963         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
3964         make its content writable before removing it.  Remove an errorneous
3965         comment from the end, where the logs of the failed tests are copied
3966         to the main log file.
3968 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
3970         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
3971           in case the computer is too quick.  Double quote the configure.ac
3972           snippets.
3974         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
3975           problems if the testsuite were running too fast.
3977 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3979         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
3980         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
3981         (which belong to Xt, not X itself).  See Debian bug 327655.
3982         * NEWS: Mention this.
3984 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
3986         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
3988 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3990         * config/move-if-change: Don't output "$2 is unchanged";
3991         suggested by Ben Elliston.  Handle weird characters correctly.
3993 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
3995         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
3996           calls, so that the final expansion of this macro is shorter.
3997           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
3998           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
3999           the cleanup there.  Use AS_VAR_* macros, to be more general.
4000         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
4002         * lib/autoconf/general.m4: Use AS_IF where appropriate.
4004         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
4006 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
4008         * doc/autoconf.texi (Configuration Headers): Add an index entry
4009           for AH_HEADER.
4011 2005-08-26  Pavel Roskin  <proski@gnu.org>
4013         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
4014         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
4015         running xmkmf.
4017 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
4019         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
4020         The previous patch didn't work, so try a better one.
4022 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
4024         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
4025         in the example.  Reported by Bruno Haible.
4026         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
4027         "if $undefined_var;" succeeds with my shell.
4029         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
4030         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
4031         but change the m4_divert_text to m4_divert_once.
4033 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4035         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
4036         Work around bug in Solaris /usr/xpg4/bin/awk.
4037         The bug is present in at least Solaris 8 through 10.
4039 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
4041         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
4042         some evil values and relying on the fact that $* concatenates the
4043         parameters by the first character from IFS.
4045 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
4046             Stepan Kasal  <kasal@ucw.cz>
4048         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
4049         first header appears, define AH_HEADER.
4050         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
4051         Update limitations about when to call AC_CONFIG_HEADERS.
4052         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
4053         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
4054         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
4055         ``Configuration Actions''; fix their index entries.
4057         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
4058         options correctly.  Process N-M as M-N if M is smaller than N.
4059         Process ranges correctly so that N-N will run only N.
4060         Sort and uniquify the tests that will be run.  If there is more
4061         than one test, reinsert the banners for the tests.
4062         * tests/autotest.at (Keywords): Unmark XFAIL.
4064 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
4066         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
4067           before passing the macro name to AH_TEMPLATE.
4069         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
4070           now opens log after option processing; in particular, --version
4071           and --help do not touch config.log.
4073         * Makefile.maint: Revert the change from 2005-08-12.
4075 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
4077         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
4078           common code to...
4079         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
4081 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4083         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
4084         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
4085         Language cleanup.
4087         * doc/autoconf.texi (Defining Symbols, Changed Results):
4088         Prepend to LIBS, not append, in examples.
4090 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
4092         When building in place, set srcdir="."; suggested by Tim Van Holder.
4094         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
4095           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
4096         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
4097         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
4098           does not mean "no --srcdir option".
4100 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4102         * tests/autoscan.at (autoscan): New file.
4103         * tests/suite.at: Use it.
4104         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
4105         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
4107         * tests/autotest.at (Keywords): Test keywords combinations.
4109 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
4111         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
4112           add "2>&1"; gzip 1.2.4 prints help on stderr.
4114 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
4116         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
4117         was pushdef'ed twice while popped only once.  Push it only once.
4118         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
4120 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
4122         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
4123         prefixed by mere "===", not "configure: === ".
4125 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
4127         * Makefile.maint: Update from Bison.
4129         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
4130         "<tab>" in comment, so that the point is understandable.
4132 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
4134         Rewrite substantial part of lib/autoconf/status.m4.
4135         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
4136         and CONFIG_COMMANDS are not processed in four separate loops.
4137         Instead, there is one main loop.  This alows that the common code
4138         is expanded only once, thus config.status (and configure) is smaller.
4140         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
4141         the AC_LIST_FILES and cousins macros are no longer used.
4143         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
4144         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
4145         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
4146         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
4147         contain the initialization, nor the for loop, nor the associated
4148         commands; all these go to ...
4149         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
4150         _AC_OUTPUT_CONFIG_STATUS.
4151         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
4152         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
4153         (_AC_OUTPUT_FILE): The creation of the sed script ...
4154         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
4155         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
4156         _AC_OUTPUT_MAIN_LOOP.
4157         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
4158         _AC_CONFIG_COMMANDS): Use ...
4159         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
4160         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
4161         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
4162         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
4163         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
4164         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
4165         ... new macros.
4166         (_AC_CONFIG_UNIQUE): Update.
4167         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
4168         Replaced by this ...
4169         (_AC_LIST_TAGS): ... new common macro.
4170         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
4171         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
4172         (_AC_LIST_TAG_COMMANDS): ... new common macro.
4173         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
4174         this didn't belong to the `config commands' section.
4175         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
4176         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
4177         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
4178         to the `config commands' section either.
4179         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
4180         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
4182         ... and many changes to the comments nearby.
4184         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
4185         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
4186         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
4187         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
4188         (#define header templates): The comment at the top of the generated
4189         header now includes the name(s) of the source file(s).
4191         Several unrelated small changes:
4193         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
4194         parameter to AC_DIAGNOSE.
4195         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
4196         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
4197         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
4198         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
4199         with AU::AC_OUTPUT.
4200         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
4201         in AC_OUTPUT doesn't double-quote it either.
4202         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
4203         parameters.
4205 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
4207         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
4208         versions of Portland Group compiler produce single- and double-quoted
4209         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
4210         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4212 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
4214         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4215         This is a corrected version of yesterday's patch.
4217 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
4219         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
4220         path, too; insert a "===" to emphasize the line.
4222         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
4223           ac_cv_build_alias to ac_build_alias.
4224         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
4226         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
4227         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
4228         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
4229         (AC_ARG_VAR): ... here.
4230         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
4231           target_alias.
4233         Keep a list of all precious variables and process them with one simple
4234         for loop, instead of expanding all commands, or, OTOH, complicated
4235         processing of output of "set".
4236         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
4237         variable names in new macro...
4238         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
4239         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
4240           a loop to assign all ac_env_* and ac_cv_env_* variables.
4241         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
4242           to INIT_PREPARE.
4243         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
4244           its value to shell variable ac_precious_vars and call
4245           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
4246         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
4247           _AC_ARG_VAR_VALIDATE.
4249         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
4250           and the AC_SUBSTs ...
4251         (AC_INIT): ... here.
4253         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
4254           the ac_subst_files section in config.log.
4256         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
4258 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4260         * NEWS: New macro AC_C_TYPEOF.
4261         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
4262         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
4263         * tests/c.at (C keywords): Test AC_C_TYPEOF.
4265         Fix problems reported by Nicolas Joly.
4266         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
4267         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4268         They are generated by the Tru64 v5.1B shell.
4270 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
4272         Fix my changes from 2005-07-01; reported by Noah Misch.
4273         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
4274         description, the macro now accepts only a single tag.
4275         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
4277         Fix cases when the varsions of Autoconf and Autotest don't match.
4278         Reported by Noah Misch.
4279         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
4280         at_top_builddir, for compatibility with older autotest.
4281         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
4282         is not set, use at_top_builddir, for compatibility with older
4283         versions of autoconf.
4285 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4287         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
4288         Problem reported by Patrick Welche.
4290 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4292         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
4293         sed substitution command, so that we allow | in program prefixes
4294         and program suffixes.  (& is a problem anyway; we're not fixing
4295         that here.)
4296         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
4297         configure_input, top_builddir, srcdir, etc.
4298         * lib/autotest/general.m4 (AT_INIT): Likewise, for
4299         PATH_SEPARATOR in AUTOTEST_PATH.
4301 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
4303         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
4304         for loop over config.site files using `set', to allow
4305         directory names containing IFS characters.
4307 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4309         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
4310         directories with weird names.  Apparently some people like living
4311         on the edge.  However, improve the test that "pwd" actually does
4312         report a name for the working directory.
4313         * NEWS: Remove the claim that we test for funny chars in dir names.
4315 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
4317         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
4318         replaced ...
4319         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
4320         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
4321         Now accept a single tag, not whitespace separated list.
4322         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
4324 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
4326         * doc/autoconf.texi (Configuration Headers): Change the explanation
4327         about #include <config.h>.
4328         (Generic Functions): Mention the Gnulib project.
4329         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
4331         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
4332         document to output the default config_* lists to config.status.
4333         Don't recognize option --file, if the functionality is not there.
4334         Likewise for --header; moreover, recognize --he and --h as shortcuts
4335         for --help in that case.
4337         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
4338         matches the order of execution.  No code changed.
4340 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4342         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
4343         single-quoted -cmdline argument in Portland Group compiler.
4344         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4346 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
4348         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
4350 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4352         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
4353         descriptors to child processes; reported by Norman Gray.
4355 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4357         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
4359         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
4360         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
4361         (AC_SUBST): Call it.
4362         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
4363         the directory specific variables; but don't call it for configure_input.
4365 2005-06-28  Derek Price  <derek@ximbiot.com>
4367         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
4368         addition.
4370 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4372         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
4373         directory have inherent problems with special characters like spaces,
4374         due to limitations in Make syntax.  Problem reported by Alexandre
4375         Duret-Lutz.
4376         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
4377         Also, fix Tru64 porting problem with shell patterns,
4378         reported by Ralf Wildenhues.
4380 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4382         * doc/autoconf.texi (Subdirectories): Fix markup typos.
4384 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4386         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
4388         Fix some more shell quoting problems.  Prompted by a bug report
4389         from Justace Clutter.
4390         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
4391         variable into diagnostic.  Make the diagnostic an error, not a warning,
4392         because we really don't support spaces and suchlike in dir names.
4393         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
4394         Don't worry about backslashes in srcdir; it can't happen now.
4395         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
4396         Simplify ac_optarg handling.
4397         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
4399 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
4401         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
4402         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
4403         * tests/atlocal.in: Propagate $EGREP and $SED.
4404         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
4405         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
4407         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
4408         that '\|' is not allowed in BREs; recommend using newline separated
4409         list of patterns instead of multiple -e options.
4411         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
4413         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
4415 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4417         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
4419 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
4421         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
4422         b, t, r, w commands require single space, while : cannot have any.
4423         (Special Shell Variables): Fix sed code this in the example.
4424         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
4425         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
4427         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
4428         expand to the empty list.  Don't use two pairs of m4_changequote,
4429         it's not necessary.
4431 2005-06-20  Derek Price  <derek@ximbiot.com>
4433         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
4435 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
4437         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
4438         * doc/autoconf.texi:
4439         Don't mention Solaris versions so much, if a
4440         problem is common to all extant versions of Solaris.  Say "SunOS
4441         4" instead of "SunOS" for SunOS 4.
4442         (awk): Mention more of the limitations of traditional Awk.
4443         (cat): Don't talk about cat -v.
4445 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
4447         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
4448         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
4449         but the implementation is entirely different and is designed
4450         to be compatible with glibc strverscmp.
4451         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
4453         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
4454         on Mac OS X 10.4 reported by Peter O'Gorman in:
4455         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
4456         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
4457         Use shell builtins rather than 'expr', to work around expr bug.
4459 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
4461         * doc/autoconf.texi: "filesystem" -> "file system".
4462         "behaviour" -> "behavior".
4463         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
4464         * lib/autoconf/general.m4: Omit blank after ":" sed command,
4465         as per POSIX.
4466         * lib/m4sugar/m4sh.m4: Likewise.
4467         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
4468         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
4470         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
4471         (.x.1): Ignore the time stamp in the .TH line when deciding whether
4472         to update the man page.  That way, we don't have to check in new
4473         man pages every month.
4475         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
4476         quotes and backslashes.  Patch from Derek Price.
4478 2005-06-10  Derek Price  <derek@ximbiot.com>
4480         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
4481         AS_TR_SH.
4483 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
4485         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
4486         -u, since it outputs chatter if the input files are the same.
4487         Problem reported by Ralf Menzel.
4489 2005-06-08  Derek Price  <derek@ximbiot.com>
4491         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
4492         renaming them since they are about to be redefined anyhow.
4494 2005-06-08  Derek Price  <derek@ximbiot.com>
4496         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
4497         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
4498         Move m4_undefine to alphabetical order.
4500 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
4502         * README: Recommend GNU M4 1.4.3 or later.
4503         * doc/autoconf.texi (Introduction): Likewise.
4504         Reword to avoid some formatting glitches.
4505         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
4506         Clarify explanation of HP compiler bug.
4507         Redo example output tp match current CVS snapshot.
4508         Use @example.org in email addresses when the examples
4509         might get inadvertently cut-and-pasted into user code.
4510         Remove example of autom4te usage that doesn't seem to work now.
4511         Use modern AC_INIT (except when the example is meant to be
4512         shown with Autoconf 2.13).
4513         Update ksh info for Solaris 9 and later.
4514         KB -> kB.
4515         Modernize description of Automake versions a bit.
4516         Don't claim a future version of Autoconf is near.
4517         * doc/install.texi: Reword to avoid some formatting glitches.
4519 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4521         * doc/autoconf.texi: Add [] to examples, so that the manual
4522         follows its own advice about quoting better.
4523         Reword to avoid some formatting glitches.
4524         * doc/installt.exi: Reword to avoid some formatting glitches.
4526         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
4527         Tru64 ksh pattern matching bug.  Reported against Libtool by
4528         Albert Chin <libtool@mlists.thewrittenword.com> and
4529         Nicolas Joly <njoly@pasteur.fr>.
4531 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4533         m4_cdr of one-member list was [[]] (one-member list containing an
4534         empty string) instead of [] (an empty list.  Callers were skewed to
4535         match this misbehaviour.  As a consequence of this:
4536          - m4_foreach([x], [], [foo]) expanded to `foo', while
4537          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
4538         This bug has been fixed:
4540         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
4541           expand to an empty string; print error msg if called without
4542           an argument list.
4543         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
4544           misbehaviour; handle [] and [[]] correctly.
4546 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4548         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
4549         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
4550           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
4552 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
4554         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
4555           swallow records with more than 99 fields.
4556         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
4557           parse the long line.
4559 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
4561         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
4562           swallow literals longer than 399.  Reported by Ralf Wildenhues.
4563         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
4564           to workaround this limitation.
4566 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
4568         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
4569         to gfortran, and make these the first two compiler names
4570         checked (following the general autoconf preference for gcc).
4572 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
4574         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
4575         (DISTCLEANFILES): Remove $(check_SCRIPTS).
4576         (testsuite): Make sure autotest.m4f is up-to-date before using it.
4578 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4580         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
4581         expression of unbounded size when processing the --list
4582         option.  This runs afoul of a limit of 399 bytes per regular
4583         expression on AIX.  Problem reported by Ralf Wildenhues.
4585 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
4587         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
4588         * doc/autoconf.texi (Particular Headers): Reword example
4589         for multiline stdbool replacement.
4590         (Setting Output Variables): Reword text a bit.  Don't
4591         give all the details about |#_!!_#|.
4592         Reword description of line replacement.
4594 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
4596         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
4597         now contain newlines, and substituted files must be referenced on
4598         a line alone; the sed scripts to substitute them are now very
4599         different.
4600         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
4601         commands can be put in a sed script portably.
4602         * doc/autoconf.texi (Setting Output Variables): Document above
4603         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
4604         use of multiline substitution.
4605         * tests/torture.at: No longer expect substitution of newline to fail.
4607 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
4609         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
4610         From Ralf Menzel (trivial change).
4612 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4614         * tests/local.at: Don't attempt to check for negated character
4615         classes in shell scripts.  The test was too brittle.
4617 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
4619         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
4620         * doc/autoconf.texi (Limitations of Builtins): Document this
4621           limitation.
4623 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
4625         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
4626           common code; used in many places in the tree.
4627         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
4628         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
4630         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
4632         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
4633           messages when ac_unique_file is not found.
4634         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
4635         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
4636           commands, for consistency with AC_MSG_ERROR and such.
4638         * bin/autoconf.as: Make more use of "shift 2" in option processing.
4640         * bin/Makefile.am: Merge the two rules for creating scripts.
4642 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
4644         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
4645         obsolete; it was never documented.
4646         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
4648 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
4650         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
4651         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
4652         (ac_top_builddir): ... this ...
4653         (ac_top_build_prefix): ... to this; the old name is also kept, for
4654           backward compatibility.
4655         (ac_top_builddir_sub): New variable, without the trailing slash,
4656           always nonempty.
4657         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
4658         * doc/autoconf.texi (Configuration Actions): Rename
4659           ac_top_builddir to ac_top_build_prefix.
4660         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
4661           at_top_builddir to at_top_build_prefix.
4662         * lib/autotest/general.m4 (AT_INIT): Likewise.
4664 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
4666         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
4667           of confdefs.h .
4669 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
4671         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
4672           argument to m4_foreach.  I guess it was necessary in the past,
4673           but I think it's a no-op now.
4675 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
4677         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
4678           ``cat <<_ACEOF'' commands to one.
4679         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
4680         * lib/autoconf/status.m4: On various places, use expr instead of
4681           ``echo|sed.''
4682         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
4683         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
4684         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
4685           a range.
4686         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
4687           the wrong patterns between ``case'' and ``esac.''  The previous
4688           code had false positives.
4690 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
4692         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
4693         as on 2005-05-02.
4694         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
4695         Mention LIBOBJDIR.
4697 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
4699         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
4700         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
4701         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
4702         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
4703         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
4704         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
4705         config/config.guess, config/config.sub, config/elisp-comp,
4706         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
4707         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
4708         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
4709         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
4710         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
4711         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
4712         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
4713         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
4714         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
4715         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
4716         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
4717         lib/autoconf/general.m4, lib/autoconf/headers.m4,
4718         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
4719         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
4720         lib/autoconf/specific.m4, lib/autoconf/status.m4,
4721         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
4722         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
4723         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
4724         lib/autotest/general.m4, lib/emacs/Makefile.am,
4725         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
4726         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
4727         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
4728         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
4729         tests/compile.at, tests/foreign.at, tests/fortran.at,
4730         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
4731         tests/semantics.at, tests/suite.at, tests/tools.at,
4732         tests/torture.at, tests/wrapper.as:
4733         Update FSF postal mail address.
4735 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
4737         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
4738           check.
4739         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
4740           enough arguments, similarly as in m4_bpatsubsts.
4742 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
4744         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
4745           of absolute paths.
4747 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
4749         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
4750           for absolute directory names in one loop.
4751         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
4752           abbreviations of --version and --debug.
4754 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
4756         * doc/autoconf.texi (Autoconf Language): Be more precise about
4757         quoting rules.  Problems noted by Stepan Kasal.
4758         Also, throughout this document, be more careful about white space.
4759         "blank", "white space", and "space" all have different meanings
4760         and we should be careful to say what we mean.
4762 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
4764         Fix C++ related problems reported by Werner Lemberg.
4765         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
4766         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
4767         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
4768         avoid problems with C++ and throw.
4769         * tests/compile.at: .cpp, not .cc.
4771         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
4773 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4775         * doc/autoconf.texi (Generic Functions): Typos.
4777 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
4779         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
4780         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
4781         set by latest automake.
4783 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
4785         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
4786         outputs 0 on GNU/Linux these days.
4788 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
4790         * doc/autoconf.texi (Autoconf Language): Add more description
4791         about quoting heuristics.
4792         (Limitations of Builtins): Describe "set -" problems.
4794 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4796         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
4797         not newline.
4799         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
4800         by AC_DEFINE; it was a mistake.
4801         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
4803 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
4805         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
4807 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
4809         * doc/autoconf.texi (External Software): Quadrigraphs are not
4810           processed correctly in AS_HELP_STRING; avoid this in the examples.
4811         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
4812         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
4813           comment and reduce m4_default([foo], []) to [foo].
4814         (m4_strip): Update the explanation.
4816 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
4818         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
4819         Remove core.conftest.* too; it's generated by Tru64 5.1.
4820         Problem reported by Jennis Pruett.
4821         * lib/autoconf/functions.m4
4822         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
4823         Don't bother to remove core files; AC_RUN_IFELSE should do that
4824         for you.
4826 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
4828         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
4830 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
4832         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
4833         Report from Horst Wente.
4835 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
4837         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
4838           the comment.
4840 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
4842         * doc/autoconf.texi (External Software, Package Options): Add
4843           examples showing how to implement --with-* and --enable-* options.
4845 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
4847         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
4848         as well as configure.in.  Problem reported by Gregorio Guidi.
4850 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
4852         * doc/autoconf.texi (Particular Functions): Use gnulib's current
4853         pattern for alloca snippet.
4855 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
4857         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
4859 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
4861         * doc/autoconf.texi (Generic Programs): Fix a typo.
4863 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
4865         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
4866         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
4868 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4870         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
4871         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
4872         whole-archive (-zallextract, -zdefaultextract) options in the hope of
4873         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
4874         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
4876 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
4878         * NEWS: The configure command now warns you if you attempt to use
4879         a directory whose name contains a special character like space,
4880         newline, or "\".
4881         * doc/autoconf.texi (Installation Directory Variables): Allow
4882         "," in file names.  Do not use \@; it's not a portable regexp.
4883         * bin/Makefile.am (edit): Likewise.
4884         * lib/Makefile.am (edit): Likewise.
4885         * tests/Makefile.am (edit): Likewise.
4886         * tests/semantics.at: Likewise.
4887         * tests/torture.at: Likewise.
4888         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
4889         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
4890         * doc/autoconf.texi (File System Conventions): Warn about
4891         unportable file names.
4892         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
4893         (AC_INIT): Use it.
4894         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
4895         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
4896         ac_pwd, and quote srcdir.
4897         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
4899         * doc/autoconf.texi: Fix some systematic formatting problems.
4900         ".)"  needs a following @: if not at the end of a sentence, and
4901         similarly for "!)".  "etc." should be preceded by a comma.
4902         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
4904 2005-03-22  Bruno Haible  <bruno@clisp.org>
4906         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
4907         argument is often called 'build-aux'.
4909 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
4911         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
4912           macro AC_TRY_LINK is obsolete.
4913         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
4914           `AC_CONFIG_FILES'.
4916 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
4918         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
4919           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
4920           from a Common Lisp's `cl'.
4921         (AC_PROG_CXX): Behave according to the documentation: don't
4922           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
4923           make the variable CCC precious; use `cl.exe', not `cl'.
4925 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
4926             Alexandre Duret-Lutz  <adl@gnu.org>
4928         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
4929         /dev/null, as "configure" shouldn't read stdin, and this insulates
4930         us from problems (e.g., when testing for "cl").  Also, do this
4931         redirection before invoking "hostname" or "uname", and keep the
4932         original input stream available via...
4933         (AS_ORIGINAL_STDIN_FD): ... this new macro.
4934         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
4935         bother with "</dev/null" since it's now done at the top of
4936         'configure'.
4937         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
4938         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
4939         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
4940         * doc/autoconf.texi (File Descriptor Macros): New section.
4941         (Printing Messages): Mention it.
4942         * tests/base.at (Input/Output): New test.
4944 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
4946         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
4947         newline if neither \c nor -n work, as that would output two
4948         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
4950 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
4952         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
4953         This causes that any required macros inside will get before the if.
4954         * doc/autoconf.texi (autom4te.cache): A typo.
4956 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
4958         Undo previous change, except keep the change to
4959         lib/autoconf/programs.m4 that replaced grep with shell
4960         pattern-matching.  This is because net-snmp configure reads stdin.
4961         Reported by Noah Misch.
4963 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
4965         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
4966         from /dev/null, as "configure" shouldn't read stdin, and this
4967         insulates us from problems (e.g., when testing for "cl").
4968         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
4969         before invoking "hostname" or "uname".
4970         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
4971         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
4972         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
4973         "</dev/null" since it's now done at the top of 'configure'.
4974         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
4975         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
4976         Also, replace grep with shell pattern-matching, to save a process.
4978 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
4980         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
4981         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
4982         avoid thinking that Allegro Common Lisp's "cl" command is a C++
4983         compiler.
4985 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
4987         * doc/autoconf.texi (Limitations of Usual Tools): Document that
4988         grep -q isn't portable.  Improve grep -s explanation.
4989         Problem reported by Dan Manthey.
4991 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
4993         * doc/autoconf.texi (Special Shell Variables): Clarify
4994         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
4996 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
4998         * doc/autoconf.texi: Use @acronym for DJGPP.
4999         Fix some @code's that should have been @env's, and vice versa.
5000         Sort environment variable names.
5001         Mention that shells no longer inherit IFS.
5002         Don't recommend PATH_SEPARATOR=';' so strongly.
5003         Mention that $RANDOM might expand to the empty string.
5004         "symlink" and "soft link" -> "symbolic link".
5005         Improve mktemp description (reported by Bruno Haible).
5007 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5009         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
5010         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
5011         Likewise.
5012         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
5013         Likewise.
5015 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5017         * NEWS: Mention AT_COPYRIGHT.
5019         * tests/local.at (AT_CMP): Use diff directly on input files rather
5020         than copying them.
5022         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
5023         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
5025 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
5026         and Paul Eggert  <eggert@cs.ucla.edu>
5028         * tests/autotest.at (Empty test suite): New test.
5029         * tests/torture.at (Substitute and define special characters)
5030         (Substitute a 2000-byte string, Define to a 2000-byte string)
5031         (Substitute a newline, Define a newline): New tests.
5033 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
5035         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
5036         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
5037         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
5038         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
5039         (Standard regular expressions): New test.
5040         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
5041         excess test name quoting.
5042         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
5043         CPPFLAGS to `configure' instead of setting it in `configure'.
5045         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
5046         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
5047         on some platforms.
5049         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
5050         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
5052         * tests/local.at (AT_CMP): New macro.
5053         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
5054         (AC_SAVE_STATE): Move environment grep...
5055         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
5056         (AT_CONFIG_CMP): New macro.
5057         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
5058         * tests/c.at (Extensions): Do not exit early.
5059         * tests/atlocal.in: Inherit $GREP.
5061         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
5062         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
5064         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
5065         (AC_COPYRIGHT): Factor header comment portion out and move into...
5066         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
5067         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
5068         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
5069         --version output.
5070         * tests/local.at: Add Autoconf test suite copyright notice.
5071         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
5073 2005-02-04  Bruno Haible  <bruno@clisp.org>
5074         and Paul Eggert  <eggert@cs.ucla.edu>
5076         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
5078 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5080         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
5081         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
5083         Try not to generated lines of unlimited length, as POSIX places a
5084         2047-byte limit on line length of portable text files.
5085         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
5086         Use newline as a separator, not space.
5087         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
5088         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
5089         space.
5091 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5093         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
5094         as_func_*.  Add test to check whether positional parameters
5095         are restored after function return.
5097 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5099         * doc/autoconf.texi (Special Shell Variables): Mention _,
5100         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
5101         if they contain a lower-case letter.  The DUALCASE problem was
5102         reported by Ralf Wildenhues.
5104         * bin/autoconf.as: Don't exit with status 0 after write failure
5105         with --help or --version.
5106         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
5107         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
5109 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5111         * doc/autoconf.texi (Limitations of Usual Tools):
5112         Unicos 9 sed limitations.
5113         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
5114         to get the option-enhanced interface on older Crays.  Try ftn for
5115         Fortran 95 (newer Crays).
5117 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5119         * man/Makefile.am (.x.1): Go back to the simple solution, but take
5120         care to echo the commands, so the user knows what's going on.
5121         Modified from a suggestion by Stepan Kasal.
5123         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
5124         with a cross reference.  Derived from a suggestion by Bruce Korb.
5126 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5128         * doc/autoconf.texi (config.status Invocation): Warn about
5129         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
5130         * doc/install.texi (Defining Variables): Likewise.
5131         Based on a proposed patch by Ralf Wildenhues.
5133         * man/Makefile.am (.x.1): Make sure the required generated files
5134         are up to date.  Problem and original solution proposed by Stepan Kasal.
5135         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
5136         implicit-man-prerequisites): New rules, used by the above.
5138         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
5139         * config/config.guess, config/config.sub, config/install-sh: Likewise.
5140         * config/missing, config/texinfo.tex: Likewise.
5142 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
5144         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
5145         Update the long comment explaining it.
5147         m4_require no longer writes an ``is required by'' line to the
5148         execution stack.  It contains only one bit of non-redundant
5149         information: that the macro was required, not called.  And even
5150         this bit is useless in most situations: have you ever met a macro
5151         which both calls and requires the same macro?
5153         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
5154         (_m4_defun_pro_outer): ... only via this macro, for the outermost
5155           macro.
5156         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
5157         (m4_expansion_stack_pop): Remove the misplaced comment.
5158         (m4_require): Don't put the ``is required by'' line to the
5159           execution stack; slightly improve the out-of-a-defun error message.
5160         (_m4_divert_grow): New macro, counter for the temporary diversions.
5161         (_m4_require_call): Use it.
5162         * tests/m4sugar.at (m4_require): Expect output without the
5163           ``is required by'' messages.
5165 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
5167         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
5168         rather than x for expr.
5170         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
5171         this is safe.
5172         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
5173         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
5174         * lib/autotest/general.m4 (AT_INIT): Likewise.
5175         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
5176         * tests/mktests.sh: Likewise.
5178 2005-01-27  Akim Demaille  <akim@epita.fr>
5180         Have autoheader honor --force.
5182         * doc/make-stds.texi, doc/standards.texi: Update from masters.
5183         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
5184         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
5185         from masters, so that FileUtils.pm's update_file provide --force
5186         support.
5187         * bin/autoheader.in: Pass $force to update_file so that
5188         config.h.in is always recreated when --force.
5190 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
5192         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
5194 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
5196         * doc/autoconf.texi (Limitations of Builtins): Clarify that
5197         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
5199 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
5201         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
5202         Warn about newline stripping in `` and $().  Update Solaris
5203         version to 9.
5204         (Limitations of Builtins): Use expr "X...", not expr "x...", as
5205         X insulates us from future changes to Posix.
5206         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
5207         stripping.
5209 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
5211         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
5212           you cannot use AC_DEFINE to define macros containing `[' or `]'.
5214 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
5216         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
5217         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
5218         bug-tar mailing list.
5220 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
5222         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
5224 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5226         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
5227         ulongval to be static, to avoid unwanted GCC warning.  Problem
5228         reported by Michael Jennings via Daniel Reed; see
5229         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
5231 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
5233         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
5234         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
5235         datadir, infodir, and mandir.  Adjust argument parsing code.
5236         (_AC_INIT_HELP): Update help text.
5237         * doc/autoconf.texi (Installation Directory Variables): Document
5238         new variables.
5240 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
5242         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
5243         not seem to work, assume it does set $(MAKE).
5244         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
5246 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5248         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
5250 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5252         A cleanup of the diversion support in m4sugar.
5254         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
5255         (_m4_divert_n_stack): New macro; the expansion is
5256           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
5257           otherwise.
5258         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
5259         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
5260           stored in _m4_divert_diversion or _m4_divert_dump.
5261         (m4_divert_pop): When the parameter is given, compare the symbolic
5262           name with the last diversion pushed on the stack.  Previously, the
5263           current diversion was compared with the numeric value of the
5264           diversion given as the parameter.
5265         (m4_require): If the macro hasn't been expanded yet, call ...
5266         (_m4_require_call): this new macro.
5268 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5270         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
5271         Workarounds for documented `case' limitations.
5273 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
5275         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
5276         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
5278 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
5280         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
5281         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
5282         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
5284         Patch from Roger Leigh (with some minor changes) as follows:
5285         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
5286         Resurrect AC_PROG_CC_STDC.
5287         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
5288         AC_PROG_CC_C89, AC_PROG_CC_C99.
5289         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
5290         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
5291         AC_PROG_CC_C99): New macros.
5292         (AC_PROG_CC_STDC): Use them.
5293         (_AC_PROG_CC_STDC): Remove.
5294         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
5295         * THANKS: Add Roger Leigh.
5297 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5299         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
5300         signals that the package uses Automake; a `Makefile.am' is typical but
5301         not essential.  Reported by Magnus Therning.
5302         * tests/torture.at (autoreconf.): New banner.
5303         (autoreconf and non-AC configure): Rename to `Non-Autoconf
5304         AC_CONFIG_SUBDIRS'.
5305         (autoreconf an empty directory): Rename to `Empty directory'.
5306         (Unusual Automake input files): New test.
5308 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5310         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
5311         (AT_SETUP): Clear AT_capture_files.
5312         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
5313         (AT_KEYWORDS): Fix comment typo.
5314         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
5315         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
5316         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
5318 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
5320         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
5321         If the variable to set is already set, set ac_cv_path_$1
5322         to the preset value so caller can assume ac_cv_path_$1
5323         is available.  (trivial change)
5325 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
5327         * BUGS (Minor Problems): Warn about makefile limitations.
5328         * Makefile.am: Find and update `INSTALL' in $(srcdir).
5329         * man/Makefile.am: Find and update manual pages in $(srcdir).
5331 2004-12-24  Eric Blake  <ebb9@byu.net>
5333         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
5334         shells in subshell, to avoid noise from ash.  (trivial change)
5336 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5338         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
5339         problems with SunOS ksh and backslash escaping, Bourne shells and
5340         closing brackets (both within character classes).  Bug reported
5341         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
5342         <read>: New entry.  Mention non-availability of -r.
5344 2004-12-21  Akim Demaille  <akim@epita.fr>
5346         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
5347         avoid cluttering displayed messages.  Rather, prepend srcdir where
5348         AT_LINE is used for log files.
5350 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
5352         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
5353         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
5354           no longer part of the macro, quote the occurrence of ``$tmp''.
5355         * doc/autoconf.texi (Forbidden Patterns): Typo.
5357 2004-12-21  Akim Demaille  <akim@epita.fr>
5359         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
5360         separated from the test title by forcing a white space.
5362 2004-12-21  Akim Demaille  <akim@epita.fr>
5364         Enable Emacs navigation within testsuite.log files.
5366         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
5367         use the compilation mode.
5368         (AT_LINE): Point to the srcdir.
5370 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
5372         * tests/Makefile.am (installcheck-local): Use $(bindir).
5373         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
5374         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
5375         Makefile.am scheme Autoconf now uses.
5377 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5379         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
5380         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
5382 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5384         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
5385         (_AT_CHECK): Use it.
5386         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
5387         (AS_ESCAPE): Fix comment.
5388         * tests/autotest.at: Adjust section banner comments.
5389         (AT_CHECK_AT): Accept STATUS and STDERR.
5390         (AT_CHECK_AT_TEST): Likewise.
5391         (Invalid brace-enclosed parameter expansion)
5392         (Multiline command from M4 expansion)
5393         (Double-M4-quoted command): New tests.
5395 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
5397         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
5399 2004-12-17  Akim Demaille  <akim@epita.fr>
5401         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
5402         m4_pattern_allow.
5403         Suggested by Alexandre Duret-Lutz.
5404         * doc/autoconf.texi (Setting Output Variables): Catch up.
5406 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5408         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
5410 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5412         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
5413           remove the comment which said we cannot.
5415 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5417         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
5418         Reini Urban and Paul Eggert for reporting the dependencies.
5420         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
5421         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
5422         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
5424 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5426         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
5427           so that eg. ``autoscan --help'' doesn't truncate it.
5429 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
5431         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
5432         generated conftest files.
5434 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
5436         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
5437         tracing on commands with possibly-escaped newlines.
5438         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
5439         discontinued behavior and its implications.
5440         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
5441         (BSx641-newline in command, BS-BS-newline in command)
5442         (BSx640-newline in command, Newline-CODE-BS-newline in command)
5443         (Single-quote-BS-newline in command)
5444         (Single-quote-newline-BS-newline in command): New tests.
5446 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5448         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
5449           on platforms where it works.
5450         (_AS_TEST_PREPARE): Test for ``test -x''.
5451         (_AS_BROKEN_TEST_PREPARE): Nuke.
5453 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5455         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
5456         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
5457           give only 4-letter prefix to AS_TMPDIR, comment fixed.
5458         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
5459           create the temporary directory.
5460         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
5462 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
5464         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
5465         (trivial change)
5467 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
5469         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
5471 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
5473         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
5474         to avoid using a negated character class.  Reported by Nicolas Joly.
5475         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
5477 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
5479         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
5480         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
5481         Don't depend on .x file explicitly, since "make" does that for us.
5482         Suggested by Stepan Kasal.
5484         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
5485         Add *.tmp.
5486         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
5487         ifnames): Factor common code.  And they said it couldn't be done!
5489 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5491         * bin/.cvsignore: Add autoconf.in.
5492         * tests/.cvsignore: Add wrapper.in.
5493         * lib/autotest/general.m4: Escape '$' in case pattern.
5495 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
5497         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
5499         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
5501         * tests/autotest.at: New file.
5502         * tests/suite.at: Include it.
5503         * tests/Makefile.am: Distribute it.
5505         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
5506           shell tracing on a command that could contain multiple lines.
5507         * doc/autoconf.text: Document that fact and its implications.
5508         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
5509         * tests/autotest.at (Multiline backquote command substitution,
5510           Multiline parameter expansion, Literal multiline command,
5511           Multiline parenthetical command substitution): Remove XFAIL.
5513 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5515         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
5516         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
5518 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5520         * configure.ac (test suite): Cease to generate wrapper scripts.
5521         * configure: Regenerate.
5522         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
5523         (m4f_dependencies): Adjust accordingly.
5524         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
5525         (wrapper.in): Generate it in the build directory.
5526         (MAINTAINERCLEANFILES): Delete wrapper.in.
5527         (CLEANFILES): Add wrapper.in.
5528         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
5529         the output.  Replace each $as_me with a @wrap_program@.
5530         * tests/wrapper.in: Delete it; we always build it.
5532         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
5533         (EXTRA_DIST): Remove autoconf.in.
5534         (CLEANFILES): Add autoconf.in.
5535         (autoconf): Find autoconf.in in the build directory.
5536         * bin/autoconf.in: Delete it; we always build it.
5538 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5540         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
5541         PATH members so as to not prepend an empty element.  Move a comment.
5542         * Makefile.am (SUBDIRS): Build in `tests' last.
5543         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
5545 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
5547         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
5548         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
5549         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
5550         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
5552 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
5554         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
5555         patch: extra "-l"s.
5557 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
5559         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
5560         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
5561         * doc/autoconf.texi (Particular Functions): Mention new behavior.
5563 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
5565         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
5566           out the common code to ...
5567         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
5568           value of the #define--default to 1, iff the macro was called
5569           with exactly one parameter.
5571 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
5573         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
5574         "char c = '\200';" rather than "char c = 0x80;" as the
5575         latter doesn't conform to the strict C standard due to
5576         overflow on signed char hosts.
5578         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
5579         to -qlanglvl=ansi.  We don't want to disable extensions.
5581 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
5583         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
5584         (Using Autotest, testsuite Scripts, Writing testsuite.at):
5585         Reword slightly to avoid some English-language problems noted
5586         by Ralf Wildenhues in:
5587         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
5589 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
5591         * NEWS: Add ^L above each release.
5593 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
5595         Fix documentation problems reported by Russ Boylan in
5596         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
5597         along with some nearby cruft.
5598         * doc/autoconf.texi (Libtool): Libtool can be used without
5599         Automake (not without Autoconf).
5600         (Introduction): Mention lists.gnu.org.
5601         * BUGS: Don't mention bugs.gnu.org.
5602         Remove mention of ancient libtool compatibility problem.
5603         * NEWS: Mention that bugs.gnu.org is kaput.
5604         * README: Likewise.  Mention where mailing list archives can be found.
5606 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
5608         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
5610 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5612         * doc/autoconf.texi (Pretty Help Strings): Go back to
5613         single-quoting assignments to cache variables.
5615 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
5617         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
5618         with the examples; fix the bug in MY_ARG_WITH example reported
5619         by Alexandre Duret-Lutz.
5620         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
5621         expansion of $1 in the comment emitted to configure.
5623 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
5625         * doc/autoconf.texi (Pretty Help Strings): Fix typo
5626         in my editing of the previous patch.  Problem reported
5627         by Alexandre Duret-Lutz.
5629 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
5631         * doc/autoconf.texi (Autoconf Language): Explain that
5632         ``descriptions'' may not be double quotes.
5633         (Quotation Rule Of Thumb): Likewise.
5634         (Pretty Help Strings): Likewise; remove the wrong comment;
5635         simplify the examples and improve their quoting.
5637 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
5639         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
5640         the $1_found variable, don't test whether the file is executable;
5641         Both things are checked ...
5642         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
5643         the former ``test -f''.
5644         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
5646 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
5648         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
5649         use cp -R instead.
5651 2004-11-10  Derek R. Price  <derek@ximbiot.com>
5653         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
5654         limitations.  Reorder paragraphs for clarity.
5656 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5658         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
5659         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
5660         variants", "Unix", and some related minor wording fixups.
5662         (Shellology, Special Shell Variables): Document that the Zsh
5663         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
5664         to Alexandre Duret-Lutz for this info.
5666 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
5668         * doc/autoconf.texi (One-Shot Macros): New node.
5670 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
5672         * doc/autoconf.texi (Function Portability): Fix misdescription
5673         of putenv.  Problem reported by Michael Wardle.
5675 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
5677         * doc/autoconf.texi (auindex): New macro.
5678         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
5679         Problem reported by Stepan Kasal.
5681 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
5683         Fix problems reported by Andreas Buening in:
5684         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
5685         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
5686         in test makefile.
5687         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
5688         readable; it's not true in OS/2-emx.
5690 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
5692         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
5693         "/usr/include", clear ac_x_includes instead of leaving it as "no"
5694         (trivial change).  Problem and patch reported by Andrew Church in:
5695         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
5697 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
5699         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
5700         three args in examples.  Problem reported by Frederik Fouvry in:
5701         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
5702         Also, fix some minor spacing and punctuation bugs.
5704 2004-09-02  Akim Demaille  <akim@epita.fr>
5706         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
5707         "case" to restore ordering.
5708         Reported by Stepan Kasal.
5710 2004-08-26  Akim Demaille  <akim@epita.fr>
5712         * doc/autoconf.texi: Minor typos and stylos.
5714 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5716         * configure.ac (AC_INIT): Bump to 2.59c.
5718 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5720         Version 2.59b.
5722         * README: Add advice about m4 1.4.2.
5724         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
5725         texinfo.tex for now (done by hand now).
5726         * Makefile.maint (wget_files, cvs_files):
5727         Remove ansi2knr.c; nobody uses it.
5728         (ansi2knr.c-url_prefix): Remove.
5729         (cvs-update): Fix test for failure.  I don't know why it ever
5730         worked...
5732         * doc/autoconf.texi: Update URLs, some of which went stale.
5733         Use @uref rather than @href.
5735         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
5736         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
5738         * config/config.guess, config/config.sub, config/elisp-comp,
5739         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
5740         doc/fdl.texi, doc/standards.texi: Sync with master copy.
5742         * NEWS, TODO, configure.ac, bin/autoscan.in,
5743         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
5744         doc/install.texi, lib/Autom4te/Configure_ac.pm,
5745         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
5746         lib/autoconf/programs.m4, lib/autoconf/status.m4,
5747         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
5748         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
5749         tests/tools.at, tests/torture.at:
5750         Use "file name" rather than "filename" or "path",
5751         to be consistent with the terminology of the GNU coding standards.
5753 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5755         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
5756         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
5757         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
5758         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
5760         More fixes to support spaces in the name of the build directory.
5761         This isn't a complete fix but it's an improvement.
5763         * bin/autoconf.as (autom4te_options): New var.
5764         Use it instead of appending to AUTOM4TE, so that we can allow
5765         spaces in the build directory's absolute name.
5766         * bin/autoheader.in ($autoconf): Allow spaces in file names.
5767         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
5768         AT_CHECK_NOESCAPE): Likewise.
5769         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
5770         main program): Likewise.
5772 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
5774         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
5775         From Ralf Corsepius in:
5776         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
5778 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
5780         * doc/autoconf.texi (Function Portability): Document isinf and
5781         and isnan.  From a suggestion by Kevin Ryde.
5783         * lib/Autom4te/General.pm (END): Return correct exit status even
5784         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
5786 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5788         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
5789         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
5790         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
5792 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
5794         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
5795         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
5796         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
5797         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
5798         * lib/autom4te.in (Automake-preselections): Preselect
5799         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
5801 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
5803         * lib/autom4te.in (Automake-preselections): Preselect
5804         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
5805         trace them.
5807 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
5809         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
5810         Tru64.
5811         * doc/autoconf.texi (Shellology): Mention BIN_SH.
5812         Document problem with "`""`" in pdksh POSIX mode.
5814 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
5816         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
5817         with pdksh, too.  Problem reported by Patrick Welche via
5818         Gary V. Vaughan.
5819         * doc/autoconf.texi (Shellology): Note that set -o posix is
5820         useful for pkdsh, too.
5822 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
5824         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
5825         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
5826         Don't fail if ENV or BASH_ENV is readonly.
5827         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
5828         etc. are read only.  Problem reported by Ludovic Courtes.
5830 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
5832         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
5833         zsh, disable GLOB_SUBST to avoid backslash handling problems.
5834         (trivial change)
5836 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
5838         * doc/autoconf.texi (File System Conventions): Warn about
5839         names like "aux".  Problem reported by Eric Blake.
5841         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
5842         by zero instead of array size, so that we can use any arithmetic
5843         constant expression (instead of requiring an integer constant
5844         expression).  This allows us to test expressions like DBL_MAX <
5845         LDBL_MAX, which didn't conform to the C standard using the old
5846         method.
5847         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
5848         now that we can do floating-point tests at compile time.
5850 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
5852         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
5853         and LDBL_EPSILON, as the resulting expression isn't an
5854         integer constant expression and violates the C standard.
5855         Problem reported by Nelson H. F. Beebe.  Also, check
5856         for "L" suffix, and check that long double doesn't have
5857         worse range or precision than double, that mixed-mode
5858         arithmetic doesn't generate a diagnostic, that double
5859         constants fit in long double.
5861 2004-06-03  Kevin Ryde  <user42@zip.com.au>
5863         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
5864         malloc(0) and realloc(NULL,size).
5866         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
5867         Bob Proulx.
5869 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
5871         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
5872         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
5873         by Jim Meyering.
5875 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
5877         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
5878         can be rewritten using if-then-else.  Suggested by Bruno Haible.
5880 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
5882         * doc/autoconf.texi (testsuite Scripts): Fix typo.
5883         Problem reported by Stepan Kasal.
5885 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
5887         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
5888         change).  Patch reported by Ralf Wildenhues in
5889         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
5891         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
5892         function F exists if the compiler and linker let you compile an
5893         expression like (F != 0).  Recent versions of GCC optimize away
5894         the reference to F in that case, since every function address must
5895         be nonzero, so the link succeeds even if F does not exist.
5896         Problem reported by Manu in
5897         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
5899         * doc/autoconf.texi (Systemology): Standardize on the spelling of
5900         "Unix".  Many uses changed.
5901         (Limitations of Builtins): Explain better why the ! command isn't
5902         portable.
5904 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
5906         * lib/autom4te.in (Automake-preselections): Preselect
5907         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
5909 2004-05-19  Kevin Ryde  <user42@zip.com.au>
5911         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
5912         referencing AC_FUNC_STRERROR_R.
5914         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
5915         note pessimistic assumption when cross compiling.
5917 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
5919         * doc/autoconf.texi (Limitations of Make): Note that BSD make
5920         (until 2004) invoked subcommands with sh -e, contra POSIX.
5921         Reported by Kevin Ryde.
5923 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
5925         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
5926         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
5927         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
5928         `test -f "        /usr/bin/grep"', which _always_ failed.
5929         (AC_PROG_SED): Ditto bogus PATH fix.
5930         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
5931         requires that grep correctly supports _multiple_ `-e' options, rather
5932         than stating only that grep should accept `-e'.
5934 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
5936         Port to C99, which requires that 'exit' be declared.
5938         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
5939         to ensure that stdlib.h is included.
5940         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
5941         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
5942         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
5943         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
5944         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
5945         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
5946         when using 'exit' in a test; C99 requires that 'exit' be declared.
5948 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5950         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
5951         now prefers 'grep' implementations that accept -e.
5952         (Limitations of Usual Tools): Describe problems of traditional
5953         egrep and fgrep with long input lines, and of traditional grep
5954         with -e.
5955         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
5956         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
5957         All callers changed.  Append /usr/xpg4/bin to the PATH, for
5958         Solaris.
5959         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
5960         the user with complaints about multiple -e options.
5961         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
5962         Define it with AC_PROG_GREP.
5963         * configure.ac (AC_PROG_GREP): Add.
5964         * lib/freeze.mk (GREP): New macro.
5966 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
5968         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
5969         a possible candidate only after all others fail, rather than
5970         consulting it first.  This improves backward compatibility by
5971         better reflecting the way shell selection occurred in previous
5972         versions of Autoconf, and should help to avoid triggering latent
5973         problems in other packages, such as the one in Automake where zsh
5974         is not handled robustly:
5975         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
5976         Although it is not Autoconf's responsibility to work around
5977         problems in Automake, it nevertheless makes sense to avoid
5978         introducing unnecessary incompatibilites.
5980 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
5981             Gary V. Vaughan  <gary@gnu.org>
5983         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
5984         how deeply nested we are when a suitable tool is found, set the
5985         ac_path_TOOL_found flag.
5986         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
5987         nested we are in this macro.  Break out of all 3 nested loops if
5988         ac_path_TOOL_found is set.
5990 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
5992         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
5993         of the _AS_PATH_WALK loop too if GNU flavor is found.
5995 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
5997         * doc/autoconf.texi (Limitations of Make): Update documentation
5998         for `$<'.  New entry `Long lines', based on a report from Simon
5999         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
6000         paragraph about DJGPP, based on a mail from Richard Dawe.
6002 2004-04-20  Paul Eggert  <eggert@twinsun.com>
6004         * tests/c.at (C keywords): Don't assume that GCC supports
6005         "restrict" and "inline", as sufficiently-old GCC versions do not
6006         (also, GCC configured to be in pedantic C89 mode does not).
6007         Problem reported by Sumit Pandya in:
6008         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
6010         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
6011         consider -g to work if it generates warnings when plain compiles
6012         don't.  Problem reported by Braden McDaniel in:
6013         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
6015         * doc/autoconf.texi (Slashes): New section, to document a problem
6016         reported by Jim Meyering in:
6017         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
6019         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
6020         linker output files before linking, to work around IRIX 6 linker bug.
6021         Problem reported by Rainer Orth in:
6022         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
6024 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
6026         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
6027         best tool so far counter rely on the tool path variable name to
6028         avoid checks for one tool being affected by the results of running
6029         the length check on a previous tool.
6031         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
6032         match expression argument, as different greps have different
6033         regular expression flavours.
6034         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
6035         literals.
6036         (AC_PROG_EGREP): Pass 'EGREP$'.
6037         (AC_PROG_GREP): Pass 'GREP$'.
6039 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
6041         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
6042         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
6044 2004-03-29  Paul Eggert  <eggert@twinsun.com>
6046         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
6047         Types, Specific Compiler Characteristics, System Services,
6048         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
6049         etc. consistently instead of 'long', 'short', 'unsigned' etc.
6050         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
6051         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
6052         Likewise.
6053         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
6054         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
6055         AC_TYPE_OFF_T): Likewise.
6056         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
6057         Likewise.
6059         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
6060         pacify libtool 1.5.2.  Fix quoting problems in sed command.
6062 2004-03-28  Paul Eggert  <eggert@twinsun.com>
6064         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
6065         now defines HAVE_DECL_TZNAME if it is declared, when
6066         HAVE_STRUCT_TM_TM_ZONE is not defined.
6067         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
6068         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
6069         for HAVE_TZNAME.
6071 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
6073         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
6074         superfluous backslashing of quotes (") in sed expressions;
6075         thanks to Paul Eggert.
6077 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
6079         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
6080         Fortran compiler is ifort, also added pghpf; thanks to Nelson
6081         H. F. Beebe for the bug report.
6083 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
6085         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
6086         quoted -cmdline argument in Portland Group compiler (bug
6087         reported by Jeffrey J. Barteet).
6089 2004-03-25  Kevin Ryde  <user42@zip.com.au>
6091         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
6092         (Run Time): ... here, where it's now mentioned.
6094 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
6096         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
6097         inherits from language Autoconf-without-aclocal-m4.
6098         (Customizing autom4te): Adjust example; the cache must now be
6099         disabled for language Autoconf-without-aclocal-m4.
6101 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
6102             Nathanael Nerode  <neroden@twcny.rr.com>
6104         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
6105         AC_CHECK_TOOLS): Warn if a cross-tool is found without
6106         a prefix.
6107         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6108         AC_CHECK_TARGET_TOOLS): New macros.
6109         * doc/autoconf.texi (Generic Programs): Document
6110         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6111         AC_CHECK_TARGET_TOOLS, and warn for future changes
6112         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
6113         AC_CHECK_TOOLS.
6114         (Specifying Names): Document the reason for these future
6115         behavioral changes.
6116         * tests/mktests.sh: Do not generate tests for the
6117         new macros.
6118         * NEWS: Document these changes.
6120         * doc/autoconf.texi: Avoid macros with unbraced arguments,
6121         they make TeX hang up.
6123 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
6125         * NEWS: New macro AC_CHECK_ALIGNOF.
6126         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
6127         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
6128         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
6129         vowel.
6130         (AC_CHECK_ALIGNOF): New macro.
6131         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
6132         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
6133         those for sizeof.
6135 2004-03-03  Paul Eggert  <eggert@twinsun.com>
6137         * bin/Makefile.am (edit): Don't use $< in a context where
6138         POSIX doesn't require support for it.  Use $@.in instead.
6139         Problem reported by Anthony N. Frasso in
6140         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
6141         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
6143 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
6145         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
6146         from the next generation of Libtool.
6147         * lib/autom4te.in (Autoreconf-preselections): Ditto.
6149 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
6151         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
6152         is not always thread-safe.  Report from Nathanael Nerode.
6154 2004-02-18  Paul Eggert  <eggert@twinsun.com>
6156         Fix a dependencies problem, stemming from a Autoconf 2.59 build
6157         problem on QNX reported by Stephen Rasku in
6158         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
6160         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
6161         $(m4sh_m4f_dependencies); this removes a FIXME.
6162         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
6163         (MAINTAINERCLEANFILES): Split into pieces,
6164         one per related section.  Add $(srcdir)/wrapper.in.
6166 2004-02-09  Paul Eggert  <eggert@twinsun.com>
6168         * doc/autoconf.texi (Setting Output Variables): Emphasize that
6169         AC_SUBST provides no portable way to escape literal newlines.
6171         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
6172         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
6173         Darwin uses -lcrt2.o and there's little point to cataloging all
6174         the system variants.  Partial fix reported by Andreas Waechter in:
6175         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
6176         for bug reported by Nelson H. F. Beebe in:
6177         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
6179 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
6181         * doc/autoconf.texi (AU_DEFUN): Fix English,
6182         suggested by Paul Eggert.
6183         * lib/autoconf/autoupdate.m4: Correct reference to
6184         acobsolete.m4, suggested by Alexandre Duret-Lutz.
6186 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
6188         * bin/autoupdate.in: Define __file__ so that warnings
6189         refer to the correct file.
6190         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
6191         the behavior of the third argument.
6192         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
6193         correctly the behavior of the third argument.  Document
6194         what the three macros that AU_DEFUN defines do.  Fix
6195         warning message when the third argument includes $0
6196         (reported by Alexandre Duret-Lutz).
6198 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6199             Eric Sunshine  <sunshine@sunshineco.com>
6200             Paul Eggert  <eggert@twinsun.com>
6202         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
6203         (AS_INIT): Output shell initialization there. Removed optional
6204         parameter. Expand _AS_SHELL_FN_SPY.
6205         (AS_INIT_WITH_SHELL_FN): Removed.
6206         (_AS_SHELL_FN_SPY): New macro.
6207         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
6208         macros.
6209         (AS_SHELL_SANITIZE): Remove loop to find better shell
6210         and documentation for the parameter.
6211         (_AS_DETECT_BETTER_SHELL): Move it here.
6212         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
6213         (_AS_RUN): Move it here, support testing with eval.
6214         (AS_REQUIRE_SHELL_FN): Require shell functions when
6215         it is used.
6216         (_AS_LINENO_WORKS): Put around braces, we do not
6217         trigger the bash bug anymore.
6218         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
6219         use AS_INIT_WITH_SHELL_FN.
6220         * bin/autoconf.in, tests/wrapper.in: Regenerated.
6222 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6224         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
6225         * doc/autoconf.texi: Don't say that the third parameter
6226         is broken.
6227         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
6228         (AU_DEFUN): Honor the third parameter, create autoupdate
6229         macros with AU_DEFINE.
6230         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
6231         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
6232         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
6233         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
6234         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
6235         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
6236         AC_XENIX_DIR): Likewise.
6237         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
6238         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
6239         * lib/autoconf/status.m4: Remove FIXME.
6240         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
6241         that the macro is not present anymore in the updated
6242         configure.ac.
6243         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
6244         of autoupdate.
6246 2004-01-28  Paul Eggert  <eggert@twinsun.com>
6248         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
6249         copyright years.
6250         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
6251         2003 (except 1997) to the list of copyright years.  This undoes
6252         the 2003-05-22 change, which removed the older years from the list.
6253         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
6255 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
6256             Albert Chin-A-Young  <china@thewrittenword.com>
6258         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
6259         grep or ggrep program in PATH that accepts as long lines as
6260         possible.
6261         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
6262         AC_PROG_GREP.
6263         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
6264         egrep and fgrep respectively if $GREP -E/-F don't work.
6265         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
6266         _AC_PROG_GREP, and AC_PROG_SED.
6267         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
6268         longest input length accepted by a command.
6269         (AC_PROG_SED): Use it.
6270         * doc/autoconf.texi (Particular Programs): Document the changes.
6271         * NEWS: Updated.
6273 2004-01-27  Paul Eggert  <eggert@twinsun.com>
6275         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
6276         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6277         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
6278         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
6280         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
6281         bin/autoconf.in, config/Makefile.in, config/config.guess,
6282         config/config.sub, config/install-sh, config/mdate-sh,
6283         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
6284         lib/Makefile.in, lib/Autom4te/Makefile.in,
6285         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
6286         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
6287         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
6288         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
6289         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
6290         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
6291         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
6292         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
6293         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
6294         tests/actypes.at: Regenerate and/or sync with original
6295         sources.
6297 2004-01-26  Paul Eggert  <eggert@twinsun.com>
6299         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
6300         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
6301         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
6302         not <inttypes.h>.  Problem reported by Tim Mooney in
6303         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
6304         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
6305         Likewise.
6307         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
6308         otherwise "make check" fails because it forbids cmp (I guess
6309         because cmp treats files as binary on DOS-like systems).
6311         * tests/mktests.sh: Update copyright date to 2004, since some tests
6312         have changed in 2004.
6314 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
6316         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
6317         non-truncating sed or gsed program in PATH.
6318         * tests/acprograms.at: Add it.
6319         * doc/autoconf.texi (Particular Programs): Document it.
6320         * NEWS: Updated.
6322 2004-01-15  Paul Eggert  <eggert@twinsun.com>
6324         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
6325         -std1 disables some useful extensions on Tru64.  Problem reported
6326         by N. Lichtmaier in
6327         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
6329 2004-01-14  Paul Eggert  <eggert@twinsun.com>
6331         * doc/autoconf.texi (Programming in M4sh): Document that
6332         AS_MKDIR_P succeeds if the destination is a symbolic link
6333         to an existing directory.
6334         (Limitations of Usual Tools): Note that mkdir -p might not
6335         succeed on symlinks to directories.
6337 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
6339         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
6340         * bin/autoheader.in: Grammar fix in message.
6341         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
6342         Test for dir before calling mkdir -p.  (trivial changes)
6344 2004-01-13  Eric Blake  <ebb9@byu.net>
6346         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
6347         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
6349 2004-01-10  Jim Meyering  <jim@meyering.net>
6351         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
6353 2004-01-09  Paul Eggert  <eggert@twinsun.com>
6355         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
6356         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
6357         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
6358         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
6359         AC_COMPILE_IFELSE, since we now assume our caller invokes
6360         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
6361         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
6362         of AC_RUN_IFELSE; this avoids the warning mentioned above.
6363         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
6365 2004-01-07  Paul Eggert  <eggert@twinsun.com>
6367         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
6368         `"'...'"`, as it's confusing (and I suspect it may not work on
6369         some platforms).  The code was incorrect anyway, as it assumed
6370         that \$ evaluated to itself in that context.  Reported by
6371         Alexandre Duret-Lutz.
6373 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
6375         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
6376         and _LT_AC_TAGCONFIG.
6378 2004-01-06  Paul Eggert  <eggert@twinsun.com>
6380         * doc/autoconf.texi (One Macro Call): Fix an incorrect
6381         example, and add more examples.  Reported by Eric Sunshine.
6383 2004-01-05  Paul Eggert  <eggert@twinsun.com>
6385         * doc/autoconf.texi (Limitations of Usual Tools):
6386         Remove warning against "rm -fr" introduced yesterday; it
6387         was a false alarm.
6389         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
6390         autoscan, autoupdate, ifnames): Don't use chmod -w.
6391         * lib/Makefile.am (autom4te.cfg): Likewise.
6392         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
6393         "chmod -w".
6395 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6396             Paolo Bonzini  <bonzini@gnu.org>
6398         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
6399         by doing lineno substitution only on lines containing "$LINENO".
6401 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6403         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
6404         Use "rm -f" to remove conftest.sed, not plain "rm".
6405         Bug reported by David Relson in
6406         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
6408         * Makefile.am (autom4te-update):
6409         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
6410         * Makefile.maint (my-distcheck, do-po-update): Likewise.
6411         * doc/autoconf.texi (Guidelines): Likewise.
6412         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
6413         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
6414         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
6415         * lib/autotest/general.m4 (AT_INIT): Likewise.
6416         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
6417         * tests/Makefile.am (clean-local): Likewise.
6418         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
6419         srcdir): Likewise.
6420         * doc/autoconf.texi (Limitations of Usual Tools):
6421         Warn against "rm -fr".
6423 2004-01-03  Paul Eggert  <eggert@twinsun.com>
6425         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
6426         -c -o might not work.  From a suggestion by Kevin Ryde.
6427         (C Compiler, Generating Sources, Limitations
6428         of Usual Tools, Limitations of Make, Making testsuite Scripts):
6429         Don't put '-o' after non-options, as POSIX doesn't allow this.
6430         Mention that cc's name might be gcc or c89 or whatever.
6432 2004-01-04  Kevin Ryde  <user42@zip.com.au>
6434         * doc/autoconf.texi: Add various further index entries.
6436 2003-12-29  Paul Eggert  <eggert@twinsun.com>
6438         * bin/autoreconf.in (autoreconf_current_directory):
6439         Fix typo: mkdir without umask arg.
6441 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
6443         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
6444         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
6445         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
6446         explanation clearer.
6448 2003-12-24  Andreas Schwab  <schwab@suse.de>
6450         * doc/autoconf.texi (Default Includes): Fix misspelling of
6451         AC_INCLUDES_DEFAULT.
6453 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6455         * configure.ac: Test if sh -n works.
6456         * configure: Regenerate.
6457         * tests/atlocal.in: Store the result here.
6458         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
6459         tools.at, looking in atlocal's ac_cv_sh_n_works instead
6460         of explicitly testing.
6461         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
6462         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
6463         * tests/tools.at (Syntax of the shell scripts): Simplify
6464         using AT_CHECK_SHELL_SYNTAX.
6465         (Syntax of the Perl scripts): Remove definition of
6466         AT_CHECK_PERL_SYNTAX.
6468 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6470         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
6471         stderr to /dev/null.
6472         * bin/autoconf.in: Regenerate.
6473         * bin/wrapper.in: Regenerate.
6475 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
6477         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
6478         Extracted from AS_SHELL_SANITIZE.
6479         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
6480         macros.
6481         (AS_SHELL_SANITIZE): Move reinvocation code from
6482         _AS_LINENO_WORKS, use it to find out if shell
6483         functions work.
6484         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
6485         does not work.
6486         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
6487         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
6488         was called.
6489         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
6490         * bin/autoconf.in: Regenerate.
6491         * tests/wrapper.in: Regenerate.
6492         * tests/tools.at: Test the syntax of tests/autoconf
6493         and tests/testsuite.
6495 2003-11-24  Akim Demaille  <akim@epita.fr>
6497         * config/announce-gen (&print_locations, &print_signatures)
6498         (&sizes): New.
6499         Use them.
6500         No longer rely on Gnus to inline the list of signatures: compute
6501         them on the fly.
6503 2003-11-24  Akim Demaille  <akim@epita.fr>
6505         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
6506         override some files.
6507         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
6508         From Debian Autoconf 2.58.
6510 2003-11-24  Akim Demaille  <akim@epita.fr>
6512         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
6513         uses.
6514         From Debian Autoconf 2.58.
6516 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6518         * TODO: Remove already done things.  Update the part about finding
6519         tools for the target.
6521 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6523         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
6524         Make wording more consistent.
6525         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
6526         Explain the transition better.
6527         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
6528         the transition better.
6530 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6532         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
6533         parameter of AU_DEFUN.
6534         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
6535         (AU_DEFUN): Remove the third parameter, it was not used.
6536         Use AC_DEFUN directly, not AU_DEFINE.
6537         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
6538         the expanded body, consistently with other macros such as AC_USG.
6540 2003-11-17  Paul Eggert  <eggert@twinsun.com>
6542         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
6543         into the initial confdefs.h, to work around a bug in NextStep 3.3
6544         patch 3 reported by Eric Sunshine.
6546 2003-11-15  Kevin Ryde  <user42@zip.com.au>
6548         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
6549         than $target since the latter is not usual, add guidelines on when to
6550         use or not use the system type.
6552 2003-11-12  Derek Price  <derek@ximbiot.com>
6554         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
6555         typo misrepaired by an auto-spellcheck.
6557 2003-11-12  Akim Demaille  <akim@epita.fr>
6559         * bin/autoreconf.in (&parse_args): Don't call automake with
6560         --force-missing unless it actually supports it.
6561         From Debian #219336.
6563 2003-11-12  Akim Demaille  <akim@epita.fr>
6565         * configure.ac: Bump to 2.59a.
6566         Require 2.59.
6568 2003-11-06  Akim Demaille  <akim@epita.fr>
6570         Version 2.59.
6572 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
6574         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
6575         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
6576         and ac_abs_top_srcdir are absolute paths.
6577         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
6579 2003-11-05  Akim Demaille  <akim@epita.fr>
6581         * configure.ac: Bump to 2.58a.
6583 2003-11-05  Kevin Ryde  <user42@zip.com.au>
6585         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
6586         it provokes a warning from makeinfo about looking like a cross
6587         reference in info output.
6589         * doc/autoconf.texi (Function Portability): Add notes on signal
6590         handler return type, as per AC_TYPE_SIGNAL.
6592 2003-11-04  Akim Demaille  <akim@epita.fr>
6594         Version 2.58.
6595         * doc/standards.texi: Update from master.
6597         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
6599 2003-11-04  Akim Demaille  <akim@epita.fr>
6601         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
6602         computing the absolute path to d1 in the source hierarchy: it may
6603         not exist at all.  So don't cd into it.
6604         From Alexandre Duret-Lutz.
6605         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
6607         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
6608         From Paul Eggert, but named after Perl's IO::Spec->catfile.
6609         * doc/autoconf.texi (Programming in M4sh): Document.
6610         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
6612 2003-11-03  Pavel Roskin  <proski@gnu.org>
6614         * doc/autoconf.texi (Generic Structure Checks): Describe
6615         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
6617 2003-10-31  Akim Demaille  <akim@epita.fr>
6619         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
6620         (GNU Fortran): New.
6621         * doc/autoconf.texi (Language Choice): Document.
6622         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
6623         the current language is Fortran.
6625 2003-10-31  Akim Demaille  <akim@epita.fr>
6627         * bin/autom4te.in (&freeze): Use a less likely warning separator
6628         than `\n\n', so that `\n\n\n' is valid in warnings.
6629         Reported by Steve Huston.
6631 2003-10-28  Akim Demaille  <akim@epita.fr>
6633         * Makefile.cfg (local_updates, executable-update): Tweak to be
6634         robust to parallel makes.
6635         Suggested by Alexandre Duret-Lutz.
6637 2003-10-27  Akim Demaille  <akim@epita.fr>
6639         * Makefile.cfg (executable-update): New.
6640         (local_updates): Call it.
6642 2003-10-27  Akim Demaille  <akim@epita.fr>
6644         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
6645         Don't remove core.* as it may remove valid user files.
6646         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
6647         (AC_FUNC_UTIME_NULL): Likewise.
6649 2003-10-23  Akim Demaille  <akim@epita.fr>
6651         Version 2.57g.
6652         * config/config.guess, config/config.sub: Upgrade from masters.
6654 2003-10-23  Akim Demaille  <akim@epita.fr>
6656         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
6657         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
6658         hand...
6660 2003-10-23  Akim Demaille  <akim@epita.fr>
6662         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
6663         Don't forget to remove conftest.err.
6665 2003-10-23  Akim Demaille  <akim@epita.fr>
6667         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
6668         same object file in $LIBOBJS.
6669         Reported by Alexandre Duret-Lutz & Derek Robert Price.
6670         * doc/autoconf.texi (Generic Functions): Adjust.
6672 2003-10-20  Paul Eggert  <eggert@twinsun.com>
6674         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
6675         Use 'eval', so that the resulting configure scripts work even if
6676         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
6678 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
6680         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
6681         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
6682         (_AC_LINK_IFELSE): Check the werror flag.
6683         * doc/autoconf.texi (Generic Compiler Characteristics): Document
6684         AC_LANG_WERROR.
6685         * NEWS: Mention it.
6687 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
6689         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
6690         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
6691         override AC_LINK_IFELSE.
6693 2003-10-15  Paul Eggert  <eggert@twinsun.com>
6695         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
6696         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
6697         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
6698         Mention /usr/dt/bin/dtksh on Solaris.
6699         (Shell Substitutions): Warn about $((...)).
6700         (Parentheses): New section.
6702 2003-10-15  Kevin Ryde  <user42@zip.com.au>
6704         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
6705         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
6707 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6709         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
6710         cross test.
6712 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
6714         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
6715         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
6717 2003-10-10  Andreas Schwab  <schwab@suse.de>
6719         * bin/autoheader.in: Avoid empty first line in --version and
6720         --help output.
6721         * bin/ifnames.in: Likewise.
6723 2003-10-09  Paul Eggert  <eggert@twinsun.com>
6725         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
6726         Issue a more-informative diagnostic.
6727         Problems reported by Eric Sunshine.
6729 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
6731         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
6732         -mGLOB_options_string stuff for Intel ifc, which can cause
6733         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
6734         pattern-matching instead of grep.
6736 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
6738         * doc/autoconf.texi: Document new FC Fortran macros.
6740 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
6742         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
6743         that future autopoint/aclocal/automake/autoreconf will be able
6744         to trace to find where to install local m4 macros.
6745         * doc/autoconf.texi (Input): Document it.
6746         * NEWS: Updated.
6748 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
6750         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
6751         -lcrtbegin.o to list of ignored flags and fix underquoting of
6752         -lcrt[01].o.
6754 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
6756         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
6757         cache variable instead of $G77 to decide whether to include -O2,
6758         since $G77 is specific to Fortran 77.
6760 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
6762         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
6763         free" flag.  Re-order flags tested into rough order of popularity.
6765 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
6767         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
6768         arguments so that it can be used with syntax identical to
6769         AC_PROG_F77, and so that we can more easily decide to
6770         remove/deprecate the DIALECT optional argument in the future if it
6771         proves troublesome.
6772         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
6773         non-freeform-supporting compilers.  Document freeform flags.
6775 2003-10-03  Akim Demaille  <akim@epita.fr>
6777         * configure.ac: Look for emacs, not macs.
6778         Reported by Eric Sunshine.
6780 2003-10-03  Akim Demaille  <akim@epita.fr>
6782         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
6783         * bin/autoreconf.in (autoreconf_current_directory): Create the
6784         AUX_DIR if needed, for sake of automake --add-missing etc.
6785         Suggested by Alexandre Duret-Lutz.
6787 2003-10-03  Akim Demaille  <akim@epita.fr>
6789         * configure.ac: Quotation and formatting changes.
6790         (EMACS): Don't set it if it is not recent enough to support
6791         autoconf-mode.el.
6792         From Eric Sunshine.
6794 2003-10-02  Akim Demaille  <akim@epita.fr>
6796         * bin/ifnames.in (&scan_file): Skip C++ comments.
6797         From Jeremy Yallop.
6799 2003-10-01  Pavel Roskin  <proski@gnu.org>
6801         * doc/autoconf.texi (Particular Structure Checks):
6802         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
6804 2003-10-01  Akim Demaille  <akim@epita.fr>
6806         Version 2.57f.
6808 2003-09-30  Paul Eggert  <eggert@twinsun.com>
6810         * lib/Autom4te/XFile.pm: Use Errno.
6811         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
6812         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
6814 2003-09-30  Akim Demaille  <akim@epita.fr>
6816         * config/announce-gen (&print_news_deltas): Extracted from...
6817         (&print_changelog_deltas): here.
6818         (&news_file): Rename as...
6819         (@news_file): this.
6821 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
6823         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
6824         have been created when invoking the compiler.
6825         * tests/fortran.at (GNU Fortran 77): Quote $G77.
6827 2003-09-29  Akim Demaille  <akim@epita.fr>
6829         Version 2.57e.
6831         * config/mkinstalldirs: Upgrade.
6833 2003-09-28  Paul Eggert  <eggert@twinsun.com>
6835         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
6836         Problem reported by Lars J. Aas in
6837         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
6838         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
6839         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
6840         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
6842 2003-09-26  Akim Demaille  <akim@epita.fr>
6844         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
6845         directory for AC_CONFIG_COMMANDS' first argument exists.
6846         This makes valid the invocation of _AC_SRCPATH that follows.
6847         Reported by Eric Sunshine.
6848         * doc/autoconf.texi (Configuration Commands): Adjust.
6850 2003-09-26  Akim Demaille  <akim@epita.fr>
6852         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
6853         Reported by Ralf Corsepius.
6855 2003-09-26  Akim Demaille  <akim@epita.fr>
6857         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
6858         arguments.
6859         Actually, use AU_ALIAS.
6860         From Bruno Haible.
6862 2003-09-26  Paul Eggert  <eggert@twinsun.com>
6864         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
6865         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
6866         Problem reported by Eric Sunshine in:
6867         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
6869 2003-09-26  Akim Demaille  <akim@epita.fr>
6871         The test suite are sometimes assigning timings incorrectly.
6872         Reported by Henk Krus.
6873         Diagnosed by Nicolas Joly.
6875         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
6876         AT_help_all.
6877         Instead of making AT_help a sequence of assignments to grow
6878         $at_help_all, just make AT_help_all be the growing contents of
6879         $at_help_all, and make a single assignment in...
6880         (AT_INIT): here.
6881         (at_times_skip): Flip the meaning and rename as...
6882         (at_times_p): this.
6883         (AT_INIT): When summarizing the test that ran, remove
6884         $at_times_file after use, and check it is present before trying to
6885         use it.
6887 2003-09-25  Akim Demaille  <akim@epita.fr>
6889         Version 2.57d.
6891         * bin/Makefile.am (edit): Handle '@configure_input@'.
6892         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
6893         (ifnames): chmod -w.
6894         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
6895         executables, not bin/ executables!  Otherwise all the magic needed
6896         to find non installed files is turned off.  This caused a failure
6897         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
6898         as found in its environment (sent by tests/autoreconf): pointing
6899         to bin/autom4te that could not find its files.
6900         * tests/mktests.sh: Force the replacement of generated files, for
6901         the sake of "mv" program that are interactive when overwriting a
6902         -w file.
6903         * config/install-sh: Upgrade from CVS Automake.
6905 2003-09-23  Paul Eggert  <eggert@twinsun.com>
6907         * doc/autoconf.texi (Limitations of Builtins): Document test -h
6908         versus test -L issues.
6910 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
6911             Paul Eggert  <eggert@twinsun.com>
6913         Trivial change to support GCC's configuration procedure.
6914         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
6915         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
6916         about inconsistency if the preprocessor is set to give errors for
6917         any warning.
6918         * doc/autoconf.texi (C Compiler Characteristics): Document this.
6920 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
6922         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
6923         and XFile.pm from Automake.
6924         * lib/Autom4te/XFile.pm: Update from Automake.
6926 2003-09-12  Akim Demaille  <akim@epita.fr>
6928         Version 2.57c.
6930 2003-09-12  Akim Demaille  <akim@epita.fr>
6932         * config/config.guess, config/config.sub, config/missing,
6933         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
6934         from masters.
6936 2003-09-12  Akim Demaille  <akim@epita.fr>
6938         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
6939         not asm/types.h.
6941 2003-09-11  Akim Demaille  <akim@epita.fr>
6943         * doc/autoconf.texi (Header Portability): linux/random.h.
6944         From Peter Hendrickson.
6946 2003-09-10  Akim Demaille  <akim@epita.fr>
6948         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
6949         willing to edit the output files.
6951 2003-09-10  Akim Demaille  <akim@epita.fr>
6953         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
6954         and AC_FC_FREEFORM.
6955         * tests/mktests.sh: Skip AC_FC_SRCEXT.
6956         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
6958 2003-09-09  Akim Demaille  <akim@epita.fr>
6960         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
6961         Reported by Gary Vaughan.
6962         * bin/autom4te.in (handle_m4): Likewise.
6964 2003-09-09  Akim Demaille  <akim@epita.fr>
6966         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
6967         trailing files.
6969 2003-09-07  Paul Eggert  <eggert@twinsun.com>
6971         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
6972         Improve the accuracy of the wording about obsolescence.
6973         From a suggestion by Ian Lance Taylor in
6974         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
6976 2003-09-05  Paul Eggert  <eggert@twinsun.com>
6978         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
6979         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
6981 2003-09-04  Akim Demaille  <akim@epita.fr>
6983         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
6984         AC_FUNC_WAIT3.
6986 2003-09-04  Akim Demaille  <akim@epita.fr>
6988         * bin/autom4te.in: Use &fatal where more appropriate than &error.
6989         (freeze): When exiting, use $exit_code.
6990         * lib/autoconf/fortran.m4: Comment changes.
6992 2003-09-04  Akim Demaille  <akim@epita.fr>
6994         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
6996 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
6998         Add support for newer Fortran dialects.  The F77 interface is
6999         unchanged, and continues to support Fortran 77.  New FC macros
7000         correspond to all the old F77 macros, with output variables FC,
7001         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
7002         available dialect, but older dialects can be specified.  There are
7003         new macros AC_FC_SRCEXT to set the source extension, and
7004         AC_FC_FREEFORM to accept free-form source files.
7006         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
7007         New macros.
7008         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
7009         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
7010         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
7011         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
7012         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
7013         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
7014         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
7015         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
7016         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
7017         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
7018         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
7019         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
7020         AC_FC_SRCEXT, AC_FC_FREEFORM):
7021         New macros.
7022         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
7023         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
7024         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
7025         Rewrite in terms of the above.
7026         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
7027         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
7028         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
7029         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
7031 2003-09-02  Paul Eggert  <eggert@twinsun.com>
7033         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
7034         Document problems with timestamp resolution that 'make', 'cp -p', and
7035         'touch -r' have.
7037 2003-08-27  Akim Demaille  <akim@epita.fr>
7039         * tests/m4sugar.at (cross_warning): Make sure to enable the
7040         output, so that we can track spurious m4sugar output.
7041         * tests/local.at: Require 2.57.
7042         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
7043         are defaulted by AT_CHECK anyway.
7044         Use AT_CHECK_AUTOM4TE.
7045         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
7046         missing dnl.
7048 2003-08-27  Akim Demaille  <akim@epita.fr>
7050         * bin/autoheader.in: Issue the "Using auxiliary..." message only
7051         when -Wobsolete is set.
7052         Set it on by default.
7053         Suggested by Klee Dienes.
7055 2003-08-27  Akim Demaille  <akim@epita.fr>
7057         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
7058         documentation.
7059         From Guido Draheim.
7061 2003-08-26  Akim Demaille  <akim@epita.fr>
7063         * doc/autoconf.texi (Output): Make clear that one can run code
7064         after AC_OUTPUT.
7066 2003-08-25  Akim Demaille  <akim@epita.fr>
7068         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
7069         CVS Bison.
7071 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
7073         * bin/autoreconf.in (parse_args): Do not pass --no-force to
7074         Automake versions prior to 1.8.
7076 2003-08-25  Akim Demaille  <akim@epita.fr>
7078         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
7079         From Ville Karaila.
7081 2003-08-24  Akim Demaille  <akim@epita.fr>
7083         * configure.ac: Bump to 2.57c.
7085 2003-08-22  Akim Demaille  <akim@epita.fr>
7087         Version 2.57b.
7089         * Makefile.cfg (local-checks-to-skip): New.
7090         * Makefile.maint (local-check): Rename as...
7091         (local-checks-available): this.
7092         (local-check): New.
7094         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
7095         * configure.ac: Require Automake 1.7.6.
7097 2003-08-22  Akim Demaille  <akim@epita.fr>
7099         Output stack traces in warnings.
7101         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
7102         Replace the former...
7103         (m4_warn): Pass the call stack to _m4_warn.
7104         * bin/autom4te.in: Adjust to output the call stack.
7105         * tests/m4sugar.at (m4@&t@_warn): Adjust.
7107 2003-08-22  Akim Demaille  <akim@epita.fr>
7109         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
7110         * bin/autom4te.in: Adjust.
7112 2003-08-21  Akim Demaille  <akim@epita.fr>
7114         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
7115         (&verbose): Remove.
7116         (&getopt): Adjust the note and verb channels, depending upon
7117         --verbose.
7118         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
7119         * bin/autoupdate.in: Adjust.
7120         Use &verb, not &verbose.
7122 2003-08-21  Akim Demaille  <akim@epita.fr>
7124         * bin/autoheader.in (&parse_args): Use &parse_warnings and
7125         &parse_WARNINGS.
7126         ($help): Use Autom4te::ChannelDefs::usage.
7127         * bin/autoscan.in: Use Autom4te::ChannelDefs.
7128         * lib/Autom4te/General.pm: Don't export error: you don't own it.
7130 2003-08-21  Akim Demaille  <akim@epita.fr>
7132         First stab at preserving warnings between calls to autom4te,
7133         including when the cache is used.
7135         There are still several issues: (i) there are too many runs of m4
7136         (one for include, one for warnings, and some more), (ii) warnings
7137         spreading on several lines are not handled gracefully, (iii) the
7138         code meant to have the call stack display for errors does not work
7139         (its handling should move from m4 to autom4te).
7141         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
7142         Use them.
7143         (@preselect): Add m4_warn.
7144         ($exit_status): Remove, use $exit_code.
7145         ($help): Use Autom4te::ChannelDefs::usage.
7146         (&handle_m4): No longer define the m4_warnings.
7147         At each run, extract and report the warnings.
7148         Always cache the result, including if the exit status is on
7149         failure, since if nothing changes, we should result in the same
7150         failure, hence we can use the cache.
7151         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
7152         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
7153         Remove.
7154         (m4_warn): Redefine as a do-nothing: it is its invocation that
7155         matters, as warnings are now reported via traces.
7156         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
7157         the contents of m4_warn: make it _call_ m4_warn, so that tracing
7158         the latter reveals calls to the former.
7160         Adjust the tests.
7162         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
7164 2003-08-21  Akim Demaille  <akim@epita.fr>
7166         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
7167         Use them.
7169 2003-08-21  Akim Demaille  <akim@epita.fr>
7171         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
7172         forward order.
7173         * lib/Autom4te/ChannelDefs.pm: Doc typos.
7174         (&parse_warnings): Accept a list of warning requests.
7175         (&usage): Return a string, not a side effect.
7176         (cross): New warning category.
7178 2003-08-21  Akim Demaille  <akim@epita.fr>
7180         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
7181         (&require_configure_ac): Accept an optional directory argument.
7182         ($configure_ac): Remove.
7183         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
7184         (&catfile): Remove.
7185         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
7186         * bin/autoscan.in: Adjust.
7188 2003-08-20  Akim Demaille  <akim@epita.fr>
7190         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
7191         Reported by Alexandre Duret-Lutz.
7193 2003-08-20  Akim Demaille  <akim@epita.fr>
7195         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
7196         * bin/autom4te: Adjust.
7197         In particular, be Autoconf tools are really silent when properly
7198         working, bind the verbosity of the 'note' channel to $verbose.
7199         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
7200         (&xsystem, &contents): Remove, since they are exported by...
7201         * lib/Autom4te/FileUtils.pm: this.
7202         More perldoc.
7203         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
7204         * lib/Autom4te/FileUtils.pm: here.
7206 2003-08-20  Akim Demaille  <akim@epita.fr>
7208         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
7209         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
7210         from CVS Automake.
7212 2003-08-20  Akim Demaille  <akim@epita.fr>
7214         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
7215         (autom4te-update): New.
7216         * Makefile.cfg (update): Bind autom4te-update.
7218 2003-08-19  Derek Price  <derek@ximbiot.com>
7220         * lib/autotest/general.m4: Comment various HELP_* diversions.
7221         (PARSE_ARGS_BEGIN): New section for option parsing related
7222         initialization.
7223         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
7224         package specific options and associated help.
7226 2003-08-19  Akim Demaille  <akim@epita.fr>
7228         * config/announce-gen, Makefile.cfg: New.
7229         * Makefile.am: Adjust.
7230         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
7232 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7234         * lib/autom4te.in (Automake-preselections): Preselect
7235         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
7236         and m4_sinclude.
7238 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7240         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
7241         (Autoconf-without-aclocal-m4): ... this new language.
7242         * doc/autoconf.texi (autom4te Invocation): Mention
7243         Autoconf-without-aclocal-m4.
7245 2003-08-18  Derek Price  <derek@ximbiot.com>
7247         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
7248         RUN-IF-PASS optional arguments.
7250 2003-08-18  Derek Price  <derek@ximbiot.com>
7252         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
7254 2003-08-16  Derek Price  <derek@ximbiot.com>
7256         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
7257         STDOUT & STDERR arguments.
7259 2003-08-14  Derek Price  <derek@ximbiot.com>
7261         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
7262         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
7263         shorter column three.  Add DESCRIPTION to log file content.
7265 2003-08-13  Derek Price  <derek@ximbiot.com>
7267         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
7268         output.
7270 2003-08-12  Derek Price  <derek@ximbiot.com>
7272         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
7273         (AT_CHECK_NOESCAPE): Move core functionality to...
7274         (_AT_CHECK): ...this new macro.
7276 2003-08-07  Derek Price  <derek@ximbiot.com>
7278         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
7279         (AT_CHECK_NOESCAPE): ...to this new macro.
7281 2003-07-31  Paul Eggert  <eggert@twinsun.com>
7283         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
7284         in Bash 2.01.  Problem reported by Brian Gough in
7285         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
7287 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
7289         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
7290         -lcrt1.o, for OS X.  (trivial change)
7292 2003-07-07  Paul Eggert  <eggert@twinsun.com>
7294         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
7295         inside '#ifndef __cplusplus'.  Problem reported by
7296         Bob Friesenhahn.
7298 2003-07-06  Bill Clarke  <llib@computer.org>
7300         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
7301         'long', not 'int', for benefit of Sun's recent C++ compilers
7302         (trivial change).  See:
7303         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
7304         (This really should be 'intptr_t', not 'long', but that would
7305         take more work.)
7307 2003-06-25  Akim Demaille  <akim@epita.fr>
7309         * lib/Makefile.am (autom4te.cfg): Make it read only.
7310         Depend on Makefile since it contains substitutions.
7311         From Paolo Bonzini.
7312         * lib/autom4te.in (args): Add local.at? for Autotest args.
7313         This change was made on autom4te.cfg which is generated.
7314         Reported by Raja R. Harinath.
7316 2003-06-25  Akim Demaille  <akim@epita.fr>
7318         * doc/autoconf.texi (Header Portability): sys/mount.h.
7319         From Gareth McCaughan.
7321 2003-06-23  Akim Demaille  <akim@epita.fr>
7323         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
7324         not all of them.  This fixes 1. the fact that when testing
7325         Autoconf there are many many config.log, 2. the incorrect use of
7326         top_srcdir to find config.log.
7327         Don't mix the detailed output of failed test with the summary of
7328         failures.  Rather, append detailed log afterwards.
7330 2003-06-23  Akim Demaille  <akim@epita.fr>
7332         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
7333         always run: output config.log on $at_group_log.
7335 2003-06-23  Akim Demaille  <akim@epita.fr>
7337         * tests/torture.at (#define header templates): Don't use quotes in
7338         C++ comments as it puzzles Emacs' sh font-lock-mode.
7340 2003-06-23  Akim Demaille  <akim@epita.fr>
7342         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
7343         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
7344         * tests/atspecific.m4: Rename as...
7345         * tests/local.at: This.
7346         * tests/suite.at: Move the globals into...
7347         * tests/local.at: here.
7348         * tests/Makefile.am: Adjust.
7349         * doc/autoconf.texi (testsuite Scripts): Adjust.
7351 2003-06-21  Kevin Ryde  <user42@zip.com.au>
7353         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
7354         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
7355         ensuring we add -std1 for full-ANSI.
7357         * doc/autoconf.texi (hdrindex): New macro.
7358         Add index entries for portability of various standard header files.
7360 2003-06-20  Akim Demaille  <akim@epita.fr>
7362         * configure.ac: Bump to 2.57b.
7364 2003-06-20  Akim Demaille  <akim@epita.fr>
7366         Version 2.57a.
7368 2003-06-20  Akim Demaille  <akim@epita.fr>
7370         * bin/autom4te.in: Don't rely on $HOME being defined.
7371         Reported by Marc Espie as PR/233.
7373 2003-06-20  Akim Demaille  <akim@epita.fr>
7375         * lib/autotest/general.m4: Use at_times_file only if used.
7376         From Nicolas Joly.
7378 2003-06-20  Akim Demaille  <akim@epita.fr>
7380         * config/config.guess, config/config.sub, config/elisp-comp,
7381         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
7382         Update from masters.
7384 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
7386         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
7387         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
7388         (TEST_SCRIPT): New diversion.
7389         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
7390         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
7391         (AT_INIT): Support for expected failures.
7393 2003-06-02  Akim Demaille  <akim@epita.fr>
7395         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
7396         changes.
7397         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
7398         Autoconf nor Automake.
7399         (&contents): New, from Automake.
7400         PODify.
7402 2003-05-28  Paul Eggert  <eggert@twinsun.com>
7404         * NEWS, doc/autoconf.texi (Particular Functions),
7405         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
7406         is the inverse of localtime.
7408 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
7410         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
7411         (handle_exec_errors): New function.  Work around $! being
7412         altered by WEXITSTATUS.
7413         (xqx, xsystem): Use handle_exec_errors.
7415 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
7417         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
7418         Do not call `_exit()', simply modify `$?'.
7419         (xsystem): Reset $! before running system, and check it afterward.
7420         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
7421         63 for version mismatches.
7423 2003-05-23  Akim Demaille  <akim@epita.fr>
7425         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
7426         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
7427         the middle of a line).
7428         * lib/m4sugar/m4sugar.m4: Likewise.
7429         Remove useless spaces in comments.
7431 2003-05-23  Akim Demaille  <akim@epita.fr>
7433         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
7434         exit 63, so that we (or Automake's "missing") can tell the
7435         difference with a plain failure.
7436         * doc/autoconf.texi (Notices): Adjust.
7438 2003-05-23  Akim Demaille  <akim@epita.fr>
7440         * Makefile.am, bin/Makefile.am, config/Makefile.am,
7441         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
7442         White spaces cleanup.
7444 2003-05-22  Jim Meyering  <jim@meyering.net>
7445             Paul Eggert  <eggert@twinsun.com>
7447         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
7448         Remove `#include <stdlib.h>' from the list; we should never
7449         make confdefs.h include <stdlib.h> or <cstdlib>, because the
7450         resulting namespace pollution would cause other tests to fail.
7451         Configure scripts run with some older versions of g++ and HP's
7452         aCC would fail due to such an #include.  Problems reported by
7453         Matthew Mueller in <http://bugs.debian.org/120704> and by
7454         Keith Bostic in
7455         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
7456         In the test, use the test declaration before including <stdlib.h>,
7457         as that's closer to how it'll be used.
7459 2003-05-23  Akim Demaille  <akim@epita.fr>
7461         * doc/autoconf.texi (Header Portability): ucred.h.
7462         From Ian Redfern.
7464 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7466         Overhaul Autotest's logging: generate separate log files
7467         in testsuite.dir/NNN/testsuite.log, and append them to
7468         testsuite.log instead of re-running the test verbosely.
7470         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
7471         file descriptor, write 0 to at_status_file instead of setting
7472         at_status=0, initialize some new variables (at_status_file,
7473         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
7474         to rerun the tests, instead append the at_group_log to the
7475         at_suite_log when a test fails.
7476         (AT_SETUP): pipe the test case's output into at_tee_pipe,
7477         with the AS_MESSAGE_LOG_FD redirected to stdout.
7478         (AT_CLEANUP): save the output status in $at_status_file
7479         and restore it, redirect the AS_MESSAGE_LOG_FD back to
7480         its original place.
7481         (AT_CHECK): since tests are run with a redirected stdout,
7482         and used to be re-run in verbose mode, turn some $at_verbose
7483         into echo, and don't redirect the output of testing stdout
7484         and stderr.
7486         * lib/autotest/autoconf.texi (testsuite Scripts): Update
7487         the name of the debugging directory and information about
7488         its contents.
7490 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7492         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
7493         parameter.
7495 2003-05-22  Akim Demaille  <akim@epita.fr>
7497         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
7498         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
7499         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
7500         * lib/autoconf/status.m4: Fix and adjust copyright notices.
7502 2003-05-22  Akim Demaille  <akim@epita.fr>
7504         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
7505         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
7506         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
7507         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
7508         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
7509         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
7510         * lib/autoconf/status.m4, lib/autoconf/types.m4,
7511         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
7512         * tests/atspecific.m4, tests/base.at, tests/compile.at,
7513         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
7514         * tests/tools.at, tests/torture.at:
7515         Whitespace clean up.
7516         Suggested by Jim Meyering.
7518 2003-05-22  Akim Demaille  <akim@epita.fr>
7520         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
7521         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
7522         Reported by Jim Meyering.
7524 2003-05-22  Akim Demaille  <akim@epita.fr>
7526         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
7527         Add AC_HELP_STRING  to the obsolete macros section.
7528         Typos.
7529         Use '@.' for sentences that ended in a capital letter.
7530         From Art Haas.
7532 2003-05-22  Akim Demaille  <akim@epita.fr>
7534         * config/config.guess, config/config.sub, config/elisp-comp,
7535         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
7536         * config/texinfo.tex, doc/standards.texi: Update from masters.
7538 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
7540         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
7541         it to eval.
7543 2003-05-21  Akim Demaille  <akim@epita.fr>
7545         * bin/autoupdate.in ($m4): Fix quotation.
7546         Reported by Martin Mokrejs.
7548 2003-05-19  Paul Eggert  <eggert@twinsun.com>
7550         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
7551         Remove non-ASCII characters.
7553 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
7555         * tests/semantics.at (AC_SEARCH_LIBS): New test.
7556         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
7557         AC_CHECK_HEADERS_NEW): New tests.
7559 2003-05-17  Akim Demaille  <akim@epita.fr>
7561         * lib/autoconf/functions.m4: Use the default includes so that
7562         memcmp be declared before being tested.
7563         Reported by Sander Niemeijer.
7564         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
7565         * doc/autoconf.texi (Default Includes): Document
7566         AC_INCLUDES_DEFAULT.
7568 2003-05-17  Akim Demaille  <akim@epita.fr>
7570         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
7571         * doc/autoconf.texi (Obsolete Macros): Adjust.
7572         Reported by Werner LEMBERG and Debian Bug 190886.
7574 2003-05-16  Akim Demaille  <akim@epita.fr>
7576         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
7577         user name space clashes.
7578         Reported by Bruno Haible.
7580 2003-05-16  Akim Demaille  <akim@epita.fr>
7582         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7583         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
7584         them uniform, and more robust to Perl special characters.
7585         Reported by Martin Mokrejs.
7587 2003-05-14  Akim Demaille  <akim@epita.fr>
7589         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
7591 2003-05-14  Akim Demaille  <akim@epita.fr>
7593         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
7594         linux/irda.h.
7596 2003-05-12  Akim Demaille  <akim@epita.fr>
7598         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
7599         message.
7600         From Matthias Andree.
7602 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
7604         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
7605         and truncate.
7607 2003-05-06  Akim Demaille  <akim@epita.fr>
7609         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
7610         longer updates aclocal.m4 if useless, (ii) if a file m4_included
7611         by aclocal.m4 is changed it might require the importing of another
7612         m4 extension file, i.e., aclocal must be run.
7614         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
7615         (&parse_args): Use --force with aclocal if required and supported.
7616         (&autoreconf_current_directory): Use &run_aclocal.
7618 2003-05-06  Akim Demaille  <akim@epita.fr>
7620         Lock autom4te's cache.
7622         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
7623         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
7624         argument instead of a file name, so that the request file remains
7625         open during the whole autom4te run.
7626         ($icache_file): New.
7627         (&freeze): Lock the $icache_file.
7629 2003-04-29  Derek Price  <derek@ximbiot.com>
7631         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
7632         seperator with m4_append_uniq().  It doesn't work.
7633         (AT_CLEANUP): Add `;' to end of at_help_all.
7634         (AT_INIT): Allow --keywords to be specified more than once.  When
7635         grepping $at_help_all for keywords, use the field and keyword
7636         seperators to ensure a complete keyword match.  Alter at_prev handling
7637         to support the new --keywords behavior.
7639 2003-04-27  Karl Berry  <karl@freefriends.org>
7641         * doc/autoconf.texi: Make the dir entries in the autoconf manual
7642         align better with others.  I also made some of the individual
7643         entries on one line, for brevity and to make it easier for me to
7644         sort my dir-example file in the Texinfo distribution :).
7646 2003-04-12  Jim Meyering  <jim@meyering.net>
7648         * NEWS: Mention the new macro.
7649         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
7650         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
7651         * tests/c.at: Test AC_C_RESTRICT.
7652         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
7654 2003-04-08  Akim Demaille  <akim@epita.fr>
7656         * bin/ifnames.in: Skip C++ comments.
7657         From Jeremy Yallop.
7659 2003-04-08  Akim Demaille  <akim@epita.fr>
7661         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
7662         From Ilya Zakharevich.
7664 2003-04-08  Akim Demaille  <akim@epita.fr>
7666         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
7667         net/if.h, stdlib.h.
7669 2003-04-01  Derek Price  <derek@ximbiot.com>
7671         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
7672         from Akim's checkin of 2003-03-29.
7674 2003-04-01  Derek Price  <derek@ximbiot.com>
7676         * tests/torture.at (Configuring subdirectories): Add missing
7677         close-quote for Akim's change from 2003-03-28.
7679 2003-04-01  Akim Demaille  <akim@epita.fr>
7681         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
7682         (AC, AT, MS): these.
7683         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
7684         New.
7685         Use them.
7686         * doc/Makefile.am (CLEANFILES): Adjust.
7687         (TEXI2DVI): Make it --batch.
7689 2003-03-31  Derek Price  <derek@ximbiot.com>
7691         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
7692         which removed the main loop.
7693         Thanks to Akim Demaille.
7695 2003-03-29  Akim Demaille  <akim@epita.fr>
7697         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
7698         that starts a GUI.
7699         From Ilya Zakharevich.
7701 2003-03-29  Akim Demaille  <akim@epita.fr>
7703         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
7704         documentation to read is Autoconf's.
7705         Suggested by Paul Eggert.
7707 2003-03-28  Akim Demaille  <akim@epita.fr>
7709         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
7710         reading the section "Present But Cannot Be Compiled" when the
7711         header causes problems.
7713 2003-03-28  Akim Demaille  <akim@epita.fr>
7715         * tests/torture.at (Configuring subdirectories): Require aclocal
7716         1.4, otherwise the test fails, as it does support configure.ac.
7717         This fixes the "test 40 failed" bug reports.
7719 2003-03-28  Akim Demaille  <akim@epita.fr>
7721         * doc/autoconf.texi (C Compiler): `#line' portability.
7722         From Paul Eggert and Nelson H. F. Beebe.
7724 2003-03-27  Derek Price  <derek@ximbiot.com>
7726         * lib/autotest/general.m4: Eliminate main loop and reorganize test
7727         layout in order to allow scripting around test groups.
7729 2003-03-27  Derek Price  <derek@ximbiot.com>
7731         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
7732         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
7733         use new diversions in preparation for accepting new arguments and
7734         allowing scripting around tests.
7735         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
7737 2003-03-26  Derek Price  <derek@ximbiot.com>
7739         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
7740         obsolete AC_HELP_STRING.
7741         (AC_HELP_STRING): AU_DEFUN to...
7742         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
7743         * tests/m4sh.at (AS_HELP_STRING): New test.
7745         * tests/acgeneral.at: Regenerated.
7747 2003-03-26  Derek Price  <derek@ximbiot.com>
7749         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
7750         sense.  Verbosify the diversion definitions comment.
7752 2003-03-26  Derek Price  <derek@ximbiot.com>
7754         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
7755         AS_PREPARE.
7757 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
7759         * doc/autoconf.texi (Present But Cannot Be Compiled):
7760         Grammar fixes and minor rewording. (trivial change)
7762 2003-03-06  Paul Eggert  <eggert@twinsun.com>
7764         Work around a problem noted by Nelson H. F. Beebe with coreutils
7765         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
7766         2002/05/09) rejects '#line 32768 "configure"' because the line
7767         number overflows.
7768         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
7769         #line directives.
7770         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
7771         * doc/autoconf.texi (Generating Sources): Document this.
7773 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
7775         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
7776         file name for the m4 program, when it has an "exe" file extension.
7777         DJGPP's error messages include the error code in brackets -
7778         remove the error code during normalization.
7780 2003-02-28  Akim Demaille  <akim@epita.fr>
7782         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
7784 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
7786         * doc/autoconf.texi (Limitations of Make): Remove the section
7787         about `$<' in inference rules, it was a bogus interpretation of
7788         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
7789         Tru64 make in the "target lookup" section.
7790         (Automake): Automake 1.5+ no longer requires special tools to be
7791         present on the developer's host.
7793 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
7795         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
7796         to a shell that can handle redirection or quoting correctly.
7797         Override SHELL with the shell detected by configure.
7798         Use of $^O suggested by Tim van Holder.
7799         * bin/autom4te.in (BEGIN): Likewise.
7800         * bin/autoreconf.in (BEGIN): Likewise.
7801         * bin/autoscan.in (BEGIN): Likewise.
7802         * bin/autoupdate.in (BEGIN): Likewise.
7803         * bin/ifnames.in (BEGIN): Likewise.
7805         * bin/ifnames.in: Add final newline to help and version messages.
7807         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
7808         to cope with DOS-style absolute paths, when constructing
7809         ${ac_make}.
7811         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
7812         When constructing paths with IFS=:, quote the path. If we're
7813         constructing a DOS-style absolute path, we don't want to split it
7814         on the colon.
7816         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
7817         in description.
7819 2003-02-25  Pavel Roskin  <proski@gnu.org>
7821         * bin/autoheader.in: Add missing newline when printing
7822         suggestion how change AC_DEFINE call.
7824 2003-02-24  Paul Eggert  <eggert@twinsun.com>
7826         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
7827         2002-09-01 patch by replacing "test -n" with "test -z".
7828         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
7829         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
7831         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
7832         to fix a mismatch between example and discussion.
7834 2003-02-24  Kevin Ryde  <user42@zip.com.au>
7836         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
7837         format starting with "-".
7839 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
7841         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
7842         is not portable inside Makefile.
7844 2003-02-20  Akim Demaille  <akim@epita.fr>
7846         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
7847         compiler says yeah, but preproc says nope, compiler is right.
7848         Conversely, prompt the reader to send a bug report to the
7849         maintainers of the package, not of Autoconf.
7851 2003-02-20  Klee Dienes  <kdienes@apple.com>
7853         * bin/autoreconf.in (autoreconf_current_directory): Properly
7854         handle an empty aclocal.m4.
7856 2003-02-20  Akim Demaille  <akim@epita.fr>
7858         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
7859         $ac_prefix_program.
7860         From Larry Jones.
7862 2002-12-23  Paul Eggert  <eggert@twinsun.com>
7864         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
7865         innocuous variant befor including <limits.h> or <assert.h>.  This
7866         works around a bug reported by Albert Chin: HP-UX 11i
7867         (and earlier versions) have a <limits.h> that declares
7868         gettimeofday and many other functions.
7870 2002-12-03  Paul Eggert  <eggert@twinsun.com>
7872         Version 2.57.
7874         * NEWS, configure.ac: Update version.
7876         * doc/fdl.texi: Upgrade to FDL version 1.2.
7878         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
7879         nontrivially in main's body, so that f's external declaration is
7880         not optimized away in AIX.  This should fix the bug reported by
7881         Martin Frydl in
7882         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
7884         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
7885         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
7886         defined, to support freestanding compilers.  This should fix the
7887         bug reported by Momchil Velkov in
7888         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
7890         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
7891         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
7892         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
7893         by Simon Josefsson in
7894         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
7896         * Makefile.maint (www-gnu): New macro.
7897         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
7898         the location has moved.
7900 2002-12-02  Martin Frydl  <martin@systinet.com>
7902         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
7903         \(.*\) match is too long and there is something more to be checked.
7904         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
7906 2002-11-15  Akim Demaille  <akim@epita.fr>
7908         Version 2.56.
7910         * config/install-sh: chmod +x.
7911         From Paul Eggert.
7912         * config/move-if-change: Indenting changes.
7913         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
7914         * configure.ac (AM_INIT_AUTOMAKE): here.
7915         Require 1.7.1.
7917 2002-11-14  Akim Demaille  <akim@epita.fr>
7919         Version 2.55.
7921         * config/config.guess, config/config.sub, config/install-sh:
7922         Update from masters.
7924 2002-11-14  Akim Demaille  <akim@epita.fr>
7926         * Makefile.maint: Sync with Bison, i.e.:
7927         (po-check): Scan .l and .y files instead of the
7928         .c and the .h files that they generate.  This fixes the bug
7929         reported by Tim Van Holder in:
7930         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
7931         Look for N_ as well as for _.  Try to avoid matching #define for
7932         N_ and _.
7933         From Paul Eggert.
7935 2002-11-14  Akim Demaille  <akim@epita.fr>
7937         * doc/autoconf.texi (C Compiler): Compiling several files at once.
7938         From Paul Eggert and Albert Chin-A-Young.
7940 2002-11-14  Akim Demaille  <akim@epita.fr>
7942         * doc/autoconf.texi (C Compiler): Solitary backslashes.
7943         From Paul Eggert and Albert Chin-A-Young.
7945 2002-11-14  Kevin Ryde  <user42@zip.com.au>
7947         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
7948         than assigning in main, to avoid HP cc +O3 optimizing it away.
7950 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
7952         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
7953         option.  Process --recheck after parsing all options.  Pass -q
7954         option to configure on --recheck.
7955         (AC_OUTPUT): Pass -q from configure to config.status.
7956         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
7957         arguments to record.
7958         * doc/autoconf.texi (config.status Invocation): Document
7959         config.status -q option.
7961 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
7963         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
7964         Makefile.in if Makefile.am exists.
7965         (output): Strip `.am' from Makefiles.  Don't
7966         output AC_CONFIG_FILES if no Makefiles were found.
7968 2002-11-07  Akim Demaille  <akim@epita.fr>
7970         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
7971         (local_updates): New.
7972         * Makefile.maint: Update, from CVS Bison.
7973         (local_updates): New.
7975 2002-11-06  Akim Demaille  <akim@epita.fr>
7977         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
7978         declaration in extern "C" too.
7979         Reported by Roberto Bagnara.
7981 2002-11-06  Akim Demaille  <akim@epita.fr>
7983         * tests/torture.at (Configuring subdirectories): Don't use grep
7984         -w.
7985         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
7986         Reported by Ezra Peisach.
7988 2002-11-05  Akim Demaille  <akim@epita.fr>
7990         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
7991         Remove.
7992         We _have_ to stop using the old compatibility scheme that tried to
7993         avoid useless backslashes because Libtool 1.4.3 contains a
7994         AC_DEFINE([error_t], [int],
7995         [Define to a type to use for \`error_t' if it is not
7996         otherwise available.])
7997         We _have_ to quote the single quote and backslashes with \.  The
7998         old compatibility scheme saw that ` was backslashed, and therefore
7999         did not quote the single quote.  Hence before this patch, Autoconf
8000         was not compatible with Libtool.
8002 2002-11-04  Paul Eggert  <eggert@twinsun.com>
8004         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
8005         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
8006         LC_NAME, LC_PAPER, LC_TELEPHONE.
8007         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
8009 2002-11-04  Akim Demaille  <akim@epita.fr>
8011         Version 2.54c.
8013         * Makefile.maint (update, cvs-update, po-update, do-po-update):
8014         New.
8015         * config/texinfo.tex: Update.
8017 2002-11-03  Akim Demaille  <akim@epita.fr>
8019         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
8020         from...
8021         (&autoreconf): here.
8022         ($help, $make, &parse_args, &autoreconf_current_directory):
8023         Support -m/--make.
8024         * doc/autoconf.texi (autoreconf Invocation): Adjust.
8026 2002-10-31  Bruno Haible  <bruno@clisp.org>
8028         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
8029         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
8030         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
8031         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
8032         to ac_cv_func_realloc_0_nonnull.
8033         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
8035 2002-10-31  Akim Demaille  <akim@epita.fr>
8037         The test suite was no longer checking for trailing envvars and files.
8039         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
8040         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
8042 2002-10-31  Akim Demaille  <akim@epita.fr>
8044         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
8045         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
8046         Make variable, not a shell variable.
8047         Suggested by Bruno Haible.
8049 2002-10-31  Akim Demaille  <akim@epita.fr>
8051         * bin/autom4te.in (load_configuration): Reject #args out of any
8052         language.
8054 2002-10-31  Akim Demaille  <akim@epita.fr>
8056         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
8057         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
8058         (_AC_RUN_IFELSE): Use it.
8059         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
8060         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
8061         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
8062         inline it.
8064 2002-10-30  Akim Demaille  <akim@epita.fr>
8066         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
8067         * doc/autoconf.texi (autom4te Invocation): Adjust.
8068         Suggested by Tim van Holder.
8070 2002-10-29  Paul Eggert  <eggert@twinsun.com>
8072         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
8073         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
8074         Problem reported by Bruno Haible.
8076 2002-10-29  Akim Demaille  <akim@epita.fr>
8078         * doc/autoconf.texi (Header Templates): Put also in words what the
8079         pictures says to assist free style readers.
8080         (Customizing autom4te): s/--cache=/--cache /.
8082 2002-10-29  Akim Demaille  <akim@epita.fr>
8084         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
8085         sys/wait.h.
8086         sparc_address_test returns void.
8087         Use it with an argument, as prototyped.
8088         From Bruno Haible.
8090 2002-10-29  Akim Demaille  <akim@epita.fr>
8092         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
8093         configure.in, not configure.ac.
8094         Reported by Bruno Haible.
8096 2002-10-29  Akim Demaille  <akim@epita.fr>
8098         * tests/torture.at (Deep Package): New test.
8099         (Configuring subdirectories): Don't use a testSubDir as Autotest
8100         now does it itself.
8102 2002-10-29  Akim Demaille  <akim@epita.fr>
8104         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
8105         * doc/autoconf.texi (Invoking autom4te): Rename as...
8106         (autom4te Invocation): this, for consistency with the other nodes.
8108 2002-10-29  Akim Demaille  <akim@epita.fr>
8110         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
8111         Reported by Ralf Corsepius.
8113 2002-10-29  Akim Demaille  <akim@epita.fr>
8115         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8116         characters is a back as an `obsolete' warning now.
8117         Reported by Ralf Corsepius.
8119 2002-10-28  Akim Demaille  <akim@epita.fr>
8121         * configure.ac: Bump to 2.54c.
8123 2002-10-28  Akim Demaille  <akim@epita.fr>
8125         Version 2.54b.
8127         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
8129 2002-10-28  Akim Demaille  <akim@epita.fr>
8131         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
8132         m4 executable names, and different GNU M4 version.
8133         Reported by Ezra Peisach and Paul Jarc.
8135 2002-10-27  Akim Demaille  <akim@epita.fr>
8137         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
8138         AC_RUN_IFELSE.
8140 2002-10-27  Akim Demaille  <akim@epita.fr>
8142         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
8143         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
8144         Die when a simple Fortran program cannot be compiled.
8145         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
8146         Issue a warning if no function is given.
8148 2002-10-27  Akim Demaille  <akim@epita.fr>
8150         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
8151         Move the documentation of AC_TRY_RUN to...
8152         (Obsolete Macros): here.
8153         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
8154         (autoconf Invocation): Remove the duplicates with `invoking
8155         autom4te'.
8156         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
8157         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
8159 2002-10-27  Akim Demaille  <akim@epita.fr>
8161         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
8162         and AC_LANG_FUNC_LINK_TRY.
8163         (Examining Libraries): Rename as...
8164         (Running the Linker): this.
8165         Document AC_LINK_IFELSE.
8166         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
8167         (Obsolete Macros): here.
8168         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
8169         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
8170         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
8171         * lib/autoconf/headers.m4 (AC_USG): Likewise.
8173 2002-10-27  Akim Demaille  <akim@epita.fr>
8175         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
8177         More `check config.log' messages.
8179         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
8180         * doc/autoconf.texi (Printing Messages): Document it.
8181         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
8182         appropriate.
8183         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
8184         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
8185         (_AC_COMPILER_OBJEXT): Likewise.
8186         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
8187         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
8188         Likewise.
8189         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
8190         Likewise.
8192         Deprecate macros with unusual interfaces.
8194         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
8195         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
8197         Document the new ones, and proper style.
8199         * doc/autoconf.texi (Generating Sources): New.
8200         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
8201         (Examining Declarations): Rename as...
8202         (Running the Preprocessor): this.
8203         Document AC_PREPROC_IFELSE.
8204         (Examining Syntax): Rename as...
8205         (Running the Compiler): this.
8206         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
8207         (Obsolete Macros): Move the definition of AC_TRY_CPP and
8208         AC_TRY_COMPILE here.
8210 2002-10-27  Akim Demaille  <akim@epita.fr>
8212         Move sections around.
8214         * doc/autoconf.texi (Customizing autom4te): Remove a lost
8215         sentence.
8216         Reported by Burno Haible.
8217         (Language Choice): Now the first section of...
8218         (Writing Tests): this section.
8219         Make the introduction less C-centric.
8220         (Guidelines, Test Functions): Move to...
8221         (Writing Test Programs): this new section.
8222         (Test Programs): Merge into...
8223         (Run Time): this.
8225 2002-10-27  Akim Demaille  <akim@epita.fr>
8227         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
8228         autom4te.in that resulted in the need for two `make' runs.
8230 2002-10-27  Akim Demaille  <akim@epita.fr>
8232         * configure.ac: Bump to 2.54b.
8234 2002-10-25  Akim Demaille  <akim@epita.fr>
8236         Version 2.54a.
8238         * Makefile.maint: Update from the Coreutils.
8239         (AMTAR): Remove, obsolete.
8240         (automake_repo): Update to redhat.com.
8241         (cvs_file): New.
8242         Adjust to the fact that ansi2knr is now hosted by Automake.
8243         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
8244         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
8245         Update from masters.
8246         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
8247         autoscan.pre is not to be installed, and autoscan.list is not to
8248         be shipped.
8249         (CLEANFILES): Add autoscan.list.
8250         (autoscan.list): Disable the cache.
8251         * bin/Makefile.am: Include freeze.mk.
8253 2002-10-25  Akim Demaille  <akim@epita.fr>
8255         * bin/autom4te.in (&load_configuration): Take the file as
8256         argument.
8257         (&parse_args): Handle -C, --cache.
8258         ($help): Adjust.
8259         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
8260         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
8261         * doc/autoconf.texi (Invoking autom4te): Document --cache.
8262         Now a subsection of...
8263         (Using autom4te): This new section.
8264         (Customizing autom4te): New.
8265         (autom4te.cache): Adjust.
8267 2002-10-25  Akim Demaille  <akim@epita.fr>
8269         * doc/autoconf.texi (Generic Headers): More information on how to
8270         use AC_CHECK_HEADERS.
8272 2002-10-25  Akim Demaille  <akim@epita.fr>
8274         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
8275         Space changes.
8277 2002-10-25  Akim Demaille  <akim@epita.fr>
8279         * bin/autoscan.in (output): Output AC_PREREQ.
8280         (%needed_macros): Add AC_PREREQ so that configure.ac without one
8281         be reported.
8283 2002-10-23  Akim Demaille  <akim@epita.fr>
8285         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
8286         document _Bool.
8288 2002-10-23  Akim Demaille  <akim@epita.fr>
8290         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
8291         Reported by Peter Eisentraut.
8293 2002-10-23  Akim Demaille  <akim@epita.fr>
8295         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
8296         type _Bool.
8297         Fix a typo.
8298         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
8299         Eggert's recommandations.
8301 2002-10-22  Akim Demaille  <akim@epita.fr>
8303         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
8304         Bison, by Paul Eggert.
8305         * doc/autoconf.texi (Particular Headers): Document it.
8307 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
8309         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
8310         `$ac_configure_args'.
8312 2002-10-22  Akim Demaille  <akim@epita.fr>
8314         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
8315         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
8316         From Art Haas.
8318 2002-10-22  Akim Demaille  <akim@epita.fr>
8320         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
8322         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8323         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
8324         (_AC_CHECK_HEADER_NEW): Rename as...
8325         (AC_CHECK_HEADER): this.
8327 2002-10-22  Akim Demaille  <akim@epita.fr>
8329         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
8330         words about HP-UX cmp: it was actually a user-written cmp.
8332 2002-10-22  Akim Demaille  <akim@epita.fr>
8334         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
8335         are a few warnings.
8336         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8337         Quote for Perl '' strings, not "".
8338         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
8339         strings.
8341 2002-10-22  Akim Demaille  <akim@epita.fr>
8343         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8344         characters is a syntax warning now.
8345         (_AS_QUOTE): Accept $2 as list of characters to quote.
8346         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8347         Quote for Perl, not sh.
8348         * bin/autoheader.in: When $debug, report the file which is
8349         `do'ne.
8350         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
8351         `@', to tickle Perl's lists.
8352         Reported by Carlos Velasco.
8354 2002-10-18  Akim Demaille  <akim@epita.fr>
8356         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
8357         missing included files _are_ errors.
8358         Thanks to Alexandre Duret-Lutz.
8359         * tests/tools.at (autom4te cache): Adjust.
8360         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
8361         (AT_CHECK_M4SUGAR): Use it.
8362         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8363         Adjust.
8364         * tests/tools.at (autom4te): Now it does exit 1.
8366 2002-10-17  Akim Demaille  <akim@epita.fr>
8368         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
8369         Fixes the `AC_ARG_VAR' test failures.
8370         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
8371         * lib/freeze.mk (check-forbidden-patterns): New.
8372         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
8373         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
8374         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
8375         /dev/null.
8376         Reported months ago by H. Merijn Brand.
8378 2002-10-17  Akim Demaille  <akim@epita.fr>
8380         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
8382 2002-10-16  Paul Eggert  <eggert@twinsun.com>
8384         * Makefile.maint (wget_files): Remove ansi2knr.c.
8385         (ansi2knr.c-url_prefix): Remove.
8387 2002-10-16  Akim Demaille  <akim@epita.fr>
8389         Because of caching, some files that no longer exist and are no
8390         longer required can still cause errors.
8391         Reported by Alexandre Duret-Lutz.
8393         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
8394         to frozen files in @ARGV, as @ARGV must remain being a list of
8395         files.  Rather, at M4 call sites, use this...
8396         (&files_to_options): New function.
8397         (&freeze): Use &error.
8398         (&up_to_date): If a file that was included according to the cache
8399         is no longer there, then the output is out dated.
8400         (&main): Don't even check whether a file is up to date is anyway
8401         --force is given.
8402         * tests/tools.at (autom4te cache): New.
8404 2002-10-16  Akim Demaille  <akim@epita.fr>
8406         * bin/autoconf.as: Kill dead options.
8407         * bin/autoupdate.in (&parse_args): Kill old options.
8408         * bin/autoreconf.in (&parse_args): Remove dead options.
8409         Factor some code.
8410         (&autoreconf): Report the directories we enter *and leave*, so
8411         that error messages can be easily located, and use GNU Make
8412         format, so that Emacs' compile mode understands us.
8413         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
8414         if some file was changed instead of `print'.
8415         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
8416         (&parse_args): Remove the dead options.
8417         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
8418         autoheader's quiet mode.
8419         (AT_CHECK_AUTOUPDATE): Likewise.
8420         * tests/tools.at (autoupdate): Adjust.
8421         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
8423 2002-10-11  Akim Demaille  <akim@epita.fr>
8425         No longer use CPP to check for the existing of headers: use CC to
8426         check for compilability.
8428         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8429         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
8430         (_AC_CHECK_HEADER_NEW): Rename as...
8431         (AC_CHECK_HEADER): this.
8433         * lib/autotest/general.m4 (AT_INIT): Include the failed test
8434         numbers in the Subject suggestion.
8436 2002-10-11  Akim Demaille  <akim@epita.fr>
8438         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
8439         Suggest using AC_CHECK_DECLS instead.
8441 2002-10-11  Akim Demaille  <akim@epita.fr>
8443         * tests/torture.at (AC_ARG_VAR): Have configure report the value
8444         of `precious'.
8446 2002-10-11  Akim Demaille  <akim@epita.fr>
8448         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
8449         file name to enable parallel executions.
8450         From Sam Varshavchik.
8452 2002-10-08  Akim Demaille  <akim@epita.fr>
8454         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
8455         aclocal invocation, as Gettext macros might not be visible to
8456         aclocal.
8457         Instead of blindly running autopoint, scan configure.ac (not the
8458         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
8459         Reported by Paul D. Smith.
8461 2002-10-08  Paul Eggert  <eggert@twinsun.com>
8463         Work around problems found when POSIXLY_CORRECT=1 is set.
8464         None of this seems to have anything to do with POSIX, really,
8465         but it's how Perl getopt works.
8466         * bin/autom4te.in (parse_args): Configure GetOpt with
8467         "permute", too.
8468         * doc/autoconf.texi (Invoking autom4te):
8469         --warning -> --warnings.
8470         * lib/autom4te.in: --warning -> --warnings.
8472 2002-09-28  Akim Demaille  <akim@epita.fr>
8474         * doc/autoconf.texi (autom4te.cache): New section.
8476 2002-09-28  Akim Demaille  <akim@epita.fr>
8478         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
8479         (Automake-preselections): Update.
8480         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
8482 2002-09-28  Akim Demaille  <akim@epita.fr>
8484         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
8485         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
8486         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8487         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
8489 2002-09-28  Akim Demaille  <akim@epita.fr>
8491         * tests/torture.at (Configuring subdirectories): Be robust to
8492         users who use config.site to require for a cache: in this case,
8493         the two last configure runs, using two different sets of
8494         arguments, trigger a legitimate error.
8496 2002-09-28  Akim Demaille  <akim@epita.fr>
8498         * tests/m4sh.at (Functions Support, Functions and return Support):
8499         New.
8501 2002-09-28  Akim Demaille  <akim@epita.fr>
8503         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
8504         autoheader are Perl programs.
8505         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
8506         (autom4te): Specify that the sources are in the $srcdir.
8507         * doc/autoconf.texi (Installation Directory Variables): Adjust.
8509 2002-09-28  Akim Demaille  <akim@epita.fr>
8511         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
8512         (tm_zone): Move their rules to...
8513         * lib/autoconf/types.m4: here, using AN_ macros.
8514         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
8515         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
8516         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
8517         * lib/autoconf/programs.m4: here.
8518         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
8519         (ETAGS_FOR_AUTOCONF): New.
8520         Use it.
8522 2002-09-28  Akim Demaille  <akim@epita.fr>
8524         * lib/autoconf/autoscan.m4: New file.
8525         * lib/autoconf/autoconf.m4: Include it.
8526         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
8527         that were listed in the original autoscan.list.
8528         * lib/autoconf/headers.m4: Similarly with headers.
8529         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
8530         (.m4.m4f): Don't pass --prepend-include, since that's done by
8531         tests/autom4te itself.
8532         * lib/autoscan/Makefile.am: Include freeze.mk.
8533         (autoscan.list): New target --this file is no longer a source.
8534         (autoscan.pre): New file.
8536 2002-09-28  Akim Demaille  <akim@epita.fr>
8538         * bin/autoscan.in (@kinds): Make them singular.
8539         Adjust all uses.
8540         (&init_tables): When --debug, report the list of rules to ease
8541         tracking changes in autoscan.list.
8542         * lib/autoscan/autoscan.list (function): Strip comments, sort.
8544 2002-09-28  Akim Demaille  <akim@epita.fr>
8546         * lib/autoscan/functions, lib/autoscan/headers,
8547         * lib/autoscan/identifiers, lib/autoscan/makevars,
8548         * lib/autoscan/programs: Merge into...
8549         * lib/autoscan/autoscan.list: this.
8550         * bin/autoscan.in (&init_tables): Adjust.
8552 2002-09-28  Akim Demaille  <akim@epita.fr>
8554         * lib/autoscan/functions, lib/autoscan/headers,
8555         * lib/autoscan/identifiers, lib/autoscan/makevars,
8556         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
8557         `functions' line is now prefixed with `function:'.
8558         * bin/autoscan.in (&init_tables): Adjust.
8560 2002-09-28  Akim Demaille  <akim@epita.fr>
8562         From now on, autoscan files must always map a macro name to a
8563         word: there is no `default' macro for autoscan.
8565         * bin/autoscan.in (&init_tables): Reject entries with no macro at
8566         all.
8567         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
8568         explicit.
8570 2002-09-28  Akim Demaille  <akim@epita.fr>
8572         * bin/autoscan.in (%c_keywords): Remove.
8573         (&used): Keep only track of the words we might be interested in.
8574         (&output_kind): It is no longer needed to look for non active
8575         checks.
8577 2002-09-27  Akim Demaille  <akim@epita.fr>
8579         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
8580         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
8581         * lib/autoscan/functions: Adjust.
8582         * doc/autoconf.texi (Particular Functions): Adjust.
8584 2002-09-27  Akim Demaille  <akim@epita.fr>
8586         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
8587         from /tmp.
8588         Thanks to Bill Moseley and Paul Eggert.
8589         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
8590         the tmpdir must be created.
8591         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
8592         dir be in the build tree, instead of $TMPDIR.
8594 2002-09-27  Akim Demaille  <akim@epita.fr>
8596         * bin/autoscan.in: Improve the comments.
8597         (&parse_args): Drop obsolete undocumented options.
8598         (&output_kind): Output warnings.
8599         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
8600         (getwd): Trigger a warning.
8602 2002-09-26  Akim Demaille  <akim@epita.fr>
8604         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
8605         Reported by Ralf Corsepius.
8606         * doc/autoconf.texi (autoreconf Invocation): Likewise.
8608 2002-09-26  Akim Demaille  <akim@epita.fr>
8610         Single suffix rules and seperated dependencies are not portable.
8612         * doc/autoconf.texi (Installation Directory Variables): Update.
8613         (Limitations of Make): Some about `Single Suffix Rules and
8614         Separated Dependencies'.
8615         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
8616         (ifnames, autoscan, autom4te): Un-factor into several rules.
8618 2002-09-25  Paul Eggert  <eggert@twinsun.com>
8620         * BUGS (Interoperability bugs): New section.  Mention libtool
8621         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
8623 2002-09-24  Paul Eggert  <eggert@twinsun.com>
8625         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
8626         make handles suffix-rules differently from GNU make.
8628         * bin/Makefile.am (SUFFIXES, .in): Remove.
8629         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
8630         Move the body of the old .in rule here.
8632 2002-09-16  Akim Demaille  <akim@epita.fr>
8634         i960 compilers create `b.out' files by default.
8635         Reported by Ralf Corsepius.
8637         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
8638         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
8640 2002-09-13  Paul Eggert  <eggert@twinsun.com>
8642         * doc/autoconf.texi (Particular Headers): Remove obsolete
8643         reference to `struct timezone' in the description of
8644         AC_HEADER_TIME.
8646 2002-09-13  Akim Demaille  <akim@epita.fr>
8648         Version 2.54.
8650         * config/config.sub, config/config.guess: Update.
8651         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
8652         * Makefile.am: Adjust.
8654 2002-09-13  Akim Demaille  <akim@epita.fr>
8656         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
8657         reading config.log when the compiler is rejected.
8658         Suggested by Guido Draheim.
8660 2002-09-13  Akim Demaille  <akim@epita.fr>
8662         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
8663         (chdir_init) might hang when stat'ing mounted directories.
8664         Reported by Vance Shipley.
8666 2002-09-12  Akim Demaille  <akim@epita.fr>
8668         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
8669         the lists.
8671 2002-09-12  Akim Demaille  <akim@epita.fr>
8673         * doc/autoconf.texi (Defining Symbols): Present two different
8674         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
8675         difference between 1 argument calls, and 2-3 argument calls.
8677 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
8679         * doc/autoconf.texi: Review grammar and punctuation.
8681 2002-09-11  Paul Eggert  <eggert@twinsun.com>
8683         * doc/autoconf.texi: Fix minor formatting, spelling, and
8684         grammatical typos.
8685         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
8686         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
8687         is obsolescent.
8689 2002-09-11  Akim Demaille  <akim@epita.fr>
8691         * doc/autoconf.texi (Questions): Rename as...
8692         (FAQ): this.
8693         (Defining Directories): New.
8695 2002-09-09  Akim Demaille  <akim@epita.fr>
8697         * doc/autoconf.texi (Making testsuite Scripts): Update.
8698         Suggested by Nishio Futoshi.
8700 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
8702         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
8703         plain `@' is wanted.
8705 2002-09-09  Akim Demaille  <akim@epita.fr>
8707         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
8708         `duplicates', since the algorithm was too naive and could keep
8709         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
8710         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
8711         Reported by Ralf Corsepius.
8712         * tests/torture.at (Configuring subdirectories): Exercise these
8713         cases.
8715 2002-09-09  Akim Demaille  <akim@epita.fr>
8717         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
8718         looking for a replacement file.
8719         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
8720         directory is relative.
8721         * doc/autoconf.texi (Generic Functions): Clarify the replacement
8722         directory definition.
8723         Reported by Andreas Schwab and Jim Meyering.
8725 2002-09-06  Akim Demaille  <akim@epita.fr>
8727         * doc/autoconf.texi (Setting Output Variables): Clarify what
8728         precious variables are.
8729         Suggested by Pontus Skoeld.
8731 2002-09-05  Akim Demaille  <akim@epita.fr>
8733         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
8734         (ifnames, autoscan, autom4te): Since we don't only depend on
8735         configure.ac variables (such as VERSION etc.), but also on prefix
8736         and so forth, depend on Makefile, not configure.ac.
8737         Reported by Alexandre Duret-Lutz.
8738         * doc/autoconf.texi (Installation Directory Variables): Adjust.
8740 2002-09-05  Kevin Ryde  <user42@zip.com.au>
8742         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
8743         doesn't seem to be confined to ia64, just say "some versions".
8745 2002-09-04  Akim Demaille  <akim@epita.fr>
8747         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
8748         Automake 1.6c.
8749         * Makefile.am (maintainer-clean-local): Remove.
8750         (MAINTAINERCLEANFILES): Remove COPYING.
8752 2002-09-03  Paul Eggert  <eggert@twinsun.com>
8754         * doc/autoconf.texi (Configuration Commands): Remove obsolete
8755         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
8756         Brinkmann.
8758 2002-09-03  Akim Demaille  <akim@epita.fr>
8760         * configure.ac: Bump to 2.53d.
8761         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
8762         as of today, on Automake's team suggestion.
8764 2002-09-03  Akim Demaille  <akim@epita.fr>
8766         Version 2.53c.
8768 2002-09-02  Akim Demaille  <akim@epita.fr>
8770         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
8771         SITE_MACRO_DIR.
8772         * configure.ac: Disable SITE_MACRO_DIR.
8774 2002-09-02  Jim Meyering  <meyering@lucent.com>
8776         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
8777         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
8778         Also, tweak grammar: s/make sure to/be sure to/.
8780 2002-09-02  Paul Eggert  <eggert@twinsun.com>
8782         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
8783         directory names are generally preferable to physical names.
8785 2002-09-02  Akim Demaille  <akim@epita.fr>
8787         * lib/Autom4te/General.pm (&update_file): s/die/error/.
8788         Reported by Raja R. Harinath.
8789         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
8790         * bin/autoupdate.in: Use error instead of die.
8792 2002-09-01  Paul Eggert  <eggert@twinsun.com>
8794         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
8795         ordinary shell concatenation rather than echo+tr+sed command that
8796         runs afoul of a long-line-related sed bug in Solaris 8.
8798         * bin/autoheader.in (parse_args): --warning -> --warnings.
8800         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
8801         stdout, as traditional "ls" does.
8802         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
8803         _AC_COMPILER_EXEEXT_O): Likewise.
8804         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
8806         * bin/autoconf.as: Add --prepend-include option.  This patch was
8807         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
8808         but bin/autoconf.in is generated automatically from bin/autoconf.as.
8810         * bin/autoconf.in, configure: Regenerate.
8812         * doc/autoconf.texi (Special Shell Variables): Mention
8813         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
8815         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
8816         MAILPATH and set PS1, PS2, PS4 to default values, to work
8817         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
8818         For LC_ALL etc, first try to set to "C" as POSIX requires and as
8819         the Autoconf documentation specifies; fall back to "unset" only if
8820         this fails.  Use a shell for-loop for this rather than an m4 loop,
8821         to shorten the output script.
8823 2002-08-30  Paul Eggert  <eggert@twinsun.com>
8825         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
8826         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
8827         for the CDPATH problem.  Document PWD.
8828         (Limitations of Builtins): Document the problem that "cd $foo" and
8829         "ls $foo" may refer to different directories in shells conforming
8830         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
8831         example, since the old example is now out of date.
8833         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
8834         FOO" and "ls FOO" talk about different directories; this catches
8835         problems when POSIX 1003.1-2001 "cd" fails due to symlink
8836         spaghetti.
8838         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
8839         of rolling our own unset.
8840         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
8841         in practice we needn't worry about CDPATH if unset doesn't work.
8843         * Makefile.in, aclocal.m4, bin/Makefile.in,
8844         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
8845         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
8846         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
8847         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
8848         tests/Makefile.in: Regenerate with Automake 1.6.3.
8850         * config/config.guess, config/config.sub, config/mkinstalldirs:
8851         Update.
8853         * configure: Regenerate with self.
8855 2002-08-30  Kevin Ryde  <user42@zip.com.au>
8857         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
8858         default output.
8860 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8862         * bin/autom4te.in (Request::load): Correctly test for "do" read
8863         failure.
8865 2002-08-29  Akim Demaille  <akim@epita.fr>
8867         * lib/Autom4te/General.pm (&xqx): New.
8868         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
8869         hand, which is not portable.
8870         (&error): New.
8871         * bin/autom4te.in: Use them.
8872         Use &error instead of die.
8873         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8874         Adjust.
8876 2002-08-17  Paul Eggert  <eggert@twinsun.com>
8878         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
8879         default list of compilers to try, since it was long ago superseded
8880         by the ksh fc builtin.  Suggested by Steven G. Johnson.
8882 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
8884         * doc/autoconf.texi (Invoking autom4te): End the option table,
8885         fixing a bug introduced by the previous patch.
8886         (Limitations of Make): Add a 'target lookup' subentry in the
8887         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
8889 2002-07-29  Mark D. Roth  <roth@feep.net>
8891         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
8892         options and use $AUTOM4TE_PATH.
8893         * doc/autoconf.texi: Remove documentation of autom4te
8894         --include-envvar and --site-macro-subdir options and document
8895         use of $AUTOM4TE_PATH.
8896         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
8897         arguments from each language section.
8899 2002-07-29  Paul Eggert  <eggert@twinsun.com>
8901         * doc/install.texi: Include copyright symbol in copyright notice.
8903         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
8904         Replace with:
8905         (AM_MAKEINFOFLAGS): New macro.
8906         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
8907         * Makefile.am (INSTALL): Use the new macros.
8908         Use -o rather than --output, since "missing" does not grok --output.
8910 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
8912         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
8913         comments do not always work. Never trust the exit status of
8914         `make -k'.
8916 2002-07-24  Kevin Ryde  <user42@zip.com.au>
8918         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
8919         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
8921 2002-07-23  Paul Eggert  <eggert@twinsun.com>
8923         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
8924         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
8925         apparently treats PATH="nonexistent" as if it contained ".".
8926         Bug reported by Stefan `Sec' Zehl.
8928 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
8930         * doc/autoconf.texi (Limitations of Make): Mention the special
8931         handling of the obj/ directory by BSD make.
8933 2002-07-20  Kevin Ryde  <user42@zip.com.au>
8935         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
8936         backslashes.
8938 2002-07-19  Akim Demaille  <akim@epita.fr>
8940         * doc/autoconf.texi (Function Portability): `exit'.
8941         (Programming in M4sh): Ethymology of M4sh.
8943 2002-07-19  Akim Demaille  <akim@epita.fr>
8945         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
8947 2002-07-18  Akim Demaille  <akim@epita.fr>
8949         Version 2.53b.
8951 2002-07-18  Akim Demaille  <akim@epita.fr>
8953         * config/config.guess, config/config.sub: Update.
8955 2002-07-18  Akim Demaille  <akim@epita.fr>
8957         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
8958         Automake's parts.
8960         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
8961         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
8962         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
8964 2002-07-18  Akim Demaille  <akim@epita.fr>,
8965             Alexandre Duret-Lutz  <duret_g@epita.fr>
8967         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
8968         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
8970 2002-07-17  Russ Allbery  <rra@stanford.edu>
8972         * doc/autoconf.texi (Initializing configure): Clarify the
8973         description of the tarname default.
8975 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
8977         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
8978         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
8979         latter was not run.
8981 2002-07-17  Akim Demaille  <akim@epita.fr>
8983         * lib/Autom4te/General.pm (find_file): Browse the directories in
8984         the order they are given.
8986 2002-07-17  Akim Demaille  <akim@epita.fr>
8988         * tests/wrapsh.as, tests/wrappl.as: Merge into...
8989         * tests/wrapper.as: this.
8990         * tests/Makefile.am, configure.ac: Adjust.
8992 2002-07-17  Mark D. Roth  <roth@feep.net>
8994         * configure.ac: Add --enable-site-macro-dir option.
8995         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
8996         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
8997         --site-macro-subdir options.
8998         * bin/autoconf.in: Add --prepend-include option.
8999         * bin/autoheader.in: Add --prepend-include option.
9000         * bin/autoreconf.in: Add --prepend-include option.
9001         * bin/autoscan.in: Add --prepend-include option.
9002         * bin/autoupdate.in: Add --prepend-include option.
9003         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
9004         macro directory, remove note that include path directories are
9005         used in reverse order, and document --prepend-include option.
9006         * lib/autom4te.in: Use --prepend-include instead of --include.
9007         * tests/wrapsh.in: Use --prepend-include instead of --include.
9009 2002-07-17  Akim Demaille  <akim@epita.fr>
9011         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
9012         tarnames.
9013         * doc/autoconf.texi (Initializing configure): Adjust.
9015 2002-07-17  Akim Demaille  <akim@epita.fr>
9017         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
9018         (_AC_FUNC_MALLOC): New.
9019         (AC_FUNC_MALLOC): Use the latter.
9020         Define HAVE_MALLOC to 0 if broken.
9021         * doc/autoconf.texi (Particular Functions): Adjust.
9023 2002-07-16  Akim Demaille  <akim@epita.fr>
9025         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
9026         * doc/autoconf.texi (C Compiler): Adjust.
9028 2002-07-09  Akim Demaille  <akim@epita.fr>
9030         * doc/autoconf.texi: Properly set the ``header'' part.
9032 2002-07-09  Akim Demaille  <akim@epita.fr>
9034         * doc/autoconf.texi (Systemology): Some about Darwin.
9036 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9038         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
9039         Don't use AC_REQUIRE in AU_DEFUN.
9041 2002-07-09  Art Haas  <ahaas@neosoft.com>
9043         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
9045 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
9047         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9048         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
9049         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
9050         so that Emacs setups GNU style for perl-mode and cperl-mode.
9052 2002-06-27  Paul Eggert  <eggert@twinsun.com>
9054         * config/install-sh: Quote $src.  Prefer || to test's -o option,
9055         as per "Limitations of Builtins".
9056         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
9057         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
9059         * tests/mktests.sh: Use grep instead of fgrep, as per
9060         "Limitations of Builtins".
9062 2002-06-15  Paul Eggert  <eggert@twinsun.com>
9064         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
9065         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
9066         so that we consistently test the just-built programs.
9067         * tests/wrappl.as: Likewise.
9069 2002-06-12  Paul Eggert  <eggert@twinsun.com>
9071         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
9072         name, so that symlinks to 'autoconf' work properly.  Bug reported
9073         by Bruno Haible.
9074         * bin/autoheader.in (AUTOM4TE): Likewise.
9075         * bin/autoreconf.in (autoconf, autoheader): Likewise.
9076         * bin/autoscan.in (autom4te): Likewise.
9077         * bin/autoupdate.in (autom4te): Likewise.
9079         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
9080         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
9081         on Solaris 2.5.1.
9083 2002-06-11  Andreas Schwab  <schwab@suse.de>
9085         * doc/autoconf.texi: Add more dir entries.
9087 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
9089         * bin/autom4te.in ($cache): Don't define using `$me', the name
9090         of the cache should not depend on the name under which autom4te
9091         was installed.
9093 2002-06-07  Akim Demaille  <akim@epita.fr>
9095         * tests/tools.at (autoconf: forbidden tokens, basic)
9096         (autoconf: forbidden tokens, exceptions): Adjust to the change of
9097         words in autom4te.in.
9099 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
9101         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
9102         _AC_LANG_PROGRAM_C_F77_HOOKS.
9104 2002-06-07  Akim Demaille  <akim@epita.fr>
9106         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
9107         rename as...
9108         (AC_REPLACE_FNMATCH): this.
9109         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
9110         AC_FUNC_FNMATCH_GNU.
9112 2002-06-07  Akim Demaille  <akim@epita.fr>
9114         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
9115         Rosetta Stone for Unix.
9117 2002-06-07  Akim Demaille  <akim@epita.fr>
9119         * bin/autom4te.in (warn_forbidden): When rejecting a token,
9120         suggest m4_pattern_allow.
9121         Suggested by Adam J. Richter.
9123 2002-06-07  Akim Demaille  <akim@epita.fr>
9125         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
9126         ac_config_libobj_dir.
9127         (AC_CONFIG_LIBOBJ_DIR): New.
9128         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
9129         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
9130         Use ac_config_libobj_dir to find the replacement files.
9131         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
9132         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
9133         (AC_REPLACE_FNMATCH_GNU): these.
9134         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
9135         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
9136         * tests/mktests.sh (ac_exclude_list): Don't check
9137         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
9139 2002-06-06  Paul Eggert  <eggert@twinsun.com>
9141         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
9142         if ln doesn't work.
9143         * NEWS: Likewise.
9144         * doc/autoconf.texi (Configuration Links): Likewise.
9145         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
9147 2002-06-05  Paul Eggert  <eggert@twinsun.com>
9149         * config/config.guess, config/config.sub, config/texinfo.tex:
9150         Update from masters.
9152 2002-05-29  Paul Eggert  <eggert@twinsun.com>
9154         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
9155         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
9156         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
9157         Likewise.
9158         * lib/autoconf/Makefile.am (check-local): Likewise.
9159         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
9160         * lib/autoconf/types.m4 (commentary only): Likewise.
9161         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
9162         * lib/autotest/Makefile.am (check-local): Likewise.
9163         * lib/m4sugar/Makefile.am (check-local): Likewise.
9164         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
9165         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
9167         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
9168         * doc/autoconf.texi (Particular Programs): Document them.
9169         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
9170         * NEWS: Likewise.
9172 2002-05-27  Paul Eggert  <eggert@twinsun.com>
9174         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
9175         * NEWS, doc/autoconf.texi (Particular Types): Document it.
9176         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
9177         instead of AC_MBSTATE_T, which never existed.
9179 2002-05-23  Akim Demaille  <akim@epita.fr>
9181         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
9182         version of Autoconf that is discussed.
9184 2002-05-22  Paul Eggert  <eggert@twinsun.com>
9186         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
9187         from the default list of compilers to try.  Suggested by
9188         Kate Hedstrom.
9189         * NEWS: Document the above.
9190         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
9192 2002-05-17  Paul Eggert  <eggert@twinsun.com>
9194         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
9195         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
9196         This improves on an earlier suggestion by H. Peter Anvin.
9198 2002-05-16  Paul Eggert  <eggert@twinsun.com>
9200         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
9201         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
9202         Both macros now accept an optional source-dir arg.
9203         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
9205         * NEWS: Document this.
9206         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
9208         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
9209         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
9210         not for GNU extensions; this undoes part of the 2000-11-03 change,
9211         reverting to 2.13-compatible behavior.
9212         Add new optional argument DIR.
9213         (AC_FUNC_FNMATCH_GNU): New macro.
9215         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
9217 2002-05-08  Paul Eggert  <eggert@twinsun.com>
9219         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
9220         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
9221         and it causes a 'test' syntax error if it fails.
9222         Bug reported by Stephen Gildea.
9224         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
9225         If prototypes are supported, use them to check this at compile-time,
9226         instead of trying to check it at run-time.  If we must do a run-time
9227         check, assume that setvbuf is standard when cross-compiling, as
9228         nonstandard setvbuf occurs only on ancient and unlikely hosts.
9229         Bug reported by Paul D. Smith.
9231         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
9232         argument specifying location of getloadavg.c.  This removes a
9233         FIXME.  This idea was taken from Jim Meyering's implementation in
9234         textutils.
9235         * doc/autoconf.texi (Particular Functions): Document this.
9236         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
9237         that's what the code does; this fixes a bug reported by
9238         Paul D. Smith.
9240 2002-05-03  Akim Demaille  <akim@epita.fr>
9242         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
9243         autopoint instead of gettextize.
9244         ($uses_alocal): Rename as...
9245         ($uses_aclocal): this.
9246         * doc/autoconf.texi (autoreconf Invocation): Adjust.
9247         Suggested by Bruno Haible.
9249 2002-05-03  Akim Demaille  <akim@epita.fr>
9251         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
9253 2002-04-29  Paul Eggert  <eggert@twinsun.com>
9255         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
9256         files to be 1 second older; just set them to be the same time.
9257         Also, sleep 1 second after the first aclocal, to work around
9258         problems with sub-second time stamps on the input files.
9260 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
9262         * doc/autoconf.texi: Mention "set -e -x" lossage
9263         under node "Limitations of Builtins".
9265 2002-04-29  Akim Demaille  <akim@epita.fr>
9267         * doc/install.texi: Better wording for setting variables when
9268         running configure.
9269         From Christian Cornelssen.
9271 2002-04-29  Akim Demaille  <akim@epita.fr>
9273         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
9274         of lack of $LINENO support, then the test will compare the $LINENO
9275         in testsuite vs. the lineno in the test file.  This is wrong, of
9276         course.
9277         Be sure to protect it.
9278         Reported by Patrick Welche.
9280 2002-04-25  Akim Demaille  <akim@epita.fr>
9282         * doc/autoconf.texi (Obsolete Macros): Typo.
9283         Reported by Vladimir Volovich.
9285 2002-04-25  Akim Demaille  <akim@epita.fr>
9287         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
9288         than some of the input files, hence, on the second run of aclocal,
9289         if some of its input are younger, make them older.
9290         Suggested by Paul Eggert.
9292 2002-04-25  Akim Demaille  <akim@epita.fr>
9294         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
9295         Thanks to Paul Eggert.
9297 2002-04-25  Akim Demaille  <akim@epita.fr>
9299         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
9300         and ac_subst_vars be sh variables containing the list of
9301         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
9302         DEFAULT diversion.
9303         (_AC_INIT_PREPARE): Use them to log them.
9304         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
9305         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
9306         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
9307         _AC_SUBST_FILES and _AC_SUBST_VARS.
9308         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
9310 2002-04-24  Akim Demaille  <akim@epita.fr>
9312         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
9313         autoheader, so that automake does not complain about a missing
9314         config.h.in that was to be created.
9316 2002-04-23  Akim Demaille  <akim@epita.fr>
9318         * bin/autoheader.in (parse_args): --warning takes an argument.
9319         Fixes PR/220.
9321 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
9323         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
9324         and bb.out when cleaning up.
9326 2002-04-22  Akim Demaille  <akim@epita.fr>
9328         Version 2.53a.
9330 2002-04-22  Akim Demaille  <akim@epita.fr>
9332         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
9334 2002-04-22  Akim Demaille  <akim@epita.fr>
9336         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
9337         comma.
9338         Reported by Gregory Giannoni.
9340 2002-04-22  Akim Demaille  <akim@epita.fr>
9342         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
9343         Fixes false failures on Darwin.
9345 2002-04-21  Paul Eggert  <eggert@twinsun.com>
9347         * TODO, bin/autoupdate.in, doc/autoconf.texi,
9348         lib/autoconf/general.m4, lib/autoconf/libs.m4,
9349         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
9350         tests/tools.at: Minor spelling and grammar fixes.
9352 2002-04-20  Paul Eggert  <eggert@twinsun.com>
9354         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
9355         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
9356         * lib/autotest/general.m4 (AT_INIT): Likewise.
9357         * tests/atgeneral.m4 (AT_INIT): Likewise.
9359 2002-04-19  Paul Eggert  <eggert@twinsun.com>
9361         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
9362         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
9363         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
9364         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9365         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
9366         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
9367         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
9368         Minor spelling and grammar fixes.
9370         * doc/autoconf.texi: Follow the outline suggested in the GNU
9371         Sample Texts sections of the Texinfo 4.2 manual.  Most
9372         importantly, this makes sure that the copyright notices appear in
9373         all output formats.  You probably need Texinfo 4.2 to generate
9374         the manual now.
9376         Fix some bugs when using "$@" when there might be zero positional
9377         arguments in cases where this matters.
9379         * bin/autoconf.as: Rewrite so that the problem does not come up.
9380         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
9381         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
9382         * lib/autotest/general.m4 (AT_INIT): Likewise.
9384         * bin/autoheader.in: Use 'case' statement to work around problem.
9385         * bin/auto4mte.in: Likewise.
9386         * bin/autoreconf.in: Likewise.
9387         * bin/autoscan.in: Likewise.
9388         * bin/autoupdate.in: Likewise.
9389         * bin/ifnames.in: Likewise.
9391         * doc/autoconf.texi (Shell Substitutions): Document the problem.
9393         * lib/autotest/general.m4 (AT_INIT):
9394         Use Zsh alias to work around problem.
9395         * tests/atgeneral.m4 (AT_INIT): Likewise.
9397         * tests/c.at: We can't have zero arguments, so remove workaround
9398         that is not portable to Zsh.
9400 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
9402         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
9403         from aclocal.m4 too.
9405 2002-04-12  Akim Demaille  <akim@epita.fr>
9407         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
9409 2002-04-10  Akim Demaille  <akim@epita.fr>
9411         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
9412         workaround for ${1+"$@"}.
9413         * doc/autoconf.texi (Shell Substitutions): Explain it.
9414         From Oliver Kiddle and Peter Stephenson.
9416         Have M4sh perform minimal shell sanitizing.
9418         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
9419         part into...
9420         (_AS_PREPARE): this new macro.
9421         (AS_PREPARE): New.
9422         (AS_INIT): Invoke AS_SHELL_SANITIZE.
9423         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
9425         Adjust Autoconf and Autotest.
9427         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
9428         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
9429         * lib/autotest/general.m4 (AT_INIT): Likewise.
9430         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
9431         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
9432         AS_SHELL_SANITIZE.
9434         Use this M4sh to generate Autoconf's shell scripts.
9436         * tests/wrapsh.as: New, precursor of wrapsh.in.
9437         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
9438         on Autotest and M4sh.
9439         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
9440         (wrapsh.in): New target.
9441         * bin/autoconf.as: New, precursor of autoconf.in.
9442         (autoconf.in): New target.
9444 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9446         * doc/autoconf.texi (Limitations of Make): Mention the issue
9447         with indented comments in rules.
9449 2002-04-09  Andreas Schwab  <schwab@suse.de>
9451         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
9452         ac_top_builddir when setting ac_abs_top_builddir.
9454 2002-04-06  Kevin Ryde  <user42@zip.com.au>
9456         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
9457         (Portable Shell): Cross reference to Systemology.
9459 2002-04-05  Akim Demaille  <akim@epita.fr>
9461         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
9462         directories when descending in a SUBDIRS.
9463         Reported by Ezra Peisach.
9465 2002-04-04  Andreas Schwab  <schwab@suse.de>
9467         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
9468         contains no literal separators.
9470 2002-04-03  Akim Demaille  <akim@epita.fr>
9472         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
9473         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
9474         Use dnl, not the KILL diversion.
9475         Extracted from...
9476         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
9477         (AC_CONFIG_LINKS): here.
9478         Adjust.
9479         Don't use the KILL diversion, as it kills spurious output, which
9480         results in failures being hidden.
9481         Use m4_defn where appropriate.
9482         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
9483         after the second argument.
9484         Use m4_defn.
9485         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
9486         syntax, as it is provided by M4sugar.
9487         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
9489 2002-04-03  Andreas Schwab  <schwab@suse.de>
9491         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
9492         expanded if $# <= 2.
9494         * bin/autoreconf.in (autoreconf): Run automake after rerunning
9495         aclocal.
9497 2002-04-03  Akim Demaille  <akim@epita.fr>
9499         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
9500         (_AC_COMPILER_EXEEXT_REJECT): New.
9501         Also recognize *.bb and *.bbg as compilation byproducts.
9502         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
9503         (_AC_COMPILER_OBJEXT): Use them.
9504         Fixes Debian #138666.
9506 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
9508         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
9510         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
9511         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
9512         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
9513         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
9514         (AC_C_CONST): Same.
9515         (AC_C_INLINE): Same.
9516         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
9517         * doc/autoconf.texi, NEWS: Document.
9518         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
9519         AC_C_CROSS.
9521 2002-04-02  Akim Demaille  <akim@epita.fr>
9523         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
9524         _AS_MKDIR_P_PREPARE.
9526 2002-03-28  Kevin Ryde  <user42@zip.com.au>
9528         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
9529         to avoid versions of HP C which don't allow that.
9531 2002-03-27  Paul Eggert  <eggert@twinsun.com>
9533         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
9534         (AS_SHELL_SANITIZE): Invoke it.
9535         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
9537 2002-03-26  Akim Demaille  <akim@epita.fr>
9539         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
9541 2002-03-26  Akim Demaille  <akim@epita.fr>
9543         * doc/autoconf.texi (Introduction): The GNATS base moved.
9545 2002-03-25  Paul Eggert  <eggert@twinsun.com>
9547         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
9548         as POSIX requires, as it doesn't work with Zsh.
9549         * doc/autoconf.texi (Assignments): Document the problem.
9551 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
9553         * doc/autoconf.texi (Limitations of Make): Mention more issue
9554         about VPATH, overriding of macros in sub-makes, and handling of
9555         SHELL.
9557 2002-03-21  Paul Eggert  <eggert@twinsun.com>
9559         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
9560         problem with here-document buffer boundaries.
9562         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
9563         when reinvoking the shell, to work around problems with installers
9564         who put strange things like "cd" commands in their environments.
9566 2002-03-19  Akim Demaille  <akim@epita.fr>
9568         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
9569         From Aaron Ucko.
9571 2002-03-19  Akim Demaille  <akim@epita.fr>
9573         * bin/autoscan.in (scan_file): Specify the location in `&used'
9574         invocations.
9575         From Nicolas Joly.
9577 2002-03-19  Akim Demaille  <akim@epita.fr>
9579         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
9580         From Nishio Futoshi.
9582 2002-03-19  Akim Demaille  <akim@epita.fr>
9584         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
9586 2002-03-18  Paul Eggert  <eggert@twinsun.com>
9588         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
9589         (Limitations of Usual Tools): Add mkdir section.
9591         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
9592         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
9593         back on AS_DIRNAME to compute prefixes otherwise; this is
9594         roughly what mkinstalldirs does.  That way, we need not have
9595         our own filename disassembler.  The old disassembler did not
9596         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
9598         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
9599         Create at_test_all by a series of assignments,
9600         not by a single assignment of a long string.  The latter causes ksh
9601         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
9602         presumably because of a buffer overrun.
9604 2002-03-14  Paul Eggert  <eggert@twinsun.com>
9606         * lib/autotest/general.m4 (at_times_skip):
9607         Renamed from at_times.  Now a boolean.
9608         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
9609         says 'times: not found'.
9611 2002-03-14  Akim Demaille  <akim@epita.fr>
9613         * bin/autoreconf.in (&study_gettextize): New.
9614         (&autoreconf): Handle newest gettextize.
9615         Rerun aclocal if needed.
9616         Suggested by Andreas Schwab.
9618 2002-03-13  Akim Demaille  <akim@epita.fr>
9620         * doc/autoconf.texi (Special Shell Variables): More about IFS.
9622 2002-03-13  Akim Demaille  <akim@epita.fr>
9624         * doc/autoconf.texi (Header Portability): New.
9625         Add information about stdint.h and inttypes.h from Paul Eggert.
9627 2002-03-13  Akim Demaille  <akim@epita.fr>
9629         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
9630         -p'.
9631         From Bob Proulx.
9633 2002-03-12  Akim Demaille  <akim@epita.fr>
9635         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
9636         m4_require.
9638 2002-03-11  Andreas Schwab  <schwab@suse.de>
9640         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
9641         does not do it if --with-lispdir is given.
9643 2002-03-08  Akim Demaille  <akim@epita.fr>
9645         Version 2.53.
9647 2002-03-08  Akim Demaille  <akim@epita.fr>
9649         * doc/autoconf.texi (Subdirectories): Clarify that the
9650         subdirectory should exist.
9652 2002-03-08  Akim Demaille  <akim@epita.fr>
9654         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
9656 2002-03-08  Akim Demaille  <akim@epita.fr>
9658         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
9659         aliases the actual variables, and modifications of the former
9660         affect the latter.
9662 2002-03-08  Akim Demaille  <akim@epita.fr>
9664         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
9665         because of C-c: have m4 output in tmp files, then mv them.
9667 2002-03-08  Akim Demaille  <akim@epita.fr>
9669         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
9670         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
9671         * bin/ifnames.in: Copyright update.
9673 2002-03-08  Akim Demaille  <akim@epita.fr>
9675         * doc/autoconf.texi (Invoking autom4te): New.
9677 2002-03-05  Akim Demaille  <akim@epita.fr>
9679         * doc/autoconf.texi (Specifying Names): Clarification suggested by
9680         Kevin Ryde.
9682 2002-03-05  Akim Demaille  <akim@epita.fr>
9684         Version 2.52i.
9686 2002-03-04  Akim Demaille  <akim@epita.fr>
9688         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
9689         * lib/autoconf/general.m4 (AC_INIT): More informative error
9690         message for LIBOBJ.
9692 2002-03-04  Akim Demaille  <akim@epita.fr>
9694         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
9695         parallel builds.
9697 2002-03-04  Akim Demaille  <akim@epita.fr>
9699         * doc/autoconf.texi (Transforming Names): Equality between target
9700         and host is irrelevant.
9701         (Specifying Names, Canonicalizing): Remove all references to the
9702         backward compatibility hooks.  Rather, collect them all into...
9703         (Hosts and Cross-Compilation): this new section.
9704         * doc/install.texi (System Type): Ditto.
9705         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
9706         that `--host' implies cross-compilation.
9708 2002-03-04  Akim Demaille  <akim@epita.fr>
9710         * doc/autoconf.texi (Evaluation Macros): New.
9711         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
9712         useless.
9713         (_m4_foreach): Define the variant with immediate evaluation so
9714         that it contains exactly the items, not an expression which
9715         evaluation is the current item.
9716         (m4_re_string, m4_re_word): Don't over quote them.
9718 2002-03-04  Akim Demaille  <akim@epita.fr>
9720         Instead of having stacking `shift's evaluated at the end, let
9721         `foreach' loops immediately evaluate them.
9723         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
9724         $*.  This is the n-th time I change my mind, but hopefully this is
9725         the last...
9726         (m4_lquote): New.
9727         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
9728         efficient.
9729         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
9730         it was only a hack for m4_text_wrap.
9731         (m4_car2): Remove, replaced by...
9732         (m4_cdr): New.
9733         (_m4_foreach): Adjust.
9734         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
9735         m4_bpatsubst for clarification.
9737 2002-03-04  Akim Demaille  <akim@epita.fr>
9739         * doc/autoconf.texi (Changequote is Evil): New.
9741 2002-03-03  Kevin Ryde  <user42@zip.com.au>
9743         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
9744         on old systems like SunOS.
9746 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
9748         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
9749         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9750         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
9751         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
9752         of messages.
9754 2002-02-28  Akim Demaille  <akim@epita.fr>
9756         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
9757         message to be sent.
9759 2002-02-28  Kevin Ryde  <user42@zip.com.au>
9761         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
9763 2002-02-25  Akim Demaille  <akim@epita.fr>
9765         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
9766         From Akinori Musha.
9768 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
9770         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
9771         translate \r\n to \n.
9773 2002-02-07  Akim Demaille  <akim@epita.fr>
9775         Version 2.52h.
9777 2002-02-07  Akim Demaille  <akim@epita.fr>
9779         Fix Autoconf PR/209.
9780         Also reported by Frank Denis.
9782         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
9784 2002-02-07  Akim Demaille  <akim@epita.fr>
9786         Fix Autoconf PR/207:
9787         AC_PREFIX_PROGRAM fails with dashed program names
9789         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
9790         variable when looking for the prefix program.
9791         Now it also works for shell variables.
9793 2002-02-07  Akim Demaille  <akim@epita.fr>
9795         * doc/autoconf.texi (Limitations of Builtins): More about
9796         case/esac.
9798 2002-02-06  Akim Demaille  <akim@epita.fr>
9800         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
9801         case/esac, some shells don't support it.
9802         Reported by Zack Weinberg.
9803         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
9805 2002-02-06  Akim Demaille  <akim@epita.fr>
9807         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
9808         sure not to introduce newlines in at_groups.
9809         * lib/autotest/Makefile.am (autotest.m4f): Typo.
9811 2002-02-06  Akim Demaille  <akim@epita.fr>
9813         * tests/torture.at (Configuring subdirectories): Skip if aclocal
9814         is not available.
9816 2002-02-05  Paul Eggert  <eggert@twinsun.com>
9818         * doc/autoconf.texi (Specific Compiler Characteristics):
9819         Describe HP-UX cc bug workaround more accurately.
9820         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
9821         not unsigned long.
9822         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
9823         cross-compilers, too.  This undoes some of the most recent change
9824         to this file.
9826 2002-02-05  Akim Demaille  <akim@epita.fr>
9828         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
9829         to make sure they are up to date when `check' is run.
9831 2002-02-05  Akim Demaille  <akim@epita.fr>
9833         * doc/autoconf.texi (Making testsuite Scripts): Document
9834         package.m4.
9836 2002-02-05  Akim Demaille  <akim@epita.fr>
9838         * lib/freeze.mk: New.
9840 2002-02-05  Akim Demaille  <akim@epita.fr>
9842         Implement `autom4te --freeze'.
9844         * bin/autom4te.in (&freeze): New.
9845         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
9846         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
9848 2002-02-05  Akim Demaille  <akim@epita.fr>
9850         * bin/autom4te.in (&parse_args): Implement `frozen files are
9851         optional are the sum of the previous files on the command line'.
9852         Also, pass `--reload-state=' on them, so...
9853         (handle_m4): don't.
9854         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
9855         (M4sh): Rely on M4sugar.
9856         (Autotest, M4sh, M4sugar): Use frozen files.
9858 2002-01-31  Akim Demaille  <akim@epita.fr>
9860         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
9861         * doc/autoconf.texi (Initializing configure): Adjust.
9863 2002-01-30  Akim Demaille  <akim@epita.fr>
9865         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
9866         alphanumeric to `-' instead of `_'.
9868 2002-01-30  Akim Demaille  <akim@epita.fr>
9870         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
9871         for plain code, the other for cross-compilation code.  The latter
9872         is now run with GCC only.
9873         * doc/autoconf.texi (Compilers and Preprocessors): New.
9875 2002-01-30  Akim Demaille  <akim@epita.fr>
9877         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
9878         values.
9879         * doc/autoconf.texi (Initializing configure): Explain how to
9880         change AC_INIT default values.
9882 2002-01-29  Akim Demaille  <akim@epita.fr>
9884         * tests/torture.at (Configuring subdirectories): Use configure.in,
9885         so that aclocal 1.4 works.
9886         Reported by Alexandre Duret-Lutz and Larry Schmitt.
9888 2002-01-28  Akim Demaille  <akim@epita.fr>
9890         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
9891         needs an argument.
9893 2002-01-28  Akim Demaille  <akim@epita.fr>
9895         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
9896         AUTOTEST_PATH *after* it was set.
9897         Don't put `.' in the PATH: the user should be precise and `./' if
9898         needed.  In addition, given that the test suite does some `cd', if
9899         `.' is in the path, the `tested programs' sections will report
9900         programs found in the test suite's directory, while during the
9901         tests (performed in their own directory), these programs are no
9902         longer visible.  In other words, the results is confusing and
9903         useless.
9904         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
9906 2002-01-24  Akim Demaille  <akim@epita.fr>
9908         Version 2.52g.
9910 2002-01-24  Akim Demaille  <akim@epita.fr>
9912         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
9913         * doc/autoconf.texi: Finally add Akim as an author.
9915 2002-01-24  Akim Demaille  <akim@epita.fr>
9917         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
9918         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
9919         Bourne. Use /bin/sh.
9920         From Andreas Buening.
9922 2002-01-24  Akim Demaille  <akim@epita.fr>
9924         * config/config.guess, config/config.sub, config/texinfo.tex:
9925         Update from masters.
9927 2002-01-24  Akim Demaille  <akim@epita.fr>
9929         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
9930         * config/auxdir.m4, config/cond.m4, config/depend.m4,
9931         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
9932         * config/missing.m4, config/sanity.m4, config/select.m4,
9933         * config/strip.m4: Remove, to ease sync'ing with any version of
9934         Automake.
9936 2002-01-24  Akim Demaille  <akim@epita.fr>
9938         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
9939         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
9940         Reported by Geir Ove Myhr.
9942 2002-01-21  Akim Demaille  <akim@epita.fr>
9944         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
9946 2002-01-21  Akim Demaille  <akim@epita.fr>
9948         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
9949         message on invalid options.
9950         * bin/autom4te.in (parse_args): Don't use
9951         Autoconf::General::getopt with non valid options.
9953 2002-01-17  Jim Meyering  <meyering@lucent.com>
9955         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
9956         $ac_cv_exeext so we don't use an old, invalid, cached value.
9958 2002-01-11  Akim Demaille  <akim@epita.fr>
9960         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
9961         Meyering.
9962         * doc/autoconf.texi (Function Portability): Document the strnlen
9963         limitation.
9964         (Particular Functions): Document AC_FUNC_STRNLEN.
9965         * lib/autoscan/functions: Adjust.
9967 2002-01-06  Akim Demaille  <akim@epita.fr>
9969         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
9970         package.m4, since is really depends upon configure.ac, not
9971         configure.
9972         * doc/autoconf.texi (testsuite Scripts): Adjust.
9973         * tests/Makefile.am (package.m4): New.
9974         EXTRA_DIST it since its a source.
9976 2002-01-06  Akim Demaille  <akim@epita.fr>
9978         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
9979         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
9980         and PACKAGE_BUGREPORT from here...
9981         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
9982         arguments.
9983         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
9984         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
9985         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
9986         * tests/tools.at (autoheader): Adjust.
9987         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
9989 2002-01-06  Akim Demaille  <akim@epita.fr>
9991         * bin/autoscan.in (scan_file): Use `&used'.
9993 2002-01-03  Akim Demaille  <akim@epita.fr>
9995         * doc/autoconf.texi (Output): Improved wording regarding use of
9996         AC_OUTPUT.
9997         From Olly Betts.
9999 2001-12-18  Kevin Ryde  <user42@zip.com.au>
10001         * doc/autoconf.texi (Function Portability): Add notes on sscanf
10002         sometimes needing writable input.
10004 2001-12-17  Jim Meyering  <meyering@lucent.com>
10006         * doc/autoconf.texi (New Macros): Tweak wording.
10008 2001-12-14  Akim Demaille  <akim@epita.fr>
10010         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
10011         trailing files, don't apply `-rf' to files which might not be
10012         created by configure (core, core.*, and *.core), but just `rm -f'.
10013         Suggested by Jonathan Kamens.
10015 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
10017         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
10019 2001-12-14  Akim Demaille  <akim@epita.fr>
10021         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
10023 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
10025         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
10026         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
10027         abs_srcdir, top_srcpath to abs_top_srcdir.
10028         (_AC_OUTPUT_FILES): Adjust.
10029         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
10030         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
10031         * tests/wrappl.in, tests/wrapsh.in: Adjust.
10033 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
10035         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
10036         C/Fortran linking on HP/UX, by extracting the Fortran library
10037         search path from the LPATH line in the $F77 -v output.
10039 2001-12-12  Kevin Ryde  <user42@zip.com.au>
10041         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
10042         forbidden file descriptors table.
10044 2001-11-26  Akim Demaille  <akim@epita.fr>
10046         * bin/autoscan.in (%c_keywords): Build it at top level.
10047         Map to 1 in order to simplify its uses.
10049 2001-11-26  Akim Demaille  <akim@epita.fr>
10051         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
10052         Remove $filepath, useless.
10053         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
10054         variables, they are really part of the tokens.
10055         Split the input line on spaces and then look for tokens.
10056         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
10057         because of `lex$U.$(OBJEXT)'.
10058         (&scan_files): Use "@list" instead of join.
10059         * doc/Makefile.am (CLEANFILES): Add *.fns.
10061 2001-11-26  Akim Demaille  <akim@epita.fr>
10063         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
10064         Remove, replaced by...
10065         * tests/wrappl.in: Be common for all the Perl executables.
10066         In particular autoscan and autoheader want -I.
10067         * configure.ac: Adjust.
10068         * lib/autoscan/headers: errno.h is portable.
10070 2001-11-26  Akim Demaille  <akim@epita.fr>
10072         * bin/autoscan.in (used): New.
10073         Use it.
10075 2001-11-26  Akim Demaille  <akim@epita.fr>
10077         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
10078         directives.
10079         (&scan_sh_file): Remove a duplicate pattern.
10080         (&check_configure_ac): Use long options.
10081         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
10083 2001-11-26  Akim Demaille  <akim@epita.fr>
10085         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
10086         Before, having a line containing the opening of a multi line
10087         comment made the whole line be ignored.
10089 2001-11-26  Akim Demaille  <akim@epita.fr>
10091         * doc/autoconf.texi (Using an Autotest Test Suite): New.
10092         (testsuite Scripts): Be one of its subsection.
10093         (Autotest Logs): New.
10095 2001-11-26  Akim Demaille  <akim@epita.fr>
10097         Test groups are now run two directories deeper.
10099         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
10100         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
10101         at_top_builddir.
10102         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
10103         top_srcdir, builddir and top_builddir.
10104         Use `at_*dir' relatively to the directory containing the
10105         suite, use `*dir' when relatively to the current group dir.
10107 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10109         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
10110         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
10111         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
10112         spelling errors.
10114 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
10116         * doc/autoconf.texi (Using System Type): Add an example of `case
10117         $host' usage so people quit using `case $target' everywhere.
10119 2001-11-22  Akim Demaille  <akim@epita.fr>
10121         * doc/autoconf.texi (Installation Directory Variables): Englishoes
10122         spotted by Jim Meyering.
10124 2001-11-16  Paul Eggert  <eggert@twinsun.com>
10126         This patch implements a `long double' suggestion by Oliver Kiddle.
10128         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
10129         static, to catch errors if the value isn't known at compile-time
10130         and the compiler supports dynamic arrays.  Change its name from
10131         `_array_' to `test_array' to avoid potential name clashes.
10132         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
10133         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
10134         better than double.  Catch a bug in GCC 2.95.2 x86.
10135         * doc/autoconf.texi (C Compiler): Document the above.
10136         * NEWS: Likewise.
10138 2001-11-13  Akim Demaille  <akim@epita.fr>
10140         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
10141         hand.
10142         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
10144 2001-11-13  Akim Demaille  <akim@epita.fr>
10146         * lib/autotest/general.m4 (AT_INIT): After having run the test
10147         group, go back to the initial directory, not to at_suite_dir.
10149 2001-11-13  Akim Demaille  <akim@epita.fr>
10151         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
10152         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
10153         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
10154         option.
10155         (AT_CHECK_CONFIGURE): Use absolute paths.
10156         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
10157         The problem is still the old one: there is no means in M4 (that I
10158         know about) to create a defining macro, because there is no means
10159         to create `$1' etc., therefore, the defining macro ``swallows''
10160         all the arguments meant to the defined macro.
10162 2001-11-13  Akim Demaille  <akim@epita.fr>
10164         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
10165         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
10166         configure.ac.
10167         * tests/aclocal.m4: Remove, as it is no longer used.
10169 2001-11-13  Akim Demaille  <akim@epita.fr>
10171         * lib/autotest/general.m4: Change `tests?' into `groups?' in
10172         variable names when referring to a single test group, or to
10173         `suite' when referring to the whole test suite.
10174         `at_last_test' is removed: m4 compute at_format itself.
10175         (at_stdout, at_stder1, at_stderr): New variables.
10176         (AT_CHECK): Use them.
10178 2001-11-13  Akim Demaille  <akim@epita.fr>
10180         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
10181         in PATH.
10182         Create `testsuite.dir/003/run' instead of `testsuite.003'.
10183         Do it as soon as a test fails, don't wait till the end of the test
10184         suite.
10185         Don't remove $as_me.[0-9]*, since these files no longer exist.
10187 2001-11-13  Akim Demaille  <akim@epita.fr>
10189         * tests/tools.at: Use absolute paths, since we are no longer run
10190         in place.
10192 2001-11-13  Akim Demaille  <akim@epita.fr>
10194         Now that tests are running in their own private dir, there is no
10195         need to list the files to remove at the end of tests groups.
10197         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
10198         (AT_data_files, at_data_files): Remove.
10199         (AT_CLEANUP, AT_DATA): Simplify.
10200         (AT_INIT): Adjust.
10201         Remove the group dir if !debug && !failed.
10202         * tests/atspecific.m4: Adjust.
10204 2001-11-13  Akim Demaille  <akim@epita.fr>
10206         Start a new layout for Autotest: `testsuite' creates
10207         `testsuite.dir' in which the at-check-line etc. files are to be
10208         found, and `testsuite.dir/003' where the test group 3 is run.
10210         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
10211         at_check_line_file, at_format, at_test_normalized, at_group_dir
10212         are new variables.
10213         Create the directories.
10214         Use absolute paths for at- files.
10215         (AT_CHECK): Adjust.
10217 2001-11-11  Michael Matz  <matz@kde.org>
10219         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
10220         (m4_car2): New.
10221         (m4_car): Properly quote arguments.
10223 2001-11-13  Akim Demaille  <akim@epita.fr>
10225         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
10226         with stricter rules on LIBOBJS.
10228 2001-11-12  Paul Eggert  <eggert@twinsun.com>
10230         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
10231         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
10232         __PROTOTYPES too.
10234 2001-11-12  Akim Demaille  <akim@epita.fr>
10236         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
10238 2001-11-12  Akim Demaille  <akim@epita.fr>
10240         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
10241         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
10242         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
10243         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
10244         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
10245         specify to what the macro should be defined (typically to 1).
10247 2001-11-12  Akim Demaille  <akim@epita.fr>
10249         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
10250         From Jim Meyering.
10252 2001-11-12  Akim Demaille  <akim@epita.fr>
10254         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
10255         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
10256         definition used by Automake where LEX is +/- "${missing} lex" and
10257         `missing' itself contains variables.
10259 2001-11-12  Akim Demaille  <akim@epita.fr>
10261         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
10262         Now that M4sh pushes BODY, the comments were output at the end of
10263         the test suites.
10265 2001-11-08  Akim Demaille  <akim@epita.fr>
10267         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
10268         that we can trace macros from aclocal.m4.
10269         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
10270         obsoleted, and redirect to the former anyway.
10271         Reported by Ralf Corsepius.
10273 2001-11-08  Akim Demaille  <akim@epita.fr>
10275         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
10276         processed only if present.
10277         * tests/torture.at (Configuring subdirectories): Use autoreconf
10278         instead of successive calls to autoconf.
10279         Add a nonexistent subdirectory to exercise the patch above.
10280         Reported by Ralf Corsepius.
10282 2001-11-08  Kevin Ryde  <user42@zip.com.au>
10284         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
10285         doesn't accept .S files.
10287 2001-11-07  Akim Demaille  <akim@epita.fr>
10289         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
10290         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
10291         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
10292         * bin/autom4te.in (warn_forbidden): New.
10293         (handle_output): Use it.
10294         Read m4_pattern_forbid with messages.
10296 2001-11-05  Akim Demaille  <akim@epita.fr>
10298         * bin/autom4te.in (--normalize): Remove.
10299         * lib/autom4te.in: Adjust.
10301 2001-11-05  Akim Demaille  <akim@epita.fr>
10303         * tests/Makefile.am (testsuite): Rename this target as...
10304         ($(TESTSUITE)): this.
10305         From Nicolas Joly.
10307 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
10309         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
10310         the --prefix option, also remove it's argument.
10312 2001-11-05  Akim Demaille  <akim@epita.fr>
10314         * doc/autoconf.texi (testsuite Invocation): Update.
10315         (Writing testsuite.at): Update.
10317 2001-11-03  Akim Demaille  <akim@epita.fr>
10319         * doc/autoconf.texi: s/@code/@command/ where appropriate.
10321 2001-11-03  Akim Demaille  <akim@epita.fr>
10323         * lib/Autom4te/General.pm: (&catfile, &canonfile)
10324         (&file_name_is_absolute): New, wrappers around routines from
10325         File::Spec.
10326         Use and export them.
10327         (&find_configure_ac): Optionally take a directory where to look at.
10328         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
10329         the arguments.
10330         Default @ARGV to `.', not find_configure_ac.
10331         (&autoreconf): Argument is a directory.
10332         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
10333         * doc/autoconf.texi (autoreconf Invocation): Update.
10335 2001-11-03  Akim Demaille  <akim@epita.fr>
10337         * lib/Autom4te/General.pm (@export_vars, @export_subs)
10338         (@export_forward_subs): New.
10339         Add basename, dirname, and fileparse.
10340         (@EXPORT): Adjust.
10341         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
10342         Don't look for aclocal flags if we already know aclocal is not
10343         used.
10344         Move aclocal.m4t only if it exists.
10345         Reported by Ezra Peisach.
10347 2001-11-03  Akim Demaille  <akim@epita.fr>
10349         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
10350         passed on command line, defaulting to ./configure.ac if present.
10351         (&maybe_autoreconf, File::Find): Remove, unused.
10352         (&autoreconf): If autoconf is not used, don't try to trace.
10354 2001-11-02  Akim Demaille  <akim@epita.fr>
10356         * configure.ac: Bump to 2.52g.
10358 2001-11-02  Akim Demaille  <akim@epita.fr>
10360         Version 2.52f.
10362 2001-11-02  Akim Demaille  <akim@epita.fr>
10364         * config/config.guess, config/config.sub, doc/standards.texi:
10365         * config/lispdir.m4: Update from masters.
10366         * configure.ac: Bump to 2.52f.
10368 2001-11-02  Akim Demaille  <akim@epita.fr>
10370         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
10371         Don't run aclocal when aclocal.m4 is not from aclocal.
10372         From Ezra Peisach.
10373         Don't run libtoolize and gettextize if --install is not given.
10375 2001-11-01  Paul Eggert  <eggert@twinsun.com>
10377         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
10378         be invoked before _AS_LINENO_PREPARE.
10379         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
10380         than character ranges.
10382         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
10383         invoking AS_BASENAME.  Set the locale variables to 'C' if
10384         possible, as POSIX requires this to get the traditional
10385         behavior.
10386         * doc/autoconf.texi (Special Shell Variables): Describe the above.
10388 2001-10-31  Paul Eggert  <eggert@twinsun.com>
10390         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
10391         with {}, as that triggers a bug in Bash 2.05.
10393         (_AS_LINENO_PREPARE): Use Sed rather than
10394         Awk.  Fix the sed prepass to work even if there are multiple
10395         instances of $LINENO on the same line.  Do not substitute for
10396         other variables like $LINENOT.  Do not check file dates; such a
10397         check is unreliable on sufficiently fast machines, and removing
10398         the check makes the code simpler and more reliable.  Check for
10399         output and chmod failures.
10401         * doc/autoconf.texi (Special Shell Variables): Document
10402         the above.
10404 2001-10-31  Akim Demaille  <akim@epita.fr>
10406         * tests/Makefile.am (atconfig): Remove this target, Automake
10407         handles it now.
10409 2001-10-31  Akim Demaille  <akim@epita.fr>
10411         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
10412         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
10413         provided, while it is optional.
10414         * configure.ac: Adjust.
10416 2001-10-26  Paul Eggert  <eggert@twinsun.com>
10418         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
10419           lib/Autom4te/Struct.pm:
10420         Require Perl 5.005_03 instead of just 5.005, as some tests fail
10421         with 5.005_02.
10423         * doc/autoconf.texi (Special Shell Variables): Document some
10424         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
10426         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
10427         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
10428         eval $LINENO is not portable in practice.
10430 2001-10-24  Akim Demaille  <akim@epita.fr>
10432         * lib/Autom4te/General.pm (backname): New.
10434 2001-10-24  Akim Demaille  <akim@epita.fr>
10436         * m4/: Remove, merged into...
10437         * config/: here.
10439 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
10441         * doc/autoconf.texi (Shellology): Mention the problems with bash
10442         2.05's use of ANSI quoting in its `set' builtin.
10444 2001-10-22  Paul Eggert  <eggert@twinsun.com>
10446         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
10447         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
10448         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
10449         POSIX decided to standardize on the int flavor of strerror_r.
10450         Always do char* test, as there's no reason not to.
10451         Assign to a char* var, to catch strerror_r that returns int*.
10453         * doc/autoconf.texi (Particular Functions):
10454         Document the above changes.  Also, document the fact that
10455         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
10457         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
10459 2001-10-20  Akim Demaille  <akim@epita.fr>
10461         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
10462         the executable was missing from the log.
10464 2001-10-20  Akim Demaille  <akim@epita.fr>
10466         * lib/Autom4te/General.pm (&update_file): If destination is
10467         unchanged, remove the source.
10468         (&up_to_date_p): Don't be verbose, be debug.
10469         * bin/autoreconf.in: No longer support --m4dir.
10470         (&autoreconf): Display the full path of the configure.ac we are
10471         studying.
10472         Trace it only once.
10473         Be sure to honor --force with gettextize.
10474         Always run aclocal.
10475         * doc/autoconf.texi: Adjust.
10477 2001-10-20  Akim Demaille  <akim@epita.fr>
10479         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
10480         Remove, dead.
10481         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
10482         `intl' is already present, as it refuses unless --force.
10483         (&parse_args): Use -I, --include instead of the old Autoconf
10484         options.
10485         ($localdir, $autoconf_dir): Remove.
10486         (@include): New.
10487         (&maybe_autoreconf): New, to preserve $_ for File::Find.
10489 2001-10-19  Jens Petersen  <petersen@redhat.com>
10491         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
10492         * doc/autoconf.texi (Particular Programs): Likewise.
10494 2001-10-19  Akim Demaille  <akim@epita.fr>
10496         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
10497         file in @configure_input@.
10498         Don't mention `automatically' in addition to `generated'.
10499         * tests/torture.at (#define header templates): Adjust.
10501 2001-10-19  Akim Demaille  <akim@epita.fr>
10503         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
10504         comment, explain how to install automatic mode selection.
10505         From Russ Allbery.
10507 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
10509         * bin/autoreconf.in (autoreconf): Display the path to the
10510         configure.ac being studied.
10512 2001-10-18  Paul Eggert  <eggert@twinsun.com>
10514         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
10515         long, to work around a bug in the HP C compiler version HP92453-01
10516         B.11.11.23709.GP.
10518         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
10519         (AS_BASENAME_EXPR): New macro.
10520         (AS_BASENAME_SED): Do not assume GNU sed semantics.
10521         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
10522         and fall back on 'sed' only if the other two fail.  This makes
10523         AS_BASENAME act more like AS_DIRNAME.
10524         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
10525         contains white space.
10526         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
10527         Use AS_DIRNAME, since I think it's now DOS-friendly.
10528         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
10529         Allow "dirname //FOO" to return either / or //, as POSIX allows
10530         either behavior.
10532 2001-10-10  Akim Demaille  <akim@epita.fr>
10534         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
10535         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
10536         From Eric Sharkey.
10538 2001-10-10  Akim Demaille  <akim@epita.fr>
10540         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
10541         m4_define, since...
10542         (_AS_ECHO_N): AS_REQUIREs it.
10544 2001-10-10  Akim Demaille  <akim@epita.fr>
10546         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
10547         (AC_INCLUDES_DEFAULT): Move to...
10548         * lib/autoconf/headers.m4: here.
10549         * lib/autoconf/types.m4: Comment changes.
10550         * doc/autoconf.texi: Specify where the default includes are used
10551         in the macro prototypes.
10553 2001-10-09  Akim Demaille  <akim@epita.fr>
10555         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
10556         transition code.
10558 2001-10-08  Akim Demaille  <akim@epita.fr>
10560         * bin/autoreconf.in (&autoreconf): Remove debugging code.
10561         (&parse_args): Pass verbosity/debugging options to subtools when
10562         --debug, not when --verbose.
10563         * lib/autom4te.in (Autoreconf-preselections): New.
10564         (Autoconf): Use it.
10566 2001-10-08  Akim Demaille  <akim@epita.fr>
10568         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
10570 2001-10-08  Akim Demaille  <akim@epita.fr>
10572         * doc/autoconf.texi (autoreconf Invocation): Adjust.
10573         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
10575 2001-10-08  Akim Demaille  <akim@epita.fr>
10577         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
10578         (Syntax of the shell scripts): Don't.
10579         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
10580         bother with $force since...
10581         * lib/Autom4te/General.pm: does.
10583 2001-10-08  Akim Demaille  <akim@epita.fr>
10585         * bin/autoreconf.in: Rewrite in Perl.
10586         * configure.ac: Adjust.
10587         * lib/Autom4te/General.pm (&up_to_date_p): New.
10588         * bin/autom4te.in (&up_to_date_p): Use it.
10589         Rename as...
10590         (&up_to_date): this.
10592 2001-10-08  Akim Demaille  <akim@epita.fr>
10594         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
10595         (m4_list_cmp): Use $0 to reinvoke yourself.
10596         (m4_patsubsts): New.
10597         (m4_strip, m4_version_unletter): Use it.
10598         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
10600 2001-10-08  Akim Demaille  <akim@epita.fr>
10602         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
10603         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
10604         * lib/autoconf/types.m4, lib/autotest/general.m4,
10605         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
10606         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
10607         m4_bregexp, m4_bpatsubst, and m4_bmatch.
10608         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
10610 2001-10-08  Akim Demaille  <akim@epita.fr>
10612         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
10614 2001-10-08  Akim Demaille  <akim@epita.fr>
10616         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
10617         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
10618         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
10619         * tests/tools.at, tests/m4sh.at: Use it.
10620         * tests/m4sh.at: Don't rely on Autoconf macros.
10621         (DIRNAME_TEST): Also exercise the expr variant.
10622         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
10623         preferred M4sugar extension is now `.4s'.
10624         * tests/README: Remove.
10626 2001-10-08  Akim Demaille  <akim@epita.fr>
10628         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
10629         (m4_provide_if): this.
10630         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
10631         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
10632         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
10633         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
10635 2001-10-08  Akim Demaille  <akim@epita.fr>
10637         Use `add-log-current-defun-function' for ChangeLog creation.
10638         Suggested by Tom Tromey.
10640         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
10641         (autotest-mode): Adjust.
10642         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
10643         'comment-region onto `C-c ;'.
10644         Comments are `#', not `dnl'.
10645         (autoconf-current-defun): New.
10646         (autoconf-font-lock-keywords): Recognize `m4_defun'.
10648 2001-10-08  Akim Demaille  <akim@epita.fr>
10650         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
10651         * lib/m4sugar/m4sh.m4: here.
10652         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
10653         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
10654         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
10655         include handle the m4_pattern_*, no longer push the
10656         BODY diversion nor set the /bin/sh line, AS_INIT does it.
10657         * lib/autotest/general.m4 (AT_INIT): Likewise.
10658         * tests/base.at: Adjust the tests to use AS_INIT.
10659         * tests/tools.at (AT_DATA_FORBIDDEN): New.
10660         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
10661         Autoconf.
10663 2001-10-07  Paul Eggert  <eggert@twinsun.com>
10665         * doc/autoconf.texi (config.status Invocation):
10666         CONFIG_SHELL defaults to a shell that supports LINENO if available.
10668         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
10669         shell does not support LINENO, and if CONFIG_SHELL is unset or
10670         empty, and if we can find a shell that does support LINENO,
10671         then set CONFIG_SHELL to that shell and then re-execute
10672         ourselves with CONFIG_SHELL.
10674 2001-10-05  Paul Eggert  <eggert@twinsun.com>
10676         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
10677         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
10678         build of $(TESTSUITE).
10680 2001-10-05  Akim Demaille  <akim@epita.fr>
10682         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
10683         iff we are a bareword.
10684         Reported by Raja R Harinath.
10686 2001-10-05  Akim Demaille  <akim@epita.fr>
10688         * tests/m4sh.at (LINENO): New.
10689         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
10690         PATH_SEPARATOR before using it.
10691         Fix the absolute path case/esac pattern.
10692         Provide $0 as fallback for as_myself.
10693         Reported by Raja R Harinath.
10695 2001-10-05  Akim Demaille  <akim@epita.fr>
10697         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
10698         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
10700 2001-10-05  Akim Demaille  <akim@epita.fr>
10702         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
10703         (AS_SHELL_SANITIZE): here.  Use it.
10704         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
10705         From Paul Eggert.
10707 2001-10-04  Akim Demaille  <akim@epita.fr>
10709         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
10710         combination of Awk and sed to replace $LINENO.
10712 2001-10-02  Paul Eggert  <eggert@twinsun.com>
10714         * doc/autoconf.texi (Limitations of Builtins): You can't use
10715         "source"; it's not portable.  Remove confusing and
10716         somewhat-incorrect example involving "." and "/".
10718         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
10719         compatibility with POSIX shells.
10721 2001-10-02  Akim Demaille  <akim@epita.fr>
10723         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
10724         instead of exec'ing to preserve $0 and $@.
10726 2001-10-01  Akim Demaille  <akim@epita.fr>
10728         * tests/testsuite (AT_INIT) <at_pass_list>: New.
10729         Don't run twice the same test.
10731 2001-10-01  Akim Demaille  <akim@epita.fr>
10733         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
10734         No longer output the list of tests.
10735         <--list>: New option.
10736         <--full-help>: Remove.
10737         Complete the short/long options duality.
10738         Various small adjustments.
10740 2001-10-01  Akim Demaille  <akim@epita.fr>
10742         * doc/autoconf.texi: Use @kbd for user input.
10743         Always use `$' as shell prompt.
10745 2001-09-30  Paul Eggert  <eggert@twinsun.com>
10747         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
10748         Don't use nested parenthesization.  This patch was originally
10749         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
10750         but somehow it didn't get incorporated then.
10751         * doc/autoconf.texi (Limitations of Usual Tools):
10752         Clarify remark about sed and nested parenthesization.
10754         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
10755         Report an error if the size cannot be determined even though
10756         the type exists.
10757         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
10758         Check for `expr' arithmetic overflow, and for compilation failure,
10759         and invoke a new argument $4 if either is discovered.
10760         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
10761         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
10763 2001-09-28  Akim Demaille  <akim@epita.fr>
10765         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
10766         * m4/lispdir.m4: New.
10767         * aclocal.m4, configure.ac: Adjust.
10769 2001-09-28  Akim Demaille  <akim@epita.fr>
10771         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
10772         (AT_TESTED): this.
10773         (AT_INIT): More the wrapped section to where it will be expanded.
10774         Output `AT_tested' only when existing.
10775         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
10777 2001-09-27  Akim Demaille  <akim@epita.fr>
10779         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
10780         generates too many bug reports.
10782         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
10783         status when executing the ACTION-IF-FALSE.
10784         * tests/base.at (AC_TRY_*): Rename as...
10785         (AC_TRY_COMMAND): this.
10786         (AC_RUN_IFELSE): New.
10787         * tests/compile.at (Extensions, C keywords)
10788         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
10789         (Broken/missing compilers, AC_PROG_CPP with warnings)
10790         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
10791         * tests/c.at (Extensions, C keywords)
10792         (Broken/missing compilers, AC_PROG_CPP with warnings)
10793         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
10794         (AC_PROG_CPP requires AC_PROG_CC): here and...
10795         * tests/fortran.at (GNU Fortran 77): there.
10796         * doc/autoconf.texi (autoconf Invocation): Fix the example:
10797         AC_TRY_RUN is about compilation, not shell commands.
10798         (Test Programs): AC_TRY_RUN works as used to be advertised.
10800 2001-09-27  Akim Demaille  <akim@epita.fr>
10802         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
10803         Raja R Harinath:
10804         Be sure to detect when $LINENO always returns the same value.
10805         Look for the original script, basename($0) is certainly not
10806         enough.
10807         Pass the CLI arguments to `$as_me.lineno'.
10809 2001-09-25  Akim Demaille  <akim@epita.fr>
10811         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
10812         Be sure the close and reopen the LOG fd before and after using tee
10813         to extend the log.
10814         <at_tests_pattern>: Adjust to the new format of at_help_all.
10816 2001-09-23  Akim Demaille  <akim@epita.fr>
10818         * bin/autom4te.in (parse_args): There can be several invocations
10819         of --language now.
10821 2001-09-23  Akim Demaille  <akim@epita.fr>
10823         * doc/autoconf.texi (Top): Wrap in @ifnottex.
10825 2001-09-23  Akim Demaille  <akim@epita.fr>
10827         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
10828         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
10829         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
10830         builddir, buildpath, top_builddir, and top_buildpath.
10831         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
10832         the current directory.
10833         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
10834         variables *before* changing the current directory.
10835         Skip nonexistent dirs.
10836         * doc/autoconf.texi (Preset Output Variables): Document these
10837         variables.
10839         * lib/autotest/general.m4: Do not reset AT_victims.
10840         Don't compute at_srcdir nor at_top_srcdir.
10842         * tests/tools.at: Hence use top_srcdir.
10844         * tests/Makefile.am, tests/autoconf, tests/autoheader,
10845         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
10846         Remove.
10847         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
10848         * tests/wrapsh.in, tests/autoupdate.in: New.
10849         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
10850         * configure.ac: Build the position independent wrappers.
10852         * man/Makefile.am: Now that test wrappers are position
10853         independent, use them and drop dark envvar magic.
10855 2001-09-23  Akim Demaille  <akim@epita.fr>
10857         * doc/autoconf.texi (Common Shell Constructs): Rename as...
10858         (Programming in M4sh): this.
10859         Promote to @section.
10861 2001-09-23  Akim Demaille  <akim@epita.fr>
10863         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
10864         Pass $at_debug_args to the rerun test suite.
10865         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
10866         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
10867         From Paul Eggert.
10869 2001-09-23  Akim Demaille  <akim@epita.fr>
10871         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
10873 2001-09-23  Akim Demaille  <akim@epita.fr>
10875         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
10876         over-escaping.
10878 2001-09-23  Akim Demaille  <akim@epita.fr>
10880         * lib/Autom4te/General.pm (&debug): New.
10881         * bin/autom4te.in ($language): Move to...
10882         (parse_args): here.
10883         Handle --language in languages.
10884         * lib/autom4te.in (Automake-selections, Autoheader-selections)
10885         (Autoscan-selections): New.
10886         (Autoconf): Adjust.
10888 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
10890         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
10891         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
10892         to match current versions from CVS Automake.
10894 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
10896         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
10897         for $LINENO.
10899 2001-09-22  Akim Demaille  <akim@epita.fr>
10901         * lib/autoconf/autotest.m4: Create `package.m4'.
10902         * tests/Makefile.am (package.m4): Remove.
10904 2001-09-22  Akim Demaille  <akim@epita.fr>
10906         Rely on `$LINENO' when possible instead of `__oline__'.
10908         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
10909         `$LINENO' support replacement when not supported.
10910         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
10911         them explicitly to be sure they are not output before this section
10912         (via m4_require).  Cosmetic only.
10913         * lib/autoconf/c.m4, lib/autoconf/general.m4,
10914         * lib/autoconf/programs.m4: Replace all the occurrences of
10915         `__oline__' with `$LINENO'.
10916         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
10918 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
10920         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
10921         character (u: -> ue) in a code comment.
10922         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
10923         it works.
10925 2001-09-21  Akim Demaille  <akim@epita.fr>
10927         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
10928         Suggested by Jim Meyering.
10930 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10932         * lib/autoconf/programs.m4: Use extensions listed in
10933         $ac_executable_extensions when looking for programs.
10935 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10937         * lib/autoconf/general.m4: Fix a small Englisho.
10938         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
10939         setting up ac_dir_suffix and ac_top_builddir.
10940         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
10942 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10944         * doc/autoconf.texi (File System Conventions): Clarify the use of
10945         PATH_SEPARATOR.
10946         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
10947         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
10948         be used instead of ':'.
10949         * lib/autotest/general.m4: Replace occurrences of ':' in
10950         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
10952 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10954         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
10955         arguments.  Fixed a typo.
10957 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10959         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
10960         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
10962 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10964         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
10965         * bin/autoupdate.in: Ditto.
10966         * bin/autoheader.in: Reworded a few comments.
10967         * bin/autoconf.in: Reworded help text for a few options.
10968         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
10969         * bin/autoscan.in, bin/autoupdate.in: Ditto.
10971 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10973         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
10974         already have $file).  Set output files to binary mode (helps avoid
10975         CR issues on DOSish systems).
10977 2001-09-19  Akim Demaille  <akim@epita.fr>
10979         * lib/autotest/general.m4: Englishoes.
10980         From Tim Van Holder and Alexey Mahotkin.
10982 2001-09-18  Paul Eggert  <eggert@twinsun.com>
10984         * doc/autoconf.texi (Common Shell Constructs): New node,
10985         documenting AS_DIRNAME.
10986         (Limitations of Usual Tools): Refer to it when discussing dirname.
10987         Also, update discussion of POSIX standard to reflect latest draft.
10989         * lib/autoconf/c.m4:
10990         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
10992         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
10993         Do not pass a first argument with leading '-'
10994         to expr, by parenthesizing initial integers that might be negative.
10996         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
10997         now merely checks whether it is an error to pass an argument
10998         to getpgrp.
11000         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
11001         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
11002         whether it is a (compile-time) error to pass an argument to
11003         getpgrp.  This simpler test supports the revised documentation,
11004         and is all that AC_FUNC_GETPGRP's users really need.
11006 2001-09-18  Akim Demaille  <akim@epita.fr>
11008         * doc/autoconf.texi (Limitations of Make) <$<>: New.
11010 2001-09-18  Akim Demaille  <akim@epita.fr>
11012         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
11013         `{}'.
11014         * lib/autotest/general.m4 (AT_INIT): Adjust.
11016 2001-09-18  Paul Wagland  <paul@wagland.net>
11018         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
11019         correctly.
11020         Add test for AS_BASENAME.
11021         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
11022         added test. It now correctly handles /1/2/3/, returning '3' not ''.
11023         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
11024         * tests/base.at: Fixed the expected responses. The old ones were
11025         one line out...
11026         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
11027         the documentation claims it should (and how it behaved in 2.13).
11029 2001-09-18  Akim Demaille  <akim@epita.fr>
11031         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
11032         the AC_CONFIG_COMMANDS invocation.
11033         This also solves the name clash problems.
11034         Don't set the package's ID.
11035         * lib/m4sugar/Makefile.am (version.m4): Revamp.
11036         No longer to be shipped.
11037         (version.in): Remove.
11038         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
11039         * lib/autoconf/status.m4: Adjust.
11040         Use `m4_PACKAGE_STRING'.
11041         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
11042         the only optional argument is the name of the test suite.
11043         Expect `package.m4' to define the package signature.
11044         * lib/autom4te.in (Autotest): Add `package.m4?'.
11045         * tests/Makefile.am (package.m4): New.
11046         * tests/suite.at: ifnames is a victim.
11048 2001-09-18  Akim Demaille  <akim@epita.fr>
11050         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
11051         AC_LIBSOURCE, AC_CONFIG_FILES.
11052         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
11053         program version string doesn't match the package's.
11054         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
11055         after `(cached)'.
11057 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11059         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11060         Allow expression to return any value that can fit into unsigned long
11061         (not int, as before).  Check for output errors.
11063 2001-09-17  Bruno Haible  <haible@ilog.fr>
11065         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11066         Always include <stdio.h> and <stdlib.h>. Evaluate
11067         the expression in an extra function before these includes. Call
11068         fprintf "%d" only after ensuring the argument is of type 'int'.
11069         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
11071 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11073         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
11074         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
11075         fatal errors, and AC_CHECK_LIB causes it to include libraries even
11076         when they don't exist.
11078         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
11079         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
11080         need it.
11082         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
11083         version with the version used by fileutils 4.1, except use
11084         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
11085         we don't need it.
11087         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
11089 2001-09-13  Akim Demaille  <akim@epita.fr>
11091         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
11092         _first_.
11093         Reported by Gerrit P. Haase.
11095 2001-09-13  Akim Demaille  <akim@epita.fr>
11097         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
11098         m4_defn'ing is valid.
11100 2001-09-13  Akim Demaille  <akim@epita.fr>
11102         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
11103         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
11104         Use it.
11106 2001-09-13  Akim Demaille  <akim@epita.fr>
11108         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
11109         m4_match.
11110         (m4_re_escape): New.
11111         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
11112         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
11113         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
11114         Likewise.
11115         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
11116         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
11117         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
11118         AT_tests_all for consistency.
11119         Set at_victims.
11120         (AT_VICTIMS): Similar to AT_KEYWORDS.
11121         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
11123 2001-09-13  Akim Demaille  <akim@epita.fr>
11125         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
11127 2001-09-13  Akim Demaille  <akim@epita.fr>
11129         * lib/autotest/general.m4 (AT_INIT): Create and remove
11130         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
11131         test suites can cohabit.
11133 2001-09-13  Akim Demaille  <akim@epita.fr>
11135         * tests/mktests.sh: Don't output banners for empty test files.
11137 2001-09-13  Akim Demaille  <akim@epita.fr>
11139         Test suites can be run independently of configure.
11141         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
11142         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
11143         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
11144         ECHO_N etc.
11145         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
11146         and at_c.
11147         * lib/autotest/general.m4: Use ECHO_*.
11149 2001-09-13  Akim Demaille  <akim@epita.fr>
11151         * bin/ifnames.in: Rewrite in Perl.
11152         * configure.ac: Don't look for AWK.
11153         * tests/tools.at (AWK portability): Remove.
11154         (Syntax of the shell scripts): Don't check ifnames.
11155         (AT_CHECK_PERL_SYNTAX): New.
11156         (Syntax of the Perl scripts): Check ifnames.
11157         * tests/ifnames: New.
11159 2001-09-13  Akim Demaille  <akim@epita.fr>
11161         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
11162         test group titles.
11163         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
11164         Remove all the other keywords.
11166 2001-09-10  Akim Demaille  <akim@epita.fr>
11168         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
11169         SETUP: no longer used.
11170         Support -k, --keywords.
11171         <at_help>: Be `no', `short', or `long'.
11172         <at_help_all>: New variable.
11173         (AT_KEYWORDS): New.
11174         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
11175         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
11176         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
11177         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
11178         No longer fill the HELP diversion.
11179         (AT_CLEANUP): Use them.
11180         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
11181         (m4_list_append): Remove.
11183         Spread a few keywords in the Autoconf test suite.
11185 2001-09-10  Akim Demaille  <akim@epita.fr>
11187         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
11188         PATH_SEPARATOR, let M4sh compute it.
11189         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
11190         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
11191         Move to...
11192         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
11193         Simplify when the path is not a literal.
11194         (AS_UNAME): Use it to report PATH.
11195         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
11196         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
11197         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
11198         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
11199         normalize the path, and to look for victims.
11200         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
11201         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
11203 2001-09-07  Akim Demaille  <akim@epita.fr>
11205         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
11206         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
11207         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
11208         related variables into `at_package_*'.
11209         * lib/autotest/general.m4 (AT_VICTIMS): New.
11210         (AT_INIT): Adjust for stand-alone/embedded test suites.
11211         (AS_MESSAGE_LOG_FD): Define and use it.
11212         * tests/suite.at (AT_VICTIMS): Use it.
11213         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
11214         at_version.
11216 2001-09-07  Akim Demaille  <akim@epita.fr>
11218         Move toward possibly stand-alone test suites.
11220         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
11221         in addition, it introduces useless differences in logs.
11222         (AT_INIT): Let atconfig and atlocal be both optional.
11223         Adjust PATH computation.
11224         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
11226 2001-09-07  Akim Demaille  <akim@epita.fr>
11228         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
11229         m4sugar/version.m4.
11231 2001-09-05  Akim Demaille  <akim@epita.fr>
11233         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
11234         to avoid GCC warnings.
11235         From Uwe Seimet.
11237 2001-09-05  Akim Demaille  <akim@epita.fr>
11239         * bin/autom4te.in: --language is -l, not -s.
11241 2001-09-05  Akim Demaille  <akim@epita.fr>
11243         Be ready to handle filenames as stupid as `dnl.at', for if even
11244         the maintainer is dumb enough to do that...
11246         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
11247         excellence in M4 quotation: consider `__file__' is active.
11249         And BTW, when invoking m4, pass the --include in the right order:
11250         the wrong one.
11252         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
11253         4m.
11255 2001-09-05  Akim Demaille  <akim@epita.fr>
11257         * lib/Autom4te/XFile.pm: New lib file.
11258         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
11259         * bin/autoheader.in: Use it.
11261 2001-09-05  Akim Demaille  <akim@epita.fr>
11263         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
11264         defined.
11266 2001-09-05  Akim Demaille  <akim@epita.fr>
11268         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
11269         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
11271         * bin/autoscan.in: Use `getopt' and `find_files' etc.
11272         Add -I, --include support.
11273         * doc/autoconf.texi (autoscan Invocation): Adjust.
11275 2001-09-05  Akim Demaille  <akim@epita.fr>
11277         CVS GNU M4 doesn't like `undefine(undefined)'.
11279         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
11280         New, extracted from main.
11281         Use IO::File wherever possible.
11282         (input.m4): Be constant, use -I instead of hard coding $tmp.
11283         Therefore be a quoted heredoc.
11284         Don't invoke `_au_disable', since ac was not loaded, but just
11285         `unm4.m4'.
11287 2001-08-31  Akim Demaille  <akim@epita.fr>
11289         Version 2.52d.
11291 2001-08-31  Akim Demaille  <akim@epita.fr>
11293         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
11294         previous patch.
11295         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
11297 2001-08-31  Akim Demaille  <akim@epita.fr>
11299         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
11300         serious problems handling heredocs in heredocs.
11301         Reported by Nicolas Joly.
11303 2001-08-31  Akim Demaille  <akim@epita.fr>
11305         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
11306         (Making testsuite Scripts): Update.
11308 2001-08-31  Akim Demaille  <akim@epita.fr>
11310         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
11312 2001-08-31  Akim Demaille  <akim@epita.fr>
11314         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
11315         (testsuite Scripts): There is no such thing as `atconfig.in'.
11316         And actually one diagram is missing: test suite runtime.
11318 2001-08-31  Akim Demaille  <akim@epita.fr>
11320         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
11321         inverse order.
11323 2001-08-31  Akim Demaille  <akim@epita.fr>
11325         * bin/autoupdate.in (@include): `installcheck' revealed the path
11326         to m4sugar was lacking!
11328 2001-08-31  Akim Demaille  <akim@epita.fr>
11330         * man/Makefile.am (.x.1): We really have to pass
11331         autom4te_perllibdir.
11333 2001-08-31  Akim Demaille  <akim@epita.fr>
11335         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
11336         debug scripts, in particular passing explicitly listed tests to
11337         run is stupid.
11339 2001-08-31  Akim Demaille  <akim@epita.fr>
11341         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
11342         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
11343         Use directly autom4te, not autoconf.
11344         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
11346 2001-08-31  Akim Demaille  <akim@epita.fr>
11348         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
11349         * bin/autoheader.in (%symbol): Strip arguments of macros.
11351 2001-08-31  Akim Demaille  <akim@epita.fr>
11353         * doc/autoconf.texi: Catch up -I, --include changes.
11355 2001-08-31  Akim Demaille  <akim@epita.fr>
11357         * bin/autom4te.in (&parse_args): Die on unknown languages.
11358         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
11359         need for autoconf.
11360         Promote --include over --macrodir and other obsolete options.
11362 2001-08-31  Akim Demaille  <akim@epita.fr>
11364         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
11365         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
11366         * bin/autom4te.in ($autoconf): Pass --force.
11367         `print $out' doesn't print `$_' but `$out'.
11368         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
11369         (autoheader): Pass --force since the test suite goes too fast for
11370         the time stamps.
11371         Adjust to the new autoheader messages.
11373 2001-08-31  Akim Demaille  <akim@epita.fr>
11375         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
11376         Check the completeness of the #template.
11377         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
11378         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
11379         invocation.
11381 2001-08-31  Akim Demaille  <akim@epita.fr>
11383         * lib/Autom4te/General.pm (&find_file, &update_file): New.
11384         * bin/autoupdate.in, bin/autoheader.in: Adjust.
11385         Drop AC_MACRODIR dead for real.
11386         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
11387         `autoheader: `config.hin' is created'.
11388         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
11390 2001-08-31  Akim Demaille  <akim@epita.fr>
11392         * bin/autoheader.in: Rewrite in Perl.
11393         * tests/autoheader: Adjust.
11395 2001-08-31  Akim Demaille  <akim@epita.fr>
11397         * bin/autoconf.in (--include, -I): New option.
11398         Map --localdir, --autoconf-dir onto it.
11399         Forward autom4te's options instead of interpreting them.
11400         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
11401         There is no such envvar since the inception of autom4te.cfg.
11402         * bin/autom4te.in (&parse_args): Uniquify `@include'.
11403         * bin/autoupdate.in: Adjust, and perform more control.
11404         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
11405         * tests/autoconf: Dittowise.
11407 2001-08-31  Akim Demaille  <akim@epita.fr>
11409         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
11410         * bin/autom4te.in (&find_file): Support `FILE?' standing for
11411         optionally `FILE'.
11412         Use -e, not -f, since /dev/null for instance is OK.
11413         (&parse_args): Adjust.
11414         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
11416 2001-08-31  Akim Demaille  <akim@epita.fr>
11418         * configure.ac: Also find tested executables in bin.
11419         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
11420         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
11421         installed peer executables, only PATH is allowed to resolve it.
11422         Pass `autoconf_dir' via options, not via invisible envvars.
11423         * lib/Autom4te/General.pm (&find_peer): Remove.
11424         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
11425         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
11426         * man/Makefile.am: Let help2man rely on PATH instead of trying to
11427         find the executables for it.
11428         * tests/Makefile.am: Major cleanup.  Too lazy to document...
11429         * tests/atlocal.in: Remove all the obscure envvar manipulations.
11430         We only need PERL.
11431         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
11432         indeed related to running the test suite, while passing
11433         --autoconf-dir and others is related to running non installed
11434         Autoconf executables.  So don't do that, leave it to...
11435         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
11436         * tests/autoscan: New.
11437         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
11438         refer to library files: rely on --language.
11440 2001-08-29  Akim Demaille  <akim@epita.fr>
11442         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
11443         s/--set/--language/.
11445 2001-08-29  Akim Demaille  <akim@epita.fr>
11447         * doc/autoconf.texi: Strip the @nodes.
11448         Suggested by Paul Eggert.
11449         (Initializing configure): Typo.
11451 2001-08-29  Akim Demaille  <akim@epita.fr>
11453         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
11454         Suggested by Paul Eggert.
11456 2001-08-29  Akim Demaille  <akim@epita.fr>
11458         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
11459         download in a tmp dir.
11461 2001-08-29  Akim Demaille  <akim@epita.fr>
11463         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
11464         case insensitive OSes out there :(
11465         From Tim Van Holder.
11467 2001-08-29  Akim Demaille  <akim@epita.fr>
11469         * lib/autom4te.in: New.
11470         * lib/Makefile.am (edit, autom4te.cfg): New.
11471         * bin/autom4te.in (BEGIN): Simplify.
11472         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
11473         (&load_configuration): New.  Use it.
11474         (&parse_args): Support --mode, --set, and --melt.
11475         * bin/autoconf.in: Simplify and adjust.
11476         * tests/Makefile.am (AUTOMAKE): Use --set.
11477         * tests/atlocal.in: Adjust.
11478         * BUGS: distcheck and check are weak.
11480 2001-08-29  Akim Demaille  <akim@epita.fr>
11482         * lib/autotest/general.m4: Use
11483                 foo=`(command) 2>/dev/null`
11484         not
11485                 foo=`command` 2>/dev/null
11486         (at-devnull): Rename as...
11487         (AT-devnull): this.
11488         (--clean): Remove AT-* files too.
11489         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
11490         Reported by Nicolas Joly.
11492 2001-08-28  Akim Demaille  <akim@epita.fr>
11494         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
11495         quotes inside single quotes.
11496         Reported by Nicolas Joly.
11498 2001-08-28  Kevin Ryde  <user42@zip.com.au>
11500         * doc/autoconf.texi (Function Portability): Mention C right shifts.
11502 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
11504         * lib/autotest/general.m4: Reword some messages.
11505         (AT_INIT): Check for the `times' builtin before using it.
11506         Support test ranges as arguments to the testsuite.
11507         Have -e imply -d as the help text suggested.
11509 2001-08-27  Akim Demaille  <akim@epita.fr>
11511         * Makefile.maint: Formatting changes.
11512         (do-po-update, po-update, cvs-update, update): New targets.
11513         (AMTAR): Remove.
11515 2001-08-27  Akim Demaille  <akim@epita.fr>
11517         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
11518         <at_cmd_line>: New.
11519         Pass it to debug-*.sh scripts.
11520         <AUTOTEST_PATH>: May contain absolute dir names.
11522 2001-08-27  Akim Demaille  <akim@epita.fr>
11524         * lib/autotest/general.m4 (AT_INIT): Log the command line.
11525         Support `VAR=VAL' as arguments.
11526         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
11527         may be set via the command line.
11529 2001-08-27  Akim Demaille  <akim@epita.fr>
11531         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
11532         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
11533         first the build dirs, then the src dirs.
11534         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
11536 2001-08-27  Akim Demaille  <akim@epita.fr>
11538         * lib/autotest/general.m4 (AT_INIT): Output the definition of
11539         at_data_files earlier.
11540         (--clean, -c): New option.
11541         * tests/Makefile.am: Use this option.
11543 2001-08-27  Akim Demaille  <akim@epita.fr>
11545         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
11546         `ac_top_builddir' to mimic Automake's vocabulary, which much more
11547         readable.
11548         Adjust callers.
11549         * doc/autoconf.texi (Configuration Actions): Document the vars
11550         available in commands.
11551         Emphasize the risks of collisions in init-cmds.
11553 2001-08-27  Akim Demaille  <akim@epita.fr>
11555         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
11556         (Initializing configure): this new node.
11558 2001-08-27  Akim Demaille  <akim@epita.fr>
11560         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
11562 2001-08-27  Akim Demaille  <akim@epita.fr>
11564         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
11565         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
11566         New file.
11567         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
11569 2001-08-27  Akim Demaille  <akim@epita.fr>
11571         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
11572         to...
11573         * lib/autoconf/autoheader.m4: this new file.
11574         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
11575         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
11576         Move to...
11577         * lib/autoconf/autoupdate.m4: this new file.
11579 2001-08-27  Akim Demaille  <akim@epita.fr>
11581         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
11582         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
11583         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
11584         -> ac_dir).
11585         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
11586         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
11588 2001-08-27  Akim Demaille  <akim@epita.fr>
11590         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
11591         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
11592         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
11593         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
11594         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
11595         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
11596         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
11597         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
11598         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
11599         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
11600         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
11601         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
11602         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
11603         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
11604         (_AC_OUTPUT_SUBDIRS): Move to...
11605         * lib/autoconf/status.m4: this new file.
11606         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
11607         * tests/Makefile.am, tests/suite.at: Adjust.
11609 2001-08-27  Akim Demaille  <akim@epita.fr>
11611         Automake 1.5.
11613         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
11614         (AMTAR): Help automake define it.
11615         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
11616         needed, 1.5 can have a macro and a target with the same name.
11617         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
11618         * m4/strip.m4: New.
11619         * m4/init.m4, m4/sanity.m4: Update.
11620         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
11621         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
11622         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
11623         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
11625 2001-08-27  Akim Demaille  <akim@epita.fr>
11627         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
11629         * lib/autoconf/version.in: Remove.
11630         * lib/m4sugar/version.in: New.
11631         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
11632         Adjust callers.
11633         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
11634         the name of the directory they're in, instead of the filename,
11635         since version.m4 is now in m4sugar, but m4_acversion must not be
11636         classified as an Autoconf macro.
11637         ($input_m4): Don't qualify the path to m4sugar.
11638         Rather, pass autoconf_dir to m4.
11639         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
11640         * tests/suite.at: Require 2.52c.
11642 2001-08-27  Akim Demaille  <akim@epita.fr>
11644         testsuite.log should include config.log.
11646         * lib/autotest/autotest.m4: New.
11647         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
11648         * tests/suite.at : Adjust.
11649         (AT_INIT): Log config.log.
11650         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
11651         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
11652         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
11653         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
11654         of config.log on traps.
11655         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
11656         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
11657         for config.status'.
11658         Open the log as soon as possible.
11659         Use the same log introduction as configure's.
11661 2001-08-22  Paul Eggert  <eggert@twinsun.com>
11663         * doc/autoconf.texi (Indices): New node.
11664         Move indices out of the top level menu and into this submenu.
11666 2001-08-22  Akim Demaille  <akim@epita.fr>
11668         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
11669         AC_TRY_COMMAND.
11670         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
11672 2001-08-22  Akim Demaille  <akim@epita.fr>
11674         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
11675         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
11676         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
11677         * lib/autoconf/programs.m4: here.
11678         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
11679         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
11680         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
11681         * lib/autoconf/programs.m4: here.
11682         (_AC_DECL_YYTEXT): Rename as...
11683         (_AC_PROG_LEX_YYTEXT_DECL): this.
11684         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
11685         * tests/Makefile.am, tests/suite.am: Adjust.
11687 2001-08-22  Akim Demaille  <akim@epita.fr>
11689         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
11690         Move to...
11691         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
11692         here.
11693         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
11694         * lib/autoconf/functions.m4: here.
11695         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
11696         (AH_CHECK_LIB): Move to...
11697         * lib/autoconf/libs: this new file.
11698         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
11699         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
11700         * lib/autoconf/libs.m4: here.
11701         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
11703 2001-08-22  Akim Demaille  <akim@epita.fr>
11705         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
11706         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
11707         (AC_SITE_LOAD): Better logging of config.site.
11709 2001-08-20  Akim Demaille  <akim@epita.fr>
11711         * configure.ac (AT_CONFIG): Fix the path.
11712         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
11713         can be used.
11715 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
11717         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
11718         program with AC_LANG_PROGRAM before feeding it to
11719         AC_COMPILE_IFELSE.  Cleanup grep usage.
11721 2001-08-20  Akim Demaille  <akim@epita.fr>
11723         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
11724         * NEWS, README, README-alpha, TODO, tests/README: This package is
11725         `Autoconf', not `autoconf' (the executable).
11727 2001-08-20  Akim Demaille  <akim@epita.fr>
11729         Info readers seem to need `Index' in the index node title :(
11731         * doc/autoconf.texi: Reverse the 2001-08-15 change which
11732         simplified index node names.
11734 2001-08-20  Akim Demaille  <akim@epita.fr>
11736         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
11737         arguments are not literals.
11738         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
11739         Specify the output variables, and macros defined.
11741 2001-08-20  Akim Demaille  <akim@epita.fr>
11743         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
11744         (Examining Syntax) <AC_TRY_COMPILE>
11745         (Examining Libraries) <AC_TRY_LINK>
11746         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
11747         their arguments.
11748         Reported by Werner Lemberg.
11750 2001-08-20  Akim Demaille  <akim@epita.fr>
11752         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
11753         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
11754         Load atlocal late enough to dump it in the log.
11755         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
11757 2001-08-20  Akim Demaille  <akim@epita.fr>
11759         * tests/torture.at (Configuring subdirectories): New test.
11760         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
11761         looking for.
11762         * m4/atconfig.m4: Be sure the let $[0] be expandable.
11763         (top_srcdir): Fix its computation.
11765 2001-08-20  Akim Demaille  <akim@epita.fr>
11767         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
11768         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
11769         test suite lives.
11770         Create `atconfig' automagically.
11771         Configure atlocal.in if present.
11772         * tests/atconfig.in: Remove.
11773         * tests/atlocal.in: New.
11774         * tests/Makefile.am: Adjust.
11776 2001-08-20  Akim Demaille  <akim@epita.fr>
11778         Huh!?!?!  There are still some user EOF tags used, which prevents
11779         their use in AC_CONFIG_COMMANDS for instance...
11781         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
11782         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
11783         `_CSEOF', or `_ATEOF', as appropriate.
11784         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
11785         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
11787 2001-08-20  Akim Demaille  <akim@epita.fr>
11789         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
11790         * tests/semantics.at, tests/tools.at, tests/torture.at:
11791         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
11793 2001-08-20  Akim Demaille  <akim@epita.fr>
11795         Autotest invokes M4sh's initialization.
11797         * lib/autotest/general.m4: Adjust the diversion names.
11798         (AT_INIT): Run AS_INIT.
11799         Use the BINSH diversion to invoke /bin/sh.
11800         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
11801         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
11803 2001-08-20  Akim Demaille  <akim@epita.fr>
11805         Let M4sh have its own diversions.
11807         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
11808         (_m4_divert(NOTICE)): Rename as...
11809         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
11810         (_m4_divert(HEADER-COMMENT)): these.
11811         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
11812         (_m4_divert(NOTICE)): New, for Libtool.
11813         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
11814         long ago with `_m4_divert(GROW)'.
11815         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
11817 2001-08-20  Akim Demaille  <akim@epita.fr>
11819         * tests/base.at, tests/compile.at, tests/foreign.at,
11820         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
11821         * tests/semantics.at, tests/suite.at, tests/tools.at,
11822         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
11824 2001-08-20  Akim Demaille  <akim@epita.fr>
11826         * bin/autom4te.in (handle_output): Handle @__@.
11828 2001-08-20  Akim Demaille  <akim@epita.fr>
11830         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
11831         * lib/autotest/general.m4: Adjust the license.
11833 2001-08-17  Paul Eggert  <eggert@twinsun.com>
11835         * doc/autoconf.texi (Function Portability): Mention snprintf,
11836         following up on a suggestion by Kevin Ryde.
11838 2001-08-17  Akim Demaille  <akim@epita.fr>
11840         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
11841         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
11843 2001-08-17  Akim Demaille  <akim@epita.fr>
11845         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
11846         `$0.log' as for projects where testsuite is in src, we'd have
11847         testsuite.log created in src.
11849 2001-08-17  Akim Demaille  <akim@epita.fr>
11851         * bin/autom4te.in (&parse_args): Recognize --normalize.
11853 2001-08-17  Akim Demaille  <akim@epita.fr>
11855         Start implementing the AC_CHECK_HEADER transition scheme.
11857         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
11858         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
11859         (AC_CHECK_HEADER): Use them.
11861 2001-08-17  Akim Demaille  <akim@epita.fr>
11863         * doc/autoconf.texi: Work around Texinfo buglets.
11864         (Transformation Rules): One example is enough, users are expected
11865         to have their brains on. And BTW, use DESTDIR.
11866         (dvar): New macro.  Use it.
11868 2001-08-17  Akim Demaille  <akim@epita.fr>
11870         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
11871         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
11872         looking for ChangeLogs.
11874 2001-08-17  Akim Demaille  <akim@epita.fr>
11876         * bin/autom4te.in: --normalize is a new option.
11877         * bin/autoconf.in: Use it.
11879 2001-08-17  Akim Demaille  <akim@epita.fr>
11881         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
11882         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
11884 2001-08-16  Paul Eggert  <eggert@twinsun.com>
11886         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
11887         start, not at end.
11889 2001-08-15  Akim Demaille  <akim@epita.fr>
11891         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
11892         Use it.
11894 2001-08-15  Akim Demaille  <akim@epita.fr>
11896         * doc/autoconf.texi (pr): New index.
11897         (prindex, findex): Use, merge, and output them.
11898         (Environment Variable Index, Output Variable Index)
11899         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
11900         (Autotest Macro Index): Rename as...
11901         (Environment Variables, Output Variables,Preprocessor Symbols)
11902         (Autoconf Macros, M4 Macros, Autotest Macros): these.
11903         * doc/install.texi: Use @command.
11904         (Environment Variables): Rename as...
11905         (Defining Variables): this.
11907 2001-08-15  Akim Demaille  <akim@epita.fr>
11909         * doc/autoconf.texi (Function Portability): sprintf's return
11910         value.
11911         From Kevin Ryde.
11913 2001-08-15  Akim Demaille  <akim@epita.fr>
11915         * Makefile.maint (CVS): New.
11916         (local-check): Run changelog-check. last.
11917         (alpha): Don't depend upon local-check, since...
11918         (cvs-dist): depends upon it.
11920 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
11922         * tests/Makefile.am: Use a clean-local rule to remove
11923         autom4te.cache (it's a directory, not a file.
11924         * Makefile.am: Ditto (but maintainer-clean-local).
11926 2001-08-15  Akim Demaille  <akim@epita.fr>
11928         * bin/autom4te.in (@m4_warning): New.
11929         (&handle_m4): Use it.
11930         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
11931         warnings are issued at each run.
11932         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
11933         is in the src tree.
11935 2001-08-15  Akim Demaille  <akim@epita.fr>
11937         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
11938         don't waste time running `autoupdate --version' works.
11939         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
11941 2001-08-13  Akim Demaille  <akim@epita.fr>
11943         * doc/autoconf.texi (ma): Rename this index as...
11944         (ac): this.
11946 2001-08-13  Akim Demaille  <akim@epita.fr>
11948         * Makefile.am: Remove dead code and dead comments.
11949         (pdf, html): New targets.
11950         * doc/autoconf.texi (Using Autotest): New chapter.
11951         * doc/Makefile.am (pdf): New targets.
11952         (CLEANFILES): Adjust.
11954 2001-08-13  Akim Demaille  <akim@epita.fr>
11956         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
11957         duration of the test suite.
11959 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
11961         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
11962         endianness for comparison instead of relying on AT_CHECK_ENV.
11964 2001-08-11  Paul Eggert  <eggert@twinsun.com>
11966         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
11967         to the INSTALL file.
11969 2001-08-11  Paul Eggert  <eggert@twinsun.com>
11971         * NEWS: The autoconf manual now is distributed under the terms
11972         of the GNU Free Documentation License.
11974         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
11975         Add an appendix "Copying This Manual" for the FDL.
11977         * doc/fdl.texi: New file, from
11978         <http://www.gnu.org/licenses/fdl.texi>.
11980         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
11982 2001-08-10  Paul Eggert  <eggert@twinsun.com>
11984         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
11985         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
11986         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
11987         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
11988         m4/sanity.m4, tests/README, tests/aclocal.m4,
11989         tests/atspecific.m4, tests/base.at, tests/compile.at,
11990         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
11991         tests/semantics.at, tests/suite.at, tests/tools.at,
11992         tests/torture.at: Add copyright notice.
11994         * tests/mktests.sh: Update year in copyright notice.
11996 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
11998         * tests/semantics.at (AC_C_BIGENDIAN): New test.
12000 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
12002         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
12003         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
12004         * doc/autoconf.texi (C Compiler Characteristics): Update
12005         documentation for AC_C_BIGENDIAN.
12007 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
12009         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
12010         magic values from an object file when cross-compiling.
12011         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
12013 2001-08-10  Akim Demaille  <akim@epita.fr>
12015         * bin/autom4te.in (&handle_output): Don't use `grep' with side
12016         effects.
12017         Suggested by Russ Allbery.
12019 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
12021         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
12022         current $prefix to the sub-configures.
12024 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
12026         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
12027         extension (needed on BeOS).  Reported by Guido van Rossum.
12029 2001-08-09  Akim Demaille  <akim@epita.fr>
12031         * bin/autom4te.in ($icache): Load it only if older than autom4te.
12033 2001-08-07  Akim Demaille  <akim@epita.fr>
12035         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
12036         removed.
12037         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
12038         No need to remove the files before and after the each test, before
12039         each test and at the end of the suite is enough.
12040         Display only the children `times', not the shell's.
12041         If the test failed or was skipped, at-times is not available.
12043 2001-08-07  Akim Demaille  <akim@epita.fr>
12045         Always produce testsuite.log, including when there are no
12046         failures.  This helps getting information on skipped tests, and
12047         duration of the tests.  Err, implement the latter btw.
12049         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
12050         Dump information on the first run of each test.
12051         (AT_CLEANUP): Create `at-times' containing the duration of the
12052         test group.
12054 2001-08-07  Akim Demaille  <akim@epita.fr>
12056         The use of `dumpstat' revealed that `len' was used although it
12057         should not.  m4_text_wrap was using it, but in the Autoconf world
12058         where it is legal.  Hence (i) test M4sh in its own world, not
12059         Autoconf's, and (ii), ahem, fix the bug :)
12061         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
12062         does not like `' instead of [].
12063         (AT_INIT): Forbid `^_?AT_'.
12064         And don't output such tokens.
12065         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
12066         `script.as', and `autom4te.cache'.
12067         Remove `empty' and `macro' which are no longer used.
12068         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
12069         * tests/m4sugar.at: Use it.
12070         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
12072 2001-08-07  Akim Demaille  <akim@epita.fr>
12074         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
12076 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
12078         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
12080 2001-08-04  Akim Demaille  <akim@epita.fr>
12082         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
12083         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
12084         AC_TRY_LINK.
12085         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
12086         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
12087         (AC_F77_MAIN): Likewise.
12089 2001-08-04  Akim Demaille  <akim@epita.fr>
12091         Don't rely on M4sugar outputting the patterns in files, since we
12092         might process the output _without_ running m4, hence without these
12093         files.
12095         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
12096         * bin/autom4te.in (@Request::includes): Remove, unused.
12097         (@Request::source): Rename as...
12098         (@Request::input): this.
12099         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
12100         (&handle_output): Fetch the patterns from the traces.
12101         `$forbidden' and `$allowed' are constant: use m//o.
12102         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
12103         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
12105 2001-08-04  Akim Demaille  <akim@epita.fr>
12107         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
12108         autoconf', i.e., in addition to caching traces, cache the output.
12110         * bin/autom4te.in (Request::cache): Rename as...
12111         (Request::id): this.
12112         ($cache, $icache, $tcache, $ocache): New.
12113         (&handle_m4): Save M4 output in the cache instead of $tmp.
12114         (&handle_output): Adjust.
12115         (&up_to_date_p): Check that the output cache is up to date too.
12116         (top level): Run `&handle_m4' iff force or the cache is invalid.
12117         Run `&handle_output' if the output cache is more recent.
12119 2001-08-04  Akim Demaille  <akim@epita.fr>
12121         * bin/autom4te.in ($force): New.
12122         (&parse_args, &print_usage): -f, --force is a new option.
12123         (&handle_output): CPP directives might have spaces after `#'.
12124         (&parse_args): The first file only can be frozen.
12126 2001-08-04  Akim Demaille  <akim@epita.fr>
12128         Don't let autom4te compute the `include' traces several times:
12129         first check that the trace cache file is up to date, and then
12130         compare its timestamp with that of the output.
12132         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
12133         the preamble.  Don't require 5.005 as Autom4te::General does it,
12134         and better yet (use `use', not `require'!).
12135         * lib/Autom4te/Struct.pm: Rename the last occurrences of
12136         Class::Struct as Autom4te::Struct.
12137         * lib/Autom4te/General.pm (File::stat): Use it.
12138         (&mtime): New, export it.
12139         * bin/autom4te.in: Use it.
12140         Declare `$req' is invalid if it is outdated.
12141         Don't declare it valid before saving it if something went wrong.
12143 2001-08-04  Akim Demaille  <akim@epita.fr>
12145         Autom4te shall not encode Autoconf data, and preselecting traces
12146         must be proposed to the users.
12148         * bin/autom4te.in (@required_trace): Remove.
12149         (@preselect): New.
12150         (&parse_args, &print_usage): -p, --preselect is a new option.
12151         (&up_to_date_p): Adjust.
12152         * bin/autoconf.in: Preselect some Autoconf macros.
12154 2001-08-04  Akim Demaille  <akim@epita.fr>
12156         * tests/tools.at (autoconf --trace: user macros): Check traces on
12157         macros invoked without arguments, and macros invoked with multiple
12158         lines arguments.
12160 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
12162         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
12163         arguments.
12165 2001-08-03  Akim Demaille  <akim@epita.fr>
12167         * bin/autoconf.in ($@): Work around the usual sh bug.
12168         From Nicolas Joly.
12170 2001-08-03  Akim Demaille  <akim@epita.fr>
12172         Clean up the handling of the M4 builtins tracing exception.
12174         * bin/autom4te.in (Request::request): Don't complete M4 builtins
12175         trace requests.
12176         (@m4_builtins): Rename as...
12177         (@m4_builtin): this.
12178         (%m4_builtin_alternate_name): New.
12179         (&parse_args): Complete the trace requests with alternate names.
12180         (&handle_traces): Hence no longer do it here.
12181         (&trace_requests): Remove, unused.
12183 2001-08-03  Akim Demaille  <akim@epita.fr>
12185         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
12186         m4_if, and m4_wrap.
12188 2001-08-03  Akim Demaille  <akim@epita.fr>
12190         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
12191         (m4_divert_pop): Dump the whole diversion stack when a diversion
12192         mismatch happens.
12193         * bin/autom4te.in (&handle_output): Remember of the first
12194         occurrence of a possibly undefined macro, not the last.
12195         Complain about the possibly undefined macros in the same order as
12196         the appear in the output.
12197         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
12198         * tests/tools.at (autoconf: forbidden tokens, basic)
12199         (autoconf: forbidden tokens, exceptions): No longer sort
12200         autoconf's stderr, as it is now deterministic.
12201         Check that `dnl' is caught.
12203 2001-08-01  Akim Demaille  <akim@epita.fr>
12205         * configure.ac: Bump to 2.52c.
12207 2001-08-01  Akim Demaille  <akim@epita.fr>
12209         Version 2.52b.
12211         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
12213 2001-08-01  Akim Demaille  <akim@epita.fr>
12215         Version 2.52a.
12217 2001-08-01  Akim Demaille  <akim@epita.fr>
12219         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
12220         `die'.
12221         (&END): New.
12222         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
12223         `END', as `Autom4te::General::END' will be triggered.
12224         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
12225         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
12226         system to run `mv', `rm', and `cmp'.
12228 2001-08-01  Akim Demaille  <akim@epita.fr>
12230         * lib/Autom4te/General.pm (&unique): New.
12231         * bin/autoscan.in (&output): Use it to issue trace requests once.
12233 2001-08-01  Akim Demaille  <akim@epita.fr>
12235         * lib/Autom4te/General.pm: New.
12236         * bin/autom4te.in (Autom4te::General): Use it.
12237         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
12238         (&find_configure_ac, &find_slave): Remove.
12239         * bin/autoscan.in: Likewise.
12240         * bin/autoupdate.in: Likewise.
12242 2001-08-01  Akim Demaille  <akim@epita.fr>
12244         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
12245         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
12246         * bin: here, new directory.
12247         * lib/Autoconf: Rename as...
12248         * lib/Autom4te: this, to please case insensitive junkie OSes.
12250 2001-08-01  Akim Demaille  <akim@epita.fr>
12252         * autom4te.in ($m4): Handle the --nesting-limit.
12253         * autoconf.in (M4): Remove.
12255 2001-08-01  Akim Demaille  <akim@epita.fr>
12257         * autoconf.in ($AWK): Remove, no longer used.
12258         * test/tools.at: Use AT_CHECK_AUTOCONF.
12259         (AWK portability): Remove, for autoconf no longer uses AWK.
12260         (Syntax of the Perl scripts): New.
12261         * configure.ac: autoconf no longer needs an AWK with a good
12262         regexp engine.
12263         Use a static test on AC_PACKAGE_VERSION.
12264         * autom4te.in (&up_to_date_p): Output depends on the arguments.
12265         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
12266         * tests/atconfig.in (PERL): New.
12268 2001-08-01  Akim Demaille  <akim@epita.fr>
12270         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
12271         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
12272         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
12273         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
12274         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
12275         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
12276         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
12277         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
12278         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
12279         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
12280         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
12281         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
12282         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
12283         * lib/autoconf/c.m4: here, new file.
12285         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
12286         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
12287         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
12288         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
12289         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
12290         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
12291         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
12292         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
12293         (AC_F77_FUNC): Move to...
12294         * lib/autoconf/fortran.m4: here, new file.
12296 2001-08-01  Akim Demaille  <akim@epita.fr>
12298         * acfunctions.m4: Rename as...
12299         * lib/autoconf/functions.m4: this.
12300         * acgeneral.m4: Rename as...
12301         * lib/autoconf/general.m4: this.
12302         * acheaders.m4: Rename as...
12303         * lib/autoconf/headers.m4: this.
12304         * aclang.m4: Rename as...
12305         * lib/autoconf/lang.m4: this.
12306         * acoldnames.m4: Rename as...
12307         * lib/autoconf/oldnames.m4: this.
12308         * acspecific.m4: Rename as...
12309         * lib/autoconf/specific.m4: this.
12310         * actypes.m4: Rename as...
12311         * lib/autoconf/types.m4: this.
12312         * autoconf.m4: Rename as...
12313         * lib/autoconf/autoconf.m4: this.
12315         * m4sugar.m4: Rename as...
12316         * lib/m4sugar/m4sugar.m4: this.
12317         * m4sh.m4: Rename as...
12318         * lib/m4sugar/m4sh.m4: this.
12320         * tests/atgeneral.m4: Rename as...
12321         * lib/autotest/general.m4: this.
12323         * acfunctions: Rename as...
12324         * lib/autoscan/functions: this.
12325         * acheaders: Rename as...
12326         * lib/autoscan/headers: this.
12327         * acidentifiers: Rename as...
12328         * lib/autoscan/identifiers: this.
12329         * aclibraries: Rename as...
12330         * lib/autoscan/libraries: this.
12331         * acmakevars: Rename as...
12332         * lib/autoscan/makevars: this.
12333         * acprograms: Rename as...
12334         * lib/autoscan/programs: this.
12336 2001-08-01  Akim Demaille  <akim@epita.fr>
12338         * doc/autoconf.texi: Moving/deleting open files is not portable.
12339         Portability issues for `.' (source), and more information about sed.
12341 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
12343         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
12344         which has a special meaning and is not a reference to libibmil.a.
12345         Reported by Matteo Frigo.
12347 2001-07-25  Pavel Roskin  <proski@gnu.org>
12349         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
12350         output.
12352 2001-07-25  Akim Demaille  <akim@epita.fr>
12354         * autoconf.in: Try to define the variables before using them.
12355         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
12356         instead of `$perllibdir'.
12357         * tests/atconfig.in ($autom4te_perllibdir): Export it.
12359 2001-07-25  Akim Demaille  <akim@epita.fr>
12361         * autoconf.in (ac_LF_and_DOT): Remove, unused.
12363 2001-07-24  Akim Demaille  <akim@epita.fr>
12365         Let autoconf use autom4te for traces.
12367         * autoconf.in ($task, task trace): Remove, merely pass --trace to
12368         autom4te.
12369         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
12370         (Because I found no way for autom4te to accept `-').
12371         * autom4te.in (&Request::request): Beware of M4 builtins.
12372         (END): Don't try to remove the content of an empty dir.
12373         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
12374         (&handle_output): Set a default value to `$forbidden'.
12375         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
12376         ($autoconf): Pass --debug and --verbose.
12377         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
12378         cache.
12380 2001-07-24  Akim Demaille  <akim@epita.fr>
12382         Let autoconf use autom4te to create configure.
12384         * autoconf.in ($automate): New var.
12385         (task script): Use autom4te.
12386         * autom4te.in (File::Spec): Use it.
12387         (&find_file): New.
12388         (&parse_args): --warning is -W, not -w.
12389         Find the top level files.
12390         (&handle_m4): Pass the warnings flags.
12391         Don't report verbosely m4's failures, unless requested.
12392         (&handle_output): Don't complain for forbidden tokens in comments.
12393         Be sure to report all the forbidden tokens within a single line.
12394         (&trace_format_to_m4): Preserve `$_'.
12395         (&handle_traces): Sort the output macros.
12396         (&up_to_date_p): Find the files before trying to get its time stamp.
12398 2001-07-24  Akim Demaille  <akim@epita.fr>
12400         * Makefile.am: Ship, build and install Autom4te.
12401         (SUBDIRS): Add lib.
12402         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
12403         * configure.in: Require Perl.
12404         * man/autom4te.in: New.
12406 2001-07-19  Paul Eggert  <eggert@twinsun.com>
12408         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
12409         example, rather than (exit 1); exit (which isn't portable).
12411 2001-07-18  Akim Demaille  <akim@epita.fr>
12413         Version 2.52.
12415 2001-07-18  Akim Demaille  <akim@epita.fr>
12417         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
12418         was run, while they are needed also when it is expanded.
12419         Reported by Nicolas Joly.
12421         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
12422         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
12423         AC_F77_DUMMY_MAIN being expanded.
12425 2001-07-18  Akim Demaille  <akim@epita.fr>
12427         * configure.in: Bump to 2.51a.
12429 2001-07-17  Akim Demaille  <akim@epita.fr>
12431         Version 2.51.
12433 2001-07-17  Akim Demaille  <akim@epita.fr>
12435         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
12436         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
12438 2001-07-17  Akim Demaille  <akim@epita.fr>
12440         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
12441         used.  Well, then use the prototypes when you can, and runtime as
12442         a last resort.
12443         Reported by Artur Frysiak
12445         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
12446         (AC_FUNC_GETPGRP): Use it.
12447         First try to compile with 0-ary or 1-ary calls.
12449 2001-07-17  Akim Demaille  <akim@epita.fr>
12451         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
12452         replacement type.
12453         From Paul Eggert.
12455 2001-07-17  Akim Demaille  <akim@epita.fr>
12457         * Makefile.maint: Sync. with cppi 1.10.
12459 2001-07-17  Akim Demaille  <akim@epita.fr>
12461         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
12462         AC_F77_DUMMY_MAIN has been run.
12463         From Pavel Roskin and Steven G. Johnson.
12465 2001-07-17  Akim Demaille  <akim@epita.fr>
12467         * configure.in: Rename as...
12468         * configure.ac: this.
12470 2001-07-17  Akim Demaille  <akim@epita.fr>
12472         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
12473         rules.
12474         From Marc Espie.
12475         * Makefile.maint (release-archive-dir): Rename as...
12476         (release_archive_dir): this, so that it can be specialized in
12477         Makefile.
12479 2001-07-14  Akim Demaille  <akim@epita.fr>
12481         * configure.in: Bump to 2.50d.
12483 2001-07-14  Akim Demaille  <akim@epita.fr>
12485         Version 2.50c.
12486         * Makefile.maint (alpha): Typo.
12488 2001-07-14  Akim Demaille  <akim@epita.fr>
12490         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
12492 2001-07-14  Akim Demaille  <akim@epita.fr>
12494         * config/config.guess, config/config.sub, config/texinfo.tex
12495         * doc/standards.texi, doc/make-stds.texi: Update.
12497 2001-07-14  Akim Demaille  <akim@epita.fr>
12499         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
12501 2001-07-14  Akim Demaille  <akim@epita.fr>
12503         * Makefile.maint (maintainer-check): Rename as...
12504         (maintainer-distcheck): this.
12505         (changelog-check, static-check): New.
12506         Use them.
12508 2001-07-14  Kevin Ryde  <user42@zip.com.au>
12510         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
12511         for CXX is g++, not gcc.
12513 2001-07-14  Akim Demaille  <akim@epita.fr>
12515         * doc/autoconf.texi (Files): New subsection.
12517 2001-07-14  Akim Demaille  <akim@epita.fr>
12519         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
12520         of...
12521         (Generic Compiler Characteristics): this.
12522         (C++ Compiler): New subsection.
12524 2001-07-14  Akim Demaille  <akim@epita.fr>
12526         * autoscan.in: Use IO::File.
12527         Adjust all the routines to use it.
12528         ($log): New file (autoscan.log).
12529         (output): Dump detailed logs into $log, and a shortened version to
12530         stderr.
12531         (&scan_makefile): Refine the regexp catching tokens in the code.
12532         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
12533         and the `configure.ac' checking feature.
12535 2001-07-12  Akim Demaille  <akim@epita.fr>
12537         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
12538         Reported by Michael Elizabeth Chastain.
12540         * autoconf.in: Refuse such AWK.
12541         * configure.in: Likewise.
12542         * Makefile.am (acversion.m4): Do not use move-if-change this file
12543         has dependencies.
12544         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
12546 2001-07-10  Jens Petersen  <petersen@redhat.com>
12548         * autoscan.in (&scan_makefile): Improve programs regexp to parse
12549         things like "g++", "file.c" and "some-conf" as tokens.
12550         (&scan_file): Match C++ files extensions.
12551         If the filename extension is C++ then ask for c++.
12553 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
12555         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
12556         AC_TRY_LINK_FUNC, to check whether defining a dummy
12557         main-like routine is needed for linking with F77 libs.
12559 2001-07-05  Pavel Roskin  <proski@gnu.org>
12561         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
12562         after using break.
12563         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
12564         linking.
12566 2001-07-05  Akim Demaille  <akim@epita.fr>
12568         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
12569         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
12570         Makes' lives.
12571         Reported by Nicolas Joly.
12573 2001-07-04  Akim Demaille  <akim@epita.fr>
12575         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
12576         up.
12577         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
12578         warnings from compilers.
12579         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
12580         for all the compilers, not only GNU.  Hence move from here...
12581         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
12583 2001-07-04  Akim Demaille  <akim@epita.fr>
12585         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
12586         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
12587         AC_COMPILE_IFELSE.
12589 2001-07-04  Akim Demaille  <akim@epita.fr>
12591         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
12592         the ``strings.h'' change claimed below.
12594 2001-07-04  Akim Demaille  <akim@epita.fr>
12596         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
12598 2001-07-04  Akim Demaille  <akim@epita.fr>
12600         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
12601         strings.h if usable with string.h.
12602         Suggested by Paul Eggert.
12604 2001-07-04  Akim Demaille  <akim@epita.fr>
12606         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
12607         From Jens Petersen.
12609 2001-07-03  Akim Demaille  <akim@epita.fr>
12611         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
12612         etc. in the log.
12614 2001-07-03  Akim Demaille  <akim@epita.fr>
12616         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
12617         compiler, not the preprocessor.
12618         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
12619         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
12620         the right thing.
12621         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
12622         earlier if there are.
12624 2001-07-03  Akim Demaille  <akim@epita.fr>
12626         * autoscan.in ($initfile): Remove.
12627         (&find_file): Rename as...
12628         (&scan_file): this.
12629         Immediately scan the current file, instead of gathering them, and
12630         later having them handled by &scan_files.
12631         (&scan_files): Merely invoke Find::File.
12632         Adjust.
12634 2001-07-02  Akim Demaille  <akim@epita.fr>
12636         * autoscan.in: Formatting changes, matching the invocation order.
12637         (File::Find): Use it instead of Perl 4's `find.pl'.
12638         (&wanted): Rename as...
12639         (&find_file): this.
12641 2001-07-01  Pavel Roskin  <proski@gnu.org>
12643         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
12644         break in the argument to AC_TRY_LINK_FUNC.
12645         (AC_F77_MAIN): Remove conftest* after using break in the
12646         argument to AC_TRY_LINK.
12648 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
12650         Add alternate 'main' routine detection for linking C/C++ with Fortran,
12651         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
12653         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
12654         dummy alternate main is required even if the user provides her own
12655         'main'.
12656         (AC_F77_MAIN): New macro to detect whether it is possible to
12657         provide an alternate 'main' function name, using the 'main' from
12658         the Fortran libraries.
12659         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
12660         cross-language link tests can be performed successfully.
12661         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
12662         after $LIBS, for consistency; this should be the general rule since
12663         the user may want to link to Fortran libraries that require $FLIBS.
12664         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
12666 2001-06-29  Pavel Roskin  <proski@gnu.org>
12668         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
12669         at-stdout and at-stderr instead of removing the newline
12670         from the echo output, which is not guaranteed to work.
12672 2001-06-28  Jens Petersen  <petersen@redhat.com>
12674         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
12675         confdefs.h when non-zero.
12677 2001-06-28  Akim Demaille  <akim@epita.fr>
12679         * configure.in: Bump to 2.50c.
12681 2001-06-26  Akim Demaille  <akim@epita.fr>
12683         Version 2.50b.
12685 2001-06-26  Akim Demaille  <akim@epita.fr>
12687         Version 2.50a.
12689 2001-06-25  Pavel Roskin  <proski@gnu.org>
12691         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
12692         argument, AUTOCONF-FLAGS.
12693         * tests/mktests.sh (update_exclude_list): Add
12694         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
12695         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
12696         AC_FUNC_WAIT3 with "-W no-obsolete".
12698 2001-06-25  Akim Demaille  <akim@epita.fr>
12700         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
12702 2001-06-25  Akim Demaille  <akim@epita.fr>
12704         * autoscan.in (%macro): Now maps from word to list of macros.
12705         (&init_tables): Die when a word which is already handled by
12706         explicit macros is mapped to the default macro.
12707         (&print_unique): Remove, inlined in...
12708         (&output_kind): here.
12709         (File::Basename): Use it.
12710         (&output): Sort the CONFIG_FILES.
12711         * acheaders: Normalize.
12712         * acfunctions: Likewise.
12714 2001-06-25  Akim Demaille  <akim@epita.fr>
12716         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
12717         characteristics in the logs.
12718         Suggested by Mo DeJong.
12720 2001-06-24  Akim Demaille  <akim@epita.fr>
12722         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
12723         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
12724         * doc/autoconf.texi (Autoconf 2.13): New section.
12726 2001-06-24  Akim Demaille  <akim@epita.fr>
12728         * autoconf.in (Task traces): Separate the error messages from the
12729         traces to improve robustness.
12731 2001-06-23  Akim Demaille  <akim@epita.fr>
12733         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
12734         three as failures are unlikely, and speed matters.
12736 2001-06-23  Akim Demaille  <akim@epita.fr>
12738         * doc/autoconf.texi (Redefined M4 Macros): New.
12740 2001-06-23  Akim Demaille  <akim@epita.fr>
12742         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
12743         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
12744         5.3.
12746 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
12748         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
12749         config.status targets to after the evaluation of the INIT-CMDS.
12750         Double quote config.status targets (used to be single quoted).
12752 2001-06-23  Akim Demaille  <akim@epita.fr>
12754         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
12755         Check the content of the created file.
12756         Check the ./config.status command line invocation.
12758 2001-06-23  Akim Demaille  <akim@epita.fr>
12760         * tests/foreign.at (Libtool): Reject prehistoric versions.
12762 2001-06-23  Akim Demaille  <akim@epita.fr>
12764         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
12765         preexisting files matching a.*.
12767 2001-06-23  Akim Demaille  <akim@epita.fr>
12769         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
12770         stderr.
12771         * doc/autoconf.texi (AC_ARG_VAR): Update.
12773 2001-06-21  Akim Demaille  <akim@epita.fr>
12775         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
12776         precious variables have changed.
12777         * tests/torture.at (AC_ARG_VAR): Adjust.
12779 2001-06-21  Akim Demaille  <akim@epita.fr>
12781         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
12782         but some sed choke on multiple `;', and other tools (e.g.,
12783         Automake), include the separator themselves.
12785         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
12787 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
12789         * doc/autoconf.texi (Functions Portability): Rename as...
12790         (Function Portability): this.
12791         (Function Portability): Document potential problems with unlink().
12793 2001-06-19  Paul Eggert  <eggert@twinsun.com>
12795         * NEWS, doc/autoconf.texi: Document quadrigraphs.
12797 2001-06-18  Akim Demaille  <akim@epita.fr>
12799         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
12801 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
12803         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
12804         (_AC_FUNC_VFORK): this.
12805         Remove AC_DEFINEs and don't guess cross-compilation values.
12806         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
12807         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
12808         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
12809         vfork doesn't work.
12810         Guess values if cross-compiling, but warn.
12811         * acfunctions: Add AC_FUNC_FORK.
12812         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
12813         and vfork appropriately.
12815 2001-06-18  Akim Demaille  <akim@epita.fr>
12817         * doc/autoconf.texi (Functions Portability): New section.
12819 2001-06-18  Akim Demaille  <akim@epita.fr>
12821         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
12822         in $M4.
12823         Suggested by Andreas Schwab.
12825 2001-06-18  Akim Demaille  <akim@epita.fr>
12827         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
12828         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
12829         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
12830         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
12831         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
12832         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
12833         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
12834         the converse).
12836 2001-06-18  Akim Demaille  <akim@epita.fr>
12838         * doc/autoconf.texi (ms): New index.
12839         (Macro Index): Rename as...
12840         (Autoconf Macro Index): this.
12841         (M4 Macro Index): New appendix.
12842         (Programming in M4): New chapter.
12843         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
12844         (Quoting): Rename as...
12845         (M$ Quotation): this.
12846         Be part of `Programming in M4).
12848 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
12850         * tests/torture.at (AC_ARG_VAR): Set variables and export them
12851         in separate statements for compatibility with Tru64 v5.1.
12853 2001-06-17  Akim Demaille  <akim@epita.fr>
12855         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
12856         current values of the precious variables, not the previously
12857         cached values.
12858         Pass precious variables which are set to config.status.
12859         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
12860         * tests/torture.at (AC_ARG_VAR): New.
12862 2001-06-15  Paul Eggert  <eggert@twinsun.com>
12864         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
12865         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
12866         and explain why and how to replace them.
12867         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
12868         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
12870 2001-06-15  Akim Demaille  <akim@epita.fr>
12872         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
12873         Reported by Bruno Haible.
12875         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
12876          (_AC_ARG_VAR_PRECIOUS): to here.
12878 2001-06-15  Pavel Roskin  <proski@gnu.org>
12880         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
12881         an unused pointer use cast to this type and `if' statement to
12882         avoid warnings from the compiler.
12883         (AC_HEADER_TIME): Likewise.
12884         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
12885         in `if' statement to avoid warnings from the compiler. Declare
12886         ac_aggr static to avoid the need to initialize it.
12888 2001-06-14  Akim Demaille  <akim@epita.fr>
12890         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
12891         Macros'.
12893 2001-06-13  Akim Demaille  <akim@epita.fr>
12895         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
12896         Suggested by Alexander Mai.
12898 2001-06-13  Akim Demaille  <akim@epita.fr>
12900         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
12901         sys/types.h and sys/stat.h, and check for them.
12903 2001-06-13  Akim Demaille  <akim@epita.fr>
12905         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
12906         INCLUDES.
12908 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12910         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
12911         succeeds and only try adding libdnet upon a failure.
12913 2001-06-12  Akim Demaille  <akim@epita.fr>
12915         * autoscan.in (&output_kind): Output the comment only if it exists.
12916         (%kind_comment): Add entry for `programs'.
12917         (&output_programs): Use &output_kind.
12918         (&output_functions, &output_identifiers, &output_headers)
12919         (&output_programs): Inline, and remove.
12921 2001-06-12  Akim Demaille  <akim@epita.fr>
12923         * autoscan.in (%kind_comment): New.
12924         (output_kind): New.
12925         (output_functions, output_identifiers, output_headers): Use it.
12927 2001-06-12  Akim Demaille  <akim@epita.fr>
12929         * autoscan.in (&print_unique): Take `$kind' and `$word' as
12930         arguments, to factor indirections into `%macro' and `%used'.
12931         (%generic_macro): Fix a typo.
12933 2001-06-12  Akim Demaille  <akim@epita.fr>
12935         * aclibraries: New.
12936         * autoscan.in (@kinds): Add `libraries'.
12937         Use `@kinds' instead of hard coded lists.
12938         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
12939         Remove, replaced by...
12940         (%used): this.
12942 2001-06-12  Akim Demaille  <akim@epita.fr>
12944         * autoscan.in (%functions_macros %headers_macros)
12945         (%identifiers_macros %programs_macros %makevars_macros): Remove,
12946         replaced by...
12947         (%macro): New.
12949 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
12951         * aclang.m4 (AC_NO_EXECUTABLES): Override
12952         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
12954 2001-06-11  Akim Demaille  <akim@epita.fr>
12956         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
12957         trailing new line.
12958         Reported by Andreas Schwab.
12960 2001-06-11  Akim Demaille  <akim@epita.fr>
12962         * Makefile.am, Makefile.maint: Typos.
12964 2001-06-09  Akim Demaille  <akim@epita.fr>
12966         * doc/autoconf.texi (Here-Documents): New section, gathering
12967         documentation about here-documents.
12968         Use `href', not `uref', and other changes.
12970 2001-06-09  Akim Demaille  <akim@epita.fr>
12972         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
12973         chapter.
12975 2001-06-09  Akim Demaille  <akim@epita.fr>
12977         * doc/autoconf.texi (Limitations of Builtins): Complete the
12978         description of the here-docs penalties with Alexandre Oliva's
12979         explanations.
12981 2001-06-01  Paul Eggert  <eggert@twinsun.com>
12983         * doc/autoconf.texi: Talk about here documents and speedups.
12984         Do not use "echo" on arbitrary strings.
12985         Spell "here-documents" consistently with the standard.
12987 2001-06-09  Akim Demaille  <akim@epita.fr>
12989         * doc/autoconf.texi (Concept Index): Introduce it.
12990         Regenerate the menus.
12992 2001-06-09  Akim Demaille  <akim@epita.fr>
12994         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
12995         * config/prev-version.txt: New.
12996         * config/move-if-change: New, for GNU libc.
12998 2001-06-06  Pavel Roskin  <proski@gnu.org>
13000         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
13002 2001-06-06  Akim Demaille  <akim@epita.fr>
13004         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
13005         properly when $1 is not a literal.
13006         Fixes PR Autoconf/187, reported by Bram Moolenaar.
13008 2001-06-06  Akim Demaille  <akim@epita.fr>
13010         Invoking AC_COPYRIGHT before AC_INIT fails.
13012         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
13013         * acgeneral.m4 (_m4_divert(VERSION_FSF))
13014         (_m4_divert(VERSION_USER)): New.
13015         (AC_COPYRIGHT): $2 is the diversion to use.
13016         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
13017         (AC_INIT): Remove dead comments as now it's commutative.
13019 2001-06-06  Akim Demaille  <akim@epita.fr>
13021         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
13022         PR autoconf/187.
13024 2001-06-05  Akim Demaille  <akim@epita.fr>
13026         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
13027         can be empty.
13028         `*dir' variables cannot be NONE.
13029         Reported by Mark Kettenis.
13031 2001-06-05  Paul Eggert  <eggert@twinsun.com>
13033         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
13035 2001-06-04  Akim Demaille  <akim@epita.fr>
13037         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
13038         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
13039         (AC_TR_SH): Move as...
13040         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
13041         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
13042         (AS_TR_SH): these.
13043         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
13044         (_AS_TR_SH_PREPARE): New.
13045         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
13046         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
13048 2001-06-02  Akim Demaille  <akim@epita.fr>
13050         * Makefile.am (.m4.m4f): Pass the options first.
13051         Fixes PR autoconf/182.
13053 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
13055         GNU getopt, when POSIXLY_CORRECT does not permute options and
13056         arguments.  So pass the options first.
13057         Fixes PR autoconf/184.
13059         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
13060         (run_m4): Remove files.
13061         (run_m4f): Remove.
13062         Update remainder of script to use them.
13063         (for warning in): Do not use a literal comma as it will not be
13064         split by IFS.
13066 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
13068         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
13069         Fortran compilers to check.
13070         (_AC_PROG_F77_V): Add '-###' as a possible option to print
13071         information on library and object files.
13072         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
13073         to check.
13075 2001-06-02  Akim Demaille  <akim@epita.fr>
13077         * autom4te.in (Request::@request): Declare with `vars', not `my',
13078         as it prevents updates via `do FILENAME'.
13080 2001-06-02  Akim Demaille  <akim@epita.fr>
13082         * configure.in (standards_texi): Remove, dead code.
13084 2001-06-02  Akim Demaille  <akim@epita.fr>
13086         * autom4te.in: New.
13088 2001-06-02  Pavel Roskin  <proski@gnu.org>
13090         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
13091         for signals other than 0 - exit with code 1.
13092         * m4sh.m4 (AS_TMPDIR): Likewise.
13093         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
13094         * autoheader.in: Likewise.
13095         * autoreconf.in: Likewise.
13096         * tests/torture.at (Signal handling): New test for the above.
13098 2001-06-01  Akim Demaille  <akim@epita.fr>
13100         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
13101         message.
13103 2001-05-31  Akim Demaille  <akim@epita.fr>
13105         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
13106         Add copyright and comments.
13107         * acheaders: Add stdint.h.
13108         Suggested by Paul Eggert.
13110 2001-05-31  Akim Demaille  <akim@epita.fr>
13112         * atgeneral.m4 (AT_INIT): Use $SHELL.
13113         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
13115 2001-05-31  Akim Demaille  <akim@epita.fr>
13117         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
13118         stdint.h.
13119         From Paul Eggert and Lars Hecking.
13121 2001-05-31  Akim Demaille  <akim@epita.fr>
13123         * tests/base.at: Adjust line numbers in error messages.
13125 2001-05-31  Akim Demaille  <akim@epita.fr>
13127         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
13128         to emit the bangshe line.
13129         Reported by David Carter.
13131 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
13133         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
13134         Fortran (95) compilers to check.
13136 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
13138         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
13139         Macro Archive URL.
13141 2001-05-23  Pavel Roskin  <proski@gnu.org>
13143         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
13144         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
13145         (AC_PROG_CXXCPP): Likewise.
13147 2001-05-22  Akim Demaille  <akim@epita.fr>
13149         * config: New directory.
13150         * configure.in: AC_CONFIG_AUX_DIR it.
13151         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
13153 2001-05-22  Akim Demaille  <akim@epita.fr>
13155         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
13156         * autoupdate.in: Specify the Emacs mode.
13157         * acversion.m4.in: Rename as...
13158         * acversion.m4: this.
13159         * tests/Makefile.am (CLEANFILES): More garbage.
13161 2001-05-22  Akim Demaille  <akim@epita.fr>
13163         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
13164         Rename as...
13165         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
13166         these.
13168 2001-05-21  Akim Demaille  <akim@epita.fr>
13170         * configure.in: Bump to 2.50a.
13173         -----
13175         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
13176         Software Foundation, Inc.
13178         This file is part of GNU Autoconf.
13180         GNU Autoconf is free software; you can redistribute it and/or modify
13181         it under the terms of the GNU General Public License as published by
13182         the Free Software Foundation; either version 2, or (at your option)
13183         any later version.
13185         GNU Autoconf is distributed in the hope that it will be useful,
13186         but WITHOUT ANY WARRANTY; without even the implied warranty of
13187         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13188         GNU General Public License for more details.
13190         You should have received a copy of the GNU General Public License
13191         along with autoconf; see the file COPYING.  If not, write to
13192         the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13193         Boston, MA 02110-1301, USA.