* doc/autoconf.texi (Parentheses): Mention problem with (( in
[autoconf/tsuna.git] / ChangeLog
blob07dfd75c9b5dc0603d5439f5cde0774de780a3aa
1 2007-02-08  Paul Eggert  <eggert@cs.ucla.edu>
3         * doc/autoconf.texi (Parentheses): Mention problem with (( in
4         shells.
6 2007-02-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7         and Paul Eggert  <eggert@cs.ucla.edu>
9         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix quoting
10         errors introduced in last change.
12 2007-02-07  Paul Eggert  <eggert@cs.ucla.edu>
14         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer \r to
15         an actual carriage return.  Use "ac_cr" to contain the actual
16         carriage return.
17         * doc/autoconf.texi (Limitations of Usual Tools): Document problem
18         with traditional Awk and begin.
19         * tests/torture.at (Limitations of Builtins): Document the problem
20         with Bash 2.03 printf.
21         (Substitute and define special characters):
22         Remove trailing white space.  Work around a bug in Solaris 8 /bin/bash.
24 2007-02-06  Ralf Menzel  <menzel@ls6.cs.uni-dortmund.de>  (tiny change)
26         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Redirect
27         input from /dev/null in awk test, so even Solaris /usr/bin/awk
28         will not wait for input with a script containing only a BEGIN
29         rule.
31 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33         * doc/autoconf.texi (Introduction, Why GNU M4): Clarify M4 version
34         requirements.
35         * README: Likewise.
37 2007-02-02  Eric Blake  <ebb9@byu.net>
39         * NEWS: Update copyright.
41         * m4/m4.m4 (AC_PROG_GNU_M4): Reject M4 1.4 through 1.4.4 as
42         broken.
43         * configure.ac: Update error message.
44         * NEWS: Note that M4 1.4.5 or later is now a hard dependency.
45         Reported by Gary Vaughan and Jim Meyering, and problem analyzed
46         by Stepan Kasal:
47         http://lists.gnu.org/archive/html/bug-autoconf/2006-11/msg00025.html
49 2007-01-31  Eric Blake  <ebb9@byu.net>
51         * THANKS (people): Update.
53 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
55         * doc/autoconf.texi (Shellology): pdksh 5.2.14 is still the
56         latest version.
57         (Shell Substitutions): Note problems with @{var:=value} etc.
58         Add a new section for problems with @{#var} etc.  Problem noted
59         by Ralf Wildenhues.  See:
60         http://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
62 2007-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
64         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Also
65         AC_SUBST([MKDIR_P]), so that Automake < 1.10 will pick up its
66         trace, if a package uses AC_PROG_MKDIR_P explicitly.  The actual
67         substitution will still be done by the special code.
68         Report by Jim Meyering.
70         * doc/autoconf.texi (File System Conventions): Mention that
71         $PATH_SEPARATOR is for the build system only.
72         Report by Keith Marshall.
74 2007-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
76         * doc/autoconf.texi (Setting Output Variables): Mention that
77         all non-NUL characters are ok in substituted values.
78         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Fix comment typo.
79         (_AC_OUTPUT_FILES_PREPARE): Test and use backslash escaping of
80         carriage return for $AWK, needed for BSD awk.
81         * tests/torture.at (Substitute and define special characters):
82         Test all 8 bit non-NUL characters.
83         Report against Automake by Patrick Welche.
85 2007-01-15  Stepan Kasal  <kasal@ucw.cz>
87         * doc/autoconf.texi (Specifying Names): `--host' does not
88         change the build type.
90 2007-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
92         * lib/autoconf/programs.m4 (AC_PROG_SED): When closing a pipe
93         early on the reader side, drop stderr of the input to avoid
94         `broken pipe' error output; this may happen even with shell
95         builtin `echo' of some bash versions.  Reports by Ian Macdonald
96         <iamacdo@telkomsa.net> and Sam Sexton <Sam.Sexton@reuters.com>.
98 2007-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
100         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Use newlines to
101         separate items of `ac_user_opts', to avoid long lines.
102         (_AC_INIT_PARSE_ENABLE2, _AC_ENABLE_IF_ACTION): Adjust.
104 2007-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
106         * doc/autoconf.texi: Fix some typos.
108 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
110         Fix some wording problems noted by Paolo Bonzini in:
111         http://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
112         * doc/autoconf.texi (Signed Overflow Examples): Give more
113         discussion about the allow_superuser_privileges example,
114         and change it a bit to make things clearer.
115         (Optimization and Wraparound): Clarify whether the compiler
116         will generate an infinite loop for the example derived from
117         Autoconf's mktime test.
118         (Signed Overflow Advice): Say that -ftrapv is meant for debugging.
119         Also, clarify unsigned multiplication overflow.
121 2007-01-04  Eric Blake  <ebb9@byu.net>
123         * bin/Makefile.am (RELEASE_YEAR): New macro.
124         (edit): Use it to supply correct copyright year to scripts.
125         * bin/autoconf.as (version): Use it.
126         * bin/autoheader.in ($version): Likewise.
127         * bin/autom4te.in ($version): Likewise.
128         * bin/autoreconf.in ($version): Likewise.
129         * bin/autoscan.in ($version): Likewise.
130         * bin/autoupdate.in ($version): Likewise.
131         * bin/ifnames.in ($version): Likewise.
133 2007-01-02  Paul Eggert  <eggert@cs.ucla.edu>
135         * doc/autoconf.texi (Integer Overflow): Revised based on today's
136         feedback.  The most important changes document what happens when
137         you convert an out-of-range value to a signed integer type, and
138         say that (sum < a) != (b < 0) reliably detects overflow when sum =
139         a + b.
141         * doc/autoconf.texi (Integer Overflow): Greatly expand and
142         rewrite, taking notions from the recent discussion on the gcc and
143         autoconf mailing lists; please see
144         http://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
145         and follow the many links.
146         (Integer Overflow Basics, Signed Overflow Examples):
147         (Optimization and Wraparound, Signed Overflow Advice):
148         (Signed Integer Division): New sections.
150 2006-12-28  Steven G. Johnson  <stevenj@alum.mit.edu>
152         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't include
153         preprocessor macro arguments in traced name.
154         * doc/autoconf.texi (Defining symbols): Document longstanding
155         support for AC_DEFINE-ing macros with arguments, and document
156         behavior when the same variable has multiple AC_DEFINEs.
157         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Revert to the
158         old implementation which AC_DEFINEs the FC_FUNC and FC_FUNC_
159         macros directly, giving much shorter and simpler code.
161 2006-12-28  Malcolm Purvis <malcolmp@xemacs.org>  (trivial change)
163         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
164         space before "$ac_configure_args" to prevent a 'config.status
165         --recheck' failure if ac_configure_args doesn't contain a leading
166         space.  This works around a problem with the XEmacs configure.ac,
167         which uses the (undocumented) ac_configure_args variable
168         inconsistently with Autoconf.
170 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
172         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):
173         Include <limits.h>, and use its INT_MAX to rewrite the
174         j loop so that it does not overflow 'int'.  Problem reported by
175         Ralf Wildenhues in
176         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
177         Play it safe by shifting left by 1 rather than multiplying by 2,
178         as GCC is less likely to optimize this away when the value
179         is signed (when it assumes overflow leads to undefined behavior).
180         Also, don't assume time_t uses two's complement.
182 2006-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
184         * tests/torture.at (Substitute a 2000-byte string): Avoid using
185         a 10kB long (multi-line) string literal, OpenServer 5.0.7 ksh
186         dumps core on it.  Report by Tim Rice.
188 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
190         * lib/autoconf/general.m4 (AC_ARG_ENABLE): Print help about
191         --disable-option-checking to --help output even when
192         AC_PRESERVE_HELP_ORDER is not used.
193         (_AC_INIT_PARSE_ENABLE2): Print warnings using actual --enable or
194         --with argument, rather than argument with [-.] replaced by
195         underscores.
196         * NEWS: Fix typo in previous change; the news was in the
197         wrong section.
199 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
201         * NEWS: Warnings are now generated by default for unknown
202         --enable-* and --with-* options.
203         * doc/autoconf.texi (Option Checking): Renamed from
204         (Configure Option Checking).  Tighten up the wording a bit.
205         (External Software, Package Options): Cross-reference to Option
206         Checking, and use this to shorten our section.
207         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Prefer test -n
208         "$x" to test "x$foo" != x.
209         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
210         Don't warn if $enable_option_checking is "no".
211         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Initialize
212         ac_unrecognized_opts to the empty string.
213         Don't echo the unrecognized opts, as this might mishandle
214         backslashes or leading -.
215         (AC_PRESERVE_HELP_ORDER): Put the --disable-option-checking
216         usage next to the other --disable-FEATURE options in the
217         help string.
219 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
221         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, _AC_INIT_PARSE_ARGS):
222         (_AC_INIT_PARSE_ENABLE2, _AC_INIT_HELP, _AC_ENABLE_IF):
223         Print warning for unrecognized --with and --enable options
224         (AC_DISABLE_OPTION_CHECKING): New macro to disable warnings.
225         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS):
226         Disable option checking when subdirs are configured.
227         (AC_OUTPUT): If warnings are enabled, print warning about
228         unrecognized --with and --enable options at the end of
229         the configure output (as well as at the beginning).
230         * doc/autoconf.texi (Option Checking): New node.
231         Document new option warning functionality.
233 2006-12-16  Eric Blake  <ebb9@byu.net>
235         * configure.ac (AC_INIT): Bump version, since 2.61a is released.
236         * NEWS: Start news for current version.
238 2006-12-15  Paul Eggert  <eggert@cs.ucla.edu>
240         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
241         Define HAVE_GETMNTENT to 1, not to the empty string.
242         Problem originally reported by Jochen Friedrich in
243         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
245         This change prompted by a problem report by Andrey Simonenko in
246         <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
247         * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
248         object-like macros only, in the traditional portable character
249         set.
250         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
251         Warn about attempts to define things that are not identifiers.
252         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
253         awful hack that AC_DEFINEd macro names containing parentheses.
255 2006-12-12  Paul Eggert  <eggert@cs.ucla.edu>
257         * doc/autoconf.texi: Undo some of the 2006-12-10 change.  It was
258         too drastic, even if Texinfo in theory requires it for info mode.
260         (config.status Invocation): Renamed back from Recreating a
261         Configuration).
262         (Obsolete config.status Use): Renamed back from Obsolete Recreation.
263         (Autoconf 2.13): Renamed back from 20th-century Autoconf 2.
265 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
267         * NEWS: Version 2.61a.
269 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
270         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
272         * NEWS: Document changes with echo and printf, and the lack
273         of limits on the total size of multi-line values of substituted
274         variables, and the AC_FUNC_FSEEKO fix.
276 2006-12-10  Paul Eggert  <eggert@cs.ucla.edu>
278         * doc/autoconf.texi (Writing Autoconf Input): Renamed from
279         Writing configure.ac.
280         (Autoconf Input Layout): Renamed from configure.ac Layout.
281         (Recreating a Configuration): Renamed from config.status Invocation.
282         (Obsolete Recreation): Renamed from Obsolete config.status Use.
283         (acconfig Header): Renamed from acconfig.h.
284         (20th-century Autoconf 2): Renamed from Autoconf 2.13.
285         (Writing Testsuites): Renamed from Writing testsuite.at.
286         (Autom4te Cache): Renamed from autom4te.cache.
288         * BUGS: Remove mention of VPATH problem, since it's now documented
289         not to be a bug in the Autoconf build procedure itself, but rather
290         a problem with the proprietary `make' programs.
292         * doc/autoconf.texi (Build Directories): Add a cross reference
293         to VPATH and Make.
295         * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex:
296         * doc/standards.texi: Sync from gnulib.
298         * man/autoconf.1, man/autoheader.1, man/autom4te.1, man/autoreconf.1:
299         * man/autoscan.1, man/autoupdate.1, man/config.guess.1:
300         * man/config.sub.1, man/ifnames.1: Remove from CVS, since they're
301         generated automatically.
303 2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
305         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Also try -xc99=all, for Sun
306         C 5.8 on Solaris 10.  Using -xc99=all rather than -xc99 bypasses
307         the buggy -xc99 option of Forte Developer 7 C on Solaris 9.
309 2006-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
311         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Drop the
312         `CEOF$ac_eof' special marker, the awk script cannot contain a
313         line matching `^CEOF', so this is not needed any more.
314         * tests/torture.at (Substitute a newline): Expose the `%!_!# '
315         special marker in the test.
317 2006-12-06  Stepan Kasal  <kasal@ucw.cz>
319         * tests/tools.at (autom4te preselections): Use `find -newer';
320         remove one of the sleeps.
322         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Make it
323         more readable, using ...
324         (_AC_INIT_PARSE_ENABLE2): ... this new helper macro.
326         * doc/autoconf.texi (autoheader Invocation): Do not double-
327         quote the parameter of `AH_BOTTOM' in the example.
329 2006-12-05  Stepan Kasal  <kasal@ucw.cz>
331         * doc/autoconf.texi (Configuration Headers): Remove the
332         example with multiple input files.
333         (autoheader Invocation): Encourage `AH_BOTTOM', discouraging
334         multiple input files.
336 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
338         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
339         creating the awk substitution script, handle one input line at a
340         time, so that the maximum length of a substituted (multi-line)
341         value is not limited by the size of the sed pattern space.
342         The trade-off is a slightly repetitive sed script.
343         * doc/autoconf.texi (Limitations of Usual Tools): Branch labels
344         can only have up to 7 characters, due to Solaris 10 /bin/sed.
345         * tests/torture.at (Substitute a 2000-byte string): Increase the
346         test with several long lines, they should not be caught by sed
347         limits any more.
349         * tests/tools.at (autom4te preselections): New test, to flag
350         entries missing from autom4te.cfg.
351         Report by David Byron <dbyron@hheld.com>.
353         * tests/torture.at (Substitute a 2000-byte string): Actually use
354         AC_PROG_AWK, so the last change works as intended.
355         (Substitute and define special characters): Likewise.
356         (Substitute a newline): Likewise.
358         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
359         instead of `awk' consistently.
360         (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
361         * tests/torture.at (Torturing config.status): Test both the
362         result of AC_PROG_AWK and plain awk.
363         (Substitute a 2000-byte string): Likewise.
364         (Substitute and define special characters): Likewise.
365         (Substitute a newline): Likewise.
367 2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
369         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Check that fseeko
370         can be assigned to a function pointer.  Problem reported by
371         Peter Palfrader in <http://bugs.debian.org/401377>.  Based on
372         part of a patch by Ralf Wildenhues in that same bug report.
374 2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
376         * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
377         * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
379 2006-12-01  Eric Blake  <ebb9@byu.net>
381         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
382         cross-compiling from cygwin to mingw.
383         Reported by Bob Rossi.  This resurrects the 2000-11-30 patch to
384         aclang.m4, which was mistakenly removed in the 2001-09-17 patch
385         to lib/autoconf/c.m4.
387 2006-12-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
389         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
390         string for more reliable failure.  Wrap the entire test that
391         causes the broken Solaris printf to dump core, in a subshell,
392         so the segmentation fault message is reliably suppressed.
393         Fix shell expansion errors by using /usr/ucb/echo always;
394         avoid an error on systems without it by another subshell.
395         Avoid m4 expansion of `$1'.  Set the zeroth argument of the
396         subshell-$as_echo to `as_echo', for better error message.
398 2006-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
400         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
401         `BASH_SOURCE' contain a newline, set them to empty, as they may
402         not be unset.
404 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
406         Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
407         years and is too hard to maintain now.  The last straw was
408         reported by Jerker Baeck in
409         <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
410         * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
411         * doc/autoconf.texi (Particular Functions): Move
412         AC_FUNC_SETVBUF_REVERSED from here...
413         (Obsolete Macros): ... to here.  Say that it does nothing now.
414         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
415         Turn into (almost) a no-op.
417         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
418         (AC_C_VOLATILE):
419         Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
420         These macros are obsolescent and new applications shouldn't need them.
421         * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
422         (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
423         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
424         (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
425         (AC_FUNC_VPRINTF): Likewise.
426         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
427         (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
428         * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
430         * doc/autoconf.texi (Setting Output Variables): Mention that
431         @VAR1@VAR2 has unspecified behavior.  Problem reported by
432         Ralf Wildenhues.
433         * NEWS: Mention this.
435         * Makefile.am: Put only a single '#' into the copyright notice,
436         so that it's also present in the output file.  Standardize wording
437         in makefile copyright notices to match GNU coding standards.
438         * bin/Makefile.am: Likewise.
439         * doc/Makefile.am: Likewise.
440         * lib/Makefile.am: Likewise.
441         * lib/freeze.mk: Likewise.
442         * lib/autoconf/Makefile.am: Likewise.
443         * lib/autoscan/Makefile.am: Likewise.
444         * lib/autotest/Makefile.am: Likewise.
445         * lib/m4sugar/Makefile.am: Likewise.
446         * man/Makefile.am: Likewise.
447         * tests/Makefile.am: Likewise.
448         * lib/emacs/Makefile.am: Remove copyright notice; it's just a
449         one-line file.
451 2006-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
453         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
454         in the sed script that mangles the awk script: delete up to the
455         first exclamation mark only.
456         * tests/torture.at (Substitute and define special characters):
457         Test '!' too.
459 2006-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
461         Rewrite config files generation: avoid quadratic growth in
462         the number of substituted variables by using awk instead of sed
463         for the bulk of the substitutions.
464         * NEWS: Mention this.
465         * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
466         forbidden in the output (and thus input) file.
467         * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
468         (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
469         generate just one large awk script for substitutions,
470         eliminating much of the earlier complexity, while adding some
471         new complexity.  Only expand the substitution templates at
472         configure time, for smaller configure script size.  If
473         _AC_SUBST_FILES are used, test 'awk' for working getline support
474         at config.status time.  If absent, interpolate through the
475         shell.  The awk script was written with much help
476         from Paolo Bonzini and Paul Eggert.
477         (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
478         (_AC_SED_FRAG_NUM): Likewise.
479         (_AC_SUBST_CMDS): Renamed from...
480         (_AC_SED_CMDS): ...this.
481         (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
482         * tests/torture.at (Substitute a 2000-byte string): Also
483         substitute a line with 1000 words, and a variable with several
484         long lines.
485         (Substitute and define special characters): Test awk special
486         characters, and put substitution input strings `@foo@' in the
487         output, to test that no recursion happens; test several other
488         combinations from Paolo Bonzini.
490 2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
492         * lib/autotest/general.m4 (AT_INIT): Undo recent changes
493         that replaced echo with AS_ECHO where this wasn't necessary.
494         Problem reportd by Ralf Wildenhues.
495         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
496         where "/usr/bin/printf '%s\n' S" dumps core if S is long.
497         This is Sun bug 4206210.  Problem reportd by Ralf Wildenhues.
499 2006-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
501         * lib/freeze.mk (GREP): Removed, no need to initialize this.
503 2006-11-21  Paul Eggert  <eggert@cs.ucla.edu>
505         * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
506         that traditional Awk lacks 3-arg "split".  It has it.
507         Mention that FS must be a single character, and a few other
508         99-byte limits of traditional Awk.
509         Mention that if (i in a) doesn't work with traditional Awk.
511 2006-11-18  Paul Eggert  <eggert@cs.ucla.edu>
513         * tests/autotest.at (BSx641-newline in command):
514         (BS-BS-newline in command, BSx640-newline in command):
515         (Newline-CODE-BS-newline in command):
516         (Single-quote-BS-newline in command):
517         (Single-quote-newline-BS-newline in command):
518         Use printf '%s\n' instead of echo, for portability to hosts
519         where echo interprets backslashes.  This will break on hosts
520         that lack printf, but for now let's assume all such hosts
521         are dead (if not, we should get reports of test failures).
523 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
525         'echo' has some portability problems, when given a first argument
526         with a leading '-', or when given any argument containing '\'.
527         Avoid using 'echo' in these cases.
528         * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
529         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
530         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
531         * lib/autotest/general.m4 (AT_INIT): Likewise.
532         * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
533         argument might be unportable.
534         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
535         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
536         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
537         (_AC_FC_LIBRARY_LDFLAGS): Likewise.
538         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
539         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
540         (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
541         (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
542         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
543         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
544         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
545         (AC_PROG_MAKE_SET): Likewise.
546         * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
547         (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
548         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
549         (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
550         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
551         (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
552         (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
553         * bin/autoconf.as: Redo verbose flag implementation, as the old
554         scheme wouldn't work with AS_ECHO.
555         * lib/autotest/general.m4 (AT_INIT): Likewise.
556         * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
557         Don't use ECHO_T, since ECHO_N is now reliable.
558         * lib/autotest/general.m4 (AT_INIT): Likewise.
559         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
560         rather than using a here-document to put the script into a file.
561         (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
562         use AS_ECHO.
563         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
564         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
565         AS_ECHO_N rather than ECHO_N and ECHO_C.  This doesn't fix any
566         bug, but we might as well stop using ECHO_N and ECHO_C internally.
567         * lib/autotest/general.m4 (AT_SETUP): Likewise.
568         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
569         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
570         (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
571         operand, as AS_ECHO requires.  Avoid double file name expansion.
572         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
573         Don't set as_nl, since _AS_ECHO_PREPARE does that now.
574         (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
575         (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
576         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
577         Double-quote strings that would otherwise contain M4 comments.
578         * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
580         * configure.ac (AC_INIT): Bump to 2.61a.
581         * NEWS: Likewise.
583 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
585         Version 2.61.
587         * configure.ac (AC_INIT): Bump to 2.61.
588         * NEWS: Likewise.
590         * tests/autotest.at (Macro with backslash in a test title):
591         Comment out for now, as this tests neither fails nor passes
592         reliably.  Problem reported by Ralf Wildenhues.
594 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
596         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
597         in previous change, which caused test failures.
599 2006-11-16  Stepan Kasal  <kasal@ucw.cz>
601         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
602         code for --enable, --disable, --with, and --without to...
603         (_AC_INIT_PARSE_ENABLE): ... a new macro.
604         * doc/autoconf.texi (Package Options):
605         * NEWS: Document that AC_ARG_ENABLE allows dots, too.
607 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
609         Import these changes from config via gnulib:
611         2006-11-15  Ben Elliston  <bje@gnu.org>
613         From Josselin Mouette <joss@debian.org>:
614         * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
616         2006-11-08  Ben Elliston  <bje@gnu.org>
618         * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
620         2006-11-07  Steve Woodford  <scw@NetBSD.org>
621                     Ben Elliston  <bje@gnu.org>
623         * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
624         * build-aux/config.sub (sh5el): New basic_machine.
627         Import this change from coreutils:
629         2006-02-13  Jim Meyering  <jim@meyering.net>
631         * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
634         Import this change from gnustandards via gnulib:
636         2006-11-15  Karl Berry  <karl@gnu.org>
638         * standards.texi: core -> memory, throughout.
639         (CPU Portability): show correct example of calling write
640         on a char value; thanks to Paul Eggert for the code.
641         Both of these suggestions from Eugene Y. Vasserman.
644         Import these changes from texinfo via gnulib:
646         2006-11-08  Karl Berry  <karl@gnu.org>
648         * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
649           as well as pdf images, since they are supported in pdftex with
650           no further ado.
652         2006-11-05  Karl Berry  <karl@gnu.org>
654         * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
656 2006-11-13  Paul Eggert  <eggert@cs.ucla.edu>
658         * NEWS: Document the AC_ARG_WITH change.
660 2006-11-13  Bruno Haible  <bruno@clisp.org>
662         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
663         options, transliterate also dots to underscores.
664         (_AC_ENABLE_IF): Transliterate also dots to underscores.
665         * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
666         first argument may also contain dots.
668 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
670         * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
671         benefit of platforms like Solaris+GCC where it is common to have a
672         non-working g++ installation.
674 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
675         and Joel E. Denny  <jdenny@ces.clemson.edu>
676         and Paul Eggert  <eggert@cs.ucla.edu>
678         * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
679         and non-portable sed scripts, and use $CONFIG_SHELL when invoking
680         ./micro-suite.
682 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
684         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
685         ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
686         Imported from a similar patch to gnulib by Bruno Haible.
688 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
690         * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
691         * doc/autoconf.texi (C Compiler): Document them.
692         * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
693         New macros, taken from gnulib.
695 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
697         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
698         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
699         Matthew Woehlke.
701 2006-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
703         * tests/torture.at (Configuring subdirectories): Do not skip
704         Automake 1.10 nor future Automake 11.1 (sic).
706 2006-10-26  Joel E. Denny  <jdenny@ces.clemson.edu>
707         and Stepan Kasal  <kasal@ucw.cz>
709         Handle special characters in test case titles correctly.
710         * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
711         properly.
712         (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
713         * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
714         argument.  Extend to check titles printed by ./micro-suite and
715         ./micro-suite -l and the title in micro-suite.log.
716         (Backquote in a test title,
717         Single-quote in a test title,
718         Double-quote in a test title): Don't expect failure anymore.
719         (Backslash in a test title): Put a non-whitespace character after the
720         backslash so that Bourne shells might actually see it as an escape
721         sequence.
722         (Brackets in a test title,
723         Pound in a test title,
724         Comma in a test title,
725         Quoted Macro in a test title,
726         Macro in a test title,
727         Macro with single-quote in a test title): New tests.
728         (Macro with backquote in a test title,
729         Macro with double-quote in a test title,
730         Macro with backslash in a test title): New tests expected to fail.
731         * tests/torture.at (#define header templates): M4-quote this title in
732         AT_SETUP call so that no M4 code is commented inadvertently somewhere.
733         The visible effect was a stray [] in the testsuite output.
735 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
737         * doc/autoconf.texi (Limitations of Builtins): Do not invoke
738         `trap ... 0' inside a function, for AIX sh.
740 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
742         * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
743         since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
744         5363) simply issues a warning when dividing by zero at compile
745         time.  Problem reported by Elias Pipping.
747 2006-10-26  Eric Blake  <ebb9@byu.net>
749         * THANKS: Update.
750         * doc/autoconf.texi (Evaluation Macros): Improve the example to
751         show effect on macros that expand with commas.
752         Reported by Joel E. Denny.
754         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
755         Also work with M4 1.4.8.
757 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
759         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
760         Jim Meyering.
762 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
764         * tests/tools.at (autom4te --force): New test, verifies that
765         `--force' always rewrites the output file.
767 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
769         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
770         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
772 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
774         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
776 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
778         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
779         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
780         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
781         reported by Nelson H. F. Beebe for Coreutils 6.4.
783         * tests/tools.at (autoconf --trace: user macros): Remove test
784         for tracing multiline macros, since m4 1.4.7a uses a different
785         way to number lines.  Problem reported by Ralf Wildenhues.
787 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
789         * bin/autom4te.in (handle_m4): Do not redirect stdin to
790         /dev/null since the heuristics for interactive behaviour was
791         fixed in CVS m4.
793         * bin/autom4te.in: With --force, always refresh the output
794         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
796         * bin/autoconf.as: Fix the verbose message at the end.
798 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
800         * configure.ac (AC_INIT): Bump to 2.60c.
801         * NEWS: Likewise.
803 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
805         * NEWS: Version 2.60b.
807         Import this change from Texinfo:
808         2006-10-15  Karl Berry  <karl@gnu.org>
809         * build-aux/texinfo.tex: automake 1.10
811         * NEWS: Remove AC_CACHE_CHECK_INT.
812         * doc/autoconf.texi (Caching Results): Likewise.
813         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
814         AC_CACHE_CHECK_INT, since it's no longer public.
815         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
816         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
818 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
820         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
822 2006-10-19  Eric Blake  <ebb9@byu.net>
824         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
825         (m4_maketemp): Avoid warnings with M4 1.9a.
826         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
827         m4_mkstemp.
828         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
829         * NEWS: Likewise.
831 2006-10-16  Eric Blake  <ebb9@byu.net>
833         * doc/autoconf.texi (Setting Output Variables): Fix typo.
835         * bin/autoconf.as (version): Reword to match GNU Coding
836         Standards.
837         * bin/autoheader.in (version): Likewise.
838         * bin/autom4te.in (version): Likewise.
839         * bin/autoreconf.in (version): Likewise.
840         * bin/autoscan.in (version): Likewise.
841         * bin/autoupdate.in (version): Likewise.
842         * bin/ifnames.in (version): Likewise.
844 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
846         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
847         looking for special shell characters.
848         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
849         macro defined by AS_VAR_PUSHDEF before passing it as a
850         parameter.
851         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
852         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
853         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
854         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
855         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
856         Likewise.
857         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
858         AS_VAR_* properly.
859         * tests/m4sh.at (AS_LITERAL_IF): New test.
861 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
863         (Imported from Automake.)
864         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
865         which incorrectly sets the mode of an existing destination
866         directory.  In some cases the unpatched install-sh could do the
867         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
868         system.  We hope this is rare in practice, but it's clearly worth
869         fixing.  Problem reported by Alex Unleashed in
870         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
871         Also, don't bother to check for -m bugs unless we're using -m;
872         suggested by Stepan Kasal.
874 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
876         Import this change from Automake:
878         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
879         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
880         is enabled by default with gnu and gnits strictness.
881         Report from Bruno Haible.
883         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
884         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
885         gnu and gnits modes.
887         Import this change from Config:
889         2006-09-20  Ben Elliston  <bje@gnu.org>
890         * build-aux/config.sub (score, score-*): New.
892         Import this change from Gnulib:
894         2006-09-16  Karl Berry  <karl@gnu.org>
895         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
896         to avoid sectioning errors.
898         Import these changes from Texinfo:
900         2006-10-04  Karl Berry  <karl@gnu.org>
901         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
902         (\quoteexpand): rename to \rquoteexpand.
903         (\codequoteleft): new def, to look for @set codequotebacktick.
904         (\lquoteexpand, \quoteexpand): new defs.
905         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
906         (\code): must use new \...Char values, since now ` is active.
908         2006-08-26  Karl Berry  <karl@gnu.org>
909         * build-aux/texinfo.tex (\textdegree): New command.
911         2006-08-12  Karl Berry  <karl@gnu.org>
912         * build-aux/texinfo.tex (error \box0): smaller font.
914 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
916         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
918 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
920         * doc/autoconf.texi (Autoheader Macros): Warn that the text
921         added to the template can get mangled.
923 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
925         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
926         include the default headers, and redefine obstack_chunk_alloc
927         and obstack_chunk_free.  Fixes false failure with glibc.
929 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
931         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
932         for backward compatibility with Libtool 1.5.22.  Problem reported
933         by Ralf Wildenhues.
935 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
937         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
938         AC_PROG_CC.
939         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
941 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
943         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
944         the NonStop platform.
945         * doc/autoconf.texi (Posix Variants): Likewise.
946         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
948         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
949         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
950         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
951         Use a better substitute, by inspecting the output of "ls"
952         rather than just using ":".
953         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
954         rather than AS_EXECUTABLE_P, since we needn't worry about
955         non-regular files here.
957         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
958         due to configuration hassles with this.  See Tonya Underwood's report
959         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
960         * doc/autoconf.texi (Special Shell Variables): Likewise.
962 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
963             Stepan Kasal  <kasal@ucw.cz>
965         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
966         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
968 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
970         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
971           initialization which is not inherited through the environment
972         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
973         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
975 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
977         * doc/autoconf.texi (Limitations of Usual Tools): Describe
978         problems with mkdir -p -m.
980 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
982         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
983         comment about ac_cpp_err; it was incorrect, and anyway
984         ac_cpp_err is being removed below.
985         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
986         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
987         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
988         nobody uses it.
989         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
990         with werror_flag and conftest.err and so forth.  This is more
991         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
992         and anyway the user shouldn't normally want to see this gorp logged.
993         Problem reported by Ralf Wildenhues.
994         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
995         empty, not 'no', since the rest of the code uses 'test -z'.
997 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
999         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
1000         Use a single call to AC_DO_TOKENS rather than multiple, for
1001         efficiency.
1002         (_AC_LINK_IFELSE): Test that resulting file is executable.
1003         Problem reported by mwoehlke in
1004         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
1006         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
1007         than creating a file to use with test -x; this is much faster.
1009 2006-10-02  Bruno Haible  <bruno@clisp.org>
1011         * lib/autom4te.in (Automake-preselections): Add
1012         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
1014 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
1016         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
1017         standard error, `experr' should be used, not `expout'.
1019 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1021         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
1022         fseeko testing program twice; just use the earlier result.
1023         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
1024         Set cache var to 'unknown' (not 'no') if leaving the macro unset
1025         still doesn't let the program compile.
1026         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
1027         failed.
1029         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
1030         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
1031         include it, without including anything else.
1032         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
1033         expressions.
1034         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
1036 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1038         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
1039         `error.h', and include it, for a `error_at_line' prototype.
1040         Use a nonempty format string in the link test.
1041         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
1042         for a declaration of wait3.
1044 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1046         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
1047         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
1048         can apply to constants too, and that it checks for macro defns.
1049         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
1050         and simply cast the identifier to void.  This handles structure
1051         values.  Problem reported by Ralf Wildenhues.
1052         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
1054 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1056         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
1057         structure, and function symbols.
1059 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1061         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
1062         member.
1064 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1066         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
1067         * README: Likewise.
1068         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1070 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1071         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1073         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
1074         warnings (uninitialized value).
1075         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
1076         present.
1077         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
1078         parentheses.
1079         (AC_STRUCT_TM): Likewise, avoid unused variables.
1081 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1083         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
1084         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
1085         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
1086         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
1087         Report by Olly Betts.
1089 2006-09-19  Eric Blake  <ebb9@byu.net>
1091         * m4/m4.m4: Change copyright.
1092         * configure: Regenerate.
1093         * Makefile.in: Likewise.
1094         * bin/Makefile.in: Likewise.
1095         * doc/Makefile.in: Likewise.
1096         * lib/Makefile.in: Likewise.
1097         * lib/Autom4te/Makefile.in: Likewise.
1098         * lib/autoconf/Makefile.in: Likewise.
1099         * lib/autoscan/Makefile.in: Likewise.
1100         * lib/autotest/Makefile.in: Likewise.
1101         * lib/emacs/Makefile.in: Likewise.
1102         * lib/m4sugar/Makefile.in: Likewise.
1103         * man/Makefile.in: Likewise.
1104         * tests/Makefile.in: Likewise.
1106         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
1107         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
1108         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
1109         --error-output, to avoid warnings with M4 2.0.
1111 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
1113         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
1114           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
1115         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
1117 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
1119         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
1120         expansion of AC_CHECK_FUNCS.
1122 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
1124         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
1125         mistaken comment: the path has to be relative; do not use
1126         the path at runtime.
1128 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1130         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
1131         argument to `--prefix' for sub-configure scripts.
1132         Pass `--silent' to sub-configure scripts.
1133         * tests/torture.at (Configuring subdirectories): Add tests
1134         for both changes.
1135         * doc/autoconf.texi (Setting Output Variables): Fix example to
1136         not show `--silent' being passed to a `configure' re-run.
1138 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
1140         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
1141         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
1142         for the existence of the directory at configure-time.  That's
1143         too late, anyway.  Problem reported by Stefan Seefeld.
1145         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
1146         7.1.4 /usr/bin/posix/sh described by Tim Rice in
1147         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
1149 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
1151         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
1152         works with GNU M4 1.4.3 again; make the normalized form
1153         match the current m4 message; fix the description.
1154         * test/tools.at (autom4te cache): Adapt to the change.
1156 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1158         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
1159         to catch glibc bug 2821
1160         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1162         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
1163         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
1164         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
1165         assume C89.
1167 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
1169         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
1170         preselections ...
1171         (Autoconf): ... here.
1172         (Autoscan-preselections): Delete.
1174 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
1176         * lib/autom4te.in (Automake-preselections): Preselect
1177         AM_ENABLE_MULTILIB.
1179 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
1181         * doc/autoconf.texi (Preset Output Variables): srcdir and
1182         top_srcdir are not necessarily relative.  Problem reported
1183         by Dries Kimpe.
1185 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1187         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
1188         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
1189         accept files with extension `.f'.  For consistency, also prefer
1190         xlf over f77.
1191         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
1192         from last patch.
1194 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1196         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
1197         of ERLANG_LIB_VER_* variables.
1198         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
1199         variables.
1201 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
1202         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1204         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
1205         bugs of Bash 2.01 and 2.05a.
1206         (Fortran Compiler): Document that AC_PROG_CC should be called
1207         before AC_PROG_FC, due to a bug in Autoconf.
1209 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1211         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
1212         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
1213         except the first two arguments are reversed.
1214         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
1215         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
1216         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
1217         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
1218         equivalent to the old AC_COMPUTE_INT.
1219         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
1220         All uses changed to AC_CACHE_CHECK_INT.
1221         * tests/base.at (AC_CACHE_CHECK_INT): New test.
1222         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
1224 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1226         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
1227         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
1228         programs should use their Gnulib counterparts.
1229         * doc/autoconf.texi (Particular Functions): Likewise.
1230         (Macro Names, testsuite Invocation): Replace uses of these
1231         obsolete macros with uses of non-obsolete macros.
1233 2006-08-29  Eric Blake  <ebb9@byu.net>
1235         * configure.ac (AC_INIT): Bump to 2.60b.
1236         * NEWS: Update.
1238 2006-08-28  Eric Blake  <ebb9@byu.net>
1240         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
1241         mistakenly swapped on 2006-08-15.
1243 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1245         * NEWS: Version 2.60a.
1247 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
1249         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
1250         file created by the PGI compiler.
1252 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
1254         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
1255         simplify the code.
1257 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1259         Fix Lex library problem reported to us by Julio Garvia.
1260         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
1261         for the default, which the user can override.
1262         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
1263         deal with LEXLIB.
1264         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
1265         didn't work if some values were cached but not others.  Test for
1266         broken lex libraries like native ia64-hp-hpux11.22; see
1267         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
1268         work around the problem by preferring an empty LEXLIB to -lfl or
1269         -ll.  Let the user set LEXLIB='' to indicate no library needed.
1271         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
1272         * README: Likewise.
1273         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1275 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1277         Rework to use more-modern build style.
1278         Many files are renamed; all uses of their names were changed.
1279         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
1280         * .x-sc_useless_cpp_parens: New file.
1281         * build-aux/config.guess: Renamed from config/config.guess.  Update.
1282         * build-aux/config.sub: Renamed from config/config.sub.  Update.
1283         * build-aux/elisp-comp: Renamed from config/elisp-comp.
1284         * build-aux/install-sh: Renamed from config/install-sh.  Update.
1285         * build-aux/mdate-sh: Renamed from config/mdate-sh.
1286         * build-aux/missing: Renamed from config/missing.
1287         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
1288         * build-aux/vc-list-files: Renamed from config/vc-list-files.
1289         * config/Makefile.am: Removed.
1290         * config/mkinstalldirs: Removed.
1291         * config/move-if-change: Removed.
1292         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
1293         * Makefile.am (SUBDIRS): Remove config.
1294         (ACLOCAL_AMFLAGS): Include from m4, not config.
1295         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
1296         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
1297         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
1298         Fail if there's an error.
1299         * Makefile.cfg (move_if_change): Remove.
1300         (wget_files): Remove.
1301         (cvs_executable_files): New macro.
1302         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
1303         (executable-update): Use $(cvs_executable_files).
1304         (local-checks-to-skip): Remove.
1305         * Makefile.maint: Merge from coreutils, plus add our own changes
1306         (gzip_rsyncable): New macro.
1307         (GZIP_ENV): Use it.
1308         (CVS_LIST): Use build-aux/vc-list-files.
1309         (VERSION_REGEXP): New macro.
1310         (local-checks-available): Add patch-check, $(syntax-check-rules),
1311         check-AUTHORS.
1312         (syntax-check-rules): Compute dynamically.
1313         (sc_cast_of_x_alloc_return_value): Work even if no source files.
1314         (sc_cast_of_alloca_return_value): Likewise.
1315         (sc_prohibit_atoi_atof): Simplify regexp.
1316         (sc_no_if_have_config_h, sc_require_config_h):
1317         (sc_prohibit_assert_without_use,
1318         (sc_obsolete_symbols): Check for O_NDELAY.
1319         (sc_texi_notab): Remove.
1320         (sc-changelog): Don't make an exception for '----' lines.
1321         (.re-list): Remove, so we don't have a junk file behind.
1322         (sc_system_h_headers): Remove the need for .re-list.
1323         (sc_the_the):  New rule.
1324         (sc_tight_scope): Simplify.
1325         (sc_trailing_blank): Renamed from sc_trailing_space.
1326         (longopt_re): New macro.
1327         (sc_two_space_separator_in_usage): New rule.
1328         (sc_unmarked_diagnostics): Look at all files under CVS.
1329         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
1330         (news-date-check, changelog-check): Version is OK.
1331         (po-check): Look for lib files even if not in CVS.
1332         (copyright-check): Use $() not ``.
1333         (maintainer-distcheck): Do not depend on changelog-check.
1334         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
1335         Also check for -Wpointer-arith.
1336         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
1337         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
1338         Remove.
1339         (announcement): Add --gpg-key-id arg.
1340         (cvs-sv): Remove.
1341         (move_if_change): Just use mv.
1342         (local_updates: Remove wget-update, po-update.
1343         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
1344         (config.guess-url_prefix, config.sub-url_prefix): Remove.
1345         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
1346         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
1347         ($(get-targets)): Remove.
1348         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
1349         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
1350         (cvs-update): Get from gnulib.
1351         (emut_upload_commands): gnupload is in build-aux now.
1352         (alpha beta major): Add changelog-check.  Check version.
1353         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
1354         (AC_CONFIG_FILES): Remove.
1355         * bin/autoconf.as: Add spaces to avoid distcheck warning.
1356         * config/announce-gen: Sync from coreutils.
1357         * doc/make-stds.texi: Sync from gnulib.
1358         * doc/standards.texi: Likewise.
1359         * man/Makefile.am: Adjust for config -> build-aux renaming.
1360         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
1361         * tests/local.at: Adjust from config -> build-aux renaming.
1362         * tests/tools.at: Likewise.
1363         * tests/torture.at: Likewise.
1365         * NEWS: The C99 check now tests for vararg macros and 64-bit
1366         preprocessor ints.
1367         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
1368         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
1369         64-bit preprocessor ints.  Check for static initialization of
1370         long long.  Remove unnecessary casts.
1372 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1374         * doc/autoconf.texi (Particular Programs): Mention that
1375         @INSTALL@ and @MKDIR_P@ may vary for different output files.
1376         Reported by Alexandre Duret-Lutz.
1378 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1380         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
1381         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
1382         Bill Northcott in
1383         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
1385 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
1387         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
1388         pacify insanely picky compilers.  Problem reported by Eric Blake.
1390         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
1391         longer supported by Sun.
1393 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
1395         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
1396         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
1397         -Wundef -Werror".  Problem reported by David Fang in
1398         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
1399         * doc/autoconf.texi (Header Templates, Default Includes):
1400         (Particular Functions, Generic Functions, Header Portability):
1401         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
1402         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
1403         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
1404         Prefer #ifdef to #if.
1405         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
1406         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
1407         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1408         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
1409         Likewise.
1410         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
1411         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
1412         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
1413         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1414         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
1415         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
1416         this.
1418 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
1420         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
1421         problems with arg script text that doesn't end in newline, and
1422         with '-e a...'.  Problems reported by Ralf Wildenhues.
1424 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1426         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
1427         check for libXt by a check for libX11.
1429 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1431         * doc/autoconf.texi (config.status Invocation): Adjust according
1432         to last change.
1434 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1436         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
1437         --help' should mention that `--version' outputs configuration
1438         settings.  Report by Bruno Haible.
1440 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
1442         Fix test suite failures reported by Pierre in
1443         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
1444         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
1445         the compiler created a file "b.out" when it didn't create anything
1446         at all.
1447         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
1448         Discard stderr too, when invoking the test script.
1450 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1452         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
1453         in the restoring of the werror flag.
1455 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
1457         * doc/autoconf.texi (Volatile Objects): Be even a little
1458         less skeptical about "volatile", after discussion with
1459         Bruno Haible on bug-gnulib.
1460         (Limitations of Usual Tools): Warn about sed stripping
1461         leading white space from text.  From Bruno Haible.
1463 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
1465         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
1466         compiler complains about it, even if things works after the
1467         complaint.  Problem reported by Peter O'Gorman.
1469         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
1470         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
1471         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
1473 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
1475         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
1476         after -R regardless of host.  Patrick Welche reports that this
1477         fixes things on NetBSD 3.99.
1479         * NEWS: Recommend M4 1.4.5.
1480         * README: Likewise.
1481         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1482         * tests/tools.at (autom4te cache): Update wording of diagnostic
1483         to match M4 1.4.5.
1485 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1487         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
1488         under AC_C_VOLATILE.
1489         (Volatile Objects): Be a little less skeptical about what
1490         "volatile" means.  Derived from thoughts by Ben Pfaff in
1491         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
1493 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1495         * doc/autoconf.texi: Fix some typos.
1497 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1499         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1500         more globally, since the 2006-06-30 patch didn't suffice.  Problem
1501         reported by Keith Marshall.  Also, don't bother with builddir2,
1502         since it shouldn't be needed any more.
1504 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
1506         * doc/autoconf.texi (Generic compiler characteristics):
1507         Document AC_COMPUTE_INT.  Fix wrong statements on Default
1508         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
1510         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
1511         (_AC_COMPUTE_INT): Add obsoletion warnings.
1512         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
1513         AC_COMPUTE_INT.
1515         * NEWS: Document change.
1517 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
1519         * doc/autoconf.texi (Volatile Objects): New section.
1521         * NEWS: Document previous change.
1523 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1525         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
1526         Require that long long int be at least 64 bits wide.  C99 requires
1527         this and enough programs depend on it so we should check for it.
1528         Bruno Haible reports in
1529         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
1530         that long long int is 32 bits wide with some nonstandard compilers.
1531         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
1533 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
1535         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1536         to a nonexistent file, so that we don't have to worry about
1537         a local site configuration that doesn't use /usr/local.
1538         Problem reported by Keith Marshall in
1539         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
1541 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1543         * doc/autoconf.texi: Be more consistent about using @acronym with
1544         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
1545         quite right (it talked about "OSF/Tru64", even though the
1546         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
1547         and it even mentioned "OSF 4"!) and at this point there's little
1548         reason to talk about OSF any more, since it died in 1994.
1549         (Specific Compiler Characteristics): Simplify example of
1550         negative-size array.
1551         (File Descriptors): Reorder to make the text flow better.
1552         Remove joke about "appreciate the various levels"; I didn't get it.
1553         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
1554         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
1555         (File Descriptors, Limitations of Usual Tools):
1556         Tone down the advice against renaming or removing open files.
1557         (Limitations of Usual Tools): Add a new section, on 'rm'.
1559 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
1561         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
1562         -lXt in LIBS, idea from Karsten Hopp; this was due since
1563         this change:
1565         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1566         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
1567         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
1568         (which belong to Xt, not X itself).  See Debian bug 327655.
1570 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1572         * configure.ac (AC_INIT): Bump to 2.60a.
1573         * NEWS: Update.
1575 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1577         Version 2.60.
1579         * configure.ac, NEWS: Update.
1581 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1583         * config/texinfo.tex: Sync from upstream.
1585         * bin/autom4te.in (handle_traces): Transform the `@S|@'
1586         quadrigraph correctly in traces.
1588         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
1589         Fix typos.
1591         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
1592         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
1593         not defined.
1594         * doc/autoconf.texi (Changed Directory Variables): New node,
1595         to document the whole `datarootdir' business a bit better.
1596         * NEWS: Update.
1597         * tests/torture.at (datarootdir workaround): Extend test.
1598         Prompted by report by Alexandre Julliard.
1600 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1602         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
1603         when using default mode of IBM C 6 for AIX.  Problem and two-line
1604         fix reported by Larry Jones.
1606 2006-06-22  Alexandre Julliard <julliard@winehq.org>
1608         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
1609         about literal '${datarootdir}' if a definition is found in the
1610         output file.
1612 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1614         * NEWS: Use "M4" rather than "m4" when appropriate.
1615         Problem reported by Eric Blake.
1616         * doc/autoconf.texi: Likewise.
1617         Use @acronym around BSD, GCC, and GNU when appropriate.
1618         (Why GNU M4): Renamed from "Why GNU m4".
1619         (Redefined M4 Macros): Mention that Posix
1620         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
1621         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
1622         to int.
1624 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1626         * bin/autom4te.in (handle_output): Do not forbid the empty
1627         pattern.
1628         * tests/tools.at (autoconf: the empty token): New test.
1630 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
1632         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
1633         calls, so that we do not care whether they are LIFO or FIFO;
1634         in the m4_wrap, do not check which diversion is the topmost
1635         one, just check that the stack is balanced at the end.
1636         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
1637         base diversion forever--pop the previous diversion before
1638         opening the new one; consequently, remove the m4_wrap call.
1639         * lib/autotest/general.m4 (AT_INIT): Likewise.
1640         * tests/m4sugar.at: Do not use
1641         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
1643 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
1644         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1646         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
1647         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
1648         Rework example of m4wrap token-pasting trouble so that it doesn't
1649         care whether it's LIFO or FIFO.
1650         Fix some "contrary to"s that are awkward in English.
1652 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1654         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
1655         to `yes' instead of `int$1_t' if the type is found, for more
1656         consistent configure output (where $1 is the number of bits).
1657         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
1658         Suggested by Bruno Haible.
1660         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
1661         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
1662         with system headers.  Report by Bruno Haible.
1664 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1666         * config/config.guess, config/config.sub: Sync from upstream.
1668         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
1669         in order to avoid picking up an older installed frozen m4sh.m4f.
1670         Besides an outdated shell startup, this could have been created
1671         by an earlier M4 version with incompatible frozen file format.
1673 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
1675         * README: Recommend m4 1.4.4 instead of 1.4.3..
1676         * doc/autoconf.texi: Likewise.
1677         (Special Chars in Names): Say that $(.FOO) is portable, as
1678         suggested by Stepan Kasal.
1679         (Installation Directory Variables, Build Directories):
1680         (Automatic Remaking, Subdirectories, Fortran Compiler):
1681         (Making testsuite Scripts, Defining Directories):
1682         Quote variable usages better.
1683         (Making testsuite Scripts): Add clean-local rule to makefile
1684         snippet, by Eric Blake.
1685         (Installation Directory Variables): Fix table item font.
1686         Reword slightly to clarify.  Generalize advice about
1687         not using special characters to include all file-related
1688         vars, not just VPATH.
1689         (Special Chars in Variables): Warn about special characters in
1690         $(srcdir) too.
1691         (Assignments): Clarify default-value example as suggested by
1692         Ralf Wildenhues in
1693         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
1694         (Special Shell Variables): Note leading ./ or ../, as suggested
1695         by Eric Blake.
1696         (Limitations of Builtins): Under cd, warn about CDPATH.
1697         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
1698         Ralf Wildenhues.
1700 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1702         * doc/autoconf.texi (Configuration Actions): Remove duplicate
1703         `@var', for texi2html.
1704         (Systemology): Some more word wrapping, for DVI output.
1705         (autom4te Invocation): The short option for `--melt' is `-M',
1706         not `-m'.
1708 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1710         * doc/autoconf.texi: More formatting and English tweaks,
1711         many suggested by Ralf Wildenhues.
1712         Reword to avoid "@code{...}'s" and the like, since it's ugly
1713         with Emacs info mode.  discontents -> woes.
1714         Put a few "will"s back.  time stamp -> timestamp.
1715         side-effect -> side effect.
1717 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
1719         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
1720         Warn about $@ not persisting.  Problem reported by Julien Danjou in
1721         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
1722         (Special Chars in Names): Renamed from Leading _ in Macro Names.
1723         Mention other special chars, too.
1725 2006-06-14  Eric Blake  <ebb9@byu.net>
1727         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
1729 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
1731         * doc/autoconf.texi: Some systematic minor improvements, as
1732         follows.  Use "makefile" when talking about makefiles
1733         generally (which might be named "makefile" or "Makefile" or even
1734         "foo.mk"), "Makefile" when talking about a specific makefile
1735         called "Makefile".  This unclutters the text from weird quotes
1736         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
1737         values" rather than "@var{foo}s" and similar constructs containing
1738         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
1739         English-language improvements.  Change the prefix "sub-" to "sub"
1740         and "re-" to "re".
1741         Put blank lines around examples more consistently.
1742         Avoid "rather" and "very" as intensifiers.
1743         Avoid "will" as an auxiliary.
1744         (Limitations of Make): Split this node into....
1745         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
1746         (Leading _ in Macro Names, Backslash-Newline-Newline):
1747         (Backslash-Newline Comments, Long Lines in Makefiles):
1748         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
1749         (obj/ and Make, make -k Status, VPATH and Make):
1750         (VPATH and Double-colon, $< in Explicit Rules):
1751         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
1752         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
1753         New nodes, resulting from splitup of Limitations of Make.
1754         All cross-references changed.  Raise the top node from
1755         a section to a chapter, and all subnodes accordingly.
1756         Redo the introductory wording to match the new organization.
1757         (Installation Directory Variables): Use an example that is
1758         closer to what Autoconf actually does.  Mention that VPATH's
1759         value should not contain metacharacters or white space.
1760         (Fortran Compiler): Fix a VPATH bug in an example.
1761         (Leading _ in Macro Names): Mention that this problem is no longer
1762         of practical concern.
1763         (VPATH and Make): Reword the advice to make it clearer
1764         that Autoconf and Automake support VPATH in non-GNU make, but
1765         many packages have bugs in this area.
1766         ($< in Explicit Rules): Refer to Build Directories rather
1767         than using a (non-VPATH-safe) example.
1768         (Automatic Rule Rewriting): Mention the sort of disaster that
1769         can ensue with Solaris-style rule rewriting with VPATH.
1771 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1773         * doc/install.texi (Compilers and Options): Weaken the
1774         suggestion to use GNU make for VPATH builds.
1776         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
1777         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
1779         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
1780         in regular expression.
1782 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1784         * doc/autoconf.texi (Installation Directory Variables):
1785         Drop extra @samp from `@table @samp' item.
1786         (Limitations of Usual Tools): Comment fix.
1787         Do not nest @samp just to point to other table items.
1788         (Writing testsuite.at) <AT_CHECK>: The second argument to
1789         `@dvar' is already @samp'ed.
1790         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
1791         do not use @var in the second argument.
1793 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
1795         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
1796         $as_shell.exe too.  Problem reported by Andreas Buening in
1797         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
1799 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1801         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
1802         `unused variable' compiler warning, for `-Wall -Werror'.
1803         Reported by Jaap Haitsma in
1804         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
1806 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1808         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
1809         case the compiler dumps core.  Problem reported for
1810         OpenServer 5.0.7 by Tim Rice in
1811         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
1812         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
1813         Likewise.
1815 2006-06-06  Tim Rice <tim@multitalents.net>.
1817         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
1818         "ERROR" only shows up in "make check" output if there is an
1819         error.
1821 2006-06-06  Eric Blake  <ebb9@byu.net>
1823         * tests/tools.at (automatically allowed tokens): Fix typo.
1825 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1827         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
1829         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
1830         typically overflows on x86 CPUs, even though the C standard
1831         requires otherwise.
1833 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1835         * configure.ac (AC_INIT): Bump to 2.59e.
1836         * NEWS: Update.
1838 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1840         Version 2.59d.
1842         * config/texinfo.tex: Sync from upstream.
1844         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
1845         seen, invoke libtoolize with `--ltdl' argument.
1846         * lib/autom4te.in (Autoreconf-preselections): Adjust.
1847         * NEWS: Update.
1848         Suggested by Eric Blake.
1850 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1852         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
1853         reported by Ralf Wildenhues.
1854         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
1856 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1858         * THANKS: Update.
1860 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1862         * doc/autoconf.texi: Modernize some of the references to Solaris.
1864 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
1866         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
1867         message issued by AC_REQUIRE.
1868         * tests/m4sugar.at: Check m4_require's error message.
1869         * tests/base.at: Check AC_REQUIRE's error message.
1870         * tests/local.at (AT_CHECK_M4): New macro, almost identical
1871         to...
1872         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
1873         AT_CHECK_M4.
1874         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
1875         `expout' as the last parameter.
1876         * tests/tools.at: Adapt to the above change.
1878 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
1880         * doc/autoconf.texi (Limitations of Usual Tools): Correct
1881         information about race-free implementations of mkdir.
1883 2006-06-04  Eric Blake  <ebb9@byu.net>
1885         * bin/autoreconf.in (help): Document M4 environment variable.
1886         * bin/autoconf.as (Usage): Likewise.
1887         * bin/autom4te.in (help): Likewise.
1888         * doc/autoconf.texi (autom4te Invocation): Likewise.
1890 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
1892         * NEWS: GNU make now recommended for VPATH builds.
1893         Mention that some macros are now documented to be obsolescent.
1894         * doc/autoconf.texi:
1895         Prefer "current" to "modern" to describe
1896         currently-used (albeit perhaps old-fashioned) hosts.
1897         Mention which ancient features no longer need to be worried about.
1898         setgid -> set-group-ID
1899         setuid -> set-user-ID (these are the Posix terms)
1900         Fix some misuses of "only".
1901         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
1902         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
1903         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
1904         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
1905         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
1906         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
1907         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
1908         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
1909         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
1910         Mention that these macros are obsolescent.
1911         (Installation Directory Variables): shall -> should
1912         (File Descriptors): Mention that 0, 1, 2 might get reopened.
1913         Mention that it's now safe to use 3 and 4.
1914         (Limitations of Usual Tools): cp -r is now specified by Posix.
1915         Omit longwinded and obsolescent discussion of cp -f.
1916         Modernize discussion of expr, ls.
1917         (Limitations of Make): Modernize discussion of VPATH builds.
1918         Mention $? as a workaround in some cases.
1919         * doc/install.texi (Basic Installation):
1920         Mention "./configure; make; make install" first.  Be more
1921         specific about why this file is generic.  Remove unnecessary
1922         parens.  Remove misleading "only".  Remove obsolete advice
1923         about csh.  Don't say "configure" takes awhile; say it
1924         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
1925         and CC=c99 rather than CC=c89, as these are blessed by current
1926         Posix.  Recommend GNU make if doing a VPATH build.
1928 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
1930         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
1931         examples involving shell prompts.
1933 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
1934         and Paul Eggert  <eggert@cs.ucla.edu>
1936         * doc/autoconf.texi (Here-Documents): Add details about the
1937         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
1938         use "here-documents" instead of "here documents".
1940 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1942         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
1944 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
1946         * doc/autoconf.texi (File System Conventions): Warn about ":"
1947         anywhere in directory names.
1949 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
1951         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
1952         about quoting the case statement, just in case.
1953         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
1954         was fixed in ksh93g; reported by Ralf Wildenhues.
1956 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
1958         * doc/autoconf.texi (System Services): Do not document
1959         overriding EXEEXT via ac_cv_exeext=ext.
1960         (Particular Programs) <AC_PROG_MKDIR_P>:
1961         Document that ${MKDIR_P} understands --.
1962         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
1963         comment.
1965 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1967         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
1968         argument with leading hyphen.  Problem reported by Paul Eggert.
1970 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
1972         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
1973         about quoting ac_try: quote all of it, if any of it seems suspicious.
1974         This means we don't have to worry about ${ or sed any more.
1975         Also, double-quote the case statement, to work around misuses via
1976         underquoting as reported by Ralf Wildenhues in
1977         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
1978         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
1979         undocumented and dangerous macro.
1980         Problem reported by Ralf Wildenhues in
1981         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
1983 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1985         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
1986         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
1987         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
1989 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
1991         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
1992         since evidently some packages rely on the old, broken behavior.
1993         Problem reported by Ralf Wildenhues in
1994         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
1995         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
1996         pre-2006-05-26 definitions, but leave in the comments that
1997         these macros are dangerous and should not be used.
1998         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
1999         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
2000         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
2001         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
2002         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
2004 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
2006         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
2007         the use of 'tr', since this is our only use of 'tr'.
2009 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2010         and Paul Eggert  <eggert@cs.ucla.edu>
2012         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
2013         Don't assume 'grep' works on long lines, since AIX grep doesn't.
2015 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2017         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
2018         the output file in the `${datarootdir}' test.
2020 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
2021         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2023         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
2024         mention of `datarootdir' in the input file(s), but literal
2025         `${datarootdir}' in the output file, and we haven't warned yet,
2026         then warn as well: the user may have (erroneously) used
2027         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
2028         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
2029         * tests/torture.at (datarootdir workaround): Extend this test.
2030         * NEWS: Update.
2032 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2033         and Paul Eggert  <eggert@cs.ucla.edu>
2035         * doc/autoconf.texi (autoheader Invocation): The first argument to
2036         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
2037         alternatives and clear up the language a bit.
2039 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
2041         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
2042         ac_config_guess, ac_config_sub, ac_configure.
2043         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
2044         Fix typo that prevented an unnecessary space from being removed.
2045         Problems reported by Ralf Wildenhues in:
2046         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
2048 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
2050         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
2051         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
2052         Don't use the term "thread-safe" to talk about mkdir race
2053         conditions, since the problem is more a process than a thread
2054         issue.  Problem reported by Stepan Kasal in:
2055         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
2056         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
2057         the test for 'install' more closely.  Look at MKDIR_P first.
2058         Look in the PATH, and at /opt/sfw/bin.
2059         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
2060         Don't bother to try mkdir -p, since we already check mkdir --version;
2061         just look at the version number.  (There's no easy way to check
2062         for race-free implementations.)
2063         * tests/tools.at (autoconf: subdirectories): Adjust to above
2064         changes, since MKDIR_P now might end in "/mkdir -p".
2066         * doc/autoconf.texi (autoheader Invocation): Mention that the
2067         first arg of AC_DEFINE_UNQUOTED must be a literal.
2068         Problem reported by Ben Pfaff in
2069         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
2071         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
2072         * doc/autoconf.texi (Special Chars in Variables): New section.
2073         (Preset Output Variables): Warn about special chars in CPPFLAGS.
2074         (Installation Directory Variables): Quote $(datadir) better.
2075         (Limitations of Builtins): Describe some of eval's trickiness.
2077         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
2078         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
2079         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
2080         in front of every arg, not just trailing args.  Quote apostrophes.
2081         (_AC_EVAL_ECHO): New macro.
2082         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
2083         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
2084         removed.
2085         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
2086         exposed by quoting of eval argument.  Put the command on line line
2087         so it logs better.
2088         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
2089         (_AC_PATH_X, AC_PATH_X): Quote more safely.
2090         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
2091         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
2092         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
2093         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
2094         Use eval more safely.
2095         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
2096         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
2097         to be replaced.
2098         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
2099         lines, exposed by quoting of eval argument.
2101 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
2102         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2104         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
2105         initialization of `ac_cv_exeext', do not override it if it was
2106         already set, unless it was set to `no', for compatibility with
2107         Autoconf-2.13, and comment this.
2108         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
2109         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
2110         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
2111         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
2112         Document that this test may be overridden by setting
2113         `ac_cv_exeext'.
2115 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2117         Revert these two patches:
2119         2006-04-06  Eric Blake  <ebb9@byu.net>
2120         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
2121         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
2122         2006-04-01.
2124         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2125         Clean up _AC_COMPILER_EXEEXT* macros.
2126         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
2127           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
2128           ac_file to the name of the default output file and call
2129           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
2130           initial `rm' of the candidate files...
2131         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
2132           the same list in subsequent `rm' calls, and for the temporary
2133           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
2134           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
2135         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
2136         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
2137           no longer needed) by libtool.  Make it a cache check.
2138         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
2139           copied here by mistake.
2140         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
2141           _AC_COMPILER_EXEEXT.
2142         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
2143           _AC_COMPILER_OBJEXT directly.
2144         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2146 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2148         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
2149         Fix description of how the buggy `sed' works.
2151 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
2153         Sync from Automake:
2155         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
2156         ENOLCK.  Only mention `make -j' when applicable.  Only raise
2157         fatal errors when `make -j' is involved.  Improve error message.
2159 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2161         * doc/autoconf.texi (Here-Documents): We now know more about
2162         the variable expansion in here documents bug.
2163         Thanks to Tim Rice and Stepan Kasal.
2165         * doc/autoconf.texi (Making testsuite Scripts): Add an example
2166         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
2168 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2170         * tests/autotest.at (Multiline command from M4 expansion):
2171         No failure to be expected if the shell quotes newlines in
2172         commands in the `set -x' output.  Report by Tim Rice.
2173         * THANKS: Update.
2175 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2177         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
2178         expansion in the here-documents used by config.status, as that
2179         runs afoul of the Korn shell version M-12/28/93d bug described in
2180         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
2181         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
2182         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
2184 2006-05-23  Jim Meyering  <jim@meyering.net>
2186         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
2187         Fix typo introduced with 2006-04-02 change.  It reversed the sense
2188         of the test.
2190 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2192         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
2193         ac_dB slightly, to save bytes in the script.
2194         Max out at 50 lines, rather than 96; this is more likely
2195         (though not guaranteed) to avoid obscure 'sed' failures.
2197 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2199         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
2200         `tr -d -' as bad option argument.  Work around this by deleting
2201         an unrelated character.
2202         Report by Tim Rice <tim@multitalents.net>.
2204 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
2205             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2206             Stepan Kasal  <kasal@ucw.cz>
2208         * doc/autoconf.texi (Particular Programs): Do not promise that
2209         we always prefer the GNU version of the program, and that we
2210         search according to PATH; both rules can have exceptions.
2211         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
2212         AC_PROG_SED.  Move descriptions of limitations
2213         to the Limitations of Usual Tools section.
2214         (Limitations of Usual Tools) <sed>: Mention script length
2215         limitations with Solaris /usr/ucb/sed.
2216         <grep>: Fix wording for empty alternative.  Mention that -c and
2217         -l should not be combined, and that -E and -F should not be
2218         combined.
2220 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2221         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2223         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
2224         limits in Solaris 8 /usr/ucb/sed by testing a long script.
2226 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2228         * doc/autoconf.texi (Defining Symbols): Literal parameter of
2229         AC_DEFINE is now passed to m4_pattern_allow.
2230         * NEWS: Mention that; likewise for AC_SUBST.
2231         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
2232         the parameter to m4_pattern_allow.
2233         * tests/tools.at: Add a check for that.
2235 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2237         * lib/autoconf/status.m4: Fix typos.
2239 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2241         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
2242         only the files that this macro generates.
2244 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2246         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
2247         the HP-UX sed limitation of 99 commands, labels do not count.
2248         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
2249         in the comment.
2250         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
2252 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2254         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
2255         Import the following fix from coreutils:
2257         2006-01-13  Jim Meyering  <jim@meyering.net>
2259         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
2260         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
2261         not double-quote uses of that variable, to accommodate the rare
2262         case in which getmntent is available in none of the libraries
2263         checked.  This happens at least on FreeBSD 5.0.
2265 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
2267         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
2268         ac_config_guess, ac_config_sub, and ac_configure, since evidently
2269         some other programs unwisely rely on these undocumented vars.
2270         But put in warning comments about them.
2271         Problem reported by Ralf Wildenhues in
2272         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
2273         * NEWS: Document that these variables are intended to go away.
2275 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2277         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
2278         and set the language to C++ (analogous to the equivalent Fortran
2279         tests).
2281         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
2282         * doc/autoconf.texi (C++ Compiler): Document it.
2283         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
2284         * NEWS: Update.
2286 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
2288         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
2289         that caused config.status to generate 100-command sed scripts; the
2290         portable limit is 99.
2292 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2294         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
2295         variable `ac_d' instead of `d' to avoid infringing namespace.
2296         Report by Ralf Menzel.
2298 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
2300         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
2301         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
2302         * tests/tools.at (autoconf: subdirectories): New test, taken from
2303         the corresponding problem report by Ralf Wildenhues in:
2304         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
2306         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
2307         Quote some uses of shell variables if they might suffer unexpected
2308         globbing.  This doesn't fix all instances of quoting problems that
2309         I found, just the easy ones that look safe.
2310         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
2311         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
2312         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
2313         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
2314         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
2315         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
2316         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
2317         Likewise.
2318         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
2319         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
2321 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2323         * bin/autoreconf.in ($help): Reword according to the manual.
2324         Suggested by Olly Betts.
2326 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
2327         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2329         * bin/autoreconf.in: Pass the directory argument to
2330         `require_configure_ac'.  Fix comment.
2331         * tests/torture.at (Configuring subdirectories): Expose this.
2332         Reported by Olly Betts.
2334 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2336         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
2337         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
2338         Automake as follows:
2340         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
2341         `$configure_in' instead of `configure.in', to preserve
2342         directory component.
2344 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2346         * config/config.guess, config/config.sub, config/texinfo.tex,
2347         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
2349 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
2351         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
2352         test for C99 conformance; (bool) 0.5 is an integer constant
2353         expression, but (bool) -0.5 is not.  Problem reported by Fedor
2354         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
2356 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2358         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
2359         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
2360         Warn about obsolete install-sh files.  Remove stray sentence
2361         fragment and fix cross reference.
2362         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
2363         install -d; this undoes the 2006-05-10 change.
2364         (MKDIR_P): Mark with AN_MAKEVAR.
2365         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
2366         that we don't require $INSTALL to be thread-safe.  Move comments
2367         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
2368         of AC_PROG_INSTALL.  Output a message saying that we're checking
2369         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
2370         MKDIR_P instead of AC_SUBST.
2371         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
2372         Special magic for MKDIR_P, too.
2373         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
2374         a dnl.
2375         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
2377 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
2379         Sync from Automake, as follows:
2381         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2382         * config/install-sh: Initialize IFS, so field splitting isn't
2383         turned off later.
2384         * config/mkinstalldirs: Likewise.
2385         * config/missing: Remove superfluous quotes.  Replace all uses of
2386         `[' by `test', for consistency, and for..
2387         * config/missing (sed_minuso, sed_output): New variables.
2388         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
2389         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
2390         Fixes `missing' to detect `--output' for help2man.  Fixes
2391         PR automake/483.  Report by Dennis J. Linse.
2392         (autom4te): Document in `missing --help'.
2394 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2396         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
2397         * config/install-sh: Don't use 'path' to talk about file names,
2398         as per GNU coding standards.  Close a race condition reported by Ralf
2399         Wildenhues and Stepan Kasal.  There is still a race condition
2400         on hosts that predate Posix 1003.1-1992, but we can't help this.
2401         Don't mishandle weird characters like space on pre-Posix hosts.
2402         Invoke mkdir at most once per dir arg on pre-Posix hosts.
2403         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
2404         AC_PROG_MKDIR_P from AS_MKDIR_P.
2405         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
2406         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
2407         earlier editions are not (including Automake 1.8.3).
2408         Do not suggest mkinstalldirs for thread-safety.
2409         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
2410         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
2411         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
2412         presence of special characters and race conditions.
2413         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
2414         in Autoconf's name space.
2416 2006-05-10  Bruno Haible  <bruno@clisp.org>
2417         and Paul Eggert  <eggert@cs.ucla.edu>
2419         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
2420         from Automake with minor changes.
2421         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
2423 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2425         * config/install-sh: Update to Automake CVS version, as follows:
2426         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2427         * lib/install-sh: Simplify the expr implementation of dirname.
2428         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
2429         * lib/install-sh: Handle --, and diagnose unknown options.
2431 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2433         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
2434         `./autom4te' to create `./testsuite', since the `all' target
2435         will ensure its presence, but `installcheck' should not create
2436         the uninstalled wrappers.
2438         * tests/torture.at (Unusual Automake input files): Skip if we
2439         detect automake < 1.8.
2441 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2443         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
2444         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
2445         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
2446         * NEWS: Update.
2448 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2450         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
2451         munge (multiple) white space and other oddities.
2452         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
2453         single quotes in variable assignment.
2454         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
2455         and similar failures by adding multiple spaces, tabs, and other
2456         special characters.
2457         Report and different test suggested by Francesco Romani
2458         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
2460         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
2461         single quotes, we only need to search for single quotes; this
2462         both simplifies the search pattern, and makes us less
2463         susceptible to `echo' variations for arguments not containing
2464         single quotes.
2465         (_AC_ARG_VAR_VALIDATE): Likewise.
2467 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2469         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
2470         `$*' and IFS concatenation issue with traditional shells and
2471         bash-2.04.  Report by Seanster@Seanster.com.
2473 2006-05-03  Bruno Haible  <bruno@clisp.org>
2475         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
2476         precisely which Mac OS X versions have the od problem.
2478 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2480         * doc/autoconf.texi: Use @option systematically.
2482 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2483         and Bruno Haible  <bruno@clisp.org>
2485         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
2486         about 'od'.
2487         (Integer Overflow): Mention the special case of integer division
2488         overflow.
2490 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2492         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
2493         traditional shells like the Solaris one that do not use the
2494         first IFS character for assembling `$*'.
2495         Prompted by a related report from autoconf_bug@nro.ca.
2497 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
2498         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2500         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
2501         Mention more problems with the -e option.
2503 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2505         * NEWS: Typo.
2506         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
2508         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
2509         in URLs to improve DVI formatted output (requires texinfo 4.6).
2510         (System Services, Systemology, Shellology): Likewise.
2511         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
2512         output.
2514         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
2515         continuous text.
2516         (Runtime): Fix macro argument names to match description:
2517         `action-if-found' -> `action-if-true' and similarly.
2518         (Obsolete Macros): Likewise.
2519         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
2520         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
2521         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
2523 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2525         * doc/autoconf.texi (Limitations of Make): Clean up markup.
2527         * ChangeLog: Typo.
2528         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
2529         DVI output.
2531 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2533         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
2534         /bin/sh set unsorted output.
2535         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
2536         * tests/local.at: Likewise.
2538 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
2540         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
2541         (Integer Overflow, Null Pointers, Buffer Overruns):
2542         (Floating Point Portability, Exiting Portably): New sections.
2543         (Writing Test Programs): Fix some langauge.  Recommend exiting
2544         with status 1, not merely nonzero.  Clarify exit declaration.
2545         (Run Time): Move C exit status stuff to new Exiting Portably section.
2546         (Systemology): Mention Posix and levenez.  Update v7 reference.
2547         (Portable Shell): Mention the Posix shell.
2549 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2551         * bin/autoconf.as (me): Replace by as_me.
2553 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
2555         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
2556         since as_me isn't set yet.
2558 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2560         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
2561         a few minor bugs in this area.
2563         * doc/autoconf.texi (Programming in M4sh): Comment out the
2564         documentation of AS_BASENAME, for now.
2565         (Shell Substitutions): Do not use AS_DIRNAME in an example.
2566         (Limitations of Builtins) <basename>: Do not refer to
2567         AS_BASENAME.
2568         * bin/autoconf.as (me): Don't use AS_BASENAME.
2569         (dir): Remove the unused variable.
2570         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
2571         AS_DETECT_REQUIRED.  All uses changed.
2572         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
2573         All uses changed.
2574         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
2575         (AS_BASENAME): Use "basename --" to protect against leading "-".
2576         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
2577         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
2578         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
2579         (_AS_DIRNAME_PREPARE): Likewise.
2580         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
2581         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
2582         (AS_DIRNAME): Use "dirname --".
2584 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2586         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
2587         of "run time" and "run-time" changed to "runtime", for consistency.
2588         * lib/autoconf/fortran.m4: Likewise (in comment).
2589         * lib/autoconf/functions.m4: Likewise.
2590         * lib/autoconf/general.m4: Likewise.
2591         * lib/autoconf/headers.m4: Likewise.
2593         * doc/autoconf.texi (Run Time): Document the exit status situation
2594         with more accuracy and detail.
2596 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2598         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
2599         Archive is not officially `GNU' any more.  Update URL.
2600         (Defining Directories): Likewise
2601         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
2603 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2605         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
2606         newline from the `trap' code to finish `config.log'; the NetBSD
2607         /bin/sh resets the exit status after an empty command, as
2608         documented in doc/autoconf.texi.
2609         Reported by Dalibor Topic <robilad@kaffe.org>.
2611 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
2613         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
2614         Suggested by Bruno Haible.
2616 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
2618         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
2619         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
2620         Instead, just list the shells that we know work.
2621         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
2622         changed.  Be more cautious about the _cv_ variable.
2623         * tests/tools.at (Syntax of the shell scripts): Check the
2624         _cv_ variable once, at first, to avoid an internal autoconf error
2625         when sh -n does not work.
2627 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2629         * lib/Autom4te/FileUtils.pm: Sync from Automake.
2631 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
2633         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
2634         use ">&-" since we're only 99.999% sure that this is portable,
2635         and since the MinGW bug is fixed in a different way.
2636         * lib/autotest/general.m4 (AT_INIT): Likewise.
2638 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
2640         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
2641         before opening config.log, to avoid hitting a bug on MinGW.
2643 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
2645         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
2646         AS_MESSAGE_LOG_FD before reopening it onto the log file.
2647         This works around a MinGW bug reported by Eric Paire.
2648         Make sure that all writes to the log file append to it,
2649         rather than possibly losing data.
2650         * lib/autotest/general.m4 (AT_INIT): Likewise.
2652 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
2654         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
2655         description.
2657 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2659         * NEWS: Update.
2661         * configure.ac (AC_INIT): Bump to 2.59d.
2663 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2665         Version 2.59c.
2667         * Makefile.maint (news-date-check): Do not require a leading `*'
2668         before the release date in NEWS.
2670 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
2671         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2673         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
2674         the instantiated file do not contain the string 'datarootdir'
2675         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
2676         @mandir@, replace the reference '${datarootdir}' by the value.
2677         * tests/torture.at (datarootdir workaround): New test.
2678         * NEWS: Advertise this temporary fixup.
2679         Based on a patch by Bruno Haible, reported and analyzed by
2680         Paul Eggert and Noah Misch.
2682 2006-04-12  Eric Blake  <ebb9@byu.net>
2684         * tests/autotest.at (Debugging a failed test): Fix comment.
2686 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
2688         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
2689         all the changes since 2006-04-07.
2691 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2693         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
2694         succeeded, but `ln -s file dir' failed, take care to remove the
2695         leftover target before the next test, to prevent its spurious
2696         failure; also make sure `ln file dir' works before selecting it.
2697         Thanks to Keith Marshall for pointing this out.
2698         * THANKS: Update.
2700         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
2701         assignments in `at_debug_args', so that we put them correctly
2702         in the `run' script.
2703         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
2704         Reported by Eric Blake.
2706 2006-04-11  Eric Blake  <ebb9@byu.net>
2708         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
2709         top-level tests after micro-suite has been run.   Used in...
2710         (Debugging a successful test, Debugging script and environment),
2711         (Debugging a failed test): ...these new tests.  The first of these
2712         is fixed by...
2713         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
2714         macro, split out from...
2715         (AT_INIT): ...here, so that using -d also generates a run script.
2716         Document that -d inhibits top-level logging.
2717         * doc/autoconf.texi (testsuite Invocation): Document that -d only
2718         inhibits top-level logging; debug scripts are created.
2720         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
2721         check.
2722         * tests/autotest.at (Empty test, Empty check): New test to check it.
2724         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
2725         from gcc.
2727 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
2729         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
2730         the files if a problem appears.  Make the empty *.at files
2731         read-only, too.  Proposed by Ralf Wildenhues.
2733 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2735         * config/Makefile.am: Add comment to force updated Makefile.in.
2737         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
2738         space only patch to this file, this patch causes the Makefile.in
2739         files that include freeze.mk to be updated, and thus have a
2740         newer time stamp again, which in turn makes a pristine CVS
2741         checkout have correct time stamps.
2743         * Makefile.maint (cvs-sv): New macro, to be used..
2744         (config.guess-url_prefix, config.sub-url_prefix)
2745         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
2746         point to CVS text checkout of Gnulib files.
2747         (copyright-check): Bump current year.
2748         (announcement): Do not hard-wire `./announce-gen'.
2749         (cvs-update): Propagate failures of `cvs' and `move-if-change'
2750         correctly.
2751         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
2752         `chmod +x'.
2753         (wget_files): Update config.guess, config.sub, texinfo.tex by
2754         `wget-update', now that their URLs work again.
2756 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2758         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
2759         Problem noted by Paul D. Smith.
2761 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2763         * doc/autoconf.texi: Remove unused words from word list.
2764         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
2765         .x-sc_trailing_space: New files.
2767         * doc/standards.texi: Sync from gnulib.
2769         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
2770         `LIBOBJDIR' as experimental.
2772         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
2773         with a target directory; it's internally implemented as `cp'
2774         anyway, but since Autoconf advertises the possibility to use
2775         a target directory when LN_S is `ln -s', we need to find out.
2776         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
2777         analyzed by Keith Marshall <keith.marshall@total.com>.
2779         * THANKS: Update.
2781 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2783         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
2784         confdefs.h as-is.  In general, if it has backslash-newline or the
2785         like, then it doesn't work either to sort or to remove empty
2786         lines.
2788 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
2790         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
2792 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
2794         * lib/autom4te.in (Automake-preselections): Preselect
2795         _AM_SUBST_NOTMAKE.
2797 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
2799         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
2800         apostrophe within a single-quoted string, as this is the usual
2801         tradition and is easier to read than '"'"'.  Don't rely on the
2802         shell treating "$/" like '$/'.  Use a more-consistent indenting
2803         style for the trap.
2805 2006-04-09  Eric Blake  <ebb9@byu.net>
2807         * tests/autotest.at (Backquote command substitution),
2808         (Multiline backquote command substitution): Remove mistaken
2809         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
2810         applied...
2811         (Parenthetical command substitution, Multiline parenthetical
2812         command substitution): here.
2814 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
2816         Import macros from gnulib (often changing their name).
2818         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
2819         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
2820         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
2821         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
2822         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
2823         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
2824         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
2825         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
2826         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
2827         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
2828         The manual mentions Gnulib more prominently.
2829         * doc/autoconf.texi (Gnulib): New node.
2830         (Pointers): Add Gnulib URL.
2831         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
2832         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
2833         Gnulib section.
2834         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
2835         suggest a #define rather than a typedef for _Bool, and mention
2836         Gnulib rather than trying to substitute stdbool code.
2837         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
2838         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
2839         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
2840         AC_STRUCT_DIRENT_D_TYPE.
2841         (Particular Types): Mention stdint.h and inttypes.h as standard
2842         headers too.
2843         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
2844         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
2845         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
2846         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
2847         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
2848         (C Compiler): Move AC_C_LONG_DOUBLE to ...
2849         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
2850         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
2851         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
2852         (Coding Style).  Don't mention m4_expand_once.
2853         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
2854         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
2855         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
2856         (AC_CHECK_FUNCS): Use it.
2857         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
2858         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
2859         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
2860         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
2861         (AC_HEADER_ASSERT): New macro.
2862         (AC_HEADER_STDBOOL): Don't assume "#error" works.
2863         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
2864         Catch a bug in an HP-UX C compiler.
2865         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
2866         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
2867         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
2868         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
2869         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
2870         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
2871         New macros.
2873         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
2874         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
2876 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
2878         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
2879         of the warning introduced by the 2001-08-28 change.
2881 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
2882             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2884         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
2885         variables shall be overriden by the cache.
2886         * tests/torture.at (AC_ARG_VAR): Test also with a first value
2887         that contains braces.
2889 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
2891         Revert the patch from 2006-04-01 and only improve
2892         _AS_DETECT_BETTER_SHELL:
2894         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
2895         skip nonexistent directories.
2896         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
2897         only shell candidates which exist.
2898         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
2899         * lib/autotest/general.m4 (AT_INIT): No need to give three
2900         parameters to _AS_PATH_WALK.
2902 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
2903             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2905         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
2906         distinguish m4sugar macros.
2907         * tests/tools.at (autoupdating with aclocal and m4_include):
2908         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
2909         test case by Noah Misch <noah@cs.caltech.edu>.
2911 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
2913         Revert my change from 2006-03-17, in other words:
2914         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
2915           and DUALCASE=1.
2916         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
2917         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
2918           it is set.
2920 2006-04-07  Eric Blake  <ebb9@byu.net>
2922         * doc/autoconf.texi (Programming in M4sh): Document that
2923         AS_MKDIR_P exits the script on failure.
2924         * lib/autotest/general.m4: Remove redundant AS_ERROR.
2926 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2928         * config/elisp-comp, config/install-sh, config/mdate-sh,
2929         config/missing, config/mkinstalldirs: Sync from Automake.
2931         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
2932         from Automake.
2934         * doc/make-stds.texi: Sync from gnulib.
2936 2006-04-06  Eric Blake  <ebb9@byu.net>
2938         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
2939         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
2940         2006-04-01.
2942 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
2943             Eric Blake  <ebb9@byu.net>,
2944             Paul Eggert  <eggert@cs.ucla.edu>,
2945             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2947         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
2948         whether `set' quotes correctly: redirect stderr of the tested
2949         `set', and use a subshell, for Ultrix; use `sed' instead of
2950         `grep' for zsh `set' which may write binary output; match only
2951         at the beginning of a line, to avoid false positives.
2952         In order to avoid false positives by unrelated variables with
2953         multiline content, put the dump algorithm in a subshell and
2954         unset all variables containing newlines (except some which are
2955         special to the shell).  Warn about cache variables that are
2956         unset.
2958 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2960         * config/config.guess, config/config.sub, config/texinfo.tex:
2961         Sync from upstream.
2963         * tests/mktests.sh: Reword comments.
2965         * tests/mktests.sh: Only skip internal macros starting with
2966         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
2967         Update exclusion lists for the test suite to this end:
2968         (AC_ARG_VAR): Do test this now.
2969         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
2970         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
2971         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
2972         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
2974         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
2975         shell issue with double-quoted command substitutions of native
2976         commands.
2977         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
2978         Marshall.
2980         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
2981         no file matches the glob, discard the warning, set `nullglob'.
2982         (syntax-check): Likewise.
2983         (sc_cast_of_x_alloc_return_value): Likewise.
2984         (sc_cast_of_alloca_return_value, sc_error_exit_success)
2985         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
2986         (m4-check): Likewise.
2987         (sc_system_h_headers): Do not print rule on execution.
2988         (sc_tight_scope): Do not fail for non-existing `src' directory.
2989         (sc_changelog): Skip the Copyright footer.
2990         * lib/autoconf/lang.m4: Remove trailing space.
2992         * lib/autoconf/status.m4: More replacements to
2993         <tab><space> where this makes sense.
2995 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
2997         * tests/Makefile.am (maintainer-check-posix):
2998           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
3000         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
3001           ac_config_<foo>s again, sometimes normalized, sometimes not.
3002         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
3003         (AC_CONFIG_COMMANDS): Do not do so here.
3004         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
3005           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
3006           2005-07-25 rewrite.  Noticed by Noah Misch.
3008         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
3009           _AC_PRESERVE_HELP_ORDER, ...
3010         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
3012         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
3013           inside m4_expand_once; it is redundant.
3015         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
3016           for --help from Cygnus `configure.'
3018 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
3020         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
3021         on a patch proposed by Ralf Wildenhues.
3023 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3025         * lib/autoconf/status.m4: Replace <space>''<tab> with
3026         <tab><space> where this makes sense.
3028 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
3029             Noah Misch  <noah@cs.caltech.edu>
3031         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
3032         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
3033         * doc/autoconf.texi (Help Formatting): New node.
3034         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
3036 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3038         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
3039         lib/autoconf/specific.m4, lib/autoconf/status.m4,
3040         lib/autoconf/types.m4, lib/autotest/general.m4,
3041         tests/mktests.sh, tests/torture.at: White space cleanup:
3042         remove some SPACE before TAB, or add quoting ('' or @&t@).
3044         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
3046         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
3048 2006-04-05  Eric Blake  <ebb9@byu.net>
3050         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
3051         empty test suite works.
3052         * tests/autotest.at (Empty test suite): Remove xfail.
3054 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
3056         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
3057         TAGS to ac_config_<foo>s.
3058         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
3059         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
3060         normalizing it, consistent it with previous releases.
3061         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
3063 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3065         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
3066         Use simplified args that Eric Blake originally suggested.
3068 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3070         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
3071         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
3072         Use 'comm' rather than N instances of grep; this also fixes a bug
3073         whereby substrings were incorrectly matched, causing us to not
3074         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
3075         (exclude_list): Exclude empty macros.
3076         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
3078         Use awk rather than grep -E or egrep, to avoid
3079         portability problems with regular expressions containing newlines.
3080         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
3081         Switch from grep to awk syntax.
3082         (ac_exclude_script): Renamed from ac_exclude_egrep.
3083         (au_exclude_script): Renamed from au_exclude_egrep.
3085 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
3087         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
3088         a subdirectory subject to Cygnus `configure'.
3089         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
3091         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
3092         report request when we have no AC_PACKAGE_BUGREPORT.
3094 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3096         * THANKS: Update.
3098         * tests/mktests.sh: Update copyright year in the header of the
3099         generated files.
3101         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
3102         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
3103         typedef'ed restricted pointer, to catch a compiler bug on
3104         HP-UX 11.x, and fix warnings so it passes with -Werror.
3105         (_AC_PROG_CC_C99): Likewise.
3106         Reported by Albert Chin <china@thewrittenword.com>.
3107         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
3109 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3111         * bin/autoscan.in (subdirs): New global.
3112         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
3113         (output): Emit AC_CONFIG_SUBDIRS as needed.
3114         * tests/autoscan.at (autoscan): Remove XFAIL.
3116 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3118         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
3120 2006-04-03  Eric Blake  <ebb9@byu.net>
3122         * THANKS: Add myself.
3124 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3126         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
3127         to log, point to testsuite output tree.
3129 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3131         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
3132         * doc/autoconf.texi (Function Portability): Mention that C++
3133         has trouble with 'exit'.
3134         (Guidelines): Test programs shouldn't use 'exit'.
3135         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
3136         Remove; all uses removed.
3137         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
3138         Return from 'main' instead of calling 'exit'.
3139         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
3140         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
3141         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
3142         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
3143         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
3144         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3145         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
3146         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
3147         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
3148         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
3149         * tests/compile.at: Likewise.
3151 2006-04-02  Pavel Roskin  <proski@gnu.org>
3153         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
3155 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3157         Clean up _AC_COMPILER_EXEEXT* macros.
3159         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
3160           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
3161           ac_file to the name of the default output file and call
3162           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
3163           initial `rm' of the candidate files...
3164         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
3165           the same list in subsequent `rm' calls, and for the temporary
3166           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
3167           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
3168         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
3169         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
3170           no longer needed) by libtool.  Make it a cache check.
3171         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
3172           copied here by mistake.
3173         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
3174           _AC_COMPILER_EXEEXT.
3175         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
3176           _AC_COMPILER_OBJEXT directly.
3177         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3179 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3181         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
3182         (AS_DIRNAME): Use it.
3183         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
3185         * tests/*.at: Remove the generated ones.
3187 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3189         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
3191 2006-04-01  Eric Blake  <ebb9@byu.net>
3193         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
3194         directories, unless optional third argument supplied.
3195         (AS_UNAME): Don't optimize PATH walk.
3197         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
3199 2006-04-01  Eric Blake  <ebb9@byu.net>
3200         and Stepan Kasal  <kasal@ucw.cz>
3202         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
3203         and fix some typos.
3205 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
3207         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
3208         Autoconf version number despite a zero- or one-argument AC_INIT.
3210         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
3211         subordinate tools.
3212         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
3213         * doc/autoconf.texi (autoreconf Invocation): Document it.
3215         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
3216         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
3218 2006-04-01  Eric Blake  <ebb9@byu.net>
3220         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
3221         * lib/autotest/general.m4: Be tolerant of existing directory when
3222           rm failed to remove it.
3224 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3226         * bin/autoupdate.in: Redefine m4_location so that warnings print
3227         the correct lines of the input file by subtracting..
3228         (_au__first_line): ..this new definition.
3230         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
3231         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
3232         Remove stray newline in output.
3233         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
3234         AC_DEFUN this for autoconf, including the obsoletion diagnose.
3235         Fixes autoupdating of code where the replacement output contains
3236         m4sugar macros.
3237         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
3238         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
3239          (au_exclude_list): Add AC_LANG_SAVE.
3240         * tests/tools.at: Several new tests for all of this.
3241         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
3242         hairy details.
3243         The AC_LANG_SAVE issue was reported against Libtool by
3244         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
3245         Kristian Kvilekval <kris@cs.ucsb.edu>.
3247 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3249         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
3250           switch all of them on and of when necessary.  Fixes the bug when
3251           m4sugar macros (e.g., m4_define) were expanded after the first
3252           automatic update (e.g., after AC_PREREQ or AC_INIT).
3254 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
3256         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
3257         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
3259         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
3260         correctly.  Problem reported by Eric Blake.
3261         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
3262         Ralf Wildenhues.
3264 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3266         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
3267         Tighten up the basename/dirname wording.
3269 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3271         * Makefile.maint (sc_texi_notab): New check: do not use TABs
3272         in texinfo files outside of verbatim environments.
3273         (syntax-check-rules): Update.
3274         * doc/autoconf.texi (Configuration Headers): Conform to it.
3276 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
3278         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
3279           aclocal cannot be given on the command line.
3281 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3283         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
3284         Give an example for AS_DIRNAME instead of referring to Posix..
3285         (File System Conventions): Put discussion of // versus / here, and
3286         modernize it a bit.
3287         (Limitations of Usual Tools): Add basename.  Remove verbiage
3288         after dirname, since it got moved to the above sections.
3289         All this was inspired by a patch proposed earlier by Eric Blake.
3291 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3293         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
3294         `$0' to protect against spaces.
3295         * lib/autotest/general.m4 (AT_INIT): Likewise.
3296         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
3297         `$0', $as_me.
3299 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3301         * bin/autoscan.in: The value of find_configure_ac should be
3302         checked for existence, so we don't barf over a nonexisting
3303         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
3305 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3307         * bin/autoupdate.in: Fix some typos.
3309 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
3311         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
3313         * lib/autoscan/autoscan.list: Refreshed.
3315 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3317         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
3318         and Erlang related variables.
3320         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
3321         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
3322         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
3323         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
3324         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
3325         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
3326         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
3327         (_AC_PROG_OBJC_G): New macros.
3328         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
3329         * doc/autoconf.texi (Objective C Compiler): New node.
3330         (Preset Output Variables): Document OBJCFLAGS.
3331         (Language Choice): Document `Objective C' language.
3332         (Fortran Compiler): Fix typo.
3333         * NEWS: Updated.
3334         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
3336 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
3338         * doc/autoconf.texi (Default Includes): Fix typo
3339           s/AC_HEADERS_STDC/AC_HEADER_STDC/
3340         (Limitations of Usual Tools): s/unwriteable/unwritable/
3341         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
3342           Fix typos in the comments.
3344 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
3346         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
3347           Factor out the warning to...
3348         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
3349         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
3350         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
3352         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
3353           case `ac_delim' when writing the sed script.
3355         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
3356           moved DUALCASE=1 ...
3357         (AS_SHELL_SANITIZE): ... here.
3358         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
3359           that it is set.
3361         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
3362           AC_SUBST.
3363         (_AC_PATH_PROG): Store the result to VARIABLE.
3364         (AC_PATH_PROG): No need to set VARIABLE again.
3366         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
3367           the first one is usual AT_CHECK_MACRO test, the second one checks
3368           that the same works when cross-compiling.
3369         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
3370         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
3372 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3374         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
3375         the directory `/usr/bin/posix' in the shell search, to prefer
3376         the Posix shell not only in subsequent spawns as with `$BIN_SH'
3377         on Tru64.
3379         * doc/autoconf.texi (contents): To fix texi2html output, hide
3380         `@setcontentsaftertitlepage' for HTML.
3381         (Writing Autoconf Macros): Likewise, insert space after `@c'.
3382         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
3383         `@,{c}'.
3385 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
3387         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
3388           sanitizing...
3389         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
3390         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
3391           why IFS is restored so late; thank you, Ralf, for reminding us.
3393 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
3395         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
3396           variables in the examples.
3398 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3400         * doc/autoconf.texi (several sections): Cleaned up documentation for
3401         macros in erlang.m4.
3403 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3405         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
3406         failure condition for `$(cmd)' style command substitutions.
3407         (Parenthetical command substition, Multiline parenthetical
3408         command substition): Use it.
3410         * doc/autoconf.texi (Special Shell Variables): Missing word.
3411         Reported by Keith Marshall <keith.marshall@total.com>.
3413         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
3414         IFS even in case of empty `$PATH'.
3416 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3418         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
3419         `expr' away if there is nothing to do.
3420         < --keywords >: Simplify and robustify argument handling.
3421         Revert erroneous comment from 2005-08-23.  Extend to allow
3422         keyword negation with `!'.
3423         Update help message.  Remove broken code to prevent running
3424         tests multiple times.
3425         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
3426         Update and fix the documentation accordingly.
3427         * tests/autotest.at (Keywords): Renamed to..
3428         (Keywords and ranges): .. this.  Extended to make sure negated
3429         keywords, keywords taken from AT_SETUP arguments, and numeric
3430         test ranges work, and that matching is case-insensitive.
3432 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3434         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
3435         allow to pass unnamed structs even in C++.
3436         (AC_CHECK_SIZEOF):  Likewise.
3437         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3438         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
3439         struct): New tests for unnamed structs, each both native and
3440         cross-compiling.
3442         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
3443         a structure inside a cast, for C++ conformance.
3444         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
3445         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3447         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
3448         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
3449         trying to execute the command `no'.
3451         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
3452         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
3453         expanded outside.
3455         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
3456         example.  Do not emphasize `$%', it is hardly new and special.
3457         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
3459         * doc/autoconf.texi (Limitations of Usual Tools): Document
3460         OpenBSD and traditional `grep' failure to handle multiple
3461         patterns separated by newlines.
3463 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3465         * doc/autoconf.texi (several sections): Add documentation for macros
3466         in erlang.m4.
3468 2006-03-10  Eric Blake  <ebb9@byu.net>
3470         * doc/autoconf.texi (Obsolete Macros): Fix wording of
3471         AC_TRY_LINK_FUNC.
3473 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
3475         * doc/autoconf.texi: Use @acronym more consistently for acronyms
3476         like BSD, GPL, LGPL.  Fix minor English typos.
3477         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
3478         Mention that these macros are becoming obsolete.
3479         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
3480         Use more modern terminology for which standard is what.
3481         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
3482         and to ansi2knr.
3483         (AC_PROG_CXX): Likewise.
3484         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
3485         Remove obsolete discussion about how to port to K&R.
3486         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
3487         the obsolescent AC_HEADER_STDC.
3488         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
3489         can't rely on it.
3491 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3493         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3494         Remove stdin redirection from /dev/null to allow pipe to work.
3496 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
3498         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3499         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
3500         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
3501         Ralf Wildenhues.
3503 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3505         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
3506         HP-UX sed is 99 commands, not 100.
3507         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
3508         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
3509         newline for portability.
3510         * tests/torture.at (Torturing config.status): Also test 100
3511         AC_SUBST_FILE invocations.  Fix test to actually verify the
3512         AC_CONFIG_FILES output.
3513         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
3514         command, label, and read-file `r' limits.  Unify HP-UX spelling.
3516         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
3517         non-suffix rule.
3518         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
3519         non-GNU make.
3520         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
3521         * tests/mktests.sh: Small shell portability fixes.
3523 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3525         * doc/autoconf.texi (Caching Results): Fix the examples to use a
3526         recommended quoting style and discard unwanted output.
3528 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3530         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
3531         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
3532         cases, and to work around Tru64 expr bug.
3534 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3536         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
3537         expr bug that turns the result of a regex match into a number if
3538         possible.
3540 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3542         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
3543         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
3544         in section `Specific Compiler Characteristics'.
3546 2006-03-04  Eric Blake  <ebb9@byu.net>
3548         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
3549         variable warning.
3551 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3553         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
3554         order of variable initialization, so even the Solaris 2.6 shell
3555         can create a config header correctly.  Fixes lots of test suite
3556         failures.
3558 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3560         * doc/autoconf.texi (Text processing Macros): New node to
3561         document the m4sugar macros m4_re_escape, m4_tolower,
3562         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
3564 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
3566         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
3567         XrmInitialize (0) -> XrmInitialize ().
3568         Reported by Toshio Kuratomi.
3570 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3572         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
3573         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
3574         * doc/autoconf.texi (Programming in M4sh): Adjusted.
3575         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
3576         both macros are defun'ed so that required macros are evaluated
3577         outside.
3579         * doc/autoconf.texi (Prerequisite Macros): State more precisely
3580         where a required macro will be expanded.
3581         (Coding Style): Another reason not to use `m4_define'.
3583 2006-02-21  Eric Blake  <ebb9@byu.net>
3585         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
3587 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3589         * doc/autoconf.texi (Looping constructs): New node, to
3590         document m4_for, m4_foreach, m4_foreach_w, and mention
3591         obsolete AC_FOREACH.
3592         (Obsolete Macros): Document AC_FOREACH.
3593         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
3594         (m4_for): Fix to never loop (almost) endlessly, work correctly
3595         with arithmetic expressions in arguments, a step of zero or
3596         non-integer multiple of the interval, and avoid integer
3597         overflow.
3598         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
3599         m4_foreach_w.
3601 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3603         Add basic support for Erlang, both for configuring Erlang/OTP
3604         tools, and Erlang as a conf test language.
3605         * lib/autoconf/erlang.m4: New file.
3606         * lib/autoconf/autoconf.m4: Add erlang.m4.
3607         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
3608         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
3609         * NEWS: Add short description of new macros.
3610         * THANKS: Add Romain Lenglet.
3612 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3614         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
3615         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
3617 2006-02-15  Eric Blake  <ebb9@byu.net>
3619         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
3620         warning.
3622 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3624         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
3625         (_AS_CASE): Private helper macro.
3626         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
3627         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
3628         Fix syntax of AS_IF description
3629         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
3630         for the AC_REQUIRE mess.
3631         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
3632         AS_SHELL_SANITIZE.
3634 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
3636         * doc/autoconf.texi: Minor style cleanup.
3637         Be consistent about spaces after commas.
3638         Insert [] where empty args look a bit funny.
3639         Fix some "i.e." and "e.g." usages.
3640         Try to avoid "X/Y" usages.
3641         Don't be pedantic about "ISO C99"; just say C99.
3642         Prefer GNU style for spaces in front of parens.
3643         (Function Portability): Comment about C89 versus C99
3644         signed integer division.
3645         (Particular Headers): Use current gnulib style for dirent
3646         includes.
3648 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
3649         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3651         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
3652         macros without parameters.
3653         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
3654         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
3655         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
3656         `$#' bug.
3657         (autoupdate): Updated to match AU_ALIAS fix.
3659 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3660         and Paul Eggert  <eggert@cs.ucla.edu>
3662         * doc/autoconf.texi (Programming in M4sh): Document
3663         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
3665 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3667         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
3668         (AS_BOURNE_COMPATIBLE): ..this.
3669         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
3671 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3673         * doc/install.texi (Defining Variables): Tighten up the
3674         CONFIG_SHELL wording.
3676 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
3677         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3679         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
3680         of (set -o) rather than testing whether (set -o posix) succeeds,
3681         to work around a bug in the AIX 5.3 shell.  Problem originally
3682         reportd by Howard Chu for libtool.
3684 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
3686         * doc/autoconf.texi (Running the Compiler, Running the Linker):
3687         Changes the macro arguments in summaries to match the
3688         descriptions.
3690 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
3692         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
3693         hint as ``a workaround for a bug.''
3695 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3697         * bin/autoreconf.in: New option `--no-recursive'.
3698         Improve wording for subpackages a bit.
3699         * doc/autoconf.texi (autoreconf Invocation): Updated.
3700         * NEWS: Updated.
3702         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
3703         in environment of `configure', not the command line.
3704         Reported by Howard Chu <hyc@highlandsun.com>.
3706 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
3708         * doc/autoconf.texi (Limitations of Builtins): Document the
3709         problem with "trap -".
3711 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
3713         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
3714         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
3715         messages to differentiate Fortran and Fortran 77 tests.
3716         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
3717         AC_LANG_ASSERT, to allow use in mixed-language projects.
3719 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3721         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
3722         FOO" to "defined (FOO)".
3723         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
3724         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
3725         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
3726         * tests/tools.at (ifnames): Likewise.
3728 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3730         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
3731         * lib/Autom4te/General.pm (mktmpdir): Likewise.
3732         (END): Improve error message a bit.
3733         Reported by Bruce Korb <bkorb@gnu.org>.
3735 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3737         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
3738         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
3740 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
3742         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
3743         requires sys/stream.h.  Reported by Oliver Kiddle.
3745 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3746             Stepan Kasal  <kasal@ucw.cz>
3748         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
3749         before the removals of test dirs, use `find' to avoid modification
3750         of symlinked directories.
3752 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
3754         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
3755         Don't ignore the macro arguments.
3757 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
3759         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
3760         declaration that works for MSVC.
3762 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3764         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
3765         Add `*.map' and `.inf' for Green Hills compiler.
3766         Reported by Stefan Seefeld <stefan@codesourcery.com>.
3768         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
3769         correctly: pad with spaces after FIRST_PREFIX if necessary,
3770         and compute string lenghts with `m4_qlen' instead of `m4_len'.
3771         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
3772         * tests/m4sh.at (AS_HELP_STRING): Test extended.
3773         * NEWS: Updated.
3774         Reported by numerous people, numerous times.
3776 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3778         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
3779         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
3780         * lib/autoconf/general.m4, lib/autoconf/status.m4:
3781         * lib/autotest/general.m4, tests/local.at:
3782         Update copyright year to 2006.
3784         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
3785         sed substitutions.
3786         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
3787         for file names, again.  Reported by Noah Misch.
3788         (Coding Style): Explain that s|a|b| is preferred for file names.
3789         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
3790         (AC_OUTPUT_MAKE_DEFS): Likewise.
3791         * lib/autotest/general.m4 (AT_INIT): Likewise.
3792         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
3793         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
3795         Fix Posix-conformance bugs re use of { command in sed scripts,
3796         and improve the sed-related documentation a bit.
3797         * doc/autoconf.texi (Installation Directory Variables): Use
3798         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
3799         rather than "sed" when talking about Sed in general.
3800         (Particular Programs): Likewise.
3801         (Coding Style): y is like s with respect to / and ,.
3802         (Limitations of Usual Tools): Document the weird restrictions
3803         that Posix has about { }.  Use better quoting.
3804         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
3805         Rewrite to conform to Posix rules about { } in sed scripts.
3806         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
3807         * tests/foreign.at (Libtool): Likewise.
3808         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
3809         Use our own style advice re 's,a,b,' versus 's|a|b|'.
3811 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3813         * lib/autoconf/status.m4: Fix typo.
3815         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
3816         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
3817         `-def', for the benefit of Portland `pgf90 -Mipa'.
3818         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
3820 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
3822         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
3823         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
3824         shell from zsh to bash.
3826 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
3828         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
3829           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
3831 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3833         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
3834         parentheses in $(...).  Problem reported by Eric Blake.
3836 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3838         * doc/autoconf.texi (Limitations of Usual Tools):
3839         Mention which characters can be escaped with \ in portable regular
3840         expressions used in grep, sed, expr.  Mention the leading ^ problem
3841         with expr.  Clean up some confusing wording.  Mention which
3842         grep options are portable.
3844 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
3846         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
3848 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
3850         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
3851         patch, noted by Ralf Wildenhues.
3853 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3855         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
3856         posix' unconditionally, for pdksh in `native sh' emulation.
3858 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
3860         * doc/autoconf.texi (Shellology): Document eval $? problem
3861         with ash.
3862         (Limitations of Builtins): Likewise.
3864 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3866         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
3867         CONFIG_SHELL in the environment of the configure rerun.
3868         * doc/autoconf.texi (Here-Documents, config.status Invocation):
3869         Suggest passing CONFIG_SHELL absolute, and in the environment
3870         rather than as option.
3872 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3874         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
3875         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
3876         Fix macro quoting.  Fix output for n * 98 substituted variables.
3878 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3880         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
3881         `tmp' to avoid file removal race.
3883 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3885         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
3886         ac_clean_files and LIBOBJS.
3888 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3890         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
3891         Factor functionality to..
3892         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
3893         `AC_SUBST($1)' in the public version.
3894         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
3895         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
3896         ac_pt_* variables.
3898 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
3900         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
3901         filesystems.
3903 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3905         * NEWS: Move AH_HEADER mention to right place.
3907 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
3909         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
3910         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
3912 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
3914         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
3915         conftst2.$ac_objext.
3916         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
3918 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
3920         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
3921         conftest.o, to see whether the compiler really obeys; rm the object
3922         file before and after the test and register it with ac_clean_files.
3923         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
3925 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
3927         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
3928         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
3929         code so that the most common case requires less forks.
3931 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
3933         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
3934         not portable; thanks to Paul Eggert and Alexandre.
3936         * NEWS: Fix an old typo.
3938 2005-10-20  Jim Meyering  <jim@meyering.net>
3940         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
3941         the latter'', in two places.
3943 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3945         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
3946         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
3947         the inner workings of AC_LANG_FUNC_LINK_TRY.
3948         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
3949         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
3950         by the function rather than ignoring it.
3951         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
3952         comparing its address.  Intel's interprocedural optimization was
3953         outsmarting the old heuristic.  Problem reported by
3954         Mikulas Patocka.
3956 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
3958         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
3960 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
3962         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
3963         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
3965 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
3967         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
3968         before removing it (chmod -R u+rwx); there are three instances of this.
3970 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3971             Stepan Kasal  <kasal@ucw.cz>
3973         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
3974         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
3975         make its content writable before removing it.  Remove an errorneous
3976         comment from the end, where the logs of the failed tests are copied
3977         to the main log file.
3979 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
3981         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
3982           in case the computer is too quick.  Double quote the configure.ac
3983           snippets.
3985         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
3986           problems if the testsuite were running too fast.
3988 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3990         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
3991         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
3992         (which belong to Xt, not X itself).  See Debian bug 327655.
3993         * NEWS: Mention this.
3995 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
3997         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
3999 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4001         * config/move-if-change: Don't output "$2 is unchanged";
4002         suggested by Ben Elliston.  Handle weird characters correctly.
4004 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
4006         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
4007           calls, so that the final expansion of this macro is shorter.
4008           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
4009           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
4010           the cleanup there.  Use AS_VAR_* macros, to be more general.
4011         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
4013         * lib/autoconf/general.m4: Use AS_IF where appropriate.
4015         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
4017 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
4019         * doc/autoconf.texi (Configuration Headers): Add an index entry
4020           for AH_HEADER.
4022 2005-08-26  Pavel Roskin  <proski@gnu.org>
4024         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
4025         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
4026         running xmkmf.
4028 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
4030         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
4031         The previous patch didn't work, so try a better one.
4033 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
4035         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
4036         in the example.  Reported by Bruno Haible.
4037         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
4038         "if $undefined_var;" succeeds with my shell.
4040         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
4041         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
4042         but change the m4_divert_text to m4_divert_once.
4044 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4046         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
4047         Work around bug in Solaris /usr/xpg4/bin/awk.
4048         The bug is present in at least Solaris 8 through 10.
4050 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
4052         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
4053         some evil values and relying on the fact that $* concatenates the
4054         parameters by the first character from IFS.
4056 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
4057             Stepan Kasal  <kasal@ucw.cz>
4059         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
4060         first header appears, define AH_HEADER.
4061         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
4062         Update limitations about when to call AC_CONFIG_HEADERS.
4063         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
4064         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
4065         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
4066         ``Configuration Actions''; fix their index entries.
4068         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
4069         options correctly.  Process N-M as M-N if M is smaller than N.
4070         Process ranges correctly so that N-N will run only N.
4071         Sort and uniquify the tests that will be run.  If there is more
4072         than one test, reinsert the banners for the tests.
4073         * tests/autotest.at (Keywords): Unmark XFAIL.
4075 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
4077         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
4078           before passing the macro name to AH_TEMPLATE.
4080         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
4081           now opens log after option processing; in particular, --version
4082           and --help do not touch config.log.
4084         * Makefile.maint: Revert the change from 2005-08-12.
4086 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
4088         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
4089           common code to...
4090         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
4092 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4094         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
4095         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
4096         Language cleanup.
4098         * doc/autoconf.texi (Defining Symbols, Changed Results):
4099         Prepend to LIBS, not append, in examples.
4101 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
4103         When building in place, set srcdir="."; suggested by Tim Van Holder.
4105         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
4106           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
4107         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
4108         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
4109           does not mean "no --srcdir option".
4111 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4113         * tests/autoscan.at (autoscan): New file.
4114         * tests/suite.at: Use it.
4115         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
4116         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
4118         * tests/autotest.at (Keywords): Test keywords combinations.
4120 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
4122         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
4123           add "2>&1"; gzip 1.2.4 prints help on stderr.
4125 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
4127         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
4128         was pushdef'ed twice while popped only once.  Push it only once.
4129         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
4131 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
4133         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
4134         prefixed by mere "===", not "configure: === ".
4136 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
4138         * Makefile.maint: Update from Bison.
4140         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
4141         "<tab>" in comment, so that the point is understandable.
4143 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
4145         Rewrite substantial part of lib/autoconf/status.m4.
4146         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
4147         and CONFIG_COMMANDS are not processed in four separate loops.
4148         Instead, there is one main loop.  This alows that the common code
4149         is expanded only once, thus config.status (and configure) is smaller.
4151         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
4152         the AC_LIST_FILES and cousins macros are no longer used.
4154         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
4155         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
4156         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
4157         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
4158         contain the initialization, nor the for loop, nor the associated
4159         commands; all these go to ...
4160         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
4161         _AC_OUTPUT_CONFIG_STATUS.
4162         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
4163         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
4164         (_AC_OUTPUT_FILE): The creation of the sed script ...
4165         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
4166         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
4167         _AC_OUTPUT_MAIN_LOOP.
4168         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
4169         _AC_CONFIG_COMMANDS): Use ...
4170         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
4171         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
4172         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
4173         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
4174         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
4175         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
4176         ... new macros.
4177         (_AC_CONFIG_UNIQUE): Update.
4178         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
4179         Replaced by this ...
4180         (_AC_LIST_TAGS): ... new common macro.
4181         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
4182         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
4183         (_AC_LIST_TAG_COMMANDS): ... new common macro.
4184         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
4185         this didn't belong to the `config commands' section.
4186         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
4187         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
4188         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
4189         to the `config commands' section either.
4190         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
4191         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
4193         ... and many changes to the comments nearby.
4195         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
4196         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
4197         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
4198         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
4199         (#define header templates): The comment at the top of the generated
4200         header now includes the name(s) of the source file(s).
4202         Several unrelated small changes:
4204         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
4205         parameter to AC_DIAGNOSE.
4206         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
4207         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
4208         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
4209         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
4210         with AU::AC_OUTPUT.
4211         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
4212         in AC_OUTPUT doesn't double-quote it either.
4213         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
4214         parameters.
4216 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
4218         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
4219         versions of Portland Group compiler produce single- and double-quoted
4220         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
4221         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4223 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
4225         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4226         This is a corrected version of yesterday's patch.
4228 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
4230         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
4231         path, too; insert a "===" to emphasize the line.
4233         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
4234           ac_cv_build_alias to ac_build_alias.
4235         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
4237         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
4238         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
4239         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
4240         (AC_ARG_VAR): ... here.
4241         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
4242           target_alias.
4244         Keep a list of all precious variables and process them with one simple
4245         for loop, instead of expanding all commands, or, OTOH, complicated
4246         processing of output of "set".
4247         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
4248         variable names in new macro...
4249         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
4250         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
4251           a loop to assign all ac_env_* and ac_cv_env_* variables.
4252         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
4253           to INIT_PREPARE.
4254         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
4255           its value to shell variable ac_precious_vars and call
4256           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
4257         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
4258           _AC_ARG_VAR_VALIDATE.
4260         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
4261           and the AC_SUBSTs ...
4262         (AC_INIT): ... here.
4264         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
4265           the ac_subst_files section in config.log.
4267         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
4269 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4271         * NEWS: New macro AC_C_TYPEOF.
4272         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
4273         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
4274         * tests/c.at (C keywords): Test AC_C_TYPEOF.
4276         Fix problems reported by Nicolas Joly.
4277         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
4278         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4279         They are generated by the Tru64 v5.1B shell.
4281 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
4283         Fix my changes from 2005-07-01; reported by Noah Misch.
4284         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
4285         description, the macro now accepts only a single tag.
4286         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
4288         Fix cases when the varsions of Autoconf and Autotest don't match.
4289         Reported by Noah Misch.
4290         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
4291         at_top_builddir, for compatibility with older autotest.
4292         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
4293         is not set, use at_top_builddir, for compatibility with older
4294         versions of autoconf.
4296 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4298         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
4299         Problem reported by Patrick Welche.
4301 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4303         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
4304         sed substitution command, so that we allow | in program prefixes
4305         and program suffixes.  (& is a problem anyway; we're not fixing
4306         that here.)
4307         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
4308         configure_input, top_builddir, srcdir, etc.
4309         * lib/autotest/general.m4 (AT_INIT): Likewise, for
4310         PATH_SEPARATOR in AUTOTEST_PATH.
4312 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
4314         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
4315         for loop over config.site files using `set', to allow
4316         directory names containing IFS characters.
4318 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4320         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
4321         directories with weird names.  Apparently some people like living
4322         on the edge.  However, improve the test that "pwd" actually does
4323         report a name for the working directory.
4324         * NEWS: Remove the claim that we test for funny chars in dir names.
4326 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
4328         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
4329         replaced ...
4330         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
4331         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
4332         Now accept a single tag, not whitespace separated list.
4333         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
4335 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
4337         * doc/autoconf.texi (Configuration Headers): Change the explanation
4338         about #include <config.h>.
4339         (Generic Functions): Mention the Gnulib project.
4340         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
4342         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
4343         document to output the default config_* lists to config.status.
4344         Don't recognize option --file, if the functionality is not there.
4345         Likewise for --header; moreover, recognize --he and --h as shortcuts
4346         for --help in that case.
4348         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
4349         matches the order of execution.  No code changed.
4351 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4353         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
4354         single-quoted -cmdline argument in Portland Group compiler.
4355         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4357 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
4359         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
4361 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4363         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
4364         descriptors to child processes; reported by Norman Gray.
4366 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4368         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
4370         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
4371         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
4372         (AC_SUBST): Call it.
4373         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
4374         the directory specific variables; but don't call it for configure_input.
4376 2005-06-28  Derek Price  <derek@ximbiot.com>
4378         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
4379         addition.
4381 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4383         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
4384         directory have inherent problems with special characters like spaces,
4385         due to limitations in Make syntax.  Problem reported by Alexandre
4386         Duret-Lutz.
4387         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
4388         Also, fix Tru64 porting problem with shell patterns,
4389         reported by Ralf Wildenhues.
4391 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4393         * doc/autoconf.texi (Subdirectories): Fix markup typos.
4395 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4397         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
4399         Fix some more shell quoting problems.  Prompted by a bug report
4400         from Justace Clutter.
4401         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
4402         variable into diagnostic.  Make the diagnostic an error, not a warning,
4403         because we really don't support spaces and suchlike in dir names.
4404         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
4405         Don't worry about backslashes in srcdir; it can't happen now.
4406         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
4407         Simplify ac_optarg handling.
4408         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
4410 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
4412         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
4413         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
4414         * tests/atlocal.in: Propagate $EGREP and $SED.
4415         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
4416         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
4418         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
4419         that '\|' is not allowed in BREs; recommend using newline separated
4420         list of patterns instead of multiple -e options.
4422         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
4424         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
4426 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4428         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
4430 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
4432         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
4433         b, t, r, w commands require single space, while : cannot have any.
4434         (Special Shell Variables): Fix sed code this in the example.
4435         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
4436         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
4438         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
4439         expand to the empty list.  Don't use two pairs of m4_changequote,
4440         it's not necessary.
4442 2005-06-20  Derek Price  <derek@ximbiot.com>
4444         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
4446 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
4448         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
4449         * doc/autoconf.texi:
4450         Don't mention Solaris versions so much, if a
4451         problem is common to all extant versions of Solaris.  Say "SunOS
4452         4" instead of "SunOS" for SunOS 4.
4453         (awk): Mention more of the limitations of traditional Awk.
4454         (cat): Don't talk about cat -v.
4456 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
4458         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
4459         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
4460         but the implementation is entirely different and is designed
4461         to be compatible with glibc strverscmp.
4462         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
4464         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
4465         on Mac OS X 10.4 reported by Peter O'Gorman in:
4466         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
4467         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
4468         Use shell builtins rather than 'expr', to work around expr bug.
4470 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
4472         * doc/autoconf.texi: "filesystem" -> "file system".
4473         "behaviour" -> "behavior".
4474         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
4475         * lib/autoconf/general.m4: Omit blank after ":" sed command,
4476         as per POSIX.
4477         * lib/m4sugar/m4sh.m4: Likewise.
4478         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
4479         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
4481         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
4482         (.x.1): Ignore the time stamp in the .TH line when deciding whether
4483         to update the man page.  That way, we don't have to check in new
4484         man pages every month.
4486         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
4487         quotes and backslashes.  Patch from Derek Price.
4489 2005-06-10  Derek Price  <derek@ximbiot.com>
4491         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
4492         AS_TR_SH.
4494 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
4496         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
4497         -u, since it outputs chatter if the input files are the same.
4498         Problem reported by Ralf Menzel.
4500 2005-06-08  Derek Price  <derek@ximbiot.com>
4502         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
4503         renaming them since they are about to be redefined anyhow.
4505 2005-06-08  Derek Price  <derek@ximbiot.com>
4507         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
4508         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
4509         Move m4_undefine to alphabetical order.
4511 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
4513         * README: Recommend GNU M4 1.4.3 or later.
4514         * doc/autoconf.texi (Introduction): Likewise.
4515         Reword to avoid some formatting glitches.
4516         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
4517         Clarify explanation of HP compiler bug.
4518         Redo example output tp match current CVS snapshot.
4519         Use @example.org in email addresses when the examples
4520         might get inadvertently cut-and-pasted into user code.
4521         Remove example of autom4te usage that doesn't seem to work now.
4522         Use modern AC_INIT (except when the example is meant to be
4523         shown with Autoconf 2.13).
4524         Update ksh info for Solaris 9 and later.
4525         KB -> kB.
4526         Modernize description of Automake versions a bit.
4527         Don't claim a future version of Autoconf is near.
4528         * doc/install.texi: Reword to avoid some formatting glitches.
4530 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4532         * doc/autoconf.texi: Add [] to examples, so that the manual
4533         follows its own advice about quoting better.
4534         Reword to avoid some formatting glitches.
4535         * doc/installt.exi: Reword to avoid some formatting glitches.
4537         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
4538         Tru64 ksh pattern matching bug.  Reported against Libtool by
4539         Albert Chin <libtool@mlists.thewrittenword.com> and
4540         Nicolas Joly <njoly@pasteur.fr>.
4542 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4544         m4_cdr of one-member list was [[]] (one-member list containing an
4545         empty string) instead of [] (an empty list.  Callers were skewed to
4546         match this misbehaviour.  As a consequence of this:
4547          - m4_foreach([x], [], [foo]) expanded to `foo', while
4548          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
4549         This bug has been fixed:
4551         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
4552           expand to an empty string; print error msg if called without
4553           an argument list.
4554         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
4555           misbehaviour; handle [] and [[]] correctly.
4557 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4559         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
4560         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
4561           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
4563 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
4565         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
4566           swallow records with more than 99 fields.
4567         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
4568           parse the long line.
4570 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
4572         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
4573           swallow literals longer than 399.  Reported by Ralf Wildenhues.
4574         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
4575           to workaround this limitation.
4577 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
4579         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
4580         to gfortran, and make these the first two compiler names
4581         checked (following the general autoconf preference for gcc).
4583 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
4585         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
4586         (DISTCLEANFILES): Remove $(check_SCRIPTS).
4587         (testsuite): Make sure autotest.m4f is up-to-date before using it.
4589 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4591         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
4592         expression of unbounded size when processing the --list
4593         option.  This runs afoul of a limit of 399 bytes per regular
4594         expression on AIX.  Problem reported by Ralf Wildenhues.
4596 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
4598         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
4599         * doc/autoconf.texi (Particular Headers): Reword example
4600         for multiline stdbool replacement.
4601         (Setting Output Variables): Reword text a bit.  Don't
4602         give all the details about |#_!!_#|.
4603         Reword description of line replacement.
4605 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
4607         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
4608         now contain newlines, and substituted files must be referenced on
4609         a line alone; the sed scripts to substitute them are now very
4610         different.
4611         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
4612         commands can be put in a sed script portably.
4613         * doc/autoconf.texi (Setting Output Variables): Document above
4614         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
4615         use of multiline substitution.
4616         * tests/torture.at: No longer expect substitution of newline to fail.
4618 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
4620         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
4621         From Ralf Menzel (trivial change).
4623 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4625         * tests/local.at: Don't attempt to check for negated character
4626         classes in shell scripts.  The test was too brittle.
4628 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
4630         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
4631         * doc/autoconf.texi (Limitations of Builtins): Document this
4632           limitation.
4634 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
4636         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
4637           common code; used in many places in the tree.
4638         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
4639         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
4641         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
4643         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
4644           messages when ac_unique_file is not found.
4645         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
4646         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
4647           commands, for consistency with AC_MSG_ERROR and such.
4649         * bin/autoconf.as: Make more use of "shift 2" in option processing.
4651         * bin/Makefile.am: Merge the two rules for creating scripts.
4653 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
4655         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
4656         obsolete; it was never documented.
4657         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
4659 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
4661         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
4662         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
4663         (ac_top_builddir): ... this ...
4664         (ac_top_build_prefix): ... to this; the old name is also kept, for
4665           backward compatibility.
4666         (ac_top_builddir_sub): New variable, without the trailing slash,
4667           always nonempty.
4668         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
4669         * doc/autoconf.texi (Configuration Actions): Rename
4670           ac_top_builddir to ac_top_build_prefix.
4671         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
4672           at_top_builddir to at_top_build_prefix.
4673         * lib/autotest/general.m4 (AT_INIT): Likewise.
4675 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
4677         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
4678           of confdefs.h .
4680 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
4682         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
4683           argument to m4_foreach.  I guess it was necessary in the past,
4684           but I think it's a no-op now.
4686 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
4688         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
4689           ``cat <<_ACEOF'' commands to one.
4690         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
4691         * lib/autoconf/status.m4: On various places, use expr instead of
4692           ``echo|sed.''
4693         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
4694         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
4695         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
4696           a range.
4697         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
4698           the wrong patterns between ``case'' and ``esac.''  The previous
4699           code had false positives.
4701 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
4703         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
4704         as on 2005-05-02.
4705         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
4706         Mention LIBOBJDIR.
4708 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
4710         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
4711         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
4712         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
4713         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
4714         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
4715         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
4716         config/config.guess, config/config.sub, config/elisp-comp,
4717         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
4718         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
4719         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
4720         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
4721         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
4722         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
4723         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
4724         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
4725         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
4726         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
4727         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
4728         lib/autoconf/general.m4, lib/autoconf/headers.m4,
4729         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
4730         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
4731         lib/autoconf/specific.m4, lib/autoconf/status.m4,
4732         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
4733         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
4734         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
4735         lib/autotest/general.m4, lib/emacs/Makefile.am,
4736         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
4737         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
4738         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
4739         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
4740         tests/compile.at, tests/foreign.at, tests/fortran.at,
4741         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
4742         tests/semantics.at, tests/suite.at, tests/tools.at,
4743         tests/torture.at, tests/wrapper.as:
4744         Update FSF postal mail address.
4746 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
4748         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
4749           check.
4750         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
4751           enough arguments, similarly as in m4_bpatsubsts.
4753 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
4755         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
4756           of absolute paths.
4758 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
4760         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
4761           for absolute directory names in one loop.
4762         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
4763           abbreviations of --version and --debug.
4765 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
4767         * doc/autoconf.texi (Autoconf Language): Be more precise about
4768         quoting rules.  Problems noted by Stepan Kasal.
4769         Also, throughout this document, be more careful about white space.
4770         "blank", "white space", and "space" all have different meanings
4771         and we should be careful to say what we mean.
4773 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
4775         Fix C++ related problems reported by Werner Lemberg.
4776         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
4777         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
4778         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
4779         avoid problems with C++ and throw.
4780         * tests/compile.at: .cpp, not .cc.
4782         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
4784 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4786         * doc/autoconf.texi (Generic Functions): Typos.
4788 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
4790         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
4791         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
4792         set by latest automake.
4794 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
4796         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
4797         outputs 0 on GNU/Linux these days.
4799 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
4801         * doc/autoconf.texi (Autoconf Language): Add more description
4802         about quoting heuristics.
4803         (Limitations of Builtins): Describe "set -" problems.
4805 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4807         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
4808         not newline.
4810         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
4811         by AC_DEFINE; it was a mistake.
4812         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
4814 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
4816         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
4818 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
4820         * doc/autoconf.texi (External Software): Quadrigraphs are not
4821           processed correctly in AS_HELP_STRING; avoid this in the examples.
4822         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
4823         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
4824           comment and reduce m4_default([foo], []) to [foo].
4825         (m4_strip): Update the explanation.
4827 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
4829         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
4830         Remove core.conftest.* too; it's generated by Tru64 5.1.
4831         Problem reported by Jennis Pruett.
4832         * lib/autoconf/functions.m4
4833         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
4834         Don't bother to remove core files; AC_RUN_IFELSE should do that
4835         for you.
4837 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
4839         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
4841 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
4843         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
4844         Report from Horst Wente.
4846 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
4848         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
4849           the comment.
4851 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
4853         * doc/autoconf.texi (External Software, Package Options): Add
4854           examples showing how to implement --with-* and --enable-* options.
4856 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
4858         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
4859         as well as configure.in.  Problem reported by Gregorio Guidi.
4861 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
4863         * doc/autoconf.texi (Particular Functions): Use gnulib's current
4864         pattern for alloca snippet.
4866 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
4868         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
4870 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
4872         * doc/autoconf.texi (Generic Programs): Fix a typo.
4874 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
4876         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
4877         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
4879 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4881         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
4882         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
4883         whole-archive (-zallextract, -zdefaultextract) options in the hope of
4884         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
4885         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
4887 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
4889         * NEWS: The configure command now warns you if you attempt to use
4890         a directory whose name contains a special character like space,
4891         newline, or "\".
4892         * doc/autoconf.texi (Installation Directory Variables): Allow
4893         "," in file names.  Do not use \@; it's not a portable regexp.
4894         * bin/Makefile.am (edit): Likewise.
4895         * lib/Makefile.am (edit): Likewise.
4896         * tests/Makefile.am (edit): Likewise.
4897         * tests/semantics.at: Likewise.
4898         * tests/torture.at: Likewise.
4899         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
4900         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
4901         * doc/autoconf.texi (File System Conventions): Warn about
4902         unportable file names.
4903         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
4904         (AC_INIT): Use it.
4905         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
4906         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
4907         ac_pwd, and quote srcdir.
4908         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
4910         * doc/autoconf.texi: Fix some systematic formatting problems.
4911         ".)"  needs a following @: if not at the end of a sentence, and
4912         similarly for "!)".  "etc." should be preceded by a comma.
4913         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
4915 2005-03-22  Bruno Haible  <bruno@clisp.org>
4917         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
4918         argument is often called 'build-aux'.
4920 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
4922         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
4923           macro AC_TRY_LINK is obsolete.
4924         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
4925           `AC_CONFIG_FILES'.
4927 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
4929         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
4930           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
4931           from a Common Lisp's `cl'.
4932         (AC_PROG_CXX): Behave according to the documentation: don't
4933           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
4934           make the variable CCC precious; use `cl.exe', not `cl'.
4936 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
4937             Alexandre Duret-Lutz  <adl@gnu.org>
4939         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
4940         /dev/null, as "configure" shouldn't read stdin, and this insulates
4941         us from problems (e.g., when testing for "cl").  Also, do this
4942         redirection before invoking "hostname" or "uname", and keep the
4943         original input stream available via...
4944         (AS_ORIGINAL_STDIN_FD): ... this new macro.
4945         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
4946         bother with "</dev/null" since it's now done at the top of
4947         'configure'.
4948         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
4949         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
4950         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
4951         * doc/autoconf.texi (File Descriptor Macros): New section.
4952         (Printing Messages): Mention it.
4953         * tests/base.at (Input/Output): New test.
4955 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
4957         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
4958         newline if neither \c nor -n work, as that would output two
4959         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
4961 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
4963         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
4964         This causes that any required macros inside will get before the if.
4965         * doc/autoconf.texi (autom4te.cache): A typo.
4967 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
4969         Undo previous change, except keep the change to
4970         lib/autoconf/programs.m4 that replaced grep with shell
4971         pattern-matching.  This is because net-snmp configure reads stdin.
4972         Reported by Noah Misch.
4974 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
4976         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
4977         from /dev/null, as "configure" shouldn't read stdin, and this
4978         insulates us from problems (e.g., when testing for "cl").
4979         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
4980         before invoking "hostname" or "uname".
4981         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
4982         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
4983         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
4984         "</dev/null" since it's now done at the top of 'configure'.
4985         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
4986         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
4987         Also, replace grep with shell pattern-matching, to save a process.
4989 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
4991         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
4992         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
4993         avoid thinking that Allegro Common Lisp's "cl" command is a C++
4994         compiler.
4996 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
4998         * doc/autoconf.texi (Limitations of Usual Tools): Document that
4999         grep -q isn't portable.  Improve grep -s explanation.
5000         Problem reported by Dan Manthey.
5002 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
5004         * doc/autoconf.texi (Special Shell Variables): Clarify
5005         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
5007 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5009         * doc/autoconf.texi: Use @acronym for DJGPP.
5010         Fix some @code's that should have been @env's, and vice versa.
5011         Sort environment variable names.
5012         Mention that shells no longer inherit IFS.
5013         Don't recommend PATH_SEPARATOR=';' so strongly.
5014         Mention that $RANDOM might expand to the empty string.
5015         "symlink" and "soft link" -> "symbolic link".
5016         Improve mktemp description (reported by Bruno Haible).
5018 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5020         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
5021         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
5022         Likewise.
5023         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
5024         Likewise.
5026 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5028         * NEWS: Mention AT_COPYRIGHT.
5030         * tests/local.at (AT_CMP): Use diff directly on input files rather
5031         than copying them.
5033         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
5034         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
5036 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
5037         and Paul Eggert  <eggert@cs.ucla.edu>
5039         * tests/autotest.at (Empty test suite): New test.
5040         * tests/torture.at (Substitute and define special characters)
5041         (Substitute a 2000-byte string, Define to a 2000-byte string)
5042         (Substitute a newline, Define a newline): New tests.
5044 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
5046         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
5047         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
5048         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
5049         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
5050         (Standard regular expressions): New test.
5051         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
5052         excess test name quoting.
5053         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
5054         CPPFLAGS to `configure' instead of setting it in `configure'.
5056         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
5057         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
5058         on some platforms.
5060         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
5061         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
5063         * tests/local.at (AT_CMP): New macro.
5064         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
5065         (AC_SAVE_STATE): Move environment grep...
5066         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
5067         (AT_CONFIG_CMP): New macro.
5068         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
5069         * tests/c.at (Extensions): Do not exit early.
5070         * tests/atlocal.in: Inherit $GREP.
5072         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
5073         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
5075         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
5076         (AC_COPYRIGHT): Factor header comment portion out and move into...
5077         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
5078         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
5079         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
5080         --version output.
5081         * tests/local.at: Add Autoconf test suite copyright notice.
5082         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
5084 2005-02-04  Bruno Haible  <bruno@clisp.org>
5085         and Paul Eggert  <eggert@cs.ucla.edu>
5087         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
5089 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5091         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
5092         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
5094         Try not to generated lines of unlimited length, as POSIX places a
5095         2047-byte limit on line length of portable text files.
5096         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
5097         Use newline as a separator, not space.
5098         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
5099         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
5100         space.
5102 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5104         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
5105         as_func_*.  Add test to check whether positional parameters
5106         are restored after function return.
5108 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5110         * doc/autoconf.texi (Special Shell Variables): Mention _,
5111         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
5112         if they contain a lower-case letter.  The DUALCASE problem was
5113         reported by Ralf Wildenhues.
5115         * bin/autoconf.as: Don't exit with status 0 after write failure
5116         with --help or --version.
5117         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
5118         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
5120 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5122         * doc/autoconf.texi (Limitations of Usual Tools):
5123         Unicos 9 sed limitations.
5124         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
5125         to get the option-enhanced interface on older Crays.  Try ftn for
5126         Fortran 95 (newer Crays).
5128 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5130         * man/Makefile.am (.x.1): Go back to the simple solution, but take
5131         care to echo the commands, so the user knows what's going on.
5132         Modified from a suggestion by Stepan Kasal.
5134         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
5135         with a cross reference.  Derived from a suggestion by Bruce Korb.
5137 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5139         * doc/autoconf.texi (config.status Invocation): Warn about
5140         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
5141         * doc/install.texi (Defining Variables): Likewise.
5142         Based on a proposed patch by Ralf Wildenhues.
5144         * man/Makefile.am (.x.1): Make sure the required generated files
5145         are up to date.  Problem and original solution proposed by Stepan Kasal.
5146         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
5147         implicit-man-prerequisites): New rules, used by the above.
5149         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
5150         * config/config.guess, config/config.sub, config/install-sh: Likewise.
5151         * config/missing, config/texinfo.tex: Likewise.
5153 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
5155         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
5156         Update the long comment explaining it.
5158         m4_require no longer writes an ``is required by'' line to the
5159         execution stack.  It contains only one bit of non-redundant
5160         information: that the macro was required, not called.  And even
5161         this bit is useless in most situations: have you ever met a macro
5162         which both calls and requires the same macro?
5164         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
5165         (_m4_defun_pro_outer): ... only via this macro, for the outermost
5166           macro.
5167         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
5168         (m4_expansion_stack_pop): Remove the misplaced comment.
5169         (m4_require): Don't put the ``is required by'' line to the
5170           execution stack; slightly improve the out-of-a-defun error message.
5171         (_m4_divert_grow): New macro, counter for the temporary diversions.
5172         (_m4_require_call): Use it.
5173         * tests/m4sugar.at (m4_require): Expect output without the
5174           ``is required by'' messages.
5176 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
5178         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
5179         rather than x for expr.
5181         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
5182         this is safe.
5183         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
5184         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
5185         * lib/autotest/general.m4 (AT_INIT): Likewise.
5186         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
5187         * tests/mktests.sh: Likewise.
5189 2005-01-27  Akim Demaille  <akim@epita.fr>
5191         Have autoheader honor --force.
5193         * doc/make-stds.texi, doc/standards.texi: Update from masters.
5194         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
5195         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
5196         from masters, so that FileUtils.pm's update_file provide --force
5197         support.
5198         * bin/autoheader.in: Pass $force to update_file so that
5199         config.h.in is always recreated when --force.
5201 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
5203         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
5205 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
5207         * doc/autoconf.texi (Limitations of Builtins): Clarify that
5208         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
5210 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
5212         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
5213         Warn about newline stripping in `` and $().  Update Solaris
5214         version to 9.
5215         (Limitations of Builtins): Use expr "X...", not expr "x...", as
5216         X insulates us from future changes to Posix.
5217         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
5218         stripping.
5220 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
5222         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
5223           you cannot use AC_DEFINE to define macros containing `[' or `]'.
5225 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
5227         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
5228         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
5229         bug-tar mailing list.
5231 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
5233         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
5235 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5237         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
5238         ulongval to be static, to avoid unwanted GCC warning.  Problem
5239         reported by Michael Jennings via Daniel Reed; see
5240         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
5242 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
5244         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
5245         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
5246         datadir, infodir, and mandir.  Adjust argument parsing code.
5247         (_AC_INIT_HELP): Update help text.
5248         * doc/autoconf.texi (Installation Directory Variables): Document
5249         new variables.
5251 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
5253         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
5254         not seem to work, assume it does set $(MAKE).
5255         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
5257 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5259         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
5261 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5263         A cleanup of the diversion support in m4sugar.
5265         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
5266         (_m4_divert_n_stack): New macro; the expansion is
5267           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
5268           otherwise.
5269         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
5270         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
5271           stored in _m4_divert_diversion or _m4_divert_dump.
5272         (m4_divert_pop): When the parameter is given, compare the symbolic
5273           name with the last diversion pushed on the stack.  Previously, the
5274           current diversion was compared with the numeric value of the
5275           diversion given as the parameter.
5276         (m4_require): If the macro hasn't been expanded yet, call ...
5277         (_m4_require_call): this new macro.
5279 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5281         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
5282         Workarounds for documented `case' limitations.
5284 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
5286         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
5287         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
5289 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
5291         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
5292         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
5293         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
5295         Patch from Roger Leigh (with some minor changes) as follows:
5296         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
5297         Resurrect AC_PROG_CC_STDC.
5298         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
5299         AC_PROG_CC_C89, AC_PROG_CC_C99.
5300         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
5301         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
5302         AC_PROG_CC_C99): New macros.
5303         (AC_PROG_CC_STDC): Use them.
5304         (_AC_PROG_CC_STDC): Remove.
5305         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
5306         * THANKS: Add Roger Leigh.
5308 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5310         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
5311         signals that the package uses Automake; a `Makefile.am' is typical but
5312         not essential.  Reported by Magnus Therning.
5313         * tests/torture.at (autoreconf.): New banner.
5314         (autoreconf and non-AC configure): Rename to `Non-Autoconf
5315         AC_CONFIG_SUBDIRS'.
5316         (autoreconf an empty directory): Rename to `Empty directory'.
5317         (Unusual Automake input files): New test.
5319 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5321         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
5322         (AT_SETUP): Clear AT_capture_files.
5323         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
5324         (AT_KEYWORDS): Fix comment typo.
5325         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
5326         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
5327         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
5329 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
5331         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
5332         If the variable to set is already set, set ac_cv_path_$1
5333         to the preset value so caller can assume ac_cv_path_$1
5334         is available.  (trivial change)
5336 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
5338         * BUGS (Minor Problems): Warn about makefile limitations.
5339         * Makefile.am: Find and update `INSTALL' in $(srcdir).
5340         * man/Makefile.am: Find and update manual pages in $(srcdir).
5342 2004-12-24  Eric Blake  <ebb9@byu.net>
5344         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
5345         shells in subshell, to avoid noise from ash.  (trivial change)
5347 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5349         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
5350         problems with SunOS ksh and backslash escaping, Bourne shells and
5351         closing brackets (both within character classes).  Bug reported
5352         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
5353         <read>: New entry.  Mention non-availability of -r.
5355 2004-12-21  Akim Demaille  <akim@epita.fr>
5357         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
5358         avoid cluttering displayed messages.  Rather, prepend srcdir where
5359         AT_LINE is used for log files.
5361 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
5363         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
5364         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
5365           no longer part of the macro, quote the occurrence of ``$tmp''.
5366         * doc/autoconf.texi (Forbidden Patterns): Typo.
5368 2004-12-21  Akim Demaille  <akim@epita.fr>
5370         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
5371         separated from the test title by forcing a white space.
5373 2004-12-21  Akim Demaille  <akim@epita.fr>
5375         Enable Emacs navigation within testsuite.log files.
5377         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
5378         use the compilation mode.
5379         (AT_LINE): Point to the srcdir.
5381 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
5383         * tests/Makefile.am (installcheck-local): Use $(bindir).
5384         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
5385         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
5386         Makefile.am scheme Autoconf now uses.
5388 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5390         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
5391         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
5393 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5395         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
5396         (_AT_CHECK): Use it.
5397         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
5398         (AS_ESCAPE): Fix comment.
5399         * tests/autotest.at: Adjust section banner comments.
5400         (AT_CHECK_AT): Accept STATUS and STDERR.
5401         (AT_CHECK_AT_TEST): Likewise.
5402         (Invalid brace-enclosed parameter expansion)
5403         (Multiline command from M4 expansion)
5404         (Double-M4-quoted command): New tests.
5406 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
5408         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
5410 2004-12-17  Akim Demaille  <akim@epita.fr>
5412         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
5413         m4_pattern_allow.
5414         Suggested by Alexandre Duret-Lutz.
5415         * doc/autoconf.texi (Setting Output Variables): Catch up.
5417 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5419         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
5421 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5423         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
5424           remove the comment which said we cannot.
5426 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5428         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
5429         Reini Urban and Paul Eggert for reporting the dependencies.
5431         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
5432         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
5433         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
5435 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5437         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
5438           so that eg. ``autoscan --help'' doesn't truncate it.
5440 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
5442         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
5443         generated conftest files.
5445 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
5447         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
5448         tracing on commands with possibly-escaped newlines.
5449         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
5450         discontinued behavior and its implications.
5451         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
5452         (BSx641-newline in command, BS-BS-newline in command)
5453         (BSx640-newline in command, Newline-CODE-BS-newline in command)
5454         (Single-quote-BS-newline in command)
5455         (Single-quote-newline-BS-newline in command): New tests.
5457 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5459         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
5460           on platforms where it works.
5461         (_AS_TEST_PREPARE): Test for ``test -x''.
5462         (_AS_BROKEN_TEST_PREPARE): Nuke.
5464 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5466         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
5467         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
5468           give only 4-letter prefix to AS_TMPDIR, comment fixed.
5469         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
5470           create the temporary directory.
5471         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
5473 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
5475         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
5476         (trivial change)
5478 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
5480         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
5482 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
5484         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
5485         to avoid using a negated character class.  Reported by Nicolas Joly.
5486         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
5488 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
5490         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
5491         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
5492         Don't depend on .x file explicitly, since "make" does that for us.
5493         Suggested by Stepan Kasal.
5495         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
5496         Add *.tmp.
5497         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
5498         ifnames): Factor common code.  And they said it couldn't be done!
5500 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5502         * bin/.cvsignore: Add autoconf.in.
5503         * tests/.cvsignore: Add wrapper.in.
5504         * lib/autotest/general.m4: Escape '$' in case pattern.
5506 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
5508         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
5510         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
5512         * tests/autotest.at: New file.
5513         * tests/suite.at: Include it.
5514         * tests/Makefile.am: Distribute it.
5516         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
5517           shell tracing on a command that could contain multiple lines.
5518         * doc/autoconf.text: Document that fact and its implications.
5519         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
5520         * tests/autotest.at (Multiline backquote command substitution,
5521           Multiline parameter expansion, Literal multiline command,
5522           Multiline parenthetical command substitution): Remove XFAIL.
5524 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5526         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
5527         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
5529 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5531         * configure.ac (test suite): Cease to generate wrapper scripts.
5532         * configure: Regenerate.
5533         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
5534         (m4f_dependencies): Adjust accordingly.
5535         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
5536         (wrapper.in): Generate it in the build directory.
5537         (MAINTAINERCLEANFILES): Delete wrapper.in.
5538         (CLEANFILES): Add wrapper.in.
5539         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
5540         the output.  Replace each $as_me with a @wrap_program@.
5541         * tests/wrapper.in: Delete it; we always build it.
5543         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
5544         (EXTRA_DIST): Remove autoconf.in.
5545         (CLEANFILES): Add autoconf.in.
5546         (autoconf): Find autoconf.in in the build directory.
5547         * bin/autoconf.in: Delete it; we always build it.
5549 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5551         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
5552         PATH members so as to not prepend an empty element.  Move a comment.
5553         * Makefile.am (SUBDIRS): Build in `tests' last.
5554         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
5556 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
5558         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
5559         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
5560         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
5561         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
5563 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
5565         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
5566         patch: extra "-l"s.
5568 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
5570         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
5571         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
5572         * doc/autoconf.texi (Particular Functions): Mention new behavior.
5574 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
5576         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
5577           out the common code to ...
5578         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
5579           value of the #define--default to 1, iff the macro was called
5580           with exactly one parameter.
5582 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
5584         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
5585         "char c = '\200';" rather than "char c = 0x80;" as the
5586         latter doesn't conform to the strict C standard due to
5587         overflow on signed char hosts.
5589         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
5590         to -qlanglvl=ansi.  We don't want to disable extensions.
5592 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
5594         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
5595         (Using Autotest, testsuite Scripts, Writing testsuite.at):
5596         Reword slightly to avoid some English-language problems noted
5597         by Ralf Wildenhues in:
5598         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
5600 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
5602         * NEWS: Add ^L above each release.
5604 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
5606         Fix documentation problems reported by Russ Boylan in
5607         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
5608         along with some nearby cruft.
5609         * doc/autoconf.texi (Libtool): Libtool can be used without
5610         Automake (not without Autoconf).
5611         (Introduction): Mention lists.gnu.org.
5612         * BUGS: Don't mention bugs.gnu.org.
5613         Remove mention of ancient libtool compatibility problem.
5614         * NEWS: Mention that bugs.gnu.org is kaput.
5615         * README: Likewise.  Mention where mailing list archives can be found.
5617 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
5619         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
5621 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5623         * doc/autoconf.texi (Pretty Help Strings): Go back to
5624         single-quoting assignments to cache variables.
5626 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
5628         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
5629         with the examples; fix the bug in MY_ARG_WITH example reported
5630         by Alexandre Duret-Lutz.
5631         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
5632         expansion of $1 in the comment emitted to configure.
5634 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
5636         * doc/autoconf.texi (Pretty Help Strings): Fix typo
5637         in my editing of the previous patch.  Problem reported
5638         by Alexandre Duret-Lutz.
5640 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
5642         * doc/autoconf.texi (Autoconf Language): Explain that
5643         ``descriptions'' may not be double quotes.
5644         (Quotation Rule Of Thumb): Likewise.
5645         (Pretty Help Strings): Likewise; remove the wrong comment;
5646         simplify the examples and improve their quoting.
5648 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
5650         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
5651         the $1_found variable, don't test whether the file is executable;
5652         Both things are checked ...
5653         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
5654         the former ``test -f''.
5655         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
5657 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
5659         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
5660         use cp -R instead.
5662 2004-11-10  Derek R. Price  <derek@ximbiot.com>
5664         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
5665         limitations.  Reorder paragraphs for clarity.
5667 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5669         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
5670         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
5671         variants", "Unix", and some related minor wording fixups.
5673         (Shellology, Special Shell Variables): Document that the Zsh
5674         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
5675         to Alexandre Duret-Lutz for this info.
5677 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
5679         * doc/autoconf.texi (One-Shot Macros): New node.
5681 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
5683         * doc/autoconf.texi (Function Portability): Fix misdescription
5684         of putenv.  Problem reported by Michael Wardle.
5686 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
5688         * doc/autoconf.texi (auindex): New macro.
5689         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
5690         Problem reported by Stepan Kasal.
5692 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
5694         Fix problems reported by Andreas Buening in:
5695         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
5696         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
5697         in test makefile.
5698         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
5699         readable; it's not true in OS/2-emx.
5701 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
5703         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
5704         "/usr/include", clear ac_x_includes instead of leaving it as "no"
5705         (trivial change).  Problem and patch reported by Andrew Church in:
5706         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
5708 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
5710         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
5711         three args in examples.  Problem reported by Frederik Fouvry in:
5712         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
5713         Also, fix some minor spacing and punctuation bugs.
5715 2004-09-02  Akim Demaille  <akim@epita.fr>
5717         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
5718         "case" to restore ordering.
5719         Reported by Stepan Kasal.
5721 2004-08-26  Akim Demaille  <akim@epita.fr>
5723         * doc/autoconf.texi: Minor typos and stylos.
5725 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5727         * configure.ac (AC_INIT): Bump to 2.59c.
5729 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5731         Version 2.59b.
5733         * README: Add advice about m4 1.4.2.
5735         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
5736         texinfo.tex for now (done by hand now).
5737         * Makefile.maint (wget_files, cvs_files):
5738         Remove ansi2knr.c; nobody uses it.
5739         (ansi2knr.c-url_prefix): Remove.
5740         (cvs-update): Fix test for failure.  I don't know why it ever
5741         worked...
5743         * doc/autoconf.texi: Update URLs, some of which went stale.
5744         Use @uref rather than @href.
5746         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
5747         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
5749         * config/config.guess, config/config.sub, config/elisp-comp,
5750         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
5751         doc/fdl.texi, doc/standards.texi: Sync with master copy.
5753         * NEWS, TODO, configure.ac, bin/autoscan.in,
5754         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
5755         doc/install.texi, lib/Autom4te/Configure_ac.pm,
5756         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
5757         lib/autoconf/programs.m4, lib/autoconf/status.m4,
5758         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
5759         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
5760         tests/tools.at, tests/torture.at:
5761         Use "file name" rather than "filename" or "path",
5762         to be consistent with the terminology of the GNU coding standards.
5764 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5766         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
5767         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
5768         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
5769         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
5771         More fixes to support spaces in the name of the build directory.
5772         This isn't a complete fix but it's an improvement.
5774         * bin/autoconf.as (autom4te_options): New var.
5775         Use it instead of appending to AUTOM4TE, so that we can allow
5776         spaces in the build directory's absolute name.
5777         * bin/autoheader.in ($autoconf): Allow spaces in file names.
5778         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
5779         AT_CHECK_NOESCAPE): Likewise.
5780         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
5781         main program): Likewise.
5783 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
5785         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
5786         From Ralf Corsepius in:
5787         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
5789 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
5791         * doc/autoconf.texi (Function Portability): Document isinf and
5792         and isnan.  From a suggestion by Kevin Ryde.
5794         * lib/Autom4te/General.pm (END): Return correct exit status even
5795         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
5797 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5799         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
5800         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
5801         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
5803 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
5805         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
5806         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
5807         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
5808         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
5809         * lib/autom4te.in (Automake-preselections): Preselect
5810         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
5812 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
5814         * lib/autom4te.in (Automake-preselections): Preselect
5815         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
5816         trace them.
5818 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
5820         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
5821         Tru64.
5822         * doc/autoconf.texi (Shellology): Mention BIN_SH.
5823         Document problem with "`""`" in pdksh POSIX mode.
5825 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
5827         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
5828         with pdksh, too.  Problem reported by Patrick Welche via
5829         Gary V. Vaughan.
5830         * doc/autoconf.texi (Shellology): Note that set -o posix is
5831         useful for pkdsh, too.
5833 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
5835         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
5836         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
5837         Don't fail if ENV or BASH_ENV is readonly.
5838         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
5839         etc. are read only.  Problem reported by Ludovic Courtes.
5841 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
5843         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
5844         zsh, disable GLOB_SUBST to avoid backslash handling problems.
5845         (trivial change)
5847 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
5849         * doc/autoconf.texi (File System Conventions): Warn about
5850         names like "aux".  Problem reported by Eric Blake.
5852         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
5853         by zero instead of array size, so that we can use any arithmetic
5854         constant expression (instead of requiring an integer constant
5855         expression).  This allows us to test expressions like DBL_MAX <
5856         LDBL_MAX, which didn't conform to the C standard using the old
5857         method.
5858         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
5859         now that we can do floating-point tests at compile time.
5861 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
5863         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
5864         and LDBL_EPSILON, as the resulting expression isn't an
5865         integer constant expression and violates the C standard.
5866         Problem reported by Nelson H. F. Beebe.  Also, check
5867         for "L" suffix, and check that long double doesn't have
5868         worse range or precision than double, that mixed-mode
5869         arithmetic doesn't generate a diagnostic, that double
5870         constants fit in long double.
5872 2004-06-03  Kevin Ryde  <user42@zip.com.au>
5874         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
5875         malloc(0) and realloc(NULL,size).
5877         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
5878         Bob Proulx.
5880 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
5882         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
5883         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
5884         by Jim Meyering.
5886 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
5888         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
5889         can be rewritten using if-then-else.  Suggested by Bruno Haible.
5891 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
5893         * doc/autoconf.texi (testsuite Scripts): Fix typo.
5894         Problem reported by Stepan Kasal.
5896 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
5898         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
5899         change).  Patch reported by Ralf Wildenhues in
5900         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
5902         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
5903         function F exists if the compiler and linker let you compile an
5904         expression like (F != 0).  Recent versions of GCC optimize away
5905         the reference to F in that case, since every function address must
5906         be nonzero, so the link succeeds even if F does not exist.
5907         Problem reported by Manu in
5908         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
5910         * doc/autoconf.texi (Systemology): Standardize on the spelling of
5911         "Unix".  Many uses changed.
5912         (Limitations of Builtins): Explain better why the ! command isn't
5913         portable.
5915 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
5917         * lib/autom4te.in (Automake-preselections): Preselect
5918         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
5920 2004-05-19  Kevin Ryde  <user42@zip.com.au>
5922         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
5923         referencing AC_FUNC_STRERROR_R.
5925         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
5926         note pessimistic assumption when cross compiling.
5928 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
5930         * doc/autoconf.texi (Limitations of Make): Note that BSD make
5931         (until 2004) invoked subcommands with sh -e, contra POSIX.
5932         Reported by Kevin Ryde.
5934 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
5936         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
5937         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
5938         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
5939         `test -f "        /usr/bin/grep"', which _always_ failed.
5940         (AC_PROG_SED): Ditto bogus PATH fix.
5941         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
5942         requires that grep correctly supports _multiple_ `-e' options, rather
5943         than stating only that grep should accept `-e'.
5945 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
5947         Port to C99, which requires that 'exit' be declared.
5949         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
5950         to ensure that stdlib.h is included.
5951         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
5952         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
5953         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
5954         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
5955         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
5956         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
5957         when using 'exit' in a test; C99 requires that 'exit' be declared.
5959 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5961         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
5962         now prefers 'grep' implementations that accept -e.
5963         (Limitations of Usual Tools): Describe problems of traditional
5964         egrep and fgrep with long input lines, and of traditional grep
5965         with -e.
5966         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
5967         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
5968         All callers changed.  Append /usr/xpg4/bin to the PATH, for
5969         Solaris.
5970         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
5971         the user with complaints about multiple -e options.
5972         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
5973         Define it with AC_PROG_GREP.
5974         * configure.ac (AC_PROG_GREP): Add.
5975         * lib/freeze.mk (GREP): New macro.
5977 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
5979         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
5980         a possible candidate only after all others fail, rather than
5981         consulting it first.  This improves backward compatibility by
5982         better reflecting the way shell selection occurred in previous
5983         versions of Autoconf, and should help to avoid triggering latent
5984         problems in other packages, such as the one in Automake where zsh
5985         is not handled robustly:
5986         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
5987         Although it is not Autoconf's responsibility to work around
5988         problems in Automake, it nevertheless makes sense to avoid
5989         introducing unnecessary incompatibilites.
5991 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
5992             Gary V. Vaughan  <gary@gnu.org>
5994         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
5995         how deeply nested we are when a suitable tool is found, set the
5996         ac_path_TOOL_found flag.
5997         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
5998         nested we are in this macro.  Break out of all 3 nested loops if
5999         ac_path_TOOL_found is set.
6001 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
6003         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
6004         of the _AS_PATH_WALK loop too if GNU flavor is found.
6006 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
6008         * doc/autoconf.texi (Limitations of Make): Update documentation
6009         for `$<'.  New entry `Long lines', based on a report from Simon
6010         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
6011         paragraph about DJGPP, based on a mail from Richard Dawe.
6013 2004-04-20  Paul Eggert  <eggert@twinsun.com>
6015         * tests/c.at (C keywords): Don't assume that GCC supports
6016         "restrict" and "inline", as sufficiently-old GCC versions do not
6017         (also, GCC configured to be in pedantic C89 mode does not).
6018         Problem reported by Sumit Pandya in:
6019         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
6021         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
6022         consider -g to work if it generates warnings when plain compiles
6023         don't.  Problem reported by Braden McDaniel in:
6024         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
6026         * doc/autoconf.texi (Slashes): New section, to document a problem
6027         reported by Jim Meyering in:
6028         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
6030         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
6031         linker output files before linking, to work around IRIX 6 linker bug.
6032         Problem reported by Rainer Orth in:
6033         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
6035 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
6037         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
6038         best tool so far counter rely on the tool path variable name to
6039         avoid checks for one tool being affected by the results of running
6040         the length check on a previous tool.
6042         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
6043         match expression argument, as different greps have different
6044         regular expression flavours.
6045         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
6046         literals.
6047         (AC_PROG_EGREP): Pass 'EGREP$'.
6048         (AC_PROG_GREP): Pass 'GREP$'.
6050 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
6052         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
6053         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
6055 2004-03-29  Paul Eggert  <eggert@twinsun.com>
6057         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
6058         Types, Specific Compiler Characteristics, System Services,
6059         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
6060         etc. consistently instead of 'long', 'short', 'unsigned' etc.
6061         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
6062         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
6063         Likewise.
6064         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
6065         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
6066         AC_TYPE_OFF_T): Likewise.
6067         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
6068         Likewise.
6070         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
6071         pacify libtool 1.5.2.  Fix quoting problems in sed command.
6073 2004-03-28  Paul Eggert  <eggert@twinsun.com>
6075         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
6076         now defines HAVE_DECL_TZNAME if it is declared, when
6077         HAVE_STRUCT_TM_TM_ZONE is not defined.
6078         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
6079         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
6080         for HAVE_TZNAME.
6082 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
6084         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
6085         superfluous backslashing of quotes (") in sed expressions;
6086         thanks to Paul Eggert.
6088 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
6090         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
6091         Fortran compiler is ifort, also added pghpf; thanks to Nelson
6092         H. F. Beebe for the bug report.
6094 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
6096         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
6097         quoted -cmdline argument in Portland Group compiler (bug
6098         reported by Jeffrey J. Barteet).
6100 2004-03-25  Kevin Ryde  <user42@zip.com.au>
6102         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
6103         (Run Time): ... here, where it's now mentioned.
6105 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
6107         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
6108         inherits from language Autoconf-without-aclocal-m4.
6109         (Customizing autom4te): Adjust example; the cache must now be
6110         disabled for language Autoconf-without-aclocal-m4.
6112 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
6113             Nathanael Nerode  <neroden@twcny.rr.com>
6115         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
6116         AC_CHECK_TOOLS): Warn if a cross-tool is found without
6117         a prefix.
6118         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6119         AC_CHECK_TARGET_TOOLS): New macros.
6120         * doc/autoconf.texi (Generic Programs): Document
6121         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6122         AC_CHECK_TARGET_TOOLS, and warn for future changes
6123         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
6124         AC_CHECK_TOOLS.
6125         (Specifying Names): Document the reason for these future
6126         behavioral changes.
6127         * tests/mktests.sh: Do not generate tests for the
6128         new macros.
6129         * NEWS: Document these changes.
6131         * doc/autoconf.texi: Avoid macros with unbraced arguments,
6132         they make TeX hang up.
6134 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
6136         * NEWS: New macro AC_CHECK_ALIGNOF.
6137         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
6138         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
6139         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
6140         vowel.
6141         (AC_CHECK_ALIGNOF): New macro.
6142         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
6143         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
6144         those for sizeof.
6146 2004-03-03  Paul Eggert  <eggert@twinsun.com>
6148         * bin/Makefile.am (edit): Don't use $< in a context where
6149         POSIX doesn't require support for it.  Use $@.in instead.
6150         Problem reported by Anthony N. Frasso in
6151         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
6152         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
6154 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
6156         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
6157         from the next generation of Libtool.
6158         * lib/autom4te.in (Autoreconf-preselections): Ditto.
6160 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
6162         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
6163         is not always thread-safe.  Report from Nathanael Nerode.
6165 2004-02-18  Paul Eggert  <eggert@twinsun.com>
6167         Fix a dependencies problem, stemming from a Autoconf 2.59 build
6168         problem on QNX reported by Stephen Rasku in
6169         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
6171         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
6172         $(m4sh_m4f_dependencies); this removes a FIXME.
6173         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
6174         (MAINTAINERCLEANFILES): Split into pieces,
6175         one per related section.  Add $(srcdir)/wrapper.in.
6177 2004-02-09  Paul Eggert  <eggert@twinsun.com>
6179         * doc/autoconf.texi (Setting Output Variables): Emphasize that
6180         AC_SUBST provides no portable way to escape literal newlines.
6182         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
6183         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
6184         Darwin uses -lcrt2.o and there's little point to cataloging all
6185         the system variants.  Partial fix reported by Andreas Waechter in:
6186         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
6187         for bug reported by Nelson H. F. Beebe in:
6188         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
6190 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
6192         * doc/autoconf.texi (AU_DEFUN): Fix English,
6193         suggested by Paul Eggert.
6194         * lib/autoconf/autoupdate.m4: Correct reference to
6195         acobsolete.m4, suggested by Alexandre Duret-Lutz.
6197 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
6199         * bin/autoupdate.in: Define __file__ so that warnings
6200         refer to the correct file.
6201         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
6202         the behavior of the third argument.
6203         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
6204         correctly the behavior of the third argument.  Document
6205         what the three macros that AU_DEFUN defines do.  Fix
6206         warning message when the third argument includes $0
6207         (reported by Alexandre Duret-Lutz).
6209 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6210             Eric Sunshine  <sunshine@sunshineco.com>
6211             Paul Eggert  <eggert@twinsun.com>
6213         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
6214         (AS_INIT): Output shell initialization there. Removed optional
6215         parameter. Expand _AS_SHELL_FN_SPY.
6216         (AS_INIT_WITH_SHELL_FN): Removed.
6217         (_AS_SHELL_FN_SPY): New macro.
6218         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
6219         macros.
6220         (AS_SHELL_SANITIZE): Remove loop to find better shell
6221         and documentation for the parameter.
6222         (_AS_DETECT_BETTER_SHELL): Move it here.
6223         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
6224         (_AS_RUN): Move it here, support testing with eval.
6225         (AS_REQUIRE_SHELL_FN): Require shell functions when
6226         it is used.
6227         (_AS_LINENO_WORKS): Put around braces, we do not
6228         trigger the bash bug anymore.
6229         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
6230         use AS_INIT_WITH_SHELL_FN.
6231         * bin/autoconf.in, tests/wrapper.in: Regenerated.
6233 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6235         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
6236         * doc/autoconf.texi: Don't say that the third parameter
6237         is broken.
6238         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
6239         (AU_DEFUN): Honor the third parameter, create autoupdate
6240         macros with AU_DEFINE.
6241         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
6242         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
6243         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
6244         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
6245         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
6246         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
6247         AC_XENIX_DIR): Likewise.
6248         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
6249         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
6250         * lib/autoconf/status.m4: Remove FIXME.
6251         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
6252         that the macro is not present anymore in the updated
6253         configure.ac.
6254         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
6255         of autoupdate.
6257 2004-01-28  Paul Eggert  <eggert@twinsun.com>
6259         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
6260         copyright years.
6261         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
6262         2003 (except 1997) to the list of copyright years.  This undoes
6263         the 2003-05-22 change, which removed the older years from the list.
6264         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
6266 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
6267             Albert Chin-A-Young  <china@thewrittenword.com>
6269         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
6270         grep or ggrep program in PATH that accepts as long lines as
6271         possible.
6272         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
6273         AC_PROG_GREP.
6274         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
6275         egrep and fgrep respectively if $GREP -E/-F don't work.
6276         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
6277         _AC_PROG_GREP, and AC_PROG_SED.
6278         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
6279         longest input length accepted by a command.
6280         (AC_PROG_SED): Use it.
6281         * doc/autoconf.texi (Particular Programs): Document the changes.
6282         * NEWS: Updated.
6284 2004-01-27  Paul Eggert  <eggert@twinsun.com>
6286         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
6287         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6288         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
6289         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
6291         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
6292         bin/autoconf.in, config/Makefile.in, config/config.guess,
6293         config/config.sub, config/install-sh, config/mdate-sh,
6294         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
6295         lib/Makefile.in, lib/Autom4te/Makefile.in,
6296         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
6297         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
6298         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
6299         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
6300         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
6301         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
6302         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
6303         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
6304         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
6305         tests/actypes.at: Regenerate and/or sync with original
6306         sources.
6308 2004-01-26  Paul Eggert  <eggert@twinsun.com>
6310         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
6311         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
6312         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
6313         not <inttypes.h>.  Problem reported by Tim Mooney in
6314         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
6315         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
6316         Likewise.
6318         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
6319         otherwise "make check" fails because it forbids cmp (I guess
6320         because cmp treats files as binary on DOS-like systems).
6322         * tests/mktests.sh: Update copyright date to 2004, since some tests
6323         have changed in 2004.
6325 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
6327         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
6328         non-truncating sed or gsed program in PATH.
6329         * tests/acprograms.at: Add it.
6330         * doc/autoconf.texi (Particular Programs): Document it.
6331         * NEWS: Updated.
6333 2004-01-15  Paul Eggert  <eggert@twinsun.com>
6335         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
6336         -std1 disables some useful extensions on Tru64.  Problem reported
6337         by N. Lichtmaier in
6338         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
6340 2004-01-14  Paul Eggert  <eggert@twinsun.com>
6342         * doc/autoconf.texi (Programming in M4sh): Document that
6343         AS_MKDIR_P succeeds if the destination is a symbolic link
6344         to an existing directory.
6345         (Limitations of Usual Tools): Note that mkdir -p might not
6346         succeed on symlinks to directories.
6348 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
6350         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
6351         * bin/autoheader.in: Grammar fix in message.
6352         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
6353         Test for dir before calling mkdir -p.  (trivial changes)
6355 2004-01-13  Eric Blake  <ebb9@byu.net>
6357         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
6358         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
6360 2004-01-10  Jim Meyering  <jim@meyering.net>
6362         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
6364 2004-01-09  Paul Eggert  <eggert@twinsun.com>
6366         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
6367         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
6368         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
6369         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
6370         AC_COMPILE_IFELSE, since we now assume our caller invokes
6371         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
6372         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
6373         of AC_RUN_IFELSE; this avoids the warning mentioned above.
6374         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
6376 2004-01-07  Paul Eggert  <eggert@twinsun.com>
6378         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
6379         `"'...'"`, as it's confusing (and I suspect it may not work on
6380         some platforms).  The code was incorrect anyway, as it assumed
6381         that \$ evaluated to itself in that context.  Reported by
6382         Alexandre Duret-Lutz.
6384 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
6386         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
6387         and _LT_AC_TAGCONFIG.
6389 2004-01-06  Paul Eggert  <eggert@twinsun.com>
6391         * doc/autoconf.texi (One Macro Call): Fix an incorrect
6392         example, and add more examples.  Reported by Eric Sunshine.
6394 2004-01-05  Paul Eggert  <eggert@twinsun.com>
6396         * doc/autoconf.texi (Limitations of Usual Tools):
6397         Remove warning against "rm -fr" introduced yesterday; it
6398         was a false alarm.
6400         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
6401         autoscan, autoupdate, ifnames): Don't use chmod -w.
6402         * lib/Makefile.am (autom4te.cfg): Likewise.
6403         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
6404         "chmod -w".
6406 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6407             Paolo Bonzini  <bonzini@gnu.org>
6409         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
6410         by doing lineno substitution only on lines containing "$LINENO".
6412 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6414         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
6415         Use "rm -f" to remove conftest.sed, not plain "rm".
6416         Bug reported by David Relson in
6417         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
6419         * Makefile.am (autom4te-update):
6420         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
6421         * Makefile.maint (my-distcheck, do-po-update): Likewise.
6422         * doc/autoconf.texi (Guidelines): Likewise.
6423         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
6424         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
6425         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
6426         * lib/autotest/general.m4 (AT_INIT): Likewise.
6427         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
6428         * tests/Makefile.am (clean-local): Likewise.
6429         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
6430         srcdir): Likewise.
6431         * doc/autoconf.texi (Limitations of Usual Tools):
6432         Warn against "rm -fr".
6434 2004-01-03  Paul Eggert  <eggert@twinsun.com>
6436         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
6437         -c -o might not work.  From a suggestion by Kevin Ryde.
6438         (C Compiler, Generating Sources, Limitations
6439         of Usual Tools, Limitations of Make, Making testsuite Scripts):
6440         Don't put '-o' after non-options, as POSIX doesn't allow this.
6441         Mention that cc's name might be gcc or c89 or whatever.
6443 2004-01-04  Kevin Ryde  <user42@zip.com.au>
6445         * doc/autoconf.texi: Add various further index entries.
6447 2003-12-29  Paul Eggert  <eggert@twinsun.com>
6449         * bin/autoreconf.in (autoreconf_current_directory):
6450         Fix typo: mkdir without umask arg.
6452 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
6454         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
6455         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
6456         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
6457         explanation clearer.
6459 2003-12-24  Andreas Schwab  <schwab@suse.de>
6461         * doc/autoconf.texi (Default Includes): Fix misspelling of
6462         AC_INCLUDES_DEFAULT.
6464 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6466         * configure.ac: Test if sh -n works.
6467         * configure: Regenerate.
6468         * tests/atlocal.in: Store the result here.
6469         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
6470         tools.at, looking in atlocal's ac_cv_sh_n_works instead
6471         of explicitly testing.
6472         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
6473         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
6474         * tests/tools.at (Syntax of the shell scripts): Simplify
6475         using AT_CHECK_SHELL_SYNTAX.
6476         (Syntax of the Perl scripts): Remove definition of
6477         AT_CHECK_PERL_SYNTAX.
6479 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6481         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
6482         stderr to /dev/null.
6483         * bin/autoconf.in: Regenerate.
6484         * bin/wrapper.in: Regenerate.
6486 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
6488         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
6489         Extracted from AS_SHELL_SANITIZE.
6490         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
6491         macros.
6492         (AS_SHELL_SANITIZE): Move reinvocation code from
6493         _AS_LINENO_WORKS, use it to find out if shell
6494         functions work.
6495         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
6496         does not work.
6497         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
6498         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
6499         was called.
6500         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
6501         * bin/autoconf.in: Regenerate.
6502         * tests/wrapper.in: Regenerate.
6503         * tests/tools.at: Test the syntax of tests/autoconf
6504         and tests/testsuite.
6506 2003-11-24  Akim Demaille  <akim@epita.fr>
6508         * config/announce-gen (&print_locations, &print_signatures)
6509         (&sizes): New.
6510         Use them.
6511         No longer rely on Gnus to inline the list of signatures: compute
6512         them on the fly.
6514 2003-11-24  Akim Demaille  <akim@epita.fr>
6516         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
6517         override some files.
6518         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
6519         From Debian Autoconf 2.58.
6521 2003-11-24  Akim Demaille  <akim@epita.fr>
6523         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
6524         uses.
6525         From Debian Autoconf 2.58.
6527 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6529         * TODO: Remove already done things.  Update the part about finding
6530         tools for the target.
6532 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6534         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
6535         Make wording more consistent.
6536         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
6537         Explain the transition better.
6538         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
6539         the transition better.
6541 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6543         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
6544         parameter of AU_DEFUN.
6545         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
6546         (AU_DEFUN): Remove the third parameter, it was not used.
6547         Use AC_DEFUN directly, not AU_DEFINE.
6548         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
6549         the expanded body, consistently with other macros such as AC_USG.
6551 2003-11-17  Paul Eggert  <eggert@twinsun.com>
6553         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
6554         into the initial confdefs.h, to work around a bug in NextStep 3.3
6555         patch 3 reported by Eric Sunshine.
6557 2003-11-15  Kevin Ryde  <user42@zip.com.au>
6559         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
6560         than $target since the latter is not usual, add guidelines on when to
6561         use or not use the system type.
6563 2003-11-12  Derek Price  <derek@ximbiot.com>
6565         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
6566         typo misrepaired by an auto-spellcheck.
6568 2003-11-12  Akim Demaille  <akim@epita.fr>
6570         * bin/autoreconf.in (&parse_args): Don't call automake with
6571         --force-missing unless it actually supports it.
6572         From Debian #219336.
6574 2003-11-12  Akim Demaille  <akim@epita.fr>
6576         * configure.ac: Bump to 2.59a.
6577         Require 2.59.
6579 2003-11-06  Akim Demaille  <akim@epita.fr>
6581         Version 2.59.
6583 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
6585         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
6586         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
6587         and ac_abs_top_srcdir are absolute paths.
6588         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
6590 2003-11-05  Akim Demaille  <akim@epita.fr>
6592         * configure.ac: Bump to 2.58a.
6594 2003-11-05  Kevin Ryde  <user42@zip.com.au>
6596         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
6597         it provokes a warning from makeinfo about looking like a cross
6598         reference in info output.
6600         * doc/autoconf.texi (Function Portability): Add notes on signal
6601         handler return type, as per AC_TYPE_SIGNAL.
6603 2003-11-04  Akim Demaille  <akim@epita.fr>
6605         Version 2.58.
6606         * doc/standards.texi: Update from master.
6608         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
6610 2003-11-04  Akim Demaille  <akim@epita.fr>
6612         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
6613         computing the absolute path to d1 in the source hierarchy: it may
6614         not exist at all.  So don't cd into it.
6615         From Alexandre Duret-Lutz.
6616         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
6618         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
6619         From Paul Eggert, but named after Perl's IO::Spec->catfile.
6620         * doc/autoconf.texi (Programming in M4sh): Document.
6621         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
6623 2003-11-03  Pavel Roskin  <proski@gnu.org>
6625         * doc/autoconf.texi (Generic Structure Checks): Describe
6626         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
6628 2003-10-31  Akim Demaille  <akim@epita.fr>
6630         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
6631         (GNU Fortran): New.
6632         * doc/autoconf.texi (Language Choice): Document.
6633         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
6634         the current language is Fortran.
6636 2003-10-31  Akim Demaille  <akim@epita.fr>
6638         * bin/autom4te.in (&freeze): Use a less likely warning separator
6639         than `\n\n', so that `\n\n\n' is valid in warnings.
6640         Reported by Steve Huston.
6642 2003-10-28  Akim Demaille  <akim@epita.fr>
6644         * Makefile.cfg (local_updates, executable-update): Tweak to be
6645         robust to parallel makes.
6646         Suggested by Alexandre Duret-Lutz.
6648 2003-10-27  Akim Demaille  <akim@epita.fr>
6650         * Makefile.cfg (executable-update): New.
6651         (local_updates): Call it.
6653 2003-10-27  Akim Demaille  <akim@epita.fr>
6655         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
6656         Don't remove core.* as it may remove valid user files.
6657         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
6658         (AC_FUNC_UTIME_NULL): Likewise.
6660 2003-10-23  Akim Demaille  <akim@epita.fr>
6662         Version 2.57g.
6663         * config/config.guess, config/config.sub: Upgrade from masters.
6665 2003-10-23  Akim Demaille  <akim@epita.fr>
6667         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
6668         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
6669         hand...
6671 2003-10-23  Akim Demaille  <akim@epita.fr>
6673         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
6674         Don't forget to remove conftest.err.
6676 2003-10-23  Akim Demaille  <akim@epita.fr>
6678         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
6679         same object file in $LIBOBJS.
6680         Reported by Alexandre Duret-Lutz & Derek Robert Price.
6681         * doc/autoconf.texi (Generic Functions): Adjust.
6683 2003-10-20  Paul Eggert  <eggert@twinsun.com>
6685         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
6686         Use 'eval', so that the resulting configure scripts work even if
6687         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
6689 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
6691         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
6692         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
6693         (_AC_LINK_IFELSE): Check the werror flag.
6694         * doc/autoconf.texi (Generic Compiler Characteristics): Document
6695         AC_LANG_WERROR.
6696         * NEWS: Mention it.
6698 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
6700         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
6701         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
6702         override AC_LINK_IFELSE.
6704 2003-10-15  Paul Eggert  <eggert@twinsun.com>
6706         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
6707         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
6708         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
6709         Mention /usr/dt/bin/dtksh on Solaris.
6710         (Shell Substitutions): Warn about $((...)).
6711         (Parentheses): New section.
6713 2003-10-15  Kevin Ryde  <user42@zip.com.au>
6715         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
6716         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
6718 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6720         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
6721         cross test.
6723 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
6725         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
6726         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
6728 2003-10-10  Andreas Schwab  <schwab@suse.de>
6730         * bin/autoheader.in: Avoid empty first line in --version and
6731         --help output.
6732         * bin/ifnames.in: Likewise.
6734 2003-10-09  Paul Eggert  <eggert@twinsun.com>
6736         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
6737         Issue a more-informative diagnostic.
6738         Problems reported by Eric Sunshine.
6740 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
6742         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
6743         -mGLOB_options_string stuff for Intel ifc, which can cause
6744         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
6745         pattern-matching instead of grep.
6747 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
6749         * doc/autoconf.texi: Document new FC Fortran macros.
6751 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
6753         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
6754         that future autopoint/aclocal/automake/autoreconf will be able
6755         to trace to find where to install local m4 macros.
6756         * doc/autoconf.texi (Input): Document it.
6757         * NEWS: Updated.
6759 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
6761         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
6762         -lcrtbegin.o to list of ignored flags and fix underquoting of
6763         -lcrt[01].o.
6765 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
6767         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
6768         cache variable instead of $G77 to decide whether to include -O2,
6769         since $G77 is specific to Fortran 77.
6771 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
6773         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
6774         free" flag.  Re-order flags tested into rough order of popularity.
6776 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
6778         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
6779         arguments so that it can be used with syntax identical to
6780         AC_PROG_F77, and so that we can more easily decide to
6781         remove/deprecate the DIALECT optional argument in the future if it
6782         proves troublesome.
6783         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
6784         non-freeform-supporting compilers.  Document freeform flags.
6786 2003-10-03  Akim Demaille  <akim@epita.fr>
6788         * configure.ac: Look for emacs, not macs.
6789         Reported by Eric Sunshine.
6791 2003-10-03  Akim Demaille  <akim@epita.fr>
6793         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
6794         * bin/autoreconf.in (autoreconf_current_directory): Create the
6795         AUX_DIR if needed, for sake of automake --add-missing etc.
6796         Suggested by Alexandre Duret-Lutz.
6798 2003-10-03  Akim Demaille  <akim@epita.fr>
6800         * configure.ac: Quotation and formatting changes.
6801         (EMACS): Don't set it if it is not recent enough to support
6802         autoconf-mode.el.
6803         From Eric Sunshine.
6805 2003-10-02  Akim Demaille  <akim@epita.fr>
6807         * bin/ifnames.in (&scan_file): Skip C++ comments.
6808         From Jeremy Yallop.
6810 2003-10-01  Pavel Roskin  <proski@gnu.org>
6812         * doc/autoconf.texi (Particular Structure Checks):
6813         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
6815 2003-10-01  Akim Demaille  <akim@epita.fr>
6817         Version 2.57f.
6819 2003-09-30  Paul Eggert  <eggert@twinsun.com>
6821         * lib/Autom4te/XFile.pm: Use Errno.
6822         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
6823         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
6825 2003-09-30  Akim Demaille  <akim@epita.fr>
6827         * config/announce-gen (&print_news_deltas): Extracted from...
6828         (&print_changelog_deltas): here.
6829         (&news_file): Rename as...
6830         (@news_file): this.
6832 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
6834         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
6835         have been created when invoking the compiler.
6836         * tests/fortran.at (GNU Fortran 77): Quote $G77.
6838 2003-09-29  Akim Demaille  <akim@epita.fr>
6840         Version 2.57e.
6842         * config/mkinstalldirs: Upgrade.
6844 2003-09-28  Paul Eggert  <eggert@twinsun.com>
6846         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
6847         Problem reported by Lars J. Aas in
6848         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
6849         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
6850         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
6851         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
6853 2003-09-26  Akim Demaille  <akim@epita.fr>
6855         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
6856         directory for AC_CONFIG_COMMANDS' first argument exists.
6857         This makes valid the invocation of _AC_SRCPATH that follows.
6858         Reported by Eric Sunshine.
6859         * doc/autoconf.texi (Configuration Commands): Adjust.
6861 2003-09-26  Akim Demaille  <akim@epita.fr>
6863         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
6864         Reported by Ralf Corsepius.
6866 2003-09-26  Akim Demaille  <akim@epita.fr>
6868         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
6869         arguments.
6870         Actually, use AU_ALIAS.
6871         From Bruno Haible.
6873 2003-09-26  Paul Eggert  <eggert@twinsun.com>
6875         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
6876         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
6877         Problem reported by Eric Sunshine in:
6878         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
6880 2003-09-26  Akim Demaille  <akim@epita.fr>
6882         The test suite are sometimes assigning timings incorrectly.
6883         Reported by Henk Krus.
6884         Diagnosed by Nicolas Joly.
6886         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
6887         AT_help_all.
6888         Instead of making AT_help a sequence of assignments to grow
6889         $at_help_all, just make AT_help_all be the growing contents of
6890         $at_help_all, and make a single assignment in...
6891         (AT_INIT): here.
6892         (at_times_skip): Flip the meaning and rename as...
6893         (at_times_p): this.
6894         (AT_INIT): When summarizing the test that ran, remove
6895         $at_times_file after use, and check it is present before trying to
6896         use it.
6898 2003-09-25  Akim Demaille  <akim@epita.fr>
6900         Version 2.57d.
6902         * bin/Makefile.am (edit): Handle '@configure_input@'.
6903         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
6904         (ifnames): chmod -w.
6905         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
6906         executables, not bin/ executables!  Otherwise all the magic needed
6907         to find non installed files is turned off.  This caused a failure
6908         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
6909         as found in its environment (sent by tests/autoreconf): pointing
6910         to bin/autom4te that could not find its files.
6911         * tests/mktests.sh: Force the replacement of generated files, for
6912         the sake of "mv" program that are interactive when overwriting a
6913         -w file.
6914         * config/install-sh: Upgrade from CVS Automake.
6916 2003-09-23  Paul Eggert  <eggert@twinsun.com>
6918         * doc/autoconf.texi (Limitations of Builtins): Document test -h
6919         versus test -L issues.
6921 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
6922             Paul Eggert  <eggert@twinsun.com>
6924         Trivial change to support GCC's configuration procedure.
6925         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
6926         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
6927         about inconsistency if the preprocessor is set to give errors for
6928         any warning.
6929         * doc/autoconf.texi (C Compiler Characteristics): Document this.
6931 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
6933         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
6934         and XFile.pm from Automake.
6935         * lib/Autom4te/XFile.pm: Update from Automake.
6937 2003-09-12  Akim Demaille  <akim@epita.fr>
6939         Version 2.57c.
6941 2003-09-12  Akim Demaille  <akim@epita.fr>
6943         * config/config.guess, config/config.sub, config/missing,
6944         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
6945         from masters.
6947 2003-09-12  Akim Demaille  <akim@epita.fr>
6949         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
6950         not asm/types.h.
6952 2003-09-11  Akim Demaille  <akim@epita.fr>
6954         * doc/autoconf.texi (Header Portability): linux/random.h.
6955         From Peter Hendrickson.
6957 2003-09-10  Akim Demaille  <akim@epita.fr>
6959         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
6960         willing to edit the output files.
6962 2003-09-10  Akim Demaille  <akim@epita.fr>
6964         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
6965         and AC_FC_FREEFORM.
6966         * tests/mktests.sh: Skip AC_FC_SRCEXT.
6967         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
6969 2003-09-09  Akim Demaille  <akim@epita.fr>
6971         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
6972         Reported by Gary Vaughan.
6973         * bin/autom4te.in (handle_m4): Likewise.
6975 2003-09-09  Akim Demaille  <akim@epita.fr>
6977         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
6978         trailing files.
6980 2003-09-07  Paul Eggert  <eggert@twinsun.com>
6982         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
6983         Improve the accuracy of the wording about obsolescence.
6984         From a suggestion by Ian Lance Taylor in
6985         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
6987 2003-09-05  Paul Eggert  <eggert@twinsun.com>
6989         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
6990         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
6992 2003-09-04  Akim Demaille  <akim@epita.fr>
6994         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
6995         AC_FUNC_WAIT3.
6997 2003-09-04  Akim Demaille  <akim@epita.fr>
6999         * bin/autom4te.in: Use &fatal where more appropriate than &error.
7000         (freeze): When exiting, use $exit_code.
7001         * lib/autoconf/fortran.m4: Comment changes.
7003 2003-09-04  Akim Demaille  <akim@epita.fr>
7005         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
7007 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
7009         Add support for newer Fortran dialects.  The F77 interface is
7010         unchanged, and continues to support Fortran 77.  New FC macros
7011         correspond to all the old F77 macros, with output variables FC,
7012         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
7013         available dialect, but older dialects can be specified.  There are
7014         new macros AC_FC_SRCEXT to set the source extension, and
7015         AC_FC_FREEFORM to accept free-form source files.
7017         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
7018         New macros.
7019         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
7020         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
7021         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
7022         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
7023         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
7024         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
7025         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
7026         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
7027         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
7028         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
7029         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
7030         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
7031         AC_FC_SRCEXT, AC_FC_FREEFORM):
7032         New macros.
7033         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
7034         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
7035         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
7036         Rewrite in terms of the above.
7037         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
7038         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
7039         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
7040         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
7042 2003-09-02  Paul Eggert  <eggert@twinsun.com>
7044         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
7045         Document problems with timestamp resolution that 'make', 'cp -p', and
7046         'touch -r' have.
7048 2003-08-27  Akim Demaille  <akim@epita.fr>
7050         * tests/m4sugar.at (cross_warning): Make sure to enable the
7051         output, so that we can track spurious m4sugar output.
7052         * tests/local.at: Require 2.57.
7053         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
7054         are defaulted by AT_CHECK anyway.
7055         Use AT_CHECK_AUTOM4TE.
7056         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
7057         missing dnl.
7059 2003-08-27  Akim Demaille  <akim@epita.fr>
7061         * bin/autoheader.in: Issue the "Using auxiliary..." message only
7062         when -Wobsolete is set.
7063         Set it on by default.
7064         Suggested by Klee Dienes.
7066 2003-08-27  Akim Demaille  <akim@epita.fr>
7068         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
7069         documentation.
7070         From Guido Draheim.
7072 2003-08-26  Akim Demaille  <akim@epita.fr>
7074         * doc/autoconf.texi (Output): Make clear that one can run code
7075         after AC_OUTPUT.
7077 2003-08-25  Akim Demaille  <akim@epita.fr>
7079         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
7080         CVS Bison.
7082 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
7084         * bin/autoreconf.in (parse_args): Do not pass --no-force to
7085         Automake versions prior to 1.8.
7087 2003-08-25  Akim Demaille  <akim@epita.fr>
7089         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
7090         From Ville Karaila.
7092 2003-08-24  Akim Demaille  <akim@epita.fr>
7094         * configure.ac: Bump to 2.57c.
7096 2003-08-22  Akim Demaille  <akim@epita.fr>
7098         Version 2.57b.
7100         * Makefile.cfg (local-checks-to-skip): New.
7101         * Makefile.maint (local-check): Rename as...
7102         (local-checks-available): this.
7103         (local-check): New.
7105         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
7106         * configure.ac: Require Automake 1.7.6.
7108 2003-08-22  Akim Demaille  <akim@epita.fr>
7110         Output stack traces in warnings.
7112         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
7113         Replace the former...
7114         (m4_warn): Pass the call stack to _m4_warn.
7115         * bin/autom4te.in: Adjust to output the call stack.
7116         * tests/m4sugar.at (m4@&t@_warn): Adjust.
7118 2003-08-22  Akim Demaille  <akim@epita.fr>
7120         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
7121         * bin/autom4te.in: Adjust.
7123 2003-08-21  Akim Demaille  <akim@epita.fr>
7125         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
7126         (&verbose): Remove.
7127         (&getopt): Adjust the note and verb channels, depending upon
7128         --verbose.
7129         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
7130         * bin/autoupdate.in: Adjust.
7131         Use &verb, not &verbose.
7133 2003-08-21  Akim Demaille  <akim@epita.fr>
7135         * bin/autoheader.in (&parse_args): Use &parse_warnings and
7136         &parse_WARNINGS.
7137         ($help): Use Autom4te::ChannelDefs::usage.
7138         * bin/autoscan.in: Use Autom4te::ChannelDefs.
7139         * lib/Autom4te/General.pm: Don't export error: you don't own it.
7141 2003-08-21  Akim Demaille  <akim@epita.fr>
7143         First stab at preserving warnings between calls to autom4te,
7144         including when the cache is used.
7146         There are still several issues: (i) there are too many runs of m4
7147         (one for include, one for warnings, and some more), (ii) warnings
7148         spreading on several lines are not handled gracefully, (iii) the
7149         code meant to have the call stack display for errors does not work
7150         (its handling should move from m4 to autom4te).
7152         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
7153         Use them.
7154         (@preselect): Add m4_warn.
7155         ($exit_status): Remove, use $exit_code.
7156         ($help): Use Autom4te::ChannelDefs::usage.
7157         (&handle_m4): No longer define the m4_warnings.
7158         At each run, extract and report the warnings.
7159         Always cache the result, including if the exit status is on
7160         failure, since if nothing changes, we should result in the same
7161         failure, hence we can use the cache.
7162         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
7163         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
7164         Remove.
7165         (m4_warn): Redefine as a do-nothing: it is its invocation that
7166         matters, as warnings are now reported via traces.
7167         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
7168         the contents of m4_warn: make it _call_ m4_warn, so that tracing
7169         the latter reveals calls to the former.
7171         Adjust the tests.
7173         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
7175 2003-08-21  Akim Demaille  <akim@epita.fr>
7177         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
7178         Use them.
7180 2003-08-21  Akim Demaille  <akim@epita.fr>
7182         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
7183         forward order.
7184         * lib/Autom4te/ChannelDefs.pm: Doc typos.
7185         (&parse_warnings): Accept a list of warning requests.
7186         (&usage): Return a string, not a side effect.
7187         (cross): New warning category.
7189 2003-08-21  Akim Demaille  <akim@epita.fr>
7191         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
7192         (&require_configure_ac): Accept an optional directory argument.
7193         ($configure_ac): Remove.
7194         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
7195         (&catfile): Remove.
7196         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
7197         * bin/autoscan.in: Adjust.
7199 2003-08-20  Akim Demaille  <akim@epita.fr>
7201         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
7202         Reported by Alexandre Duret-Lutz.
7204 2003-08-20  Akim Demaille  <akim@epita.fr>
7206         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
7207         * bin/autom4te: Adjust.
7208         In particular, be Autoconf tools are really silent when properly
7209         working, bind the verbosity of the 'note' channel to $verbose.
7210         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
7211         (&xsystem, &contents): Remove, since they are exported by...
7212         * lib/Autom4te/FileUtils.pm: this.
7213         More perldoc.
7214         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
7215         * lib/Autom4te/FileUtils.pm: here.
7217 2003-08-20  Akim Demaille  <akim@epita.fr>
7219         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
7220         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
7221         from CVS Automake.
7223 2003-08-20  Akim Demaille  <akim@epita.fr>
7225         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
7226         (autom4te-update): New.
7227         * Makefile.cfg (update): Bind autom4te-update.
7229 2003-08-19  Derek Price  <derek@ximbiot.com>
7231         * lib/autotest/general.m4: Comment various HELP_* diversions.
7232         (PARSE_ARGS_BEGIN): New section for option parsing related
7233         initialization.
7234         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
7235         package specific options and associated help.
7237 2003-08-19  Akim Demaille  <akim@epita.fr>
7239         * config/announce-gen, Makefile.cfg: New.
7240         * Makefile.am: Adjust.
7241         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
7243 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7245         * lib/autom4te.in (Automake-preselections): Preselect
7246         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
7247         and m4_sinclude.
7249 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7251         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
7252         (Autoconf-without-aclocal-m4): ... this new language.
7253         * doc/autoconf.texi (autom4te Invocation): Mention
7254         Autoconf-without-aclocal-m4.
7256 2003-08-18  Derek Price  <derek@ximbiot.com>
7258         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
7259         RUN-IF-PASS optional arguments.
7261 2003-08-18  Derek Price  <derek@ximbiot.com>
7263         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
7265 2003-08-16  Derek Price  <derek@ximbiot.com>
7267         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
7268         STDOUT & STDERR arguments.
7270 2003-08-14  Derek Price  <derek@ximbiot.com>
7272         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
7273         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
7274         shorter column three.  Add DESCRIPTION to log file content.
7276 2003-08-13  Derek Price  <derek@ximbiot.com>
7278         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
7279         output.
7281 2003-08-12  Derek Price  <derek@ximbiot.com>
7283         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
7284         (AT_CHECK_NOESCAPE): Move core functionality to...
7285         (_AT_CHECK): ...this new macro.
7287 2003-08-07  Derek Price  <derek@ximbiot.com>
7289         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
7290         (AT_CHECK_NOESCAPE): ...to this new macro.
7292 2003-07-31  Paul Eggert  <eggert@twinsun.com>
7294         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
7295         in Bash 2.01.  Problem reported by Brian Gough in
7296         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
7298 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
7300         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
7301         -lcrt1.o, for OS X.  (trivial change)
7303 2003-07-07  Paul Eggert  <eggert@twinsun.com>
7305         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
7306         inside '#ifndef __cplusplus'.  Problem reported by
7307         Bob Friesenhahn.
7309 2003-07-06  Bill Clarke  <llib@computer.org>
7311         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
7312         'long', not 'int', for benefit of Sun's recent C++ compilers
7313         (trivial change).  See:
7314         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
7315         (This really should be 'intptr_t', not 'long', but that would
7316         take more work.)
7318 2003-06-25  Akim Demaille  <akim@epita.fr>
7320         * lib/Makefile.am (autom4te.cfg): Make it read only.
7321         Depend on Makefile since it contains substitutions.
7322         From Paolo Bonzini.
7323         * lib/autom4te.in (args): Add local.at? for Autotest args.
7324         This change was made on autom4te.cfg which is generated.
7325         Reported by Raja R. Harinath.
7327 2003-06-25  Akim Demaille  <akim@epita.fr>
7329         * doc/autoconf.texi (Header Portability): sys/mount.h.
7330         From Gareth McCaughan.
7332 2003-06-23  Akim Demaille  <akim@epita.fr>
7334         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
7335         not all of them.  This fixes 1. the fact that when testing
7336         Autoconf there are many many config.log, 2. the incorrect use of
7337         top_srcdir to find config.log.
7338         Don't mix the detailed output of failed test with the summary of
7339         failures.  Rather, append detailed log afterwards.
7341 2003-06-23  Akim Demaille  <akim@epita.fr>
7343         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
7344         always run: output config.log on $at_group_log.
7346 2003-06-23  Akim Demaille  <akim@epita.fr>
7348         * tests/torture.at (#define header templates): Don't use quotes in
7349         C++ comments as it puzzles Emacs' sh font-lock-mode.
7351 2003-06-23  Akim Demaille  <akim@epita.fr>
7353         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
7354         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
7355         * tests/atspecific.m4: Rename as...
7356         * tests/local.at: This.
7357         * tests/suite.at: Move the globals into...
7358         * tests/local.at: here.
7359         * tests/Makefile.am: Adjust.
7360         * doc/autoconf.texi (testsuite Scripts): Adjust.
7362 2003-06-21  Kevin Ryde  <user42@zip.com.au>
7364         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
7365         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
7366         ensuring we add -std1 for full-ANSI.
7368         * doc/autoconf.texi (hdrindex): New macro.
7369         Add index entries for portability of various standard header files.
7371 2003-06-20  Akim Demaille  <akim@epita.fr>
7373         * configure.ac: Bump to 2.57b.
7375 2003-06-20  Akim Demaille  <akim@epita.fr>
7377         Version 2.57a.
7379 2003-06-20  Akim Demaille  <akim@epita.fr>
7381         * bin/autom4te.in: Don't rely on $HOME being defined.
7382         Reported by Marc Espie as PR/233.
7384 2003-06-20  Akim Demaille  <akim@epita.fr>
7386         * lib/autotest/general.m4: Use at_times_file only if used.
7387         From Nicolas Joly.
7389 2003-06-20  Akim Demaille  <akim@epita.fr>
7391         * config/config.guess, config/config.sub, config/elisp-comp,
7392         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
7393         Update from masters.
7395 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
7397         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
7398         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
7399         (TEST_SCRIPT): New diversion.
7400         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
7401         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
7402         (AT_INIT): Support for expected failures.
7404 2003-06-02  Akim Demaille  <akim@epita.fr>
7406         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
7407         changes.
7408         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
7409         Autoconf nor Automake.
7410         (&contents): New, from Automake.
7411         PODify.
7413 2003-05-28  Paul Eggert  <eggert@twinsun.com>
7415         * NEWS, doc/autoconf.texi (Particular Functions),
7416         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
7417         is the inverse of localtime.
7419 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
7421         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
7422         (handle_exec_errors): New function.  Work around $! being
7423         altered by WEXITSTATUS.
7424         (xqx, xsystem): Use handle_exec_errors.
7426 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
7428         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
7429         Do not call `_exit()', simply modify `$?'.
7430         (xsystem): Reset $! before running system, and check it afterward.
7431         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
7432         63 for version mismatches.
7434 2003-05-23  Akim Demaille  <akim@epita.fr>
7436         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
7437         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
7438         the middle of a line).
7439         * lib/m4sugar/m4sugar.m4: Likewise.
7440         Remove useless spaces in comments.
7442 2003-05-23  Akim Demaille  <akim@epita.fr>
7444         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
7445         exit 63, so that we (or Automake's "missing") can tell the
7446         difference with a plain failure.
7447         * doc/autoconf.texi (Notices): Adjust.
7449 2003-05-23  Akim Demaille  <akim@epita.fr>
7451         * Makefile.am, bin/Makefile.am, config/Makefile.am,
7452         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
7453         White spaces cleanup.
7455 2003-05-22  Jim Meyering  <jim@meyering.net>
7456             Paul Eggert  <eggert@twinsun.com>
7458         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
7459         Remove `#include <stdlib.h>' from the list; we should never
7460         make confdefs.h include <stdlib.h> or <cstdlib>, because the
7461         resulting namespace pollution would cause other tests to fail.
7462         Configure scripts run with some older versions of g++ and HP's
7463         aCC would fail due to such an #include.  Problems reported by
7464         Matthew Mueller in <http://bugs.debian.org/120704> and by
7465         Keith Bostic in
7466         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
7467         In the test, use the test declaration before including <stdlib.h>,
7468         as that's closer to how it'll be used.
7470 2003-05-23  Akim Demaille  <akim@epita.fr>
7472         * doc/autoconf.texi (Header Portability): ucred.h.
7473         From Ian Redfern.
7475 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7477         Overhaul Autotest's logging: generate separate log files
7478         in testsuite.dir/NNN/testsuite.log, and append them to
7479         testsuite.log instead of re-running the test verbosely.
7481         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
7482         file descriptor, write 0 to at_status_file instead of setting
7483         at_status=0, initialize some new variables (at_status_file,
7484         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
7485         to rerun the tests, instead append the at_group_log to the
7486         at_suite_log when a test fails.
7487         (AT_SETUP): pipe the test case's output into at_tee_pipe,
7488         with the AS_MESSAGE_LOG_FD redirected to stdout.
7489         (AT_CLEANUP): save the output status in $at_status_file
7490         and restore it, redirect the AS_MESSAGE_LOG_FD back to
7491         its original place.
7492         (AT_CHECK): since tests are run with a redirected stdout,
7493         and used to be re-run in verbose mode, turn some $at_verbose
7494         into echo, and don't redirect the output of testing stdout
7495         and stderr.
7497         * lib/autotest/autoconf.texi (testsuite Scripts): Update
7498         the name of the debugging directory and information about
7499         its contents.
7501 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7503         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
7504         parameter.
7506 2003-05-22  Akim Demaille  <akim@epita.fr>
7508         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
7509         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
7510         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
7511         * lib/autoconf/status.m4: Fix and adjust copyright notices.
7513 2003-05-22  Akim Demaille  <akim@epita.fr>
7515         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
7516         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
7517         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
7518         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
7519         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
7520         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
7521         * lib/autoconf/status.m4, lib/autoconf/types.m4,
7522         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
7523         * tests/atspecific.m4, tests/base.at, tests/compile.at,
7524         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
7525         * tests/tools.at, tests/torture.at:
7526         Whitespace clean up.
7527         Suggested by Jim Meyering.
7529 2003-05-22  Akim Demaille  <akim@epita.fr>
7531         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
7532         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
7533         Reported by Jim Meyering.
7535 2003-05-22  Akim Demaille  <akim@epita.fr>
7537         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
7538         Add AC_HELP_STRING  to the obsolete macros section.
7539         Typos.
7540         Use '@.' for sentences that ended in a capital letter.
7541         From Art Haas.
7543 2003-05-22  Akim Demaille  <akim@epita.fr>
7545         * config/config.guess, config/config.sub, config/elisp-comp,
7546         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
7547         * config/texinfo.tex, doc/standards.texi: Update from masters.
7549 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
7551         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
7552         it to eval.
7554 2003-05-21  Akim Demaille  <akim@epita.fr>
7556         * bin/autoupdate.in ($m4): Fix quotation.
7557         Reported by Martin Mokrejs.
7559 2003-05-19  Paul Eggert  <eggert@twinsun.com>
7561         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
7562         Remove non-ASCII characters.
7564 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
7566         * tests/semantics.at (AC_SEARCH_LIBS): New test.
7567         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
7568         AC_CHECK_HEADERS_NEW): New tests.
7570 2003-05-17  Akim Demaille  <akim@epita.fr>
7572         * lib/autoconf/functions.m4: Use the default includes so that
7573         memcmp be declared before being tested.
7574         Reported by Sander Niemeijer.
7575         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
7576         * doc/autoconf.texi (Default Includes): Document
7577         AC_INCLUDES_DEFAULT.
7579 2003-05-17  Akim Demaille  <akim@epita.fr>
7581         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
7582         * doc/autoconf.texi (Obsolete Macros): Adjust.
7583         Reported by Werner LEMBERG and Debian Bug 190886.
7585 2003-05-16  Akim Demaille  <akim@epita.fr>
7587         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
7588         user name space clashes.
7589         Reported by Bruno Haible.
7591 2003-05-16  Akim Demaille  <akim@epita.fr>
7593         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7594         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
7595         them uniform, and more robust to Perl special characters.
7596         Reported by Martin Mokrejs.
7598 2003-05-14  Akim Demaille  <akim@epita.fr>
7600         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
7602 2003-05-14  Akim Demaille  <akim@epita.fr>
7604         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
7605         linux/irda.h.
7607 2003-05-12  Akim Demaille  <akim@epita.fr>
7609         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
7610         message.
7611         From Matthias Andree.
7613 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
7615         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
7616         and truncate.
7618 2003-05-06  Akim Demaille  <akim@epita.fr>
7620         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
7621         longer updates aclocal.m4 if useless, (ii) if a file m4_included
7622         by aclocal.m4 is changed it might require the importing of another
7623         m4 extension file, i.e., aclocal must be run.
7625         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
7626         (&parse_args): Use --force with aclocal if required and supported.
7627         (&autoreconf_current_directory): Use &run_aclocal.
7629 2003-05-06  Akim Demaille  <akim@epita.fr>
7631         Lock autom4te's cache.
7633         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
7634         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
7635         argument instead of a file name, so that the request file remains
7636         open during the whole autom4te run.
7637         ($icache_file): New.
7638         (&freeze): Lock the $icache_file.
7640 2003-04-29  Derek Price  <derek@ximbiot.com>
7642         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
7643         seperator with m4_append_uniq().  It doesn't work.
7644         (AT_CLEANUP): Add `;' to end of at_help_all.
7645         (AT_INIT): Allow --keywords to be specified more than once.  When
7646         grepping $at_help_all for keywords, use the field and keyword
7647         seperators to ensure a complete keyword match.  Alter at_prev handling
7648         to support the new --keywords behavior.
7650 2003-04-27  Karl Berry  <karl@freefriends.org>
7652         * doc/autoconf.texi: Make the dir entries in the autoconf manual
7653         align better with others.  I also made some of the individual
7654         entries on one line, for brevity and to make it easier for me to
7655         sort my dir-example file in the Texinfo distribution :).
7657 2003-04-12  Jim Meyering  <jim@meyering.net>
7659         * NEWS: Mention the new macro.
7660         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
7661         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
7662         * tests/c.at: Test AC_C_RESTRICT.
7663         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
7665 2003-04-08  Akim Demaille  <akim@epita.fr>
7667         * bin/ifnames.in: Skip C++ comments.
7668         From Jeremy Yallop.
7670 2003-04-08  Akim Demaille  <akim@epita.fr>
7672         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
7673         From Ilya Zakharevich.
7675 2003-04-08  Akim Demaille  <akim@epita.fr>
7677         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
7678         net/if.h, stdlib.h.
7680 2003-04-01  Derek Price  <derek@ximbiot.com>
7682         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
7683         from Akim's checkin of 2003-03-29.
7685 2003-04-01  Derek Price  <derek@ximbiot.com>
7687         * tests/torture.at (Configuring subdirectories): Add missing
7688         close-quote for Akim's change from 2003-03-28.
7690 2003-04-01  Akim Demaille  <akim@epita.fr>
7692         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
7693         (AC, AT, MS): these.
7694         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
7695         New.
7696         Use them.
7697         * doc/Makefile.am (CLEANFILES): Adjust.
7698         (TEXI2DVI): Make it --batch.
7700 2003-03-31  Derek Price  <derek@ximbiot.com>
7702         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
7703         which removed the main loop.
7704         Thanks to Akim Demaille.
7706 2003-03-29  Akim Demaille  <akim@epita.fr>
7708         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
7709         that starts a GUI.
7710         From Ilya Zakharevich.
7712 2003-03-29  Akim Demaille  <akim@epita.fr>
7714         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
7715         documentation to read is Autoconf's.
7716         Suggested by Paul Eggert.
7718 2003-03-28  Akim Demaille  <akim@epita.fr>
7720         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
7721         reading the section "Present But Cannot Be Compiled" when the
7722         header causes problems.
7724 2003-03-28  Akim Demaille  <akim@epita.fr>
7726         * tests/torture.at (Configuring subdirectories): Require aclocal
7727         1.4, otherwise the test fails, as it does support configure.ac.
7728         This fixes the "test 40 failed" bug reports.
7730 2003-03-28  Akim Demaille  <akim@epita.fr>
7732         * doc/autoconf.texi (C Compiler): `#line' portability.
7733         From Paul Eggert and Nelson H. F. Beebe.
7735 2003-03-27  Derek Price  <derek@ximbiot.com>
7737         * lib/autotest/general.m4: Eliminate main loop and reorganize test
7738         layout in order to allow scripting around test groups.
7740 2003-03-27  Derek Price  <derek@ximbiot.com>
7742         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
7743         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
7744         use new diversions in preparation for accepting new arguments and
7745         allowing scripting around tests.
7746         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
7748 2003-03-26  Derek Price  <derek@ximbiot.com>
7750         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
7751         obsolete AC_HELP_STRING.
7752         (AC_HELP_STRING): AU_DEFUN to...
7753         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
7754         * tests/m4sh.at (AS_HELP_STRING): New test.
7756         * tests/acgeneral.at: Regenerated.
7758 2003-03-26  Derek Price  <derek@ximbiot.com>
7760         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
7761         sense.  Verbosify the diversion definitions comment.
7763 2003-03-26  Derek Price  <derek@ximbiot.com>
7765         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
7766         AS_PREPARE.
7768 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
7770         * doc/autoconf.texi (Present But Cannot Be Compiled):
7771         Grammar fixes and minor rewording. (trivial change)
7773 2003-03-06  Paul Eggert  <eggert@twinsun.com>
7775         Work around a problem noted by Nelson H. F. Beebe with coreutils
7776         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
7777         2002/05/09) rejects '#line 32768 "configure"' because the line
7778         number overflows.
7779         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
7780         #line directives.
7781         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
7782         * doc/autoconf.texi (Generating Sources): Document this.
7784 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
7786         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
7787         file name for the m4 program, when it has an "exe" file extension.
7788         DJGPP's error messages include the error code in brackets -
7789         remove the error code during normalization.
7791 2003-02-28  Akim Demaille  <akim@epita.fr>
7793         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
7795 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
7797         * doc/autoconf.texi (Limitations of Make): Remove the section
7798         about `$<' in inference rules, it was a bogus interpretation of
7799         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
7800         Tru64 make in the "target lookup" section.
7801         (Automake): Automake 1.5+ no longer requires special tools to be
7802         present on the developer's host.
7804 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
7806         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
7807         to a shell that can handle redirection or quoting correctly.
7808         Override SHELL with the shell detected by configure.
7809         Use of $^O suggested by Tim van Holder.
7810         * bin/autom4te.in (BEGIN): Likewise.
7811         * bin/autoreconf.in (BEGIN): Likewise.
7812         * bin/autoscan.in (BEGIN): Likewise.
7813         * bin/autoupdate.in (BEGIN): Likewise.
7814         * bin/ifnames.in (BEGIN): Likewise.
7816         * bin/ifnames.in: Add final newline to help and version messages.
7818         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
7819         to cope with DOS-style absolute paths, when constructing
7820         ${ac_make}.
7822         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
7823         When constructing paths with IFS=:, quote the path. If we're
7824         constructing a DOS-style absolute path, we don't want to split it
7825         on the colon.
7827         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
7828         in description.
7830 2003-02-25  Pavel Roskin  <proski@gnu.org>
7832         * bin/autoheader.in: Add missing newline when printing
7833         suggestion how change AC_DEFINE call.
7835 2003-02-24  Paul Eggert  <eggert@twinsun.com>
7837         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
7838         2002-09-01 patch by replacing "test -n" with "test -z".
7839         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
7840         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
7842         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
7843         to fix a mismatch between example and discussion.
7845 2003-02-24  Kevin Ryde  <user42@zip.com.au>
7847         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
7848         format starting with "-".
7850 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
7852         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
7853         is not portable inside Makefile.
7855 2003-02-20  Akim Demaille  <akim@epita.fr>
7857         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
7858         compiler says yeah, but preproc says nope, compiler is right.
7859         Conversely, prompt the reader to send a bug report to the
7860         maintainers of the package, not of Autoconf.
7862 2003-02-20  Klee Dienes  <kdienes@apple.com>
7864         * bin/autoreconf.in (autoreconf_current_directory): Properly
7865         handle an empty aclocal.m4.
7867 2003-02-20  Akim Demaille  <akim@epita.fr>
7869         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
7870         $ac_prefix_program.
7871         From Larry Jones.
7873 2002-12-23  Paul Eggert  <eggert@twinsun.com>
7875         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
7876         innocuous variant befor including <limits.h> or <assert.h>.  This
7877         works around a bug reported by Albert Chin: HP-UX 11i
7878         (and earlier versions) have a <limits.h> that declares
7879         gettimeofday and many other functions.
7881 2002-12-03  Paul Eggert  <eggert@twinsun.com>
7883         Version 2.57.
7885         * NEWS, configure.ac: Update version.
7887         * doc/fdl.texi: Upgrade to FDL version 1.2.
7889         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
7890         nontrivially in main's body, so that f's external declaration is
7891         not optimized away in AIX.  This should fix the bug reported by
7892         Martin Frydl in
7893         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
7895         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
7896         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
7897         defined, to support freestanding compilers.  This should fix the
7898         bug reported by Momchil Velkov in
7899         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
7901         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
7902         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
7903         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
7904         by Simon Josefsson in
7905         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
7907         * Makefile.maint (www-gnu): New macro.
7908         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
7909         the location has moved.
7911 2002-12-02  Martin Frydl  <martin@systinet.com>
7913         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
7914         \(.*\) match is too long and there is something more to be checked.
7915         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
7917 2002-11-15  Akim Demaille  <akim@epita.fr>
7919         Version 2.56.
7921         * config/install-sh: chmod +x.
7922         From Paul Eggert.
7923         * config/move-if-change: Indenting changes.
7924         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
7925         * configure.ac (AM_INIT_AUTOMAKE): here.
7926         Require 1.7.1.
7928 2002-11-14  Akim Demaille  <akim@epita.fr>
7930         Version 2.55.
7932         * config/config.guess, config/config.sub, config/install-sh:
7933         Update from masters.
7935 2002-11-14  Akim Demaille  <akim@epita.fr>
7937         * Makefile.maint: Sync with Bison, i.e.:
7938         (po-check): Scan .l and .y files instead of the
7939         .c and the .h files that they generate.  This fixes the bug
7940         reported by Tim Van Holder in:
7941         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
7942         Look for N_ as well as for _.  Try to avoid matching #define for
7943         N_ and _.
7944         From Paul Eggert.
7946 2002-11-14  Akim Demaille  <akim@epita.fr>
7948         * doc/autoconf.texi (C Compiler): Compiling several files at once.
7949         From Paul Eggert and Albert Chin-A-Young.
7951 2002-11-14  Akim Demaille  <akim@epita.fr>
7953         * doc/autoconf.texi (C Compiler): Solitary backslashes.
7954         From Paul Eggert and Albert Chin-A-Young.
7956 2002-11-14  Kevin Ryde  <user42@zip.com.au>
7958         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
7959         than assigning in main, to avoid HP cc +O3 optimizing it away.
7961 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
7963         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
7964         option.  Process --recheck after parsing all options.  Pass -q
7965         option to configure on --recheck.
7966         (AC_OUTPUT): Pass -q from configure to config.status.
7967         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
7968         arguments to record.
7969         * doc/autoconf.texi (config.status Invocation): Document
7970         config.status -q option.
7972 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
7974         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
7975         Makefile.in if Makefile.am exists.
7976         (output): Strip `.am' from Makefiles.  Don't
7977         output AC_CONFIG_FILES if no Makefiles were found.
7979 2002-11-07  Akim Demaille  <akim@epita.fr>
7981         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
7982         (local_updates): New.
7983         * Makefile.maint: Update, from CVS Bison.
7984         (local_updates): New.
7986 2002-11-06  Akim Demaille  <akim@epita.fr>
7988         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
7989         declaration in extern "C" too.
7990         Reported by Roberto Bagnara.
7992 2002-11-06  Akim Demaille  <akim@epita.fr>
7994         * tests/torture.at (Configuring subdirectories): Don't use grep
7995         -w.
7996         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
7997         Reported by Ezra Peisach.
7999 2002-11-05  Akim Demaille  <akim@epita.fr>
8001         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
8002         Remove.
8003         We _have_ to stop using the old compatibility scheme that tried to
8004         avoid useless backslashes because Libtool 1.4.3 contains a
8005         AC_DEFINE([error_t], [int],
8006         [Define to a type to use for \`error_t' if it is not
8007         otherwise available.])
8008         We _have_ to quote the single quote and backslashes with \.  The
8009         old compatibility scheme saw that ` was backslashed, and therefore
8010         did not quote the single quote.  Hence before this patch, Autoconf
8011         was not compatible with Libtool.
8013 2002-11-04  Paul Eggert  <eggert@twinsun.com>
8015         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
8016         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
8017         LC_NAME, LC_PAPER, LC_TELEPHONE.
8018         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
8020 2002-11-04  Akim Demaille  <akim@epita.fr>
8022         Version 2.54c.
8024         * Makefile.maint (update, cvs-update, po-update, do-po-update):
8025         New.
8026         * config/texinfo.tex: Update.
8028 2002-11-03  Akim Demaille  <akim@epita.fr>
8030         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
8031         from...
8032         (&autoreconf): here.
8033         ($help, $make, &parse_args, &autoreconf_current_directory):
8034         Support -m/--make.
8035         * doc/autoconf.texi (autoreconf Invocation): Adjust.
8037 2002-10-31  Bruno Haible  <bruno@clisp.org>
8039         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
8040         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
8041         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
8042         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
8043         to ac_cv_func_realloc_0_nonnull.
8044         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
8046 2002-10-31  Akim Demaille  <akim@epita.fr>
8048         The test suite was no longer checking for trailing envvars and files.
8050         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
8051         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
8053 2002-10-31  Akim Demaille  <akim@epita.fr>
8055         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
8056         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
8057         Make variable, not a shell variable.
8058         Suggested by Bruno Haible.
8060 2002-10-31  Akim Demaille  <akim@epita.fr>
8062         * bin/autom4te.in (load_configuration): Reject #args out of any
8063         language.
8065 2002-10-31  Akim Demaille  <akim@epita.fr>
8067         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
8068         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
8069         (_AC_RUN_IFELSE): Use it.
8070         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
8071         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
8072         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
8073         inline it.
8075 2002-10-30  Akim Demaille  <akim@epita.fr>
8077         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
8078         * doc/autoconf.texi (autom4te Invocation): Adjust.
8079         Suggested by Tim van Holder.
8081 2002-10-29  Paul Eggert  <eggert@twinsun.com>
8083         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
8084         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
8085         Problem reported by Bruno Haible.
8087 2002-10-29  Akim Demaille  <akim@epita.fr>
8089         * doc/autoconf.texi (Header Templates): Put also in words what the
8090         pictures says to assist free style readers.
8091         (Customizing autom4te): s/--cache=/--cache /.
8093 2002-10-29  Akim Demaille  <akim@epita.fr>
8095         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
8096         sys/wait.h.
8097         sparc_address_test returns void.
8098         Use it with an argument, as prototyped.
8099         From Bruno Haible.
8101 2002-10-29  Akim Demaille  <akim@epita.fr>
8103         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
8104         configure.in, not configure.ac.
8105         Reported by Bruno Haible.
8107 2002-10-29  Akim Demaille  <akim@epita.fr>
8109         * tests/torture.at (Deep Package): New test.
8110         (Configuring subdirectories): Don't use a testSubDir as Autotest
8111         now does it itself.
8113 2002-10-29  Akim Demaille  <akim@epita.fr>
8115         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
8116         * doc/autoconf.texi (Invoking autom4te): Rename as...
8117         (autom4te Invocation): this, for consistency with the other nodes.
8119 2002-10-29  Akim Demaille  <akim@epita.fr>
8121         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
8122         Reported by Ralf Corsepius.
8124 2002-10-29  Akim Demaille  <akim@epita.fr>
8126         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8127         characters is a back as an `obsolete' warning now.
8128         Reported by Ralf Corsepius.
8130 2002-10-28  Akim Demaille  <akim@epita.fr>
8132         * configure.ac: Bump to 2.54c.
8134 2002-10-28  Akim Demaille  <akim@epita.fr>
8136         Version 2.54b.
8138         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
8140 2002-10-28  Akim Demaille  <akim@epita.fr>
8142         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
8143         m4 executable names, and different GNU M4 version.
8144         Reported by Ezra Peisach and Paul Jarc.
8146 2002-10-27  Akim Demaille  <akim@epita.fr>
8148         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
8149         AC_RUN_IFELSE.
8151 2002-10-27  Akim Demaille  <akim@epita.fr>
8153         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
8154         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
8155         Die when a simple Fortran program cannot be compiled.
8156         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
8157         Issue a warning if no function is given.
8159 2002-10-27  Akim Demaille  <akim@epita.fr>
8161         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
8162         Move the documentation of AC_TRY_RUN to...
8163         (Obsolete Macros): here.
8164         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
8165         (autoconf Invocation): Remove the duplicates with `invoking
8166         autom4te'.
8167         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
8168         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
8170 2002-10-27  Akim Demaille  <akim@epita.fr>
8172         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
8173         and AC_LANG_FUNC_LINK_TRY.
8174         (Examining Libraries): Rename as...
8175         (Running the Linker): this.
8176         Document AC_LINK_IFELSE.
8177         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
8178         (Obsolete Macros): here.
8179         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
8180         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
8181         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
8182         * lib/autoconf/headers.m4 (AC_USG): Likewise.
8184 2002-10-27  Akim Demaille  <akim@epita.fr>
8186         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
8188         More `check config.log' messages.
8190         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
8191         * doc/autoconf.texi (Printing Messages): Document it.
8192         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
8193         appropriate.
8194         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
8195         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
8196         (_AC_COMPILER_OBJEXT): Likewise.
8197         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
8198         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
8199         Likewise.
8200         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
8201         Likewise.
8203         Deprecate macros with unusual interfaces.
8205         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
8206         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
8208         Document the new ones, and proper style.
8210         * doc/autoconf.texi (Generating Sources): New.
8211         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
8212         (Examining Declarations): Rename as...
8213         (Running the Preprocessor): this.
8214         Document AC_PREPROC_IFELSE.
8215         (Examining Syntax): Rename as...
8216         (Running the Compiler): this.
8217         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
8218         (Obsolete Macros): Move the definition of AC_TRY_CPP and
8219         AC_TRY_COMPILE here.
8221 2002-10-27  Akim Demaille  <akim@epita.fr>
8223         Move sections around.
8225         * doc/autoconf.texi (Customizing autom4te): Remove a lost
8226         sentence.
8227         Reported by Burno Haible.
8228         (Language Choice): Now the first section of...
8229         (Writing Tests): this section.
8230         Make the introduction less C-centric.
8231         (Guidelines, Test Functions): Move to...
8232         (Writing Test Programs): this new section.
8233         (Test Programs): Merge into...
8234         (Run Time): this.
8236 2002-10-27  Akim Demaille  <akim@epita.fr>
8238         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
8239         autom4te.in that resulted in the need for two `make' runs.
8241 2002-10-27  Akim Demaille  <akim@epita.fr>
8243         * configure.ac: Bump to 2.54b.
8245 2002-10-25  Akim Demaille  <akim@epita.fr>
8247         Version 2.54a.
8249         * Makefile.maint: Update from the Coreutils.
8250         (AMTAR): Remove, obsolete.
8251         (automake_repo): Update to redhat.com.
8252         (cvs_file): New.
8253         Adjust to the fact that ansi2knr is now hosted by Automake.
8254         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
8255         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
8256         Update from masters.
8257         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
8258         autoscan.pre is not to be installed, and autoscan.list is not to
8259         be shipped.
8260         (CLEANFILES): Add autoscan.list.
8261         (autoscan.list): Disable the cache.
8262         * bin/Makefile.am: Include freeze.mk.
8264 2002-10-25  Akim Demaille  <akim@epita.fr>
8266         * bin/autom4te.in (&load_configuration): Take the file as
8267         argument.
8268         (&parse_args): Handle -C, --cache.
8269         ($help): Adjust.
8270         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
8271         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
8272         * doc/autoconf.texi (Invoking autom4te): Document --cache.
8273         Now a subsection of...
8274         (Using autom4te): This new section.
8275         (Customizing autom4te): New.
8276         (autom4te.cache): Adjust.
8278 2002-10-25  Akim Demaille  <akim@epita.fr>
8280         * doc/autoconf.texi (Generic Headers): More information on how to
8281         use AC_CHECK_HEADERS.
8283 2002-10-25  Akim Demaille  <akim@epita.fr>
8285         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
8286         Space changes.
8288 2002-10-25  Akim Demaille  <akim@epita.fr>
8290         * bin/autoscan.in (output): Output AC_PREREQ.
8291         (%needed_macros): Add AC_PREREQ so that configure.ac without one
8292         be reported.
8294 2002-10-23  Akim Demaille  <akim@epita.fr>
8296         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
8297         document _Bool.
8299 2002-10-23  Akim Demaille  <akim@epita.fr>
8301         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
8302         Reported by Peter Eisentraut.
8304 2002-10-23  Akim Demaille  <akim@epita.fr>
8306         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
8307         type _Bool.
8308         Fix a typo.
8309         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
8310         Eggert's recommandations.
8312 2002-10-22  Akim Demaille  <akim@epita.fr>
8314         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
8315         Bison, by Paul Eggert.
8316         * doc/autoconf.texi (Particular Headers): Document it.
8318 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
8320         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
8321         `$ac_configure_args'.
8323 2002-10-22  Akim Demaille  <akim@epita.fr>
8325         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
8326         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
8327         From Art Haas.
8329 2002-10-22  Akim Demaille  <akim@epita.fr>
8331         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
8333         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8334         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
8335         (_AC_CHECK_HEADER_NEW): Rename as...
8336         (AC_CHECK_HEADER): this.
8338 2002-10-22  Akim Demaille  <akim@epita.fr>
8340         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
8341         words about HP-UX cmp: it was actually a user-written cmp.
8343 2002-10-22  Akim Demaille  <akim@epita.fr>
8345         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
8346         are a few warnings.
8347         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8348         Quote for Perl '' strings, not "".
8349         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
8350         strings.
8352 2002-10-22  Akim Demaille  <akim@epita.fr>
8354         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8355         characters is a syntax warning now.
8356         (_AS_QUOTE): Accept $2 as list of characters to quote.
8357         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8358         Quote for Perl, not sh.
8359         * bin/autoheader.in: When $debug, report the file which is
8360         `do'ne.
8361         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
8362         `@', to tickle Perl's lists.
8363         Reported by Carlos Velasco.
8365 2002-10-18  Akim Demaille  <akim@epita.fr>
8367         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
8368         missing included files _are_ errors.
8369         Thanks to Alexandre Duret-Lutz.
8370         * tests/tools.at (autom4te cache): Adjust.
8371         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
8372         (AT_CHECK_M4SUGAR): Use it.
8373         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8374         Adjust.
8375         * tests/tools.at (autom4te): Now it does exit 1.
8377 2002-10-17  Akim Demaille  <akim@epita.fr>
8379         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
8380         Fixes the `AC_ARG_VAR' test failures.
8381         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
8382         * lib/freeze.mk (check-forbidden-patterns): New.
8383         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
8384         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
8385         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
8386         /dev/null.
8387         Reported months ago by H. Merijn Brand.
8389 2002-10-17  Akim Demaille  <akim@epita.fr>
8391         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
8393 2002-10-16  Paul Eggert  <eggert@twinsun.com>
8395         * Makefile.maint (wget_files): Remove ansi2knr.c.
8396         (ansi2knr.c-url_prefix): Remove.
8398 2002-10-16  Akim Demaille  <akim@epita.fr>
8400         Because of caching, some files that no longer exist and are no
8401         longer required can still cause errors.
8402         Reported by Alexandre Duret-Lutz.
8404         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
8405         to frozen files in @ARGV, as @ARGV must remain being a list of
8406         files.  Rather, at M4 call sites, use this...
8407         (&files_to_options): New function.
8408         (&freeze): Use &error.
8409         (&up_to_date): If a file that was included according to the cache
8410         is no longer there, then the output is out dated.
8411         (&main): Don't even check whether a file is up to date is anyway
8412         --force is given.
8413         * tests/tools.at (autom4te cache): New.
8415 2002-10-16  Akim Demaille  <akim@epita.fr>
8417         * bin/autoconf.as: Kill dead options.
8418         * bin/autoupdate.in (&parse_args): Kill old options.
8419         * bin/autoreconf.in (&parse_args): Remove dead options.
8420         Factor some code.
8421         (&autoreconf): Report the directories we enter *and leave*, so
8422         that error messages can be easily located, and use GNU Make
8423         format, so that Emacs' compile mode understands us.
8424         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
8425         if some file was changed instead of `print'.
8426         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
8427         (&parse_args): Remove the dead options.
8428         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
8429         autoheader's quiet mode.
8430         (AT_CHECK_AUTOUPDATE): Likewise.
8431         * tests/tools.at (autoupdate): Adjust.
8432         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
8434 2002-10-11  Akim Demaille  <akim@epita.fr>
8436         No longer use CPP to check for the existing of headers: use CC to
8437         check for compilability.
8439         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8440         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
8441         (_AC_CHECK_HEADER_NEW): Rename as...
8442         (AC_CHECK_HEADER): this.
8444         * lib/autotest/general.m4 (AT_INIT): Include the failed test
8445         numbers in the Subject suggestion.
8447 2002-10-11  Akim Demaille  <akim@epita.fr>
8449         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
8450         Suggest using AC_CHECK_DECLS instead.
8452 2002-10-11  Akim Demaille  <akim@epita.fr>
8454         * tests/torture.at (AC_ARG_VAR): Have configure report the value
8455         of `precious'.
8457 2002-10-11  Akim Demaille  <akim@epita.fr>
8459         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
8460         file name to enable parallel executions.
8461         From Sam Varshavchik.
8463 2002-10-08  Akim Demaille  <akim@epita.fr>
8465         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
8466         aclocal invocation, as Gettext macros might not be visible to
8467         aclocal.
8468         Instead of blindly running autopoint, scan configure.ac (not the
8469         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
8470         Reported by Paul D. Smith.
8472 2002-10-08  Paul Eggert  <eggert@twinsun.com>
8474         Work around problems found when POSIXLY_CORRECT=1 is set.
8475         None of this seems to have anything to do with POSIX, really,
8476         but it's how Perl getopt works.
8477         * bin/autom4te.in (parse_args): Configure GetOpt with
8478         "permute", too.
8479         * doc/autoconf.texi (Invoking autom4te):
8480         --warning -> --warnings.
8481         * lib/autom4te.in: --warning -> --warnings.
8483 2002-09-28  Akim Demaille  <akim@epita.fr>
8485         * doc/autoconf.texi (autom4te.cache): New section.
8487 2002-09-28  Akim Demaille  <akim@epita.fr>
8489         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
8490         (Automake-preselections): Update.
8491         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
8493 2002-09-28  Akim Demaille  <akim@epita.fr>
8495         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
8496         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
8497         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8498         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
8500 2002-09-28  Akim Demaille  <akim@epita.fr>
8502         * tests/torture.at (Configuring subdirectories): Be robust to
8503         users who use config.site to require for a cache: in this case,
8504         the two last configure runs, using two different sets of
8505         arguments, trigger a legitimate error.
8507 2002-09-28  Akim Demaille  <akim@epita.fr>
8509         * tests/m4sh.at (Functions Support, Functions and return Support):
8510         New.
8512 2002-09-28  Akim Demaille  <akim@epita.fr>
8514         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
8515         autoheader are Perl programs.
8516         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
8517         (autom4te): Specify that the sources are in the $srcdir.
8518         * doc/autoconf.texi (Installation Directory Variables): Adjust.
8520 2002-09-28  Akim Demaille  <akim@epita.fr>
8522         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
8523         (tm_zone): Move their rules to...
8524         * lib/autoconf/types.m4: here, using AN_ macros.
8525         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
8526         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
8527         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
8528         * lib/autoconf/programs.m4: here.
8529         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
8530         (ETAGS_FOR_AUTOCONF): New.
8531         Use it.
8533 2002-09-28  Akim Demaille  <akim@epita.fr>
8535         * lib/autoconf/autoscan.m4: New file.
8536         * lib/autoconf/autoconf.m4: Include it.
8537         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
8538         that were listed in the original autoscan.list.
8539         * lib/autoconf/headers.m4: Similarly with headers.
8540         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
8541         (.m4.m4f): Don't pass --prepend-include, since that's done by
8542         tests/autom4te itself.
8543         * lib/autoscan/Makefile.am: Include freeze.mk.
8544         (autoscan.list): New target --this file is no longer a source.
8545         (autoscan.pre): New file.
8547 2002-09-28  Akim Demaille  <akim@epita.fr>
8549         * bin/autoscan.in (@kinds): Make them singular.
8550         Adjust all uses.
8551         (&init_tables): When --debug, report the list of rules to ease
8552         tracking changes in autoscan.list.
8553         * lib/autoscan/autoscan.list (function): Strip comments, sort.
8555 2002-09-28  Akim Demaille  <akim@epita.fr>
8557         * lib/autoscan/functions, lib/autoscan/headers,
8558         * lib/autoscan/identifiers, lib/autoscan/makevars,
8559         * lib/autoscan/programs: Merge into...
8560         * lib/autoscan/autoscan.list: this.
8561         * bin/autoscan.in (&init_tables): Adjust.
8563 2002-09-28  Akim Demaille  <akim@epita.fr>
8565         * lib/autoscan/functions, lib/autoscan/headers,
8566         * lib/autoscan/identifiers, lib/autoscan/makevars,
8567         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
8568         `functions' line is now prefixed with `function:'.
8569         * bin/autoscan.in (&init_tables): Adjust.
8571 2002-09-28  Akim Demaille  <akim@epita.fr>
8573         From now on, autoscan files must always map a macro name to a
8574         word: there is no `default' macro for autoscan.
8576         * bin/autoscan.in (&init_tables): Reject entries with no macro at
8577         all.
8578         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
8579         explicit.
8581 2002-09-28  Akim Demaille  <akim@epita.fr>
8583         * bin/autoscan.in (%c_keywords): Remove.
8584         (&used): Keep only track of the words we might be interested in.
8585         (&output_kind): It is no longer needed to look for non active
8586         checks.
8588 2002-09-27  Akim Demaille  <akim@epita.fr>
8590         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
8591         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
8592         * lib/autoscan/functions: Adjust.
8593         * doc/autoconf.texi (Particular Functions): Adjust.
8595 2002-09-27  Akim Demaille  <akim@epita.fr>
8597         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
8598         from /tmp.
8599         Thanks to Bill Moseley and Paul Eggert.
8600         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
8601         the tmpdir must be created.
8602         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
8603         dir be in the build tree, instead of $TMPDIR.
8605 2002-09-27  Akim Demaille  <akim@epita.fr>
8607         * bin/autoscan.in: Improve the comments.
8608         (&parse_args): Drop obsolete undocumented options.
8609         (&output_kind): Output warnings.
8610         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
8611         (getwd): Trigger a warning.
8613 2002-09-26  Akim Demaille  <akim@epita.fr>
8615         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
8616         Reported by Ralf Corsepius.
8617         * doc/autoconf.texi (autoreconf Invocation): Likewise.
8619 2002-09-26  Akim Demaille  <akim@epita.fr>
8621         Single suffix rules and seperated dependencies are not portable.
8623         * doc/autoconf.texi (Installation Directory Variables): Update.
8624         (Limitations of Make): Some about `Single Suffix Rules and
8625         Separated Dependencies'.
8626         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
8627         (ifnames, autoscan, autom4te): Un-factor into several rules.
8629 2002-09-25  Paul Eggert  <eggert@twinsun.com>
8631         * BUGS (Interoperability bugs): New section.  Mention libtool
8632         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
8634 2002-09-24  Paul Eggert  <eggert@twinsun.com>
8636         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
8637         make handles suffix-rules differently from GNU make.
8639         * bin/Makefile.am (SUFFIXES, .in): Remove.
8640         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
8641         Move the body of the old .in rule here.
8643 2002-09-16  Akim Demaille  <akim@epita.fr>
8645         i960 compilers create `b.out' files by default.
8646         Reported by Ralf Corsepius.
8648         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
8649         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
8651 2002-09-13  Paul Eggert  <eggert@twinsun.com>
8653         * doc/autoconf.texi (Particular Headers): Remove obsolete
8654         reference to `struct timezone' in the description of
8655         AC_HEADER_TIME.
8657 2002-09-13  Akim Demaille  <akim@epita.fr>
8659         Version 2.54.
8661         * config/config.sub, config/config.guess: Update.
8662         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
8663         * Makefile.am: Adjust.
8665 2002-09-13  Akim Demaille  <akim@epita.fr>
8667         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
8668         reading config.log when the compiler is rejected.
8669         Suggested by Guido Draheim.
8671 2002-09-13  Akim Demaille  <akim@epita.fr>
8673         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
8674         (chdir_init) might hang when stat'ing mounted directories.
8675         Reported by Vance Shipley.
8677 2002-09-12  Akim Demaille  <akim@epita.fr>
8679         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
8680         the lists.
8682 2002-09-12  Akim Demaille  <akim@epita.fr>
8684         * doc/autoconf.texi (Defining Symbols): Present two different
8685         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
8686         difference between 1 argument calls, and 2-3 argument calls.
8688 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
8690         * doc/autoconf.texi: Review grammar and punctuation.
8692 2002-09-11  Paul Eggert  <eggert@twinsun.com>
8694         * doc/autoconf.texi: Fix minor formatting, spelling, and
8695         grammatical typos.
8696         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
8697         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
8698         is obsolescent.
8700 2002-09-11  Akim Demaille  <akim@epita.fr>
8702         * doc/autoconf.texi (Questions): Rename as...
8703         (FAQ): this.
8704         (Defining Directories): New.
8706 2002-09-09  Akim Demaille  <akim@epita.fr>
8708         * doc/autoconf.texi (Making testsuite Scripts): Update.
8709         Suggested by Nishio Futoshi.
8711 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
8713         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
8714         plain `@' is wanted.
8716 2002-09-09  Akim Demaille  <akim@epita.fr>
8718         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
8719         `duplicates', since the algorithm was too naive and could keep
8720         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
8721         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
8722         Reported by Ralf Corsepius.
8723         * tests/torture.at (Configuring subdirectories): Exercise these
8724         cases.
8726 2002-09-09  Akim Demaille  <akim@epita.fr>
8728         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
8729         looking for a replacement file.
8730         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
8731         directory is relative.
8732         * doc/autoconf.texi (Generic Functions): Clarify the replacement
8733         directory definition.
8734         Reported by Andreas Schwab and Jim Meyering.
8736 2002-09-06  Akim Demaille  <akim@epita.fr>
8738         * doc/autoconf.texi (Setting Output Variables): Clarify what
8739         precious variables are.
8740         Suggested by Pontus Skoeld.
8742 2002-09-05  Akim Demaille  <akim@epita.fr>
8744         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
8745         (ifnames, autoscan, autom4te): Since we don't only depend on
8746         configure.ac variables (such as VERSION etc.), but also on prefix
8747         and so forth, depend on Makefile, not configure.ac.
8748         Reported by Alexandre Duret-Lutz.
8749         * doc/autoconf.texi (Installation Directory Variables): Adjust.
8751 2002-09-05  Kevin Ryde  <user42@zip.com.au>
8753         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
8754         doesn't seem to be confined to ia64, just say "some versions".
8756 2002-09-04  Akim Demaille  <akim@epita.fr>
8758         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
8759         Automake 1.6c.
8760         * Makefile.am (maintainer-clean-local): Remove.
8761         (MAINTAINERCLEANFILES): Remove COPYING.
8763 2002-09-03  Paul Eggert  <eggert@twinsun.com>
8765         * doc/autoconf.texi (Configuration Commands): Remove obsolete
8766         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
8767         Brinkmann.
8769 2002-09-03  Akim Demaille  <akim@epita.fr>
8771         * configure.ac: Bump to 2.53d.
8772         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
8773         as of today, on Automake's team suggestion.
8775 2002-09-03  Akim Demaille  <akim@epita.fr>
8777         Version 2.53c.
8779 2002-09-02  Akim Demaille  <akim@epita.fr>
8781         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
8782         SITE_MACRO_DIR.
8783         * configure.ac: Disable SITE_MACRO_DIR.
8785 2002-09-02  Jim Meyering  <meyering@lucent.com>
8787         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
8788         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
8789         Also, tweak grammar: s/make sure to/be sure to/.
8791 2002-09-02  Paul Eggert  <eggert@twinsun.com>
8793         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
8794         directory names are generally preferable to physical names.
8796 2002-09-02  Akim Demaille  <akim@epita.fr>
8798         * lib/Autom4te/General.pm (&update_file): s/die/error/.
8799         Reported by Raja R. Harinath.
8800         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
8801         * bin/autoupdate.in: Use error instead of die.
8803 2002-09-01  Paul Eggert  <eggert@twinsun.com>
8805         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
8806         ordinary shell concatenation rather than echo+tr+sed command that
8807         runs afoul of a long-line-related sed bug in Solaris 8.
8809         * bin/autoheader.in (parse_args): --warning -> --warnings.
8811         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
8812         stdout, as traditional "ls" does.
8813         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
8814         _AC_COMPILER_EXEEXT_O): Likewise.
8815         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
8817         * bin/autoconf.as: Add --prepend-include option.  This patch was
8818         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
8819         but bin/autoconf.in is generated automatically from bin/autoconf.as.
8821         * bin/autoconf.in, configure: Regenerate.
8823         * doc/autoconf.texi (Special Shell Variables): Mention
8824         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
8826         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
8827         MAILPATH and set PS1, PS2, PS4 to default values, to work
8828         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
8829         For LC_ALL etc, first try to set to "C" as POSIX requires and as
8830         the Autoconf documentation specifies; fall back to "unset" only if
8831         this fails.  Use a shell for-loop for this rather than an m4 loop,
8832         to shorten the output script.
8834 2002-08-30  Paul Eggert  <eggert@twinsun.com>
8836         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
8837         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
8838         for the CDPATH problem.  Document PWD.
8839         (Limitations of Builtins): Document the problem that "cd $foo" and
8840         "ls $foo" may refer to different directories in shells conforming
8841         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
8842         example, since the old example is now out of date.
8844         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
8845         FOO" and "ls FOO" talk about different directories; this catches
8846         problems when POSIX 1003.1-2001 "cd" fails due to symlink
8847         spaghetti.
8849         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
8850         of rolling our own unset.
8851         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
8852         in practice we needn't worry about CDPATH if unset doesn't work.
8854         * Makefile.in, aclocal.m4, bin/Makefile.in,
8855         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
8856         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
8857         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
8858         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
8859         tests/Makefile.in: Regenerate with Automake 1.6.3.
8861         * config/config.guess, config/config.sub, config/mkinstalldirs:
8862         Update.
8864         * configure: Regenerate with self.
8866 2002-08-30  Kevin Ryde  <user42@zip.com.au>
8868         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
8869         default output.
8871 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8873         * bin/autom4te.in (Request::load): Correctly test for "do" read
8874         failure.
8876 2002-08-29  Akim Demaille  <akim@epita.fr>
8878         * lib/Autom4te/General.pm (&xqx): New.
8879         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
8880         hand, which is not portable.
8881         (&error): New.
8882         * bin/autom4te.in: Use them.
8883         Use &error instead of die.
8884         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8885         Adjust.
8887 2002-08-17  Paul Eggert  <eggert@twinsun.com>
8889         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
8890         default list of compilers to try, since it was long ago superseded
8891         by the ksh fc builtin.  Suggested by Steven G. Johnson.
8893 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
8895         * doc/autoconf.texi (Invoking autom4te): End the option table,
8896         fixing a bug introduced by the previous patch.
8897         (Limitations of Make): Add a 'target lookup' subentry in the
8898         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
8900 2002-07-29  Mark D. Roth  <roth@feep.net>
8902         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
8903         options and use $AUTOM4TE_PATH.
8904         * doc/autoconf.texi: Remove documentation of autom4te
8905         --include-envvar and --site-macro-subdir options and document
8906         use of $AUTOM4TE_PATH.
8907         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
8908         arguments from each language section.
8910 2002-07-29  Paul Eggert  <eggert@twinsun.com>
8912         * doc/install.texi: Include copyright symbol in copyright notice.
8914         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
8915         Replace with:
8916         (AM_MAKEINFOFLAGS): New macro.
8917         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
8918         * Makefile.am (INSTALL): Use the new macros.
8919         Use -o rather than --output, since "missing" does not grok --output.
8921 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
8923         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
8924         comments do not always work. Never trust the exit status of
8925         `make -k'.
8927 2002-07-24  Kevin Ryde  <user42@zip.com.au>
8929         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
8930         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
8932 2002-07-23  Paul Eggert  <eggert@twinsun.com>
8934         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
8935         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
8936         apparently treats PATH="nonexistent" as if it contained ".".
8937         Bug reported by Stefan `Sec' Zehl.
8939 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
8941         * doc/autoconf.texi (Limitations of Make): Mention the special
8942         handling of the obj/ directory by BSD make.
8944 2002-07-20  Kevin Ryde  <user42@zip.com.au>
8946         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
8947         backslashes.
8949 2002-07-19  Akim Demaille  <akim@epita.fr>
8951         * doc/autoconf.texi (Function Portability): `exit'.
8952         (Programming in M4sh): Ethymology of M4sh.
8954 2002-07-19  Akim Demaille  <akim@epita.fr>
8956         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
8958 2002-07-18  Akim Demaille  <akim@epita.fr>
8960         Version 2.53b.
8962 2002-07-18  Akim Demaille  <akim@epita.fr>
8964         * config/config.guess, config/config.sub: Update.
8966 2002-07-18  Akim Demaille  <akim@epita.fr>
8968         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
8969         Automake's parts.
8971         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
8972         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
8973         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
8975 2002-07-18  Akim Demaille  <akim@epita.fr>,
8976             Alexandre Duret-Lutz  <duret_g@epita.fr>
8978         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
8979         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
8981 2002-07-17  Russ Allbery  <rra@stanford.edu>
8983         * doc/autoconf.texi (Initializing configure): Clarify the
8984         description of the tarname default.
8986 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
8988         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
8989         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
8990         latter was not run.
8992 2002-07-17  Akim Demaille  <akim@epita.fr>
8994         * lib/Autom4te/General.pm (find_file): Browse the directories in
8995         the order they are given.
8997 2002-07-17  Akim Demaille  <akim@epita.fr>
8999         * tests/wrapsh.as, tests/wrappl.as: Merge into...
9000         * tests/wrapper.as: this.
9001         * tests/Makefile.am, configure.ac: Adjust.
9003 2002-07-17  Mark D. Roth  <roth@feep.net>
9005         * configure.ac: Add --enable-site-macro-dir option.
9006         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
9007         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
9008         --site-macro-subdir options.
9009         * bin/autoconf.in: Add --prepend-include option.
9010         * bin/autoheader.in: Add --prepend-include option.
9011         * bin/autoreconf.in: Add --prepend-include option.
9012         * bin/autoscan.in: Add --prepend-include option.
9013         * bin/autoupdate.in: Add --prepend-include option.
9014         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
9015         macro directory, remove note that include path directories are
9016         used in reverse order, and document --prepend-include option.
9017         * lib/autom4te.in: Use --prepend-include instead of --include.
9018         * tests/wrapsh.in: Use --prepend-include instead of --include.
9020 2002-07-17  Akim Demaille  <akim@epita.fr>
9022         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
9023         tarnames.
9024         * doc/autoconf.texi (Initializing configure): Adjust.
9026 2002-07-17  Akim Demaille  <akim@epita.fr>
9028         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
9029         (_AC_FUNC_MALLOC): New.
9030         (AC_FUNC_MALLOC): Use the latter.
9031         Define HAVE_MALLOC to 0 if broken.
9032         * doc/autoconf.texi (Particular Functions): Adjust.
9034 2002-07-16  Akim Demaille  <akim@epita.fr>
9036         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
9037         * doc/autoconf.texi (C Compiler): Adjust.
9039 2002-07-09  Akim Demaille  <akim@epita.fr>
9041         * doc/autoconf.texi: Properly set the ``header'' part.
9043 2002-07-09  Akim Demaille  <akim@epita.fr>
9045         * doc/autoconf.texi (Systemology): Some about Darwin.
9047 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9049         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
9050         Don't use AC_REQUIRE in AU_DEFUN.
9052 2002-07-09  Art Haas  <ahaas@neosoft.com>
9054         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
9056 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
9058         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9059         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
9060         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
9061         so that Emacs setups GNU style for perl-mode and cperl-mode.
9063 2002-06-27  Paul Eggert  <eggert@twinsun.com>
9065         * config/install-sh: Quote $src.  Prefer || to test's -o option,
9066         as per "Limitations of Builtins".
9067         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
9068         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
9070         * tests/mktests.sh: Use grep instead of fgrep, as per
9071         "Limitations of Builtins".
9073 2002-06-15  Paul Eggert  <eggert@twinsun.com>
9075         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
9076         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
9077         so that we consistently test the just-built programs.
9078         * tests/wrappl.as: Likewise.
9080 2002-06-12  Paul Eggert  <eggert@twinsun.com>
9082         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
9083         name, so that symlinks to 'autoconf' work properly.  Bug reported
9084         by Bruno Haible.
9085         * bin/autoheader.in (AUTOM4TE): Likewise.
9086         * bin/autoreconf.in (autoconf, autoheader): Likewise.
9087         * bin/autoscan.in (autom4te): Likewise.
9088         * bin/autoupdate.in (autom4te): Likewise.
9090         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
9091         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
9092         on Solaris 2.5.1.
9094 2002-06-11  Andreas Schwab  <schwab@suse.de>
9096         * doc/autoconf.texi: Add more dir entries.
9098 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
9100         * bin/autom4te.in ($cache): Don't define using `$me', the name
9101         of the cache should not depend on the name under which autom4te
9102         was installed.
9104 2002-06-07  Akim Demaille  <akim@epita.fr>
9106         * tests/tools.at (autoconf: forbidden tokens, basic)
9107         (autoconf: forbidden tokens, exceptions): Adjust to the change of
9108         words in autom4te.in.
9110 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
9112         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
9113         _AC_LANG_PROGRAM_C_F77_HOOKS.
9115 2002-06-07  Akim Demaille  <akim@epita.fr>
9117         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
9118         rename as...
9119         (AC_REPLACE_FNMATCH): this.
9120         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
9121         AC_FUNC_FNMATCH_GNU.
9123 2002-06-07  Akim Demaille  <akim@epita.fr>
9125         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
9126         Rosetta Stone for Unix.
9128 2002-06-07  Akim Demaille  <akim@epita.fr>
9130         * bin/autom4te.in (warn_forbidden): When rejecting a token,
9131         suggest m4_pattern_allow.
9132         Suggested by Adam J. Richter.
9134 2002-06-07  Akim Demaille  <akim@epita.fr>
9136         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
9137         ac_config_libobj_dir.
9138         (AC_CONFIG_LIBOBJ_DIR): New.
9139         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
9140         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
9141         Use ac_config_libobj_dir to find the replacement files.
9142         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
9143         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
9144         (AC_REPLACE_FNMATCH_GNU): these.
9145         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
9146         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
9147         * tests/mktests.sh (ac_exclude_list): Don't check
9148         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
9150 2002-06-06  Paul Eggert  <eggert@twinsun.com>
9152         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
9153         if ln doesn't work.
9154         * NEWS: Likewise.
9155         * doc/autoconf.texi (Configuration Links): Likewise.
9156         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
9158 2002-06-05  Paul Eggert  <eggert@twinsun.com>
9160         * config/config.guess, config/config.sub, config/texinfo.tex:
9161         Update from masters.
9163 2002-05-29  Paul Eggert  <eggert@twinsun.com>
9165         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
9166         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
9167         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
9168         Likewise.
9169         * lib/autoconf/Makefile.am (check-local): Likewise.
9170         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
9171         * lib/autoconf/types.m4 (commentary only): Likewise.
9172         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
9173         * lib/autotest/Makefile.am (check-local): Likewise.
9174         * lib/m4sugar/Makefile.am (check-local): Likewise.
9175         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
9176         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
9178         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
9179         * doc/autoconf.texi (Particular Programs): Document them.
9180         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
9181         * NEWS: Likewise.
9183 2002-05-27  Paul Eggert  <eggert@twinsun.com>
9185         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
9186         * NEWS, doc/autoconf.texi (Particular Types): Document it.
9187         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
9188         instead of AC_MBSTATE_T, which never existed.
9190 2002-05-23  Akim Demaille  <akim@epita.fr>
9192         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
9193         version of Autoconf that is discussed.
9195 2002-05-22  Paul Eggert  <eggert@twinsun.com>
9197         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
9198         from the default list of compilers to try.  Suggested by
9199         Kate Hedstrom.
9200         * NEWS: Document the above.
9201         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
9203 2002-05-17  Paul Eggert  <eggert@twinsun.com>
9205         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
9206         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
9207         This improves on an earlier suggestion by H. Peter Anvin.
9209 2002-05-16  Paul Eggert  <eggert@twinsun.com>
9211         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
9212         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
9213         Both macros now accept an optional source-dir arg.
9214         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
9216         * NEWS: Document this.
9217         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
9219         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
9220         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
9221         not for GNU extensions; this undoes part of the 2000-11-03 change,
9222         reverting to 2.13-compatible behavior.
9223         Add new optional argument DIR.
9224         (AC_FUNC_FNMATCH_GNU): New macro.
9226         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
9228 2002-05-08  Paul Eggert  <eggert@twinsun.com>
9230         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
9231         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
9232         and it causes a 'test' syntax error if it fails.
9233         Bug reported by Stephen Gildea.
9235         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
9236         If prototypes are supported, use them to check this at compile-time,
9237         instead of trying to check it at run-time.  If we must do a run-time
9238         check, assume that setvbuf is standard when cross-compiling, as
9239         nonstandard setvbuf occurs only on ancient and unlikely hosts.
9240         Bug reported by Paul D. Smith.
9242         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
9243         argument specifying location of getloadavg.c.  This removes a
9244         FIXME.  This idea was taken from Jim Meyering's implementation in
9245         textutils.
9246         * doc/autoconf.texi (Particular Functions): Document this.
9247         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
9248         that's what the code does; this fixes a bug reported by
9249         Paul D. Smith.
9251 2002-05-03  Akim Demaille  <akim@epita.fr>
9253         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
9254         autopoint instead of gettextize.
9255         ($uses_alocal): Rename as...
9256         ($uses_aclocal): this.
9257         * doc/autoconf.texi (autoreconf Invocation): Adjust.
9258         Suggested by Bruno Haible.
9260 2002-05-03  Akim Demaille  <akim@epita.fr>
9262         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
9264 2002-04-29  Paul Eggert  <eggert@twinsun.com>
9266         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
9267         files to be 1 second older; just set them to be the same time.
9268         Also, sleep 1 second after the first aclocal, to work around
9269         problems with sub-second time stamps on the input files.
9271 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
9273         * doc/autoconf.texi: Mention "set -e -x" lossage
9274         under node "Limitations of Builtins".
9276 2002-04-29  Akim Demaille  <akim@epita.fr>
9278         * doc/install.texi: Better wording for setting variables when
9279         running configure.
9280         From Christian Cornelssen.
9282 2002-04-29  Akim Demaille  <akim@epita.fr>
9284         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
9285         of lack of $LINENO support, then the test will compare the $LINENO
9286         in testsuite vs. the lineno in the test file.  This is wrong, of
9287         course.
9288         Be sure to protect it.
9289         Reported by Patrick Welche.
9291 2002-04-25  Akim Demaille  <akim@epita.fr>
9293         * doc/autoconf.texi (Obsolete Macros): Typo.
9294         Reported by Vladimir Volovich.
9296 2002-04-25  Akim Demaille  <akim@epita.fr>
9298         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
9299         than some of the input files, hence, on the second run of aclocal,
9300         if some of its input are younger, make them older.
9301         Suggested by Paul Eggert.
9303 2002-04-25  Akim Demaille  <akim@epita.fr>
9305         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
9306         Thanks to Paul Eggert.
9308 2002-04-25  Akim Demaille  <akim@epita.fr>
9310         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
9311         and ac_subst_vars be sh variables containing the list of
9312         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
9313         DEFAULT diversion.
9314         (_AC_INIT_PREPARE): Use them to log them.
9315         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
9316         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
9317         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
9318         _AC_SUBST_FILES and _AC_SUBST_VARS.
9319         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
9321 2002-04-24  Akim Demaille  <akim@epita.fr>
9323         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
9324         autoheader, so that automake does not complain about a missing
9325         config.h.in that was to be created.
9327 2002-04-23  Akim Demaille  <akim@epita.fr>
9329         * bin/autoheader.in (parse_args): --warning takes an argument.
9330         Fixes PR/220.
9332 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
9334         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
9335         and bb.out when cleaning up.
9337 2002-04-22  Akim Demaille  <akim@epita.fr>
9339         Version 2.53a.
9341 2002-04-22  Akim Demaille  <akim@epita.fr>
9343         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
9345 2002-04-22  Akim Demaille  <akim@epita.fr>
9347         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
9348         comma.
9349         Reported by Gregory Giannoni.
9351 2002-04-22  Akim Demaille  <akim@epita.fr>
9353         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
9354         Fixes false failures on Darwin.
9356 2002-04-21  Paul Eggert  <eggert@twinsun.com>
9358         * TODO, bin/autoupdate.in, doc/autoconf.texi,
9359         lib/autoconf/general.m4, lib/autoconf/libs.m4,
9360         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
9361         tests/tools.at: Minor spelling and grammar fixes.
9363 2002-04-20  Paul Eggert  <eggert@twinsun.com>
9365         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
9366         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
9367         * lib/autotest/general.m4 (AT_INIT): Likewise.
9368         * tests/atgeneral.m4 (AT_INIT): Likewise.
9370 2002-04-19  Paul Eggert  <eggert@twinsun.com>
9372         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
9373         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
9374         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
9375         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9376         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
9377         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
9378         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
9379         Minor spelling and grammar fixes.
9381         * doc/autoconf.texi: Follow the outline suggested in the GNU
9382         Sample Texts sections of the Texinfo 4.2 manual.  Most
9383         importantly, this makes sure that the copyright notices appear in
9384         all output formats.  You probably need Texinfo 4.2 to generate
9385         the manual now.
9387         Fix some bugs when using "$@" when there might be zero positional
9388         arguments in cases where this matters.
9390         * bin/autoconf.as: Rewrite so that the problem does not come up.
9391         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
9392         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
9393         * lib/autotest/general.m4 (AT_INIT): Likewise.
9395         * bin/autoheader.in: Use 'case' statement to work around problem.
9396         * bin/auto4mte.in: Likewise.
9397         * bin/autoreconf.in: Likewise.
9398         * bin/autoscan.in: Likewise.
9399         * bin/autoupdate.in: Likewise.
9400         * bin/ifnames.in: Likewise.
9402         * doc/autoconf.texi (Shell Substitutions): Document the problem.
9404         * lib/autotest/general.m4 (AT_INIT):
9405         Use Zsh alias to work around problem.
9406         * tests/atgeneral.m4 (AT_INIT): Likewise.
9408         * tests/c.at: We can't have zero arguments, so remove workaround
9409         that is not portable to Zsh.
9411 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
9413         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
9414         from aclocal.m4 too.
9416 2002-04-12  Akim Demaille  <akim@epita.fr>
9418         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
9420 2002-04-10  Akim Demaille  <akim@epita.fr>
9422         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
9423         workaround for ${1+"$@"}.
9424         * doc/autoconf.texi (Shell Substitutions): Explain it.
9425         From Oliver Kiddle and Peter Stephenson.
9427         Have M4sh perform minimal shell sanitizing.
9429         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
9430         part into...
9431         (_AS_PREPARE): this new macro.
9432         (AS_PREPARE): New.
9433         (AS_INIT): Invoke AS_SHELL_SANITIZE.
9434         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
9436         Adjust Autoconf and Autotest.
9438         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
9439         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
9440         * lib/autotest/general.m4 (AT_INIT): Likewise.
9441         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
9442         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
9443         AS_SHELL_SANITIZE.
9445         Use this M4sh to generate Autoconf's shell scripts.
9447         * tests/wrapsh.as: New, precursor of wrapsh.in.
9448         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
9449         on Autotest and M4sh.
9450         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
9451         (wrapsh.in): New target.
9452         * bin/autoconf.as: New, precursor of autoconf.in.
9453         (autoconf.in): New target.
9455 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9457         * doc/autoconf.texi (Limitations of Make): Mention the issue
9458         with indented comments in rules.
9460 2002-04-09  Andreas Schwab  <schwab@suse.de>
9462         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
9463         ac_top_builddir when setting ac_abs_top_builddir.
9465 2002-04-06  Kevin Ryde  <user42@zip.com.au>
9467         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
9468         (Portable Shell): Cross reference to Systemology.
9470 2002-04-05  Akim Demaille  <akim@epita.fr>
9472         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
9473         directories when descending in a SUBDIRS.
9474         Reported by Ezra Peisach.
9476 2002-04-04  Andreas Schwab  <schwab@suse.de>
9478         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
9479         contains no literal separators.
9481 2002-04-03  Akim Demaille  <akim@epita.fr>
9483         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
9484         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
9485         Use dnl, not the KILL diversion.
9486         Extracted from...
9487         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
9488         (AC_CONFIG_LINKS): here.
9489         Adjust.
9490         Don't use the KILL diversion, as it kills spurious output, which
9491         results in failures being hidden.
9492         Use m4_defn where appropriate.
9493         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
9494         after the second argument.
9495         Use m4_defn.
9496         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
9497         syntax, as it is provided by M4sugar.
9498         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
9500 2002-04-03  Andreas Schwab  <schwab@suse.de>
9502         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
9503         expanded if $# <= 2.
9505         * bin/autoreconf.in (autoreconf): Run automake after rerunning
9506         aclocal.
9508 2002-04-03  Akim Demaille  <akim@epita.fr>
9510         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
9511         (_AC_COMPILER_EXEEXT_REJECT): New.
9512         Also recognize *.bb and *.bbg as compilation byproducts.
9513         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
9514         (_AC_COMPILER_OBJEXT): Use them.
9515         Fixes Debian #138666.
9517 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
9519         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
9521         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
9522         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
9523         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
9524         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
9525         (AC_C_CONST): Same.
9526         (AC_C_INLINE): Same.
9527         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
9528         * doc/autoconf.texi, NEWS: Document.
9529         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
9530         AC_C_CROSS.
9532 2002-04-02  Akim Demaille  <akim@epita.fr>
9534         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
9535         _AS_MKDIR_P_PREPARE.
9537 2002-03-28  Kevin Ryde  <user42@zip.com.au>
9539         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
9540         to avoid versions of HP C which don't allow that.
9542 2002-03-27  Paul Eggert  <eggert@twinsun.com>
9544         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
9545         (AS_SHELL_SANITIZE): Invoke it.
9546         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
9548 2002-03-26  Akim Demaille  <akim@epita.fr>
9550         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
9552 2002-03-26  Akim Demaille  <akim@epita.fr>
9554         * doc/autoconf.texi (Introduction): The GNATS base moved.
9556 2002-03-25  Paul Eggert  <eggert@twinsun.com>
9558         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
9559         as POSIX requires, as it doesn't work with Zsh.
9560         * doc/autoconf.texi (Assignments): Document the problem.
9562 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
9564         * doc/autoconf.texi (Limitations of Make): Mention more issue
9565         about VPATH, overriding of macros in sub-makes, and handling of
9566         SHELL.
9568 2002-03-21  Paul Eggert  <eggert@twinsun.com>
9570         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
9571         problem with here-document buffer boundaries.
9573         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
9574         when reinvoking the shell, to work around problems with installers
9575         who put strange things like "cd" commands in their environments.
9577 2002-03-19  Akim Demaille  <akim@epita.fr>
9579         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
9580         From Aaron Ucko.
9582 2002-03-19  Akim Demaille  <akim@epita.fr>
9584         * bin/autoscan.in (scan_file): Specify the location in `&used'
9585         invocations.
9586         From Nicolas Joly.
9588 2002-03-19  Akim Demaille  <akim@epita.fr>
9590         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
9591         From Nishio Futoshi.
9593 2002-03-19  Akim Demaille  <akim@epita.fr>
9595         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
9597 2002-03-18  Paul Eggert  <eggert@twinsun.com>
9599         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
9600         (Limitations of Usual Tools): Add mkdir section.
9602         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
9603         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
9604         back on AS_DIRNAME to compute prefixes otherwise; this is
9605         roughly what mkinstalldirs does.  That way, we need not have
9606         our own filename disassembler.  The old disassembler did not
9607         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
9609         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
9610         Create at_test_all by a series of assignments,
9611         not by a single assignment of a long string.  The latter causes ksh
9612         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
9613         presumably because of a buffer overrun.
9615 2002-03-14  Paul Eggert  <eggert@twinsun.com>
9617         * lib/autotest/general.m4 (at_times_skip):
9618         Renamed from at_times.  Now a boolean.
9619         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
9620         says 'times: not found'.
9622 2002-03-14  Akim Demaille  <akim@epita.fr>
9624         * bin/autoreconf.in (&study_gettextize): New.
9625         (&autoreconf): Handle newest gettextize.
9626         Rerun aclocal if needed.
9627         Suggested by Andreas Schwab.
9629 2002-03-13  Akim Demaille  <akim@epita.fr>
9631         * doc/autoconf.texi (Special Shell Variables): More about IFS.
9633 2002-03-13  Akim Demaille  <akim@epita.fr>
9635         * doc/autoconf.texi (Header Portability): New.
9636         Add information about stdint.h and inttypes.h from Paul Eggert.
9638 2002-03-13  Akim Demaille  <akim@epita.fr>
9640         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
9641         -p'.
9642         From Bob Proulx.
9644 2002-03-12  Akim Demaille  <akim@epita.fr>
9646         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
9647         m4_require.
9649 2002-03-11  Andreas Schwab  <schwab@suse.de>
9651         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
9652         does not do it if --with-lispdir is given.
9654 2002-03-08  Akim Demaille  <akim@epita.fr>
9656         Version 2.53.
9658 2002-03-08  Akim Demaille  <akim@epita.fr>
9660         * doc/autoconf.texi (Subdirectories): Clarify that the
9661         subdirectory should exist.
9663 2002-03-08  Akim Demaille  <akim@epita.fr>
9665         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
9667 2002-03-08  Akim Demaille  <akim@epita.fr>
9669         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
9670         aliases the actual variables, and modifications of the former
9671         affect the latter.
9673 2002-03-08  Akim Demaille  <akim@epita.fr>
9675         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
9676         because of C-c: have m4 output in tmp files, then mv them.
9678 2002-03-08  Akim Demaille  <akim@epita.fr>
9680         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
9681         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
9682         * bin/ifnames.in: Copyright update.
9684 2002-03-08  Akim Demaille  <akim@epita.fr>
9686         * doc/autoconf.texi (Invoking autom4te): New.
9688 2002-03-05  Akim Demaille  <akim@epita.fr>
9690         * doc/autoconf.texi (Specifying Names): Clarification suggested by
9691         Kevin Ryde.
9693 2002-03-05  Akim Demaille  <akim@epita.fr>
9695         Version 2.52i.
9697 2002-03-04  Akim Demaille  <akim@epita.fr>
9699         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
9700         * lib/autoconf/general.m4 (AC_INIT): More informative error
9701         message for LIBOBJ.
9703 2002-03-04  Akim Demaille  <akim@epita.fr>
9705         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
9706         parallel builds.
9708 2002-03-04  Akim Demaille  <akim@epita.fr>
9710         * doc/autoconf.texi (Transforming Names): Equality between target
9711         and host is irrelevant.
9712         (Specifying Names, Canonicalizing): Remove all references to the
9713         backward compatibility hooks.  Rather, collect them all into...
9714         (Hosts and Cross-Compilation): this new section.
9715         * doc/install.texi (System Type): Ditto.
9716         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
9717         that `--host' implies cross-compilation.
9719 2002-03-04  Akim Demaille  <akim@epita.fr>
9721         * doc/autoconf.texi (Evaluation Macros): New.
9722         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
9723         useless.
9724         (_m4_foreach): Define the variant with immediate evaluation so
9725         that it contains exactly the items, not an expression which
9726         evaluation is the current item.
9727         (m4_re_string, m4_re_word): Don't over quote them.
9729 2002-03-04  Akim Demaille  <akim@epita.fr>
9731         Instead of having stacking `shift's evaluated at the end, let
9732         `foreach' loops immediately evaluate them.
9734         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
9735         $*.  This is the n-th time I change my mind, but hopefully this is
9736         the last...
9737         (m4_lquote): New.
9738         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
9739         efficient.
9740         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
9741         it was only a hack for m4_text_wrap.
9742         (m4_car2): Remove, replaced by...
9743         (m4_cdr): New.
9744         (_m4_foreach): Adjust.
9745         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
9746         m4_bpatsubst for clarification.
9748 2002-03-04  Akim Demaille  <akim@epita.fr>
9750         * doc/autoconf.texi (Changequote is Evil): New.
9752 2002-03-03  Kevin Ryde  <user42@zip.com.au>
9754         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
9755         on old systems like SunOS.
9757 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
9759         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
9760         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9761         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
9762         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
9763         of messages.
9765 2002-02-28  Akim Demaille  <akim@epita.fr>
9767         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
9768         message to be sent.
9770 2002-02-28  Kevin Ryde  <user42@zip.com.au>
9772         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
9774 2002-02-25  Akim Demaille  <akim@epita.fr>
9776         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
9777         From Akinori Musha.
9779 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
9781         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
9782         translate \r\n to \n.
9784 2002-02-07  Akim Demaille  <akim@epita.fr>
9786         Version 2.52h.
9788 2002-02-07  Akim Demaille  <akim@epita.fr>
9790         Fix Autoconf PR/209.
9791         Also reported by Frank Denis.
9793         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
9795 2002-02-07  Akim Demaille  <akim@epita.fr>
9797         Fix Autoconf PR/207:
9798         AC_PREFIX_PROGRAM fails with dashed program names
9800         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
9801         variable when looking for the prefix program.
9802         Now it also works for shell variables.
9804 2002-02-07  Akim Demaille  <akim@epita.fr>
9806         * doc/autoconf.texi (Limitations of Builtins): More about
9807         case/esac.
9809 2002-02-06  Akim Demaille  <akim@epita.fr>
9811         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
9812         case/esac, some shells don't support it.
9813         Reported by Zack Weinberg.
9814         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
9816 2002-02-06  Akim Demaille  <akim@epita.fr>
9818         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
9819         sure not to introduce newlines in at_groups.
9820         * lib/autotest/Makefile.am (autotest.m4f): Typo.
9822 2002-02-06  Akim Demaille  <akim@epita.fr>
9824         * tests/torture.at (Configuring subdirectories): Skip if aclocal
9825         is not available.
9827 2002-02-05  Paul Eggert  <eggert@twinsun.com>
9829         * doc/autoconf.texi (Specific Compiler Characteristics):
9830         Describe HP-UX cc bug workaround more accurately.
9831         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
9832         not unsigned long.
9833         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
9834         cross-compilers, too.  This undoes some of the most recent change
9835         to this file.
9837 2002-02-05  Akim Demaille  <akim@epita.fr>
9839         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
9840         to make sure they are up to date when `check' is run.
9842 2002-02-05  Akim Demaille  <akim@epita.fr>
9844         * doc/autoconf.texi (Making testsuite Scripts): Document
9845         package.m4.
9847 2002-02-05  Akim Demaille  <akim@epita.fr>
9849         * lib/freeze.mk: New.
9851 2002-02-05  Akim Demaille  <akim@epita.fr>
9853         Implement `autom4te --freeze'.
9855         * bin/autom4te.in (&freeze): New.
9856         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
9857         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
9859 2002-02-05  Akim Demaille  <akim@epita.fr>
9861         * bin/autom4te.in (&parse_args): Implement `frozen files are
9862         optional are the sum of the previous files on the command line'.
9863         Also, pass `--reload-state=' on them, so...
9864         (handle_m4): don't.
9865         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
9866         (M4sh): Rely on M4sugar.
9867         (Autotest, M4sh, M4sugar): Use frozen files.
9869 2002-01-31  Akim Demaille  <akim@epita.fr>
9871         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
9872         * doc/autoconf.texi (Initializing configure): Adjust.
9874 2002-01-30  Akim Demaille  <akim@epita.fr>
9876         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
9877         alphanumeric to `-' instead of `_'.
9879 2002-01-30  Akim Demaille  <akim@epita.fr>
9881         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
9882         for plain code, the other for cross-compilation code.  The latter
9883         is now run with GCC only.
9884         * doc/autoconf.texi (Compilers and Preprocessors): New.
9886 2002-01-30  Akim Demaille  <akim@epita.fr>
9888         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
9889         values.
9890         * doc/autoconf.texi (Initializing configure): Explain how to
9891         change AC_INIT default values.
9893 2002-01-29  Akim Demaille  <akim@epita.fr>
9895         * tests/torture.at (Configuring subdirectories): Use configure.in,
9896         so that aclocal 1.4 works.
9897         Reported by Alexandre Duret-Lutz and Larry Schmitt.
9899 2002-01-28  Akim Demaille  <akim@epita.fr>
9901         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
9902         needs an argument.
9904 2002-01-28  Akim Demaille  <akim@epita.fr>
9906         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
9907         AUTOTEST_PATH *after* it was set.
9908         Don't put `.' in the PATH: the user should be precise and `./' if
9909         needed.  In addition, given that the test suite does some `cd', if
9910         `.' is in the path, the `tested programs' sections will report
9911         programs found in the test suite's directory, while during the
9912         tests (performed in their own directory), these programs are no
9913         longer visible.  In other words, the results is confusing and
9914         useless.
9915         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
9917 2002-01-24  Akim Demaille  <akim@epita.fr>
9919         Version 2.52g.
9921 2002-01-24  Akim Demaille  <akim@epita.fr>
9923         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
9924         * doc/autoconf.texi: Finally add Akim as an author.
9926 2002-01-24  Akim Demaille  <akim@epita.fr>
9928         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
9929         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
9930         Bourne. Use /bin/sh.
9931         From Andreas Buening.
9933 2002-01-24  Akim Demaille  <akim@epita.fr>
9935         * config/config.guess, config/config.sub, config/texinfo.tex:
9936         Update from masters.
9938 2002-01-24  Akim Demaille  <akim@epita.fr>
9940         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
9941         * config/auxdir.m4, config/cond.m4, config/depend.m4,
9942         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
9943         * config/missing.m4, config/sanity.m4, config/select.m4,
9944         * config/strip.m4: Remove, to ease sync'ing with any version of
9945         Automake.
9947 2002-01-24  Akim Demaille  <akim@epita.fr>
9949         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
9950         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
9951         Reported by Geir Ove Myhr.
9953 2002-01-21  Akim Demaille  <akim@epita.fr>
9955         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
9957 2002-01-21  Akim Demaille  <akim@epita.fr>
9959         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
9960         message on invalid options.
9961         * bin/autom4te.in (parse_args): Don't use
9962         Autoconf::General::getopt with non valid options.
9964 2002-01-17  Jim Meyering  <meyering@lucent.com>
9966         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
9967         $ac_cv_exeext so we don't use an old, invalid, cached value.
9969 2002-01-11  Akim Demaille  <akim@epita.fr>
9971         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
9972         Meyering.
9973         * doc/autoconf.texi (Function Portability): Document the strnlen
9974         limitation.
9975         (Particular Functions): Document AC_FUNC_STRNLEN.
9976         * lib/autoscan/functions: Adjust.
9978 2002-01-06  Akim Demaille  <akim@epita.fr>
9980         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
9981         package.m4, since is really depends upon configure.ac, not
9982         configure.
9983         * doc/autoconf.texi (testsuite Scripts): Adjust.
9984         * tests/Makefile.am (package.m4): New.
9985         EXTRA_DIST it since its a source.
9987 2002-01-06  Akim Demaille  <akim@epita.fr>
9989         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
9990         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
9991         and PACKAGE_BUGREPORT from here...
9992         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
9993         arguments.
9994         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
9995         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
9996         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
9997         * tests/tools.at (autoheader): Adjust.
9998         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
10000 2002-01-06  Akim Demaille  <akim@epita.fr>
10002         * bin/autoscan.in (scan_file): Use `&used'.
10004 2002-01-03  Akim Demaille  <akim@epita.fr>
10006         * doc/autoconf.texi (Output): Improved wording regarding use of
10007         AC_OUTPUT.
10008         From Olly Betts.
10010 2001-12-18  Kevin Ryde  <user42@zip.com.au>
10012         * doc/autoconf.texi (Function Portability): Add notes on sscanf
10013         sometimes needing writable input.
10015 2001-12-17  Jim Meyering  <meyering@lucent.com>
10017         * doc/autoconf.texi (New Macros): Tweak wording.
10019 2001-12-14  Akim Demaille  <akim@epita.fr>
10021         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
10022         trailing files, don't apply `-rf' to files which might not be
10023         created by configure (core, core.*, and *.core), but just `rm -f'.
10024         Suggested by Jonathan Kamens.
10026 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
10028         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
10030 2001-12-14  Akim Demaille  <akim@epita.fr>
10032         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
10034 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
10036         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
10037         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
10038         abs_srcdir, top_srcpath to abs_top_srcdir.
10039         (_AC_OUTPUT_FILES): Adjust.
10040         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
10041         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
10042         * tests/wrappl.in, tests/wrapsh.in: Adjust.
10044 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
10046         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
10047         C/Fortran linking on HP/UX, by extracting the Fortran library
10048         search path from the LPATH line in the $F77 -v output.
10050 2001-12-12  Kevin Ryde  <user42@zip.com.au>
10052         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
10053         forbidden file descriptors table.
10055 2001-11-26  Akim Demaille  <akim@epita.fr>
10057         * bin/autoscan.in (%c_keywords): Build it at top level.
10058         Map to 1 in order to simplify its uses.
10060 2001-11-26  Akim Demaille  <akim@epita.fr>
10062         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
10063         Remove $filepath, useless.
10064         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
10065         variables, they are really part of the tokens.
10066         Split the input line on spaces and then look for tokens.
10067         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
10068         because of `lex$U.$(OBJEXT)'.
10069         (&scan_files): Use "@list" instead of join.
10070         * doc/Makefile.am (CLEANFILES): Add *.fns.
10072 2001-11-26  Akim Demaille  <akim@epita.fr>
10074         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
10075         Remove, replaced by...
10076         * tests/wrappl.in: Be common for all the Perl executables.
10077         In particular autoscan and autoheader want -I.
10078         * configure.ac: Adjust.
10079         * lib/autoscan/headers: errno.h is portable.
10081 2001-11-26  Akim Demaille  <akim@epita.fr>
10083         * bin/autoscan.in (used): New.
10084         Use it.
10086 2001-11-26  Akim Demaille  <akim@epita.fr>
10088         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
10089         directives.
10090         (&scan_sh_file): Remove a duplicate pattern.
10091         (&check_configure_ac): Use long options.
10092         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
10094 2001-11-26  Akim Demaille  <akim@epita.fr>
10096         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
10097         Before, having a line containing the opening of a multi line
10098         comment made the whole line be ignored.
10100 2001-11-26  Akim Demaille  <akim@epita.fr>
10102         * doc/autoconf.texi (Using an Autotest Test Suite): New.
10103         (testsuite Scripts): Be one of its subsection.
10104         (Autotest Logs): New.
10106 2001-11-26  Akim Demaille  <akim@epita.fr>
10108         Test groups are now run two directories deeper.
10110         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
10111         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
10112         at_top_builddir.
10113         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
10114         top_srcdir, builddir and top_builddir.
10115         Use `at_*dir' relatively to the directory containing the
10116         suite, use `*dir' when relatively to the current group dir.
10118 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10120         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
10121         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
10122         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
10123         spelling errors.
10125 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
10127         * doc/autoconf.texi (Using System Type): Add an example of `case
10128         $host' usage so people quit using `case $target' everywhere.
10130 2001-11-22  Akim Demaille  <akim@epita.fr>
10132         * doc/autoconf.texi (Installation Directory Variables): Englishoes
10133         spotted by Jim Meyering.
10135 2001-11-16  Paul Eggert  <eggert@twinsun.com>
10137         This patch implements a `long double' suggestion by Oliver Kiddle.
10139         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
10140         static, to catch errors if the value isn't known at compile-time
10141         and the compiler supports dynamic arrays.  Change its name from
10142         `_array_' to `test_array' to avoid potential name clashes.
10143         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
10144         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
10145         better than double.  Catch a bug in GCC 2.95.2 x86.
10146         * doc/autoconf.texi (C Compiler): Document the above.
10147         * NEWS: Likewise.
10149 2001-11-13  Akim Demaille  <akim@epita.fr>
10151         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
10152         hand.
10153         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
10155 2001-11-13  Akim Demaille  <akim@epita.fr>
10157         * lib/autotest/general.m4 (AT_INIT): After having run the test
10158         group, go back to the initial directory, not to at_suite_dir.
10160 2001-11-13  Akim Demaille  <akim@epita.fr>
10162         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
10163         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
10164         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
10165         option.
10166         (AT_CHECK_CONFIGURE): Use absolute paths.
10167         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
10168         The problem is still the old one: there is no means in M4 (that I
10169         know about) to create a defining macro, because there is no means
10170         to create `$1' etc., therefore, the defining macro ``swallows''
10171         all the arguments meant to the defined macro.
10173 2001-11-13  Akim Demaille  <akim@epita.fr>
10175         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
10176         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
10177         configure.ac.
10178         * tests/aclocal.m4: Remove, as it is no longer used.
10180 2001-11-13  Akim Demaille  <akim@epita.fr>
10182         * lib/autotest/general.m4: Change `tests?' into `groups?' in
10183         variable names when referring to a single test group, or to
10184         `suite' when referring to the whole test suite.
10185         `at_last_test' is removed: m4 compute at_format itself.
10186         (at_stdout, at_stder1, at_stderr): New variables.
10187         (AT_CHECK): Use them.
10189 2001-11-13  Akim Demaille  <akim@epita.fr>
10191         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
10192         in PATH.
10193         Create `testsuite.dir/003/run' instead of `testsuite.003'.
10194         Do it as soon as a test fails, don't wait till the end of the test
10195         suite.
10196         Don't remove $as_me.[0-9]*, since these files no longer exist.
10198 2001-11-13  Akim Demaille  <akim@epita.fr>
10200         * tests/tools.at: Use absolute paths, since we are no longer run
10201         in place.
10203 2001-11-13  Akim Demaille  <akim@epita.fr>
10205         Now that tests are running in their own private dir, there is no
10206         need to list the files to remove at the end of tests groups.
10208         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
10209         (AT_data_files, at_data_files): Remove.
10210         (AT_CLEANUP, AT_DATA): Simplify.
10211         (AT_INIT): Adjust.
10212         Remove the group dir if !debug && !failed.
10213         * tests/atspecific.m4: Adjust.
10215 2001-11-13  Akim Demaille  <akim@epita.fr>
10217         Start a new layout for Autotest: `testsuite' creates
10218         `testsuite.dir' in which the at-check-line etc. files are to be
10219         found, and `testsuite.dir/003' where the test group 3 is run.
10221         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
10222         at_check_line_file, at_format, at_test_normalized, at_group_dir
10223         are new variables.
10224         Create the directories.
10225         Use absolute paths for at- files.
10226         (AT_CHECK): Adjust.
10228 2001-11-11  Michael Matz  <matz@kde.org>
10230         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
10231         (m4_car2): New.
10232         (m4_car): Properly quote arguments.
10234 2001-11-13  Akim Demaille  <akim@epita.fr>
10236         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
10237         with stricter rules on LIBOBJS.
10239 2001-11-12  Paul Eggert  <eggert@twinsun.com>
10241         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
10242         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
10243         __PROTOTYPES too.
10245 2001-11-12  Akim Demaille  <akim@epita.fr>
10247         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
10249 2001-11-12  Akim Demaille  <akim@epita.fr>
10251         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
10252         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
10253         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
10254         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
10255         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
10256         specify to what the macro should be defined (typically to 1).
10258 2001-11-12  Akim Demaille  <akim@epita.fr>
10260         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
10261         From Jim Meyering.
10263 2001-11-12  Akim Demaille  <akim@epita.fr>
10265         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
10266         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
10267         definition used by Automake where LEX is +/- "${missing} lex" and
10268         `missing' itself contains variables.
10270 2001-11-12  Akim Demaille  <akim@epita.fr>
10272         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
10273         Now that M4sh pushes BODY, the comments were output at the end of
10274         the test suites.
10276 2001-11-08  Akim Demaille  <akim@epita.fr>
10278         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
10279         that we can trace macros from aclocal.m4.
10280         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
10281         obsoleted, and redirect to the former anyway.
10282         Reported by Ralf Corsepius.
10284 2001-11-08  Akim Demaille  <akim@epita.fr>
10286         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
10287         processed only if present.
10288         * tests/torture.at (Configuring subdirectories): Use autoreconf
10289         instead of successive calls to autoconf.
10290         Add a nonexistent subdirectory to exercise the patch above.
10291         Reported by Ralf Corsepius.
10293 2001-11-08  Kevin Ryde  <user42@zip.com.au>
10295         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
10296         doesn't accept .S files.
10298 2001-11-07  Akim Demaille  <akim@epita.fr>
10300         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
10301         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
10302         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
10303         * bin/autom4te.in (warn_forbidden): New.
10304         (handle_output): Use it.
10305         Read m4_pattern_forbid with messages.
10307 2001-11-05  Akim Demaille  <akim@epita.fr>
10309         * bin/autom4te.in (--normalize): Remove.
10310         * lib/autom4te.in: Adjust.
10312 2001-11-05  Akim Demaille  <akim@epita.fr>
10314         * tests/Makefile.am (testsuite): Rename this target as...
10315         ($(TESTSUITE)): this.
10316         From Nicolas Joly.
10318 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
10320         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
10321         the --prefix option, also remove it's argument.
10323 2001-11-05  Akim Demaille  <akim@epita.fr>
10325         * doc/autoconf.texi (testsuite Invocation): Update.
10326         (Writing testsuite.at): Update.
10328 2001-11-03  Akim Demaille  <akim@epita.fr>
10330         * doc/autoconf.texi: s/@code/@command/ where appropriate.
10332 2001-11-03  Akim Demaille  <akim@epita.fr>
10334         * lib/Autom4te/General.pm: (&catfile, &canonfile)
10335         (&file_name_is_absolute): New, wrappers around routines from
10336         File::Spec.
10337         Use and export them.
10338         (&find_configure_ac): Optionally take a directory where to look at.
10339         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
10340         the arguments.
10341         Default @ARGV to `.', not find_configure_ac.
10342         (&autoreconf): Argument is a directory.
10343         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
10344         * doc/autoconf.texi (autoreconf Invocation): Update.
10346 2001-11-03  Akim Demaille  <akim@epita.fr>
10348         * lib/Autom4te/General.pm (@export_vars, @export_subs)
10349         (@export_forward_subs): New.
10350         Add basename, dirname, and fileparse.
10351         (@EXPORT): Adjust.
10352         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
10353         Don't look for aclocal flags if we already know aclocal is not
10354         used.
10355         Move aclocal.m4t only if it exists.
10356         Reported by Ezra Peisach.
10358 2001-11-03  Akim Demaille  <akim@epita.fr>
10360         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
10361         passed on command line, defaulting to ./configure.ac if present.
10362         (&maybe_autoreconf, File::Find): Remove, unused.
10363         (&autoreconf): If autoconf is not used, don't try to trace.
10365 2001-11-02  Akim Demaille  <akim@epita.fr>
10367         * configure.ac: Bump to 2.52g.
10369 2001-11-02  Akim Demaille  <akim@epita.fr>
10371         Version 2.52f.
10373 2001-11-02  Akim Demaille  <akim@epita.fr>
10375         * config/config.guess, config/config.sub, doc/standards.texi:
10376         * config/lispdir.m4: Update from masters.
10377         * configure.ac: Bump to 2.52f.
10379 2001-11-02  Akim Demaille  <akim@epita.fr>
10381         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
10382         Don't run aclocal when aclocal.m4 is not from aclocal.
10383         From Ezra Peisach.
10384         Don't run libtoolize and gettextize if --install is not given.
10386 2001-11-01  Paul Eggert  <eggert@twinsun.com>
10388         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
10389         be invoked before _AS_LINENO_PREPARE.
10390         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
10391         than character ranges.
10393         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
10394         invoking AS_BASENAME.  Set the locale variables to 'C' if
10395         possible, as POSIX requires this to get the traditional
10396         behavior.
10397         * doc/autoconf.texi (Special Shell Variables): Describe the above.
10399 2001-10-31  Paul Eggert  <eggert@twinsun.com>
10401         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
10402         with {}, as that triggers a bug in Bash 2.05.
10404         (_AS_LINENO_PREPARE): Use Sed rather than
10405         Awk.  Fix the sed prepass to work even if there are multiple
10406         instances of $LINENO on the same line.  Do not substitute for
10407         other variables like $LINENOT.  Do not check file dates; such a
10408         check is unreliable on sufficiently fast machines, and removing
10409         the check makes the code simpler and more reliable.  Check for
10410         output and chmod failures.
10412         * doc/autoconf.texi (Special Shell Variables): Document
10413         the above.
10415 2001-10-31  Akim Demaille  <akim@epita.fr>
10417         * tests/Makefile.am (atconfig): Remove this target, Automake
10418         handles it now.
10420 2001-10-31  Akim Demaille  <akim@epita.fr>
10422         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
10423         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
10424         provided, while it is optional.
10425         * configure.ac: Adjust.
10427 2001-10-26  Paul Eggert  <eggert@twinsun.com>
10429         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
10430           lib/Autom4te/Struct.pm:
10431         Require Perl 5.005_03 instead of just 5.005, as some tests fail
10432         with 5.005_02.
10434         * doc/autoconf.texi (Special Shell Variables): Document some
10435         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
10437         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
10438         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
10439         eval $LINENO is not portable in practice.
10441 2001-10-24  Akim Demaille  <akim@epita.fr>
10443         * lib/Autom4te/General.pm (backname): New.
10445 2001-10-24  Akim Demaille  <akim@epita.fr>
10447         * m4/: Remove, merged into...
10448         * config/: here.
10450 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
10452         * doc/autoconf.texi (Shellology): Mention the problems with bash
10453         2.05's use of ANSI quoting in its `set' builtin.
10455 2001-10-22  Paul Eggert  <eggert@twinsun.com>
10457         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
10458         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
10459         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
10460         POSIX decided to standardize on the int flavor of strerror_r.
10461         Always do char* test, as there's no reason not to.
10462         Assign to a char* var, to catch strerror_r that returns int*.
10464         * doc/autoconf.texi (Particular Functions):
10465         Document the above changes.  Also, document the fact that
10466         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
10468         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
10470 2001-10-20  Akim Demaille  <akim@epita.fr>
10472         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
10473         the executable was missing from the log.
10475 2001-10-20  Akim Demaille  <akim@epita.fr>
10477         * lib/Autom4te/General.pm (&update_file): If destination is
10478         unchanged, remove the source.
10479         (&up_to_date_p): Don't be verbose, be debug.
10480         * bin/autoreconf.in: No longer support --m4dir.
10481         (&autoreconf): Display the full path of the configure.ac we are
10482         studying.
10483         Trace it only once.
10484         Be sure to honor --force with gettextize.
10485         Always run aclocal.
10486         * doc/autoconf.texi: Adjust.
10488 2001-10-20  Akim Demaille  <akim@epita.fr>
10490         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
10491         Remove, dead.
10492         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
10493         `intl' is already present, as it refuses unless --force.
10494         (&parse_args): Use -I, --include instead of the old Autoconf
10495         options.
10496         ($localdir, $autoconf_dir): Remove.
10497         (@include): New.
10498         (&maybe_autoreconf): New, to preserve $_ for File::Find.
10500 2001-10-19  Jens Petersen  <petersen@redhat.com>
10502         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
10503         * doc/autoconf.texi (Particular Programs): Likewise.
10505 2001-10-19  Akim Demaille  <akim@epita.fr>
10507         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
10508         file in @configure_input@.
10509         Don't mention `automatically' in addition to `generated'.
10510         * tests/torture.at (#define header templates): Adjust.
10512 2001-10-19  Akim Demaille  <akim@epita.fr>
10514         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
10515         comment, explain how to install automatic mode selection.
10516         From Russ Allbery.
10518 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
10520         * bin/autoreconf.in (autoreconf): Display the path to the
10521         configure.ac being studied.
10523 2001-10-18  Paul Eggert  <eggert@twinsun.com>
10525         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
10526         long, to work around a bug in the HP C compiler version HP92453-01
10527         B.11.11.23709.GP.
10529         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
10530         (AS_BASENAME_EXPR): New macro.
10531         (AS_BASENAME_SED): Do not assume GNU sed semantics.
10532         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
10533         and fall back on 'sed' only if the other two fail.  This makes
10534         AS_BASENAME act more like AS_DIRNAME.
10535         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
10536         contains white space.
10537         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
10538         Use AS_DIRNAME, since I think it's now DOS-friendly.
10539         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
10540         Allow "dirname //FOO" to return either / or //, as POSIX allows
10541         either behavior.
10543 2001-10-10  Akim Demaille  <akim@epita.fr>
10545         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
10546         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
10547         From Eric Sharkey.
10549 2001-10-10  Akim Demaille  <akim@epita.fr>
10551         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
10552         m4_define, since...
10553         (_AS_ECHO_N): AS_REQUIREs it.
10555 2001-10-10  Akim Demaille  <akim@epita.fr>
10557         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
10558         (AC_INCLUDES_DEFAULT): Move to...
10559         * lib/autoconf/headers.m4: here.
10560         * lib/autoconf/types.m4: Comment changes.
10561         * doc/autoconf.texi: Specify where the default includes are used
10562         in the macro prototypes.
10564 2001-10-09  Akim Demaille  <akim@epita.fr>
10566         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
10567         transition code.
10569 2001-10-08  Akim Demaille  <akim@epita.fr>
10571         * bin/autoreconf.in (&autoreconf): Remove debugging code.
10572         (&parse_args): Pass verbosity/debugging options to subtools when
10573         --debug, not when --verbose.
10574         * lib/autom4te.in (Autoreconf-preselections): New.
10575         (Autoconf): Use it.
10577 2001-10-08  Akim Demaille  <akim@epita.fr>
10579         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
10581 2001-10-08  Akim Demaille  <akim@epita.fr>
10583         * doc/autoconf.texi (autoreconf Invocation): Adjust.
10584         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
10586 2001-10-08  Akim Demaille  <akim@epita.fr>
10588         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
10589         (Syntax of the shell scripts): Don't.
10590         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
10591         bother with $force since...
10592         * lib/Autom4te/General.pm: does.
10594 2001-10-08  Akim Demaille  <akim@epita.fr>
10596         * bin/autoreconf.in: Rewrite in Perl.
10597         * configure.ac: Adjust.
10598         * lib/Autom4te/General.pm (&up_to_date_p): New.
10599         * bin/autom4te.in (&up_to_date_p): Use it.
10600         Rename as...
10601         (&up_to_date): this.
10603 2001-10-08  Akim Demaille  <akim@epita.fr>
10605         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
10606         (m4_list_cmp): Use $0 to reinvoke yourself.
10607         (m4_patsubsts): New.
10608         (m4_strip, m4_version_unletter): Use it.
10609         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
10611 2001-10-08  Akim Demaille  <akim@epita.fr>
10613         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
10614         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
10615         * lib/autoconf/types.m4, lib/autotest/general.m4,
10616         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
10617         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
10618         m4_bregexp, m4_bpatsubst, and m4_bmatch.
10619         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
10621 2001-10-08  Akim Demaille  <akim@epita.fr>
10623         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
10625 2001-10-08  Akim Demaille  <akim@epita.fr>
10627         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
10628         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
10629         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
10630         * tests/tools.at, tests/m4sh.at: Use it.
10631         * tests/m4sh.at: Don't rely on Autoconf macros.
10632         (DIRNAME_TEST): Also exercise the expr variant.
10633         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
10634         preferred M4sugar extension is now `.4s'.
10635         * tests/README: Remove.
10637 2001-10-08  Akim Demaille  <akim@epita.fr>
10639         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
10640         (m4_provide_if): this.
10641         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
10642         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
10643         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
10644         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
10646 2001-10-08  Akim Demaille  <akim@epita.fr>
10648         Use `add-log-current-defun-function' for ChangeLog creation.
10649         Suggested by Tom Tromey.
10651         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
10652         (autotest-mode): Adjust.
10653         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
10654         'comment-region onto `C-c ;'.
10655         Comments are `#', not `dnl'.
10656         (autoconf-current-defun): New.
10657         (autoconf-font-lock-keywords): Recognize `m4_defun'.
10659 2001-10-08  Akim Demaille  <akim@epita.fr>
10661         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
10662         * lib/m4sugar/m4sh.m4: here.
10663         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
10664         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
10665         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
10666         include handle the m4_pattern_*, no longer push the
10667         BODY diversion nor set the /bin/sh line, AS_INIT does it.
10668         * lib/autotest/general.m4 (AT_INIT): Likewise.
10669         * tests/base.at: Adjust the tests to use AS_INIT.
10670         * tests/tools.at (AT_DATA_FORBIDDEN): New.
10671         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
10672         Autoconf.
10674 2001-10-07  Paul Eggert  <eggert@twinsun.com>
10676         * doc/autoconf.texi (config.status Invocation):
10677         CONFIG_SHELL defaults to a shell that supports LINENO if available.
10679         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
10680         shell does not support LINENO, and if CONFIG_SHELL is unset or
10681         empty, and if we can find a shell that does support LINENO,
10682         then set CONFIG_SHELL to that shell and then re-execute
10683         ourselves with CONFIG_SHELL.
10685 2001-10-05  Paul Eggert  <eggert@twinsun.com>
10687         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
10688         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
10689         build of $(TESTSUITE).
10691 2001-10-05  Akim Demaille  <akim@epita.fr>
10693         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
10694         iff we are a bareword.
10695         Reported by Raja R Harinath.
10697 2001-10-05  Akim Demaille  <akim@epita.fr>
10699         * tests/m4sh.at (LINENO): New.
10700         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
10701         PATH_SEPARATOR before using it.
10702         Fix the absolute path case/esac pattern.
10703         Provide $0 as fallback for as_myself.
10704         Reported by Raja R Harinath.
10706 2001-10-05  Akim Demaille  <akim@epita.fr>
10708         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
10709         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
10711 2001-10-05  Akim Demaille  <akim@epita.fr>
10713         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
10714         (AS_SHELL_SANITIZE): here.  Use it.
10715         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
10716         From Paul Eggert.
10718 2001-10-04  Akim Demaille  <akim@epita.fr>
10720         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
10721         combination of Awk and sed to replace $LINENO.
10723 2001-10-02  Paul Eggert  <eggert@twinsun.com>
10725         * doc/autoconf.texi (Limitations of Builtins): You can't use
10726         "source"; it's not portable.  Remove confusing and
10727         somewhat-incorrect example involving "." and "/".
10729         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
10730         compatibility with POSIX shells.
10732 2001-10-02  Akim Demaille  <akim@epita.fr>
10734         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
10735         instead of exec'ing to preserve $0 and $@.
10737 2001-10-01  Akim Demaille  <akim@epita.fr>
10739         * tests/testsuite (AT_INIT) <at_pass_list>: New.
10740         Don't run twice the same test.
10742 2001-10-01  Akim Demaille  <akim@epita.fr>
10744         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
10745         No longer output the list of tests.
10746         <--list>: New option.
10747         <--full-help>: Remove.
10748         Complete the short/long options duality.
10749         Various small adjustments.
10751 2001-10-01  Akim Demaille  <akim@epita.fr>
10753         * doc/autoconf.texi: Use @kbd for user input.
10754         Always use `$' as shell prompt.
10756 2001-09-30  Paul Eggert  <eggert@twinsun.com>
10758         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
10759         Don't use nested parenthesization.  This patch was originally
10760         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
10761         but somehow it didn't get incorporated then.
10762         * doc/autoconf.texi (Limitations of Usual Tools):
10763         Clarify remark about sed and nested parenthesization.
10765         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
10766         Report an error if the size cannot be determined even though
10767         the type exists.
10768         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
10769         Check for `expr' arithmetic overflow, and for compilation failure,
10770         and invoke a new argument $4 if either is discovered.
10771         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
10772         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
10774 2001-09-28  Akim Demaille  <akim@epita.fr>
10776         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
10777         * m4/lispdir.m4: New.
10778         * aclocal.m4, configure.ac: Adjust.
10780 2001-09-28  Akim Demaille  <akim@epita.fr>
10782         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
10783         (AT_TESTED): this.
10784         (AT_INIT): More the wrapped section to where it will be expanded.
10785         Output `AT_tested' only when existing.
10786         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
10788 2001-09-27  Akim Demaille  <akim@epita.fr>
10790         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
10791         generates too many bug reports.
10793         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
10794         status when executing the ACTION-IF-FALSE.
10795         * tests/base.at (AC_TRY_*): Rename as...
10796         (AC_TRY_COMMAND): this.
10797         (AC_RUN_IFELSE): New.
10798         * tests/compile.at (Extensions, C keywords)
10799         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
10800         (Broken/missing compilers, AC_PROG_CPP with warnings)
10801         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
10802         * tests/c.at (Extensions, C keywords)
10803         (Broken/missing compilers, AC_PROG_CPP with warnings)
10804         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
10805         (AC_PROG_CPP requires AC_PROG_CC): here and...
10806         * tests/fortran.at (GNU Fortran 77): there.
10807         * doc/autoconf.texi (autoconf Invocation): Fix the example:
10808         AC_TRY_RUN is about compilation, not shell commands.
10809         (Test Programs): AC_TRY_RUN works as used to be advertised.
10811 2001-09-27  Akim Demaille  <akim@epita.fr>
10813         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
10814         Raja R Harinath:
10815         Be sure to detect when $LINENO always returns the same value.
10816         Look for the original script, basename($0) is certainly not
10817         enough.
10818         Pass the CLI arguments to `$as_me.lineno'.
10820 2001-09-25  Akim Demaille  <akim@epita.fr>
10822         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
10823         Be sure the close and reopen the LOG fd before and after using tee
10824         to extend the log.
10825         <at_tests_pattern>: Adjust to the new format of at_help_all.
10827 2001-09-23  Akim Demaille  <akim@epita.fr>
10829         * bin/autom4te.in (parse_args): There can be several invocations
10830         of --language now.
10832 2001-09-23  Akim Demaille  <akim@epita.fr>
10834         * doc/autoconf.texi (Top): Wrap in @ifnottex.
10836 2001-09-23  Akim Demaille  <akim@epita.fr>
10838         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
10839         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
10840         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
10841         builddir, buildpath, top_builddir, and top_buildpath.
10842         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
10843         the current directory.
10844         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
10845         variables *before* changing the current directory.
10846         Skip nonexistent dirs.
10847         * doc/autoconf.texi (Preset Output Variables): Document these
10848         variables.
10850         * lib/autotest/general.m4: Do not reset AT_victims.
10851         Don't compute at_srcdir nor at_top_srcdir.
10853         * tests/tools.at: Hence use top_srcdir.
10855         * tests/Makefile.am, tests/autoconf, tests/autoheader,
10856         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
10857         Remove.
10858         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
10859         * tests/wrapsh.in, tests/autoupdate.in: New.
10860         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
10861         * configure.ac: Build the position independent wrappers.
10863         * man/Makefile.am: Now that test wrappers are position
10864         independent, use them and drop dark envvar magic.
10866 2001-09-23  Akim Demaille  <akim@epita.fr>
10868         * doc/autoconf.texi (Common Shell Constructs): Rename as...
10869         (Programming in M4sh): this.
10870         Promote to @section.
10872 2001-09-23  Akim Demaille  <akim@epita.fr>
10874         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
10875         Pass $at_debug_args to the rerun test suite.
10876         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
10877         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
10878         From Paul Eggert.
10880 2001-09-23  Akim Demaille  <akim@epita.fr>
10882         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
10884 2001-09-23  Akim Demaille  <akim@epita.fr>
10886         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
10887         over-escaping.
10889 2001-09-23  Akim Demaille  <akim@epita.fr>
10891         * lib/Autom4te/General.pm (&debug): New.
10892         * bin/autom4te.in ($language): Move to...
10893         (parse_args): here.
10894         Handle --language in languages.
10895         * lib/autom4te.in (Automake-selections, Autoheader-selections)
10896         (Autoscan-selections): New.
10897         (Autoconf): Adjust.
10899 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
10901         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
10902         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
10903         to match current versions from CVS Automake.
10905 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
10907         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
10908         for $LINENO.
10910 2001-09-22  Akim Demaille  <akim@epita.fr>
10912         * lib/autoconf/autotest.m4: Create `package.m4'.
10913         * tests/Makefile.am (package.m4): Remove.
10915 2001-09-22  Akim Demaille  <akim@epita.fr>
10917         Rely on `$LINENO' when possible instead of `__oline__'.
10919         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
10920         `$LINENO' support replacement when not supported.
10921         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
10922         them explicitly to be sure they are not output before this section
10923         (via m4_require).  Cosmetic only.
10924         * lib/autoconf/c.m4, lib/autoconf/general.m4,
10925         * lib/autoconf/programs.m4: Replace all the occurrences of
10926         `__oline__' with `$LINENO'.
10927         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
10929 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
10931         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
10932         character (u: -> ue) in a code comment.
10933         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
10934         it works.
10936 2001-09-21  Akim Demaille  <akim@epita.fr>
10938         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
10939         Suggested by Jim Meyering.
10941 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10943         * lib/autoconf/programs.m4: Use extensions listed in
10944         $ac_executable_extensions when looking for programs.
10946 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10948         * lib/autoconf/general.m4: Fix a small Englisho.
10949         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
10950         setting up ac_dir_suffix and ac_top_builddir.
10951         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
10953 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10955         * doc/autoconf.texi (File System Conventions): Clarify the use of
10956         PATH_SEPARATOR.
10957         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
10958         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
10959         be used instead of ':'.
10960         * lib/autotest/general.m4: Replace occurrences of ':' in
10961         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
10963 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10965         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
10966         arguments.  Fixed a typo.
10968 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10970         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
10971         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
10973 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10975         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
10976         * bin/autoupdate.in: Ditto.
10977         * bin/autoheader.in: Reworded a few comments.
10978         * bin/autoconf.in: Reworded help text for a few options.
10979         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
10980         * bin/autoscan.in, bin/autoupdate.in: Ditto.
10982 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10984         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
10985         already have $file).  Set output files to binary mode (helps avoid
10986         CR issues on DOSish systems).
10988 2001-09-19  Akim Demaille  <akim@epita.fr>
10990         * lib/autotest/general.m4: Englishoes.
10991         From Tim Van Holder and Alexey Mahotkin.
10993 2001-09-18  Paul Eggert  <eggert@twinsun.com>
10995         * doc/autoconf.texi (Common Shell Constructs): New node,
10996         documenting AS_DIRNAME.
10997         (Limitations of Usual Tools): Refer to it when discussing dirname.
10998         Also, update discussion of POSIX standard to reflect latest draft.
11000         * lib/autoconf/c.m4:
11001         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
11003         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
11004         Do not pass a first argument with leading '-'
11005         to expr, by parenthesizing initial integers that might be negative.
11007         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
11008         now merely checks whether it is an error to pass an argument
11009         to getpgrp.
11011         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
11012         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
11013         whether it is a (compile-time) error to pass an argument to
11014         getpgrp.  This simpler test supports the revised documentation,
11015         and is all that AC_FUNC_GETPGRP's users really need.
11017 2001-09-18  Akim Demaille  <akim@epita.fr>
11019         * doc/autoconf.texi (Limitations of Make) <$<>: New.
11021 2001-09-18  Akim Demaille  <akim@epita.fr>
11023         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
11024         `{}'.
11025         * lib/autotest/general.m4 (AT_INIT): Adjust.
11027 2001-09-18  Paul Wagland  <paul@wagland.net>
11029         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
11030         correctly.
11031         Add test for AS_BASENAME.
11032         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
11033         added test. It now correctly handles /1/2/3/, returning '3' not ''.
11034         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
11035         * tests/base.at: Fixed the expected responses. The old ones were
11036         one line out...
11037         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
11038         the documentation claims it should (and how it behaved in 2.13).
11040 2001-09-18  Akim Demaille  <akim@epita.fr>
11042         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
11043         the AC_CONFIG_COMMANDS invocation.
11044         This also solves the name clash problems.
11045         Don't set the package's ID.
11046         * lib/m4sugar/Makefile.am (version.m4): Revamp.
11047         No longer to be shipped.
11048         (version.in): Remove.
11049         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
11050         * lib/autoconf/status.m4: Adjust.
11051         Use `m4_PACKAGE_STRING'.
11052         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
11053         the only optional argument is the name of the test suite.
11054         Expect `package.m4' to define the package signature.
11055         * lib/autom4te.in (Autotest): Add `package.m4?'.
11056         * tests/Makefile.am (package.m4): New.
11057         * tests/suite.at: ifnames is a victim.
11059 2001-09-18  Akim Demaille  <akim@epita.fr>
11061         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
11062         AC_LIBSOURCE, AC_CONFIG_FILES.
11063         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
11064         program version string doesn't match the package's.
11065         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
11066         after `(cached)'.
11068 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11070         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11071         Allow expression to return any value that can fit into unsigned long
11072         (not int, as before).  Check for output errors.
11074 2001-09-17  Bruno Haible  <haible@ilog.fr>
11076         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11077         Always include <stdio.h> and <stdlib.h>. Evaluate
11078         the expression in an extra function before these includes. Call
11079         fprintf "%d" only after ensuring the argument is of type 'int'.
11080         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
11082 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11084         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
11085         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
11086         fatal errors, and AC_CHECK_LIB causes it to include libraries even
11087         when they don't exist.
11089         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
11090         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
11091         need it.
11093         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
11094         version with the version used by fileutils 4.1, except use
11095         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
11096         we don't need it.
11098         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
11100 2001-09-13  Akim Demaille  <akim@epita.fr>
11102         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
11103         _first_.
11104         Reported by Gerrit P. Haase.
11106 2001-09-13  Akim Demaille  <akim@epita.fr>
11108         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
11109         m4_defn'ing is valid.
11111 2001-09-13  Akim Demaille  <akim@epita.fr>
11113         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
11114         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
11115         Use it.
11117 2001-09-13  Akim Demaille  <akim@epita.fr>
11119         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
11120         m4_match.
11121         (m4_re_escape): New.
11122         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
11123         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
11124         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
11125         Likewise.
11126         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
11127         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
11128         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
11129         AT_tests_all for consistency.
11130         Set at_victims.
11131         (AT_VICTIMS): Similar to AT_KEYWORDS.
11132         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
11134 2001-09-13  Akim Demaille  <akim@epita.fr>
11136         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
11138 2001-09-13  Akim Demaille  <akim@epita.fr>
11140         * lib/autotest/general.m4 (AT_INIT): Create and remove
11141         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
11142         test suites can cohabit.
11144 2001-09-13  Akim Demaille  <akim@epita.fr>
11146         * tests/mktests.sh: Don't output banners for empty test files.
11148 2001-09-13  Akim Demaille  <akim@epita.fr>
11150         Test suites can be run independently of configure.
11152         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
11153         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
11154         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
11155         ECHO_N etc.
11156         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
11157         and at_c.
11158         * lib/autotest/general.m4: Use ECHO_*.
11160 2001-09-13  Akim Demaille  <akim@epita.fr>
11162         * bin/ifnames.in: Rewrite in Perl.
11163         * configure.ac: Don't look for AWK.
11164         * tests/tools.at (AWK portability): Remove.
11165         (Syntax of the shell scripts): Don't check ifnames.
11166         (AT_CHECK_PERL_SYNTAX): New.
11167         (Syntax of the Perl scripts): Check ifnames.
11168         * tests/ifnames: New.
11170 2001-09-13  Akim Demaille  <akim@epita.fr>
11172         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
11173         test group titles.
11174         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
11175         Remove all the other keywords.
11177 2001-09-10  Akim Demaille  <akim@epita.fr>
11179         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
11180         SETUP: no longer used.
11181         Support -k, --keywords.
11182         <at_help>: Be `no', `short', or `long'.
11183         <at_help_all>: New variable.
11184         (AT_KEYWORDS): New.
11185         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
11186         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
11187         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
11188         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
11189         No longer fill the HELP diversion.
11190         (AT_CLEANUP): Use them.
11191         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
11192         (m4_list_append): Remove.
11194         Spread a few keywords in the Autoconf test suite.
11196 2001-09-10  Akim Demaille  <akim@epita.fr>
11198         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
11199         PATH_SEPARATOR, let M4sh compute it.
11200         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
11201         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
11202         Move to...
11203         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
11204         Simplify when the path is not a literal.
11205         (AS_UNAME): Use it to report PATH.
11206         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
11207         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
11208         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
11209         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
11210         normalize the path, and to look for victims.
11211         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
11212         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
11214 2001-09-07  Akim Demaille  <akim@epita.fr>
11216         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
11217         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
11218         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
11219         related variables into `at_package_*'.
11220         * lib/autotest/general.m4 (AT_VICTIMS): New.
11221         (AT_INIT): Adjust for stand-alone/embedded test suites.
11222         (AS_MESSAGE_LOG_FD): Define and use it.
11223         * tests/suite.at (AT_VICTIMS): Use it.
11224         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
11225         at_version.
11227 2001-09-07  Akim Demaille  <akim@epita.fr>
11229         Move toward possibly stand-alone test suites.
11231         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
11232         in addition, it introduces useless differences in logs.
11233         (AT_INIT): Let atconfig and atlocal be both optional.
11234         Adjust PATH computation.
11235         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
11237 2001-09-07  Akim Demaille  <akim@epita.fr>
11239         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
11240         m4sugar/version.m4.
11242 2001-09-05  Akim Demaille  <akim@epita.fr>
11244         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
11245         to avoid GCC warnings.
11246         From Uwe Seimet.
11248 2001-09-05  Akim Demaille  <akim@epita.fr>
11250         * bin/autom4te.in: --language is -l, not -s.
11252 2001-09-05  Akim Demaille  <akim@epita.fr>
11254         Be ready to handle filenames as stupid as `dnl.at', for if even
11255         the maintainer is dumb enough to do that...
11257         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
11258         excellence in M4 quotation: consider `__file__' is active.
11260         And BTW, when invoking m4, pass the --include in the right order:
11261         the wrong one.
11263         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
11264         4m.
11266 2001-09-05  Akim Demaille  <akim@epita.fr>
11268         * lib/Autom4te/XFile.pm: New lib file.
11269         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
11270         * bin/autoheader.in: Use it.
11272 2001-09-05  Akim Demaille  <akim@epita.fr>
11274         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
11275         defined.
11277 2001-09-05  Akim Demaille  <akim@epita.fr>
11279         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
11280         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
11282         * bin/autoscan.in: Use `getopt' and `find_files' etc.
11283         Add -I, --include support.
11284         * doc/autoconf.texi (autoscan Invocation): Adjust.
11286 2001-09-05  Akim Demaille  <akim@epita.fr>
11288         CVS GNU M4 doesn't like `undefine(undefined)'.
11290         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
11291         New, extracted from main.
11292         Use IO::File wherever possible.
11293         (input.m4): Be constant, use -I instead of hard coding $tmp.
11294         Therefore be a quoted heredoc.
11295         Don't invoke `_au_disable', since ac was not loaded, but just
11296         `unm4.m4'.
11298 2001-08-31  Akim Demaille  <akim@epita.fr>
11300         Version 2.52d.
11302 2001-08-31  Akim Demaille  <akim@epita.fr>
11304         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
11305         previous patch.
11306         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
11308 2001-08-31  Akim Demaille  <akim@epita.fr>
11310         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
11311         serious problems handling heredocs in heredocs.
11312         Reported by Nicolas Joly.
11314 2001-08-31  Akim Demaille  <akim@epita.fr>
11316         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
11317         (Making testsuite Scripts): Update.
11319 2001-08-31  Akim Demaille  <akim@epita.fr>
11321         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
11323 2001-08-31  Akim Demaille  <akim@epita.fr>
11325         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
11326         (testsuite Scripts): There is no such thing as `atconfig.in'.
11327         And actually one diagram is missing: test suite runtime.
11329 2001-08-31  Akim Demaille  <akim@epita.fr>
11331         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
11332         inverse order.
11334 2001-08-31  Akim Demaille  <akim@epita.fr>
11336         * bin/autoupdate.in (@include): `installcheck' revealed the path
11337         to m4sugar was lacking!
11339 2001-08-31  Akim Demaille  <akim@epita.fr>
11341         * man/Makefile.am (.x.1): We really have to pass
11342         autom4te_perllibdir.
11344 2001-08-31  Akim Demaille  <akim@epita.fr>
11346         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
11347         debug scripts, in particular passing explicitly listed tests to
11348         run is stupid.
11350 2001-08-31  Akim Demaille  <akim@epita.fr>
11352         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
11353         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
11354         Use directly autom4te, not autoconf.
11355         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
11357 2001-08-31  Akim Demaille  <akim@epita.fr>
11359         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
11360         * bin/autoheader.in (%symbol): Strip arguments of macros.
11362 2001-08-31  Akim Demaille  <akim@epita.fr>
11364         * doc/autoconf.texi: Catch up -I, --include changes.
11366 2001-08-31  Akim Demaille  <akim@epita.fr>
11368         * bin/autom4te.in (&parse_args): Die on unknown languages.
11369         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
11370         need for autoconf.
11371         Promote --include over --macrodir and other obsolete options.
11373 2001-08-31  Akim Demaille  <akim@epita.fr>
11375         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
11376         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
11377         * bin/autom4te.in ($autoconf): Pass --force.
11378         `print $out' doesn't print `$_' but `$out'.
11379         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
11380         (autoheader): Pass --force since the test suite goes too fast for
11381         the time stamps.
11382         Adjust to the new autoheader messages.
11384 2001-08-31  Akim Demaille  <akim@epita.fr>
11386         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
11387         Check the completeness of the #template.
11388         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
11389         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
11390         invocation.
11392 2001-08-31  Akim Demaille  <akim@epita.fr>
11394         * lib/Autom4te/General.pm (&find_file, &update_file): New.
11395         * bin/autoupdate.in, bin/autoheader.in: Adjust.
11396         Drop AC_MACRODIR dead for real.
11397         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
11398         `autoheader: `config.hin' is created'.
11399         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
11401 2001-08-31  Akim Demaille  <akim@epita.fr>
11403         * bin/autoheader.in: Rewrite in Perl.
11404         * tests/autoheader: Adjust.
11406 2001-08-31  Akim Demaille  <akim@epita.fr>
11408         * bin/autoconf.in (--include, -I): New option.
11409         Map --localdir, --autoconf-dir onto it.
11410         Forward autom4te's options instead of interpreting them.
11411         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
11412         There is no such envvar since the inception of autom4te.cfg.
11413         * bin/autom4te.in (&parse_args): Uniquify `@include'.
11414         * bin/autoupdate.in: Adjust, and perform more control.
11415         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
11416         * tests/autoconf: Dittowise.
11418 2001-08-31  Akim Demaille  <akim@epita.fr>
11420         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
11421         * bin/autom4te.in (&find_file): Support `FILE?' standing for
11422         optionally `FILE'.
11423         Use -e, not -f, since /dev/null for instance is OK.
11424         (&parse_args): Adjust.
11425         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
11427 2001-08-31  Akim Demaille  <akim@epita.fr>
11429         * configure.ac: Also find tested executables in bin.
11430         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
11431         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
11432         installed peer executables, only PATH is allowed to resolve it.
11433         Pass `autoconf_dir' via options, not via invisible envvars.
11434         * lib/Autom4te/General.pm (&find_peer): Remove.
11435         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
11436         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
11437         * man/Makefile.am: Let help2man rely on PATH instead of trying to
11438         find the executables for it.
11439         * tests/Makefile.am: Major cleanup.  Too lazy to document...
11440         * tests/atlocal.in: Remove all the obscure envvar manipulations.
11441         We only need PERL.
11442         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
11443         indeed related to running the test suite, while passing
11444         --autoconf-dir and others is related to running non installed
11445         Autoconf executables.  So don't do that, leave it to...
11446         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
11447         * tests/autoscan: New.
11448         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
11449         refer to library files: rely on --language.
11451 2001-08-29  Akim Demaille  <akim@epita.fr>
11453         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
11454         s/--set/--language/.
11456 2001-08-29  Akim Demaille  <akim@epita.fr>
11458         * doc/autoconf.texi: Strip the @nodes.
11459         Suggested by Paul Eggert.
11460         (Initializing configure): Typo.
11462 2001-08-29  Akim Demaille  <akim@epita.fr>
11464         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
11465         Suggested by Paul Eggert.
11467 2001-08-29  Akim Demaille  <akim@epita.fr>
11469         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
11470         download in a tmp dir.
11472 2001-08-29  Akim Demaille  <akim@epita.fr>
11474         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
11475         case insensitive OSes out there :(
11476         From Tim Van Holder.
11478 2001-08-29  Akim Demaille  <akim@epita.fr>
11480         * lib/autom4te.in: New.
11481         * lib/Makefile.am (edit, autom4te.cfg): New.
11482         * bin/autom4te.in (BEGIN): Simplify.
11483         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
11484         (&load_configuration): New.  Use it.
11485         (&parse_args): Support --mode, --set, and --melt.
11486         * bin/autoconf.in: Simplify and adjust.
11487         * tests/Makefile.am (AUTOMAKE): Use --set.
11488         * tests/atlocal.in: Adjust.
11489         * BUGS: distcheck and check are weak.
11491 2001-08-29  Akim Demaille  <akim@epita.fr>
11493         * lib/autotest/general.m4: Use
11494                 foo=`(command) 2>/dev/null`
11495         not
11496                 foo=`command` 2>/dev/null
11497         (at-devnull): Rename as...
11498         (AT-devnull): this.
11499         (--clean): Remove AT-* files too.
11500         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
11501         Reported by Nicolas Joly.
11503 2001-08-28  Akim Demaille  <akim@epita.fr>
11505         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
11506         quotes inside single quotes.
11507         Reported by Nicolas Joly.
11509 2001-08-28  Kevin Ryde  <user42@zip.com.au>
11511         * doc/autoconf.texi (Function Portability): Mention C right shifts.
11513 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
11515         * lib/autotest/general.m4: Reword some messages.
11516         (AT_INIT): Check for the `times' builtin before using it.
11517         Support test ranges as arguments to the testsuite.
11518         Have -e imply -d as the help text suggested.
11520 2001-08-27  Akim Demaille  <akim@epita.fr>
11522         * Makefile.maint: Formatting changes.
11523         (do-po-update, po-update, cvs-update, update): New targets.
11524         (AMTAR): Remove.
11526 2001-08-27  Akim Demaille  <akim@epita.fr>
11528         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
11529         <at_cmd_line>: New.
11530         Pass it to debug-*.sh scripts.
11531         <AUTOTEST_PATH>: May contain absolute dir names.
11533 2001-08-27  Akim Demaille  <akim@epita.fr>
11535         * lib/autotest/general.m4 (AT_INIT): Log the command line.
11536         Support `VAR=VAL' as arguments.
11537         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
11538         may be set via the command line.
11540 2001-08-27  Akim Demaille  <akim@epita.fr>
11542         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
11543         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
11544         first the build dirs, then the src dirs.
11545         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
11547 2001-08-27  Akim Demaille  <akim@epita.fr>
11549         * lib/autotest/general.m4 (AT_INIT): Output the definition of
11550         at_data_files earlier.
11551         (--clean, -c): New option.
11552         * tests/Makefile.am: Use this option.
11554 2001-08-27  Akim Demaille  <akim@epita.fr>
11556         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
11557         `ac_top_builddir' to mimic Automake's vocabulary, which much more
11558         readable.
11559         Adjust callers.
11560         * doc/autoconf.texi (Configuration Actions): Document the vars
11561         available in commands.
11562         Emphasize the risks of collisions in init-cmds.
11564 2001-08-27  Akim Demaille  <akim@epita.fr>
11566         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
11567         (Initializing configure): this new node.
11569 2001-08-27  Akim Demaille  <akim@epita.fr>
11571         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
11573 2001-08-27  Akim Demaille  <akim@epita.fr>
11575         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
11576         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
11577         New file.
11578         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
11580 2001-08-27  Akim Demaille  <akim@epita.fr>
11582         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
11583         to...
11584         * lib/autoconf/autoheader.m4: this new file.
11585         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
11586         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
11587         Move to...
11588         * lib/autoconf/autoupdate.m4: this new file.
11590 2001-08-27  Akim Demaille  <akim@epita.fr>
11592         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
11593         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
11594         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
11595         -> ac_dir).
11596         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
11597         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
11599 2001-08-27  Akim Demaille  <akim@epita.fr>
11601         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
11602         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
11603         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
11604         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
11605         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
11606         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
11607         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
11608         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
11609         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
11610         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
11611         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
11612         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
11613         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
11614         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
11615         (_AC_OUTPUT_SUBDIRS): Move to...
11616         * lib/autoconf/status.m4: this new file.
11617         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
11618         * tests/Makefile.am, tests/suite.at: Adjust.
11620 2001-08-27  Akim Demaille  <akim@epita.fr>
11622         Automake 1.5.
11624         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
11625         (AMTAR): Help automake define it.
11626         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
11627         needed, 1.5 can have a macro and a target with the same name.
11628         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
11629         * m4/strip.m4: New.
11630         * m4/init.m4, m4/sanity.m4: Update.
11631         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
11632         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
11633         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
11634         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
11636 2001-08-27  Akim Demaille  <akim@epita.fr>
11638         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
11640         * lib/autoconf/version.in: Remove.
11641         * lib/m4sugar/version.in: New.
11642         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
11643         Adjust callers.
11644         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
11645         the name of the directory they're in, instead of the filename,
11646         since version.m4 is now in m4sugar, but m4_acversion must not be
11647         classified as an Autoconf macro.
11648         ($input_m4): Don't qualify the path to m4sugar.
11649         Rather, pass autoconf_dir to m4.
11650         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
11651         * tests/suite.at: Require 2.52c.
11653 2001-08-27  Akim Demaille  <akim@epita.fr>
11655         testsuite.log should include config.log.
11657         * lib/autotest/autotest.m4: New.
11658         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
11659         * tests/suite.at : Adjust.
11660         (AT_INIT): Log config.log.
11661         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
11662         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
11663         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
11664         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
11665         of config.log on traps.
11666         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
11667         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
11668         for config.status'.
11669         Open the log as soon as possible.
11670         Use the same log introduction as configure's.
11672 2001-08-22  Paul Eggert  <eggert@twinsun.com>
11674         * doc/autoconf.texi (Indices): New node.
11675         Move indices out of the top level menu and into this submenu.
11677 2001-08-22  Akim Demaille  <akim@epita.fr>
11679         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
11680         AC_TRY_COMMAND.
11681         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
11683 2001-08-22  Akim Demaille  <akim@epita.fr>
11685         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
11686         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
11687         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
11688         * lib/autoconf/programs.m4: here.
11689         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
11690         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
11691         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
11692         * lib/autoconf/programs.m4: here.
11693         (_AC_DECL_YYTEXT): Rename as...
11694         (_AC_PROG_LEX_YYTEXT_DECL): this.
11695         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
11696         * tests/Makefile.am, tests/suite.am: Adjust.
11698 2001-08-22  Akim Demaille  <akim@epita.fr>
11700         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
11701         Move to...
11702         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
11703         here.
11704         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
11705         * lib/autoconf/functions.m4: here.
11706         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
11707         (AH_CHECK_LIB): Move to...
11708         * lib/autoconf/libs: this new file.
11709         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
11710         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
11711         * lib/autoconf/libs.m4: here.
11712         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
11714 2001-08-22  Akim Demaille  <akim@epita.fr>
11716         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
11717         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
11718         (AC_SITE_LOAD): Better logging of config.site.
11720 2001-08-20  Akim Demaille  <akim@epita.fr>
11722         * configure.ac (AT_CONFIG): Fix the path.
11723         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
11724         can be used.
11726 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
11728         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
11729         program with AC_LANG_PROGRAM before feeding it to
11730         AC_COMPILE_IFELSE.  Cleanup grep usage.
11732 2001-08-20  Akim Demaille  <akim@epita.fr>
11734         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
11735         * NEWS, README, README-alpha, TODO, tests/README: This package is
11736         `Autoconf', not `autoconf' (the executable).
11738 2001-08-20  Akim Demaille  <akim@epita.fr>
11740         Info readers seem to need `Index' in the index node title :(
11742         * doc/autoconf.texi: Reverse the 2001-08-15 change which
11743         simplified index node names.
11745 2001-08-20  Akim Demaille  <akim@epita.fr>
11747         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
11748         arguments are not literals.
11749         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
11750         Specify the output variables, and macros defined.
11752 2001-08-20  Akim Demaille  <akim@epita.fr>
11754         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
11755         (Examining Syntax) <AC_TRY_COMPILE>
11756         (Examining Libraries) <AC_TRY_LINK>
11757         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
11758         their arguments.
11759         Reported by Werner Lemberg.
11761 2001-08-20  Akim Demaille  <akim@epita.fr>
11763         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
11764         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
11765         Load atlocal late enough to dump it in the log.
11766         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
11768 2001-08-20  Akim Demaille  <akim@epita.fr>
11770         * tests/torture.at (Configuring subdirectories): New test.
11771         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
11772         looking for.
11773         * m4/atconfig.m4: Be sure the let $[0] be expandable.
11774         (top_srcdir): Fix its computation.
11776 2001-08-20  Akim Demaille  <akim@epita.fr>
11778         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
11779         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
11780         test suite lives.
11781         Create `atconfig' automagically.
11782         Configure atlocal.in if present.
11783         * tests/atconfig.in: Remove.
11784         * tests/atlocal.in: New.
11785         * tests/Makefile.am: Adjust.
11787 2001-08-20  Akim Demaille  <akim@epita.fr>
11789         Huh!?!?!  There are still some user EOF tags used, which prevents
11790         their use in AC_CONFIG_COMMANDS for instance...
11792         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
11793         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
11794         `_CSEOF', or `_ATEOF', as appropriate.
11795         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
11796         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
11798 2001-08-20  Akim Demaille  <akim@epita.fr>
11800         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
11801         * tests/semantics.at, tests/tools.at, tests/torture.at:
11802         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
11804 2001-08-20  Akim Demaille  <akim@epita.fr>
11806         Autotest invokes M4sh's initialization.
11808         * lib/autotest/general.m4: Adjust the diversion names.
11809         (AT_INIT): Run AS_INIT.
11810         Use the BINSH diversion to invoke /bin/sh.
11811         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
11812         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
11814 2001-08-20  Akim Demaille  <akim@epita.fr>
11816         Let M4sh have its own diversions.
11818         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
11819         (_m4_divert(NOTICE)): Rename as...
11820         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
11821         (_m4_divert(HEADER-COMMENT)): these.
11822         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
11823         (_m4_divert(NOTICE)): New, for Libtool.
11824         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
11825         long ago with `_m4_divert(GROW)'.
11826         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
11828 2001-08-20  Akim Demaille  <akim@epita.fr>
11830         * tests/base.at, tests/compile.at, tests/foreign.at,
11831         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
11832         * tests/semantics.at, tests/suite.at, tests/tools.at,
11833         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
11835 2001-08-20  Akim Demaille  <akim@epita.fr>
11837         * bin/autom4te.in (handle_output): Handle @__@.
11839 2001-08-20  Akim Demaille  <akim@epita.fr>
11841         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
11842         * lib/autotest/general.m4: Adjust the license.
11844 2001-08-17  Paul Eggert  <eggert@twinsun.com>
11846         * doc/autoconf.texi (Function Portability): Mention snprintf,
11847         following up on a suggestion by Kevin Ryde.
11849 2001-08-17  Akim Demaille  <akim@epita.fr>
11851         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
11852         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
11854 2001-08-17  Akim Demaille  <akim@epita.fr>
11856         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
11857         `$0.log' as for projects where testsuite is in src, we'd have
11858         testsuite.log created in src.
11860 2001-08-17  Akim Demaille  <akim@epita.fr>
11862         * bin/autom4te.in (&parse_args): Recognize --normalize.
11864 2001-08-17  Akim Demaille  <akim@epita.fr>
11866         Start implementing the AC_CHECK_HEADER transition scheme.
11868         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
11869         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
11870         (AC_CHECK_HEADER): Use them.
11872 2001-08-17  Akim Demaille  <akim@epita.fr>
11874         * doc/autoconf.texi: Work around Texinfo buglets.
11875         (Transformation Rules): One example is enough, users are expected
11876         to have their brains on. And BTW, use DESTDIR.
11877         (dvar): New macro.  Use it.
11879 2001-08-17  Akim Demaille  <akim@epita.fr>
11881         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
11882         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
11883         looking for ChangeLogs.
11885 2001-08-17  Akim Demaille  <akim@epita.fr>
11887         * bin/autom4te.in: --normalize is a new option.
11888         * bin/autoconf.in: Use it.
11890 2001-08-17  Akim Demaille  <akim@epita.fr>
11892         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
11893         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
11895 2001-08-16  Paul Eggert  <eggert@twinsun.com>
11897         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
11898         start, not at end.
11900 2001-08-15  Akim Demaille  <akim@epita.fr>
11902         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
11903         Use it.
11905 2001-08-15  Akim Demaille  <akim@epita.fr>
11907         * doc/autoconf.texi (pr): New index.
11908         (prindex, findex): Use, merge, and output them.
11909         (Environment Variable Index, Output Variable Index)
11910         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
11911         (Autotest Macro Index): Rename as...
11912         (Environment Variables, Output Variables,Preprocessor Symbols)
11913         (Autoconf Macros, M4 Macros, Autotest Macros): these.
11914         * doc/install.texi: Use @command.
11915         (Environment Variables): Rename as...
11916         (Defining Variables): this.
11918 2001-08-15  Akim Demaille  <akim@epita.fr>
11920         * doc/autoconf.texi (Function Portability): sprintf's return
11921         value.
11922         From Kevin Ryde.
11924 2001-08-15  Akim Demaille  <akim@epita.fr>
11926         * Makefile.maint (CVS): New.
11927         (local-check): Run changelog-check. last.
11928         (alpha): Don't depend upon local-check, since...
11929         (cvs-dist): depends upon it.
11931 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
11933         * tests/Makefile.am: Use a clean-local rule to remove
11934         autom4te.cache (it's a directory, not a file.
11935         * Makefile.am: Ditto (but maintainer-clean-local).
11937 2001-08-15  Akim Demaille  <akim@epita.fr>
11939         * bin/autom4te.in (@m4_warning): New.
11940         (&handle_m4): Use it.
11941         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
11942         warnings are issued at each run.
11943         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
11944         is in the src tree.
11946 2001-08-15  Akim Demaille  <akim@epita.fr>
11948         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
11949         don't waste time running `autoupdate --version' works.
11950         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
11952 2001-08-13  Akim Demaille  <akim@epita.fr>
11954         * doc/autoconf.texi (ma): Rename this index as...
11955         (ac): this.
11957 2001-08-13  Akim Demaille  <akim@epita.fr>
11959         * Makefile.am: Remove dead code and dead comments.
11960         (pdf, html): New targets.
11961         * doc/autoconf.texi (Using Autotest): New chapter.
11962         * doc/Makefile.am (pdf): New targets.
11963         (CLEANFILES): Adjust.
11965 2001-08-13  Akim Demaille  <akim@epita.fr>
11967         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
11968         duration of the test suite.
11970 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
11972         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
11973         endianness for comparison instead of relying on AT_CHECK_ENV.
11975 2001-08-11  Paul Eggert  <eggert@twinsun.com>
11977         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
11978         to the INSTALL file.
11980 2001-08-11  Paul Eggert  <eggert@twinsun.com>
11982         * NEWS: The autoconf manual now is distributed under the terms
11983         of the GNU Free Documentation License.
11985         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
11986         Add an appendix "Copying This Manual" for the FDL.
11988         * doc/fdl.texi: New file, from
11989         <http://www.gnu.org/licenses/fdl.texi>.
11991         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
11993 2001-08-10  Paul Eggert  <eggert@twinsun.com>
11995         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
11996         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
11997         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
11998         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
11999         m4/sanity.m4, tests/README, tests/aclocal.m4,
12000         tests/atspecific.m4, tests/base.at, tests/compile.at,
12001         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
12002         tests/semantics.at, tests/suite.at, tests/tools.at,
12003         tests/torture.at: Add copyright notice.
12005         * tests/mktests.sh: Update year in copyright notice.
12007 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
12009         * tests/semantics.at (AC_C_BIGENDIAN): New test.
12011 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
12013         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
12014         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
12015         * doc/autoconf.texi (C Compiler Characteristics): Update
12016         documentation for AC_C_BIGENDIAN.
12018 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
12020         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
12021         magic values from an object file when cross-compiling.
12022         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
12024 2001-08-10  Akim Demaille  <akim@epita.fr>
12026         * bin/autom4te.in (&handle_output): Don't use `grep' with side
12027         effects.
12028         Suggested by Russ Allbery.
12030 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
12032         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
12033         current $prefix to the sub-configures.
12035 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
12037         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
12038         extension (needed on BeOS).  Reported by Guido van Rossum.
12040 2001-08-09  Akim Demaille  <akim@epita.fr>
12042         * bin/autom4te.in ($icache): Load it only if older than autom4te.
12044 2001-08-07  Akim Demaille  <akim@epita.fr>
12046         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
12047         removed.
12048         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
12049         No need to remove the files before and after the each test, before
12050         each test and at the end of the suite is enough.
12051         Display only the children `times', not the shell's.
12052         If the test failed or was skipped, at-times is not available.
12054 2001-08-07  Akim Demaille  <akim@epita.fr>
12056         Always produce testsuite.log, including when there are no
12057         failures.  This helps getting information on skipped tests, and
12058         duration of the tests.  Err, implement the latter btw.
12060         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
12061         Dump information on the first run of each test.
12062         (AT_CLEANUP): Create `at-times' containing the duration of the
12063         test group.
12065 2001-08-07  Akim Demaille  <akim@epita.fr>
12067         The use of `dumpstat' revealed that `len' was used although it
12068         should not.  m4_text_wrap was using it, but in the Autoconf world
12069         where it is legal.  Hence (i) test M4sh in its own world, not
12070         Autoconf's, and (ii), ahem, fix the bug :)
12072         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
12073         does not like `' instead of [].
12074         (AT_INIT): Forbid `^_?AT_'.
12075         And don't output such tokens.
12076         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
12077         `script.as', and `autom4te.cache'.
12078         Remove `empty' and `macro' which are no longer used.
12079         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
12080         * tests/m4sugar.at: Use it.
12081         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
12083 2001-08-07  Akim Demaille  <akim@epita.fr>
12085         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
12087 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
12089         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
12091 2001-08-04  Akim Demaille  <akim@epita.fr>
12093         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
12094         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
12095         AC_TRY_LINK.
12096         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
12097         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
12098         (AC_F77_MAIN): Likewise.
12100 2001-08-04  Akim Demaille  <akim@epita.fr>
12102         Don't rely on M4sugar outputting the patterns in files, since we
12103         might process the output _without_ running m4, hence without these
12104         files.
12106         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
12107         * bin/autom4te.in (@Request::includes): Remove, unused.
12108         (@Request::source): Rename as...
12109         (@Request::input): this.
12110         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
12111         (&handle_output): Fetch the patterns from the traces.
12112         `$forbidden' and `$allowed' are constant: use m//o.
12113         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
12114         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
12116 2001-08-04  Akim Demaille  <akim@epita.fr>
12118         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
12119         autoconf', i.e., in addition to caching traces, cache the output.
12121         * bin/autom4te.in (Request::cache): Rename as...
12122         (Request::id): this.
12123         ($cache, $icache, $tcache, $ocache): New.
12124         (&handle_m4): Save M4 output in the cache instead of $tmp.
12125         (&handle_output): Adjust.
12126         (&up_to_date_p): Check that the output cache is up to date too.
12127         (top level): Run `&handle_m4' iff force or the cache is invalid.
12128         Run `&handle_output' if the output cache is more recent.
12130 2001-08-04  Akim Demaille  <akim@epita.fr>
12132         * bin/autom4te.in ($force): New.
12133         (&parse_args, &print_usage): -f, --force is a new option.
12134         (&handle_output): CPP directives might have spaces after `#'.
12135         (&parse_args): The first file only can be frozen.
12137 2001-08-04  Akim Demaille  <akim@epita.fr>
12139         Don't let autom4te compute the `include' traces several times:
12140         first check that the trace cache file is up to date, and then
12141         compare its timestamp with that of the output.
12143         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
12144         the preamble.  Don't require 5.005 as Autom4te::General does it,
12145         and better yet (use `use', not `require'!).
12146         * lib/Autom4te/Struct.pm: Rename the last occurrences of
12147         Class::Struct as Autom4te::Struct.
12148         * lib/Autom4te/General.pm (File::stat): Use it.
12149         (&mtime): New, export it.
12150         * bin/autom4te.in: Use it.
12151         Declare `$req' is invalid if it is outdated.
12152         Don't declare it valid before saving it if something went wrong.
12154 2001-08-04  Akim Demaille  <akim@epita.fr>
12156         Autom4te shall not encode Autoconf data, and preselecting traces
12157         must be proposed to the users.
12159         * bin/autom4te.in (@required_trace): Remove.
12160         (@preselect): New.
12161         (&parse_args, &print_usage): -p, --preselect is a new option.
12162         (&up_to_date_p): Adjust.
12163         * bin/autoconf.in: Preselect some Autoconf macros.
12165 2001-08-04  Akim Demaille  <akim@epita.fr>
12167         * tests/tools.at (autoconf --trace: user macros): Check traces on
12168         macros invoked without arguments, and macros invoked with multiple
12169         lines arguments.
12171 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
12173         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
12174         arguments.
12176 2001-08-03  Akim Demaille  <akim@epita.fr>
12178         * bin/autoconf.in ($@): Work around the usual sh bug.
12179         From Nicolas Joly.
12181 2001-08-03  Akim Demaille  <akim@epita.fr>
12183         Clean up the handling of the M4 builtins tracing exception.
12185         * bin/autom4te.in (Request::request): Don't complete M4 builtins
12186         trace requests.
12187         (@m4_builtins): Rename as...
12188         (@m4_builtin): this.
12189         (%m4_builtin_alternate_name): New.
12190         (&parse_args): Complete the trace requests with alternate names.
12191         (&handle_traces): Hence no longer do it here.
12192         (&trace_requests): Remove, unused.
12194 2001-08-03  Akim Demaille  <akim@epita.fr>
12196         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
12197         m4_if, and m4_wrap.
12199 2001-08-03  Akim Demaille  <akim@epita.fr>
12201         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
12202         (m4_divert_pop): Dump the whole diversion stack when a diversion
12203         mismatch happens.
12204         * bin/autom4te.in (&handle_output): Remember of the first
12205         occurrence of a possibly undefined macro, not the last.
12206         Complain about the possibly undefined macros in the same order as
12207         the appear in the output.
12208         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
12209         * tests/tools.at (autoconf: forbidden tokens, basic)
12210         (autoconf: forbidden tokens, exceptions): No longer sort
12211         autoconf's stderr, as it is now deterministic.
12212         Check that `dnl' is caught.
12214 2001-08-01  Akim Demaille  <akim@epita.fr>
12216         * configure.ac: Bump to 2.52c.
12218 2001-08-01  Akim Demaille  <akim@epita.fr>
12220         Version 2.52b.
12222         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
12224 2001-08-01  Akim Demaille  <akim@epita.fr>
12226         Version 2.52a.
12228 2001-08-01  Akim Demaille  <akim@epita.fr>
12230         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
12231         `die'.
12232         (&END): New.
12233         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
12234         `END', as `Autom4te::General::END' will be triggered.
12235         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
12236         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
12237         system to run `mv', `rm', and `cmp'.
12239 2001-08-01  Akim Demaille  <akim@epita.fr>
12241         * lib/Autom4te/General.pm (&unique): New.
12242         * bin/autoscan.in (&output): Use it to issue trace requests once.
12244 2001-08-01  Akim Demaille  <akim@epita.fr>
12246         * lib/Autom4te/General.pm: New.
12247         * bin/autom4te.in (Autom4te::General): Use it.
12248         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
12249         (&find_configure_ac, &find_slave): Remove.
12250         * bin/autoscan.in: Likewise.
12251         * bin/autoupdate.in: Likewise.
12253 2001-08-01  Akim Demaille  <akim@epita.fr>
12255         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
12256         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
12257         * bin: here, new directory.
12258         * lib/Autoconf: Rename as...
12259         * lib/Autom4te: this, to please case insensitive junkie OSes.
12261 2001-08-01  Akim Demaille  <akim@epita.fr>
12263         * autom4te.in ($m4): Handle the --nesting-limit.
12264         * autoconf.in (M4): Remove.
12266 2001-08-01  Akim Demaille  <akim@epita.fr>
12268         * autoconf.in ($AWK): Remove, no longer used.
12269         * test/tools.at: Use AT_CHECK_AUTOCONF.
12270         (AWK portability): Remove, for autoconf no longer uses AWK.
12271         (Syntax of the Perl scripts): New.
12272         * configure.ac: autoconf no longer needs an AWK with a good
12273         regexp engine.
12274         Use a static test on AC_PACKAGE_VERSION.
12275         * autom4te.in (&up_to_date_p): Output depends on the arguments.
12276         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
12277         * tests/atconfig.in (PERL): New.
12279 2001-08-01  Akim Demaille  <akim@epita.fr>
12281         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
12282         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
12283         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
12284         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
12285         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
12286         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
12287         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
12288         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
12289         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
12290         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
12291         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
12292         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
12293         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
12294         * lib/autoconf/c.m4: here, new file.
12296         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
12297         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
12298         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
12299         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
12300         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
12301         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
12302         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
12303         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
12304         (AC_F77_FUNC): Move to...
12305         * lib/autoconf/fortran.m4: here, new file.
12307 2001-08-01  Akim Demaille  <akim@epita.fr>
12309         * acfunctions.m4: Rename as...
12310         * lib/autoconf/functions.m4: this.
12311         * acgeneral.m4: Rename as...
12312         * lib/autoconf/general.m4: this.
12313         * acheaders.m4: Rename as...
12314         * lib/autoconf/headers.m4: this.
12315         * aclang.m4: Rename as...
12316         * lib/autoconf/lang.m4: this.
12317         * acoldnames.m4: Rename as...
12318         * lib/autoconf/oldnames.m4: this.
12319         * acspecific.m4: Rename as...
12320         * lib/autoconf/specific.m4: this.
12321         * actypes.m4: Rename as...
12322         * lib/autoconf/types.m4: this.
12323         * autoconf.m4: Rename as...
12324         * lib/autoconf/autoconf.m4: this.
12326         * m4sugar.m4: Rename as...
12327         * lib/m4sugar/m4sugar.m4: this.
12328         * m4sh.m4: Rename as...
12329         * lib/m4sugar/m4sh.m4: this.
12331         * tests/atgeneral.m4: Rename as...
12332         * lib/autotest/general.m4: this.
12334         * acfunctions: Rename as...
12335         * lib/autoscan/functions: this.
12336         * acheaders: Rename as...
12337         * lib/autoscan/headers: this.
12338         * acidentifiers: Rename as...
12339         * lib/autoscan/identifiers: this.
12340         * aclibraries: Rename as...
12341         * lib/autoscan/libraries: this.
12342         * acmakevars: Rename as...
12343         * lib/autoscan/makevars: this.
12344         * acprograms: Rename as...
12345         * lib/autoscan/programs: this.
12347 2001-08-01  Akim Demaille  <akim@epita.fr>
12349         * doc/autoconf.texi: Moving/deleting open files is not portable.
12350         Portability issues for `.' (source), and more information about sed.
12352 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
12354         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
12355         which has a special meaning and is not a reference to libibmil.a.
12356         Reported by Matteo Frigo.
12358 2001-07-25  Pavel Roskin  <proski@gnu.org>
12360         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
12361         output.
12363 2001-07-25  Akim Demaille  <akim@epita.fr>
12365         * autoconf.in: Try to define the variables before using them.
12366         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
12367         instead of `$perllibdir'.
12368         * tests/atconfig.in ($autom4te_perllibdir): Export it.
12370 2001-07-25  Akim Demaille  <akim@epita.fr>
12372         * autoconf.in (ac_LF_and_DOT): Remove, unused.
12374 2001-07-24  Akim Demaille  <akim@epita.fr>
12376         Let autoconf use autom4te for traces.
12378         * autoconf.in ($task, task trace): Remove, merely pass --trace to
12379         autom4te.
12380         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
12381         (Because I found no way for autom4te to accept `-').
12382         * autom4te.in (&Request::request): Beware of M4 builtins.
12383         (END): Don't try to remove the content of an empty dir.
12384         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
12385         (&handle_output): Set a default value to `$forbidden'.
12386         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
12387         ($autoconf): Pass --debug and --verbose.
12388         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
12389         cache.
12391 2001-07-24  Akim Demaille  <akim@epita.fr>
12393         Let autoconf use autom4te to create configure.
12395         * autoconf.in ($automate): New var.
12396         (task script): Use autom4te.
12397         * autom4te.in (File::Spec): Use it.
12398         (&find_file): New.
12399         (&parse_args): --warning is -W, not -w.
12400         Find the top level files.
12401         (&handle_m4): Pass the warnings flags.
12402         Don't report verbosely m4's failures, unless requested.
12403         (&handle_output): Don't complain for forbidden tokens in comments.
12404         Be sure to report all the forbidden tokens within a single line.
12405         (&trace_format_to_m4): Preserve `$_'.
12406         (&handle_traces): Sort the output macros.
12407         (&up_to_date_p): Find the files before trying to get its time stamp.
12409 2001-07-24  Akim Demaille  <akim@epita.fr>
12411         * Makefile.am: Ship, build and install Autom4te.
12412         (SUBDIRS): Add lib.
12413         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
12414         * configure.in: Require Perl.
12415         * man/autom4te.in: New.
12417 2001-07-19  Paul Eggert  <eggert@twinsun.com>
12419         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
12420         example, rather than (exit 1); exit (which isn't portable).
12422 2001-07-18  Akim Demaille  <akim@epita.fr>
12424         Version 2.52.
12426 2001-07-18  Akim Demaille  <akim@epita.fr>
12428         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
12429         was run, while they are needed also when it is expanded.
12430         Reported by Nicolas Joly.
12432         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
12433         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
12434         AC_F77_DUMMY_MAIN being expanded.
12436 2001-07-18  Akim Demaille  <akim@epita.fr>
12438         * configure.in: Bump to 2.51a.
12440 2001-07-17  Akim Demaille  <akim@epita.fr>
12442         Version 2.51.
12444 2001-07-17  Akim Demaille  <akim@epita.fr>
12446         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
12447         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
12449 2001-07-17  Akim Demaille  <akim@epita.fr>
12451         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
12452         used.  Well, then use the prototypes when you can, and runtime as
12453         a last resort.
12454         Reported by Artur Frysiak
12456         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
12457         (AC_FUNC_GETPGRP): Use it.
12458         First try to compile with 0-ary or 1-ary calls.
12460 2001-07-17  Akim Demaille  <akim@epita.fr>
12462         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
12463         replacement type.
12464         From Paul Eggert.
12466 2001-07-17  Akim Demaille  <akim@epita.fr>
12468         * Makefile.maint: Sync. with cppi 1.10.
12470 2001-07-17  Akim Demaille  <akim@epita.fr>
12472         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
12473         AC_F77_DUMMY_MAIN has been run.
12474         From Pavel Roskin and Steven G. Johnson.
12476 2001-07-17  Akim Demaille  <akim@epita.fr>
12478         * configure.in: Rename as...
12479         * configure.ac: this.
12481 2001-07-17  Akim Demaille  <akim@epita.fr>
12483         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
12484         rules.
12485         From Marc Espie.
12486         * Makefile.maint (release-archive-dir): Rename as...
12487         (release_archive_dir): this, so that it can be specialized in
12488         Makefile.
12490 2001-07-14  Akim Demaille  <akim@epita.fr>
12492         * configure.in: Bump to 2.50d.
12494 2001-07-14  Akim Demaille  <akim@epita.fr>
12496         Version 2.50c.
12497         * Makefile.maint (alpha): Typo.
12499 2001-07-14  Akim Demaille  <akim@epita.fr>
12501         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
12503 2001-07-14  Akim Demaille  <akim@epita.fr>
12505         * config/config.guess, config/config.sub, config/texinfo.tex
12506         * doc/standards.texi, doc/make-stds.texi: Update.
12508 2001-07-14  Akim Demaille  <akim@epita.fr>
12510         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
12512 2001-07-14  Akim Demaille  <akim@epita.fr>
12514         * Makefile.maint (maintainer-check): Rename as...
12515         (maintainer-distcheck): this.
12516         (changelog-check, static-check): New.
12517         Use them.
12519 2001-07-14  Kevin Ryde  <user42@zip.com.au>
12521         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
12522         for CXX is g++, not gcc.
12524 2001-07-14  Akim Demaille  <akim@epita.fr>
12526         * doc/autoconf.texi (Files): New subsection.
12528 2001-07-14  Akim Demaille  <akim@epita.fr>
12530         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
12531         of...
12532         (Generic Compiler Characteristics): this.
12533         (C++ Compiler): New subsection.
12535 2001-07-14  Akim Demaille  <akim@epita.fr>
12537         * autoscan.in: Use IO::File.
12538         Adjust all the routines to use it.
12539         ($log): New file (autoscan.log).
12540         (output): Dump detailed logs into $log, and a shortened version to
12541         stderr.
12542         (&scan_makefile): Refine the regexp catching tokens in the code.
12543         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
12544         and the `configure.ac' checking feature.
12546 2001-07-12  Akim Demaille  <akim@epita.fr>
12548         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
12549         Reported by Michael Elizabeth Chastain.
12551         * autoconf.in: Refuse such AWK.
12552         * configure.in: Likewise.
12553         * Makefile.am (acversion.m4): Do not use move-if-change this file
12554         has dependencies.
12555         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
12557 2001-07-10  Jens Petersen  <petersen@redhat.com>
12559         * autoscan.in (&scan_makefile): Improve programs regexp to parse
12560         things like "g++", "file.c" and "some-conf" as tokens.
12561         (&scan_file): Match C++ files extensions.
12562         If the filename extension is C++ then ask for c++.
12564 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
12566         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
12567         AC_TRY_LINK_FUNC, to check whether defining a dummy
12568         main-like routine is needed for linking with F77 libs.
12570 2001-07-05  Pavel Roskin  <proski@gnu.org>
12572         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
12573         after using break.
12574         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
12575         linking.
12577 2001-07-05  Akim Demaille  <akim@epita.fr>
12579         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
12580         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
12581         Makes' lives.
12582         Reported by Nicolas Joly.
12584 2001-07-04  Akim Demaille  <akim@epita.fr>
12586         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
12587         up.
12588         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
12589         warnings from compilers.
12590         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
12591         for all the compilers, not only GNU.  Hence move from here...
12592         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
12594 2001-07-04  Akim Demaille  <akim@epita.fr>
12596         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
12597         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
12598         AC_COMPILE_IFELSE.
12600 2001-07-04  Akim Demaille  <akim@epita.fr>
12602         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
12603         the ``strings.h'' change claimed below.
12605 2001-07-04  Akim Demaille  <akim@epita.fr>
12607         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
12609 2001-07-04  Akim Demaille  <akim@epita.fr>
12611         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
12612         strings.h if usable with string.h.
12613         Suggested by Paul Eggert.
12615 2001-07-04  Akim Demaille  <akim@epita.fr>
12617         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
12618         From Jens Petersen.
12620 2001-07-03  Akim Demaille  <akim@epita.fr>
12622         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
12623         etc. in the log.
12625 2001-07-03  Akim Demaille  <akim@epita.fr>
12627         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
12628         compiler, not the preprocessor.
12629         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
12630         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
12631         the right thing.
12632         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
12633         earlier if there are.
12635 2001-07-03  Akim Demaille  <akim@epita.fr>
12637         * autoscan.in ($initfile): Remove.
12638         (&find_file): Rename as...
12639         (&scan_file): this.
12640         Immediately scan the current file, instead of gathering them, and
12641         later having them handled by &scan_files.
12642         (&scan_files): Merely invoke Find::File.
12643         Adjust.
12645 2001-07-02  Akim Demaille  <akim@epita.fr>
12647         * autoscan.in: Formatting changes, matching the invocation order.
12648         (File::Find): Use it instead of Perl 4's `find.pl'.
12649         (&wanted): Rename as...
12650         (&find_file): this.
12652 2001-07-01  Pavel Roskin  <proski@gnu.org>
12654         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
12655         break in the argument to AC_TRY_LINK_FUNC.
12656         (AC_F77_MAIN): Remove conftest* after using break in the
12657         argument to AC_TRY_LINK.
12659 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
12661         Add alternate 'main' routine detection for linking C/C++ with Fortran,
12662         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
12664         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
12665         dummy alternate main is required even if the user provides her own
12666         'main'.
12667         (AC_F77_MAIN): New macro to detect whether it is possible to
12668         provide an alternate 'main' function name, using the 'main' from
12669         the Fortran libraries.
12670         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
12671         cross-language link tests can be performed successfully.
12672         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
12673         after $LIBS, for consistency; this should be the general rule since
12674         the user may want to link to Fortran libraries that require $FLIBS.
12675         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
12677 2001-06-29  Pavel Roskin  <proski@gnu.org>
12679         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
12680         at-stdout and at-stderr instead of removing the newline
12681         from the echo output, which is not guaranteed to work.
12683 2001-06-28  Jens Petersen  <petersen@redhat.com>
12685         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
12686         confdefs.h when non-zero.
12688 2001-06-28  Akim Demaille  <akim@epita.fr>
12690         * configure.in: Bump to 2.50c.
12692 2001-06-26  Akim Demaille  <akim@epita.fr>
12694         Version 2.50b.
12696 2001-06-26  Akim Demaille  <akim@epita.fr>
12698         Version 2.50a.
12700 2001-06-25  Pavel Roskin  <proski@gnu.org>
12702         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
12703         argument, AUTOCONF-FLAGS.
12704         * tests/mktests.sh (update_exclude_list): Add
12705         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
12706         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
12707         AC_FUNC_WAIT3 with "-W no-obsolete".
12709 2001-06-25  Akim Demaille  <akim@epita.fr>
12711         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
12713 2001-06-25  Akim Demaille  <akim@epita.fr>
12715         * autoscan.in (%macro): Now maps from word to list of macros.
12716         (&init_tables): Die when a word which is already handled by
12717         explicit macros is mapped to the default macro.
12718         (&print_unique): Remove, inlined in...
12719         (&output_kind): here.
12720         (File::Basename): Use it.
12721         (&output): Sort the CONFIG_FILES.
12722         * acheaders: Normalize.
12723         * acfunctions: Likewise.
12725 2001-06-25  Akim Demaille  <akim@epita.fr>
12727         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
12728         characteristics in the logs.
12729         Suggested by Mo DeJong.
12731 2001-06-24  Akim Demaille  <akim@epita.fr>
12733         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
12734         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
12735         * doc/autoconf.texi (Autoconf 2.13): New section.
12737 2001-06-24  Akim Demaille  <akim@epita.fr>
12739         * autoconf.in (Task traces): Separate the error messages from the
12740         traces to improve robustness.
12742 2001-06-23  Akim Demaille  <akim@epita.fr>
12744         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
12745         three as failures are unlikely, and speed matters.
12747 2001-06-23  Akim Demaille  <akim@epita.fr>
12749         * doc/autoconf.texi (Redefined M4 Macros): New.
12751 2001-06-23  Akim Demaille  <akim@epita.fr>
12753         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
12754         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
12755         5.3.
12757 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
12759         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
12760         config.status targets to after the evaluation of the INIT-CMDS.
12761         Double quote config.status targets (used to be single quoted).
12763 2001-06-23  Akim Demaille  <akim@epita.fr>
12765         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
12766         Check the content of the created file.
12767         Check the ./config.status command line invocation.
12769 2001-06-23  Akim Demaille  <akim@epita.fr>
12771         * tests/foreign.at (Libtool): Reject prehistoric versions.
12773 2001-06-23  Akim Demaille  <akim@epita.fr>
12775         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
12776         preexisting files matching a.*.
12778 2001-06-23  Akim Demaille  <akim@epita.fr>
12780         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
12781         stderr.
12782         * doc/autoconf.texi (AC_ARG_VAR): Update.
12784 2001-06-21  Akim Demaille  <akim@epita.fr>
12786         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
12787         precious variables have changed.
12788         * tests/torture.at (AC_ARG_VAR): Adjust.
12790 2001-06-21  Akim Demaille  <akim@epita.fr>
12792         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
12793         but some sed choke on multiple `;', and other tools (e.g.,
12794         Automake), include the separator themselves.
12796         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
12798 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
12800         * doc/autoconf.texi (Functions Portability): Rename as...
12801         (Function Portability): this.
12802         (Function Portability): Document potential problems with unlink().
12804 2001-06-19  Paul Eggert  <eggert@twinsun.com>
12806         * NEWS, doc/autoconf.texi: Document quadrigraphs.
12808 2001-06-18  Akim Demaille  <akim@epita.fr>
12810         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
12812 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
12814         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
12815         (_AC_FUNC_VFORK): this.
12816         Remove AC_DEFINEs and don't guess cross-compilation values.
12817         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
12818         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
12819         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
12820         vfork doesn't work.
12821         Guess values if cross-compiling, but warn.
12822         * acfunctions: Add AC_FUNC_FORK.
12823         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
12824         and vfork appropriately.
12826 2001-06-18  Akim Demaille  <akim@epita.fr>
12828         * doc/autoconf.texi (Functions Portability): New section.
12830 2001-06-18  Akim Demaille  <akim@epita.fr>
12832         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
12833         in $M4.
12834         Suggested by Andreas Schwab.
12836 2001-06-18  Akim Demaille  <akim@epita.fr>
12838         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
12839         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
12840         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
12841         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
12842         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
12843         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
12844         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
12845         the converse).
12847 2001-06-18  Akim Demaille  <akim@epita.fr>
12849         * doc/autoconf.texi (ms): New index.
12850         (Macro Index): Rename as...
12851         (Autoconf Macro Index): this.
12852         (M4 Macro Index): New appendix.
12853         (Programming in M4): New chapter.
12854         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
12855         (Quoting): Rename as...
12856         (M$ Quotation): this.
12857         Be part of `Programming in M4).
12859 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
12861         * tests/torture.at (AC_ARG_VAR): Set variables and export them
12862         in separate statements for compatibility with Tru64 v5.1.
12864 2001-06-17  Akim Demaille  <akim@epita.fr>
12866         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
12867         current values of the precious variables, not the previously
12868         cached values.
12869         Pass precious variables which are set to config.status.
12870         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
12871         * tests/torture.at (AC_ARG_VAR): New.
12873 2001-06-15  Paul Eggert  <eggert@twinsun.com>
12875         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
12876         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
12877         and explain why and how to replace them.
12878         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
12879         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
12881 2001-06-15  Akim Demaille  <akim@epita.fr>
12883         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
12884         Reported by Bruno Haible.
12886         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
12887          (_AC_ARG_VAR_PRECIOUS): to here.
12889 2001-06-15  Pavel Roskin  <proski@gnu.org>
12891         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
12892         an unused pointer use cast to this type and `if' statement to
12893         avoid warnings from the compiler.
12894         (AC_HEADER_TIME): Likewise.
12895         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
12896         in `if' statement to avoid warnings from the compiler. Declare
12897         ac_aggr static to avoid the need to initialize it.
12899 2001-06-14  Akim Demaille  <akim@epita.fr>
12901         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
12902         Macros'.
12904 2001-06-13  Akim Demaille  <akim@epita.fr>
12906         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
12907         Suggested by Alexander Mai.
12909 2001-06-13  Akim Demaille  <akim@epita.fr>
12911         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
12912         sys/types.h and sys/stat.h, and check for them.
12914 2001-06-13  Akim Demaille  <akim@epita.fr>
12916         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
12917         INCLUDES.
12919 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12921         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
12922         succeeds and only try adding libdnet upon a failure.
12924 2001-06-12  Akim Demaille  <akim@epita.fr>
12926         * autoscan.in (&output_kind): Output the comment only if it exists.
12927         (%kind_comment): Add entry for `programs'.
12928         (&output_programs): Use &output_kind.
12929         (&output_functions, &output_identifiers, &output_headers)
12930         (&output_programs): Inline, and remove.
12932 2001-06-12  Akim Demaille  <akim@epita.fr>
12934         * autoscan.in (%kind_comment): New.
12935         (output_kind): New.
12936         (output_functions, output_identifiers, output_headers): Use it.
12938 2001-06-12  Akim Demaille  <akim@epita.fr>
12940         * autoscan.in (&print_unique): Take `$kind' and `$word' as
12941         arguments, to factor indirections into `%macro' and `%used'.
12942         (%generic_macro): Fix a typo.
12944 2001-06-12  Akim Demaille  <akim@epita.fr>
12946         * aclibraries: New.
12947         * autoscan.in (@kinds): Add `libraries'.
12948         Use `@kinds' instead of hard coded lists.
12949         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
12950         Remove, replaced by...
12951         (%used): this.
12953 2001-06-12  Akim Demaille  <akim@epita.fr>
12955         * autoscan.in (%functions_macros %headers_macros)
12956         (%identifiers_macros %programs_macros %makevars_macros): Remove,
12957         replaced by...
12958         (%macro): New.
12960 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
12962         * aclang.m4 (AC_NO_EXECUTABLES): Override
12963         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
12965 2001-06-11  Akim Demaille  <akim@epita.fr>
12967         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
12968         trailing new line.
12969         Reported by Andreas Schwab.
12971 2001-06-11  Akim Demaille  <akim@epita.fr>
12973         * Makefile.am, Makefile.maint: Typos.
12975 2001-06-09  Akim Demaille  <akim@epita.fr>
12977         * doc/autoconf.texi (Here-Documents): New section, gathering
12978         documentation about here-documents.
12979         Use `href', not `uref', and other changes.
12981 2001-06-09  Akim Demaille  <akim@epita.fr>
12983         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
12984         chapter.
12986 2001-06-09  Akim Demaille  <akim@epita.fr>
12988         * doc/autoconf.texi (Limitations of Builtins): Complete the
12989         description of the here-docs penalties with Alexandre Oliva's
12990         explanations.
12992 2001-06-01  Paul Eggert  <eggert@twinsun.com>
12994         * doc/autoconf.texi: Talk about here documents and speedups.
12995         Do not use "echo" on arbitrary strings.
12996         Spell "here-documents" consistently with the standard.
12998 2001-06-09  Akim Demaille  <akim@epita.fr>
13000         * doc/autoconf.texi (Concept Index): Introduce it.
13001         Regenerate the menus.
13003 2001-06-09  Akim Demaille  <akim@epita.fr>
13005         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
13006         * config/prev-version.txt: New.
13007         * config/move-if-change: New, for GNU libc.
13009 2001-06-06  Pavel Roskin  <proski@gnu.org>
13011         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
13013 2001-06-06  Akim Demaille  <akim@epita.fr>
13015         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
13016         properly when $1 is not a literal.
13017         Fixes PR Autoconf/187, reported by Bram Moolenaar.
13019 2001-06-06  Akim Demaille  <akim@epita.fr>
13021         Invoking AC_COPYRIGHT before AC_INIT fails.
13023         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
13024         * acgeneral.m4 (_m4_divert(VERSION_FSF))
13025         (_m4_divert(VERSION_USER)): New.
13026         (AC_COPYRIGHT): $2 is the diversion to use.
13027         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
13028         (AC_INIT): Remove dead comments as now it's commutative.
13030 2001-06-06  Akim Demaille  <akim@epita.fr>
13032         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
13033         PR autoconf/187.
13035 2001-06-05  Akim Demaille  <akim@epita.fr>
13037         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
13038         can be empty.
13039         `*dir' variables cannot be NONE.
13040         Reported by Mark Kettenis.
13042 2001-06-05  Paul Eggert  <eggert@twinsun.com>
13044         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
13046 2001-06-04  Akim Demaille  <akim@epita.fr>
13048         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
13049         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
13050         (AC_TR_SH): Move as...
13051         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
13052         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
13053         (AS_TR_SH): these.
13054         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
13055         (_AS_TR_SH_PREPARE): New.
13056         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
13057         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
13059 2001-06-02  Akim Demaille  <akim@epita.fr>
13061         * Makefile.am (.m4.m4f): Pass the options first.
13062         Fixes PR autoconf/182.
13064 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
13066         GNU getopt, when POSIXLY_CORRECT does not permute options and
13067         arguments.  So pass the options first.
13068         Fixes PR autoconf/184.
13070         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
13071         (run_m4): Remove files.
13072         (run_m4f): Remove.
13073         Update remainder of script to use them.
13074         (for warning in): Do not use a literal comma as it will not be
13075         split by IFS.
13077 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
13079         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
13080         Fortran compilers to check.
13081         (_AC_PROG_F77_V): Add '-###' as a possible option to print
13082         information on library and object files.
13083         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
13084         to check.
13086 2001-06-02  Akim Demaille  <akim@epita.fr>
13088         * autom4te.in (Request::@request): Declare with `vars', not `my',
13089         as it prevents updates via `do FILENAME'.
13091 2001-06-02  Akim Demaille  <akim@epita.fr>
13093         * configure.in (standards_texi): Remove, dead code.
13095 2001-06-02  Akim Demaille  <akim@epita.fr>
13097         * autom4te.in: New.
13099 2001-06-02  Pavel Roskin  <proski@gnu.org>
13101         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
13102         for signals other than 0 - exit with code 1.
13103         * m4sh.m4 (AS_TMPDIR): Likewise.
13104         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
13105         * autoheader.in: Likewise.
13106         * autoreconf.in: Likewise.
13107         * tests/torture.at (Signal handling): New test for the above.
13109 2001-06-01  Akim Demaille  <akim@epita.fr>
13111         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
13112         message.
13114 2001-05-31  Akim Demaille  <akim@epita.fr>
13116         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
13117         Add copyright and comments.
13118         * acheaders: Add stdint.h.
13119         Suggested by Paul Eggert.
13121 2001-05-31  Akim Demaille  <akim@epita.fr>
13123         * atgeneral.m4 (AT_INIT): Use $SHELL.
13124         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
13126 2001-05-31  Akim Demaille  <akim@epita.fr>
13128         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
13129         stdint.h.
13130         From Paul Eggert and Lars Hecking.
13132 2001-05-31  Akim Demaille  <akim@epita.fr>
13134         * tests/base.at: Adjust line numbers in error messages.
13136 2001-05-31  Akim Demaille  <akim@epita.fr>
13138         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
13139         to emit the bangshe line.
13140         Reported by David Carter.
13142 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
13144         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
13145         Fortran (95) compilers to check.
13147 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
13149         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
13150         Macro Archive URL.
13152 2001-05-23  Pavel Roskin  <proski@gnu.org>
13154         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
13155         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
13156         (AC_PROG_CXXCPP): Likewise.
13158 2001-05-22  Akim Demaille  <akim@epita.fr>
13160         * config: New directory.
13161         * configure.in: AC_CONFIG_AUX_DIR it.
13162         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
13164 2001-05-22  Akim Demaille  <akim@epita.fr>
13166         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
13167         * autoupdate.in: Specify the Emacs mode.
13168         * acversion.m4.in: Rename as...
13169         * acversion.m4: this.
13170         * tests/Makefile.am (CLEANFILES): More garbage.
13172 2001-05-22  Akim Demaille  <akim@epita.fr>
13174         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
13175         Rename as...
13176         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
13177         these.
13179 2001-05-21  Akim Demaille  <akim@epita.fr>
13181         * configure.in: Bump to 2.50a.
13184         -----
13186         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
13187         Software Foundation, Inc.
13189         This file is part of GNU Autoconf.
13191         GNU Autoconf is free software; you can redistribute it and/or modify
13192         it under the terms of the GNU General Public License as published by
13193         the Free Software Foundation; either version 2, or (at your option)
13194         any later version.
13196         GNU Autoconf is distributed in the hope that it will be useful,
13197         but WITHOUT ANY WARRANTY; without even the implied warranty of
13198         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13199         GNU General Public License for more details.
13201         You should have received a copy of the GNU General Public License
13202         along with autoconf; see the file COPYING.  If not, write to
13203         the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13204         Boston, MA 02110-1301, USA.