* doc/autoconf.texi (Shellology): pdksh 5.2.14 is still the
[autoconf.git] / ChangeLog
blob44055c560dcade60d7aa0afcc51b9641018dfc9c
1 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3         * doc/autoconf.texi (Shellology): pdksh 5.2.14 is still the
4         latest version.
5         (Shell Substitutions): Note problems with @{var:=value} etc.
6         Add a new section for problems with @{#var} etc.  Problem noted
7         by Ralf Wildenhues.  See:
8         http://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
10 2007-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Also
13         AC_SUBST([MKDIR_P]), so that Automake < 1.10 will pick up its
14         trace, if a package uses AC_PROG_MKDIR_P explicitly.  The actual
15         substitution will still be done by the special code.
16         Report by Jim Meyering.
18         * doc/autoconf.texi (File System Conventions): Mention that
19         $PATH_SEPARATOR is for the build system only.
20         Report by Keith Marshall.
22 2007-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24         * doc/autoconf.texi (Setting Output Variables): Mention that
25         all non-NUL characters are ok in substituted values.
26         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Fix comment typo.
27         (_AC_OUTPUT_FILES_PREPARE): Test and use backslash escaping of
28         carriage return for $AWK, needed for BSD awk.
29         * tests/torture.at (Substitute and define special characters):
30         Test all 8 bit non-NUL characters.
31         Report against Automake by Patrick Welche.
33 2007-01-15  Stepan Kasal  <kasal@ucw.cz>
35         * doc/autoconf.texi (Specifying Names): `--host' does not
36         change the build type.
38 2007-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40         * lib/autoconf/programs.m4 (AC_PROG_SED): When closing a pipe
41         early on the reader side, drop stderr of the input to avoid
42         `broken pipe' error output; this may happen even with shell
43         builtin `echo' of some bash versions.  Reports by Ian Macdonald
44         <iamacdo@telkomsa.net> and Sam Sexton <Sam.Sexton@reuters.com>.
46 2007-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Use newlines to
49         separate items of `ac_user_opts', to avoid long lines.
50         (_AC_INIT_PARSE_ENABLE2, _AC_ENABLE_IF_ACTION): Adjust.
52 2007-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
54         * doc/autoconf.texi: Fix some typos.
56 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
58         Fix some wording problems noted by Paolo Bonzini in:
59         http://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
60         * doc/autoconf.texi (Signed Overflow Examples): Give more
61         discussion about the allow_superuser_privileges example,
62         and change it a bit to make things clearer.
63         (Optimization and Wraparound): Clarify whether the compiler
64         will generate an infinite loop for the example derived from
65         Autoconf's mktime test.
66         (Signed Overflow Advice): Say that -ftrapv is meant for debugging.
67         Also, clarify unsigned multiplication overflow.
69 2007-01-04  Eric Blake  <ebb9@byu.net>
71         * bin/Makefile.am (RELEASE_YEAR): New macro.
72         (edit): Use it to supply correct copyright year to scripts.
73         * bin/autoconf.as (version): Use it.
74         * bin/autoheader.in ($version): Likewise.
75         * bin/autom4te.in ($version): Likewise.
76         * bin/autoreconf.in ($version): Likewise.
77         * bin/autoscan.in ($version): Likewise.
78         * bin/autoupdate.in ($version): Likewise.
79         * bin/ifnames.in ($version): Likewise.
81 2007-01-02  Paul Eggert  <eggert@cs.ucla.edu>
83         * doc/autoconf.texi (Integer Overflow): Revised based on today's
84         feedback.  The most important changes document what happens when
85         you convert an out-of-range value to a signed integer type, and
86         say that (sum < a) != (b < 0) reliably detects overflow when sum =
87         a + b.
89         * doc/autoconf.texi (Integer Overflow): Greatly expand and
90         rewrite, taking notions from the recent discussion on the gcc and
91         autoconf mailing lists; please see
92         http://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
93         and follow the many links.
94         (Integer Overflow Basics, Signed Overflow Examples):
95         (Optimization and Wraparound, Signed Overflow Advice):
96         (Signed Integer Division): New sections.
98 2006-12-28  Steven G. Johnson  <stevenj@alum.mit.edu>
100         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't include
101         preprocessor macro arguments in traced name.
102         * doc/autoconf.texi (Defining symbols): Document longstanding
103         support for AC_DEFINE-ing macros with arguments, and document
104         behavior when the same variable has multiple AC_DEFINEs.
105         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Revert to the
106         old implementation which AC_DEFINEs the FC_FUNC and FC_FUNC_
107         macros directly, giving much shorter and simpler code.
109 2006-12-28  Malcolm Purvis <malcolmp@xemacs.org>  (trivial change)
111         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
112         space before "$ac_configure_args" to prevent a 'config.status
113         --recheck' failure if ac_configure_args doesn't contain a leading
114         space.  This works around a problem with the XEmacs configure.ac,
115         which uses the (undocumented) ac_configure_args variable
116         inconsistently with Autoconf.
118 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
120         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):
121         Include <limits.h>, and use its INT_MAX to rewrite the
122         j loop so that it does not overflow 'int'.  Problem reported by
123         Ralf Wildenhues in
124         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
125         Play it safe by shifting left by 1 rather than multiplying by 2,
126         as GCC is less likely to optimize this away when the value
127         is signed (when it assumes overflow leads to undefined behavior).
128         Also, don't assume time_t uses two's complement.
130 2006-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
132         * tests/torture.at (Substitute a 2000-byte string): Avoid using
133         a 10kB long (multi-line) string literal, OpenServer 5.0.7 ksh
134         dumps core on it.  Report by Tim Rice.
136 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
138         * lib/autoconf/general.m4 (AC_ARG_ENABLE): Print help about
139         --disable-option-checking to --help output even when
140         AC_PRESERVE_HELP_ORDER is not used.
141         (_AC_INIT_PARSE_ENABLE2): Print warnings using actual --enable or
142         --with argument, rather than argument with [-.] replaced by
143         underscores.
144         * NEWS: Fix typo in previous change; the news was in the
145         wrong section.
147 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
149         * NEWS: Warnings are now generated by default for unknown
150         --enable-* and --with-* options.
151         * doc/autoconf.texi (Option Checking): Renamed from
152         (Configure Option Checking).  Tighten up the wording a bit.
153         (External Software, Package Options): Cross-reference to Option
154         Checking, and use this to shorten our section.
155         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Prefer test -n
156         "$x" to test "x$foo" != x.
157         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
158         Don't warn if $enable_option_checking is "no".
159         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Initialize
160         ac_unrecognized_opts to the empty string.
161         Don't echo the unrecognized opts, as this might mishandle
162         backslashes or leading -.
163         (AC_PRESERVE_HELP_ORDER): Put the --disable-option-checking
164         usage next to the other --disable-FEATURE options in the
165         help string.
167 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
169         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, _AC_INIT_PARSE_ARGS):
170         (_AC_INIT_PARSE_ENABLE2, _AC_INIT_HELP, _AC_ENABLE_IF):
171         Print warning for unrecognized --with and --enable options
172         (AC_DISABLE_OPTION_CHECKING): New macro to disable warnings.
173         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS):
174         Disable option checking when subdirs are configured.
175         (AC_OUTPUT): If warnings are enabled, print warning about
176         unrecognized --with and --enable options at the end of
177         the configure output (as well as at the beginning).
178         * doc/autoconf.texi (Option Checking): New node.
179         Document new option warning functionality.
181 2006-12-16  Eric Blake  <ebb9@byu.net>
183         * configure.ac (AC_INIT): Bump version, since 2.61a is released.
184         * NEWS: Start news for current version.
186 2006-12-15  Paul Eggert  <eggert@cs.ucla.edu>
188         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
189         Define HAVE_GETMNTENT to 1, not to the empty string.
190         Problem originally reported by Jochen Friedrich in
191         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
193         This change prompted by a problem report by Andrey Simonenko in
194         <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
195         * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
196         object-like macros only, in the traditional portable character
197         set.
198         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
199         Warn about attempts to define things that are not identifiers.
200         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
201         awful hack that AC_DEFINEd macro names containing parentheses.
203 2006-12-12  Paul Eggert  <eggert@cs.ucla.edu>
205         * doc/autoconf.texi: Undo some of the 2006-12-10 change.  It was
206         too drastic, even if Texinfo in theory requires it for info mode.
208         (config.status Invocation): Renamed back from Recreating a
209         Configuration).
210         (Obsolete config.status Use): Renamed back from Obsolete Recreation.
211         (Autoconf 2.13): Renamed back from 20th-century Autoconf 2.
213 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
215         * NEWS: Version 2.61a.
217 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
218         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
220         * NEWS: Document changes with echo and printf, and the lack
221         of limits on the total size of multi-line values of substituted
222         variables, and the AC_FUNC_FSEEKO fix.
224 2006-12-10  Paul Eggert  <eggert@cs.ucla.edu>
226         * doc/autoconf.texi (Writing Autoconf Input): Renamed from
227         Writing configure.ac.
228         (Autoconf Input Layout): Renamed from configure.ac Layout.
229         (Recreating a Configuration): Renamed from config.status Invocation.
230         (Obsolete Recreation): Renamed from Obsolete config.status Use.
231         (acconfig Header): Renamed from acconfig.h.
232         (20th-century Autoconf 2): Renamed from Autoconf 2.13.
233         (Writing Testsuites): Renamed from Writing testsuite.at.
234         (Autom4te Cache): Renamed from autom4te.cache.
236         * BUGS: Remove mention of VPATH problem, since it's now documented
237         not to be a bug in the Autoconf build procedure itself, but rather
238         a problem with the proprietary `make' programs.
240         * doc/autoconf.texi (Build Directories): Add a cross reference
241         to VPATH and Make.
243         * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex:
244         * doc/standards.texi: Sync from gnulib.
246         * man/autoconf.1, man/autoheader.1, man/autom4te.1, man/autoreconf.1:
247         * man/autoscan.1, man/autoupdate.1, man/config.guess.1:
248         * man/config.sub.1, man/ifnames.1: Remove from CVS, since they're
249         generated automatically.
251 2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
253         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Also try -xc99=all, for Sun
254         C 5.8 on Solaris 10.  Using -xc99=all rather than -xc99 bypasses
255         the buggy -xc99 option of Forte Developer 7 C on Solaris 9.
257 2006-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
259         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Drop the
260         `CEOF$ac_eof' special marker, the awk script cannot contain a
261         line matching `^CEOF', so this is not needed any more.
262         * tests/torture.at (Substitute a newline): Expose the `%!_!# '
263         special marker in the test.
265 2006-12-06  Stepan Kasal  <kasal@ucw.cz>
267         * tests/tools.at (autom4te preselections): Use `find -newer';
268         remove one of the sleeps.
270         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Make it
271         more readable, using ...
272         (_AC_INIT_PARSE_ENABLE2): ... this new helper macro.
274         * doc/autoconf.texi (autoheader Invocation): Do not double-
275         quote the parameter of `AH_BOTTOM' in the example.
277 2006-12-05  Stepan Kasal  <kasal@ucw.cz>
279         * doc/autoconf.texi (Configuration Headers): Remove the
280         example with multiple input files.
281         (autoheader Invocation): Encourage `AH_BOTTOM', discouraging
282         multiple input files.
284 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
286         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
287         creating the awk substitution script, handle one input line at a
288         time, so that the maximum length of a substituted (multi-line)
289         value is not limited by the size of the sed pattern space.
290         The trade-off is a slightly repetitive sed script.
291         * doc/autoconf.texi (Limitations of Usual Tools): Branch labels
292         can only have up to 7 characters, due to Solaris 10 /bin/sed.
293         * tests/torture.at (Substitute a 2000-byte string): Increase the
294         test with several long lines, they should not be caught by sed
295         limits any more.
297         * tests/tools.at (autom4te preselections): New test, to flag
298         entries missing from autom4te.cfg.
299         Report by David Byron <dbyron@hheld.com>.
301         * tests/torture.at (Substitute a 2000-byte string): Actually use
302         AC_PROG_AWK, so the last change works as intended.
303         (Substitute and define special characters): Likewise.
304         (Substitute a newline): Likewise.
306         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
307         instead of `awk' consistently.
308         (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
309         * tests/torture.at (Torturing config.status): Test both the
310         result of AC_PROG_AWK and plain awk.
311         (Substitute a 2000-byte string): Likewise.
312         (Substitute and define special characters): Likewise.
313         (Substitute a newline): Likewise.
315 2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
317         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Check that fseeko
318         can be assigned to a function pointer.  Problem reported by
319         Peter Palfrader in <http://bugs.debian.org/401377>.  Based on
320         part of a patch by Ralf Wildenhues in that same bug report.
322 2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
324         * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
325         * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
327 2006-12-01  Eric Blake  <ebb9@byu.net>
329         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
330         cross-compiling from cygwin to mingw.
331         Reported by Bob Rossi.  This resurrects the 2000-11-30 patch to
332         aclang.m4, which was mistakenly removed in the 2001-09-17 patch
333         to lib/autoconf/c.m4.
335 2006-12-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
337         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
338         string for more reliable failure.  Wrap the entire test that
339         causes the broken Solaris printf to dump core, in a subshell,
340         so the segmentation fault message is reliably suppressed.
341         Fix shell expansion errors by using /usr/ucb/echo always;
342         avoid an error on systems without it by another subshell.
343         Avoid m4 expansion of `$1'.  Set the zeroth argument of the
344         subshell-$as_echo to `as_echo', for better error message.
346 2006-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
348         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
349         `BASH_SOURCE' contain a newline, set them to empty, as they may
350         not be unset.
352 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
354         Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
355         years and is too hard to maintain now.  The last straw was
356         reported by Jerker Baeck in
357         <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
358         * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
359         * doc/autoconf.texi (Particular Functions): Move
360         AC_FUNC_SETVBUF_REVERSED from here...
361         (Obsolete Macros): ... to here.  Say that it does nothing now.
362         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
363         Turn into (almost) a no-op.
365         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
366         (AC_C_VOLATILE):
367         Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
368         These macros are obsolescent and new applications shouldn't need them.
369         * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
370         (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
371         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
372         (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
373         (AC_FUNC_VPRINTF): Likewise.
374         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
375         (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
376         * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
378         * doc/autoconf.texi (Setting Output Variables): Mention that
379         @VAR1@VAR2 has unspecified behavior.  Problem reported by
380         Ralf Wildenhues.
381         * NEWS: Mention this.
383         * Makefile.am: Put only a single '#' into the copyright notice,
384         so that it's also present in the output file.  Standardize wording
385         in makefile copyright notices to match GNU coding standards.
386         * bin/Makefile.am: Likewise.
387         * doc/Makefile.am: Likewise.
388         * lib/Makefile.am: Likewise.
389         * lib/freeze.mk: Likewise.
390         * lib/autoconf/Makefile.am: Likewise.
391         * lib/autoscan/Makefile.am: Likewise.
392         * lib/autotest/Makefile.am: Likewise.
393         * lib/m4sugar/Makefile.am: Likewise.
394         * man/Makefile.am: Likewise.
395         * tests/Makefile.am: Likewise.
396         * lib/emacs/Makefile.am: Remove copyright notice; it's just a
397         one-line file.
399 2006-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
401         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
402         in the sed script that mangles the awk script: delete up to the
403         first exclamation mark only.
404         * tests/torture.at (Substitute and define special characters):
405         Test '!' too.
407 2006-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
409         Rewrite config files generation: avoid quadratic growth in
410         the number of substituted variables by using awk instead of sed
411         for the bulk of the substitutions.
412         * NEWS: Mention this.
413         * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
414         forbidden in the output (and thus input) file.
415         * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
416         (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
417         generate just one large awk script for substitutions,
418         eliminating much of the earlier complexity, while adding some
419         new complexity.  Only expand the substitution templates at
420         configure time, for smaller configure script size.  If
421         _AC_SUBST_FILES are used, test 'awk' for working getline support
422         at config.status time.  If absent, interpolate through the
423         shell.  The awk script was written with much help
424         from Paolo Bonzini and Paul Eggert.
425         (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
426         (_AC_SED_FRAG_NUM): Likewise.
427         (_AC_SUBST_CMDS): Renamed from...
428         (_AC_SED_CMDS): ...this.
429         (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
430         * tests/torture.at (Substitute a 2000-byte string): Also
431         substitute a line with 1000 words, and a variable with several
432         long lines.
433         (Substitute and define special characters): Test awk special
434         characters, and put substitution input strings `@foo@' in the
435         output, to test that no recursion happens; test several other
436         combinations from Paolo Bonzini.
438 2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
440         * lib/autotest/general.m4 (AT_INIT): Undo recent changes
441         that replaced echo with AS_ECHO where this wasn't necessary.
442         Problem reportd by Ralf Wildenhues.
443         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
444         where "/usr/bin/printf '%s\n' S" dumps core if S is long.
445         This is Sun bug 4206210.  Problem reportd by Ralf Wildenhues.
447 2006-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
449         * lib/freeze.mk (GREP): Removed, no need to initialize this.
451 2006-11-21  Paul Eggert  <eggert@cs.ucla.edu>
453         * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
454         that traditional Awk lacks 3-arg "split".  It has it.
455         Mention that FS must be a single character, and a few other
456         99-byte limits of traditional Awk.
457         Mention that if (i in a) doesn't work with traditional Awk.
459 2006-11-18  Paul Eggert  <eggert@cs.ucla.edu>
461         * tests/autotest.at (BSx641-newline in command):
462         (BS-BS-newline in command, BSx640-newline in command):
463         (Newline-CODE-BS-newline in command):
464         (Single-quote-BS-newline in command):
465         (Single-quote-newline-BS-newline in command):
466         Use printf '%s\n' instead of echo, for portability to hosts
467         where echo interprets backslashes.  This will break on hosts
468         that lack printf, but for now let's assume all such hosts
469         are dead (if not, we should get reports of test failures).
471 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
473         'echo' has some portability problems, when given a first argument
474         with a leading '-', or when given any argument containing '\'.
475         Avoid using 'echo' in these cases.
476         * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
477         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
478         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
479         * lib/autotest/general.m4 (AT_INIT): Likewise.
480         * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
481         argument might be unportable.
482         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
483         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
484         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
485         (_AC_FC_LIBRARY_LDFLAGS): Likewise.
486         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
487         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
488         (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
489         (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
490         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
491         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
492         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
493         (AC_PROG_MAKE_SET): Likewise.
494         * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
495         (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
496         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
497         (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
498         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
499         (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
500         (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
501         * bin/autoconf.as: Redo verbose flag implementation, as the old
502         scheme wouldn't work with AS_ECHO.
503         * lib/autotest/general.m4 (AT_INIT): Likewise.
504         * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
505         Don't use ECHO_T, since ECHO_N is now reliable.
506         * lib/autotest/general.m4 (AT_INIT): Likewise.
507         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
508         rather than using a here-document to put the script into a file.
509         (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
510         use AS_ECHO.
511         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
512         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
513         AS_ECHO_N rather than ECHO_N and ECHO_C.  This doesn't fix any
514         bug, but we might as well stop using ECHO_N and ECHO_C internally.
515         * lib/autotest/general.m4 (AT_SETUP): Likewise.
516         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
517         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
518         (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
519         operand, as AS_ECHO requires.  Avoid double file name expansion.
520         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
521         Don't set as_nl, since _AS_ECHO_PREPARE does that now.
522         (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
523         (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
524         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
525         Double-quote strings that would otherwise contain M4 comments.
526         * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
528         * configure.ac (AC_INIT): Bump to 2.61a.
529         * NEWS: Likewise.
531 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
533         Version 2.61.
535         * configure.ac (AC_INIT): Bump to 2.61.
536         * NEWS: Likewise.
538         * tests/autotest.at (Macro with backslash in a test title):
539         Comment out for now, as this tests neither fails nor passes
540         reliably.  Problem reported by Ralf Wildenhues.
542 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
544         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
545         in previous change, which caused test failures.
547 2006-11-16  Stepan Kasal  <kasal@ucw.cz>
549         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
550         code for --enable, --disable, --with, and --without to...
551         (_AC_INIT_PARSE_ENABLE): ... a new macro.
552         * doc/autoconf.texi (Package Options):
553         * NEWS: Document that AC_ARG_ENABLE allows dots, too.
555 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
557         Import these changes from config via gnulib:
559         2006-11-15  Ben Elliston  <bje@gnu.org>
561         From Josselin Mouette <joss@debian.org>:
562         * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
564         2006-11-08  Ben Elliston  <bje@gnu.org>
566         * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
568         2006-11-07  Steve Woodford  <scw@NetBSD.org>
569                     Ben Elliston  <bje@gnu.org>
571         * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
572         * build-aux/config.sub (sh5el): New basic_machine.
575         Import this change from coreutils:
577         2006-02-13  Jim Meyering  <jim@meyering.net>
579         * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
582         Import this change from gnustandards via gnulib:
584         2006-11-15  Karl Berry  <karl@gnu.org>
586         * standards.texi: core -> memory, throughout.
587         (CPU Portability): show correct example of calling write
588         on a char value; thanks to Paul Eggert for the code.
589         Both of these suggestions from Eugene Y. Vasserman.
592         Import these changes from texinfo via gnulib:
594         2006-11-08  Karl Berry  <karl@gnu.org>
596         * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
597           as well as pdf images, since they are supported in pdftex with
598           no further ado.
600         2006-11-05  Karl Berry  <karl@gnu.org>
602         * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
604 2006-11-13  Paul Eggert  <eggert@cs.ucla.edu>
606         * NEWS: Document the AC_ARG_WITH change.
608 2006-11-13  Bruno Haible  <bruno@clisp.org>
610         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
611         options, transliterate also dots to underscores.
612         (_AC_ENABLE_IF): Transliterate also dots to underscores.
613         * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
614         first argument may also contain dots.
616 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
618         * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
619         benefit of platforms like Solaris+GCC where it is common to have a
620         non-working g++ installation.
622 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
623         and Joel E. Denny  <jdenny@ces.clemson.edu>
624         and Paul Eggert  <eggert@cs.ucla.edu>
626         * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
627         and non-portable sed scripts, and use $CONFIG_SHELL when invoking
628         ./micro-suite.
630 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
632         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
633         ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
634         Imported from a similar patch to gnulib by Bruno Haible.
636 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
638         * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
639         * doc/autoconf.texi (C Compiler): Document them.
640         * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
641         New macros, taken from gnulib.
643 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
645         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
646         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
647         Matthew Woehlke.
649 2006-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
651         * tests/torture.at (Configuring subdirectories): Do not skip
652         Automake 1.10 nor future Automake 11.1 (sic).
654 2006-10-26  Joel E. Denny  <jdenny@ces.clemson.edu>
655         and Stepan Kasal  <kasal@ucw.cz>
657         Handle special characters in test case titles correctly.
658         * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
659         properly.
660         (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
661         * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
662         argument.  Extend to check titles printed by ./micro-suite and
663         ./micro-suite -l and the title in micro-suite.log.
664         (Backquote in a test title,
665         Single-quote in a test title,
666         Double-quote in a test title): Don't expect failure anymore.
667         (Backslash in a test title): Put a non-whitespace character after the
668         backslash so that Bourne shells might actually see it as an escape
669         sequence.
670         (Brackets in a test title,
671         Pound in a test title,
672         Comma in a test title,
673         Quoted Macro in a test title,
674         Macro in a test title,
675         Macro with single-quote in a test title): New tests.
676         (Macro with backquote in a test title,
677         Macro with double-quote in a test title,
678         Macro with backslash in a test title): New tests expected to fail.
679         * tests/torture.at (#define header templates): M4-quote this title in
680         AT_SETUP call so that no M4 code is commented inadvertently somewhere.
681         The visible effect was a stray [] in the testsuite output.
683 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
685         * doc/autoconf.texi (Limitations of Builtins): Do not invoke
686         `trap ... 0' inside a function, for AIX sh.
688 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
690         * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
691         since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
692         5363) simply issues a warning when dividing by zero at compile
693         time.  Problem reported by Elias Pipping.
695 2006-10-26  Eric Blake  <ebb9@byu.net>
697         * THANKS: Update.
698         * doc/autoconf.texi (Evaluation Macros): Improve the example to
699         show effect on macros that expand with commas.
700         Reported by Joel E. Denny.
702         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
703         Also work with M4 1.4.8.
705 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
707         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
708         Jim Meyering.
710 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
712         * tests/tools.at (autom4te --force): New test, verifies that
713         `--force' always rewrites the output file.
715 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
717         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
718         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
720 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
722         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
724 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
726         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
727         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
728         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
729         reported by Nelson H. F. Beebe for Coreutils 6.4.
731         * tests/tools.at (autoconf --trace: user macros): Remove test
732         for tracing multiline macros, since m4 1.4.7a uses a different
733         way to number lines.  Problem reported by Ralf Wildenhues.
735 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
737         * bin/autom4te.in (handle_m4): Do not redirect stdin to
738         /dev/null since the heuristics for interactive behaviour was
739         fixed in CVS m4.
741         * bin/autom4te.in: With --force, always refresh the output
742         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
744         * bin/autoconf.as: Fix the verbose message at the end.
746 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
748         * configure.ac (AC_INIT): Bump to 2.60c.
749         * NEWS: Likewise.
751 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
753         * NEWS: Version 2.60b.
755         Import this change from Texinfo:
756         2006-10-15  Karl Berry  <karl@gnu.org>
757         * build-aux/texinfo.tex: automake 1.10
759         * NEWS: Remove AC_CACHE_CHECK_INT.
760         * doc/autoconf.texi (Caching Results): Likewise.
761         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
762         AC_CACHE_CHECK_INT, since it's no longer public.
763         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
764         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
766 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
768         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
770 2006-10-19  Eric Blake  <ebb9@byu.net>
772         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
773         (m4_maketemp): Avoid warnings with M4 1.9a.
774         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
775         m4_mkstemp.
776         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
777         * NEWS: Likewise.
779 2006-10-16  Eric Blake  <ebb9@byu.net>
781         * doc/autoconf.texi (Setting Output Variables): Fix typo.
783         * bin/autoconf.as (version): Reword to match GNU Coding
784         Standards.
785         * bin/autoheader.in (version): Likewise.
786         * bin/autom4te.in (version): Likewise.
787         * bin/autoreconf.in (version): Likewise.
788         * bin/autoscan.in (version): Likewise.
789         * bin/autoupdate.in (version): Likewise.
790         * bin/ifnames.in (version): Likewise.
792 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
794         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
795         looking for special shell characters.
796         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
797         macro defined by AS_VAR_PUSHDEF before passing it as a
798         parameter.
799         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
800         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
801         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
802         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
803         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
804         Likewise.
805         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
806         AS_VAR_* properly.
807         * tests/m4sh.at (AS_LITERAL_IF): New test.
809 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
811         (Imported from Automake.)
812         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
813         which incorrectly sets the mode of an existing destination
814         directory.  In some cases the unpatched install-sh could do the
815         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
816         system.  We hope this is rare in practice, but it's clearly worth
817         fixing.  Problem reported by Alex Unleashed in
818         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
819         Also, don't bother to check for -m bugs unless we're using -m;
820         suggested by Stepan Kasal.
822 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
824         Import this change from Automake:
826         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
827         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
828         is enabled by default with gnu and gnits strictness.
829         Report from Bruno Haible.
831         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
832         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
833         gnu and gnits modes.
835         Import this change from Config:
837         2006-09-20  Ben Elliston  <bje@gnu.org>
838         * build-aux/config.sub (score, score-*): New.
840         Import this change from Gnulib:
842         2006-09-16  Karl Berry  <karl@gnu.org>
843         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
844         to avoid sectioning errors.
846         Import these changes from Texinfo:
848         2006-10-04  Karl Berry  <karl@gnu.org>
849         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
850         (\quoteexpand): rename to \rquoteexpand.
851         (\codequoteleft): new def, to look for @set codequotebacktick.
852         (\lquoteexpand, \quoteexpand): new defs.
853         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
854         (\code): must use new \...Char values, since now ` is active.
856         2006-08-26  Karl Berry  <karl@gnu.org>
857         * build-aux/texinfo.tex (\textdegree): New command.
859         2006-08-12  Karl Berry  <karl@gnu.org>
860         * build-aux/texinfo.tex (error \box0): smaller font.
862 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
864         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
866 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
868         * doc/autoconf.texi (Autoheader Macros): Warn that the text
869         added to the template can get mangled.
871 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
873         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
874         include the default headers, and redefine obstack_chunk_alloc
875         and obstack_chunk_free.  Fixes false failure with glibc.
877 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
879         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
880         for backward compatibility with Libtool 1.5.22.  Problem reported
881         by Ralf Wildenhues.
883 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
885         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
886         AC_PROG_CC.
887         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
889 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
891         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
892         the NonStop platform.
893         * doc/autoconf.texi (Posix Variants): Likewise.
894         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
896         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
897         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
898         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
899         Use a better substitute, by inspecting the output of "ls"
900         rather than just using ":".
901         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
902         rather than AS_EXECUTABLE_P, since we needn't worry about
903         non-regular files here.
905         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
906         due to configuration hassles with this.  See Tonya Underwood's report
907         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
908         * doc/autoconf.texi (Special Shell Variables): Likewise.
910 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
911             Stepan Kasal  <kasal@ucw.cz>
913         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
914         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
916 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
918         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
919           initialization which is not inherited through the environment
920         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
921         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
923 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
925         * doc/autoconf.texi (Limitations of Usual Tools): Describe
926         problems with mkdir -p -m.
928 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
930         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
931         comment about ac_cpp_err; it was incorrect, and anyway
932         ac_cpp_err is being removed below.
933         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
934         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
935         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
936         nobody uses it.
937         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
938         with werror_flag and conftest.err and so forth.  This is more
939         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
940         and anyway the user shouldn't normally want to see this gorp logged.
941         Problem reported by Ralf Wildenhues.
942         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
943         empty, not 'no', since the rest of the code uses 'test -z'.
945 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
947         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
948         Use a single call to AC_DO_TOKENS rather than multiple, for
949         efficiency.
950         (_AC_LINK_IFELSE): Test that resulting file is executable.
951         Problem reported by mwoehlke in
952         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
954         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
955         than creating a file to use with test -x; this is much faster.
957 2006-10-02  Bruno Haible  <bruno@clisp.org>
959         * lib/autom4te.in (Automake-preselections): Add
960         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
962 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
964         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
965         standard error, `experr' should be used, not `expout'.
967 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
969         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
970         fseeko testing program twice; just use the earlier result.
971         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
972         Set cache var to 'unknown' (not 'no') if leaving the macro unset
973         still doesn't let the program compile.
974         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
975         failed.
977         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
978         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
979         include it, without including anything else.
980         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
981         expressions.
982         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
984 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
986         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
987         `error.h', and include it, for a `error_at_line' prototype.
988         Use a nonempty format string in the link test.
989         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
990         for a declaration of wait3.
992 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
994         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
995         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
996         can apply to constants too, and that it checks for macro defns.
997         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
998         and simply cast the identifier to void.  This handles structure
999         values.  Problem reported by Ralf Wildenhues.
1000         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
1002 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1004         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
1005         structure, and function symbols.
1007 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1009         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
1010         member.
1012 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1014         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
1015         * README: Likewise.
1016         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1018 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1019         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1021         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
1022         warnings (uninitialized value).
1023         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
1024         present.
1025         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
1026         parentheses.
1027         (AC_STRUCT_TM): Likewise, avoid unused variables.
1029 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1031         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
1032         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
1033         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
1034         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
1035         Report by Olly Betts.
1037 2006-09-19  Eric Blake  <ebb9@byu.net>
1039         * m4/m4.m4: Change copyright.
1040         * configure: Regenerate.
1041         * Makefile.in: Likewise.
1042         * bin/Makefile.in: Likewise.
1043         * doc/Makefile.in: Likewise.
1044         * lib/Makefile.in: Likewise.
1045         * lib/Autom4te/Makefile.in: Likewise.
1046         * lib/autoconf/Makefile.in: Likewise.
1047         * lib/autoscan/Makefile.in: Likewise.
1048         * lib/autotest/Makefile.in: Likewise.
1049         * lib/emacs/Makefile.in: Likewise.
1050         * lib/m4sugar/Makefile.in: Likewise.
1051         * man/Makefile.in: Likewise.
1052         * tests/Makefile.in: Likewise.
1054         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
1055         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
1056         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
1057         --error-output, to avoid warnings with M4 2.0.
1059 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
1061         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
1062           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
1063         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
1065 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
1067         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
1068         expansion of AC_CHECK_FUNCS.
1070 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
1072         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
1073         mistaken comment: the path has to be relative; do not use
1074         the path at runtime.
1076 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1078         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
1079         argument to `--prefix' for sub-configure scripts.
1080         Pass `--silent' to sub-configure scripts.
1081         * tests/torture.at (Configuring subdirectories): Add tests
1082         for both changes.
1083         * doc/autoconf.texi (Setting Output Variables): Fix example to
1084         not show `--silent' being passed to a `configure' re-run.
1086 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
1088         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
1089         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
1090         for the existence of the directory at configure-time.  That's
1091         too late, anyway.  Problem reported by Stefan Seefeld.
1093         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
1094         7.1.4 /usr/bin/posix/sh described by Tim Rice in
1095         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
1097 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
1099         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
1100         works with GNU M4 1.4.3 again; make the normalized form
1101         match the current m4 message; fix the description.
1102         * test/tools.at (autom4te cache): Adapt to the change.
1104 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1106         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
1107         to catch glibc bug 2821
1108         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1110         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
1111         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
1112         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
1113         assume C89.
1115 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
1117         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
1118         preselections ...
1119         (Autoconf): ... here.
1120         (Autoscan-preselections): Delete.
1122 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
1124         * lib/autom4te.in (Automake-preselections): Preselect
1125         AM_ENABLE_MULTILIB.
1127 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
1129         * doc/autoconf.texi (Preset Output Variables): srcdir and
1130         top_srcdir are not necessarily relative.  Problem reported
1131         by Dries Kimpe.
1133 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1135         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
1136         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
1137         accept files with extension `.f'.  For consistency, also prefer
1138         xlf over f77.
1139         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
1140         from last patch.
1142 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1144         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
1145         of ERLANG_LIB_VER_* variables.
1146         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
1147         variables.
1149 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
1150         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1152         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
1153         bugs of Bash 2.01 and 2.05a.
1154         (Fortran Compiler): Document that AC_PROG_CC should be called
1155         before AC_PROG_FC, due to a bug in Autoconf.
1157 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1159         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
1160         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
1161         except the first two arguments are reversed.
1162         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
1163         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
1164         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
1165         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
1166         equivalent to the old AC_COMPUTE_INT.
1167         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
1168         All uses changed to AC_CACHE_CHECK_INT.
1169         * tests/base.at (AC_CACHE_CHECK_INT): New test.
1170         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
1172 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1174         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
1175         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
1176         programs should use their Gnulib counterparts.
1177         * doc/autoconf.texi (Particular Functions): Likewise.
1178         (Macro Names, testsuite Invocation): Replace uses of these
1179         obsolete macros with uses of non-obsolete macros.
1181 2006-08-29  Eric Blake  <ebb9@byu.net>
1183         * configure.ac (AC_INIT): Bump to 2.60b.
1184         * NEWS: Update.
1186 2006-08-28  Eric Blake  <ebb9@byu.net>
1188         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
1189         mistakenly swapped on 2006-08-15.
1191 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1193         * NEWS: Version 2.60a.
1195 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
1197         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
1198         file created by the PGI compiler.
1200 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
1202         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
1203         simplify the code.
1205 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1207         Fix Lex library problem reported to us by Julio Garvia.
1208         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
1209         for the default, which the user can override.
1210         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
1211         deal with LEXLIB.
1212         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
1213         didn't work if some values were cached but not others.  Test for
1214         broken lex libraries like native ia64-hp-hpux11.22; see
1215         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
1216         work around the problem by preferring an empty LEXLIB to -lfl or
1217         -ll.  Let the user set LEXLIB='' to indicate no library needed.
1219         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
1220         * README: Likewise.
1221         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1223 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1225         Rework to use more-modern build style.
1226         Many files are renamed; all uses of their names were changed.
1227         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
1228         * .x-sc_useless_cpp_parens: New file.
1229         * build-aux/config.guess: Renamed from config/config.guess.  Update.
1230         * build-aux/config.sub: Renamed from config/config.sub.  Update.
1231         * build-aux/elisp-comp: Renamed from config/elisp-comp.
1232         * build-aux/install-sh: Renamed from config/install-sh.  Update.
1233         * build-aux/mdate-sh: Renamed from config/mdate-sh.
1234         * build-aux/missing: Renamed from config/missing.
1235         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
1236         * build-aux/vc-list-files: Renamed from config/vc-list-files.
1237         * config/Makefile.am: Removed.
1238         * config/mkinstalldirs: Removed.
1239         * config/move-if-change: Removed.
1240         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
1241         * Makefile.am (SUBDIRS): Remove config.
1242         (ACLOCAL_AMFLAGS): Include from m4, not config.
1243         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
1244         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
1245         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
1246         Fail if there's an error.
1247         * Makefile.cfg (move_if_change): Remove.
1248         (wget_files): Remove.
1249         (cvs_executable_files): New macro.
1250         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
1251         (executable-update): Use $(cvs_executable_files).
1252         (local-checks-to-skip): Remove.
1253         * Makefile.maint: Merge from coreutils, plus add our own changes
1254         (gzip_rsyncable): New macro.
1255         (GZIP_ENV): Use it.
1256         (CVS_LIST): Use build-aux/vc-list-files.
1257         (VERSION_REGEXP): New macro.
1258         (local-checks-available): Add patch-check, $(syntax-check-rules),
1259         check-AUTHORS.
1260         (syntax-check-rules): Compute dynamically.
1261         (sc_cast_of_x_alloc_return_value): Work even if no source files.
1262         (sc_cast_of_alloca_return_value): Likewise.
1263         (sc_prohibit_atoi_atof): Simplify regexp.
1264         (sc_no_if_have_config_h, sc_require_config_h):
1265         (sc_prohibit_assert_without_use,
1266         (sc_obsolete_symbols): Check for O_NDELAY.
1267         (sc_texi_notab): Remove.
1268         (sc-changelog): Don't make an exception for '----' lines.
1269         (.re-list): Remove, so we don't have a junk file behind.
1270         (sc_system_h_headers): Remove the need for .re-list.
1271         (sc_the_the):  New rule.
1272         (sc_tight_scope): Simplify.
1273         (sc_trailing_blank): Renamed from sc_trailing_space.
1274         (longopt_re): New macro.
1275         (sc_two_space_separator_in_usage): New rule.
1276         (sc_unmarked_diagnostics): Look at all files under CVS.
1277         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
1278         (news-date-check, changelog-check): Version is OK.
1279         (po-check): Look for lib files even if not in CVS.
1280         (copyright-check): Use $() not ``.
1281         (maintainer-distcheck): Do not depend on changelog-check.
1282         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
1283         Also check for -Wpointer-arith.
1284         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
1285         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
1286         Remove.
1287         (announcement): Add --gpg-key-id arg.
1288         (cvs-sv): Remove.
1289         (move_if_change): Just use mv.
1290         (local_updates: Remove wget-update, po-update.
1291         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
1292         (config.guess-url_prefix, config.sub-url_prefix): Remove.
1293         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
1294         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
1295         ($(get-targets)): Remove.
1296         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
1297         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
1298         (cvs-update): Get from gnulib.
1299         (emut_upload_commands): gnupload is in build-aux now.
1300         (alpha beta major): Add changelog-check.  Check version.
1301         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
1302         (AC_CONFIG_FILES): Remove.
1303         * bin/autoconf.as: Add spaces to avoid distcheck warning.
1304         * config/announce-gen: Sync from coreutils.
1305         * doc/make-stds.texi: Sync from gnulib.
1306         * doc/standards.texi: Likewise.
1307         * man/Makefile.am: Adjust for config -> build-aux renaming.
1308         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
1309         * tests/local.at: Adjust from config -> build-aux renaming.
1310         * tests/tools.at: Likewise.
1311         * tests/torture.at: Likewise.
1313         * NEWS: The C99 check now tests for vararg macros and 64-bit
1314         preprocessor ints.
1315         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
1316         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
1317         64-bit preprocessor ints.  Check for static initialization of
1318         long long.  Remove unnecessary casts.
1320 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1322         * doc/autoconf.texi (Particular Programs): Mention that
1323         @INSTALL@ and @MKDIR_P@ may vary for different output files.
1324         Reported by Alexandre Duret-Lutz.
1326 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1328         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
1329         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
1330         Bill Northcott in
1331         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
1333 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
1335         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
1336         pacify insanely picky compilers.  Problem reported by Eric Blake.
1338         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
1339         longer supported by Sun.
1341 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
1343         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
1344         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
1345         -Wundef -Werror".  Problem reported by David Fang in
1346         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
1347         * doc/autoconf.texi (Header Templates, Default Includes):
1348         (Particular Functions, Generic Functions, Header Portability):
1349         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
1350         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
1351         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
1352         Prefer #ifdef to #if.
1353         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
1354         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
1355         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1356         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
1357         Likewise.
1358         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
1359         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
1360         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
1361         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1362         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
1363         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
1364         this.
1366 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
1368         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
1369         problems with arg script text that doesn't end in newline, and
1370         with '-e a...'.  Problems reported by Ralf Wildenhues.
1372 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1374         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
1375         check for libXt by a check for libX11.
1377 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1379         * doc/autoconf.texi (config.status Invocation): Adjust according
1380         to last change.
1382 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1384         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
1385         --help' should mention that `--version' outputs configuration
1386         settings.  Report by Bruno Haible.
1388 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
1390         Fix test suite failures reported by Pierre in
1391         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
1392         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
1393         the compiler created a file "b.out" when it didn't create anything
1394         at all.
1395         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
1396         Discard stderr too, when invoking the test script.
1398 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1400         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
1401         in the restoring of the werror flag.
1403 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
1405         * doc/autoconf.texi (Volatile Objects): Be even a little
1406         less skeptical about "volatile", after discussion with
1407         Bruno Haible on bug-gnulib.
1408         (Limitations of Usual Tools): Warn about sed stripping
1409         leading white space from text.  From Bruno Haible.
1411 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
1413         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
1414         compiler complains about it, even if things works after the
1415         complaint.  Problem reported by Peter O'Gorman.
1417         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
1418         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
1419         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
1421 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
1423         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
1424         after -R regardless of host.  Patrick Welche reports that this
1425         fixes things on NetBSD 3.99.
1427         * NEWS: Recommend M4 1.4.5.
1428         * README: Likewise.
1429         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1430         * tests/tools.at (autom4te cache): Update wording of diagnostic
1431         to match M4 1.4.5.
1433 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1435         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
1436         under AC_C_VOLATILE.
1437         (Volatile Objects): Be a little less skeptical about what
1438         "volatile" means.  Derived from thoughts by Ben Pfaff in
1439         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
1441 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1443         * doc/autoconf.texi: Fix some typos.
1445 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1447         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1448         more globally, since the 2006-06-30 patch didn't suffice.  Problem
1449         reported by Keith Marshall.  Also, don't bother with builddir2,
1450         since it shouldn't be needed any more.
1452 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
1454         * doc/autoconf.texi (Generic compiler characteristics):
1455         Document AC_COMPUTE_INT.  Fix wrong statements on Default
1456         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
1458         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
1459         (_AC_COMPUTE_INT): Add obsoletion warnings.
1460         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
1461         AC_COMPUTE_INT.
1463         * NEWS: Document change.
1465 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
1467         * doc/autoconf.texi (Volatile Objects): New section.
1469         * NEWS: Document previous change.
1471 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1473         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
1474         Require that long long int be at least 64 bits wide.  C99 requires
1475         this and enough programs depend on it so we should check for it.
1476         Bruno Haible reports in
1477         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
1478         that long long int is 32 bits wide with some nonstandard compilers.
1479         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
1481 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
1483         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1484         to a nonexistent file, so that we don't have to worry about
1485         a local site configuration that doesn't use /usr/local.
1486         Problem reported by Keith Marshall in
1487         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
1489 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1491         * doc/autoconf.texi: Be more consistent about using @acronym with
1492         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
1493         quite right (it talked about "OSF/Tru64", even though the
1494         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
1495         and it even mentioned "OSF 4"!) and at this point there's little
1496         reason to talk about OSF any more, since it died in 1994.
1497         (Specific Compiler Characteristics): Simplify example of
1498         negative-size array.
1499         (File Descriptors): Reorder to make the text flow better.
1500         Remove joke about "appreciate the various levels"; I didn't get it.
1501         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
1502         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
1503         (File Descriptors, Limitations of Usual Tools):
1504         Tone down the advice against renaming or removing open files.
1505         (Limitations of Usual Tools): Add a new section, on 'rm'.
1507 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
1509         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
1510         -lXt in LIBS, idea from Karsten Hopp; this was due since
1511         this change:
1513         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1514         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
1515         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
1516         (which belong to Xt, not X itself).  See Debian bug 327655.
1518 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1520         * configure.ac (AC_INIT): Bump to 2.60a.
1521         * NEWS: Update.
1523 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1525         Version 2.60.
1527         * configure.ac, NEWS: Update.
1529 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1531         * config/texinfo.tex: Sync from upstream.
1533         * bin/autom4te.in (handle_traces): Transform the `@S|@'
1534         quadrigraph correctly in traces.
1536         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
1537         Fix typos.
1539         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
1540         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
1541         not defined.
1542         * doc/autoconf.texi (Changed Directory Variables): New node,
1543         to document the whole `datarootdir' business a bit better.
1544         * NEWS: Update.
1545         * tests/torture.at (datarootdir workaround): Extend test.
1546         Prompted by report by Alexandre Julliard.
1548 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1550         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
1551         when using default mode of IBM C 6 for AIX.  Problem and two-line
1552         fix reported by Larry Jones.
1554 2006-06-22  Alexandre Julliard <julliard@winehq.org>
1556         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
1557         about literal '${datarootdir}' if a definition is found in the
1558         output file.
1560 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1562         * NEWS: Use "M4" rather than "m4" when appropriate.
1563         Problem reported by Eric Blake.
1564         * doc/autoconf.texi: Likewise.
1565         Use @acronym around BSD, GCC, and GNU when appropriate.
1566         (Why GNU M4): Renamed from "Why GNU m4".
1567         (Redefined M4 Macros): Mention that Posix
1568         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
1569         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
1570         to int.
1572 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1574         * bin/autom4te.in (handle_output): Do not forbid the empty
1575         pattern.
1576         * tests/tools.at (autoconf: the empty token): New test.
1578 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
1580         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
1581         calls, so that we do not care whether they are LIFO or FIFO;
1582         in the m4_wrap, do not check which diversion is the topmost
1583         one, just check that the stack is balanced at the end.
1584         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
1585         base diversion forever--pop the previous diversion before
1586         opening the new one; consequently, remove the m4_wrap call.
1587         * lib/autotest/general.m4 (AT_INIT): Likewise.
1588         * tests/m4sugar.at: Do not use
1589         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
1591 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
1592         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1594         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
1595         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
1596         Rework example of m4wrap token-pasting trouble so that it doesn't
1597         care whether it's LIFO or FIFO.
1598         Fix some "contrary to"s that are awkward in English.
1600 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1602         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
1603         to `yes' instead of `int$1_t' if the type is found, for more
1604         consistent configure output (where $1 is the number of bits).
1605         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
1606         Suggested by Bruno Haible.
1608         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
1609         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
1610         with system headers.  Report by Bruno Haible.
1612 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1614         * config/config.guess, config/config.sub: Sync from upstream.
1616         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
1617         in order to avoid picking up an older installed frozen m4sh.m4f.
1618         Besides an outdated shell startup, this could have been created
1619         by an earlier M4 version with incompatible frozen file format.
1621 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
1623         * README: Recommend m4 1.4.4 instead of 1.4.3..
1624         * doc/autoconf.texi: Likewise.
1625         (Special Chars in Names): Say that $(.FOO) is portable, as
1626         suggested by Stepan Kasal.
1627         (Installation Directory Variables, Build Directories):
1628         (Automatic Remaking, Subdirectories, Fortran Compiler):
1629         (Making testsuite Scripts, Defining Directories):
1630         Quote variable usages better.
1631         (Making testsuite Scripts): Add clean-local rule to makefile
1632         snippet, by Eric Blake.
1633         (Installation Directory Variables): Fix table item font.
1634         Reword slightly to clarify.  Generalize advice about
1635         not using special characters to include all file-related
1636         vars, not just VPATH.
1637         (Special Chars in Variables): Warn about special characters in
1638         $(srcdir) too.
1639         (Assignments): Clarify default-value example as suggested by
1640         Ralf Wildenhues in
1641         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
1642         (Special Shell Variables): Note leading ./ or ../, as suggested
1643         by Eric Blake.
1644         (Limitations of Builtins): Under cd, warn about CDPATH.
1645         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
1646         Ralf Wildenhues.
1648 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1650         * doc/autoconf.texi (Configuration Actions): Remove duplicate
1651         `@var', for texi2html.
1652         (Systemology): Some more word wrapping, for DVI output.
1653         (autom4te Invocation): The short option for `--melt' is `-M',
1654         not `-m'.
1656 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1658         * doc/autoconf.texi: More formatting and English tweaks,
1659         many suggested by Ralf Wildenhues.
1660         Reword to avoid "@code{...}'s" and the like, since it's ugly
1661         with Emacs info mode.  discontents -> woes.
1662         Put a few "will"s back.  time stamp -> timestamp.
1663         side-effect -> side effect.
1665 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
1667         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
1668         Warn about $@ not persisting.  Problem reported by Julien Danjou in
1669         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
1670         (Special Chars in Names): Renamed from Leading _ in Macro Names.
1671         Mention other special chars, too.
1673 2006-06-14  Eric Blake  <ebb9@byu.net>
1675         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
1677 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
1679         * doc/autoconf.texi: Some systematic minor improvements, as
1680         follows.  Use "makefile" when talking about makefiles
1681         generally (which might be named "makefile" or "Makefile" or even
1682         "foo.mk"), "Makefile" when talking about a specific makefile
1683         called "Makefile".  This unclutters the text from weird quotes
1684         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
1685         values" rather than "@var{foo}s" and similar constructs containing
1686         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
1687         English-language improvements.  Change the prefix "sub-" to "sub"
1688         and "re-" to "re".
1689         Put blank lines around examples more consistently.
1690         Avoid "rather" and "very" as intensifiers.
1691         Avoid "will" as an auxiliary.
1692         (Limitations of Make): Split this node into....
1693         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
1694         (Leading _ in Macro Names, Backslash-Newline-Newline):
1695         (Backslash-Newline Comments, Long Lines in Makefiles):
1696         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
1697         (obj/ and Make, make -k Status, VPATH and Make):
1698         (VPATH and Double-colon, $< in Explicit Rules):
1699         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
1700         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
1701         New nodes, resulting from splitup of Limitations of Make.
1702         All cross-references changed.  Raise the top node from
1703         a section to a chapter, and all subnodes accordingly.
1704         Redo the introductory wording to match the new organization.
1705         (Installation Directory Variables): Use an example that is
1706         closer to what Autoconf actually does.  Mention that VPATH's
1707         value should not contain metacharacters or white space.
1708         (Fortran Compiler): Fix a VPATH bug in an example.
1709         (Leading _ in Macro Names): Mention that this problem is no longer
1710         of practical concern.
1711         (VPATH and Make): Reword the advice to make it clearer
1712         that Autoconf and Automake support VPATH in non-GNU make, but
1713         many packages have bugs in this area.
1714         ($< in Explicit Rules): Refer to Build Directories rather
1715         than using a (non-VPATH-safe) example.
1716         (Automatic Rule Rewriting): Mention the sort of disaster that
1717         can ensue with Solaris-style rule rewriting with VPATH.
1719 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1721         * doc/install.texi (Compilers and Options): Weaken the
1722         suggestion to use GNU make for VPATH builds.
1724         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
1725         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
1727         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
1728         in regular expression.
1730 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1732         * doc/autoconf.texi (Installation Directory Variables):
1733         Drop extra @samp from `@table @samp' item.
1734         (Limitations of Usual Tools): Comment fix.
1735         Do not nest @samp just to point to other table items.
1736         (Writing testsuite.at) <AT_CHECK>: The second argument to
1737         `@dvar' is already @samp'ed.
1738         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
1739         do not use @var in the second argument.
1741 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
1743         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
1744         $as_shell.exe too.  Problem reported by Andreas Buening in
1745         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
1747 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1749         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
1750         `unused variable' compiler warning, for `-Wall -Werror'.
1751         Reported by Jaap Haitsma in
1752         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
1754 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1756         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
1757         case the compiler dumps core.  Problem reported for
1758         OpenServer 5.0.7 by Tim Rice in
1759         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
1760         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
1761         Likewise.
1763 2006-06-06  Tim Rice <tim@multitalents.net>.
1765         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
1766         "ERROR" only shows up in "make check" output if there is an
1767         error.
1769 2006-06-06  Eric Blake  <ebb9@byu.net>
1771         * tests/tools.at (automatically allowed tokens): Fix typo.
1773 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1775         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
1777         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
1778         typically overflows on x86 CPUs, even though the C standard
1779         requires otherwise.
1781 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1783         * configure.ac (AC_INIT): Bump to 2.59e.
1784         * NEWS: Update.
1786 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1788         Version 2.59d.
1790         * config/texinfo.tex: Sync from upstream.
1792         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
1793         seen, invoke libtoolize with `--ltdl' argument.
1794         * lib/autom4te.in (Autoreconf-preselections): Adjust.
1795         * NEWS: Update.
1796         Suggested by Eric Blake.
1798 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1800         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
1801         reported by Ralf Wildenhues.
1802         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
1804 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1806         * THANKS: Update.
1808 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1810         * doc/autoconf.texi: Modernize some of the references to Solaris.
1812 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
1814         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
1815         message issued by AC_REQUIRE.
1816         * tests/m4sugar.at: Check m4_require's error message.
1817         * tests/base.at: Check AC_REQUIRE's error message.
1818         * tests/local.at (AT_CHECK_M4): New macro, almost identical
1819         to...
1820         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
1821         AT_CHECK_M4.
1822         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
1823         `expout' as the last parameter.
1824         * tests/tools.at: Adapt to the above change.
1826 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
1828         * doc/autoconf.texi (Limitations of Usual Tools): Correct
1829         information about race-free implementations of mkdir.
1831 2006-06-04  Eric Blake  <ebb9@byu.net>
1833         * bin/autoreconf.in (help): Document M4 environment variable.
1834         * bin/autoconf.as (Usage): Likewise.
1835         * bin/autom4te.in (help): Likewise.
1836         * doc/autoconf.texi (autom4te Invocation): Likewise.
1838 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
1840         * NEWS: GNU make now recommended for VPATH builds.
1841         Mention that some macros are now documented to be obsolescent.
1842         * doc/autoconf.texi:
1843         Prefer "current" to "modern" to describe
1844         currently-used (albeit perhaps old-fashioned) hosts.
1845         Mention which ancient features no longer need to be worried about.
1846         setgid -> set-group-ID
1847         setuid -> set-user-ID (these are the Posix terms)
1848         Fix some misuses of "only".
1849         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
1850         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
1851         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
1852         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
1853         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
1854         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
1855         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
1856         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
1857         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
1858         Mention that these macros are obsolescent.
1859         (Installation Directory Variables): shall -> should
1860         (File Descriptors): Mention that 0, 1, 2 might get reopened.
1861         Mention that it's now safe to use 3 and 4.
1862         (Limitations of Usual Tools): cp -r is now specified by Posix.
1863         Omit longwinded and obsolescent discussion of cp -f.
1864         Modernize discussion of expr, ls.
1865         (Limitations of Make): Modernize discussion of VPATH builds.
1866         Mention $? as a workaround in some cases.
1867         * doc/install.texi (Basic Installation):
1868         Mention "./configure; make; make install" first.  Be more
1869         specific about why this file is generic.  Remove unnecessary
1870         parens.  Remove misleading "only".  Remove obsolete advice
1871         about csh.  Don't say "configure" takes awhile; say it
1872         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
1873         and CC=c99 rather than CC=c89, as these are blessed by current
1874         Posix.  Recommend GNU make if doing a VPATH build.
1876 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
1878         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
1879         examples involving shell prompts.
1881 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
1882         and Paul Eggert  <eggert@cs.ucla.edu>
1884         * doc/autoconf.texi (Here-Documents): Add details about the
1885         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
1886         use "here-documents" instead of "here documents".
1888 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1890         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
1892 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
1894         * doc/autoconf.texi (File System Conventions): Warn about ":"
1895         anywhere in directory names.
1897 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
1899         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
1900         about quoting the case statement, just in case.
1901         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
1902         was fixed in ksh93g; reported by Ralf Wildenhues.
1904 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
1906         * doc/autoconf.texi (System Services): Do not document
1907         overriding EXEEXT via ac_cv_exeext=ext.
1908         (Particular Programs) <AC_PROG_MKDIR_P>:
1909         Document that ${MKDIR_P} understands --.
1910         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
1911         comment.
1913 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1915         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
1916         argument with leading hyphen.  Problem reported by Paul Eggert.
1918 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
1920         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
1921         about quoting ac_try: quote all of it, if any of it seems suspicious.
1922         This means we don't have to worry about ${ or sed any more.
1923         Also, double-quote the case statement, to work around misuses via
1924         underquoting as reported by Ralf Wildenhues in
1925         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
1926         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
1927         undocumented and dangerous macro.
1928         Problem reported by Ralf Wildenhues in
1929         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
1931 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1933         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
1934         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
1935         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
1937 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
1939         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
1940         since evidently some packages rely on the old, broken behavior.
1941         Problem reported by Ralf Wildenhues in
1942         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
1943         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
1944         pre-2006-05-26 definitions, but leave in the comments that
1945         these macros are dangerous and should not be used.
1946         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
1947         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
1948         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
1949         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
1950         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
1952 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
1954         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
1955         the use of 'tr', since this is our only use of 'tr'.
1957 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1958         and Paul Eggert  <eggert@cs.ucla.edu>
1960         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
1961         Don't assume 'grep' works on long lines, since AIX grep doesn't.
1963 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1965         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
1966         the output file in the `${datarootdir}' test.
1968 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
1969         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1971         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
1972         mention of `datarootdir' in the input file(s), but literal
1973         `${datarootdir}' in the output file, and we haven't warned yet,
1974         then warn as well: the user may have (erroneously) used
1975         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
1976         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
1977         * tests/torture.at (datarootdir workaround): Extend this test.
1978         * NEWS: Update.
1980 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1981         and Paul Eggert  <eggert@cs.ucla.edu>
1983         * doc/autoconf.texi (autoheader Invocation): The first argument to
1984         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
1985         alternatives and clear up the language a bit.
1987 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1989         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
1990         ac_config_guess, ac_config_sub, ac_configure.
1991         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
1992         Fix typo that prevented an unnecessary space from being removed.
1993         Problems reported by Ralf Wildenhues in:
1994         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
1996 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
1998         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
1999         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
2000         Don't use the term "thread-safe" to talk about mkdir race
2001         conditions, since the problem is more a process than a thread
2002         issue.  Problem reported by Stepan Kasal in:
2003         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
2004         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
2005         the test for 'install' more closely.  Look at MKDIR_P first.
2006         Look in the PATH, and at /opt/sfw/bin.
2007         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
2008         Don't bother to try mkdir -p, since we already check mkdir --version;
2009         just look at the version number.  (There's no easy way to check
2010         for race-free implementations.)
2011         * tests/tools.at (autoconf: subdirectories): Adjust to above
2012         changes, since MKDIR_P now might end in "/mkdir -p".
2014         * doc/autoconf.texi (autoheader Invocation): Mention that the
2015         first arg of AC_DEFINE_UNQUOTED must be a literal.
2016         Problem reported by Ben Pfaff in
2017         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
2019         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
2020         * doc/autoconf.texi (Special Chars in Variables): New section.
2021         (Preset Output Variables): Warn about special chars in CPPFLAGS.
2022         (Installation Directory Variables): Quote $(datadir) better.
2023         (Limitations of Builtins): Describe some of eval's trickiness.
2025         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
2026         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
2027         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
2028         in front of every arg, not just trailing args.  Quote apostrophes.
2029         (_AC_EVAL_ECHO): New macro.
2030         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
2031         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
2032         removed.
2033         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
2034         exposed by quoting of eval argument.  Put the command on line line
2035         so it logs better.
2036         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
2037         (_AC_PATH_X, AC_PATH_X): Quote more safely.
2038         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
2039         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
2040         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
2041         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
2042         Use eval more safely.
2043         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
2044         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
2045         to be replaced.
2046         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
2047         lines, exposed by quoting of eval argument.
2049 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
2050         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2052         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
2053         initialization of `ac_cv_exeext', do not override it if it was
2054         already set, unless it was set to `no', for compatibility with
2055         Autoconf-2.13, and comment this.
2056         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
2057         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
2058         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
2059         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
2060         Document that this test may be overridden by setting
2061         `ac_cv_exeext'.
2063 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2065         Revert these two patches:
2067         2006-04-06  Eric Blake  <ebb9@byu.net>
2068         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
2069         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
2070         2006-04-01.
2072         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2073         Clean up _AC_COMPILER_EXEEXT* macros.
2074         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
2075           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
2076           ac_file to the name of the default output file and call
2077           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
2078           initial `rm' of the candidate files...
2079         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
2080           the same list in subsequent `rm' calls, and for the temporary
2081           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
2082           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
2083         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
2084         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
2085           no longer needed) by libtool.  Make it a cache check.
2086         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
2087           copied here by mistake.
2088         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
2089           _AC_COMPILER_EXEEXT.
2090         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
2091           _AC_COMPILER_OBJEXT directly.
2092         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2094 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2096         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
2097         Fix description of how the buggy `sed' works.
2099 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
2101         Sync from Automake:
2103         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
2104         ENOLCK.  Only mention `make -j' when applicable.  Only raise
2105         fatal errors when `make -j' is involved.  Improve error message.
2107 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2109         * doc/autoconf.texi (Here-Documents): We now know more about
2110         the variable expansion in here documents bug.
2111         Thanks to Tim Rice and Stepan Kasal.
2113         * doc/autoconf.texi (Making testsuite Scripts): Add an example
2114         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
2116 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2118         * tests/autotest.at (Multiline command from M4 expansion):
2119         No failure to be expected if the shell quotes newlines in
2120         commands in the `set -x' output.  Report by Tim Rice.
2121         * THANKS: Update.
2123 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2125         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
2126         expansion in the here-documents used by config.status, as that
2127         runs afoul of the Korn shell version M-12/28/93d bug described in
2128         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
2129         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
2130         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
2132 2006-05-23  Jim Meyering  <jim@meyering.net>
2134         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
2135         Fix typo introduced with 2006-04-02 change.  It reversed the sense
2136         of the test.
2138 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2140         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
2141         ac_dB slightly, to save bytes in the script.
2142         Max out at 50 lines, rather than 96; this is more likely
2143         (though not guaranteed) to avoid obscure 'sed' failures.
2145 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2147         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
2148         `tr -d -' as bad option argument.  Work around this by deleting
2149         an unrelated character.
2150         Report by Tim Rice <tim@multitalents.net>.
2152 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
2153             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2154             Stepan Kasal  <kasal@ucw.cz>
2156         * doc/autoconf.texi (Particular Programs): Do not promise that
2157         we always prefer the GNU version of the program, and that we
2158         search according to PATH; both rules can have exceptions.
2159         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
2160         AC_PROG_SED.  Move descriptions of limitations
2161         to the Limitations of Usual Tools section.
2162         (Limitations of Usual Tools) <sed>: Mention script length
2163         limitations with Solaris /usr/ucb/sed.
2164         <grep>: Fix wording for empty alternative.  Mention that -c and
2165         -l should not be combined, and that -E and -F should not be
2166         combined.
2168 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2169         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2171         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
2172         limits in Solaris 8 /usr/ucb/sed by testing a long script.
2174 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2176         * doc/autoconf.texi (Defining Symbols): Literal parameter of
2177         AC_DEFINE is now passed to m4_pattern_allow.
2178         * NEWS: Mention that; likewise for AC_SUBST.
2179         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
2180         the parameter to m4_pattern_allow.
2181         * tests/tools.at: Add a check for that.
2183 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2185         * lib/autoconf/status.m4: Fix typos.
2187 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2189         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
2190         only the files that this macro generates.
2192 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2194         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
2195         the HP-UX sed limitation of 99 commands, labels do not count.
2196         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
2197         in the comment.
2198         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
2200 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2202         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
2203         Import the following fix from coreutils:
2205         2006-01-13  Jim Meyering  <jim@meyering.net>
2207         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
2208         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
2209         not double-quote uses of that variable, to accommodate the rare
2210         case in which getmntent is available in none of the libraries
2211         checked.  This happens at least on FreeBSD 5.0.
2213 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
2215         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
2216         ac_config_guess, ac_config_sub, and ac_configure, since evidently
2217         some other programs unwisely rely on these undocumented vars.
2218         But put in warning comments about them.
2219         Problem reported by Ralf Wildenhues in
2220         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
2221         * NEWS: Document that these variables are intended to go away.
2223 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2225         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
2226         and set the language to C++ (analogous to the equivalent Fortran
2227         tests).
2229         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
2230         * doc/autoconf.texi (C++ Compiler): Document it.
2231         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
2232         * NEWS: Update.
2234 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
2236         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
2237         that caused config.status to generate 100-command sed scripts; the
2238         portable limit is 99.
2240 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2242         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
2243         variable `ac_d' instead of `d' to avoid infringing namespace.
2244         Report by Ralf Menzel.
2246 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
2248         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
2249         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
2250         * tests/tools.at (autoconf: subdirectories): New test, taken from
2251         the corresponding problem report by Ralf Wildenhues in:
2252         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
2254         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
2255         Quote some uses of shell variables if they might suffer unexpected
2256         globbing.  This doesn't fix all instances of quoting problems that
2257         I found, just the easy ones that look safe.
2258         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
2259         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
2260         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
2261         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
2262         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
2263         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
2264         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
2265         Likewise.
2266         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
2267         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
2269 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2271         * bin/autoreconf.in ($help): Reword according to the manual.
2272         Suggested by Olly Betts.
2274 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
2275         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2277         * bin/autoreconf.in: Pass the directory argument to
2278         `require_configure_ac'.  Fix comment.
2279         * tests/torture.at (Configuring subdirectories): Expose this.
2280         Reported by Olly Betts.
2282 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2284         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
2285         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
2286         Automake as follows:
2288         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
2289         `$configure_in' instead of `configure.in', to preserve
2290         directory component.
2292 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2294         * config/config.guess, config/config.sub, config/texinfo.tex,
2295         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
2297 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
2299         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
2300         test for C99 conformance; (bool) 0.5 is an integer constant
2301         expression, but (bool) -0.5 is not.  Problem reported by Fedor
2302         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
2304 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2306         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
2307         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
2308         Warn about obsolete install-sh files.  Remove stray sentence
2309         fragment and fix cross reference.
2310         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
2311         install -d; this undoes the 2006-05-10 change.
2312         (MKDIR_P): Mark with AN_MAKEVAR.
2313         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
2314         that we don't require $INSTALL to be thread-safe.  Move comments
2315         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
2316         of AC_PROG_INSTALL.  Output a message saying that we're checking
2317         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
2318         MKDIR_P instead of AC_SUBST.
2319         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
2320         Special magic for MKDIR_P, too.
2321         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
2322         a dnl.
2323         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
2325 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
2327         Sync from Automake, as follows:
2329         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2330         * config/install-sh: Initialize IFS, so field splitting isn't
2331         turned off later.
2332         * config/mkinstalldirs: Likewise.
2333         * config/missing: Remove superfluous quotes.  Replace all uses of
2334         `[' by `test', for consistency, and for..
2335         * config/missing (sed_minuso, sed_output): New variables.
2336         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
2337         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
2338         Fixes `missing' to detect `--output' for help2man.  Fixes
2339         PR automake/483.  Report by Dennis J. Linse.
2340         (autom4te): Document in `missing --help'.
2342 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2344         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
2345         * config/install-sh: Don't use 'path' to talk about file names,
2346         as per GNU coding standards.  Close a race condition reported by Ralf
2347         Wildenhues and Stepan Kasal.  There is still a race condition
2348         on hosts that predate Posix 1003.1-1992, but we can't help this.
2349         Don't mishandle weird characters like space on pre-Posix hosts.
2350         Invoke mkdir at most once per dir arg on pre-Posix hosts.
2351         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
2352         AC_PROG_MKDIR_P from AS_MKDIR_P.
2353         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
2354         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
2355         earlier editions are not (including Automake 1.8.3).
2356         Do not suggest mkinstalldirs for thread-safety.
2357         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
2358         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
2359         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
2360         presence of special characters and race conditions.
2361         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
2362         in Autoconf's name space.
2364 2006-05-10  Bruno Haible  <bruno@clisp.org>
2365         and Paul Eggert  <eggert@cs.ucla.edu>
2367         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
2368         from Automake with minor changes.
2369         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
2371 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2373         * config/install-sh: Update to Automake CVS version, as follows:
2374         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2375         * lib/install-sh: Simplify the expr implementation of dirname.
2376         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
2377         * lib/install-sh: Handle --, and diagnose unknown options.
2379 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2381         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
2382         `./autom4te' to create `./testsuite', since the `all' target
2383         will ensure its presence, but `installcheck' should not create
2384         the uninstalled wrappers.
2386         * tests/torture.at (Unusual Automake input files): Skip if we
2387         detect automake < 1.8.
2389 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2391         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
2392         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
2393         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
2394         * NEWS: Update.
2396 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2398         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
2399         munge (multiple) white space and other oddities.
2400         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
2401         single quotes in variable assignment.
2402         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
2403         and similar failures by adding multiple spaces, tabs, and other
2404         special characters.
2405         Report and different test suggested by Francesco Romani
2406         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
2408         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
2409         single quotes, we only need to search for single quotes; this
2410         both simplifies the search pattern, and makes us less
2411         susceptible to `echo' variations for arguments not containing
2412         single quotes.
2413         (_AC_ARG_VAR_VALIDATE): Likewise.
2415 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2417         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
2418         `$*' and IFS concatenation issue with traditional shells and
2419         bash-2.04.  Report by Seanster@Seanster.com.
2421 2006-05-03  Bruno Haible  <bruno@clisp.org>
2423         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
2424         precisely which Mac OS X versions have the od problem.
2426 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2428         * doc/autoconf.texi: Use @option systematically.
2430 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2431         and Bruno Haible  <bruno@clisp.org>
2433         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
2434         about 'od'.
2435         (Integer Overflow): Mention the special case of integer division
2436         overflow.
2438 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2440         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
2441         traditional shells like the Solaris one that do not use the
2442         first IFS character for assembling `$*'.
2443         Prompted by a related report from autoconf_bug@nro.ca.
2445 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
2446         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2448         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
2449         Mention more problems with the -e option.
2451 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2453         * NEWS: Typo.
2454         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
2456         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
2457         in URLs to improve DVI formatted output (requires texinfo 4.6).
2458         (System Services, Systemology, Shellology): Likewise.
2459         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
2460         output.
2462         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
2463         continuous text.
2464         (Runtime): Fix macro argument names to match description:
2465         `action-if-found' -> `action-if-true' and similarly.
2466         (Obsolete Macros): Likewise.
2467         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
2468         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
2469         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
2471 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2473         * doc/autoconf.texi (Limitations of Make): Clean up markup.
2475         * ChangeLog: Typo.
2476         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
2477         DVI output.
2479 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2481         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
2482         /bin/sh set unsorted output.
2483         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
2484         * tests/local.at: Likewise.
2486 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
2488         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
2489         (Integer Overflow, Null Pointers, Buffer Overruns):
2490         (Floating Point Portability, Exiting Portably): New sections.
2491         (Writing Test Programs): Fix some langauge.  Recommend exiting
2492         with status 1, not merely nonzero.  Clarify exit declaration.
2493         (Run Time): Move C exit status stuff to new Exiting Portably section.
2494         (Systemology): Mention Posix and levenez.  Update v7 reference.
2495         (Portable Shell): Mention the Posix shell.
2497 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2499         * bin/autoconf.as (me): Replace by as_me.
2501 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
2503         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
2504         since as_me isn't set yet.
2506 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2508         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
2509         a few minor bugs in this area.
2511         * doc/autoconf.texi (Programming in M4sh): Comment out the
2512         documentation of AS_BASENAME, for now.
2513         (Shell Substitutions): Do not use AS_DIRNAME in an example.
2514         (Limitations of Builtins) <basename>: Do not refer to
2515         AS_BASENAME.
2516         * bin/autoconf.as (me): Don't use AS_BASENAME.
2517         (dir): Remove the unused variable.
2518         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
2519         AS_DETECT_REQUIRED.  All uses changed.
2520         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
2521         All uses changed.
2522         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
2523         (AS_BASENAME): Use "basename --" to protect against leading "-".
2524         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
2525         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
2526         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
2527         (_AS_DIRNAME_PREPARE): Likewise.
2528         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
2529         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
2530         (AS_DIRNAME): Use "dirname --".
2532 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2534         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
2535         of "run time" and "run-time" changed to "runtime", for consistency.
2536         * lib/autoconf/fortran.m4: Likewise (in comment).
2537         * lib/autoconf/functions.m4: Likewise.
2538         * lib/autoconf/general.m4: Likewise.
2539         * lib/autoconf/headers.m4: Likewise.
2541         * doc/autoconf.texi (Run Time): Document the exit status situation
2542         with more accuracy and detail.
2544 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2546         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
2547         Archive is not officially `GNU' any more.  Update URL.
2548         (Defining Directories): Likewise
2549         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
2551 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2553         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
2554         newline from the `trap' code to finish `config.log'; the NetBSD
2555         /bin/sh resets the exit status after an empty command, as
2556         documented in doc/autoconf.texi.
2557         Reported by Dalibor Topic <robilad@kaffe.org>.
2559 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
2561         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
2562         Suggested by Bruno Haible.
2564 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
2566         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
2567         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
2568         Instead, just list the shells that we know work.
2569         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
2570         changed.  Be more cautious about the _cv_ variable.
2571         * tests/tools.at (Syntax of the shell scripts): Check the
2572         _cv_ variable once, at first, to avoid an internal autoconf error
2573         when sh -n does not work.
2575 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2577         * lib/Autom4te/FileUtils.pm: Sync from Automake.
2579 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
2581         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
2582         use ">&-" since we're only 99.999% sure that this is portable,
2583         and since the MinGW bug is fixed in a different way.
2584         * lib/autotest/general.m4 (AT_INIT): Likewise.
2586 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
2588         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
2589         before opening config.log, to avoid hitting a bug on MinGW.
2591 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
2593         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
2594         AS_MESSAGE_LOG_FD before reopening it onto the log file.
2595         This works around a MinGW bug reported by Eric Paire.
2596         Make sure that all writes to the log file append to it,
2597         rather than possibly losing data.
2598         * lib/autotest/general.m4 (AT_INIT): Likewise.
2600 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
2602         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
2603         description.
2605 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2607         * NEWS: Update.
2609         * configure.ac (AC_INIT): Bump to 2.59d.
2611 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2613         Version 2.59c.
2615         * Makefile.maint (news-date-check): Do not require a leading `*'
2616         before the release date in NEWS.
2618 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
2619         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2621         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
2622         the instantiated file do not contain the string 'datarootdir'
2623         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
2624         @mandir@, replace the reference '${datarootdir}' by the value.
2625         * tests/torture.at (datarootdir workaround): New test.
2626         * NEWS: Advertise this temporary fixup.
2627         Based on a patch by Bruno Haible, reported and analyzed by
2628         Paul Eggert and Noah Misch.
2630 2006-04-12  Eric Blake  <ebb9@byu.net>
2632         * tests/autotest.at (Debugging a failed test): Fix comment.
2634 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
2636         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
2637         all the changes since 2006-04-07.
2639 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2641         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
2642         succeeded, but `ln -s file dir' failed, take care to remove the
2643         leftover target before the next test, to prevent its spurious
2644         failure; also make sure `ln file dir' works before selecting it.
2645         Thanks to Keith Marshall for pointing this out.
2646         * THANKS: Update.
2648         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
2649         assignments in `at_debug_args', so that we put them correctly
2650         in the `run' script.
2651         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
2652         Reported by Eric Blake.
2654 2006-04-11  Eric Blake  <ebb9@byu.net>
2656         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
2657         top-level tests after micro-suite has been run.   Used in...
2658         (Debugging a successful test, Debugging script and environment),
2659         (Debugging a failed test): ...these new tests.  The first of these
2660         is fixed by...
2661         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
2662         macro, split out from...
2663         (AT_INIT): ...here, so that using -d also generates a run script.
2664         Document that -d inhibits top-level logging.
2665         * doc/autoconf.texi (testsuite Invocation): Document that -d only
2666         inhibits top-level logging; debug scripts are created.
2668         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
2669         check.
2670         * tests/autotest.at (Empty test, Empty check): New test to check it.
2672         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
2673         from gcc.
2675 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
2677         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
2678         the files if a problem appears.  Make the empty *.at files
2679         read-only, too.  Proposed by Ralf Wildenhues.
2681 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2683         * config/Makefile.am: Add comment to force updated Makefile.in.
2685         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
2686         space only patch to this file, this patch causes the Makefile.in
2687         files that include freeze.mk to be updated, and thus have a
2688         newer time stamp again, which in turn makes a pristine CVS
2689         checkout have correct time stamps.
2691         * Makefile.maint (cvs-sv): New macro, to be used..
2692         (config.guess-url_prefix, config.sub-url_prefix)
2693         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
2694         point to CVS text checkout of Gnulib files.
2695         (copyright-check): Bump current year.
2696         (announcement): Do not hard-wire `./announce-gen'.
2697         (cvs-update): Propagate failures of `cvs' and `move-if-change'
2698         correctly.
2699         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
2700         `chmod +x'.
2701         (wget_files): Update config.guess, config.sub, texinfo.tex by
2702         `wget-update', now that their URLs work again.
2704 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2706         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
2707         Problem noted by Paul D. Smith.
2709 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2711         * doc/autoconf.texi: Remove unused words from word list.
2712         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
2713         .x-sc_trailing_space: New files.
2715         * doc/standards.texi: Sync from gnulib.
2717         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
2718         `LIBOBJDIR' as experimental.
2720         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
2721         with a target directory; it's internally implemented as `cp'
2722         anyway, but since Autoconf advertises the possibility to use
2723         a target directory when LN_S is `ln -s', we need to find out.
2724         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
2725         analyzed by Keith Marshall <keith.marshall@total.com>.
2727         * THANKS: Update.
2729 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2731         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
2732         confdefs.h as-is.  In general, if it has backslash-newline or the
2733         like, then it doesn't work either to sort or to remove empty
2734         lines.
2736 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
2738         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
2740 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
2742         * lib/autom4te.in (Automake-preselections): Preselect
2743         _AM_SUBST_NOTMAKE.
2745 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
2747         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
2748         apostrophe within a single-quoted string, as this is the usual
2749         tradition and is easier to read than '"'"'.  Don't rely on the
2750         shell treating "$/" like '$/'.  Use a more-consistent indenting
2751         style for the trap.
2753 2006-04-09  Eric Blake  <ebb9@byu.net>
2755         * tests/autotest.at (Backquote command substitution),
2756         (Multiline backquote command substitution): Remove mistaken
2757         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
2758         applied...
2759         (Parenthetical command substitution, Multiline parenthetical
2760         command substitution): here.
2762 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
2764         Import macros from gnulib (often changing their name).
2766         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
2767         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
2768         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
2769         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
2770         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
2771         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
2772         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
2773         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
2774         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
2775         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
2776         The manual mentions Gnulib more prominently.
2777         * doc/autoconf.texi (Gnulib): New node.
2778         (Pointers): Add Gnulib URL.
2779         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
2780         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
2781         Gnulib section.
2782         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
2783         suggest a #define rather than a typedef for _Bool, and mention
2784         Gnulib rather than trying to substitute stdbool code.
2785         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
2786         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
2787         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
2788         AC_STRUCT_DIRENT_D_TYPE.
2789         (Particular Types): Mention stdint.h and inttypes.h as standard
2790         headers too.
2791         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
2792         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
2793         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
2794         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
2795         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
2796         (C Compiler): Move AC_C_LONG_DOUBLE to ...
2797         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
2798         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
2799         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
2800         (Coding Style).  Don't mention m4_expand_once.
2801         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
2802         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
2803         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
2804         (AC_CHECK_FUNCS): Use it.
2805         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
2806         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
2807         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
2808         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
2809         (AC_HEADER_ASSERT): New macro.
2810         (AC_HEADER_STDBOOL): Don't assume "#error" works.
2811         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
2812         Catch a bug in an HP-UX C compiler.
2813         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
2814         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
2815         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
2816         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
2817         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
2818         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
2819         New macros.
2821         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
2822         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
2824 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
2826         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
2827         of the warning introduced by the 2001-08-28 change.
2829 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
2830             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2832         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
2833         variables shall be overriden by the cache.
2834         * tests/torture.at (AC_ARG_VAR): Test also with a first value
2835         that contains braces.
2837 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
2839         Revert the patch from 2006-04-01 and only improve
2840         _AS_DETECT_BETTER_SHELL:
2842         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
2843         skip nonexistent directories.
2844         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
2845         only shell candidates which exist.
2846         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
2847         * lib/autotest/general.m4 (AT_INIT): No need to give three
2848         parameters to _AS_PATH_WALK.
2850 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
2851             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2853         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
2854         distinguish m4sugar macros.
2855         * tests/tools.at (autoupdating with aclocal and m4_include):
2856         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
2857         test case by Noah Misch <noah@cs.caltech.edu>.
2859 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
2861         Revert my change from 2006-03-17, in other words:
2862         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
2863           and DUALCASE=1.
2864         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
2865         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
2866           it is set.
2868 2006-04-07  Eric Blake  <ebb9@byu.net>
2870         * doc/autoconf.texi (Programming in M4sh): Document that
2871         AS_MKDIR_P exits the script on failure.
2872         * lib/autotest/general.m4: Remove redundant AS_ERROR.
2874 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2876         * config/elisp-comp, config/install-sh, config/mdate-sh,
2877         config/missing, config/mkinstalldirs: Sync from Automake.
2879         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
2880         from Automake.
2882         * doc/make-stds.texi: Sync from gnulib.
2884 2006-04-06  Eric Blake  <ebb9@byu.net>
2886         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
2887         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
2888         2006-04-01.
2890 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
2891             Eric Blake  <ebb9@byu.net>,
2892             Paul Eggert  <eggert@cs.ucla.edu>,
2893             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2895         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
2896         whether `set' quotes correctly: redirect stderr of the tested
2897         `set', and use a subshell, for Ultrix; use `sed' instead of
2898         `grep' for zsh `set' which may write binary output; match only
2899         at the beginning of a line, to avoid false positives.
2900         In order to avoid false positives by unrelated variables with
2901         multiline content, put the dump algorithm in a subshell and
2902         unset all variables containing newlines (except some which are
2903         special to the shell).  Warn about cache variables that are
2904         unset.
2906 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2908         * config/config.guess, config/config.sub, config/texinfo.tex:
2909         Sync from upstream.
2911         * tests/mktests.sh: Reword comments.
2913         * tests/mktests.sh: Only skip internal macros starting with
2914         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
2915         Update exclusion lists for the test suite to this end:
2916         (AC_ARG_VAR): Do test this now.
2917         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
2918         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
2919         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
2920         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
2922         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
2923         shell issue with double-quoted command substitutions of native
2924         commands.
2925         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
2926         Marshall.
2928         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
2929         no file matches the glob, discard the warning, set `nullglob'.
2930         (syntax-check): Likewise.
2931         (sc_cast_of_x_alloc_return_value): Likewise.
2932         (sc_cast_of_alloca_return_value, sc_error_exit_success)
2933         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
2934         (m4-check): Likewise.
2935         (sc_system_h_headers): Do not print rule on execution.
2936         (sc_tight_scope): Do not fail for non-existing `src' directory.
2937         (sc_changelog): Skip the Copyright footer.
2938         * lib/autoconf/lang.m4: Remove trailing space.
2940         * lib/autoconf/status.m4: More replacements to
2941         <tab><space> where this makes sense.
2943 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
2945         * tests/Makefile.am (maintainer-check-posix):
2946           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
2948         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
2949           ac_config_<foo>s again, sometimes normalized, sometimes not.
2950         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
2951         (AC_CONFIG_COMMANDS): Do not do so here.
2952         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
2953           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
2954           2005-07-25 rewrite.  Noticed by Noah Misch.
2956         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
2957           _AC_PRESERVE_HELP_ORDER, ...
2958         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
2960         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
2961           inside m4_expand_once; it is redundant.
2963         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
2964           for --help from Cygnus `configure.'
2966 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
2968         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
2969         on a patch proposed by Ralf Wildenhues.
2971 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
2973         * lib/autoconf/status.m4: Replace <space>''<tab> with
2974         <tab><space> where this makes sense.
2976 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
2977             Noah Misch  <noah@cs.caltech.edu>
2979         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
2980         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
2981         * doc/autoconf.texi (Help Formatting): New node.
2982         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
2984 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2986         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
2987         lib/autoconf/specific.m4, lib/autoconf/status.m4,
2988         lib/autoconf/types.m4, lib/autotest/general.m4,
2989         tests/mktests.sh, tests/torture.at: White space cleanup:
2990         remove some SPACE before TAB, or add quoting ('' or @&t@).
2992         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
2994         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
2996 2006-04-05  Eric Blake  <ebb9@byu.net>
2998         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
2999         empty test suite works.
3000         * tests/autotest.at (Empty test suite): Remove xfail.
3002 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
3004         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
3005         TAGS to ac_config_<foo>s.
3006         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
3007         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
3008         normalizing it, consistent it with previous releases.
3009         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
3011 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3013         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
3014         Use simplified args that Eric Blake originally suggested.
3016 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3018         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
3019         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
3020         Use 'comm' rather than N instances of grep; this also fixes a bug
3021         whereby substrings were incorrectly matched, causing us to not
3022         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
3023         (exclude_list): Exclude empty macros.
3024         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
3026         Use awk rather than grep -E or egrep, to avoid
3027         portability problems with regular expressions containing newlines.
3028         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
3029         Switch from grep to awk syntax.
3030         (ac_exclude_script): Renamed from ac_exclude_egrep.
3031         (au_exclude_script): Renamed from au_exclude_egrep.
3033 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
3035         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
3036         a subdirectory subject to Cygnus `configure'.
3037         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
3039         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
3040         report request when we have no AC_PACKAGE_BUGREPORT.
3042 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3044         * THANKS: Update.
3046         * tests/mktests.sh: Update copyright year in the header of the
3047         generated files.
3049         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
3050         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
3051         typedef'ed restricted pointer, to catch a compiler bug on
3052         HP-UX 11.x, and fix warnings so it passes with -Werror.
3053         (_AC_PROG_CC_C99): Likewise.
3054         Reported by Albert Chin <china@thewrittenword.com>.
3055         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
3057 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3059         * bin/autoscan.in (subdirs): New global.
3060         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
3061         (output): Emit AC_CONFIG_SUBDIRS as needed.
3062         * tests/autoscan.at (autoscan): Remove XFAIL.
3064 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3066         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
3068 2006-04-03  Eric Blake  <ebb9@byu.net>
3070         * THANKS: Add myself.
3072 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3074         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
3075         to log, point to testsuite output tree.
3077 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3079         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
3080         * doc/autoconf.texi (Function Portability): Mention that C++
3081         has trouble with 'exit'.
3082         (Guidelines): Test programs shouldn't use 'exit'.
3083         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
3084         Remove; all uses removed.
3085         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
3086         Return from 'main' instead of calling 'exit'.
3087         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
3088         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
3089         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
3090         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
3091         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
3092         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3093         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
3094         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
3095         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
3096         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
3097         * tests/compile.at: Likewise.
3099 2006-04-02  Pavel Roskin  <proski@gnu.org>
3101         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
3103 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3105         Clean up _AC_COMPILER_EXEEXT* macros.
3107         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
3108           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
3109           ac_file to the name of the default output file and call
3110           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
3111           initial `rm' of the candidate files...
3112         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
3113           the same list in subsequent `rm' calls, and for the temporary
3114           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
3115           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
3116         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
3117         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
3118           no longer needed) by libtool.  Make it a cache check.
3119         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
3120           copied here by mistake.
3121         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
3122           _AC_COMPILER_EXEEXT.
3123         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
3124           _AC_COMPILER_OBJEXT directly.
3125         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3127 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3129         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
3130         (AS_DIRNAME): Use it.
3131         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
3133         * tests/*.at: Remove the generated ones.
3135 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3137         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
3139 2006-04-01  Eric Blake  <ebb9@byu.net>
3141         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
3142         directories, unless optional third argument supplied.
3143         (AS_UNAME): Don't optimize PATH walk.
3145         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
3147 2006-04-01  Eric Blake  <ebb9@byu.net>
3148         and Stepan Kasal  <kasal@ucw.cz>
3150         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
3151         and fix some typos.
3153 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
3155         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
3156         Autoconf version number despite a zero- or one-argument AC_INIT.
3158         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
3159         subordinate tools.
3160         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
3161         * doc/autoconf.texi (autoreconf Invocation): Document it.
3163         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
3164         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
3166 2006-04-01  Eric Blake  <ebb9@byu.net>
3168         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
3169         * lib/autotest/general.m4: Be tolerant of existing directory when
3170           rm failed to remove it.
3172 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3174         * bin/autoupdate.in: Redefine m4_location so that warnings print
3175         the correct lines of the input file by subtracting..
3176         (_au__first_line): ..this new definition.
3178         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
3179         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
3180         Remove stray newline in output.
3181         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
3182         AC_DEFUN this for autoconf, including the obsoletion diagnose.
3183         Fixes autoupdating of code where the replacement output contains
3184         m4sugar macros.
3185         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
3186         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
3187          (au_exclude_list): Add AC_LANG_SAVE.
3188         * tests/tools.at: Several new tests for all of this.
3189         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
3190         hairy details.
3191         The AC_LANG_SAVE issue was reported against Libtool by
3192         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
3193         Kristian Kvilekval <kris@cs.ucsb.edu>.
3195 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3197         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
3198           switch all of them on and of when necessary.  Fixes the bug when
3199           m4sugar macros (e.g., m4_define) were expanded after the first
3200           automatic update (e.g., after AC_PREREQ or AC_INIT).
3202 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
3204         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
3205         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
3207         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
3208         correctly.  Problem reported by Eric Blake.
3209         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
3210         Ralf Wildenhues.
3212 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3214         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
3215         Tighten up the basename/dirname wording.
3217 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3219         * Makefile.maint (sc_texi_notab): New check: do not use TABs
3220         in texinfo files outside of verbatim environments.
3221         (syntax-check-rules): Update.
3222         * doc/autoconf.texi (Configuration Headers): Conform to it.
3224 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
3226         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
3227           aclocal cannot be given on the command line.
3229 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3231         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
3232         Give an example for AS_DIRNAME instead of referring to Posix..
3233         (File System Conventions): Put discussion of // versus / here, and
3234         modernize it a bit.
3235         (Limitations of Usual Tools): Add basename.  Remove verbiage
3236         after dirname, since it got moved to the above sections.
3237         All this was inspired by a patch proposed earlier by Eric Blake.
3239 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3241         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
3242         `$0' to protect against spaces.
3243         * lib/autotest/general.m4 (AT_INIT): Likewise.
3244         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
3245         `$0', $as_me.
3247 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3249         * bin/autoscan.in: The value of find_configure_ac should be
3250         checked for existence, so we don't barf over a nonexisting
3251         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
3253 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3255         * bin/autoupdate.in: Fix some typos.
3257 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
3259         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
3261         * lib/autoscan/autoscan.list: Refreshed.
3263 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3265         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
3266         and Erlang related variables.
3268         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
3269         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
3270         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
3271         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
3272         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
3273         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
3274         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
3275         (_AC_PROG_OBJC_G): New macros.
3276         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
3277         * doc/autoconf.texi (Objective C Compiler): New node.
3278         (Preset Output Variables): Document OBJCFLAGS.
3279         (Language Choice): Document `Objective C' language.
3280         (Fortran Compiler): Fix typo.
3281         * NEWS: Updated.
3282         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
3284 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
3286         * doc/autoconf.texi (Default Includes): Fix typo
3287           s/AC_HEADERS_STDC/AC_HEADER_STDC/
3288         (Limitations of Usual Tools): s/unwriteable/unwritable/
3289         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
3290           Fix typos in the comments.
3292 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
3294         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
3295           Factor out the warning to...
3296         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
3297         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
3298         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
3300         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
3301           case `ac_delim' when writing the sed script.
3303         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
3304           moved DUALCASE=1 ...
3305         (AS_SHELL_SANITIZE): ... here.
3306         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
3307           that it is set.
3309         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
3310           AC_SUBST.
3311         (_AC_PATH_PROG): Store the result to VARIABLE.
3312         (AC_PATH_PROG): No need to set VARIABLE again.
3314         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
3315           the first one is usual AT_CHECK_MACRO test, the second one checks
3316           that the same works when cross-compiling.
3317         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
3318         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
3320 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3322         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
3323         the directory `/usr/bin/posix' in the shell search, to prefer
3324         the Posix shell not only in subsequent spawns as with `$BIN_SH'
3325         on Tru64.
3327         * doc/autoconf.texi (contents): To fix texi2html output, hide
3328         `@setcontentsaftertitlepage' for HTML.
3329         (Writing Autoconf Macros): Likewise, insert space after `@c'.
3330         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
3331         `@,{c}'.
3333 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
3335         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
3336           sanitizing...
3337         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
3338         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
3339           why IFS is restored so late; thank you, Ralf, for reminding us.
3341 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
3343         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
3344           variables in the examples.
3346 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3348         * doc/autoconf.texi (several sections): Cleaned up documentation for
3349         macros in erlang.m4.
3351 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3353         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
3354         failure condition for `$(cmd)' style command substitutions.
3355         (Parenthetical command substition, Multiline parenthetical
3356         command substition): Use it.
3358         * doc/autoconf.texi (Special Shell Variables): Missing word.
3359         Reported by Keith Marshall <keith.marshall@total.com>.
3361         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
3362         IFS even in case of empty `$PATH'.
3364 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3366         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
3367         `expr' away if there is nothing to do.
3368         < --keywords >: Simplify and robustify argument handling.
3369         Revert erroneous comment from 2005-08-23.  Extend to allow
3370         keyword negation with `!'.
3371         Update help message.  Remove broken code to prevent running
3372         tests multiple times.
3373         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
3374         Update and fix the documentation accordingly.
3375         * tests/autotest.at (Keywords): Renamed to..
3376         (Keywords and ranges): .. this.  Extended to make sure negated
3377         keywords, keywords taken from AT_SETUP arguments, and numeric
3378         test ranges work, and that matching is case-insensitive.
3380 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3382         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
3383         allow to pass unnamed structs even in C++.
3384         (AC_CHECK_SIZEOF):  Likewise.
3385         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3386         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
3387         struct): New tests for unnamed structs, each both native and
3388         cross-compiling.
3390         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
3391         a structure inside a cast, for C++ conformance.
3392         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
3393         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3395         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
3396         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
3397         trying to execute the command `no'.
3399         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
3400         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
3401         expanded outside.
3403         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
3404         example.  Do not emphasize `$%', it is hardly new and special.
3405         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
3407         * doc/autoconf.texi (Limitations of Usual Tools): Document
3408         OpenBSD and traditional `grep' failure to handle multiple
3409         patterns separated by newlines.
3411 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3413         * doc/autoconf.texi (several sections): Add documentation for macros
3414         in erlang.m4.
3416 2006-03-10  Eric Blake  <ebb9@byu.net>
3418         * doc/autoconf.texi (Obsolete Macros): Fix wording of
3419         AC_TRY_LINK_FUNC.
3421 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
3423         * doc/autoconf.texi: Use @acronym more consistently for acronyms
3424         like BSD, GPL, LGPL.  Fix minor English typos.
3425         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
3426         Mention that these macros are becoming obsolete.
3427         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
3428         Use more modern terminology for which standard is what.
3429         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
3430         and to ansi2knr.
3431         (AC_PROG_CXX): Likewise.
3432         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
3433         Remove obsolete discussion about how to port to K&R.
3434         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
3435         the obsolescent AC_HEADER_STDC.
3436         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
3437         can't rely on it.
3439 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3441         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3442         Remove stdin redirection from /dev/null to allow pipe to work.
3444 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
3446         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3447         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
3448         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
3449         Ralf Wildenhues.
3451 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3453         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
3454         HP-UX sed is 99 commands, not 100.
3455         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
3456         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
3457         newline for portability.
3458         * tests/torture.at (Torturing config.status): Also test 100
3459         AC_SUBST_FILE invocations.  Fix test to actually verify the
3460         AC_CONFIG_FILES output.
3461         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
3462         command, label, and read-file `r' limits.  Unify HP-UX spelling.
3464         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
3465         non-suffix rule.
3466         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
3467         non-GNU make.
3468         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
3469         * tests/mktests.sh: Small shell portability fixes.
3471 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3473         * doc/autoconf.texi (Caching Results): Fix the examples to use a
3474         recommended quoting style and discard unwanted output.
3476 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3478         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
3479         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
3480         cases, and to work around Tru64 expr bug.
3482 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3484         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
3485         expr bug that turns the result of a regex match into a number if
3486         possible.
3488 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3490         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
3491         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
3492         in section `Specific Compiler Characteristics'.
3494 2006-03-04  Eric Blake  <ebb9@byu.net>
3496         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
3497         variable warning.
3499 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3501         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
3502         order of variable initialization, so even the Solaris 2.6 shell
3503         can create a config header correctly.  Fixes lots of test suite
3504         failures.
3506 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3508         * doc/autoconf.texi (Text processing Macros): New node to
3509         document the m4sugar macros m4_re_escape, m4_tolower,
3510         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
3512 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
3514         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
3515         XrmInitialize (0) -> XrmInitialize ().
3516         Reported by Toshio Kuratomi.
3518 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3520         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
3521         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
3522         * doc/autoconf.texi (Programming in M4sh): Adjusted.
3523         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
3524         both macros are defun'ed so that required macros are evaluated
3525         outside.
3527         * doc/autoconf.texi (Prerequisite Macros): State more precisely
3528         where a required macro will be expanded.
3529         (Coding Style): Another reason not to use `m4_define'.
3531 2006-02-21  Eric Blake  <ebb9@byu.net>
3533         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
3535 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3537         * doc/autoconf.texi (Looping constructs): New node, to
3538         document m4_for, m4_foreach, m4_foreach_w, and mention
3539         obsolete AC_FOREACH.
3540         (Obsolete Macros): Document AC_FOREACH.
3541         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
3542         (m4_for): Fix to never loop (almost) endlessly, work correctly
3543         with arithmetic expressions in arguments, a step of zero or
3544         non-integer multiple of the interval, and avoid integer
3545         overflow.
3546         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
3547         m4_foreach_w.
3549 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3551         Add basic support for Erlang, both for configuring Erlang/OTP
3552         tools, and Erlang as a conf test language.
3553         * lib/autoconf/erlang.m4: New file.
3554         * lib/autoconf/autoconf.m4: Add erlang.m4.
3555         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
3556         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
3557         * NEWS: Add short description of new macros.
3558         * THANKS: Add Romain Lenglet.
3560 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3562         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
3563         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
3565 2006-02-15  Eric Blake  <ebb9@byu.net>
3567         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
3568         warning.
3570 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3572         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
3573         (_AS_CASE): Private helper macro.
3574         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
3575         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
3576         Fix syntax of AS_IF description
3577         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
3578         for the AC_REQUIRE mess.
3579         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
3580         AS_SHELL_SANITIZE.
3582 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
3584         * doc/autoconf.texi: Minor style cleanup.
3585         Be consistent about spaces after commas.
3586         Insert [] where empty args look a bit funny.
3587         Fix some "i.e." and "e.g." usages.
3588         Try to avoid "X/Y" usages.
3589         Don't be pedantic about "ISO C99"; just say C99.
3590         Prefer GNU style for spaces in front of parens.
3591         (Function Portability): Comment about C89 versus C99
3592         signed integer division.
3593         (Particular Headers): Use current gnulib style for dirent
3594         includes.
3596 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
3597         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3599         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
3600         macros without parameters.
3601         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
3602         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
3603         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
3604         `$#' bug.
3605         (autoupdate): Updated to match AU_ALIAS fix.
3607 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3608         and Paul Eggert  <eggert@cs.ucla.edu>
3610         * doc/autoconf.texi (Programming in M4sh): Document
3611         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
3613 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3615         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
3616         (AS_BOURNE_COMPATIBLE): ..this.
3617         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
3619 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3621         * doc/install.texi (Defining Variables): Tighten up the
3622         CONFIG_SHELL wording.
3624 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
3625         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3627         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
3628         of (set -o) rather than testing whether (set -o posix) succeeds,
3629         to work around a bug in the AIX 5.3 shell.  Problem originally
3630         reportd by Howard Chu for libtool.
3632 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
3634         * doc/autoconf.texi (Running the Compiler, Running the Linker):
3635         Changes the macro arguments in summaries to match the
3636         descriptions.
3638 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
3640         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
3641         hint as ``a workaround for a bug.''
3643 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3645         * bin/autoreconf.in: New option `--no-recursive'.
3646         Improve wording for subpackages a bit.
3647         * doc/autoconf.texi (autoreconf Invocation): Updated.
3648         * NEWS: Updated.
3650         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
3651         in environment of `configure', not the command line.
3652         Reported by Howard Chu <hyc@highlandsun.com>.
3654 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
3656         * doc/autoconf.texi (Limitations of Builtins): Document the
3657         problem with "trap -".
3659 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
3661         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
3662         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
3663         messages to differentiate Fortran and Fortran 77 tests.
3664         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
3665         AC_LANG_ASSERT, to allow use in mixed-language projects.
3667 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3669         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
3670         FOO" to "defined (FOO)".
3671         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
3672         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
3673         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
3674         * tests/tools.at (ifnames): Likewise.
3676 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3678         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
3679         * lib/Autom4te/General.pm (mktmpdir): Likewise.
3680         (END): Improve error message a bit.
3681         Reported by Bruce Korb <bkorb@gnu.org>.
3683 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3685         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
3686         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
3688 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
3690         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
3691         requires sys/stream.h.  Reported by Oliver Kiddle.
3693 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3694             Stepan Kasal  <kasal@ucw.cz>
3696         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
3697         before the removals of test dirs, use `find' to avoid modification
3698         of symlinked directories.
3700 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
3702         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
3703         Don't ignore the macro arguments.
3705 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
3707         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
3708         declaration that works for MSVC.
3710 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3712         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
3713         Add `*.map' and `.inf' for Green Hills compiler.
3714         Reported by Stefan Seefeld <stefan@codesourcery.com>.
3716         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
3717         correctly: pad with spaces after FIRST_PREFIX if necessary,
3718         and compute string lenghts with `m4_qlen' instead of `m4_len'.
3719         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
3720         * tests/m4sh.at (AS_HELP_STRING): Test extended.
3721         * NEWS: Updated.
3722         Reported by numerous people, numerous times.
3724 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3726         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
3727         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
3728         * lib/autoconf/general.m4, lib/autoconf/status.m4:
3729         * lib/autotest/general.m4, tests/local.at:
3730         Update copyright year to 2006.
3732         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
3733         sed substitutions.
3734         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
3735         for file names, again.  Reported by Noah Misch.
3736         (Coding Style): Explain that s|a|b| is preferred for file names.
3737         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
3738         (AC_OUTPUT_MAKE_DEFS): Likewise.
3739         * lib/autotest/general.m4 (AT_INIT): Likewise.
3740         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
3741         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
3743         Fix Posix-conformance bugs re use of { command in sed scripts,
3744         and improve the sed-related documentation a bit.
3745         * doc/autoconf.texi (Installation Directory Variables): Use
3746         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
3747         rather than "sed" when talking about Sed in general.
3748         (Particular Programs): Likewise.
3749         (Coding Style): y is like s with respect to / and ,.
3750         (Limitations of Usual Tools): Document the weird restrictions
3751         that Posix has about { }.  Use better quoting.
3752         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
3753         Rewrite to conform to Posix rules about { } in sed scripts.
3754         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
3755         * tests/foreign.at (Libtool): Likewise.
3756         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
3757         Use our own style advice re 's,a,b,' versus 's|a|b|'.
3759 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3761         * lib/autoconf/status.m4: Fix typo.
3763         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
3764         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
3765         `-def', for the benefit of Portland `pgf90 -Mipa'.
3766         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
3768 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
3770         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
3771         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
3772         shell from zsh to bash.
3774 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
3776         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
3777           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
3779 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3781         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
3782         parentheses in $(...).  Problem reported by Eric Blake.
3784 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3786         * doc/autoconf.texi (Limitations of Usual Tools):
3787         Mention which characters can be escaped with \ in portable regular
3788         expressions used in grep, sed, expr.  Mention the leading ^ problem
3789         with expr.  Clean up some confusing wording.  Mention which
3790         grep options are portable.
3792 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
3794         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
3796 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
3798         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
3799         patch, noted by Ralf Wildenhues.
3801 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3803         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
3804         posix' unconditionally, for pdksh in `native sh' emulation.
3806 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
3808         * doc/autoconf.texi (Shellology): Document eval $? problem
3809         with ash.
3810         (Limitations of Builtins): Likewise.
3812 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3814         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
3815         CONFIG_SHELL in the environment of the configure rerun.
3816         * doc/autoconf.texi (Here-Documents, config.status Invocation):
3817         Suggest passing CONFIG_SHELL absolute, and in the environment
3818         rather than as option.
3820 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3822         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
3823         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
3824         Fix macro quoting.  Fix output for n * 98 substituted variables.
3826 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3828         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
3829         `tmp' to avoid file removal race.
3831 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3833         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
3834         ac_clean_files and LIBOBJS.
3836 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3838         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
3839         Factor functionality to..
3840         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
3841         `AC_SUBST($1)' in the public version.
3842         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
3843         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
3844         ac_pt_* variables.
3846 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
3848         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
3849         filesystems.
3851 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3853         * NEWS: Move AH_HEADER mention to right place.
3855 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
3857         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
3858         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
3860 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
3862         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
3863         conftst2.$ac_objext.
3864         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
3866 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
3868         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
3869         conftest.o, to see whether the compiler really obeys; rm the object
3870         file before and after the test and register it with ac_clean_files.
3871         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
3873 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
3875         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
3876         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
3877         code so that the most common case requires less forks.
3879 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
3881         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
3882         not portable; thanks to Paul Eggert and Alexandre.
3884         * NEWS: Fix an old typo.
3886 2005-10-20  Jim Meyering  <jim@meyering.net>
3888         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
3889         the latter'', in two places.
3891 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3893         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
3894         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
3895         the inner workings of AC_LANG_FUNC_LINK_TRY.
3896         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
3897         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
3898         by the function rather than ignoring it.
3899         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
3900         comparing its address.  Intel's interprocedural optimization was
3901         outsmarting the old heuristic.  Problem reported by
3902         Mikulas Patocka.
3904 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
3906         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
3908 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
3910         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
3911         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
3913 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
3915         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
3916         before removing it (chmod -R u+rwx); there are three instances of this.
3918 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3919             Stepan Kasal  <kasal@ucw.cz>
3921         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
3922         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
3923         make its content writable before removing it.  Remove an errorneous
3924         comment from the end, where the logs of the failed tests are copied
3925         to the main log file.
3927 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
3929         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
3930           in case the computer is too quick.  Double quote the configure.ac
3931           snippets.
3933         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
3934           problems if the testsuite were running too fast.
3936 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3938         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
3939         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
3940         (which belong to Xt, not X itself).  See Debian bug 327655.
3941         * NEWS: Mention this.
3943 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
3945         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
3947 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3949         * config/move-if-change: Don't output "$2 is unchanged";
3950         suggested by Ben Elliston.  Handle weird characters correctly.
3952 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
3954         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
3955           calls, so that the final expansion of this macro is shorter.
3956           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
3957           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
3958           the cleanup there.  Use AS_VAR_* macros, to be more general.
3959         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
3961         * lib/autoconf/general.m4: Use AS_IF where appropriate.
3963         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
3965 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
3967         * doc/autoconf.texi (Configuration Headers): Add an index entry
3968           for AH_HEADER.
3970 2005-08-26  Pavel Roskin  <proski@gnu.org>
3972         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
3973         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
3974         running xmkmf.
3976 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
3978         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
3979         The previous patch didn't work, so try a better one.
3981 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
3983         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
3984         in the example.  Reported by Bruno Haible.
3985         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
3986         "if $undefined_var;" succeeds with my shell.
3988         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
3989         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
3990         but change the m4_divert_text to m4_divert_once.
3992 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3994         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
3995         Work around bug in Solaris /usr/xpg4/bin/awk.
3996         The bug is present in at least Solaris 8 through 10.
3998 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
4000         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
4001         some evil values and relying on the fact that $* concatenates the
4002         parameters by the first character from IFS.
4004 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
4005             Stepan Kasal  <kasal@ucw.cz>
4007         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
4008         first header appears, define AH_HEADER.
4009         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
4010         Update limitations about when to call AC_CONFIG_HEADERS.
4011         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
4012         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
4013         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
4014         ``Configuration Actions''; fix their index entries.
4016         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
4017         options correctly.  Process N-M as M-N if M is smaller than N.
4018         Process ranges correctly so that N-N will run only N.
4019         Sort and uniquify the tests that will be run.  If there is more
4020         than one test, reinsert the banners for the tests.
4021         * tests/autotest.at (Keywords): Unmark XFAIL.
4023 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
4025         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
4026           before passing the macro name to AH_TEMPLATE.
4028         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
4029           now opens log after option processing; in particular, --version
4030           and --help do not touch config.log.
4032         * Makefile.maint: Revert the change from 2005-08-12.
4034 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
4036         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
4037           common code to...
4038         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
4040 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4042         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
4043         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
4044         Language cleanup.
4046         * doc/autoconf.texi (Defining Symbols, Changed Results):
4047         Prepend to LIBS, not append, in examples.
4049 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
4051         When building in place, set srcdir="."; suggested by Tim Van Holder.
4053         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
4054           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
4055         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
4056         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
4057           does not mean "no --srcdir option".
4059 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4061         * tests/autoscan.at (autoscan): New file.
4062         * tests/suite.at: Use it.
4063         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
4064         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
4066         * tests/autotest.at (Keywords): Test keywords combinations.
4068 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
4070         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
4071           add "2>&1"; gzip 1.2.4 prints help on stderr.
4073 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
4075         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
4076         was pushdef'ed twice while popped only once.  Push it only once.
4077         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
4079 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
4081         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
4082         prefixed by mere "===", not "configure: === ".
4084 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
4086         * Makefile.maint: Update from Bison.
4088         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
4089         "<tab>" in comment, so that the point is understandable.
4091 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
4093         Rewrite substantial part of lib/autoconf/status.m4.
4094         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
4095         and CONFIG_COMMANDS are not processed in four separate loops.
4096         Instead, there is one main loop.  This alows that the common code
4097         is expanded only once, thus config.status (and configure) is smaller.
4099         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
4100         the AC_LIST_FILES and cousins macros are no longer used.
4102         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
4103         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
4104         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
4105         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
4106         contain the initialization, nor the for loop, nor the associated
4107         commands; all these go to ...
4108         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
4109         _AC_OUTPUT_CONFIG_STATUS.
4110         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
4111         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
4112         (_AC_OUTPUT_FILE): The creation of the sed script ...
4113         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
4114         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
4115         _AC_OUTPUT_MAIN_LOOP.
4116         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
4117         _AC_CONFIG_COMMANDS): Use ...
4118         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
4119         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
4120         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
4121         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
4122         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
4123         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
4124         ... new macros.
4125         (_AC_CONFIG_UNIQUE): Update.
4126         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
4127         Replaced by this ...
4128         (_AC_LIST_TAGS): ... new common macro.
4129         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
4130         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
4131         (_AC_LIST_TAG_COMMANDS): ... new common macro.
4132         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
4133         this didn't belong to the `config commands' section.
4134         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
4135         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
4136         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
4137         to the `config commands' section either.
4138         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
4139         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
4141         ... and many changes to the comments nearby.
4143         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
4144         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
4145         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
4146         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
4147         (#define header templates): The comment at the top of the generated
4148         header now includes the name(s) of the source file(s).
4150         Several unrelated small changes:
4152         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
4153         parameter to AC_DIAGNOSE.
4154         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
4155         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
4156         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
4157         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
4158         with AU::AC_OUTPUT.
4159         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
4160         in AC_OUTPUT doesn't double-quote it either.
4161         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
4162         parameters.
4164 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
4166         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
4167         versions of Portland Group compiler produce single- and double-quoted
4168         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
4169         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4171 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
4173         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4174         This is a corrected version of yesterday's patch.
4176 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
4178         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
4179         path, too; insert a "===" to emphasize the line.
4181         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
4182           ac_cv_build_alias to ac_build_alias.
4183         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
4185         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
4186         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
4187         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
4188         (AC_ARG_VAR): ... here.
4189         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
4190           target_alias.
4192         Keep a list of all precious variables and process them with one simple
4193         for loop, instead of expanding all commands, or, OTOH, complicated
4194         processing of output of "set".
4195         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
4196         variable names in new macro...
4197         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
4198         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
4199           a loop to assign all ac_env_* and ac_cv_env_* variables.
4200         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
4201           to INIT_PREPARE.
4202         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
4203           its value to shell variable ac_precious_vars and call
4204           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
4205         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
4206           _AC_ARG_VAR_VALIDATE.
4208         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
4209           and the AC_SUBSTs ...
4210         (AC_INIT): ... here.
4212         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
4213           the ac_subst_files section in config.log.
4215         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
4217 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4219         * NEWS: New macro AC_C_TYPEOF.
4220         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
4221         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
4222         * tests/c.at (C keywords): Test AC_C_TYPEOF.
4224         Fix problems reported by Nicolas Joly.
4225         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
4226         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4227         They are generated by the Tru64 v5.1B shell.
4229 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
4231         Fix my changes from 2005-07-01; reported by Noah Misch.
4232         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
4233         description, the macro now accepts only a single tag.
4234         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
4236         Fix cases when the varsions of Autoconf and Autotest don't match.
4237         Reported by Noah Misch.
4238         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
4239         at_top_builddir, for compatibility with older autotest.
4240         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
4241         is not set, use at_top_builddir, for compatibility with older
4242         versions of autoconf.
4244 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4246         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
4247         Problem reported by Patrick Welche.
4249 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4251         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
4252         sed substitution command, so that we allow | in program prefixes
4253         and program suffixes.  (& is a problem anyway; we're not fixing
4254         that here.)
4255         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
4256         configure_input, top_builddir, srcdir, etc.
4257         * lib/autotest/general.m4 (AT_INIT): Likewise, for
4258         PATH_SEPARATOR in AUTOTEST_PATH.
4260 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
4262         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
4263         for loop over config.site files using `set', to allow
4264         directory names containing IFS characters.
4266 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4268         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
4269         directories with weird names.  Apparently some people like living
4270         on the edge.  However, improve the test that "pwd" actually does
4271         report a name for the working directory.
4272         * NEWS: Remove the claim that we test for funny chars in dir names.
4274 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
4276         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
4277         replaced ...
4278         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
4279         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
4280         Now accept a single tag, not whitespace separated list.
4281         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
4283 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
4285         * doc/autoconf.texi (Configuration Headers): Change the explanation
4286         about #include <config.h>.
4287         (Generic Functions): Mention the Gnulib project.
4288         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
4290         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
4291         document to output the default config_* lists to config.status.
4292         Don't recognize option --file, if the functionality is not there.
4293         Likewise for --header; moreover, recognize --he and --h as shortcuts
4294         for --help in that case.
4296         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
4297         matches the order of execution.  No code changed.
4299 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4301         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
4302         single-quoted -cmdline argument in Portland Group compiler.
4303         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4305 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
4307         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
4309 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4311         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
4312         descriptors to child processes; reported by Norman Gray.
4314 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4316         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
4318         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
4319         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
4320         (AC_SUBST): Call it.
4321         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
4322         the directory specific variables; but don't call it for configure_input.
4324 2005-06-28  Derek Price  <derek@ximbiot.com>
4326         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
4327         addition.
4329 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4331         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
4332         directory have inherent problems with special characters like spaces,
4333         due to limitations in Make syntax.  Problem reported by Alexandre
4334         Duret-Lutz.
4335         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
4336         Also, fix Tru64 porting problem with shell patterns,
4337         reported by Ralf Wildenhues.
4339 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4341         * doc/autoconf.texi (Subdirectories): Fix markup typos.
4343 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4345         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
4347         Fix some more shell quoting problems.  Prompted by a bug report
4348         from Justace Clutter.
4349         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
4350         variable into diagnostic.  Make the diagnostic an error, not a warning,
4351         because we really don't support spaces and suchlike in dir names.
4352         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
4353         Don't worry about backslashes in srcdir; it can't happen now.
4354         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
4355         Simplify ac_optarg handling.
4356         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
4358 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
4360         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
4361         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
4362         * tests/atlocal.in: Propagate $EGREP and $SED.
4363         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
4364         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
4366         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
4367         that '\|' is not allowed in BREs; recommend using newline separated
4368         list of patterns instead of multiple -e options.
4370         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
4372         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
4374 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4376         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
4378 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
4380         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
4381         b, t, r, w commands require single space, while : cannot have any.
4382         (Special Shell Variables): Fix sed code this in the example.
4383         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
4384         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
4386         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
4387         expand to the empty list.  Don't use two pairs of m4_changequote,
4388         it's not necessary.
4390 2005-06-20  Derek Price  <derek@ximbiot.com>
4392         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
4394 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
4396         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
4397         * doc/autoconf.texi:
4398         Don't mention Solaris versions so much, if a
4399         problem is common to all extant versions of Solaris.  Say "SunOS
4400         4" instead of "SunOS" for SunOS 4.
4401         (awk): Mention more of the limitations of traditional Awk.
4402         (cat): Don't talk about cat -v.
4404 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
4406         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
4407         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
4408         but the implementation is entirely different and is designed
4409         to be compatible with glibc strverscmp.
4410         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
4412         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
4413         on Mac OS X 10.4 reported by Peter O'Gorman in:
4414         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
4415         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
4416         Use shell builtins rather than 'expr', to work around expr bug.
4418 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
4420         * doc/autoconf.texi: "filesystem" -> "file system".
4421         "behaviour" -> "behavior".
4422         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
4423         * lib/autoconf/general.m4: Omit blank after ":" sed command,
4424         as per POSIX.
4425         * lib/m4sugar/m4sh.m4: Likewise.
4426         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
4427         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
4429         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
4430         (.x.1): Ignore the time stamp in the .TH line when deciding whether
4431         to update the man page.  That way, we don't have to check in new
4432         man pages every month.
4434         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
4435         quotes and backslashes.  Patch from Derek Price.
4437 2005-06-10  Derek Price  <derek@ximbiot.com>
4439         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
4440         AS_TR_SH.
4442 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
4444         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
4445         -u, since it outputs chatter if the input files are the same.
4446         Problem reported by Ralf Menzel.
4448 2005-06-08  Derek Price  <derek@ximbiot.com>
4450         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
4451         renaming them since they are about to be redefined anyhow.
4453 2005-06-08  Derek Price  <derek@ximbiot.com>
4455         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
4456         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
4457         Move m4_undefine to alphabetical order.
4459 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
4461         * README: Recommend GNU M4 1.4.3 or later.
4462         * doc/autoconf.texi (Introduction): Likewise.
4463         Reword to avoid some formatting glitches.
4464         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
4465         Clarify explanation of HP compiler bug.
4466         Redo example output tp match current CVS snapshot.
4467         Use @example.org in email addresses when the examples
4468         might get inadvertently cut-and-pasted into user code.
4469         Remove example of autom4te usage that doesn't seem to work now.
4470         Use modern AC_INIT (except when the example is meant to be
4471         shown with Autoconf 2.13).
4472         Update ksh info for Solaris 9 and later.
4473         KB -> kB.
4474         Modernize description of Automake versions a bit.
4475         Don't claim a future version of Autoconf is near.
4476         * doc/install.texi: Reword to avoid some formatting glitches.
4478 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4480         * doc/autoconf.texi: Add [] to examples, so that the manual
4481         follows its own advice about quoting better.
4482         Reword to avoid some formatting glitches.
4483         * doc/installt.exi: Reword to avoid some formatting glitches.
4485         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
4486         Tru64 ksh pattern matching bug.  Reported against Libtool by
4487         Albert Chin <libtool@mlists.thewrittenword.com> and
4488         Nicolas Joly <njoly@pasteur.fr>.
4490 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4492         m4_cdr of one-member list was [[]] (one-member list containing an
4493         empty string) instead of [] (an empty list.  Callers were skewed to
4494         match this misbehaviour.  As a consequence of this:
4495          - m4_foreach([x], [], [foo]) expanded to `foo', while
4496          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
4497         This bug has been fixed:
4499         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
4500           expand to an empty string; print error msg if called without
4501           an argument list.
4502         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
4503           misbehaviour; handle [] and [[]] correctly.
4505 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4507         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
4508         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
4509           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
4511 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
4513         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
4514           swallow records with more than 99 fields.
4515         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
4516           parse the long line.
4518 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
4520         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
4521           swallow literals longer than 399.  Reported by Ralf Wildenhues.
4522         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
4523           to workaround this limitation.
4525 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
4527         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
4528         to gfortran, and make these the first two compiler names
4529         checked (following the general autoconf preference for gcc).
4531 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
4533         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
4534         (DISTCLEANFILES): Remove $(check_SCRIPTS).
4535         (testsuite): Make sure autotest.m4f is up-to-date before using it.
4537 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4539         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
4540         expression of unbounded size when processing the --list
4541         option.  This runs afoul of a limit of 399 bytes per regular
4542         expression on AIX.  Problem reported by Ralf Wildenhues.
4544 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
4546         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
4547         * doc/autoconf.texi (Particular Headers): Reword example
4548         for multiline stdbool replacement.
4549         (Setting Output Variables): Reword text a bit.  Don't
4550         give all the details about |#_!!_#|.
4551         Reword description of line replacement.
4553 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
4555         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
4556         now contain newlines, and substituted files must be referenced on
4557         a line alone; the sed scripts to substitute them are now very
4558         different.
4559         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
4560         commands can be put in a sed script portably.
4561         * doc/autoconf.texi (Setting Output Variables): Document above
4562         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
4563         use of multiline substitution.
4564         * tests/torture.at: No longer expect substitution of newline to fail.
4566 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
4568         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
4569         From Ralf Menzel (trivial change).
4571 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4573         * tests/local.at: Don't attempt to check for negated character
4574         classes in shell scripts.  The test was too brittle.
4576 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
4578         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
4579         * doc/autoconf.texi (Limitations of Builtins): Document this
4580           limitation.
4582 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
4584         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
4585           common code; used in many places in the tree.
4586         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
4587         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
4589         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
4591         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
4592           messages when ac_unique_file is not found.
4593         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
4594         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
4595           commands, for consistency with AC_MSG_ERROR and such.
4597         * bin/autoconf.as: Make more use of "shift 2" in option processing.
4599         * bin/Makefile.am: Merge the two rules for creating scripts.
4601 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
4603         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
4604         obsolete; it was never documented.
4605         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
4607 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
4609         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
4610         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
4611         (ac_top_builddir): ... this ...
4612         (ac_top_build_prefix): ... to this; the old name is also kept, for
4613           backward compatibility.
4614         (ac_top_builddir_sub): New variable, without the trailing slash,
4615           always nonempty.
4616         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
4617         * doc/autoconf.texi (Configuration Actions): Rename
4618           ac_top_builddir to ac_top_build_prefix.
4619         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
4620           at_top_builddir to at_top_build_prefix.
4621         * lib/autotest/general.m4 (AT_INIT): Likewise.
4623 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
4625         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
4626           of confdefs.h .
4628 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
4630         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
4631           argument to m4_foreach.  I guess it was necessary in the past,
4632           but I think it's a no-op now.
4634 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
4636         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
4637           ``cat <<_ACEOF'' commands to one.
4638         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
4639         * lib/autoconf/status.m4: On various places, use expr instead of
4640           ``echo|sed.''
4641         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
4642         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
4643         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
4644           a range.
4645         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
4646           the wrong patterns between ``case'' and ``esac.''  The previous
4647           code had false positives.
4649 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
4651         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
4652         as on 2005-05-02.
4653         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
4654         Mention LIBOBJDIR.
4656 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
4658         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
4659         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
4660         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
4661         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
4662         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
4663         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
4664         config/config.guess, config/config.sub, config/elisp-comp,
4665         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
4666         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
4667         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
4668         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
4669         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
4670         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
4671         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
4672         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
4673         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
4674         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
4675         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
4676         lib/autoconf/general.m4, lib/autoconf/headers.m4,
4677         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
4678         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
4679         lib/autoconf/specific.m4, lib/autoconf/status.m4,
4680         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
4681         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
4682         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
4683         lib/autotest/general.m4, lib/emacs/Makefile.am,
4684         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
4685         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
4686         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
4687         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
4688         tests/compile.at, tests/foreign.at, tests/fortran.at,
4689         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
4690         tests/semantics.at, tests/suite.at, tests/tools.at,
4691         tests/torture.at, tests/wrapper.as:
4692         Update FSF postal mail address.
4694 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
4696         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
4697           check.
4698         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
4699           enough arguments, similarly as in m4_bpatsubsts.
4701 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
4703         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
4704           of absolute paths.
4706 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
4708         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
4709           for absolute directory names in one loop.
4710         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
4711           abbreviations of --version and --debug.
4713 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
4715         * doc/autoconf.texi (Autoconf Language): Be more precise about
4716         quoting rules.  Problems noted by Stepan Kasal.
4717         Also, throughout this document, be more careful about white space.
4718         "blank", "white space", and "space" all have different meanings
4719         and we should be careful to say what we mean.
4721 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
4723         Fix C++ related problems reported by Werner Lemberg.
4724         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
4725         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
4726         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
4727         avoid problems with C++ and throw.
4728         * tests/compile.at: .cpp, not .cc.
4730         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
4732 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4734         * doc/autoconf.texi (Generic Functions): Typos.
4736 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
4738         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
4739         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
4740         set by latest automake.
4742 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
4744         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
4745         outputs 0 on GNU/Linux these days.
4747 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
4749         * doc/autoconf.texi (Autoconf Language): Add more description
4750         about quoting heuristics.
4751         (Limitations of Builtins): Describe "set -" problems.
4753 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4755         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
4756         not newline.
4758         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
4759         by AC_DEFINE; it was a mistake.
4760         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
4762 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
4764         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
4766 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
4768         * doc/autoconf.texi (External Software): Quadrigraphs are not
4769           processed correctly in AS_HELP_STRING; avoid this in the examples.
4770         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
4771         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
4772           comment and reduce m4_default([foo], []) to [foo].
4773         (m4_strip): Update the explanation.
4775 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
4777         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
4778         Remove core.conftest.* too; it's generated by Tru64 5.1.
4779         Problem reported by Jennis Pruett.
4780         * lib/autoconf/functions.m4
4781         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
4782         Don't bother to remove core files; AC_RUN_IFELSE should do that
4783         for you.
4785 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
4787         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
4789 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
4791         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
4792         Report from Horst Wente.
4794 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
4796         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
4797           the comment.
4799 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
4801         * doc/autoconf.texi (External Software, Package Options): Add
4802           examples showing how to implement --with-* and --enable-* options.
4804 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
4806         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
4807         as well as configure.in.  Problem reported by Gregorio Guidi.
4809 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
4811         * doc/autoconf.texi (Particular Functions): Use gnulib's current
4812         pattern for alloca snippet.
4814 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
4816         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
4818 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
4820         * doc/autoconf.texi (Generic Programs): Fix a typo.
4822 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
4824         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
4825         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
4827 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4829         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
4830         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
4831         whole-archive (-zallextract, -zdefaultextract) options in the hope of
4832         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
4833         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
4835 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
4837         * NEWS: The configure command now warns you if you attempt to use
4838         a directory whose name contains a special character like space,
4839         newline, or "\".
4840         * doc/autoconf.texi (Installation Directory Variables): Allow
4841         "," in file names.  Do not use \@; it's not a portable regexp.
4842         * bin/Makefile.am (edit): Likewise.
4843         * lib/Makefile.am (edit): Likewise.
4844         * tests/Makefile.am (edit): Likewise.
4845         * tests/semantics.at: Likewise.
4846         * tests/torture.at: Likewise.
4847         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
4848         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
4849         * doc/autoconf.texi (File System Conventions): Warn about
4850         unportable file names.
4851         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
4852         (AC_INIT): Use it.
4853         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
4854         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
4855         ac_pwd, and quote srcdir.
4856         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
4858         * doc/autoconf.texi: Fix some systematic formatting problems.
4859         ".)"  needs a following @: if not at the end of a sentence, and
4860         similarly for "!)".  "etc." should be preceded by a comma.
4861         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
4863 2005-03-22  Bruno Haible  <bruno@clisp.org>
4865         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
4866         argument is often called 'build-aux'.
4868 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
4870         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
4871           macro AC_TRY_LINK is obsolete.
4872         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
4873           `AC_CONFIG_FILES'.
4875 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
4877         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
4878           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
4879           from a Common Lisp's `cl'.
4880         (AC_PROG_CXX): Behave according to the documentation: don't
4881           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
4882           make the variable CCC precious; use `cl.exe', not `cl'.
4884 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
4885             Alexandre Duret-Lutz  <adl@gnu.org>
4887         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
4888         /dev/null, as "configure" shouldn't read stdin, and this insulates
4889         us from problems (e.g., when testing for "cl").  Also, do this
4890         redirection before invoking "hostname" or "uname", and keep the
4891         original input stream available via...
4892         (AS_ORIGINAL_STDIN_FD): ... this new macro.
4893         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
4894         bother with "</dev/null" since it's now done at the top of
4895         'configure'.
4896         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
4897         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
4898         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
4899         * doc/autoconf.texi (File Descriptor Macros): New section.
4900         (Printing Messages): Mention it.
4901         * tests/base.at (Input/Output): New test.
4903 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
4905         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
4906         newline if neither \c nor -n work, as that would output two
4907         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
4909 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
4911         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
4912         This causes that any required macros inside will get before the if.
4913         * doc/autoconf.texi (autom4te.cache): A typo.
4915 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
4917         Undo previous change, except keep the change to
4918         lib/autoconf/programs.m4 that replaced grep with shell
4919         pattern-matching.  This is because net-snmp configure reads stdin.
4920         Reported by Noah Misch.
4922 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
4924         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
4925         from /dev/null, as "configure" shouldn't read stdin, and this
4926         insulates us from problems (e.g., when testing for "cl").
4927         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
4928         before invoking "hostname" or "uname".
4929         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
4930         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
4931         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
4932         "</dev/null" since it's now done at the top of 'configure'.
4933         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
4934         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
4935         Also, replace grep with shell pattern-matching, to save a process.
4937 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
4939         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
4940         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
4941         avoid thinking that Allegro Common Lisp's "cl" command is a C++
4942         compiler.
4944 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
4946         * doc/autoconf.texi (Limitations of Usual Tools): Document that
4947         grep -q isn't portable.  Improve grep -s explanation.
4948         Problem reported by Dan Manthey.
4950 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
4952         * doc/autoconf.texi (Special Shell Variables): Clarify
4953         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
4955 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
4957         * doc/autoconf.texi: Use @acronym for DJGPP.
4958         Fix some @code's that should have been @env's, and vice versa.
4959         Sort environment variable names.
4960         Mention that shells no longer inherit IFS.
4961         Don't recommend PATH_SEPARATOR=';' so strongly.
4962         Mention that $RANDOM might expand to the empty string.
4963         "symlink" and "soft link" -> "symbolic link".
4964         Improve mktemp description (reported by Bruno Haible).
4966 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
4968         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
4969         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
4970         Likewise.
4971         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
4972         Likewise.
4974 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
4976         * NEWS: Mention AT_COPYRIGHT.
4978         * tests/local.at (AT_CMP): Use diff directly on input files rather
4979         than copying them.
4981         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
4982         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
4984 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
4985         and Paul Eggert  <eggert@cs.ucla.edu>
4987         * tests/autotest.at (Empty test suite): New test.
4988         * tests/torture.at (Substitute and define special characters)
4989         (Substitute a 2000-byte string, Define to a 2000-byte string)
4990         (Substitute a newline, Define a newline): New tests.
4992 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
4994         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
4995         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
4996         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
4997         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
4998         (Standard regular expressions): New test.
4999         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
5000         excess test name quoting.
5001         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
5002         CPPFLAGS to `configure' instead of setting it in `configure'.
5004         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
5005         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
5006         on some platforms.
5008         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
5009         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
5011         * tests/local.at (AT_CMP): New macro.
5012         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
5013         (AC_SAVE_STATE): Move environment grep...
5014         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
5015         (AT_CONFIG_CMP): New macro.
5016         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
5017         * tests/c.at (Extensions): Do not exit early.
5018         * tests/atlocal.in: Inherit $GREP.
5020         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
5021         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
5023         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
5024         (AC_COPYRIGHT): Factor header comment portion out and move into...
5025         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
5026         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
5027         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
5028         --version output.
5029         * tests/local.at: Add Autoconf test suite copyright notice.
5030         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
5032 2005-02-04  Bruno Haible  <bruno@clisp.org>
5033         and Paul Eggert  <eggert@cs.ucla.edu>
5035         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
5037 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5039         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
5040         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
5042         Try not to generated lines of unlimited length, as POSIX places a
5043         2047-byte limit on line length of portable text files.
5044         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
5045         Use newline as a separator, not space.
5046         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
5047         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
5048         space.
5050 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5052         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
5053         as_func_*.  Add test to check whether positional parameters
5054         are restored after function return.
5056 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5058         * doc/autoconf.texi (Special Shell Variables): Mention _,
5059         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
5060         if they contain a lower-case letter.  The DUALCASE problem was
5061         reported by Ralf Wildenhues.
5063         * bin/autoconf.as: Don't exit with status 0 after write failure
5064         with --help or --version.
5065         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
5066         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
5068 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5070         * doc/autoconf.texi (Limitations of Usual Tools):
5071         Unicos 9 sed limitations.
5072         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
5073         to get the option-enhanced interface on older Crays.  Try ftn for
5074         Fortran 95 (newer Crays).
5076 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5078         * man/Makefile.am (.x.1): Go back to the simple solution, but take
5079         care to echo the commands, so the user knows what's going on.
5080         Modified from a suggestion by Stepan Kasal.
5082         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
5083         with a cross reference.  Derived from a suggestion by Bruce Korb.
5085 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5087         * doc/autoconf.texi (config.status Invocation): Warn about
5088         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
5089         * doc/install.texi (Defining Variables): Likewise.
5090         Based on a proposed patch by Ralf Wildenhues.
5092         * man/Makefile.am (.x.1): Make sure the required generated files
5093         are up to date.  Problem and original solution proposed by Stepan Kasal.
5094         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
5095         implicit-man-prerequisites): New rules, used by the above.
5097         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
5098         * config/config.guess, config/config.sub, config/install-sh: Likewise.
5099         * config/missing, config/texinfo.tex: Likewise.
5101 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
5103         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
5104         Update the long comment explaining it.
5106         m4_require no longer writes an ``is required by'' line to the
5107         execution stack.  It contains only one bit of non-redundant
5108         information: that the macro was required, not called.  And even
5109         this bit is useless in most situations: have you ever met a macro
5110         which both calls and requires the same macro?
5112         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
5113         (_m4_defun_pro_outer): ... only via this macro, for the outermost
5114           macro.
5115         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
5116         (m4_expansion_stack_pop): Remove the misplaced comment.
5117         (m4_require): Don't put the ``is required by'' line to the
5118           execution stack; slightly improve the out-of-a-defun error message.
5119         (_m4_divert_grow): New macro, counter for the temporary diversions.
5120         (_m4_require_call): Use it.
5121         * tests/m4sugar.at (m4_require): Expect output without the
5122           ``is required by'' messages.
5124 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
5126         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
5127         rather than x for expr.
5129         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
5130         this is safe.
5131         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
5132         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
5133         * lib/autotest/general.m4 (AT_INIT): Likewise.
5134         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
5135         * tests/mktests.sh: Likewise.
5137 2005-01-27  Akim Demaille  <akim@epita.fr>
5139         Have autoheader honor --force.
5141         * doc/make-stds.texi, doc/standards.texi: Update from masters.
5142         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
5143         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
5144         from masters, so that FileUtils.pm's update_file provide --force
5145         support.
5146         * bin/autoheader.in: Pass $force to update_file so that
5147         config.h.in is always recreated when --force.
5149 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
5151         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
5153 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
5155         * doc/autoconf.texi (Limitations of Builtins): Clarify that
5156         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
5158 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
5160         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
5161         Warn about newline stripping in `` and $().  Update Solaris
5162         version to 9.
5163         (Limitations of Builtins): Use expr "X...", not expr "x...", as
5164         X insulates us from future changes to Posix.
5165         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
5166         stripping.
5168 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
5170         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
5171           you cannot use AC_DEFINE to define macros containing `[' or `]'.
5173 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
5175         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
5176         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
5177         bug-tar mailing list.
5179 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
5181         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
5183 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5185         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
5186         ulongval to be static, to avoid unwanted GCC warning.  Problem
5187         reported by Michael Jennings via Daniel Reed; see
5188         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
5190 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
5192         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
5193         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
5194         datadir, infodir, and mandir.  Adjust argument parsing code.
5195         (_AC_INIT_HELP): Update help text.
5196         * doc/autoconf.texi (Installation Directory Variables): Document
5197         new variables.
5199 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
5201         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
5202         not seem to work, assume it does set $(MAKE).
5203         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
5205 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5207         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
5209 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5211         A cleanup of the diversion support in m4sugar.
5213         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
5214         (_m4_divert_n_stack): New macro; the expansion is
5215           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
5216           otherwise.
5217         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
5218         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
5219           stored in _m4_divert_diversion or _m4_divert_dump.
5220         (m4_divert_pop): When the parameter is given, compare the symbolic
5221           name with the last diversion pushed on the stack.  Previously, the
5222           current diversion was compared with the numeric value of the
5223           diversion given as the parameter.
5224         (m4_require): If the macro hasn't been expanded yet, call ...
5225         (_m4_require_call): this new macro.
5227 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5229         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
5230         Workarounds for documented `case' limitations.
5232 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
5234         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
5235         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
5237 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
5239         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
5240         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
5241         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
5243         Patch from Roger Leigh (with some minor changes) as follows:
5244         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
5245         Resurrect AC_PROG_CC_STDC.
5246         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
5247         AC_PROG_CC_C89, AC_PROG_CC_C99.
5248         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
5249         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
5250         AC_PROG_CC_C99): New macros.
5251         (AC_PROG_CC_STDC): Use them.
5252         (_AC_PROG_CC_STDC): Remove.
5253         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
5254         * THANKS: Add Roger Leigh.
5256 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5258         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
5259         signals that the package uses Automake; a `Makefile.am' is typical but
5260         not essential.  Reported by Magnus Therning.
5261         * tests/torture.at (autoreconf.): New banner.
5262         (autoreconf and non-AC configure): Rename to `Non-Autoconf
5263         AC_CONFIG_SUBDIRS'.
5264         (autoreconf an empty directory): Rename to `Empty directory'.
5265         (Unusual Automake input files): New test.
5267 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5269         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
5270         (AT_SETUP): Clear AT_capture_files.
5271         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
5272         (AT_KEYWORDS): Fix comment typo.
5273         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
5274         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
5275         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
5277 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
5279         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
5280         If the variable to set is already set, set ac_cv_path_$1
5281         to the preset value so caller can assume ac_cv_path_$1
5282         is available.  (trivial change)
5284 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
5286         * BUGS (Minor Problems): Warn about makefile limitations.
5287         * Makefile.am: Find and update `INSTALL' in $(srcdir).
5288         * man/Makefile.am: Find and update manual pages in $(srcdir).
5290 2004-12-24  Eric Blake  <ebb9@byu.net>
5292         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
5293         shells in subshell, to avoid noise from ash.  (trivial change)
5295 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5297         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
5298         problems with SunOS ksh and backslash escaping, Bourne shells and
5299         closing brackets (both within character classes).  Bug reported
5300         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
5301         <read>: New entry.  Mention non-availability of -r.
5303 2004-12-21  Akim Demaille  <akim@epita.fr>
5305         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
5306         avoid cluttering displayed messages.  Rather, prepend srcdir where
5307         AT_LINE is used for log files.
5309 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
5311         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
5312         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
5313           no longer part of the macro, quote the occurrence of ``$tmp''.
5314         * doc/autoconf.texi (Forbidden Patterns): Typo.
5316 2004-12-21  Akim Demaille  <akim@epita.fr>
5318         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
5319         separated from the test title by forcing a white space.
5321 2004-12-21  Akim Demaille  <akim@epita.fr>
5323         Enable Emacs navigation within testsuite.log files.
5325         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
5326         use the compilation mode.
5327         (AT_LINE): Point to the srcdir.
5329 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
5331         * tests/Makefile.am (installcheck-local): Use $(bindir).
5332         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
5333         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
5334         Makefile.am scheme Autoconf now uses.
5336 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5338         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
5339         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
5341 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5343         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
5344         (_AT_CHECK): Use it.
5345         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
5346         (AS_ESCAPE): Fix comment.
5347         * tests/autotest.at: Adjust section banner comments.
5348         (AT_CHECK_AT): Accept STATUS and STDERR.
5349         (AT_CHECK_AT_TEST): Likewise.
5350         (Invalid brace-enclosed parameter expansion)
5351         (Multiline command from M4 expansion)
5352         (Double-M4-quoted command): New tests.
5354 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
5356         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
5358 2004-12-17  Akim Demaille  <akim@epita.fr>
5360         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
5361         m4_pattern_allow.
5362         Suggested by Alexandre Duret-Lutz.
5363         * doc/autoconf.texi (Setting Output Variables): Catch up.
5365 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5367         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
5369 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5371         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
5372           remove the comment which said we cannot.
5374 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5376         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
5377         Reini Urban and Paul Eggert for reporting the dependencies.
5379         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
5380         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
5381         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
5383 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5385         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
5386           so that eg. ``autoscan --help'' doesn't truncate it.
5388 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
5390         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
5391         generated conftest files.
5393 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
5395         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
5396         tracing on commands with possibly-escaped newlines.
5397         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
5398         discontinued behavior and its implications.
5399         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
5400         (BSx641-newline in command, BS-BS-newline in command)
5401         (BSx640-newline in command, Newline-CODE-BS-newline in command)
5402         (Single-quote-BS-newline in command)
5403         (Single-quote-newline-BS-newline in command): New tests.
5405 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5407         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
5408           on platforms where it works.
5409         (_AS_TEST_PREPARE): Test for ``test -x''.
5410         (_AS_BROKEN_TEST_PREPARE): Nuke.
5412 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5414         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
5415         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
5416           give only 4-letter prefix to AS_TMPDIR, comment fixed.
5417         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
5418           create the temporary directory.
5419         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
5421 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
5423         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
5424         (trivial change)
5426 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
5428         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
5430 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
5432         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
5433         to avoid using a negated character class.  Reported by Nicolas Joly.
5434         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
5436 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
5438         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
5439         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
5440         Don't depend on .x file explicitly, since "make" does that for us.
5441         Suggested by Stepan Kasal.
5443         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
5444         Add *.tmp.
5445         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
5446         ifnames): Factor common code.  And they said it couldn't be done!
5448 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5450         * bin/.cvsignore: Add autoconf.in.
5451         * tests/.cvsignore: Add wrapper.in.
5452         * lib/autotest/general.m4: Escape '$' in case pattern.
5454 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
5456         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
5458         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
5460         * tests/autotest.at: New file.
5461         * tests/suite.at: Include it.
5462         * tests/Makefile.am: Distribute it.
5464         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
5465           shell tracing on a command that could contain multiple lines.
5466         * doc/autoconf.text: Document that fact and its implications.
5467         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
5468         * tests/autotest.at (Multiline backquote command substitution,
5469           Multiline parameter expansion, Literal multiline command,
5470           Multiline parenthetical command substitution): Remove XFAIL.
5472 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5474         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
5475         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
5477 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5479         * configure.ac (test suite): Cease to generate wrapper scripts.
5480         * configure: Regenerate.
5481         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
5482         (m4f_dependencies): Adjust accordingly.
5483         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
5484         (wrapper.in): Generate it in the build directory.
5485         (MAINTAINERCLEANFILES): Delete wrapper.in.
5486         (CLEANFILES): Add wrapper.in.
5487         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
5488         the output.  Replace each $as_me with a @wrap_program@.
5489         * tests/wrapper.in: Delete it; we always build it.
5491         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
5492         (EXTRA_DIST): Remove autoconf.in.
5493         (CLEANFILES): Add autoconf.in.
5494         (autoconf): Find autoconf.in in the build directory.
5495         * bin/autoconf.in: Delete it; we always build it.
5497 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5499         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
5500         PATH members so as to not prepend an empty element.  Move a comment.
5501         * Makefile.am (SUBDIRS): Build in `tests' last.
5502         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
5504 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
5506         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
5507         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
5508         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
5509         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
5511 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
5513         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
5514         patch: extra "-l"s.
5516 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
5518         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
5519         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
5520         * doc/autoconf.texi (Particular Functions): Mention new behavior.
5522 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
5524         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
5525           out the common code to ...
5526         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
5527           value of the #define--default to 1, iff the macro was called
5528           with exactly one parameter.
5530 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
5532         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
5533         "char c = '\200';" rather than "char c = 0x80;" as the
5534         latter doesn't conform to the strict C standard due to
5535         overflow on signed char hosts.
5537         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
5538         to -qlanglvl=ansi.  We don't want to disable extensions.
5540 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
5542         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
5543         (Using Autotest, testsuite Scripts, Writing testsuite.at):
5544         Reword slightly to avoid some English-language problems noted
5545         by Ralf Wildenhues in:
5546         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
5548 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
5550         * NEWS: Add ^L above each release.
5552 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
5554         Fix documentation problems reported by Russ Boylan in
5555         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
5556         along with some nearby cruft.
5557         * doc/autoconf.texi (Libtool): Libtool can be used without
5558         Automake (not without Autoconf).
5559         (Introduction): Mention lists.gnu.org.
5560         * BUGS: Don't mention bugs.gnu.org.
5561         Remove mention of ancient libtool compatibility problem.
5562         * NEWS: Mention that bugs.gnu.org is kaput.
5563         * README: Likewise.  Mention where mailing list archives can be found.
5565 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
5567         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
5569 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5571         * doc/autoconf.texi (Pretty Help Strings): Go back to
5572         single-quoting assignments to cache variables.
5574 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
5576         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
5577         with the examples; fix the bug in MY_ARG_WITH example reported
5578         by Alexandre Duret-Lutz.
5579         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
5580         expansion of $1 in the comment emitted to configure.
5582 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
5584         * doc/autoconf.texi (Pretty Help Strings): Fix typo
5585         in my editing of the previous patch.  Problem reported
5586         by Alexandre Duret-Lutz.
5588 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
5590         * doc/autoconf.texi (Autoconf Language): Explain that
5591         ``descriptions'' may not be double quotes.
5592         (Quotation Rule Of Thumb): Likewise.
5593         (Pretty Help Strings): Likewise; remove the wrong comment;
5594         simplify the examples and improve their quoting.
5596 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
5598         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
5599         the $1_found variable, don't test whether the file is executable;
5600         Both things are checked ...
5601         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
5602         the former ``test -f''.
5603         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
5605 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
5607         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
5608         use cp -R instead.
5610 2004-11-10  Derek R. Price  <derek@ximbiot.com>
5612         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
5613         limitations.  Reorder paragraphs for clarity.
5615 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5617         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
5618         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
5619         variants", "Unix", and some related minor wording fixups.
5621         (Shellology, Special Shell Variables): Document that the Zsh
5622         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
5623         to Alexandre Duret-Lutz for this info.
5625 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
5627         * doc/autoconf.texi (One-Shot Macros): New node.
5629 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
5631         * doc/autoconf.texi (Function Portability): Fix misdescription
5632         of putenv.  Problem reported by Michael Wardle.
5634 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
5636         * doc/autoconf.texi (auindex): New macro.
5637         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
5638         Problem reported by Stepan Kasal.
5640 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
5642         Fix problems reported by Andreas Buening in:
5643         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
5644         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
5645         in test makefile.
5646         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
5647         readable; it's not true in OS/2-emx.
5649 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
5651         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
5652         "/usr/include", clear ac_x_includes instead of leaving it as "no"
5653         (trivial change).  Problem and patch reported by Andrew Church in:
5654         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
5656 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
5658         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
5659         three args in examples.  Problem reported by Frederik Fouvry in:
5660         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
5661         Also, fix some minor spacing and punctuation bugs.
5663 2004-09-02  Akim Demaille  <akim@epita.fr>
5665         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
5666         "case" to restore ordering.
5667         Reported by Stepan Kasal.
5669 2004-08-26  Akim Demaille  <akim@epita.fr>
5671         * doc/autoconf.texi: Minor typos and stylos.
5673 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5675         * configure.ac (AC_INIT): Bump to 2.59c.
5677 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5679         Version 2.59b.
5681         * README: Add advice about m4 1.4.2.
5683         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
5684         texinfo.tex for now (done by hand now).
5685         * Makefile.maint (wget_files, cvs_files):
5686         Remove ansi2knr.c; nobody uses it.
5687         (ansi2knr.c-url_prefix): Remove.
5688         (cvs-update): Fix test for failure.  I don't know why it ever
5689         worked...
5691         * doc/autoconf.texi: Update URLs, some of which went stale.
5692         Use @uref rather than @href.
5694         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
5695         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
5697         * config/config.guess, config/config.sub, config/elisp-comp,
5698         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
5699         doc/fdl.texi, doc/standards.texi: Sync with master copy.
5701         * NEWS, TODO, configure.ac, bin/autoscan.in,
5702         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
5703         doc/install.texi, lib/Autom4te/Configure_ac.pm,
5704         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
5705         lib/autoconf/programs.m4, lib/autoconf/status.m4,
5706         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
5707         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
5708         tests/tools.at, tests/torture.at:
5709         Use "file name" rather than "filename" or "path",
5710         to be consistent with the terminology of the GNU coding standards.
5712 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5714         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
5715         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
5716         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
5717         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
5719         More fixes to support spaces in the name of the build directory.
5720         This isn't a complete fix but it's an improvement.
5722         * bin/autoconf.as (autom4te_options): New var.
5723         Use it instead of appending to AUTOM4TE, so that we can allow
5724         spaces in the build directory's absolute name.
5725         * bin/autoheader.in ($autoconf): Allow spaces in file names.
5726         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
5727         AT_CHECK_NOESCAPE): Likewise.
5728         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
5729         main program): Likewise.
5731 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
5733         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
5734         From Ralf Corsepius in:
5735         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
5737 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
5739         * doc/autoconf.texi (Function Portability): Document isinf and
5740         and isnan.  From a suggestion by Kevin Ryde.
5742         * lib/Autom4te/General.pm (END): Return correct exit status even
5743         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
5745 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5747         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
5748         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
5749         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
5751 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
5753         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
5754         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
5755         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
5756         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
5757         * lib/autom4te.in (Automake-preselections): Preselect
5758         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
5760 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
5762         * lib/autom4te.in (Automake-preselections): Preselect
5763         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
5764         trace them.
5766 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
5768         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
5769         Tru64.
5770         * doc/autoconf.texi (Shellology): Mention BIN_SH.
5771         Document problem with "`""`" in pdksh POSIX mode.
5773 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
5775         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
5776         with pdksh, too.  Problem reported by Patrick Welche via
5777         Gary V. Vaughan.
5778         * doc/autoconf.texi (Shellology): Note that set -o posix is
5779         useful for pkdsh, too.
5781 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
5783         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
5784         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
5785         Don't fail if ENV or BASH_ENV is readonly.
5786         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
5787         etc. are read only.  Problem reported by Ludovic Courtes.
5789 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
5791         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
5792         zsh, disable GLOB_SUBST to avoid backslash handling problems.
5793         (trivial change)
5795 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
5797         * doc/autoconf.texi (File System Conventions): Warn about
5798         names like "aux".  Problem reported by Eric Blake.
5800         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
5801         by zero instead of array size, so that we can use any arithmetic
5802         constant expression (instead of requiring an integer constant
5803         expression).  This allows us to test expressions like DBL_MAX <
5804         LDBL_MAX, which didn't conform to the C standard using the old
5805         method.
5806         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
5807         now that we can do floating-point tests at compile time.
5809 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
5811         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
5812         and LDBL_EPSILON, as the resulting expression isn't an
5813         integer constant expression and violates the C standard.
5814         Problem reported by Nelson H. F. Beebe.  Also, check
5815         for "L" suffix, and check that long double doesn't have
5816         worse range or precision than double, that mixed-mode
5817         arithmetic doesn't generate a diagnostic, that double
5818         constants fit in long double.
5820 2004-06-03  Kevin Ryde  <user42@zip.com.au>
5822         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
5823         malloc(0) and realloc(NULL,size).
5825         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
5826         Bob Proulx.
5828 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
5830         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
5831         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
5832         by Jim Meyering.
5834 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
5836         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
5837         can be rewritten using if-then-else.  Suggested by Bruno Haible.
5839 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
5841         * doc/autoconf.texi (testsuite Scripts): Fix typo.
5842         Problem reported by Stepan Kasal.
5844 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
5846         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
5847         change).  Patch reported by Ralf Wildenhues in
5848         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
5850         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
5851         function F exists if the compiler and linker let you compile an
5852         expression like (F != 0).  Recent versions of GCC optimize away
5853         the reference to F in that case, since every function address must
5854         be nonzero, so the link succeeds even if F does not exist.
5855         Problem reported by Manu in
5856         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
5858         * doc/autoconf.texi (Systemology): Standardize on the spelling of
5859         "Unix".  Many uses changed.
5860         (Limitations of Builtins): Explain better why the ! command isn't
5861         portable.
5863 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
5865         * lib/autom4te.in (Automake-preselections): Preselect
5866         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
5868 2004-05-19  Kevin Ryde  <user42@zip.com.au>
5870         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
5871         referencing AC_FUNC_STRERROR_R.
5873         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
5874         note pessimistic assumption when cross compiling.
5876 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
5878         * doc/autoconf.texi (Limitations of Make): Note that BSD make
5879         (until 2004) invoked subcommands with sh -e, contra POSIX.
5880         Reported by Kevin Ryde.
5882 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
5884         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
5885         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
5886         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
5887         `test -f "        /usr/bin/grep"', which _always_ failed.
5888         (AC_PROG_SED): Ditto bogus PATH fix.
5889         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
5890         requires that grep correctly supports _multiple_ `-e' options, rather
5891         than stating only that grep should accept `-e'.
5893 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
5895         Port to C99, which requires that 'exit' be declared.
5897         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
5898         to ensure that stdlib.h is included.
5899         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
5900         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
5901         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
5902         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
5903         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
5904         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
5905         when using 'exit' in a test; C99 requires that 'exit' be declared.
5907 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5909         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
5910         now prefers 'grep' implementations that accept -e.
5911         (Limitations of Usual Tools): Describe problems of traditional
5912         egrep and fgrep with long input lines, and of traditional grep
5913         with -e.
5914         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
5915         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
5916         All callers changed.  Append /usr/xpg4/bin to the PATH, for
5917         Solaris.
5918         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
5919         the user with complaints about multiple -e options.
5920         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
5921         Define it with AC_PROG_GREP.
5922         * configure.ac (AC_PROG_GREP): Add.
5923         * lib/freeze.mk (GREP): New macro.
5925 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
5927         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
5928         a possible candidate only after all others fail, rather than
5929         consulting it first.  This improves backward compatibility by
5930         better reflecting the way shell selection occurred in previous
5931         versions of Autoconf, and should help to avoid triggering latent
5932         problems in other packages, such as the one in Automake where zsh
5933         is not handled robustly:
5934         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
5935         Although it is not Autoconf's responsibility to work around
5936         problems in Automake, it nevertheless makes sense to avoid
5937         introducing unnecessary incompatibilites.
5939 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
5940             Gary V. Vaughan  <gary@gnu.org>
5942         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
5943         how deeply nested we are when a suitable tool is found, set the
5944         ac_path_TOOL_found flag.
5945         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
5946         nested we are in this macro.  Break out of all 3 nested loops if
5947         ac_path_TOOL_found is set.
5949 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
5951         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
5952         of the _AS_PATH_WALK loop too if GNU flavor is found.
5954 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
5956         * doc/autoconf.texi (Limitations of Make): Update documentation
5957         for `$<'.  New entry `Long lines', based on a report from Simon
5958         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
5959         paragraph about DJGPP, based on a mail from Richard Dawe.
5961 2004-04-20  Paul Eggert  <eggert@twinsun.com>
5963         * tests/c.at (C keywords): Don't assume that GCC supports
5964         "restrict" and "inline", as sufficiently-old GCC versions do not
5965         (also, GCC configured to be in pedantic C89 mode does not).
5966         Problem reported by Sumit Pandya in:
5967         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
5969         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
5970         consider -g to work if it generates warnings when plain compiles
5971         don't.  Problem reported by Braden McDaniel in:
5972         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
5974         * doc/autoconf.texi (Slashes): New section, to document a problem
5975         reported by Jim Meyering in:
5976         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
5978         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
5979         linker output files before linking, to work around IRIX 6 linker bug.
5980         Problem reported by Rainer Orth in:
5981         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
5983 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
5985         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
5986         best tool so far counter rely on the tool path variable name to
5987         avoid checks for one tool being affected by the results of running
5988         the length check on a previous tool.
5990         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
5991         match expression argument, as different greps have different
5992         regular expression flavours.
5993         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
5994         literals.
5995         (AC_PROG_EGREP): Pass 'EGREP$'.
5996         (AC_PROG_GREP): Pass 'GREP$'.
5998 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
6000         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
6001         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
6003 2004-03-29  Paul Eggert  <eggert@twinsun.com>
6005         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
6006         Types, Specific Compiler Characteristics, System Services,
6007         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
6008         etc. consistently instead of 'long', 'short', 'unsigned' etc.
6009         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
6010         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
6011         Likewise.
6012         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
6013         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
6014         AC_TYPE_OFF_T): Likewise.
6015         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
6016         Likewise.
6018         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
6019         pacify libtool 1.5.2.  Fix quoting problems in sed command.
6021 2004-03-28  Paul Eggert  <eggert@twinsun.com>
6023         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
6024         now defines HAVE_DECL_TZNAME if it is declared, when
6025         HAVE_STRUCT_TM_TM_ZONE is not defined.
6026         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
6027         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
6028         for HAVE_TZNAME.
6030 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
6032         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
6033         superfluous backslashing of quotes (") in sed expressions;
6034         thanks to Paul Eggert.
6036 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
6038         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
6039         Fortran compiler is ifort, also added pghpf; thanks to Nelson
6040         H. F. Beebe for the bug report.
6042 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
6044         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
6045         quoted -cmdline argument in Portland Group compiler (bug
6046         reported by Jeffrey J. Barteet).
6048 2004-03-25  Kevin Ryde  <user42@zip.com.au>
6050         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
6051         (Run Time): ... here, where it's now mentioned.
6053 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
6055         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
6056         inherits from language Autoconf-without-aclocal-m4.
6057         (Customizing autom4te): Adjust example; the cache must now be
6058         disabled for language Autoconf-without-aclocal-m4.
6060 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
6061             Nathanael Nerode  <neroden@twcny.rr.com>
6063         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
6064         AC_CHECK_TOOLS): Warn if a cross-tool is found without
6065         a prefix.
6066         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6067         AC_CHECK_TARGET_TOOLS): New macros.
6068         * doc/autoconf.texi (Generic Programs): Document
6069         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6070         AC_CHECK_TARGET_TOOLS, and warn for future changes
6071         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
6072         AC_CHECK_TOOLS.
6073         (Specifying Names): Document the reason for these future
6074         behavioral changes.
6075         * tests/mktests.sh: Do not generate tests for the
6076         new macros.
6077         * NEWS: Document these changes.
6079         * doc/autoconf.texi: Avoid macros with unbraced arguments,
6080         they make TeX hang up.
6082 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
6084         * NEWS: New macro AC_CHECK_ALIGNOF.
6085         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
6086         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
6087         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
6088         vowel.
6089         (AC_CHECK_ALIGNOF): New macro.
6090         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
6091         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
6092         those for sizeof.
6094 2004-03-03  Paul Eggert  <eggert@twinsun.com>
6096         * bin/Makefile.am (edit): Don't use $< in a context where
6097         POSIX doesn't require support for it.  Use $@.in instead.
6098         Problem reported by Anthony N. Frasso in
6099         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
6100         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
6102 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
6104         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
6105         from the next generation of Libtool.
6106         * lib/autom4te.in (Autoreconf-preselections): Ditto.
6108 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
6110         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
6111         is not always thread-safe.  Report from Nathanael Nerode.
6113 2004-02-18  Paul Eggert  <eggert@twinsun.com>
6115         Fix a dependencies problem, stemming from a Autoconf 2.59 build
6116         problem on QNX reported by Stephen Rasku in
6117         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
6119         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
6120         $(m4sh_m4f_dependencies); this removes a FIXME.
6121         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
6122         (MAINTAINERCLEANFILES): Split into pieces,
6123         one per related section.  Add $(srcdir)/wrapper.in.
6125 2004-02-09  Paul Eggert  <eggert@twinsun.com>
6127         * doc/autoconf.texi (Setting Output Variables): Emphasize that
6128         AC_SUBST provides no portable way to escape literal newlines.
6130         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
6131         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
6132         Darwin uses -lcrt2.o and there's little point to cataloging all
6133         the system variants.  Partial fix reported by Andreas Waechter in:
6134         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
6135         for bug reported by Nelson H. F. Beebe in:
6136         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
6138 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
6140         * doc/autoconf.texi (AU_DEFUN): Fix English,
6141         suggested by Paul Eggert.
6142         * lib/autoconf/autoupdate.m4: Correct reference to
6143         acobsolete.m4, suggested by Alexandre Duret-Lutz.
6145 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
6147         * bin/autoupdate.in: Define __file__ so that warnings
6148         refer to the correct file.
6149         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
6150         the behavior of the third argument.
6151         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
6152         correctly the behavior of the third argument.  Document
6153         what the three macros that AU_DEFUN defines do.  Fix
6154         warning message when the third argument includes $0
6155         (reported by Alexandre Duret-Lutz).
6157 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6158             Eric Sunshine  <sunshine@sunshineco.com>
6159             Paul Eggert  <eggert@twinsun.com>
6161         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
6162         (AS_INIT): Output shell initialization there. Removed optional
6163         parameter. Expand _AS_SHELL_FN_SPY.
6164         (AS_INIT_WITH_SHELL_FN): Removed.
6165         (_AS_SHELL_FN_SPY): New macro.
6166         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
6167         macros.
6168         (AS_SHELL_SANITIZE): Remove loop to find better shell
6169         and documentation for the parameter.
6170         (_AS_DETECT_BETTER_SHELL): Move it here.
6171         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
6172         (_AS_RUN): Move it here, support testing with eval.
6173         (AS_REQUIRE_SHELL_FN): Require shell functions when
6174         it is used.
6175         (_AS_LINENO_WORKS): Put around braces, we do not
6176         trigger the bash bug anymore.
6177         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
6178         use AS_INIT_WITH_SHELL_FN.
6179         * bin/autoconf.in, tests/wrapper.in: Regenerated.
6181 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6183         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
6184         * doc/autoconf.texi: Don't say that the third parameter
6185         is broken.
6186         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
6187         (AU_DEFUN): Honor the third parameter, create autoupdate
6188         macros with AU_DEFINE.
6189         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
6190         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
6191         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
6192         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
6193         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
6194         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
6195         AC_XENIX_DIR): Likewise.
6196         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
6197         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
6198         * lib/autoconf/status.m4: Remove FIXME.
6199         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
6200         that the macro is not present anymore in the updated
6201         configure.ac.
6202         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
6203         of autoupdate.
6205 2004-01-28  Paul Eggert  <eggert@twinsun.com>
6207         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
6208         copyright years.
6209         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
6210         2003 (except 1997) to the list of copyright years.  This undoes
6211         the 2003-05-22 change, which removed the older years from the list.
6212         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
6214 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
6215             Albert Chin-A-Young  <china@thewrittenword.com>
6217         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
6218         grep or ggrep program in PATH that accepts as long lines as
6219         possible.
6220         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
6221         AC_PROG_GREP.
6222         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
6223         egrep and fgrep respectively if $GREP -E/-F don't work.
6224         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
6225         _AC_PROG_GREP, and AC_PROG_SED.
6226         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
6227         longest input length accepted by a command.
6228         (AC_PROG_SED): Use it.
6229         * doc/autoconf.texi (Particular Programs): Document the changes.
6230         * NEWS: Updated.
6232 2004-01-27  Paul Eggert  <eggert@twinsun.com>
6234         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
6235         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6236         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
6237         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
6239         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
6240         bin/autoconf.in, config/Makefile.in, config/config.guess,
6241         config/config.sub, config/install-sh, config/mdate-sh,
6242         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
6243         lib/Makefile.in, lib/Autom4te/Makefile.in,
6244         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
6245         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
6246         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
6247         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
6248         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
6249         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
6250         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
6251         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
6252         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
6253         tests/actypes.at: Regenerate and/or sync with original
6254         sources.
6256 2004-01-26  Paul Eggert  <eggert@twinsun.com>
6258         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
6259         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
6260         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
6261         not <inttypes.h>.  Problem reported by Tim Mooney in
6262         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
6263         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
6264         Likewise.
6266         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
6267         otherwise "make check" fails because it forbids cmp (I guess
6268         because cmp treats files as binary on DOS-like systems).
6270         * tests/mktests.sh: Update copyright date to 2004, since some tests
6271         have changed in 2004.
6273 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
6275         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
6276         non-truncating sed or gsed program in PATH.
6277         * tests/acprograms.at: Add it.
6278         * doc/autoconf.texi (Particular Programs): Document it.
6279         * NEWS: Updated.
6281 2004-01-15  Paul Eggert  <eggert@twinsun.com>
6283         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
6284         -std1 disables some useful extensions on Tru64.  Problem reported
6285         by N. Lichtmaier in
6286         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
6288 2004-01-14  Paul Eggert  <eggert@twinsun.com>
6290         * doc/autoconf.texi (Programming in M4sh): Document that
6291         AS_MKDIR_P succeeds if the destination is a symbolic link
6292         to an existing directory.
6293         (Limitations of Usual Tools): Note that mkdir -p might not
6294         succeed on symlinks to directories.
6296 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
6298         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
6299         * bin/autoheader.in: Grammar fix in message.
6300         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
6301         Test for dir before calling mkdir -p.  (trivial changes)
6303 2004-01-13  Eric Blake  <ebb9@byu.net>
6305         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
6306         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
6308 2004-01-10  Jim Meyering  <jim@meyering.net>
6310         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
6312 2004-01-09  Paul Eggert  <eggert@twinsun.com>
6314         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
6315         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
6316         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
6317         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
6318         AC_COMPILE_IFELSE, since we now assume our caller invokes
6319         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
6320         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
6321         of AC_RUN_IFELSE; this avoids the warning mentioned above.
6322         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
6324 2004-01-07  Paul Eggert  <eggert@twinsun.com>
6326         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
6327         `"'...'"`, as it's confusing (and I suspect it may not work on
6328         some platforms).  The code was incorrect anyway, as it assumed
6329         that \$ evaluated to itself in that context.  Reported by
6330         Alexandre Duret-Lutz.
6332 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
6334         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
6335         and _LT_AC_TAGCONFIG.
6337 2004-01-06  Paul Eggert  <eggert@twinsun.com>
6339         * doc/autoconf.texi (One Macro Call): Fix an incorrect
6340         example, and add more examples.  Reported by Eric Sunshine.
6342 2004-01-05  Paul Eggert  <eggert@twinsun.com>
6344         * doc/autoconf.texi (Limitations of Usual Tools):
6345         Remove warning against "rm -fr" introduced yesterday; it
6346         was a false alarm.
6348         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
6349         autoscan, autoupdate, ifnames): Don't use chmod -w.
6350         * lib/Makefile.am (autom4te.cfg): Likewise.
6351         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
6352         "chmod -w".
6354 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6355             Paolo Bonzini  <bonzini@gnu.org>
6357         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
6358         by doing lineno substitution only on lines containing "$LINENO".
6360 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6362         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
6363         Use "rm -f" to remove conftest.sed, not plain "rm".
6364         Bug reported by David Relson in
6365         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
6367         * Makefile.am (autom4te-update):
6368         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
6369         * Makefile.maint (my-distcheck, do-po-update): Likewise.
6370         * doc/autoconf.texi (Guidelines): Likewise.
6371         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
6372         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
6373         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
6374         * lib/autotest/general.m4 (AT_INIT): Likewise.
6375         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
6376         * tests/Makefile.am (clean-local): Likewise.
6377         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
6378         srcdir): Likewise.
6379         * doc/autoconf.texi (Limitations of Usual Tools):
6380         Warn against "rm -fr".
6382 2004-01-03  Paul Eggert  <eggert@twinsun.com>
6384         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
6385         -c -o might not work.  From a suggestion by Kevin Ryde.
6386         (C Compiler, Generating Sources, Limitations
6387         of Usual Tools, Limitations of Make, Making testsuite Scripts):
6388         Don't put '-o' after non-options, as POSIX doesn't allow this.
6389         Mention that cc's name might be gcc or c89 or whatever.
6391 2004-01-04  Kevin Ryde  <user42@zip.com.au>
6393         * doc/autoconf.texi: Add various further index entries.
6395 2003-12-29  Paul Eggert  <eggert@twinsun.com>
6397         * bin/autoreconf.in (autoreconf_current_directory):
6398         Fix typo: mkdir without umask arg.
6400 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
6402         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
6403         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
6404         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
6405         explanation clearer.
6407 2003-12-24  Andreas Schwab  <schwab@suse.de>
6409         * doc/autoconf.texi (Default Includes): Fix misspelling of
6410         AC_INCLUDES_DEFAULT.
6412 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6414         * configure.ac: Test if sh -n works.
6415         * configure: Regenerate.
6416         * tests/atlocal.in: Store the result here.
6417         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
6418         tools.at, looking in atlocal's ac_cv_sh_n_works instead
6419         of explicitly testing.
6420         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
6421         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
6422         * tests/tools.at (Syntax of the shell scripts): Simplify
6423         using AT_CHECK_SHELL_SYNTAX.
6424         (Syntax of the Perl scripts): Remove definition of
6425         AT_CHECK_PERL_SYNTAX.
6427 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6429         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
6430         stderr to /dev/null.
6431         * bin/autoconf.in: Regenerate.
6432         * bin/wrapper.in: Regenerate.
6434 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
6436         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
6437         Extracted from AS_SHELL_SANITIZE.
6438         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
6439         macros.
6440         (AS_SHELL_SANITIZE): Move reinvocation code from
6441         _AS_LINENO_WORKS, use it to find out if shell
6442         functions work.
6443         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
6444         does not work.
6445         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
6446         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
6447         was called.
6448         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
6449         * bin/autoconf.in: Regenerate.
6450         * tests/wrapper.in: Regenerate.
6451         * tests/tools.at: Test the syntax of tests/autoconf
6452         and tests/testsuite.
6454 2003-11-24  Akim Demaille  <akim@epita.fr>
6456         * config/announce-gen (&print_locations, &print_signatures)
6457         (&sizes): New.
6458         Use them.
6459         No longer rely on Gnus to inline the list of signatures: compute
6460         them on the fly.
6462 2003-11-24  Akim Demaille  <akim@epita.fr>
6464         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
6465         override some files.
6466         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
6467         From Debian Autoconf 2.58.
6469 2003-11-24  Akim Demaille  <akim@epita.fr>
6471         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
6472         uses.
6473         From Debian Autoconf 2.58.
6475 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6477         * TODO: Remove already done things.  Update the part about finding
6478         tools for the target.
6480 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6482         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
6483         Make wording more consistent.
6484         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
6485         Explain the transition better.
6486         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
6487         the transition better.
6489 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6491         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
6492         parameter of AU_DEFUN.
6493         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
6494         (AU_DEFUN): Remove the third parameter, it was not used.
6495         Use AC_DEFUN directly, not AU_DEFINE.
6496         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
6497         the expanded body, consistently with other macros such as AC_USG.
6499 2003-11-17  Paul Eggert  <eggert@twinsun.com>
6501         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
6502         into the initial confdefs.h, to work around a bug in NextStep 3.3
6503         patch 3 reported by Eric Sunshine.
6505 2003-11-15  Kevin Ryde  <user42@zip.com.au>
6507         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
6508         than $target since the latter is not usual, add guidelines on when to
6509         use or not use the system type.
6511 2003-11-12  Derek Price  <derek@ximbiot.com>
6513         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
6514         typo misrepaired by an auto-spellcheck.
6516 2003-11-12  Akim Demaille  <akim@epita.fr>
6518         * bin/autoreconf.in (&parse_args): Don't call automake with
6519         --force-missing unless it actually supports it.
6520         From Debian #219336.
6522 2003-11-12  Akim Demaille  <akim@epita.fr>
6524         * configure.ac: Bump to 2.59a.
6525         Require 2.59.
6527 2003-11-06  Akim Demaille  <akim@epita.fr>
6529         Version 2.59.
6531 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
6533         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
6534         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
6535         and ac_abs_top_srcdir are absolute paths.
6536         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
6538 2003-11-05  Akim Demaille  <akim@epita.fr>
6540         * configure.ac: Bump to 2.58a.
6542 2003-11-05  Kevin Ryde  <user42@zip.com.au>
6544         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
6545         it provokes a warning from makeinfo about looking like a cross
6546         reference in info output.
6548         * doc/autoconf.texi (Function Portability): Add notes on signal
6549         handler return type, as per AC_TYPE_SIGNAL.
6551 2003-11-04  Akim Demaille  <akim@epita.fr>
6553         Version 2.58.
6554         * doc/standards.texi: Update from master.
6556         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
6558 2003-11-04  Akim Demaille  <akim@epita.fr>
6560         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
6561         computing the absolute path to d1 in the source hierarchy: it may
6562         not exist at all.  So don't cd into it.
6563         From Alexandre Duret-Lutz.
6564         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
6566         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
6567         From Paul Eggert, but named after Perl's IO::Spec->catfile.
6568         * doc/autoconf.texi (Programming in M4sh): Document.
6569         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
6571 2003-11-03  Pavel Roskin  <proski@gnu.org>
6573         * doc/autoconf.texi (Generic Structure Checks): Describe
6574         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
6576 2003-10-31  Akim Demaille  <akim@epita.fr>
6578         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
6579         (GNU Fortran): New.
6580         * doc/autoconf.texi (Language Choice): Document.
6581         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
6582         the current language is Fortran.
6584 2003-10-31  Akim Demaille  <akim@epita.fr>
6586         * bin/autom4te.in (&freeze): Use a less likely warning separator
6587         than `\n\n', so that `\n\n\n' is valid in warnings.
6588         Reported by Steve Huston.
6590 2003-10-28  Akim Demaille  <akim@epita.fr>
6592         * Makefile.cfg (local_updates, executable-update): Tweak to be
6593         robust to parallel makes.
6594         Suggested by Alexandre Duret-Lutz.
6596 2003-10-27  Akim Demaille  <akim@epita.fr>
6598         * Makefile.cfg (executable-update): New.
6599         (local_updates): Call it.
6601 2003-10-27  Akim Demaille  <akim@epita.fr>
6603         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
6604         Don't remove core.* as it may remove valid user files.
6605         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
6606         (AC_FUNC_UTIME_NULL): Likewise.
6608 2003-10-23  Akim Demaille  <akim@epita.fr>
6610         Version 2.57g.
6611         * config/config.guess, config/config.sub: Upgrade from masters.
6613 2003-10-23  Akim Demaille  <akim@epita.fr>
6615         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
6616         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
6617         hand...
6619 2003-10-23  Akim Demaille  <akim@epita.fr>
6621         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
6622         Don't forget to remove conftest.err.
6624 2003-10-23  Akim Demaille  <akim@epita.fr>
6626         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
6627         same object file in $LIBOBJS.
6628         Reported by Alexandre Duret-Lutz & Derek Robert Price.
6629         * doc/autoconf.texi (Generic Functions): Adjust.
6631 2003-10-20  Paul Eggert  <eggert@twinsun.com>
6633         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
6634         Use 'eval', so that the resulting configure scripts work even if
6635         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
6637 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
6639         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
6640         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
6641         (_AC_LINK_IFELSE): Check the werror flag.
6642         * doc/autoconf.texi (Generic Compiler Characteristics): Document
6643         AC_LANG_WERROR.
6644         * NEWS: Mention it.
6646 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
6648         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
6649         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
6650         override AC_LINK_IFELSE.
6652 2003-10-15  Paul Eggert  <eggert@twinsun.com>
6654         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
6655         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
6656         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
6657         Mention /usr/dt/bin/dtksh on Solaris.
6658         (Shell Substitutions): Warn about $((...)).
6659         (Parentheses): New section.
6661 2003-10-15  Kevin Ryde  <user42@zip.com.au>
6663         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
6664         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
6666 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6668         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
6669         cross test.
6671 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
6673         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
6674         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
6676 2003-10-10  Andreas Schwab  <schwab@suse.de>
6678         * bin/autoheader.in: Avoid empty first line in --version and
6679         --help output.
6680         * bin/ifnames.in: Likewise.
6682 2003-10-09  Paul Eggert  <eggert@twinsun.com>
6684         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
6685         Issue a more-informative diagnostic.
6686         Problems reported by Eric Sunshine.
6688 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
6690         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
6691         -mGLOB_options_string stuff for Intel ifc, which can cause
6692         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
6693         pattern-matching instead of grep.
6695 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
6697         * doc/autoconf.texi: Document new FC Fortran macros.
6699 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
6701         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
6702         that future autopoint/aclocal/automake/autoreconf will be able
6703         to trace to find where to install local m4 macros.
6704         * doc/autoconf.texi (Input): Document it.
6705         * NEWS: Updated.
6707 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
6709         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
6710         -lcrtbegin.o to list of ignored flags and fix underquoting of
6711         -lcrt[01].o.
6713 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
6715         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
6716         cache variable instead of $G77 to decide whether to include -O2,
6717         since $G77 is specific to Fortran 77.
6719 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
6721         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
6722         free" flag.  Re-order flags tested into rough order of popularity.
6724 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
6726         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
6727         arguments so that it can be used with syntax identical to
6728         AC_PROG_F77, and so that we can more easily decide to
6729         remove/deprecate the DIALECT optional argument in the future if it
6730         proves troublesome.
6731         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
6732         non-freeform-supporting compilers.  Document freeform flags.
6734 2003-10-03  Akim Demaille  <akim@epita.fr>
6736         * configure.ac: Look for emacs, not macs.
6737         Reported by Eric Sunshine.
6739 2003-10-03  Akim Demaille  <akim@epita.fr>
6741         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
6742         * bin/autoreconf.in (autoreconf_current_directory): Create the
6743         AUX_DIR if needed, for sake of automake --add-missing etc.
6744         Suggested by Alexandre Duret-Lutz.
6746 2003-10-03  Akim Demaille  <akim@epita.fr>
6748         * configure.ac: Quotation and formatting changes.
6749         (EMACS): Don't set it if it is not recent enough to support
6750         autoconf-mode.el.
6751         From Eric Sunshine.
6753 2003-10-02  Akim Demaille  <akim@epita.fr>
6755         * bin/ifnames.in (&scan_file): Skip C++ comments.
6756         From Jeremy Yallop.
6758 2003-10-01  Pavel Roskin  <proski@gnu.org>
6760         * doc/autoconf.texi (Particular Structure Checks):
6761         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
6763 2003-10-01  Akim Demaille  <akim@epita.fr>
6765         Version 2.57f.
6767 2003-09-30  Paul Eggert  <eggert@twinsun.com>
6769         * lib/Autom4te/XFile.pm: Use Errno.
6770         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
6771         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
6773 2003-09-30  Akim Demaille  <akim@epita.fr>
6775         * config/announce-gen (&print_news_deltas): Extracted from...
6776         (&print_changelog_deltas): here.
6777         (&news_file): Rename as...
6778         (@news_file): this.
6780 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
6782         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
6783         have been created when invoking the compiler.
6784         * tests/fortran.at (GNU Fortran 77): Quote $G77.
6786 2003-09-29  Akim Demaille  <akim@epita.fr>
6788         Version 2.57e.
6790         * config/mkinstalldirs: Upgrade.
6792 2003-09-28  Paul Eggert  <eggert@twinsun.com>
6794         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
6795         Problem reported by Lars J. Aas in
6796         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
6797         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
6798         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
6799         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
6801 2003-09-26  Akim Demaille  <akim@epita.fr>
6803         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
6804         directory for AC_CONFIG_COMMANDS' first argument exists.
6805         This makes valid the invocation of _AC_SRCPATH that follows.
6806         Reported by Eric Sunshine.
6807         * doc/autoconf.texi (Configuration Commands): Adjust.
6809 2003-09-26  Akim Demaille  <akim@epita.fr>
6811         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
6812         Reported by Ralf Corsepius.
6814 2003-09-26  Akim Demaille  <akim@epita.fr>
6816         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
6817         arguments.
6818         Actually, use AU_ALIAS.
6819         From Bruno Haible.
6821 2003-09-26  Paul Eggert  <eggert@twinsun.com>
6823         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
6824         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
6825         Problem reported by Eric Sunshine in:
6826         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
6828 2003-09-26  Akim Demaille  <akim@epita.fr>
6830         The test suite are sometimes assigning timings incorrectly.
6831         Reported by Henk Krus.
6832         Diagnosed by Nicolas Joly.
6834         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
6835         AT_help_all.
6836         Instead of making AT_help a sequence of assignments to grow
6837         $at_help_all, just make AT_help_all be the growing contents of
6838         $at_help_all, and make a single assignment in...
6839         (AT_INIT): here.
6840         (at_times_skip): Flip the meaning and rename as...
6841         (at_times_p): this.
6842         (AT_INIT): When summarizing the test that ran, remove
6843         $at_times_file after use, and check it is present before trying to
6844         use it.
6846 2003-09-25  Akim Demaille  <akim@epita.fr>
6848         Version 2.57d.
6850         * bin/Makefile.am (edit): Handle '@configure_input@'.
6851         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
6852         (ifnames): chmod -w.
6853         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
6854         executables, not bin/ executables!  Otherwise all the magic needed
6855         to find non installed files is turned off.  This caused a failure
6856         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
6857         as found in its environment (sent by tests/autoreconf): pointing
6858         to bin/autom4te that could not find its files.
6859         * tests/mktests.sh: Force the replacement of generated files, for
6860         the sake of "mv" program that are interactive when overwriting a
6861         -w file.
6862         * config/install-sh: Upgrade from CVS Automake.
6864 2003-09-23  Paul Eggert  <eggert@twinsun.com>
6866         * doc/autoconf.texi (Limitations of Builtins): Document test -h
6867         versus test -L issues.
6869 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
6870             Paul Eggert  <eggert@twinsun.com>
6872         Trivial change to support GCC's configuration procedure.
6873         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
6874         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
6875         about inconsistency if the preprocessor is set to give errors for
6876         any warning.
6877         * doc/autoconf.texi (C Compiler Characteristics): Document this.
6879 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
6881         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
6882         and XFile.pm from Automake.
6883         * lib/Autom4te/XFile.pm: Update from Automake.
6885 2003-09-12  Akim Demaille  <akim@epita.fr>
6887         Version 2.57c.
6889 2003-09-12  Akim Demaille  <akim@epita.fr>
6891         * config/config.guess, config/config.sub, config/missing,
6892         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
6893         from masters.
6895 2003-09-12  Akim Demaille  <akim@epita.fr>
6897         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
6898         not asm/types.h.
6900 2003-09-11  Akim Demaille  <akim@epita.fr>
6902         * doc/autoconf.texi (Header Portability): linux/random.h.
6903         From Peter Hendrickson.
6905 2003-09-10  Akim Demaille  <akim@epita.fr>
6907         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
6908         willing to edit the output files.
6910 2003-09-10  Akim Demaille  <akim@epita.fr>
6912         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
6913         and AC_FC_FREEFORM.
6914         * tests/mktests.sh: Skip AC_FC_SRCEXT.
6915         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
6917 2003-09-09  Akim Demaille  <akim@epita.fr>
6919         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
6920         Reported by Gary Vaughan.
6921         * bin/autom4te.in (handle_m4): Likewise.
6923 2003-09-09  Akim Demaille  <akim@epita.fr>
6925         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
6926         trailing files.
6928 2003-09-07  Paul Eggert  <eggert@twinsun.com>
6930         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
6931         Improve the accuracy of the wording about obsolescence.
6932         From a suggestion by Ian Lance Taylor in
6933         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
6935 2003-09-05  Paul Eggert  <eggert@twinsun.com>
6937         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
6938         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
6940 2003-09-04  Akim Demaille  <akim@epita.fr>
6942         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
6943         AC_FUNC_WAIT3.
6945 2003-09-04  Akim Demaille  <akim@epita.fr>
6947         * bin/autom4te.in: Use &fatal where more appropriate than &error.
6948         (freeze): When exiting, use $exit_code.
6949         * lib/autoconf/fortran.m4: Comment changes.
6951 2003-09-04  Akim Demaille  <akim@epita.fr>
6953         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
6955 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
6957         Add support for newer Fortran dialects.  The F77 interface is
6958         unchanged, and continues to support Fortran 77.  New FC macros
6959         correspond to all the old F77 macros, with output variables FC,
6960         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
6961         available dialect, but older dialects can be specified.  There are
6962         new macros AC_FC_SRCEXT to set the source extension, and
6963         AC_FC_FREEFORM to accept free-form source files.
6965         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
6966         New macros.
6967         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
6968         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
6969         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
6970         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
6971         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
6972         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
6973         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
6974         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
6975         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
6976         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
6977         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
6978         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
6979         AC_FC_SRCEXT, AC_FC_FREEFORM):
6980         New macros.
6981         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
6982         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
6983         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
6984         Rewrite in terms of the above.
6985         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
6986         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
6987         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
6988         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
6990 2003-09-02  Paul Eggert  <eggert@twinsun.com>
6992         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
6993         Document problems with timestamp resolution that 'make', 'cp -p', and
6994         'touch -r' have.
6996 2003-08-27  Akim Demaille  <akim@epita.fr>
6998         * tests/m4sugar.at (cross_warning): Make sure to enable the
6999         output, so that we can track spurious m4sugar output.
7000         * tests/local.at: Require 2.57.
7001         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
7002         are defaulted by AT_CHECK anyway.
7003         Use AT_CHECK_AUTOM4TE.
7004         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
7005         missing dnl.
7007 2003-08-27  Akim Demaille  <akim@epita.fr>
7009         * bin/autoheader.in: Issue the "Using auxiliary..." message only
7010         when -Wobsolete is set.
7011         Set it on by default.
7012         Suggested by Klee Dienes.
7014 2003-08-27  Akim Demaille  <akim@epita.fr>
7016         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
7017         documentation.
7018         From Guido Draheim.
7020 2003-08-26  Akim Demaille  <akim@epita.fr>
7022         * doc/autoconf.texi (Output): Make clear that one can run code
7023         after AC_OUTPUT.
7025 2003-08-25  Akim Demaille  <akim@epita.fr>
7027         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
7028         CVS Bison.
7030 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
7032         * bin/autoreconf.in (parse_args): Do not pass --no-force to
7033         Automake versions prior to 1.8.
7035 2003-08-25  Akim Demaille  <akim@epita.fr>
7037         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
7038         From Ville Karaila.
7040 2003-08-24  Akim Demaille  <akim@epita.fr>
7042         * configure.ac: Bump to 2.57c.
7044 2003-08-22  Akim Demaille  <akim@epita.fr>
7046         Version 2.57b.
7048         * Makefile.cfg (local-checks-to-skip): New.
7049         * Makefile.maint (local-check): Rename as...
7050         (local-checks-available): this.
7051         (local-check): New.
7053         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
7054         * configure.ac: Require Automake 1.7.6.
7056 2003-08-22  Akim Demaille  <akim@epita.fr>
7058         Output stack traces in warnings.
7060         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
7061         Replace the former...
7062         (m4_warn): Pass the call stack to _m4_warn.
7063         * bin/autom4te.in: Adjust to output the call stack.
7064         * tests/m4sugar.at (m4@&t@_warn): Adjust.
7066 2003-08-22  Akim Demaille  <akim@epita.fr>
7068         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
7069         * bin/autom4te.in: Adjust.
7071 2003-08-21  Akim Demaille  <akim@epita.fr>
7073         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
7074         (&verbose): Remove.
7075         (&getopt): Adjust the note and verb channels, depending upon
7076         --verbose.
7077         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
7078         * bin/autoupdate.in: Adjust.
7079         Use &verb, not &verbose.
7081 2003-08-21  Akim Demaille  <akim@epita.fr>
7083         * bin/autoheader.in (&parse_args): Use &parse_warnings and
7084         &parse_WARNINGS.
7085         ($help): Use Autom4te::ChannelDefs::usage.
7086         * bin/autoscan.in: Use Autom4te::ChannelDefs.
7087         * lib/Autom4te/General.pm: Don't export error: you don't own it.
7089 2003-08-21  Akim Demaille  <akim@epita.fr>
7091         First stab at preserving warnings between calls to autom4te,
7092         including when the cache is used.
7094         There are still several issues: (i) there are too many runs of m4
7095         (one for include, one for warnings, and some more), (ii) warnings
7096         spreading on several lines are not handled gracefully, (iii) the
7097         code meant to have the call stack display for errors does not work
7098         (its handling should move from m4 to autom4te).
7100         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
7101         Use them.
7102         (@preselect): Add m4_warn.
7103         ($exit_status): Remove, use $exit_code.
7104         ($help): Use Autom4te::ChannelDefs::usage.
7105         (&handle_m4): No longer define the m4_warnings.
7106         At each run, extract and report the warnings.
7107         Always cache the result, including if the exit status is on
7108         failure, since if nothing changes, we should result in the same
7109         failure, hence we can use the cache.
7110         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
7111         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
7112         Remove.
7113         (m4_warn): Redefine as a do-nothing: it is its invocation that
7114         matters, as warnings are now reported via traces.
7115         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
7116         the contents of m4_warn: make it _call_ m4_warn, so that tracing
7117         the latter reveals calls to the former.
7119         Adjust the tests.
7121         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
7123 2003-08-21  Akim Demaille  <akim@epita.fr>
7125         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
7126         Use them.
7128 2003-08-21  Akim Demaille  <akim@epita.fr>
7130         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
7131         forward order.
7132         * lib/Autom4te/ChannelDefs.pm: Doc typos.
7133         (&parse_warnings): Accept a list of warning requests.
7134         (&usage): Return a string, not a side effect.
7135         (cross): New warning category.
7137 2003-08-21  Akim Demaille  <akim@epita.fr>
7139         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
7140         (&require_configure_ac): Accept an optional directory argument.
7141         ($configure_ac): Remove.
7142         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
7143         (&catfile): Remove.
7144         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
7145         * bin/autoscan.in: Adjust.
7147 2003-08-20  Akim Demaille  <akim@epita.fr>
7149         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
7150         Reported by Alexandre Duret-Lutz.
7152 2003-08-20  Akim Demaille  <akim@epita.fr>
7154         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
7155         * bin/autom4te: Adjust.
7156         In particular, be Autoconf tools are really silent when properly
7157         working, bind the verbosity of the 'note' channel to $verbose.
7158         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
7159         (&xsystem, &contents): Remove, since they are exported by...
7160         * lib/Autom4te/FileUtils.pm: this.
7161         More perldoc.
7162         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
7163         * lib/Autom4te/FileUtils.pm: here.
7165 2003-08-20  Akim Demaille  <akim@epita.fr>
7167         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
7168         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
7169         from CVS Automake.
7171 2003-08-20  Akim Demaille  <akim@epita.fr>
7173         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
7174         (autom4te-update): New.
7175         * Makefile.cfg (update): Bind autom4te-update.
7177 2003-08-19  Derek Price  <derek@ximbiot.com>
7179         * lib/autotest/general.m4: Comment various HELP_* diversions.
7180         (PARSE_ARGS_BEGIN): New section for option parsing related
7181         initialization.
7182         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
7183         package specific options and associated help.
7185 2003-08-19  Akim Demaille  <akim@epita.fr>
7187         * config/announce-gen, Makefile.cfg: New.
7188         * Makefile.am: Adjust.
7189         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
7191 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7193         * lib/autom4te.in (Automake-preselections): Preselect
7194         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
7195         and m4_sinclude.
7197 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7199         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
7200         (Autoconf-without-aclocal-m4): ... this new language.
7201         * doc/autoconf.texi (autom4te Invocation): Mention
7202         Autoconf-without-aclocal-m4.
7204 2003-08-18  Derek Price  <derek@ximbiot.com>
7206         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
7207         RUN-IF-PASS optional arguments.
7209 2003-08-18  Derek Price  <derek@ximbiot.com>
7211         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
7213 2003-08-16  Derek Price  <derek@ximbiot.com>
7215         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
7216         STDOUT & STDERR arguments.
7218 2003-08-14  Derek Price  <derek@ximbiot.com>
7220         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
7221         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
7222         shorter column three.  Add DESCRIPTION to log file content.
7224 2003-08-13  Derek Price  <derek@ximbiot.com>
7226         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
7227         output.
7229 2003-08-12  Derek Price  <derek@ximbiot.com>
7231         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
7232         (AT_CHECK_NOESCAPE): Move core functionality to...
7233         (_AT_CHECK): ...this new macro.
7235 2003-08-07  Derek Price  <derek@ximbiot.com>
7237         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
7238         (AT_CHECK_NOESCAPE): ...to this new macro.
7240 2003-07-31  Paul Eggert  <eggert@twinsun.com>
7242         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
7243         in Bash 2.01.  Problem reported by Brian Gough in
7244         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
7246 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
7248         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
7249         -lcrt1.o, for OS X.  (trivial change)
7251 2003-07-07  Paul Eggert  <eggert@twinsun.com>
7253         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
7254         inside '#ifndef __cplusplus'.  Problem reported by
7255         Bob Friesenhahn.
7257 2003-07-06  Bill Clarke  <llib@computer.org>
7259         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
7260         'long', not 'int', for benefit of Sun's recent C++ compilers
7261         (trivial change).  See:
7262         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
7263         (This really should be 'intptr_t', not 'long', but that would
7264         take more work.)
7266 2003-06-25  Akim Demaille  <akim@epita.fr>
7268         * lib/Makefile.am (autom4te.cfg): Make it read only.
7269         Depend on Makefile since it contains substitutions.
7270         From Paolo Bonzini.
7271         * lib/autom4te.in (args): Add local.at? for Autotest args.
7272         This change was made on autom4te.cfg which is generated.
7273         Reported by Raja R. Harinath.
7275 2003-06-25  Akim Demaille  <akim@epita.fr>
7277         * doc/autoconf.texi (Header Portability): sys/mount.h.
7278         From Gareth McCaughan.
7280 2003-06-23  Akim Demaille  <akim@epita.fr>
7282         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
7283         not all of them.  This fixes 1. the fact that when testing
7284         Autoconf there are many many config.log, 2. the incorrect use of
7285         top_srcdir to find config.log.
7286         Don't mix the detailed output of failed test with the summary of
7287         failures.  Rather, append detailed log afterwards.
7289 2003-06-23  Akim Demaille  <akim@epita.fr>
7291         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
7292         always run: output config.log on $at_group_log.
7294 2003-06-23  Akim Demaille  <akim@epita.fr>
7296         * tests/torture.at (#define header templates): Don't use quotes in
7297         C++ comments as it puzzles Emacs' sh font-lock-mode.
7299 2003-06-23  Akim Demaille  <akim@epita.fr>
7301         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
7302         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
7303         * tests/atspecific.m4: Rename as...
7304         * tests/local.at: This.
7305         * tests/suite.at: Move the globals into...
7306         * tests/local.at: here.
7307         * tests/Makefile.am: Adjust.
7308         * doc/autoconf.texi (testsuite Scripts): Adjust.
7310 2003-06-21  Kevin Ryde  <user42@zip.com.au>
7312         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
7313         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
7314         ensuring we add -std1 for full-ANSI.
7316         * doc/autoconf.texi (hdrindex): New macro.
7317         Add index entries for portability of various standard header files.
7319 2003-06-20  Akim Demaille  <akim@epita.fr>
7321         * configure.ac: Bump to 2.57b.
7323 2003-06-20  Akim Demaille  <akim@epita.fr>
7325         Version 2.57a.
7327 2003-06-20  Akim Demaille  <akim@epita.fr>
7329         * bin/autom4te.in: Don't rely on $HOME being defined.
7330         Reported by Marc Espie as PR/233.
7332 2003-06-20  Akim Demaille  <akim@epita.fr>
7334         * lib/autotest/general.m4: Use at_times_file only if used.
7335         From Nicolas Joly.
7337 2003-06-20  Akim Demaille  <akim@epita.fr>
7339         * config/config.guess, config/config.sub, config/elisp-comp,
7340         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
7341         Update from masters.
7343 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
7345         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
7346         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
7347         (TEST_SCRIPT): New diversion.
7348         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
7349         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
7350         (AT_INIT): Support for expected failures.
7352 2003-06-02  Akim Demaille  <akim@epita.fr>
7354         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
7355         changes.
7356         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
7357         Autoconf nor Automake.
7358         (&contents): New, from Automake.
7359         PODify.
7361 2003-05-28  Paul Eggert  <eggert@twinsun.com>
7363         * NEWS, doc/autoconf.texi (Particular Functions),
7364         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
7365         is the inverse of localtime.
7367 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
7369         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
7370         (handle_exec_errors): New function.  Work around $! being
7371         altered by WEXITSTATUS.
7372         (xqx, xsystem): Use handle_exec_errors.
7374 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
7376         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
7377         Do not call `_exit()', simply modify `$?'.
7378         (xsystem): Reset $! before running system, and check it afterward.
7379         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
7380         63 for version mismatches.
7382 2003-05-23  Akim Demaille  <akim@epita.fr>
7384         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
7385         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
7386         the middle of a line).
7387         * lib/m4sugar/m4sugar.m4: Likewise.
7388         Remove useless spaces in comments.
7390 2003-05-23  Akim Demaille  <akim@epita.fr>
7392         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
7393         exit 63, so that we (or Automake's "missing") can tell the
7394         difference with a plain failure.
7395         * doc/autoconf.texi (Notices): Adjust.
7397 2003-05-23  Akim Demaille  <akim@epita.fr>
7399         * Makefile.am, bin/Makefile.am, config/Makefile.am,
7400         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
7401         White spaces cleanup.
7403 2003-05-22  Jim Meyering  <jim@meyering.net>
7404             Paul Eggert  <eggert@twinsun.com>
7406         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
7407         Remove `#include <stdlib.h>' from the list; we should never
7408         make confdefs.h include <stdlib.h> or <cstdlib>, because the
7409         resulting namespace pollution would cause other tests to fail.
7410         Configure scripts run with some older versions of g++ and HP's
7411         aCC would fail due to such an #include.  Problems reported by
7412         Matthew Mueller in <http://bugs.debian.org/120704> and by
7413         Keith Bostic in
7414         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
7415         In the test, use the test declaration before including <stdlib.h>,
7416         as that's closer to how it'll be used.
7418 2003-05-23  Akim Demaille  <akim@epita.fr>
7420         * doc/autoconf.texi (Header Portability): ucred.h.
7421         From Ian Redfern.
7423 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7425         Overhaul Autotest's logging: generate separate log files
7426         in testsuite.dir/NNN/testsuite.log, and append them to
7427         testsuite.log instead of re-running the test verbosely.
7429         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
7430         file descriptor, write 0 to at_status_file instead of setting
7431         at_status=0, initialize some new variables (at_status_file,
7432         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
7433         to rerun the tests, instead append the at_group_log to the
7434         at_suite_log when a test fails.
7435         (AT_SETUP): pipe the test case's output into at_tee_pipe,
7436         with the AS_MESSAGE_LOG_FD redirected to stdout.
7437         (AT_CLEANUP): save the output status in $at_status_file
7438         and restore it, redirect the AS_MESSAGE_LOG_FD back to
7439         its original place.
7440         (AT_CHECK): since tests are run with a redirected stdout,
7441         and used to be re-run in verbose mode, turn some $at_verbose
7442         into echo, and don't redirect the output of testing stdout
7443         and stderr.
7445         * lib/autotest/autoconf.texi (testsuite Scripts): Update
7446         the name of the debugging directory and information about
7447         its contents.
7449 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7451         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
7452         parameter.
7454 2003-05-22  Akim Demaille  <akim@epita.fr>
7456         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
7457         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
7458         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
7459         * lib/autoconf/status.m4: Fix and adjust copyright notices.
7461 2003-05-22  Akim Demaille  <akim@epita.fr>
7463         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
7464         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
7465         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
7466         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
7467         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
7468         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
7469         * lib/autoconf/status.m4, lib/autoconf/types.m4,
7470         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
7471         * tests/atspecific.m4, tests/base.at, tests/compile.at,
7472         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
7473         * tests/tools.at, tests/torture.at:
7474         Whitespace clean up.
7475         Suggested by Jim Meyering.
7477 2003-05-22  Akim Demaille  <akim@epita.fr>
7479         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
7480         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
7481         Reported by Jim Meyering.
7483 2003-05-22  Akim Demaille  <akim@epita.fr>
7485         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
7486         Add AC_HELP_STRING  to the obsolete macros section.
7487         Typos.
7488         Use '@.' for sentences that ended in a capital letter.
7489         From Art Haas.
7491 2003-05-22  Akim Demaille  <akim@epita.fr>
7493         * config/config.guess, config/config.sub, config/elisp-comp,
7494         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
7495         * config/texinfo.tex, doc/standards.texi: Update from masters.
7497 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
7499         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
7500         it to eval.
7502 2003-05-21  Akim Demaille  <akim@epita.fr>
7504         * bin/autoupdate.in ($m4): Fix quotation.
7505         Reported by Martin Mokrejs.
7507 2003-05-19  Paul Eggert  <eggert@twinsun.com>
7509         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
7510         Remove non-ASCII characters.
7512 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
7514         * tests/semantics.at (AC_SEARCH_LIBS): New test.
7515         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
7516         AC_CHECK_HEADERS_NEW): New tests.
7518 2003-05-17  Akim Demaille  <akim@epita.fr>
7520         * lib/autoconf/functions.m4: Use the default includes so that
7521         memcmp be declared before being tested.
7522         Reported by Sander Niemeijer.
7523         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
7524         * doc/autoconf.texi (Default Includes): Document
7525         AC_INCLUDES_DEFAULT.
7527 2003-05-17  Akim Demaille  <akim@epita.fr>
7529         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
7530         * doc/autoconf.texi (Obsolete Macros): Adjust.
7531         Reported by Werner LEMBERG and Debian Bug 190886.
7533 2003-05-16  Akim Demaille  <akim@epita.fr>
7535         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
7536         user name space clashes.
7537         Reported by Bruno Haible.
7539 2003-05-16  Akim Demaille  <akim@epita.fr>
7541         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7542         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
7543         them uniform, and more robust to Perl special characters.
7544         Reported by Martin Mokrejs.
7546 2003-05-14  Akim Demaille  <akim@epita.fr>
7548         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
7550 2003-05-14  Akim Demaille  <akim@epita.fr>
7552         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
7553         linux/irda.h.
7555 2003-05-12  Akim Demaille  <akim@epita.fr>
7557         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
7558         message.
7559         From Matthias Andree.
7561 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
7563         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
7564         and truncate.
7566 2003-05-06  Akim Demaille  <akim@epita.fr>
7568         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
7569         longer updates aclocal.m4 if useless, (ii) if a file m4_included
7570         by aclocal.m4 is changed it might require the importing of another
7571         m4 extension file, i.e., aclocal must be run.
7573         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
7574         (&parse_args): Use --force with aclocal if required and supported.
7575         (&autoreconf_current_directory): Use &run_aclocal.
7577 2003-05-06  Akim Demaille  <akim@epita.fr>
7579         Lock autom4te's cache.
7581         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
7582         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
7583         argument instead of a file name, so that the request file remains
7584         open during the whole autom4te run.
7585         ($icache_file): New.
7586         (&freeze): Lock the $icache_file.
7588 2003-04-29  Derek Price  <derek@ximbiot.com>
7590         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
7591         seperator with m4_append_uniq().  It doesn't work.
7592         (AT_CLEANUP): Add `;' to end of at_help_all.
7593         (AT_INIT): Allow --keywords to be specified more than once.  When
7594         grepping $at_help_all for keywords, use the field and keyword
7595         seperators to ensure a complete keyword match.  Alter at_prev handling
7596         to support the new --keywords behavior.
7598 2003-04-27  Karl Berry  <karl@freefriends.org>
7600         * doc/autoconf.texi: Make the dir entries in the autoconf manual
7601         align better with others.  I also made some of the individual
7602         entries on one line, for brevity and to make it easier for me to
7603         sort my dir-example file in the Texinfo distribution :).
7605 2003-04-12  Jim Meyering  <jim@meyering.net>
7607         * NEWS: Mention the new macro.
7608         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
7609         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
7610         * tests/c.at: Test AC_C_RESTRICT.
7611         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
7613 2003-04-08  Akim Demaille  <akim@epita.fr>
7615         * bin/ifnames.in: Skip C++ comments.
7616         From Jeremy Yallop.
7618 2003-04-08  Akim Demaille  <akim@epita.fr>
7620         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
7621         From Ilya Zakharevich.
7623 2003-04-08  Akim Demaille  <akim@epita.fr>
7625         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
7626         net/if.h, stdlib.h.
7628 2003-04-01  Derek Price  <derek@ximbiot.com>
7630         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
7631         from Akim's checkin of 2003-03-29.
7633 2003-04-01  Derek Price  <derek@ximbiot.com>
7635         * tests/torture.at (Configuring subdirectories): Add missing
7636         close-quote for Akim's change from 2003-03-28.
7638 2003-04-01  Akim Demaille  <akim@epita.fr>
7640         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
7641         (AC, AT, MS): these.
7642         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
7643         New.
7644         Use them.
7645         * doc/Makefile.am (CLEANFILES): Adjust.
7646         (TEXI2DVI): Make it --batch.
7648 2003-03-31  Derek Price  <derek@ximbiot.com>
7650         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
7651         which removed the main loop.
7652         Thanks to Akim Demaille.
7654 2003-03-29  Akim Demaille  <akim@epita.fr>
7656         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
7657         that starts a GUI.
7658         From Ilya Zakharevich.
7660 2003-03-29  Akim Demaille  <akim@epita.fr>
7662         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
7663         documentation to read is Autoconf's.
7664         Suggested by Paul Eggert.
7666 2003-03-28  Akim Demaille  <akim@epita.fr>
7668         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
7669         reading the section "Present But Cannot Be Compiled" when the
7670         header causes problems.
7672 2003-03-28  Akim Demaille  <akim@epita.fr>
7674         * tests/torture.at (Configuring subdirectories): Require aclocal
7675         1.4, otherwise the test fails, as it does support configure.ac.
7676         This fixes the "test 40 failed" bug reports.
7678 2003-03-28  Akim Demaille  <akim@epita.fr>
7680         * doc/autoconf.texi (C Compiler): `#line' portability.
7681         From Paul Eggert and Nelson H. F. Beebe.
7683 2003-03-27  Derek Price  <derek@ximbiot.com>
7685         * lib/autotest/general.m4: Eliminate main loop and reorganize test
7686         layout in order to allow scripting around test groups.
7688 2003-03-27  Derek Price  <derek@ximbiot.com>
7690         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
7691         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
7692         use new diversions in preparation for accepting new arguments and
7693         allowing scripting around tests.
7694         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
7696 2003-03-26  Derek Price  <derek@ximbiot.com>
7698         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
7699         obsolete AC_HELP_STRING.
7700         (AC_HELP_STRING): AU_DEFUN to...
7701         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
7702         * tests/m4sh.at (AS_HELP_STRING): New test.
7704         * tests/acgeneral.at: Regenerated.
7706 2003-03-26  Derek Price  <derek@ximbiot.com>
7708         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
7709         sense.  Verbosify the diversion definitions comment.
7711 2003-03-26  Derek Price  <derek@ximbiot.com>
7713         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
7714         AS_PREPARE.
7716 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
7718         * doc/autoconf.texi (Present But Cannot Be Compiled):
7719         Grammar fixes and minor rewording. (trivial change)
7721 2003-03-06  Paul Eggert  <eggert@twinsun.com>
7723         Work around a problem noted by Nelson H. F. Beebe with coreutils
7724         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
7725         2002/05/09) rejects '#line 32768 "configure"' because the line
7726         number overflows.
7727         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
7728         #line directives.
7729         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
7730         * doc/autoconf.texi (Generating Sources): Document this.
7732 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
7734         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
7735         file name for the m4 program, when it has an "exe" file extension.
7736         DJGPP's error messages include the error code in brackets -
7737         remove the error code during normalization.
7739 2003-02-28  Akim Demaille  <akim@epita.fr>
7741         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
7743 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
7745         * doc/autoconf.texi (Limitations of Make): Remove the section
7746         about `$<' in inference rules, it was a bogus interpretation of
7747         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
7748         Tru64 make in the "target lookup" section.
7749         (Automake): Automake 1.5+ no longer requires special tools to be
7750         present on the developer's host.
7752 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
7754         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
7755         to a shell that can handle redirection or quoting correctly.
7756         Override SHELL with the shell detected by configure.
7757         Use of $^O suggested by Tim van Holder.
7758         * bin/autom4te.in (BEGIN): Likewise.
7759         * bin/autoreconf.in (BEGIN): Likewise.
7760         * bin/autoscan.in (BEGIN): Likewise.
7761         * bin/autoupdate.in (BEGIN): Likewise.
7762         * bin/ifnames.in (BEGIN): Likewise.
7764         * bin/ifnames.in: Add final newline to help and version messages.
7766         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
7767         to cope with DOS-style absolute paths, when constructing
7768         ${ac_make}.
7770         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
7771         When constructing paths with IFS=:, quote the path. If we're
7772         constructing a DOS-style absolute path, we don't want to split it
7773         on the colon.
7775         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
7776         in description.
7778 2003-02-25  Pavel Roskin  <proski@gnu.org>
7780         * bin/autoheader.in: Add missing newline when printing
7781         suggestion how change AC_DEFINE call.
7783 2003-02-24  Paul Eggert  <eggert@twinsun.com>
7785         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
7786         2002-09-01 patch by replacing "test -n" with "test -z".
7787         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
7788         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
7790         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
7791         to fix a mismatch between example and discussion.
7793 2003-02-24  Kevin Ryde  <user42@zip.com.au>
7795         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
7796         format starting with "-".
7798 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
7800         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
7801         is not portable inside Makefile.
7803 2003-02-20  Akim Demaille  <akim@epita.fr>
7805         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
7806         compiler says yeah, but preproc says nope, compiler is right.
7807         Conversely, prompt the reader to send a bug report to the
7808         maintainers of the package, not of Autoconf.
7810 2003-02-20  Klee Dienes  <kdienes@apple.com>
7812         * bin/autoreconf.in (autoreconf_current_directory): Properly
7813         handle an empty aclocal.m4.
7815 2003-02-20  Akim Demaille  <akim@epita.fr>
7817         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
7818         $ac_prefix_program.
7819         From Larry Jones.
7821 2002-12-23  Paul Eggert  <eggert@twinsun.com>
7823         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
7824         innocuous variant befor including <limits.h> or <assert.h>.  This
7825         works around a bug reported by Albert Chin: HP-UX 11i
7826         (and earlier versions) have a <limits.h> that declares
7827         gettimeofday and many other functions.
7829 2002-12-03  Paul Eggert  <eggert@twinsun.com>
7831         Version 2.57.
7833         * NEWS, configure.ac: Update version.
7835         * doc/fdl.texi: Upgrade to FDL version 1.2.
7837         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
7838         nontrivially in main's body, so that f's external declaration is
7839         not optimized away in AIX.  This should fix the bug reported by
7840         Martin Frydl in
7841         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
7843         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
7844         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
7845         defined, to support freestanding compilers.  This should fix the
7846         bug reported by Momchil Velkov in
7847         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
7849         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
7850         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
7851         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
7852         by Simon Josefsson in
7853         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
7855         * Makefile.maint (www-gnu): New macro.
7856         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
7857         the location has moved.
7859 2002-12-02  Martin Frydl  <martin@systinet.com>
7861         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
7862         \(.*\) match is too long and there is something more to be checked.
7863         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
7865 2002-11-15  Akim Demaille  <akim@epita.fr>
7867         Version 2.56.
7869         * config/install-sh: chmod +x.
7870         From Paul Eggert.
7871         * config/move-if-change: Indenting changes.
7872         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
7873         * configure.ac (AM_INIT_AUTOMAKE): here.
7874         Require 1.7.1.
7876 2002-11-14  Akim Demaille  <akim@epita.fr>
7878         Version 2.55.
7880         * config/config.guess, config/config.sub, config/install-sh:
7881         Update from masters.
7883 2002-11-14  Akim Demaille  <akim@epita.fr>
7885         * Makefile.maint: Sync with Bison, i.e.:
7886         (po-check): Scan .l and .y files instead of the
7887         .c and the .h files that they generate.  This fixes the bug
7888         reported by Tim Van Holder in:
7889         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
7890         Look for N_ as well as for _.  Try to avoid matching #define for
7891         N_ and _.
7892         From Paul Eggert.
7894 2002-11-14  Akim Demaille  <akim@epita.fr>
7896         * doc/autoconf.texi (C Compiler): Compiling several files at once.
7897         From Paul Eggert and Albert Chin-A-Young.
7899 2002-11-14  Akim Demaille  <akim@epita.fr>
7901         * doc/autoconf.texi (C Compiler): Solitary backslashes.
7902         From Paul Eggert and Albert Chin-A-Young.
7904 2002-11-14  Kevin Ryde  <user42@zip.com.au>
7906         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
7907         than assigning in main, to avoid HP cc +O3 optimizing it away.
7909 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
7911         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
7912         option.  Process --recheck after parsing all options.  Pass -q
7913         option to configure on --recheck.
7914         (AC_OUTPUT): Pass -q from configure to config.status.
7915         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
7916         arguments to record.
7917         * doc/autoconf.texi (config.status Invocation): Document
7918         config.status -q option.
7920 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
7922         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
7923         Makefile.in if Makefile.am exists.
7924         (output): Strip `.am' from Makefiles.  Don't
7925         output AC_CONFIG_FILES if no Makefiles were found.
7927 2002-11-07  Akim Demaille  <akim@epita.fr>
7929         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
7930         (local_updates): New.
7931         * Makefile.maint: Update, from CVS Bison.
7932         (local_updates): New.
7934 2002-11-06  Akim Demaille  <akim@epita.fr>
7936         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
7937         declaration in extern "C" too.
7938         Reported by Roberto Bagnara.
7940 2002-11-06  Akim Demaille  <akim@epita.fr>
7942         * tests/torture.at (Configuring subdirectories): Don't use grep
7943         -w.
7944         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
7945         Reported by Ezra Peisach.
7947 2002-11-05  Akim Demaille  <akim@epita.fr>
7949         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
7950         Remove.
7951         We _have_ to stop using the old compatibility scheme that tried to
7952         avoid useless backslashes because Libtool 1.4.3 contains a
7953         AC_DEFINE([error_t], [int],
7954         [Define to a type to use for \`error_t' if it is not
7955         otherwise available.])
7956         We _have_ to quote the single quote and backslashes with \.  The
7957         old compatibility scheme saw that ` was backslashed, and therefore
7958         did not quote the single quote.  Hence before this patch, Autoconf
7959         was not compatible with Libtool.
7961 2002-11-04  Paul Eggert  <eggert@twinsun.com>
7963         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
7964         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
7965         LC_NAME, LC_PAPER, LC_TELEPHONE.
7966         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
7968 2002-11-04  Akim Demaille  <akim@epita.fr>
7970         Version 2.54c.
7972         * Makefile.maint (update, cvs-update, po-update, do-po-update):
7973         New.
7974         * config/texinfo.tex: Update.
7976 2002-11-03  Akim Demaille  <akim@epita.fr>
7978         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
7979         from...
7980         (&autoreconf): here.
7981         ($help, $make, &parse_args, &autoreconf_current_directory):
7982         Support -m/--make.
7983         * doc/autoconf.texi (autoreconf Invocation): Adjust.
7985 2002-10-31  Bruno Haible  <bruno@clisp.org>
7987         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
7988         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
7989         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
7990         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
7991         to ac_cv_func_realloc_0_nonnull.
7992         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
7994 2002-10-31  Akim Demaille  <akim@epita.fr>
7996         The test suite was no longer checking for trailing envvars and files.
7998         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
7999         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
8001 2002-10-31  Akim Demaille  <akim@epita.fr>
8003         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
8004         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
8005         Make variable, not a shell variable.
8006         Suggested by Bruno Haible.
8008 2002-10-31  Akim Demaille  <akim@epita.fr>
8010         * bin/autom4te.in (load_configuration): Reject #args out of any
8011         language.
8013 2002-10-31  Akim Demaille  <akim@epita.fr>
8015         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
8016         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
8017         (_AC_RUN_IFELSE): Use it.
8018         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
8019         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
8020         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
8021         inline it.
8023 2002-10-30  Akim Demaille  <akim@epita.fr>
8025         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
8026         * doc/autoconf.texi (autom4te Invocation): Adjust.
8027         Suggested by Tim van Holder.
8029 2002-10-29  Paul Eggert  <eggert@twinsun.com>
8031         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
8032         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
8033         Problem reported by Bruno Haible.
8035 2002-10-29  Akim Demaille  <akim@epita.fr>
8037         * doc/autoconf.texi (Header Templates): Put also in words what the
8038         pictures says to assist free style readers.
8039         (Customizing autom4te): s/--cache=/--cache /.
8041 2002-10-29  Akim Demaille  <akim@epita.fr>
8043         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
8044         sys/wait.h.
8045         sparc_address_test returns void.
8046         Use it with an argument, as prototyped.
8047         From Bruno Haible.
8049 2002-10-29  Akim Demaille  <akim@epita.fr>
8051         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
8052         configure.in, not configure.ac.
8053         Reported by Bruno Haible.
8055 2002-10-29  Akim Demaille  <akim@epita.fr>
8057         * tests/torture.at (Deep Package): New test.
8058         (Configuring subdirectories): Don't use a testSubDir as Autotest
8059         now does it itself.
8061 2002-10-29  Akim Demaille  <akim@epita.fr>
8063         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
8064         * doc/autoconf.texi (Invoking autom4te): Rename as...
8065         (autom4te Invocation): this, for consistency with the other nodes.
8067 2002-10-29  Akim Demaille  <akim@epita.fr>
8069         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
8070         Reported by Ralf Corsepius.
8072 2002-10-29  Akim Demaille  <akim@epita.fr>
8074         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8075         characters is a back as an `obsolete' warning now.
8076         Reported by Ralf Corsepius.
8078 2002-10-28  Akim Demaille  <akim@epita.fr>
8080         * configure.ac: Bump to 2.54c.
8082 2002-10-28  Akim Demaille  <akim@epita.fr>
8084         Version 2.54b.
8086         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
8088 2002-10-28  Akim Demaille  <akim@epita.fr>
8090         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
8091         m4 executable names, and different GNU M4 version.
8092         Reported by Ezra Peisach and Paul Jarc.
8094 2002-10-27  Akim Demaille  <akim@epita.fr>
8096         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
8097         AC_RUN_IFELSE.
8099 2002-10-27  Akim Demaille  <akim@epita.fr>
8101         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
8102         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
8103         Die when a simple Fortran program cannot be compiled.
8104         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
8105         Issue a warning if no function is given.
8107 2002-10-27  Akim Demaille  <akim@epita.fr>
8109         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
8110         Move the documentation of AC_TRY_RUN to...
8111         (Obsolete Macros): here.
8112         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
8113         (autoconf Invocation): Remove the duplicates with `invoking
8114         autom4te'.
8115         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
8116         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
8118 2002-10-27  Akim Demaille  <akim@epita.fr>
8120         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
8121         and AC_LANG_FUNC_LINK_TRY.
8122         (Examining Libraries): Rename as...
8123         (Running the Linker): this.
8124         Document AC_LINK_IFELSE.
8125         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
8126         (Obsolete Macros): here.
8127         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
8128         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
8129         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
8130         * lib/autoconf/headers.m4 (AC_USG): Likewise.
8132 2002-10-27  Akim Demaille  <akim@epita.fr>
8134         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
8136         More `check config.log' messages.
8138         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
8139         * doc/autoconf.texi (Printing Messages): Document it.
8140         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
8141         appropriate.
8142         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
8143         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
8144         (_AC_COMPILER_OBJEXT): Likewise.
8145         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
8146         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
8147         Likewise.
8148         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
8149         Likewise.
8151         Deprecate macros with unusual interfaces.
8153         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
8154         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
8156         Document the new ones, and proper style.
8158         * doc/autoconf.texi (Generating Sources): New.
8159         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
8160         (Examining Declarations): Rename as...
8161         (Running the Preprocessor): this.
8162         Document AC_PREPROC_IFELSE.
8163         (Examining Syntax): Rename as...
8164         (Running the Compiler): this.
8165         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
8166         (Obsolete Macros): Move the definition of AC_TRY_CPP and
8167         AC_TRY_COMPILE here.
8169 2002-10-27  Akim Demaille  <akim@epita.fr>
8171         Move sections around.
8173         * doc/autoconf.texi (Customizing autom4te): Remove a lost
8174         sentence.
8175         Reported by Burno Haible.
8176         (Language Choice): Now the first section of...
8177         (Writing Tests): this section.
8178         Make the introduction less C-centric.
8179         (Guidelines, Test Functions): Move to...
8180         (Writing Test Programs): this new section.
8181         (Test Programs): Merge into...
8182         (Run Time): this.
8184 2002-10-27  Akim Demaille  <akim@epita.fr>
8186         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
8187         autom4te.in that resulted in the need for two `make' runs.
8189 2002-10-27  Akim Demaille  <akim@epita.fr>
8191         * configure.ac: Bump to 2.54b.
8193 2002-10-25  Akim Demaille  <akim@epita.fr>
8195         Version 2.54a.
8197         * Makefile.maint: Update from the Coreutils.
8198         (AMTAR): Remove, obsolete.
8199         (automake_repo): Update to redhat.com.
8200         (cvs_file): New.
8201         Adjust to the fact that ansi2knr is now hosted by Automake.
8202         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
8203         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
8204         Update from masters.
8205         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
8206         autoscan.pre is not to be installed, and autoscan.list is not to
8207         be shipped.
8208         (CLEANFILES): Add autoscan.list.
8209         (autoscan.list): Disable the cache.
8210         * bin/Makefile.am: Include freeze.mk.
8212 2002-10-25  Akim Demaille  <akim@epita.fr>
8214         * bin/autom4te.in (&load_configuration): Take the file as
8215         argument.
8216         (&parse_args): Handle -C, --cache.
8217         ($help): Adjust.
8218         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
8219         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
8220         * doc/autoconf.texi (Invoking autom4te): Document --cache.
8221         Now a subsection of...
8222         (Using autom4te): This new section.
8223         (Customizing autom4te): New.
8224         (autom4te.cache): Adjust.
8226 2002-10-25  Akim Demaille  <akim@epita.fr>
8228         * doc/autoconf.texi (Generic Headers): More information on how to
8229         use AC_CHECK_HEADERS.
8231 2002-10-25  Akim Demaille  <akim@epita.fr>
8233         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
8234         Space changes.
8236 2002-10-25  Akim Demaille  <akim@epita.fr>
8238         * bin/autoscan.in (output): Output AC_PREREQ.
8239         (%needed_macros): Add AC_PREREQ so that configure.ac without one
8240         be reported.
8242 2002-10-23  Akim Demaille  <akim@epita.fr>
8244         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
8245         document _Bool.
8247 2002-10-23  Akim Demaille  <akim@epita.fr>
8249         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
8250         Reported by Peter Eisentraut.
8252 2002-10-23  Akim Demaille  <akim@epita.fr>
8254         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
8255         type _Bool.
8256         Fix a typo.
8257         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
8258         Eggert's recommandations.
8260 2002-10-22  Akim Demaille  <akim@epita.fr>
8262         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
8263         Bison, by Paul Eggert.
8264         * doc/autoconf.texi (Particular Headers): Document it.
8266 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
8268         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
8269         `$ac_configure_args'.
8271 2002-10-22  Akim Demaille  <akim@epita.fr>
8273         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
8274         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
8275         From Art Haas.
8277 2002-10-22  Akim Demaille  <akim@epita.fr>
8279         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
8281         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8282         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
8283         (_AC_CHECK_HEADER_NEW): Rename as...
8284         (AC_CHECK_HEADER): this.
8286 2002-10-22  Akim Demaille  <akim@epita.fr>
8288         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
8289         words about HP-UX cmp: it was actually a user-written cmp.
8291 2002-10-22  Akim Demaille  <akim@epita.fr>
8293         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
8294         are a few warnings.
8295         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8296         Quote for Perl '' strings, not "".
8297         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
8298         strings.
8300 2002-10-22  Akim Demaille  <akim@epita.fr>
8302         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8303         characters is a syntax warning now.
8304         (_AS_QUOTE): Accept $2 as list of characters to quote.
8305         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8306         Quote for Perl, not sh.
8307         * bin/autoheader.in: When $debug, report the file which is
8308         `do'ne.
8309         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
8310         `@', to tickle Perl's lists.
8311         Reported by Carlos Velasco.
8313 2002-10-18  Akim Demaille  <akim@epita.fr>
8315         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
8316         missing included files _are_ errors.
8317         Thanks to Alexandre Duret-Lutz.
8318         * tests/tools.at (autom4te cache): Adjust.
8319         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
8320         (AT_CHECK_M4SUGAR): Use it.
8321         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8322         Adjust.
8323         * tests/tools.at (autom4te): Now it does exit 1.
8325 2002-10-17  Akim Demaille  <akim@epita.fr>
8327         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
8328         Fixes the `AC_ARG_VAR' test failures.
8329         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
8330         * lib/freeze.mk (check-forbidden-patterns): New.
8331         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
8332         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
8333         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
8334         /dev/null.
8335         Reported months ago by H. Merijn Brand.
8337 2002-10-17  Akim Demaille  <akim@epita.fr>
8339         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
8341 2002-10-16  Paul Eggert  <eggert@twinsun.com>
8343         * Makefile.maint (wget_files): Remove ansi2knr.c.
8344         (ansi2knr.c-url_prefix): Remove.
8346 2002-10-16  Akim Demaille  <akim@epita.fr>
8348         Because of caching, some files that no longer exist and are no
8349         longer required can still cause errors.
8350         Reported by Alexandre Duret-Lutz.
8352         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
8353         to frozen files in @ARGV, as @ARGV must remain being a list of
8354         files.  Rather, at M4 call sites, use this...
8355         (&files_to_options): New function.
8356         (&freeze): Use &error.
8357         (&up_to_date): If a file that was included according to the cache
8358         is no longer there, then the output is out dated.
8359         (&main): Don't even check whether a file is up to date is anyway
8360         --force is given.
8361         * tests/tools.at (autom4te cache): New.
8363 2002-10-16  Akim Demaille  <akim@epita.fr>
8365         * bin/autoconf.as: Kill dead options.
8366         * bin/autoupdate.in (&parse_args): Kill old options.
8367         * bin/autoreconf.in (&parse_args): Remove dead options.
8368         Factor some code.
8369         (&autoreconf): Report the directories we enter *and leave*, so
8370         that error messages can be easily located, and use GNU Make
8371         format, so that Emacs' compile mode understands us.
8372         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
8373         if some file was changed instead of `print'.
8374         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
8375         (&parse_args): Remove the dead options.
8376         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
8377         autoheader's quiet mode.
8378         (AT_CHECK_AUTOUPDATE): Likewise.
8379         * tests/tools.at (autoupdate): Adjust.
8380         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
8382 2002-10-11  Akim Demaille  <akim@epita.fr>
8384         No longer use CPP to check for the existing of headers: use CC to
8385         check for compilability.
8387         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8388         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
8389         (_AC_CHECK_HEADER_NEW): Rename as...
8390         (AC_CHECK_HEADER): this.
8392         * lib/autotest/general.m4 (AT_INIT): Include the failed test
8393         numbers in the Subject suggestion.
8395 2002-10-11  Akim Demaille  <akim@epita.fr>
8397         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
8398         Suggest using AC_CHECK_DECLS instead.
8400 2002-10-11  Akim Demaille  <akim@epita.fr>
8402         * tests/torture.at (AC_ARG_VAR): Have configure report the value
8403         of `precious'.
8405 2002-10-11  Akim Demaille  <akim@epita.fr>
8407         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
8408         file name to enable parallel executions.
8409         From Sam Varshavchik.
8411 2002-10-08  Akim Demaille  <akim@epita.fr>
8413         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
8414         aclocal invocation, as Gettext macros might not be visible to
8415         aclocal.
8416         Instead of blindly running autopoint, scan configure.ac (not the
8417         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
8418         Reported by Paul D. Smith.
8420 2002-10-08  Paul Eggert  <eggert@twinsun.com>
8422         Work around problems found when POSIXLY_CORRECT=1 is set.
8423         None of this seems to have anything to do with POSIX, really,
8424         but it's how Perl getopt works.
8425         * bin/autom4te.in (parse_args): Configure GetOpt with
8426         "permute", too.
8427         * doc/autoconf.texi (Invoking autom4te):
8428         --warning -> --warnings.
8429         * lib/autom4te.in: --warning -> --warnings.
8431 2002-09-28  Akim Demaille  <akim@epita.fr>
8433         * doc/autoconf.texi (autom4te.cache): New section.
8435 2002-09-28  Akim Demaille  <akim@epita.fr>
8437         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
8438         (Automake-preselections): Update.
8439         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
8441 2002-09-28  Akim Demaille  <akim@epita.fr>
8443         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
8444         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
8445         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8446         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
8448 2002-09-28  Akim Demaille  <akim@epita.fr>
8450         * tests/torture.at (Configuring subdirectories): Be robust to
8451         users who use config.site to require for a cache: in this case,
8452         the two last configure runs, using two different sets of
8453         arguments, trigger a legitimate error.
8455 2002-09-28  Akim Demaille  <akim@epita.fr>
8457         * tests/m4sh.at (Functions Support, Functions and return Support):
8458         New.
8460 2002-09-28  Akim Demaille  <akim@epita.fr>
8462         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
8463         autoheader are Perl programs.
8464         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
8465         (autom4te): Specify that the sources are in the $srcdir.
8466         * doc/autoconf.texi (Installation Directory Variables): Adjust.
8468 2002-09-28  Akim Demaille  <akim@epita.fr>
8470         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
8471         (tm_zone): Move their rules to...
8472         * lib/autoconf/types.m4: here, using AN_ macros.
8473         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
8474         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
8475         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
8476         * lib/autoconf/programs.m4: here.
8477         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
8478         (ETAGS_FOR_AUTOCONF): New.
8479         Use it.
8481 2002-09-28  Akim Demaille  <akim@epita.fr>
8483         * lib/autoconf/autoscan.m4: New file.
8484         * lib/autoconf/autoconf.m4: Include it.
8485         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
8486         that were listed in the original autoscan.list.
8487         * lib/autoconf/headers.m4: Similarly with headers.
8488         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
8489         (.m4.m4f): Don't pass --prepend-include, since that's done by
8490         tests/autom4te itself.
8491         * lib/autoscan/Makefile.am: Include freeze.mk.
8492         (autoscan.list): New target --this file is no longer a source.
8493         (autoscan.pre): New file.
8495 2002-09-28  Akim Demaille  <akim@epita.fr>
8497         * bin/autoscan.in (@kinds): Make them singular.
8498         Adjust all uses.
8499         (&init_tables): When --debug, report the list of rules to ease
8500         tracking changes in autoscan.list.
8501         * lib/autoscan/autoscan.list (function): Strip comments, sort.
8503 2002-09-28  Akim Demaille  <akim@epita.fr>
8505         * lib/autoscan/functions, lib/autoscan/headers,
8506         * lib/autoscan/identifiers, lib/autoscan/makevars,
8507         * lib/autoscan/programs: Merge into...
8508         * lib/autoscan/autoscan.list: this.
8509         * bin/autoscan.in (&init_tables): Adjust.
8511 2002-09-28  Akim Demaille  <akim@epita.fr>
8513         * lib/autoscan/functions, lib/autoscan/headers,
8514         * lib/autoscan/identifiers, lib/autoscan/makevars,
8515         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
8516         `functions' line is now prefixed with `function:'.
8517         * bin/autoscan.in (&init_tables): Adjust.
8519 2002-09-28  Akim Demaille  <akim@epita.fr>
8521         From now on, autoscan files must always map a macro name to a
8522         word: there is no `default' macro for autoscan.
8524         * bin/autoscan.in (&init_tables): Reject entries with no macro at
8525         all.
8526         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
8527         explicit.
8529 2002-09-28  Akim Demaille  <akim@epita.fr>
8531         * bin/autoscan.in (%c_keywords): Remove.
8532         (&used): Keep only track of the words we might be interested in.
8533         (&output_kind): It is no longer needed to look for non active
8534         checks.
8536 2002-09-27  Akim Demaille  <akim@epita.fr>
8538         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
8539         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
8540         * lib/autoscan/functions: Adjust.
8541         * doc/autoconf.texi (Particular Functions): Adjust.
8543 2002-09-27  Akim Demaille  <akim@epita.fr>
8545         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
8546         from /tmp.
8547         Thanks to Bill Moseley and Paul Eggert.
8548         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
8549         the tmpdir must be created.
8550         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
8551         dir be in the build tree, instead of $TMPDIR.
8553 2002-09-27  Akim Demaille  <akim@epita.fr>
8555         * bin/autoscan.in: Improve the comments.
8556         (&parse_args): Drop obsolete undocumented options.
8557         (&output_kind): Output warnings.
8558         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
8559         (getwd): Trigger a warning.
8561 2002-09-26  Akim Demaille  <akim@epita.fr>
8563         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
8564         Reported by Ralf Corsepius.
8565         * doc/autoconf.texi (autoreconf Invocation): Likewise.
8567 2002-09-26  Akim Demaille  <akim@epita.fr>
8569         Single suffix rules and seperated dependencies are not portable.
8571         * doc/autoconf.texi (Installation Directory Variables): Update.
8572         (Limitations of Make): Some about `Single Suffix Rules and
8573         Separated Dependencies'.
8574         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
8575         (ifnames, autoscan, autom4te): Un-factor into several rules.
8577 2002-09-25  Paul Eggert  <eggert@twinsun.com>
8579         * BUGS (Interoperability bugs): New section.  Mention libtool
8580         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
8582 2002-09-24  Paul Eggert  <eggert@twinsun.com>
8584         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
8585         make handles suffix-rules differently from GNU make.
8587         * bin/Makefile.am (SUFFIXES, .in): Remove.
8588         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
8589         Move the body of the old .in rule here.
8591 2002-09-16  Akim Demaille  <akim@epita.fr>
8593         i960 compilers create `b.out' files by default.
8594         Reported by Ralf Corsepius.
8596         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
8597         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
8599 2002-09-13  Paul Eggert  <eggert@twinsun.com>
8601         * doc/autoconf.texi (Particular Headers): Remove obsolete
8602         reference to `struct timezone' in the description of
8603         AC_HEADER_TIME.
8605 2002-09-13  Akim Demaille  <akim@epita.fr>
8607         Version 2.54.
8609         * config/config.sub, config/config.guess: Update.
8610         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
8611         * Makefile.am: Adjust.
8613 2002-09-13  Akim Demaille  <akim@epita.fr>
8615         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
8616         reading config.log when the compiler is rejected.
8617         Suggested by Guido Draheim.
8619 2002-09-13  Akim Demaille  <akim@epita.fr>
8621         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
8622         (chdir_init) might hang when stat'ing mounted directories.
8623         Reported by Vance Shipley.
8625 2002-09-12  Akim Demaille  <akim@epita.fr>
8627         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
8628         the lists.
8630 2002-09-12  Akim Demaille  <akim@epita.fr>
8632         * doc/autoconf.texi (Defining Symbols): Present two different
8633         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
8634         difference between 1 argument calls, and 2-3 argument calls.
8636 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
8638         * doc/autoconf.texi: Review grammar and punctuation.
8640 2002-09-11  Paul Eggert  <eggert@twinsun.com>
8642         * doc/autoconf.texi: Fix minor formatting, spelling, and
8643         grammatical typos.
8644         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
8645         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
8646         is obsolescent.
8648 2002-09-11  Akim Demaille  <akim@epita.fr>
8650         * doc/autoconf.texi (Questions): Rename as...
8651         (FAQ): this.
8652         (Defining Directories): New.
8654 2002-09-09  Akim Demaille  <akim@epita.fr>
8656         * doc/autoconf.texi (Making testsuite Scripts): Update.
8657         Suggested by Nishio Futoshi.
8659 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
8661         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
8662         plain `@' is wanted.
8664 2002-09-09  Akim Demaille  <akim@epita.fr>
8666         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
8667         `duplicates', since the algorithm was too naive and could keep
8668         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
8669         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
8670         Reported by Ralf Corsepius.
8671         * tests/torture.at (Configuring subdirectories): Exercise these
8672         cases.
8674 2002-09-09  Akim Demaille  <akim@epita.fr>
8676         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
8677         looking for a replacement file.
8678         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
8679         directory is relative.
8680         * doc/autoconf.texi (Generic Functions): Clarify the replacement
8681         directory definition.
8682         Reported by Andreas Schwab and Jim Meyering.
8684 2002-09-06  Akim Demaille  <akim@epita.fr>
8686         * doc/autoconf.texi (Setting Output Variables): Clarify what
8687         precious variables are.
8688         Suggested by Pontus Skoeld.
8690 2002-09-05  Akim Demaille  <akim@epita.fr>
8692         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
8693         (ifnames, autoscan, autom4te): Since we don't only depend on
8694         configure.ac variables (such as VERSION etc.), but also on prefix
8695         and so forth, depend on Makefile, not configure.ac.
8696         Reported by Alexandre Duret-Lutz.
8697         * doc/autoconf.texi (Installation Directory Variables): Adjust.
8699 2002-09-05  Kevin Ryde  <user42@zip.com.au>
8701         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
8702         doesn't seem to be confined to ia64, just say "some versions".
8704 2002-09-04  Akim Demaille  <akim@epita.fr>
8706         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
8707         Automake 1.6c.
8708         * Makefile.am (maintainer-clean-local): Remove.
8709         (MAINTAINERCLEANFILES): Remove COPYING.
8711 2002-09-03  Paul Eggert  <eggert@twinsun.com>
8713         * doc/autoconf.texi (Configuration Commands): Remove obsolete
8714         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
8715         Brinkmann.
8717 2002-09-03  Akim Demaille  <akim@epita.fr>
8719         * configure.ac: Bump to 2.53d.
8720         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
8721         as of today, on Automake's team suggestion.
8723 2002-09-03  Akim Demaille  <akim@epita.fr>
8725         Version 2.53c.
8727 2002-09-02  Akim Demaille  <akim@epita.fr>
8729         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
8730         SITE_MACRO_DIR.
8731         * configure.ac: Disable SITE_MACRO_DIR.
8733 2002-09-02  Jim Meyering  <meyering@lucent.com>
8735         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
8736         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
8737         Also, tweak grammar: s/make sure to/be sure to/.
8739 2002-09-02  Paul Eggert  <eggert@twinsun.com>
8741         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
8742         directory names are generally preferable to physical names.
8744 2002-09-02  Akim Demaille  <akim@epita.fr>
8746         * lib/Autom4te/General.pm (&update_file): s/die/error/.
8747         Reported by Raja R. Harinath.
8748         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
8749         * bin/autoupdate.in: Use error instead of die.
8751 2002-09-01  Paul Eggert  <eggert@twinsun.com>
8753         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
8754         ordinary shell concatenation rather than echo+tr+sed command that
8755         runs afoul of a long-line-related sed bug in Solaris 8.
8757         * bin/autoheader.in (parse_args): --warning -> --warnings.
8759         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
8760         stdout, as traditional "ls" does.
8761         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
8762         _AC_COMPILER_EXEEXT_O): Likewise.
8763         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
8765         * bin/autoconf.as: Add --prepend-include option.  This patch was
8766         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
8767         but bin/autoconf.in is generated automatically from bin/autoconf.as.
8769         * bin/autoconf.in, configure: Regenerate.
8771         * doc/autoconf.texi (Special Shell Variables): Mention
8772         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
8774         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
8775         MAILPATH and set PS1, PS2, PS4 to default values, to work
8776         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
8777         For LC_ALL etc, first try to set to "C" as POSIX requires and as
8778         the Autoconf documentation specifies; fall back to "unset" only if
8779         this fails.  Use a shell for-loop for this rather than an m4 loop,
8780         to shorten the output script.
8782 2002-08-30  Paul Eggert  <eggert@twinsun.com>
8784         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
8785         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
8786         for the CDPATH problem.  Document PWD.
8787         (Limitations of Builtins): Document the problem that "cd $foo" and
8788         "ls $foo" may refer to different directories in shells conforming
8789         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
8790         example, since the old example is now out of date.
8792         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
8793         FOO" and "ls FOO" talk about different directories; this catches
8794         problems when POSIX 1003.1-2001 "cd" fails due to symlink
8795         spaghetti.
8797         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
8798         of rolling our own unset.
8799         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
8800         in practice we needn't worry about CDPATH if unset doesn't work.
8802         * Makefile.in, aclocal.m4, bin/Makefile.in,
8803         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
8804         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
8805         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
8806         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
8807         tests/Makefile.in: Regenerate with Automake 1.6.3.
8809         * config/config.guess, config/config.sub, config/mkinstalldirs:
8810         Update.
8812         * configure: Regenerate with self.
8814 2002-08-30  Kevin Ryde  <user42@zip.com.au>
8816         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
8817         default output.
8819 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8821         * bin/autom4te.in (Request::load): Correctly test for "do" read
8822         failure.
8824 2002-08-29  Akim Demaille  <akim@epita.fr>
8826         * lib/Autom4te/General.pm (&xqx): New.
8827         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
8828         hand, which is not portable.
8829         (&error): New.
8830         * bin/autom4te.in: Use them.
8831         Use &error instead of die.
8832         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8833         Adjust.
8835 2002-08-17  Paul Eggert  <eggert@twinsun.com>
8837         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
8838         default list of compilers to try, since it was long ago superseded
8839         by the ksh fc builtin.  Suggested by Steven G. Johnson.
8841 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
8843         * doc/autoconf.texi (Invoking autom4te): End the option table,
8844         fixing a bug introduced by the previous patch.
8845         (Limitations of Make): Add a 'target lookup' subentry in the
8846         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
8848 2002-07-29  Mark D. Roth  <roth@feep.net>
8850         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
8851         options and use $AUTOM4TE_PATH.
8852         * doc/autoconf.texi: Remove documentation of autom4te
8853         --include-envvar and --site-macro-subdir options and document
8854         use of $AUTOM4TE_PATH.
8855         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
8856         arguments from each language section.
8858 2002-07-29  Paul Eggert  <eggert@twinsun.com>
8860         * doc/install.texi: Include copyright symbol in copyright notice.
8862         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
8863         Replace with:
8864         (AM_MAKEINFOFLAGS): New macro.
8865         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
8866         * Makefile.am (INSTALL): Use the new macros.
8867         Use -o rather than --output, since "missing" does not grok --output.
8869 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
8871         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
8872         comments do not always work. Never trust the exit status of
8873         `make -k'.
8875 2002-07-24  Kevin Ryde  <user42@zip.com.au>
8877         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
8878         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
8880 2002-07-23  Paul Eggert  <eggert@twinsun.com>
8882         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
8883         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
8884         apparently treats PATH="nonexistent" as if it contained ".".
8885         Bug reported by Stefan `Sec' Zehl.
8887 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
8889         * doc/autoconf.texi (Limitations of Make): Mention the special
8890         handling of the obj/ directory by BSD make.
8892 2002-07-20  Kevin Ryde  <user42@zip.com.au>
8894         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
8895         backslashes.
8897 2002-07-19  Akim Demaille  <akim@epita.fr>
8899         * doc/autoconf.texi (Function Portability): `exit'.
8900         (Programming in M4sh): Ethymology of M4sh.
8902 2002-07-19  Akim Demaille  <akim@epita.fr>
8904         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
8906 2002-07-18  Akim Demaille  <akim@epita.fr>
8908         Version 2.53b.
8910 2002-07-18  Akim Demaille  <akim@epita.fr>
8912         * config/config.guess, config/config.sub: Update.
8914 2002-07-18  Akim Demaille  <akim@epita.fr>
8916         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
8917         Automake's parts.
8919         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
8920         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
8921         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
8923 2002-07-18  Akim Demaille  <akim@epita.fr>,
8924             Alexandre Duret-Lutz  <duret_g@epita.fr>
8926         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
8927         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
8929 2002-07-17  Russ Allbery  <rra@stanford.edu>
8931         * doc/autoconf.texi (Initializing configure): Clarify the
8932         description of the tarname default.
8934 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
8936         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
8937         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
8938         latter was not run.
8940 2002-07-17  Akim Demaille  <akim@epita.fr>
8942         * lib/Autom4te/General.pm (find_file): Browse the directories in
8943         the order they are given.
8945 2002-07-17  Akim Demaille  <akim@epita.fr>
8947         * tests/wrapsh.as, tests/wrappl.as: Merge into...
8948         * tests/wrapper.as: this.
8949         * tests/Makefile.am, configure.ac: Adjust.
8951 2002-07-17  Mark D. Roth  <roth@feep.net>
8953         * configure.ac: Add --enable-site-macro-dir option.
8954         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
8955         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
8956         --site-macro-subdir options.
8957         * bin/autoconf.in: Add --prepend-include option.
8958         * bin/autoheader.in: Add --prepend-include option.
8959         * bin/autoreconf.in: Add --prepend-include option.
8960         * bin/autoscan.in: Add --prepend-include option.
8961         * bin/autoupdate.in: Add --prepend-include option.
8962         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
8963         macro directory, remove note that include path directories are
8964         used in reverse order, and document --prepend-include option.
8965         * lib/autom4te.in: Use --prepend-include instead of --include.
8966         * tests/wrapsh.in: Use --prepend-include instead of --include.
8968 2002-07-17  Akim Demaille  <akim@epita.fr>
8970         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
8971         tarnames.
8972         * doc/autoconf.texi (Initializing configure): Adjust.
8974 2002-07-17  Akim Demaille  <akim@epita.fr>
8976         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
8977         (_AC_FUNC_MALLOC): New.
8978         (AC_FUNC_MALLOC): Use the latter.
8979         Define HAVE_MALLOC to 0 if broken.
8980         * doc/autoconf.texi (Particular Functions): Adjust.
8982 2002-07-16  Akim Demaille  <akim@epita.fr>
8984         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
8985         * doc/autoconf.texi (C Compiler): Adjust.
8987 2002-07-09  Akim Demaille  <akim@epita.fr>
8989         * doc/autoconf.texi: Properly set the ``header'' part.
8991 2002-07-09  Akim Demaille  <akim@epita.fr>
8993         * doc/autoconf.texi (Systemology): Some about Darwin.
8995 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
8997         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
8998         Don't use AC_REQUIRE in AU_DEFUN.
9000 2002-07-09  Art Haas  <ahaas@neosoft.com>
9002         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
9004 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
9006         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9007         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
9008         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
9009         so that Emacs setups GNU style for perl-mode and cperl-mode.
9011 2002-06-27  Paul Eggert  <eggert@twinsun.com>
9013         * config/install-sh: Quote $src.  Prefer || to test's -o option,
9014         as per "Limitations of Builtins".
9015         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
9016         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
9018         * tests/mktests.sh: Use grep instead of fgrep, as per
9019         "Limitations of Builtins".
9021 2002-06-15  Paul Eggert  <eggert@twinsun.com>
9023         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
9024         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
9025         so that we consistently test the just-built programs.
9026         * tests/wrappl.as: Likewise.
9028 2002-06-12  Paul Eggert  <eggert@twinsun.com>
9030         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
9031         name, so that symlinks to 'autoconf' work properly.  Bug reported
9032         by Bruno Haible.
9033         * bin/autoheader.in (AUTOM4TE): Likewise.
9034         * bin/autoreconf.in (autoconf, autoheader): Likewise.
9035         * bin/autoscan.in (autom4te): Likewise.
9036         * bin/autoupdate.in (autom4te): Likewise.
9038         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
9039         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
9040         on Solaris 2.5.1.
9042 2002-06-11  Andreas Schwab  <schwab@suse.de>
9044         * doc/autoconf.texi: Add more dir entries.
9046 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
9048         * bin/autom4te.in ($cache): Don't define using `$me', the name
9049         of the cache should not depend on the name under which autom4te
9050         was installed.
9052 2002-06-07  Akim Demaille  <akim@epita.fr>
9054         * tests/tools.at (autoconf: forbidden tokens, basic)
9055         (autoconf: forbidden tokens, exceptions): Adjust to the change of
9056         words in autom4te.in.
9058 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
9060         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
9061         _AC_LANG_PROGRAM_C_F77_HOOKS.
9063 2002-06-07  Akim Demaille  <akim@epita.fr>
9065         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
9066         rename as...
9067         (AC_REPLACE_FNMATCH): this.
9068         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
9069         AC_FUNC_FNMATCH_GNU.
9071 2002-06-07  Akim Demaille  <akim@epita.fr>
9073         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
9074         Rosetta Stone for Unix.
9076 2002-06-07  Akim Demaille  <akim@epita.fr>
9078         * bin/autom4te.in (warn_forbidden): When rejecting a token,
9079         suggest m4_pattern_allow.
9080         Suggested by Adam J. Richter.
9082 2002-06-07  Akim Demaille  <akim@epita.fr>
9084         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
9085         ac_config_libobj_dir.
9086         (AC_CONFIG_LIBOBJ_DIR): New.
9087         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
9088         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
9089         Use ac_config_libobj_dir to find the replacement files.
9090         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
9091         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
9092         (AC_REPLACE_FNMATCH_GNU): these.
9093         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
9094         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
9095         * tests/mktests.sh (ac_exclude_list): Don't check
9096         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
9098 2002-06-06  Paul Eggert  <eggert@twinsun.com>
9100         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
9101         if ln doesn't work.
9102         * NEWS: Likewise.
9103         * doc/autoconf.texi (Configuration Links): Likewise.
9104         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
9106 2002-06-05  Paul Eggert  <eggert@twinsun.com>
9108         * config/config.guess, config/config.sub, config/texinfo.tex:
9109         Update from masters.
9111 2002-05-29  Paul Eggert  <eggert@twinsun.com>
9113         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
9114         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
9115         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
9116         Likewise.
9117         * lib/autoconf/Makefile.am (check-local): Likewise.
9118         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
9119         * lib/autoconf/types.m4 (commentary only): Likewise.
9120         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
9121         * lib/autotest/Makefile.am (check-local): Likewise.
9122         * lib/m4sugar/Makefile.am (check-local): Likewise.
9123         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
9124         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
9126         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
9127         * doc/autoconf.texi (Particular Programs): Document them.
9128         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
9129         * NEWS: Likewise.
9131 2002-05-27  Paul Eggert  <eggert@twinsun.com>
9133         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
9134         * NEWS, doc/autoconf.texi (Particular Types): Document it.
9135         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
9136         instead of AC_MBSTATE_T, which never existed.
9138 2002-05-23  Akim Demaille  <akim@epita.fr>
9140         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
9141         version of Autoconf that is discussed.
9143 2002-05-22  Paul Eggert  <eggert@twinsun.com>
9145         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
9146         from the default list of compilers to try.  Suggested by
9147         Kate Hedstrom.
9148         * NEWS: Document the above.
9149         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
9151 2002-05-17  Paul Eggert  <eggert@twinsun.com>
9153         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
9154         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
9155         This improves on an earlier suggestion by H. Peter Anvin.
9157 2002-05-16  Paul Eggert  <eggert@twinsun.com>
9159         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
9160         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
9161         Both macros now accept an optional source-dir arg.
9162         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
9164         * NEWS: Document this.
9165         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
9167         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
9168         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
9169         not for GNU extensions; this undoes part of the 2000-11-03 change,
9170         reverting to 2.13-compatible behavior.
9171         Add new optional argument DIR.
9172         (AC_FUNC_FNMATCH_GNU): New macro.
9174         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
9176 2002-05-08  Paul Eggert  <eggert@twinsun.com>
9178         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
9179         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
9180         and it causes a 'test' syntax error if it fails.
9181         Bug reported by Stephen Gildea.
9183         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
9184         If prototypes are supported, use them to check this at compile-time,
9185         instead of trying to check it at run-time.  If we must do a run-time
9186         check, assume that setvbuf is standard when cross-compiling, as
9187         nonstandard setvbuf occurs only on ancient and unlikely hosts.
9188         Bug reported by Paul D. Smith.
9190         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
9191         argument specifying location of getloadavg.c.  This removes a
9192         FIXME.  This idea was taken from Jim Meyering's implementation in
9193         textutils.
9194         * doc/autoconf.texi (Particular Functions): Document this.
9195         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
9196         that's what the code does; this fixes a bug reported by
9197         Paul D. Smith.
9199 2002-05-03  Akim Demaille  <akim@epita.fr>
9201         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
9202         autopoint instead of gettextize.
9203         ($uses_alocal): Rename as...
9204         ($uses_aclocal): this.
9205         * doc/autoconf.texi (autoreconf Invocation): Adjust.
9206         Suggested by Bruno Haible.
9208 2002-05-03  Akim Demaille  <akim@epita.fr>
9210         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
9212 2002-04-29  Paul Eggert  <eggert@twinsun.com>
9214         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
9215         files to be 1 second older; just set them to be the same time.
9216         Also, sleep 1 second after the first aclocal, to work around
9217         problems with sub-second time stamps on the input files.
9219 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
9221         * doc/autoconf.texi: Mention "set -e -x" lossage
9222         under node "Limitations of Builtins".
9224 2002-04-29  Akim Demaille  <akim@epita.fr>
9226         * doc/install.texi: Better wording for setting variables when
9227         running configure.
9228         From Christian Cornelssen.
9230 2002-04-29  Akim Demaille  <akim@epita.fr>
9232         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
9233         of lack of $LINENO support, then the test will compare the $LINENO
9234         in testsuite vs. the lineno in the test file.  This is wrong, of
9235         course.
9236         Be sure to protect it.
9237         Reported by Patrick Welche.
9239 2002-04-25  Akim Demaille  <akim@epita.fr>
9241         * doc/autoconf.texi (Obsolete Macros): Typo.
9242         Reported by Vladimir Volovich.
9244 2002-04-25  Akim Demaille  <akim@epita.fr>
9246         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
9247         than some of the input files, hence, on the second run of aclocal,
9248         if some of its input are younger, make them older.
9249         Suggested by Paul Eggert.
9251 2002-04-25  Akim Demaille  <akim@epita.fr>
9253         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
9254         Thanks to Paul Eggert.
9256 2002-04-25  Akim Demaille  <akim@epita.fr>
9258         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
9259         and ac_subst_vars be sh variables containing the list of
9260         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
9261         DEFAULT diversion.
9262         (_AC_INIT_PREPARE): Use them to log them.
9263         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
9264         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
9265         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
9266         _AC_SUBST_FILES and _AC_SUBST_VARS.
9267         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
9269 2002-04-24  Akim Demaille  <akim@epita.fr>
9271         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
9272         autoheader, so that automake does not complain about a missing
9273         config.h.in that was to be created.
9275 2002-04-23  Akim Demaille  <akim@epita.fr>
9277         * bin/autoheader.in (parse_args): --warning takes an argument.
9278         Fixes PR/220.
9280 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
9282         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
9283         and bb.out when cleaning up.
9285 2002-04-22  Akim Demaille  <akim@epita.fr>
9287         Version 2.53a.
9289 2002-04-22  Akim Demaille  <akim@epita.fr>
9291         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
9293 2002-04-22  Akim Demaille  <akim@epita.fr>
9295         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
9296         comma.
9297         Reported by Gregory Giannoni.
9299 2002-04-22  Akim Demaille  <akim@epita.fr>
9301         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
9302         Fixes false failures on Darwin.
9304 2002-04-21  Paul Eggert  <eggert@twinsun.com>
9306         * TODO, bin/autoupdate.in, doc/autoconf.texi,
9307         lib/autoconf/general.m4, lib/autoconf/libs.m4,
9308         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
9309         tests/tools.at: Minor spelling and grammar fixes.
9311 2002-04-20  Paul Eggert  <eggert@twinsun.com>
9313         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
9314         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
9315         * lib/autotest/general.m4 (AT_INIT): Likewise.
9316         * tests/atgeneral.m4 (AT_INIT): Likewise.
9318 2002-04-19  Paul Eggert  <eggert@twinsun.com>
9320         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
9321         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
9322         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
9323         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9324         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
9325         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
9326         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
9327         Minor spelling and grammar fixes.
9329         * doc/autoconf.texi: Follow the outline suggested in the GNU
9330         Sample Texts sections of the Texinfo 4.2 manual.  Most
9331         importantly, this makes sure that the copyright notices appear in
9332         all output formats.  You probably need Texinfo 4.2 to generate
9333         the manual now.
9335         Fix some bugs when using "$@" when there might be zero positional
9336         arguments in cases where this matters.
9338         * bin/autoconf.as: Rewrite so that the problem does not come up.
9339         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
9340         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
9341         * lib/autotest/general.m4 (AT_INIT): Likewise.
9343         * bin/autoheader.in: Use 'case' statement to work around problem.
9344         * bin/auto4mte.in: Likewise.
9345         * bin/autoreconf.in: Likewise.
9346         * bin/autoscan.in: Likewise.
9347         * bin/autoupdate.in: Likewise.
9348         * bin/ifnames.in: Likewise.
9350         * doc/autoconf.texi (Shell Substitutions): Document the problem.
9352         * lib/autotest/general.m4 (AT_INIT):
9353         Use Zsh alias to work around problem.
9354         * tests/atgeneral.m4 (AT_INIT): Likewise.
9356         * tests/c.at: We can't have zero arguments, so remove workaround
9357         that is not portable to Zsh.
9359 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
9361         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
9362         from aclocal.m4 too.
9364 2002-04-12  Akim Demaille  <akim@epita.fr>
9366         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
9368 2002-04-10  Akim Demaille  <akim@epita.fr>
9370         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
9371         workaround for ${1+"$@"}.
9372         * doc/autoconf.texi (Shell Substitutions): Explain it.
9373         From Oliver Kiddle and Peter Stephenson.
9375         Have M4sh perform minimal shell sanitizing.
9377         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
9378         part into...
9379         (_AS_PREPARE): this new macro.
9380         (AS_PREPARE): New.
9381         (AS_INIT): Invoke AS_SHELL_SANITIZE.
9382         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
9384         Adjust Autoconf and Autotest.
9386         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
9387         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
9388         * lib/autotest/general.m4 (AT_INIT): Likewise.
9389         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
9390         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
9391         AS_SHELL_SANITIZE.
9393         Use this M4sh to generate Autoconf's shell scripts.
9395         * tests/wrapsh.as: New, precursor of wrapsh.in.
9396         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
9397         on Autotest and M4sh.
9398         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
9399         (wrapsh.in): New target.
9400         * bin/autoconf.as: New, precursor of autoconf.in.
9401         (autoconf.in): New target.
9403 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9405         * doc/autoconf.texi (Limitations of Make): Mention the issue
9406         with indented comments in rules.
9408 2002-04-09  Andreas Schwab  <schwab@suse.de>
9410         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
9411         ac_top_builddir when setting ac_abs_top_builddir.
9413 2002-04-06  Kevin Ryde  <user42@zip.com.au>
9415         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
9416         (Portable Shell): Cross reference to Systemology.
9418 2002-04-05  Akim Demaille  <akim@epita.fr>
9420         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
9421         directories when descending in a SUBDIRS.
9422         Reported by Ezra Peisach.
9424 2002-04-04  Andreas Schwab  <schwab@suse.de>
9426         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
9427         contains no literal separators.
9429 2002-04-03  Akim Demaille  <akim@epita.fr>
9431         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
9432         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
9433         Use dnl, not the KILL diversion.
9434         Extracted from...
9435         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
9436         (AC_CONFIG_LINKS): here.
9437         Adjust.
9438         Don't use the KILL diversion, as it kills spurious output, which
9439         results in failures being hidden.
9440         Use m4_defn where appropriate.
9441         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
9442         after the second argument.
9443         Use m4_defn.
9444         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
9445         syntax, as it is provided by M4sugar.
9446         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
9448 2002-04-03  Andreas Schwab  <schwab@suse.de>
9450         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
9451         expanded if $# <= 2.
9453         * bin/autoreconf.in (autoreconf): Run automake after rerunning
9454         aclocal.
9456 2002-04-03  Akim Demaille  <akim@epita.fr>
9458         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
9459         (_AC_COMPILER_EXEEXT_REJECT): New.
9460         Also recognize *.bb and *.bbg as compilation byproducts.
9461         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
9462         (_AC_COMPILER_OBJEXT): Use them.
9463         Fixes Debian #138666.
9465 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
9467         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
9469         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
9470         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
9471         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
9472         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
9473         (AC_C_CONST): Same.
9474         (AC_C_INLINE): Same.
9475         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
9476         * doc/autoconf.texi, NEWS: Document.
9477         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
9478         AC_C_CROSS.
9480 2002-04-02  Akim Demaille  <akim@epita.fr>
9482         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
9483         _AS_MKDIR_P_PREPARE.
9485 2002-03-28  Kevin Ryde  <user42@zip.com.au>
9487         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
9488         to avoid versions of HP C which don't allow that.
9490 2002-03-27  Paul Eggert  <eggert@twinsun.com>
9492         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
9493         (AS_SHELL_SANITIZE): Invoke it.
9494         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
9496 2002-03-26  Akim Demaille  <akim@epita.fr>
9498         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
9500 2002-03-26  Akim Demaille  <akim@epita.fr>
9502         * doc/autoconf.texi (Introduction): The GNATS base moved.
9504 2002-03-25  Paul Eggert  <eggert@twinsun.com>
9506         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
9507         as POSIX requires, as it doesn't work with Zsh.
9508         * doc/autoconf.texi (Assignments): Document the problem.
9510 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
9512         * doc/autoconf.texi (Limitations of Make): Mention more issue
9513         about VPATH, overriding of macros in sub-makes, and handling of
9514         SHELL.
9516 2002-03-21  Paul Eggert  <eggert@twinsun.com>
9518         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
9519         problem with here-document buffer boundaries.
9521         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
9522         when reinvoking the shell, to work around problems with installers
9523         who put strange things like "cd" commands in their environments.
9525 2002-03-19  Akim Demaille  <akim@epita.fr>
9527         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
9528         From Aaron Ucko.
9530 2002-03-19  Akim Demaille  <akim@epita.fr>
9532         * bin/autoscan.in (scan_file): Specify the location in `&used'
9533         invocations.
9534         From Nicolas Joly.
9536 2002-03-19  Akim Demaille  <akim@epita.fr>
9538         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
9539         From Nishio Futoshi.
9541 2002-03-19  Akim Demaille  <akim@epita.fr>
9543         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
9545 2002-03-18  Paul Eggert  <eggert@twinsun.com>
9547         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
9548         (Limitations of Usual Tools): Add mkdir section.
9550         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
9551         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
9552         back on AS_DIRNAME to compute prefixes otherwise; this is
9553         roughly what mkinstalldirs does.  That way, we need not have
9554         our own filename disassembler.  The old disassembler did not
9555         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
9557         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
9558         Create at_test_all by a series of assignments,
9559         not by a single assignment of a long string.  The latter causes ksh
9560         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
9561         presumably because of a buffer overrun.
9563 2002-03-14  Paul Eggert  <eggert@twinsun.com>
9565         * lib/autotest/general.m4 (at_times_skip):
9566         Renamed from at_times.  Now a boolean.
9567         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
9568         says 'times: not found'.
9570 2002-03-14  Akim Demaille  <akim@epita.fr>
9572         * bin/autoreconf.in (&study_gettextize): New.
9573         (&autoreconf): Handle newest gettextize.
9574         Rerun aclocal if needed.
9575         Suggested by Andreas Schwab.
9577 2002-03-13  Akim Demaille  <akim@epita.fr>
9579         * doc/autoconf.texi (Special Shell Variables): More about IFS.
9581 2002-03-13  Akim Demaille  <akim@epita.fr>
9583         * doc/autoconf.texi (Header Portability): New.
9584         Add information about stdint.h and inttypes.h from Paul Eggert.
9586 2002-03-13  Akim Demaille  <akim@epita.fr>
9588         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
9589         -p'.
9590         From Bob Proulx.
9592 2002-03-12  Akim Demaille  <akim@epita.fr>
9594         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
9595         m4_require.
9597 2002-03-11  Andreas Schwab  <schwab@suse.de>
9599         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
9600         does not do it if --with-lispdir is given.
9602 2002-03-08  Akim Demaille  <akim@epita.fr>
9604         Version 2.53.
9606 2002-03-08  Akim Demaille  <akim@epita.fr>
9608         * doc/autoconf.texi (Subdirectories): Clarify that the
9609         subdirectory should exist.
9611 2002-03-08  Akim Demaille  <akim@epita.fr>
9613         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
9615 2002-03-08  Akim Demaille  <akim@epita.fr>
9617         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
9618         aliases the actual variables, and modifications of the former
9619         affect the latter.
9621 2002-03-08  Akim Demaille  <akim@epita.fr>
9623         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
9624         because of C-c: have m4 output in tmp files, then mv them.
9626 2002-03-08  Akim Demaille  <akim@epita.fr>
9628         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
9629         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
9630         * bin/ifnames.in: Copyright update.
9632 2002-03-08  Akim Demaille  <akim@epita.fr>
9634         * doc/autoconf.texi (Invoking autom4te): New.
9636 2002-03-05  Akim Demaille  <akim@epita.fr>
9638         * doc/autoconf.texi (Specifying Names): Clarification suggested by
9639         Kevin Ryde.
9641 2002-03-05  Akim Demaille  <akim@epita.fr>
9643         Version 2.52i.
9645 2002-03-04  Akim Demaille  <akim@epita.fr>
9647         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
9648         * lib/autoconf/general.m4 (AC_INIT): More informative error
9649         message for LIBOBJ.
9651 2002-03-04  Akim Demaille  <akim@epita.fr>
9653         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
9654         parallel builds.
9656 2002-03-04  Akim Demaille  <akim@epita.fr>
9658         * doc/autoconf.texi (Transforming Names): Equality between target
9659         and host is irrelevant.
9660         (Specifying Names, Canonicalizing): Remove all references to the
9661         backward compatibility hooks.  Rather, collect them all into...
9662         (Hosts and Cross-Compilation): this new section.
9663         * doc/install.texi (System Type): Ditto.
9664         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
9665         that `--host' implies cross-compilation.
9667 2002-03-04  Akim Demaille  <akim@epita.fr>
9669         * doc/autoconf.texi (Evaluation Macros): New.
9670         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
9671         useless.
9672         (_m4_foreach): Define the variant with immediate evaluation so
9673         that it contains exactly the items, not an expression which
9674         evaluation is the current item.
9675         (m4_re_string, m4_re_word): Don't over quote them.
9677 2002-03-04  Akim Demaille  <akim@epita.fr>
9679         Instead of having stacking `shift's evaluated at the end, let
9680         `foreach' loops immediately evaluate them.
9682         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
9683         $*.  This is the n-th time I change my mind, but hopefully this is
9684         the last...
9685         (m4_lquote): New.
9686         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
9687         efficient.
9688         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
9689         it was only a hack for m4_text_wrap.
9690         (m4_car2): Remove, replaced by...
9691         (m4_cdr): New.
9692         (_m4_foreach): Adjust.
9693         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
9694         m4_bpatsubst for clarification.
9696 2002-03-04  Akim Demaille  <akim@epita.fr>
9698         * doc/autoconf.texi (Changequote is Evil): New.
9700 2002-03-03  Kevin Ryde  <user42@zip.com.au>
9702         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
9703         on old systems like SunOS.
9705 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
9707         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
9708         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9709         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
9710         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
9711         of messages.
9713 2002-02-28  Akim Demaille  <akim@epita.fr>
9715         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
9716         message to be sent.
9718 2002-02-28  Kevin Ryde  <user42@zip.com.au>
9720         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
9722 2002-02-25  Akim Demaille  <akim@epita.fr>
9724         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
9725         From Akinori Musha.
9727 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
9729         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
9730         translate \r\n to \n.
9732 2002-02-07  Akim Demaille  <akim@epita.fr>
9734         Version 2.52h.
9736 2002-02-07  Akim Demaille  <akim@epita.fr>
9738         Fix Autoconf PR/209.
9739         Also reported by Frank Denis.
9741         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
9743 2002-02-07  Akim Demaille  <akim@epita.fr>
9745         Fix Autoconf PR/207:
9746         AC_PREFIX_PROGRAM fails with dashed program names
9748         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
9749         variable when looking for the prefix program.
9750         Now it also works for shell variables.
9752 2002-02-07  Akim Demaille  <akim@epita.fr>
9754         * doc/autoconf.texi (Limitations of Builtins): More about
9755         case/esac.
9757 2002-02-06  Akim Demaille  <akim@epita.fr>
9759         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
9760         case/esac, some shells don't support it.
9761         Reported by Zack Weinberg.
9762         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
9764 2002-02-06  Akim Demaille  <akim@epita.fr>
9766         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
9767         sure not to introduce newlines in at_groups.
9768         * lib/autotest/Makefile.am (autotest.m4f): Typo.
9770 2002-02-06  Akim Demaille  <akim@epita.fr>
9772         * tests/torture.at (Configuring subdirectories): Skip if aclocal
9773         is not available.
9775 2002-02-05  Paul Eggert  <eggert@twinsun.com>
9777         * doc/autoconf.texi (Specific Compiler Characteristics):
9778         Describe HP-UX cc bug workaround more accurately.
9779         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
9780         not unsigned long.
9781         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
9782         cross-compilers, too.  This undoes some of the most recent change
9783         to this file.
9785 2002-02-05  Akim Demaille  <akim@epita.fr>
9787         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
9788         to make sure they are up to date when `check' is run.
9790 2002-02-05  Akim Demaille  <akim@epita.fr>
9792         * doc/autoconf.texi (Making testsuite Scripts): Document
9793         package.m4.
9795 2002-02-05  Akim Demaille  <akim@epita.fr>
9797         * lib/freeze.mk: New.
9799 2002-02-05  Akim Demaille  <akim@epita.fr>
9801         Implement `autom4te --freeze'.
9803         * bin/autom4te.in (&freeze): New.
9804         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
9805         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
9807 2002-02-05  Akim Demaille  <akim@epita.fr>
9809         * bin/autom4te.in (&parse_args): Implement `frozen files are
9810         optional are the sum of the previous files on the command line'.
9811         Also, pass `--reload-state=' on them, so...
9812         (handle_m4): don't.
9813         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
9814         (M4sh): Rely on M4sugar.
9815         (Autotest, M4sh, M4sugar): Use frozen files.
9817 2002-01-31  Akim Demaille  <akim@epita.fr>
9819         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
9820         * doc/autoconf.texi (Initializing configure): Adjust.
9822 2002-01-30  Akim Demaille  <akim@epita.fr>
9824         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
9825         alphanumeric to `-' instead of `_'.
9827 2002-01-30  Akim Demaille  <akim@epita.fr>
9829         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
9830         for plain code, the other for cross-compilation code.  The latter
9831         is now run with GCC only.
9832         * doc/autoconf.texi (Compilers and Preprocessors): New.
9834 2002-01-30  Akim Demaille  <akim@epita.fr>
9836         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
9837         values.
9838         * doc/autoconf.texi (Initializing configure): Explain how to
9839         change AC_INIT default values.
9841 2002-01-29  Akim Demaille  <akim@epita.fr>
9843         * tests/torture.at (Configuring subdirectories): Use configure.in,
9844         so that aclocal 1.4 works.
9845         Reported by Alexandre Duret-Lutz and Larry Schmitt.
9847 2002-01-28  Akim Demaille  <akim@epita.fr>
9849         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
9850         needs an argument.
9852 2002-01-28  Akim Demaille  <akim@epita.fr>
9854         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
9855         AUTOTEST_PATH *after* it was set.
9856         Don't put `.' in the PATH: the user should be precise and `./' if
9857         needed.  In addition, given that the test suite does some `cd', if
9858         `.' is in the path, the `tested programs' sections will report
9859         programs found in the test suite's directory, while during the
9860         tests (performed in their own directory), these programs are no
9861         longer visible.  In other words, the results is confusing and
9862         useless.
9863         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
9865 2002-01-24  Akim Demaille  <akim@epita.fr>
9867         Version 2.52g.
9869 2002-01-24  Akim Demaille  <akim@epita.fr>
9871         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
9872         * doc/autoconf.texi: Finally add Akim as an author.
9874 2002-01-24  Akim Demaille  <akim@epita.fr>
9876         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
9877         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
9878         Bourne. Use /bin/sh.
9879         From Andreas Buening.
9881 2002-01-24  Akim Demaille  <akim@epita.fr>
9883         * config/config.guess, config/config.sub, config/texinfo.tex:
9884         Update from masters.
9886 2002-01-24  Akim Demaille  <akim@epita.fr>
9888         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
9889         * config/auxdir.m4, config/cond.m4, config/depend.m4,
9890         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
9891         * config/missing.m4, config/sanity.m4, config/select.m4,
9892         * config/strip.m4: Remove, to ease sync'ing with any version of
9893         Automake.
9895 2002-01-24  Akim Demaille  <akim@epita.fr>
9897         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
9898         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
9899         Reported by Geir Ove Myhr.
9901 2002-01-21  Akim Demaille  <akim@epita.fr>
9903         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
9905 2002-01-21  Akim Demaille  <akim@epita.fr>
9907         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
9908         message on invalid options.
9909         * bin/autom4te.in (parse_args): Don't use
9910         Autoconf::General::getopt with non valid options.
9912 2002-01-17  Jim Meyering  <meyering@lucent.com>
9914         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
9915         $ac_cv_exeext so we don't use an old, invalid, cached value.
9917 2002-01-11  Akim Demaille  <akim@epita.fr>
9919         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
9920         Meyering.
9921         * doc/autoconf.texi (Function Portability): Document the strnlen
9922         limitation.
9923         (Particular Functions): Document AC_FUNC_STRNLEN.
9924         * lib/autoscan/functions: Adjust.
9926 2002-01-06  Akim Demaille  <akim@epita.fr>
9928         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
9929         package.m4, since is really depends upon configure.ac, not
9930         configure.
9931         * doc/autoconf.texi (testsuite Scripts): Adjust.
9932         * tests/Makefile.am (package.m4): New.
9933         EXTRA_DIST it since its a source.
9935 2002-01-06  Akim Demaille  <akim@epita.fr>
9937         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
9938         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
9939         and PACKAGE_BUGREPORT from here...
9940         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
9941         arguments.
9942         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
9943         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
9944         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
9945         * tests/tools.at (autoheader): Adjust.
9946         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
9948 2002-01-06  Akim Demaille  <akim@epita.fr>
9950         * bin/autoscan.in (scan_file): Use `&used'.
9952 2002-01-03  Akim Demaille  <akim@epita.fr>
9954         * doc/autoconf.texi (Output): Improved wording regarding use of
9955         AC_OUTPUT.
9956         From Olly Betts.
9958 2001-12-18  Kevin Ryde  <user42@zip.com.au>
9960         * doc/autoconf.texi (Function Portability): Add notes on sscanf
9961         sometimes needing writable input.
9963 2001-12-17  Jim Meyering  <meyering@lucent.com>
9965         * doc/autoconf.texi (New Macros): Tweak wording.
9967 2001-12-14  Akim Demaille  <akim@epita.fr>
9969         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
9970         trailing files, don't apply `-rf' to files which might not be
9971         created by configure (core, core.*, and *.core), but just `rm -f'.
9972         Suggested by Jonathan Kamens.
9974 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
9976         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
9978 2001-12-14  Akim Demaille  <akim@epita.fr>
9980         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
9982 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
9984         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
9985         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
9986         abs_srcdir, top_srcpath to abs_top_srcdir.
9987         (_AC_OUTPUT_FILES): Adjust.
9988         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
9989         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
9990         * tests/wrappl.in, tests/wrapsh.in: Adjust.
9992 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
9994         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
9995         C/Fortran linking on HP/UX, by extracting the Fortran library
9996         search path from the LPATH line in the $F77 -v output.
9998 2001-12-12  Kevin Ryde  <user42@zip.com.au>
10000         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
10001         forbidden file descriptors table.
10003 2001-11-26  Akim Demaille  <akim@epita.fr>
10005         * bin/autoscan.in (%c_keywords): Build it at top level.
10006         Map to 1 in order to simplify its uses.
10008 2001-11-26  Akim Demaille  <akim@epita.fr>
10010         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
10011         Remove $filepath, useless.
10012         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
10013         variables, they are really part of the tokens.
10014         Split the input line on spaces and then look for tokens.
10015         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
10016         because of `lex$U.$(OBJEXT)'.
10017         (&scan_files): Use "@list" instead of join.
10018         * doc/Makefile.am (CLEANFILES): Add *.fns.
10020 2001-11-26  Akim Demaille  <akim@epita.fr>
10022         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
10023         Remove, replaced by...
10024         * tests/wrappl.in: Be common for all the Perl executables.
10025         In particular autoscan and autoheader want -I.
10026         * configure.ac: Adjust.
10027         * lib/autoscan/headers: errno.h is portable.
10029 2001-11-26  Akim Demaille  <akim@epita.fr>
10031         * bin/autoscan.in (used): New.
10032         Use it.
10034 2001-11-26  Akim Demaille  <akim@epita.fr>
10036         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
10037         directives.
10038         (&scan_sh_file): Remove a duplicate pattern.
10039         (&check_configure_ac): Use long options.
10040         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
10042 2001-11-26  Akim Demaille  <akim@epita.fr>
10044         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
10045         Before, having a line containing the opening of a multi line
10046         comment made the whole line be ignored.
10048 2001-11-26  Akim Demaille  <akim@epita.fr>
10050         * doc/autoconf.texi (Using an Autotest Test Suite): New.
10051         (testsuite Scripts): Be one of its subsection.
10052         (Autotest Logs): New.
10054 2001-11-26  Akim Demaille  <akim@epita.fr>
10056         Test groups are now run two directories deeper.
10058         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
10059         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
10060         at_top_builddir.
10061         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
10062         top_srcdir, builddir and top_builddir.
10063         Use `at_*dir' relatively to the directory containing the
10064         suite, use `*dir' when relatively to the current group dir.
10066 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10068         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
10069         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
10070         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
10071         spelling errors.
10073 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
10075         * doc/autoconf.texi (Using System Type): Add an example of `case
10076         $host' usage so people quit using `case $target' everywhere.
10078 2001-11-22  Akim Demaille  <akim@epita.fr>
10080         * doc/autoconf.texi (Installation Directory Variables): Englishoes
10081         spotted by Jim Meyering.
10083 2001-11-16  Paul Eggert  <eggert@twinsun.com>
10085         This patch implements a `long double' suggestion by Oliver Kiddle.
10087         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
10088         static, to catch errors if the value isn't known at compile-time
10089         and the compiler supports dynamic arrays.  Change its name from
10090         `_array_' to `test_array' to avoid potential name clashes.
10091         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
10092         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
10093         better than double.  Catch a bug in GCC 2.95.2 x86.
10094         * doc/autoconf.texi (C Compiler): Document the above.
10095         * NEWS: Likewise.
10097 2001-11-13  Akim Demaille  <akim@epita.fr>
10099         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
10100         hand.
10101         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
10103 2001-11-13  Akim Demaille  <akim@epita.fr>
10105         * lib/autotest/general.m4 (AT_INIT): After having run the test
10106         group, go back to the initial directory, not to at_suite_dir.
10108 2001-11-13  Akim Demaille  <akim@epita.fr>
10110         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
10111         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
10112         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
10113         option.
10114         (AT_CHECK_CONFIGURE): Use absolute paths.
10115         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
10116         The problem is still the old one: there is no means in M4 (that I
10117         know about) to create a defining macro, because there is no means
10118         to create `$1' etc., therefore, the defining macro ``swallows''
10119         all the arguments meant to the defined macro.
10121 2001-11-13  Akim Demaille  <akim@epita.fr>
10123         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
10124         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
10125         configure.ac.
10126         * tests/aclocal.m4: Remove, as it is no longer used.
10128 2001-11-13  Akim Demaille  <akim@epita.fr>
10130         * lib/autotest/general.m4: Change `tests?' into `groups?' in
10131         variable names when referring to a single test group, or to
10132         `suite' when referring to the whole test suite.
10133         `at_last_test' is removed: m4 compute at_format itself.
10134         (at_stdout, at_stder1, at_stderr): New variables.
10135         (AT_CHECK): Use them.
10137 2001-11-13  Akim Demaille  <akim@epita.fr>
10139         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
10140         in PATH.
10141         Create `testsuite.dir/003/run' instead of `testsuite.003'.
10142         Do it as soon as a test fails, don't wait till the end of the test
10143         suite.
10144         Don't remove $as_me.[0-9]*, since these files no longer exist.
10146 2001-11-13  Akim Demaille  <akim@epita.fr>
10148         * tests/tools.at: Use absolute paths, since we are no longer run
10149         in place.
10151 2001-11-13  Akim Demaille  <akim@epita.fr>
10153         Now that tests are running in their own private dir, there is no
10154         need to list the files to remove at the end of tests groups.
10156         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
10157         (AT_data_files, at_data_files): Remove.
10158         (AT_CLEANUP, AT_DATA): Simplify.
10159         (AT_INIT): Adjust.
10160         Remove the group dir if !debug && !failed.
10161         * tests/atspecific.m4: Adjust.
10163 2001-11-13  Akim Demaille  <akim@epita.fr>
10165         Start a new layout for Autotest: `testsuite' creates
10166         `testsuite.dir' in which the at-check-line etc. files are to be
10167         found, and `testsuite.dir/003' where the test group 3 is run.
10169         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
10170         at_check_line_file, at_format, at_test_normalized, at_group_dir
10171         are new variables.
10172         Create the directories.
10173         Use absolute paths for at- files.
10174         (AT_CHECK): Adjust.
10176 2001-11-11  Michael Matz  <matz@kde.org>
10178         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
10179         (m4_car2): New.
10180         (m4_car): Properly quote arguments.
10182 2001-11-13  Akim Demaille  <akim@epita.fr>
10184         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
10185         with stricter rules on LIBOBJS.
10187 2001-11-12  Paul Eggert  <eggert@twinsun.com>
10189         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
10190         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
10191         __PROTOTYPES too.
10193 2001-11-12  Akim Demaille  <akim@epita.fr>
10195         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
10197 2001-11-12  Akim Demaille  <akim@epita.fr>
10199         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
10200         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
10201         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
10202         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
10203         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
10204         specify to what the macro should be defined (typically to 1).
10206 2001-11-12  Akim Demaille  <akim@epita.fr>
10208         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
10209         From Jim Meyering.
10211 2001-11-12  Akim Demaille  <akim@epita.fr>
10213         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
10214         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
10215         definition used by Automake where LEX is +/- "${missing} lex" and
10216         `missing' itself contains variables.
10218 2001-11-12  Akim Demaille  <akim@epita.fr>
10220         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
10221         Now that M4sh pushes BODY, the comments were output at the end of
10222         the test suites.
10224 2001-11-08  Akim Demaille  <akim@epita.fr>
10226         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
10227         that we can trace macros from aclocal.m4.
10228         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
10229         obsoleted, and redirect to the former anyway.
10230         Reported by Ralf Corsepius.
10232 2001-11-08  Akim Demaille  <akim@epita.fr>
10234         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
10235         processed only if present.
10236         * tests/torture.at (Configuring subdirectories): Use autoreconf
10237         instead of successive calls to autoconf.
10238         Add a nonexistent subdirectory to exercise the patch above.
10239         Reported by Ralf Corsepius.
10241 2001-11-08  Kevin Ryde  <user42@zip.com.au>
10243         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
10244         doesn't accept .S files.
10246 2001-11-07  Akim Demaille  <akim@epita.fr>
10248         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
10249         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
10250         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
10251         * bin/autom4te.in (warn_forbidden): New.
10252         (handle_output): Use it.
10253         Read m4_pattern_forbid with messages.
10255 2001-11-05  Akim Demaille  <akim@epita.fr>
10257         * bin/autom4te.in (--normalize): Remove.
10258         * lib/autom4te.in: Adjust.
10260 2001-11-05  Akim Demaille  <akim@epita.fr>
10262         * tests/Makefile.am (testsuite): Rename this target as...
10263         ($(TESTSUITE)): this.
10264         From Nicolas Joly.
10266 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
10268         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
10269         the --prefix option, also remove it's argument.
10271 2001-11-05  Akim Demaille  <akim@epita.fr>
10273         * doc/autoconf.texi (testsuite Invocation): Update.
10274         (Writing testsuite.at): Update.
10276 2001-11-03  Akim Demaille  <akim@epita.fr>
10278         * doc/autoconf.texi: s/@code/@command/ where appropriate.
10280 2001-11-03  Akim Demaille  <akim@epita.fr>
10282         * lib/Autom4te/General.pm: (&catfile, &canonfile)
10283         (&file_name_is_absolute): New, wrappers around routines from
10284         File::Spec.
10285         Use and export them.
10286         (&find_configure_ac): Optionally take a directory where to look at.
10287         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
10288         the arguments.
10289         Default @ARGV to `.', not find_configure_ac.
10290         (&autoreconf): Argument is a directory.
10291         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
10292         * doc/autoconf.texi (autoreconf Invocation): Update.
10294 2001-11-03  Akim Demaille  <akim@epita.fr>
10296         * lib/Autom4te/General.pm (@export_vars, @export_subs)
10297         (@export_forward_subs): New.
10298         Add basename, dirname, and fileparse.
10299         (@EXPORT): Adjust.
10300         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
10301         Don't look for aclocal flags if we already know aclocal is not
10302         used.
10303         Move aclocal.m4t only if it exists.
10304         Reported by Ezra Peisach.
10306 2001-11-03  Akim Demaille  <akim@epita.fr>
10308         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
10309         passed on command line, defaulting to ./configure.ac if present.
10310         (&maybe_autoreconf, File::Find): Remove, unused.
10311         (&autoreconf): If autoconf is not used, don't try to trace.
10313 2001-11-02  Akim Demaille  <akim@epita.fr>
10315         * configure.ac: Bump to 2.52g.
10317 2001-11-02  Akim Demaille  <akim@epita.fr>
10319         Version 2.52f.
10321 2001-11-02  Akim Demaille  <akim@epita.fr>
10323         * config/config.guess, config/config.sub, doc/standards.texi:
10324         * config/lispdir.m4: Update from masters.
10325         * configure.ac: Bump to 2.52f.
10327 2001-11-02  Akim Demaille  <akim@epita.fr>
10329         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
10330         Don't run aclocal when aclocal.m4 is not from aclocal.
10331         From Ezra Peisach.
10332         Don't run libtoolize and gettextize if --install is not given.
10334 2001-11-01  Paul Eggert  <eggert@twinsun.com>
10336         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
10337         be invoked before _AS_LINENO_PREPARE.
10338         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
10339         than character ranges.
10341         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
10342         invoking AS_BASENAME.  Set the locale variables to 'C' if
10343         possible, as POSIX requires this to get the traditional
10344         behavior.
10345         * doc/autoconf.texi (Special Shell Variables): Describe the above.
10347 2001-10-31  Paul Eggert  <eggert@twinsun.com>
10349         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
10350         with {}, as that triggers a bug in Bash 2.05.
10352         (_AS_LINENO_PREPARE): Use Sed rather than
10353         Awk.  Fix the sed prepass to work even if there are multiple
10354         instances of $LINENO on the same line.  Do not substitute for
10355         other variables like $LINENOT.  Do not check file dates; such a
10356         check is unreliable on sufficiently fast machines, and removing
10357         the check makes the code simpler and more reliable.  Check for
10358         output and chmod failures.
10360         * doc/autoconf.texi (Special Shell Variables): Document
10361         the above.
10363 2001-10-31  Akim Demaille  <akim@epita.fr>
10365         * tests/Makefile.am (atconfig): Remove this target, Automake
10366         handles it now.
10368 2001-10-31  Akim Demaille  <akim@epita.fr>
10370         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
10371         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
10372         provided, while it is optional.
10373         * configure.ac: Adjust.
10375 2001-10-26  Paul Eggert  <eggert@twinsun.com>
10377         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
10378           lib/Autom4te/Struct.pm:
10379         Require Perl 5.005_03 instead of just 5.005, as some tests fail
10380         with 5.005_02.
10382         * doc/autoconf.texi (Special Shell Variables): Document some
10383         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
10385         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
10386         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
10387         eval $LINENO is not portable in practice.
10389 2001-10-24  Akim Demaille  <akim@epita.fr>
10391         * lib/Autom4te/General.pm (backname): New.
10393 2001-10-24  Akim Demaille  <akim@epita.fr>
10395         * m4/: Remove, merged into...
10396         * config/: here.
10398 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
10400         * doc/autoconf.texi (Shellology): Mention the problems with bash
10401         2.05's use of ANSI quoting in its `set' builtin.
10403 2001-10-22  Paul Eggert  <eggert@twinsun.com>
10405         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
10406         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
10407         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
10408         POSIX decided to standardize on the int flavor of strerror_r.
10409         Always do char* test, as there's no reason not to.
10410         Assign to a char* var, to catch strerror_r that returns int*.
10412         * doc/autoconf.texi (Particular Functions):
10413         Document the above changes.  Also, document the fact that
10414         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
10416         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
10418 2001-10-20  Akim Demaille  <akim@epita.fr>
10420         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
10421         the executable was missing from the log.
10423 2001-10-20  Akim Demaille  <akim@epita.fr>
10425         * lib/Autom4te/General.pm (&update_file): If destination is
10426         unchanged, remove the source.
10427         (&up_to_date_p): Don't be verbose, be debug.
10428         * bin/autoreconf.in: No longer support --m4dir.
10429         (&autoreconf): Display the full path of the configure.ac we are
10430         studying.
10431         Trace it only once.
10432         Be sure to honor --force with gettextize.
10433         Always run aclocal.
10434         * doc/autoconf.texi: Adjust.
10436 2001-10-20  Akim Demaille  <akim@epita.fr>
10438         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
10439         Remove, dead.
10440         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
10441         `intl' is already present, as it refuses unless --force.
10442         (&parse_args): Use -I, --include instead of the old Autoconf
10443         options.
10444         ($localdir, $autoconf_dir): Remove.
10445         (@include): New.
10446         (&maybe_autoreconf): New, to preserve $_ for File::Find.
10448 2001-10-19  Jens Petersen  <petersen@redhat.com>
10450         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
10451         * doc/autoconf.texi (Particular Programs): Likewise.
10453 2001-10-19  Akim Demaille  <akim@epita.fr>
10455         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
10456         file in @configure_input@.
10457         Don't mention `automatically' in addition to `generated'.
10458         * tests/torture.at (#define header templates): Adjust.
10460 2001-10-19  Akim Demaille  <akim@epita.fr>
10462         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
10463         comment, explain how to install automatic mode selection.
10464         From Russ Allbery.
10466 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
10468         * bin/autoreconf.in (autoreconf): Display the path to the
10469         configure.ac being studied.
10471 2001-10-18  Paul Eggert  <eggert@twinsun.com>
10473         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
10474         long, to work around a bug in the HP C compiler version HP92453-01
10475         B.11.11.23709.GP.
10477         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
10478         (AS_BASENAME_EXPR): New macro.
10479         (AS_BASENAME_SED): Do not assume GNU sed semantics.
10480         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
10481         and fall back on 'sed' only if the other two fail.  This makes
10482         AS_BASENAME act more like AS_DIRNAME.
10483         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
10484         contains white space.
10485         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
10486         Use AS_DIRNAME, since I think it's now DOS-friendly.
10487         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
10488         Allow "dirname //FOO" to return either / or //, as POSIX allows
10489         either behavior.
10491 2001-10-10  Akim Demaille  <akim@epita.fr>
10493         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
10494         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
10495         From Eric Sharkey.
10497 2001-10-10  Akim Demaille  <akim@epita.fr>
10499         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
10500         m4_define, since...
10501         (_AS_ECHO_N): AS_REQUIREs it.
10503 2001-10-10  Akim Demaille  <akim@epita.fr>
10505         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
10506         (AC_INCLUDES_DEFAULT): Move to...
10507         * lib/autoconf/headers.m4: here.
10508         * lib/autoconf/types.m4: Comment changes.
10509         * doc/autoconf.texi: Specify where the default includes are used
10510         in the macro prototypes.
10512 2001-10-09  Akim Demaille  <akim@epita.fr>
10514         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
10515         transition code.
10517 2001-10-08  Akim Demaille  <akim@epita.fr>
10519         * bin/autoreconf.in (&autoreconf): Remove debugging code.
10520         (&parse_args): Pass verbosity/debugging options to subtools when
10521         --debug, not when --verbose.
10522         * lib/autom4te.in (Autoreconf-preselections): New.
10523         (Autoconf): Use it.
10525 2001-10-08  Akim Demaille  <akim@epita.fr>
10527         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
10529 2001-10-08  Akim Demaille  <akim@epita.fr>
10531         * doc/autoconf.texi (autoreconf Invocation): Adjust.
10532         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
10534 2001-10-08  Akim Demaille  <akim@epita.fr>
10536         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
10537         (Syntax of the shell scripts): Don't.
10538         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
10539         bother with $force since...
10540         * lib/Autom4te/General.pm: does.
10542 2001-10-08  Akim Demaille  <akim@epita.fr>
10544         * bin/autoreconf.in: Rewrite in Perl.
10545         * configure.ac: Adjust.
10546         * lib/Autom4te/General.pm (&up_to_date_p): New.
10547         * bin/autom4te.in (&up_to_date_p): Use it.
10548         Rename as...
10549         (&up_to_date): this.
10551 2001-10-08  Akim Demaille  <akim@epita.fr>
10553         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
10554         (m4_list_cmp): Use $0 to reinvoke yourself.
10555         (m4_patsubsts): New.
10556         (m4_strip, m4_version_unletter): Use it.
10557         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
10559 2001-10-08  Akim Demaille  <akim@epita.fr>
10561         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
10562         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
10563         * lib/autoconf/types.m4, lib/autotest/general.m4,
10564         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
10565         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
10566         m4_bregexp, m4_bpatsubst, and m4_bmatch.
10567         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
10569 2001-10-08  Akim Demaille  <akim@epita.fr>
10571         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
10573 2001-10-08  Akim Demaille  <akim@epita.fr>
10575         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
10576         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
10577         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
10578         * tests/tools.at, tests/m4sh.at: Use it.
10579         * tests/m4sh.at: Don't rely on Autoconf macros.
10580         (DIRNAME_TEST): Also exercise the expr variant.
10581         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
10582         preferred M4sugar extension is now `.4s'.
10583         * tests/README: Remove.
10585 2001-10-08  Akim Demaille  <akim@epita.fr>
10587         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
10588         (m4_provide_if): this.
10589         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
10590         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
10591         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
10592         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
10594 2001-10-08  Akim Demaille  <akim@epita.fr>
10596         Use `add-log-current-defun-function' for ChangeLog creation.
10597         Suggested by Tom Tromey.
10599         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
10600         (autotest-mode): Adjust.
10601         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
10602         'comment-region onto `C-c ;'.
10603         Comments are `#', not `dnl'.
10604         (autoconf-current-defun): New.
10605         (autoconf-font-lock-keywords): Recognize `m4_defun'.
10607 2001-10-08  Akim Demaille  <akim@epita.fr>
10609         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
10610         * lib/m4sugar/m4sh.m4: here.
10611         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
10612         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
10613         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
10614         include handle the m4_pattern_*, no longer push the
10615         BODY diversion nor set the /bin/sh line, AS_INIT does it.
10616         * lib/autotest/general.m4 (AT_INIT): Likewise.
10617         * tests/base.at: Adjust the tests to use AS_INIT.
10618         * tests/tools.at (AT_DATA_FORBIDDEN): New.
10619         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
10620         Autoconf.
10622 2001-10-07  Paul Eggert  <eggert@twinsun.com>
10624         * doc/autoconf.texi (config.status Invocation):
10625         CONFIG_SHELL defaults to a shell that supports LINENO if available.
10627         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
10628         shell does not support LINENO, and if CONFIG_SHELL is unset or
10629         empty, and if we can find a shell that does support LINENO,
10630         then set CONFIG_SHELL to that shell and then re-execute
10631         ourselves with CONFIG_SHELL.
10633 2001-10-05  Paul Eggert  <eggert@twinsun.com>
10635         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
10636         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
10637         build of $(TESTSUITE).
10639 2001-10-05  Akim Demaille  <akim@epita.fr>
10641         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
10642         iff we are a bareword.
10643         Reported by Raja R Harinath.
10645 2001-10-05  Akim Demaille  <akim@epita.fr>
10647         * tests/m4sh.at (LINENO): New.
10648         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
10649         PATH_SEPARATOR before using it.
10650         Fix the absolute path case/esac pattern.
10651         Provide $0 as fallback for as_myself.
10652         Reported by Raja R Harinath.
10654 2001-10-05  Akim Demaille  <akim@epita.fr>
10656         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
10657         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
10659 2001-10-05  Akim Demaille  <akim@epita.fr>
10661         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
10662         (AS_SHELL_SANITIZE): here.  Use it.
10663         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
10664         From Paul Eggert.
10666 2001-10-04  Akim Demaille  <akim@epita.fr>
10668         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
10669         combination of Awk and sed to replace $LINENO.
10671 2001-10-02  Paul Eggert  <eggert@twinsun.com>
10673         * doc/autoconf.texi (Limitations of Builtins): You can't use
10674         "source"; it's not portable.  Remove confusing and
10675         somewhat-incorrect example involving "." and "/".
10677         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
10678         compatibility with POSIX shells.
10680 2001-10-02  Akim Demaille  <akim@epita.fr>
10682         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
10683         instead of exec'ing to preserve $0 and $@.
10685 2001-10-01  Akim Demaille  <akim@epita.fr>
10687         * tests/testsuite (AT_INIT) <at_pass_list>: New.
10688         Don't run twice the same test.
10690 2001-10-01  Akim Demaille  <akim@epita.fr>
10692         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
10693         No longer output the list of tests.
10694         <--list>: New option.
10695         <--full-help>: Remove.
10696         Complete the short/long options duality.
10697         Various small adjustments.
10699 2001-10-01  Akim Demaille  <akim@epita.fr>
10701         * doc/autoconf.texi: Use @kbd for user input.
10702         Always use `$' as shell prompt.
10704 2001-09-30  Paul Eggert  <eggert@twinsun.com>
10706         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
10707         Don't use nested parenthesization.  This patch was originally
10708         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
10709         but somehow it didn't get incorporated then.
10710         * doc/autoconf.texi (Limitations of Usual Tools):
10711         Clarify remark about sed and nested parenthesization.
10713         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
10714         Report an error if the size cannot be determined even though
10715         the type exists.
10716         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
10717         Check for `expr' arithmetic overflow, and for compilation failure,
10718         and invoke a new argument $4 if either is discovered.
10719         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
10720         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
10722 2001-09-28  Akim Demaille  <akim@epita.fr>
10724         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
10725         * m4/lispdir.m4: New.
10726         * aclocal.m4, configure.ac: Adjust.
10728 2001-09-28  Akim Demaille  <akim@epita.fr>
10730         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
10731         (AT_TESTED): this.
10732         (AT_INIT): More the wrapped section to where it will be expanded.
10733         Output `AT_tested' only when existing.
10734         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
10736 2001-09-27  Akim Demaille  <akim@epita.fr>
10738         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
10739         generates too many bug reports.
10741         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
10742         status when executing the ACTION-IF-FALSE.
10743         * tests/base.at (AC_TRY_*): Rename as...
10744         (AC_TRY_COMMAND): this.
10745         (AC_RUN_IFELSE): New.
10746         * tests/compile.at (Extensions, C keywords)
10747         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
10748         (Broken/missing compilers, AC_PROG_CPP with warnings)
10749         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
10750         * tests/c.at (Extensions, C keywords)
10751         (Broken/missing compilers, AC_PROG_CPP with warnings)
10752         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
10753         (AC_PROG_CPP requires AC_PROG_CC): here and...
10754         * tests/fortran.at (GNU Fortran 77): there.
10755         * doc/autoconf.texi (autoconf Invocation): Fix the example:
10756         AC_TRY_RUN is about compilation, not shell commands.
10757         (Test Programs): AC_TRY_RUN works as used to be advertised.
10759 2001-09-27  Akim Demaille  <akim@epita.fr>
10761         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
10762         Raja R Harinath:
10763         Be sure to detect when $LINENO always returns the same value.
10764         Look for the original script, basename($0) is certainly not
10765         enough.
10766         Pass the CLI arguments to `$as_me.lineno'.
10768 2001-09-25  Akim Demaille  <akim@epita.fr>
10770         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
10771         Be sure the close and reopen the LOG fd before and after using tee
10772         to extend the log.
10773         <at_tests_pattern>: Adjust to the new format of at_help_all.
10775 2001-09-23  Akim Demaille  <akim@epita.fr>
10777         * bin/autom4te.in (parse_args): There can be several invocations
10778         of --language now.
10780 2001-09-23  Akim Demaille  <akim@epita.fr>
10782         * doc/autoconf.texi (Top): Wrap in @ifnottex.
10784 2001-09-23  Akim Demaille  <akim@epita.fr>
10786         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
10787         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
10788         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
10789         builddir, buildpath, top_builddir, and top_buildpath.
10790         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
10791         the current directory.
10792         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
10793         variables *before* changing the current directory.
10794         Skip nonexistent dirs.
10795         * doc/autoconf.texi (Preset Output Variables): Document these
10796         variables.
10798         * lib/autotest/general.m4: Do not reset AT_victims.
10799         Don't compute at_srcdir nor at_top_srcdir.
10801         * tests/tools.at: Hence use top_srcdir.
10803         * tests/Makefile.am, tests/autoconf, tests/autoheader,
10804         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
10805         Remove.
10806         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
10807         * tests/wrapsh.in, tests/autoupdate.in: New.
10808         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
10809         * configure.ac: Build the position independent wrappers.
10811         * man/Makefile.am: Now that test wrappers are position
10812         independent, use them and drop dark envvar magic.
10814 2001-09-23  Akim Demaille  <akim@epita.fr>
10816         * doc/autoconf.texi (Common Shell Constructs): Rename as...
10817         (Programming in M4sh): this.
10818         Promote to @section.
10820 2001-09-23  Akim Demaille  <akim@epita.fr>
10822         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
10823         Pass $at_debug_args to the rerun test suite.
10824         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
10825         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
10826         From Paul Eggert.
10828 2001-09-23  Akim Demaille  <akim@epita.fr>
10830         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
10832 2001-09-23  Akim Demaille  <akim@epita.fr>
10834         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
10835         over-escaping.
10837 2001-09-23  Akim Demaille  <akim@epita.fr>
10839         * lib/Autom4te/General.pm (&debug): New.
10840         * bin/autom4te.in ($language): Move to...
10841         (parse_args): here.
10842         Handle --language in languages.
10843         * lib/autom4te.in (Automake-selections, Autoheader-selections)
10844         (Autoscan-selections): New.
10845         (Autoconf): Adjust.
10847 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
10849         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
10850         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
10851         to match current versions from CVS Automake.
10853 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
10855         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
10856         for $LINENO.
10858 2001-09-22  Akim Demaille  <akim@epita.fr>
10860         * lib/autoconf/autotest.m4: Create `package.m4'.
10861         * tests/Makefile.am (package.m4): Remove.
10863 2001-09-22  Akim Demaille  <akim@epita.fr>
10865         Rely on `$LINENO' when possible instead of `__oline__'.
10867         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
10868         `$LINENO' support replacement when not supported.
10869         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
10870         them explicitly to be sure they are not output before this section
10871         (via m4_require).  Cosmetic only.
10872         * lib/autoconf/c.m4, lib/autoconf/general.m4,
10873         * lib/autoconf/programs.m4: Replace all the occurrences of
10874         `__oline__' with `$LINENO'.
10875         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
10877 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
10879         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
10880         character (u: -> ue) in a code comment.
10881         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
10882         it works.
10884 2001-09-21  Akim Demaille  <akim@epita.fr>
10886         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
10887         Suggested by Jim Meyering.
10889 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10891         * lib/autoconf/programs.m4: Use extensions listed in
10892         $ac_executable_extensions when looking for programs.
10894 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10896         * lib/autoconf/general.m4: Fix a small Englisho.
10897         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
10898         setting up ac_dir_suffix and ac_top_builddir.
10899         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
10901 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10903         * doc/autoconf.texi (File System Conventions): Clarify the use of
10904         PATH_SEPARATOR.
10905         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
10906         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
10907         be used instead of ':'.
10908         * lib/autotest/general.m4: Replace occurrences of ':' in
10909         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
10911 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10913         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
10914         arguments.  Fixed a typo.
10916 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10918         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
10919         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
10921 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10923         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
10924         * bin/autoupdate.in: Ditto.
10925         * bin/autoheader.in: Reworded a few comments.
10926         * bin/autoconf.in: Reworded help text for a few options.
10927         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
10928         * bin/autoscan.in, bin/autoupdate.in: Ditto.
10930 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10932         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
10933         already have $file).  Set output files to binary mode (helps avoid
10934         CR issues on DOSish systems).
10936 2001-09-19  Akim Demaille  <akim@epita.fr>
10938         * lib/autotest/general.m4: Englishoes.
10939         From Tim Van Holder and Alexey Mahotkin.
10941 2001-09-18  Paul Eggert  <eggert@twinsun.com>
10943         * doc/autoconf.texi (Common Shell Constructs): New node,
10944         documenting AS_DIRNAME.
10945         (Limitations of Usual Tools): Refer to it when discussing dirname.
10946         Also, update discussion of POSIX standard to reflect latest draft.
10948         * lib/autoconf/c.m4:
10949         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
10951         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
10952         Do not pass a first argument with leading '-'
10953         to expr, by parenthesizing initial integers that might be negative.
10955         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
10956         now merely checks whether it is an error to pass an argument
10957         to getpgrp.
10959         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
10960         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
10961         whether it is a (compile-time) error to pass an argument to
10962         getpgrp.  This simpler test supports the revised documentation,
10963         and is all that AC_FUNC_GETPGRP's users really need.
10965 2001-09-18  Akim Demaille  <akim@epita.fr>
10967         * doc/autoconf.texi (Limitations of Make) <$<>: New.
10969 2001-09-18  Akim Demaille  <akim@epita.fr>
10971         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
10972         `{}'.
10973         * lib/autotest/general.m4 (AT_INIT): Adjust.
10975 2001-09-18  Paul Wagland  <paul@wagland.net>
10977         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
10978         correctly.
10979         Add test for AS_BASENAME.
10980         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
10981         added test. It now correctly handles /1/2/3/, returning '3' not ''.
10982         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
10983         * tests/base.at: Fixed the expected responses. The old ones were
10984         one line out...
10985         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
10986         the documentation claims it should (and how it behaved in 2.13).
10988 2001-09-18  Akim Demaille  <akim@epita.fr>
10990         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
10991         the AC_CONFIG_COMMANDS invocation.
10992         This also solves the name clash problems.
10993         Don't set the package's ID.
10994         * lib/m4sugar/Makefile.am (version.m4): Revamp.
10995         No longer to be shipped.
10996         (version.in): Remove.
10997         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
10998         * lib/autoconf/status.m4: Adjust.
10999         Use `m4_PACKAGE_STRING'.
11000         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
11001         the only optional argument is the name of the test suite.
11002         Expect `package.m4' to define the package signature.
11003         * lib/autom4te.in (Autotest): Add `package.m4?'.
11004         * tests/Makefile.am (package.m4): New.
11005         * tests/suite.at: ifnames is a victim.
11007 2001-09-18  Akim Demaille  <akim@epita.fr>
11009         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
11010         AC_LIBSOURCE, AC_CONFIG_FILES.
11011         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
11012         program version string doesn't match the package's.
11013         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
11014         after `(cached)'.
11016 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11018         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11019         Allow expression to return any value that can fit into unsigned long
11020         (not int, as before).  Check for output errors.
11022 2001-09-17  Bruno Haible  <haible@ilog.fr>
11024         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11025         Always include <stdio.h> and <stdlib.h>. Evaluate
11026         the expression in an extra function before these includes. Call
11027         fprintf "%d" only after ensuring the argument is of type 'int'.
11028         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
11030 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11032         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
11033         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
11034         fatal errors, and AC_CHECK_LIB causes it to include libraries even
11035         when they don't exist.
11037         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
11038         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
11039         need it.
11041         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
11042         version with the version used by fileutils 4.1, except use
11043         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
11044         we don't need it.
11046         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
11048 2001-09-13  Akim Demaille  <akim@epita.fr>
11050         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
11051         _first_.
11052         Reported by Gerrit P. Haase.
11054 2001-09-13  Akim Demaille  <akim@epita.fr>
11056         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
11057         m4_defn'ing is valid.
11059 2001-09-13  Akim Demaille  <akim@epita.fr>
11061         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
11062         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
11063         Use it.
11065 2001-09-13  Akim Demaille  <akim@epita.fr>
11067         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
11068         m4_match.
11069         (m4_re_escape): New.
11070         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
11071         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
11072         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
11073         Likewise.
11074         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
11075         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
11076         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
11077         AT_tests_all for consistency.
11078         Set at_victims.
11079         (AT_VICTIMS): Similar to AT_KEYWORDS.
11080         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
11082 2001-09-13  Akim Demaille  <akim@epita.fr>
11084         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
11086 2001-09-13  Akim Demaille  <akim@epita.fr>
11088         * lib/autotest/general.m4 (AT_INIT): Create and remove
11089         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
11090         test suites can cohabit.
11092 2001-09-13  Akim Demaille  <akim@epita.fr>
11094         * tests/mktests.sh: Don't output banners for empty test files.
11096 2001-09-13  Akim Demaille  <akim@epita.fr>
11098         Test suites can be run independently of configure.
11100         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
11101         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
11102         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
11103         ECHO_N etc.
11104         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
11105         and at_c.
11106         * lib/autotest/general.m4: Use ECHO_*.
11108 2001-09-13  Akim Demaille  <akim@epita.fr>
11110         * bin/ifnames.in: Rewrite in Perl.
11111         * configure.ac: Don't look for AWK.
11112         * tests/tools.at (AWK portability): Remove.
11113         (Syntax of the shell scripts): Don't check ifnames.
11114         (AT_CHECK_PERL_SYNTAX): New.
11115         (Syntax of the Perl scripts): Check ifnames.
11116         * tests/ifnames: New.
11118 2001-09-13  Akim Demaille  <akim@epita.fr>
11120         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
11121         test group titles.
11122         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
11123         Remove all the other keywords.
11125 2001-09-10  Akim Demaille  <akim@epita.fr>
11127         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
11128         SETUP: no longer used.
11129         Support -k, --keywords.
11130         <at_help>: Be `no', `short', or `long'.
11131         <at_help_all>: New variable.
11132         (AT_KEYWORDS): New.
11133         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
11134         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
11135         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
11136         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
11137         No longer fill the HELP diversion.
11138         (AT_CLEANUP): Use them.
11139         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
11140         (m4_list_append): Remove.
11142         Spread a few keywords in the Autoconf test suite.
11144 2001-09-10  Akim Demaille  <akim@epita.fr>
11146         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
11147         PATH_SEPARATOR, let M4sh compute it.
11148         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
11149         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
11150         Move to...
11151         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
11152         Simplify when the path is not a literal.
11153         (AS_UNAME): Use it to report PATH.
11154         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
11155         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
11156         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
11157         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
11158         normalize the path, and to look for victims.
11159         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
11160         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
11162 2001-09-07  Akim Demaille  <akim@epita.fr>
11164         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
11165         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
11166         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
11167         related variables into `at_package_*'.
11168         * lib/autotest/general.m4 (AT_VICTIMS): New.
11169         (AT_INIT): Adjust for stand-alone/embedded test suites.
11170         (AS_MESSAGE_LOG_FD): Define and use it.
11171         * tests/suite.at (AT_VICTIMS): Use it.
11172         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
11173         at_version.
11175 2001-09-07  Akim Demaille  <akim@epita.fr>
11177         Move toward possibly stand-alone test suites.
11179         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
11180         in addition, it introduces useless differences in logs.
11181         (AT_INIT): Let atconfig and atlocal be both optional.
11182         Adjust PATH computation.
11183         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
11185 2001-09-07  Akim Demaille  <akim@epita.fr>
11187         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
11188         m4sugar/version.m4.
11190 2001-09-05  Akim Demaille  <akim@epita.fr>
11192         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
11193         to avoid GCC warnings.
11194         From Uwe Seimet.
11196 2001-09-05  Akim Demaille  <akim@epita.fr>
11198         * bin/autom4te.in: --language is -l, not -s.
11200 2001-09-05  Akim Demaille  <akim@epita.fr>
11202         Be ready to handle filenames as stupid as `dnl.at', for if even
11203         the maintainer is dumb enough to do that...
11205         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
11206         excellence in M4 quotation: consider `__file__' is active.
11208         And BTW, when invoking m4, pass the --include in the right order:
11209         the wrong one.
11211         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
11212         4m.
11214 2001-09-05  Akim Demaille  <akim@epita.fr>
11216         * lib/Autom4te/XFile.pm: New lib file.
11217         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
11218         * bin/autoheader.in: Use it.
11220 2001-09-05  Akim Demaille  <akim@epita.fr>
11222         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
11223         defined.
11225 2001-09-05  Akim Demaille  <akim@epita.fr>
11227         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
11228         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
11230         * bin/autoscan.in: Use `getopt' and `find_files' etc.
11231         Add -I, --include support.
11232         * doc/autoconf.texi (autoscan Invocation): Adjust.
11234 2001-09-05  Akim Demaille  <akim@epita.fr>
11236         CVS GNU M4 doesn't like `undefine(undefined)'.
11238         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
11239         New, extracted from main.
11240         Use IO::File wherever possible.
11241         (input.m4): Be constant, use -I instead of hard coding $tmp.
11242         Therefore be a quoted heredoc.
11243         Don't invoke `_au_disable', since ac was not loaded, but just
11244         `unm4.m4'.
11246 2001-08-31  Akim Demaille  <akim@epita.fr>
11248         Version 2.52d.
11250 2001-08-31  Akim Demaille  <akim@epita.fr>
11252         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
11253         previous patch.
11254         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
11256 2001-08-31  Akim Demaille  <akim@epita.fr>
11258         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
11259         serious problems handling heredocs in heredocs.
11260         Reported by Nicolas Joly.
11262 2001-08-31  Akim Demaille  <akim@epita.fr>
11264         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
11265         (Making testsuite Scripts): Update.
11267 2001-08-31  Akim Demaille  <akim@epita.fr>
11269         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
11271 2001-08-31  Akim Demaille  <akim@epita.fr>
11273         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
11274         (testsuite Scripts): There is no such thing as `atconfig.in'.
11275         And actually one diagram is missing: test suite runtime.
11277 2001-08-31  Akim Demaille  <akim@epita.fr>
11279         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
11280         inverse order.
11282 2001-08-31  Akim Demaille  <akim@epita.fr>
11284         * bin/autoupdate.in (@include): `installcheck' revealed the path
11285         to m4sugar was lacking!
11287 2001-08-31  Akim Demaille  <akim@epita.fr>
11289         * man/Makefile.am (.x.1): We really have to pass
11290         autom4te_perllibdir.
11292 2001-08-31  Akim Demaille  <akim@epita.fr>
11294         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
11295         debug scripts, in particular passing explicitly listed tests to
11296         run is stupid.
11298 2001-08-31  Akim Demaille  <akim@epita.fr>
11300         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
11301         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
11302         Use directly autom4te, not autoconf.
11303         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
11305 2001-08-31  Akim Demaille  <akim@epita.fr>
11307         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
11308         * bin/autoheader.in (%symbol): Strip arguments of macros.
11310 2001-08-31  Akim Demaille  <akim@epita.fr>
11312         * doc/autoconf.texi: Catch up -I, --include changes.
11314 2001-08-31  Akim Demaille  <akim@epita.fr>
11316         * bin/autom4te.in (&parse_args): Die on unknown languages.
11317         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
11318         need for autoconf.
11319         Promote --include over --macrodir and other obsolete options.
11321 2001-08-31  Akim Demaille  <akim@epita.fr>
11323         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
11324         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
11325         * bin/autom4te.in ($autoconf): Pass --force.
11326         `print $out' doesn't print `$_' but `$out'.
11327         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
11328         (autoheader): Pass --force since the test suite goes too fast for
11329         the time stamps.
11330         Adjust to the new autoheader messages.
11332 2001-08-31  Akim Demaille  <akim@epita.fr>
11334         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
11335         Check the completeness of the #template.
11336         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
11337         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
11338         invocation.
11340 2001-08-31  Akim Demaille  <akim@epita.fr>
11342         * lib/Autom4te/General.pm (&find_file, &update_file): New.
11343         * bin/autoupdate.in, bin/autoheader.in: Adjust.
11344         Drop AC_MACRODIR dead for real.
11345         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
11346         `autoheader: `config.hin' is created'.
11347         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
11349 2001-08-31  Akim Demaille  <akim@epita.fr>
11351         * bin/autoheader.in: Rewrite in Perl.
11352         * tests/autoheader: Adjust.
11354 2001-08-31  Akim Demaille  <akim@epita.fr>
11356         * bin/autoconf.in (--include, -I): New option.
11357         Map --localdir, --autoconf-dir onto it.
11358         Forward autom4te's options instead of interpreting them.
11359         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
11360         There is no such envvar since the inception of autom4te.cfg.
11361         * bin/autom4te.in (&parse_args): Uniquify `@include'.
11362         * bin/autoupdate.in: Adjust, and perform more control.
11363         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
11364         * tests/autoconf: Dittowise.
11366 2001-08-31  Akim Demaille  <akim@epita.fr>
11368         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
11369         * bin/autom4te.in (&find_file): Support `FILE?' standing for
11370         optionally `FILE'.
11371         Use -e, not -f, since /dev/null for instance is OK.
11372         (&parse_args): Adjust.
11373         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
11375 2001-08-31  Akim Demaille  <akim@epita.fr>
11377         * configure.ac: Also find tested executables in bin.
11378         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
11379         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
11380         installed peer executables, only PATH is allowed to resolve it.
11381         Pass `autoconf_dir' via options, not via invisible envvars.
11382         * lib/Autom4te/General.pm (&find_peer): Remove.
11383         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
11384         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
11385         * man/Makefile.am: Let help2man rely on PATH instead of trying to
11386         find the executables for it.
11387         * tests/Makefile.am: Major cleanup.  Too lazy to document...
11388         * tests/atlocal.in: Remove all the obscure envvar manipulations.
11389         We only need PERL.
11390         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
11391         indeed related to running the test suite, while passing
11392         --autoconf-dir and others is related to running non installed
11393         Autoconf executables.  So don't do that, leave it to...
11394         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
11395         * tests/autoscan: New.
11396         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
11397         refer to library files: rely on --language.
11399 2001-08-29  Akim Demaille  <akim@epita.fr>
11401         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
11402         s/--set/--language/.
11404 2001-08-29  Akim Demaille  <akim@epita.fr>
11406         * doc/autoconf.texi: Strip the @nodes.
11407         Suggested by Paul Eggert.
11408         (Initializing configure): Typo.
11410 2001-08-29  Akim Demaille  <akim@epita.fr>
11412         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
11413         Suggested by Paul Eggert.
11415 2001-08-29  Akim Demaille  <akim@epita.fr>
11417         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
11418         download in a tmp dir.
11420 2001-08-29  Akim Demaille  <akim@epita.fr>
11422         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
11423         case insensitive OSes out there :(
11424         From Tim Van Holder.
11426 2001-08-29  Akim Demaille  <akim@epita.fr>
11428         * lib/autom4te.in: New.
11429         * lib/Makefile.am (edit, autom4te.cfg): New.
11430         * bin/autom4te.in (BEGIN): Simplify.
11431         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
11432         (&load_configuration): New.  Use it.
11433         (&parse_args): Support --mode, --set, and --melt.
11434         * bin/autoconf.in: Simplify and adjust.
11435         * tests/Makefile.am (AUTOMAKE): Use --set.
11436         * tests/atlocal.in: Adjust.
11437         * BUGS: distcheck and check are weak.
11439 2001-08-29  Akim Demaille  <akim@epita.fr>
11441         * lib/autotest/general.m4: Use
11442                 foo=`(command) 2>/dev/null`
11443         not
11444                 foo=`command` 2>/dev/null
11445         (at-devnull): Rename as...
11446         (AT-devnull): this.
11447         (--clean): Remove AT-* files too.
11448         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
11449         Reported by Nicolas Joly.
11451 2001-08-28  Akim Demaille  <akim@epita.fr>
11453         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
11454         quotes inside single quotes.
11455         Reported by Nicolas Joly.
11457 2001-08-28  Kevin Ryde  <user42@zip.com.au>
11459         * doc/autoconf.texi (Function Portability): Mention C right shifts.
11461 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
11463         * lib/autotest/general.m4: Reword some messages.
11464         (AT_INIT): Check for the `times' builtin before using it.
11465         Support test ranges as arguments to the testsuite.
11466         Have -e imply -d as the help text suggested.
11468 2001-08-27  Akim Demaille  <akim@epita.fr>
11470         * Makefile.maint: Formatting changes.
11471         (do-po-update, po-update, cvs-update, update): New targets.
11472         (AMTAR): Remove.
11474 2001-08-27  Akim Demaille  <akim@epita.fr>
11476         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
11477         <at_cmd_line>: New.
11478         Pass it to debug-*.sh scripts.
11479         <AUTOTEST_PATH>: May contain absolute dir names.
11481 2001-08-27  Akim Demaille  <akim@epita.fr>
11483         * lib/autotest/general.m4 (AT_INIT): Log the command line.
11484         Support `VAR=VAL' as arguments.
11485         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
11486         may be set via the command line.
11488 2001-08-27  Akim Demaille  <akim@epita.fr>
11490         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
11491         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
11492         first the build dirs, then the src dirs.
11493         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
11495 2001-08-27  Akim Demaille  <akim@epita.fr>
11497         * lib/autotest/general.m4 (AT_INIT): Output the definition of
11498         at_data_files earlier.
11499         (--clean, -c): New option.
11500         * tests/Makefile.am: Use this option.
11502 2001-08-27  Akim Demaille  <akim@epita.fr>
11504         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
11505         `ac_top_builddir' to mimic Automake's vocabulary, which much more
11506         readable.
11507         Adjust callers.
11508         * doc/autoconf.texi (Configuration Actions): Document the vars
11509         available in commands.
11510         Emphasize the risks of collisions in init-cmds.
11512 2001-08-27  Akim Demaille  <akim@epita.fr>
11514         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
11515         (Initializing configure): this new node.
11517 2001-08-27  Akim Demaille  <akim@epita.fr>
11519         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
11521 2001-08-27  Akim Demaille  <akim@epita.fr>
11523         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
11524         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
11525         New file.
11526         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
11528 2001-08-27  Akim Demaille  <akim@epita.fr>
11530         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
11531         to...
11532         * lib/autoconf/autoheader.m4: this new file.
11533         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
11534         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
11535         Move to...
11536         * lib/autoconf/autoupdate.m4: this new file.
11538 2001-08-27  Akim Demaille  <akim@epita.fr>
11540         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
11541         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
11542         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
11543         -> ac_dir).
11544         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
11545         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
11547 2001-08-27  Akim Demaille  <akim@epita.fr>
11549         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
11550         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
11551         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
11552         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
11553         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
11554         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
11555         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
11556         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
11557         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
11558         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
11559         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
11560         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
11561         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
11562         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
11563         (_AC_OUTPUT_SUBDIRS): Move to...
11564         * lib/autoconf/status.m4: this new file.
11565         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
11566         * tests/Makefile.am, tests/suite.at: Adjust.
11568 2001-08-27  Akim Demaille  <akim@epita.fr>
11570         Automake 1.5.
11572         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
11573         (AMTAR): Help automake define it.
11574         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
11575         needed, 1.5 can have a macro and a target with the same name.
11576         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
11577         * m4/strip.m4: New.
11578         * m4/init.m4, m4/sanity.m4: Update.
11579         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
11580         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
11581         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
11582         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
11584 2001-08-27  Akim Demaille  <akim@epita.fr>
11586         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
11588         * lib/autoconf/version.in: Remove.
11589         * lib/m4sugar/version.in: New.
11590         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
11591         Adjust callers.
11592         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
11593         the name of the directory they're in, instead of the filename,
11594         since version.m4 is now in m4sugar, but m4_acversion must not be
11595         classified as an Autoconf macro.
11596         ($input_m4): Don't qualify the path to m4sugar.
11597         Rather, pass autoconf_dir to m4.
11598         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
11599         * tests/suite.at: Require 2.52c.
11601 2001-08-27  Akim Demaille  <akim@epita.fr>
11603         testsuite.log should include config.log.
11605         * lib/autotest/autotest.m4: New.
11606         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
11607         * tests/suite.at : Adjust.
11608         (AT_INIT): Log config.log.
11609         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
11610         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
11611         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
11612         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
11613         of config.log on traps.
11614         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
11615         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
11616         for config.status'.
11617         Open the log as soon as possible.
11618         Use the same log introduction as configure's.
11620 2001-08-22  Paul Eggert  <eggert@twinsun.com>
11622         * doc/autoconf.texi (Indices): New node.
11623         Move indices out of the top level menu and into this submenu.
11625 2001-08-22  Akim Demaille  <akim@epita.fr>
11627         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
11628         AC_TRY_COMMAND.
11629         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
11631 2001-08-22  Akim Demaille  <akim@epita.fr>
11633         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
11634         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
11635         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
11636         * lib/autoconf/programs.m4: here.
11637         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
11638         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
11639         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
11640         * lib/autoconf/programs.m4: here.
11641         (_AC_DECL_YYTEXT): Rename as...
11642         (_AC_PROG_LEX_YYTEXT_DECL): this.
11643         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
11644         * tests/Makefile.am, tests/suite.am: Adjust.
11646 2001-08-22  Akim Demaille  <akim@epita.fr>
11648         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
11649         Move to...
11650         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
11651         here.
11652         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
11653         * lib/autoconf/functions.m4: here.
11654         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
11655         (AH_CHECK_LIB): Move to...
11656         * lib/autoconf/libs: this new file.
11657         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
11658         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
11659         * lib/autoconf/libs.m4: here.
11660         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
11662 2001-08-22  Akim Demaille  <akim@epita.fr>
11664         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
11665         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
11666         (AC_SITE_LOAD): Better logging of config.site.
11668 2001-08-20  Akim Demaille  <akim@epita.fr>
11670         * configure.ac (AT_CONFIG): Fix the path.
11671         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
11672         can be used.
11674 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
11676         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
11677         program with AC_LANG_PROGRAM before feeding it to
11678         AC_COMPILE_IFELSE.  Cleanup grep usage.
11680 2001-08-20  Akim Demaille  <akim@epita.fr>
11682         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
11683         * NEWS, README, README-alpha, TODO, tests/README: This package is
11684         `Autoconf', not `autoconf' (the executable).
11686 2001-08-20  Akim Demaille  <akim@epita.fr>
11688         Info readers seem to need `Index' in the index node title :(
11690         * doc/autoconf.texi: Reverse the 2001-08-15 change which
11691         simplified index node names.
11693 2001-08-20  Akim Demaille  <akim@epita.fr>
11695         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
11696         arguments are not literals.
11697         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
11698         Specify the output variables, and macros defined.
11700 2001-08-20  Akim Demaille  <akim@epita.fr>
11702         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
11703         (Examining Syntax) <AC_TRY_COMPILE>
11704         (Examining Libraries) <AC_TRY_LINK>
11705         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
11706         their arguments.
11707         Reported by Werner Lemberg.
11709 2001-08-20  Akim Demaille  <akim@epita.fr>
11711         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
11712         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
11713         Load atlocal late enough to dump it in the log.
11714         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
11716 2001-08-20  Akim Demaille  <akim@epita.fr>
11718         * tests/torture.at (Configuring subdirectories): New test.
11719         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
11720         looking for.
11721         * m4/atconfig.m4: Be sure the let $[0] be expandable.
11722         (top_srcdir): Fix its computation.
11724 2001-08-20  Akim Demaille  <akim@epita.fr>
11726         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
11727         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
11728         test suite lives.
11729         Create `atconfig' automagically.
11730         Configure atlocal.in if present.
11731         * tests/atconfig.in: Remove.
11732         * tests/atlocal.in: New.
11733         * tests/Makefile.am: Adjust.
11735 2001-08-20  Akim Demaille  <akim@epita.fr>
11737         Huh!?!?!  There are still some user EOF tags used, which prevents
11738         their use in AC_CONFIG_COMMANDS for instance...
11740         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
11741         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
11742         `_CSEOF', or `_ATEOF', as appropriate.
11743         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
11744         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
11746 2001-08-20  Akim Demaille  <akim@epita.fr>
11748         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
11749         * tests/semantics.at, tests/tools.at, tests/torture.at:
11750         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
11752 2001-08-20  Akim Demaille  <akim@epita.fr>
11754         Autotest invokes M4sh's initialization.
11756         * lib/autotest/general.m4: Adjust the diversion names.
11757         (AT_INIT): Run AS_INIT.
11758         Use the BINSH diversion to invoke /bin/sh.
11759         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
11760         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
11762 2001-08-20  Akim Demaille  <akim@epita.fr>
11764         Let M4sh have its own diversions.
11766         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
11767         (_m4_divert(NOTICE)): Rename as...
11768         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
11769         (_m4_divert(HEADER-COMMENT)): these.
11770         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
11771         (_m4_divert(NOTICE)): New, for Libtool.
11772         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
11773         long ago with `_m4_divert(GROW)'.
11774         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
11776 2001-08-20  Akim Demaille  <akim@epita.fr>
11778         * tests/base.at, tests/compile.at, tests/foreign.at,
11779         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
11780         * tests/semantics.at, tests/suite.at, tests/tools.at,
11781         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
11783 2001-08-20  Akim Demaille  <akim@epita.fr>
11785         * bin/autom4te.in (handle_output): Handle @__@.
11787 2001-08-20  Akim Demaille  <akim@epita.fr>
11789         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
11790         * lib/autotest/general.m4: Adjust the license.
11792 2001-08-17  Paul Eggert  <eggert@twinsun.com>
11794         * doc/autoconf.texi (Function Portability): Mention snprintf,
11795         following up on a suggestion by Kevin Ryde.
11797 2001-08-17  Akim Demaille  <akim@epita.fr>
11799         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
11800         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
11802 2001-08-17  Akim Demaille  <akim@epita.fr>
11804         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
11805         `$0.log' as for projects where testsuite is in src, we'd have
11806         testsuite.log created in src.
11808 2001-08-17  Akim Demaille  <akim@epita.fr>
11810         * bin/autom4te.in (&parse_args): Recognize --normalize.
11812 2001-08-17  Akim Demaille  <akim@epita.fr>
11814         Start implementing the AC_CHECK_HEADER transition scheme.
11816         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
11817         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
11818         (AC_CHECK_HEADER): Use them.
11820 2001-08-17  Akim Demaille  <akim@epita.fr>
11822         * doc/autoconf.texi: Work around Texinfo buglets.
11823         (Transformation Rules): One example is enough, users are expected
11824         to have their brains on. And BTW, use DESTDIR.
11825         (dvar): New macro.  Use it.
11827 2001-08-17  Akim Demaille  <akim@epita.fr>
11829         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
11830         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
11831         looking for ChangeLogs.
11833 2001-08-17  Akim Demaille  <akim@epita.fr>
11835         * bin/autom4te.in: --normalize is a new option.
11836         * bin/autoconf.in: Use it.
11838 2001-08-17  Akim Demaille  <akim@epita.fr>
11840         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
11841         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
11843 2001-08-16  Paul Eggert  <eggert@twinsun.com>
11845         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
11846         start, not at end.
11848 2001-08-15  Akim Demaille  <akim@epita.fr>
11850         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
11851         Use it.
11853 2001-08-15  Akim Demaille  <akim@epita.fr>
11855         * doc/autoconf.texi (pr): New index.
11856         (prindex, findex): Use, merge, and output them.
11857         (Environment Variable Index, Output Variable Index)
11858         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
11859         (Autotest Macro Index): Rename as...
11860         (Environment Variables, Output Variables,Preprocessor Symbols)
11861         (Autoconf Macros, M4 Macros, Autotest Macros): these.
11862         * doc/install.texi: Use @command.
11863         (Environment Variables): Rename as...
11864         (Defining Variables): this.
11866 2001-08-15  Akim Demaille  <akim@epita.fr>
11868         * doc/autoconf.texi (Function Portability): sprintf's return
11869         value.
11870         From Kevin Ryde.
11872 2001-08-15  Akim Demaille  <akim@epita.fr>
11874         * Makefile.maint (CVS): New.
11875         (local-check): Run changelog-check. last.
11876         (alpha): Don't depend upon local-check, since...
11877         (cvs-dist): depends upon it.
11879 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
11881         * tests/Makefile.am: Use a clean-local rule to remove
11882         autom4te.cache (it's a directory, not a file.
11883         * Makefile.am: Ditto (but maintainer-clean-local).
11885 2001-08-15  Akim Demaille  <akim@epita.fr>
11887         * bin/autom4te.in (@m4_warning): New.
11888         (&handle_m4): Use it.
11889         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
11890         warnings are issued at each run.
11891         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
11892         is in the src tree.
11894 2001-08-15  Akim Demaille  <akim@epita.fr>
11896         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
11897         don't waste time running `autoupdate --version' works.
11898         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
11900 2001-08-13  Akim Demaille  <akim@epita.fr>
11902         * doc/autoconf.texi (ma): Rename this index as...
11903         (ac): this.
11905 2001-08-13  Akim Demaille  <akim@epita.fr>
11907         * Makefile.am: Remove dead code and dead comments.
11908         (pdf, html): New targets.
11909         * doc/autoconf.texi (Using Autotest): New chapter.
11910         * doc/Makefile.am (pdf): New targets.
11911         (CLEANFILES): Adjust.
11913 2001-08-13  Akim Demaille  <akim@epita.fr>
11915         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
11916         duration of the test suite.
11918 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
11920         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
11921         endianness for comparison instead of relying on AT_CHECK_ENV.
11923 2001-08-11  Paul Eggert  <eggert@twinsun.com>
11925         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
11926         to the INSTALL file.
11928 2001-08-11  Paul Eggert  <eggert@twinsun.com>
11930         * NEWS: The autoconf manual now is distributed under the terms
11931         of the GNU Free Documentation License.
11933         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
11934         Add an appendix "Copying This Manual" for the FDL.
11936         * doc/fdl.texi: New file, from
11937         <http://www.gnu.org/licenses/fdl.texi>.
11939         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
11941 2001-08-10  Paul Eggert  <eggert@twinsun.com>
11943         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
11944         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
11945         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
11946         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
11947         m4/sanity.m4, tests/README, tests/aclocal.m4,
11948         tests/atspecific.m4, tests/base.at, tests/compile.at,
11949         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
11950         tests/semantics.at, tests/suite.at, tests/tools.at,
11951         tests/torture.at: Add copyright notice.
11953         * tests/mktests.sh: Update year in copyright notice.
11955 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
11957         * tests/semantics.at (AC_C_BIGENDIAN): New test.
11959 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
11961         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
11962         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
11963         * doc/autoconf.texi (C Compiler Characteristics): Update
11964         documentation for AC_C_BIGENDIAN.
11966 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
11968         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
11969         magic values from an object file when cross-compiling.
11970         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
11972 2001-08-10  Akim Demaille  <akim@epita.fr>
11974         * bin/autom4te.in (&handle_output): Don't use `grep' with side
11975         effects.
11976         Suggested by Russ Allbery.
11978 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
11980         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
11981         current $prefix to the sub-configures.
11983 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
11985         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
11986         extension (needed on BeOS).  Reported by Guido van Rossum.
11988 2001-08-09  Akim Demaille  <akim@epita.fr>
11990         * bin/autom4te.in ($icache): Load it only if older than autom4te.
11992 2001-08-07  Akim Demaille  <akim@epita.fr>
11994         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
11995         removed.
11996         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
11997         No need to remove the files before and after the each test, before
11998         each test and at the end of the suite is enough.
11999         Display only the children `times', not the shell's.
12000         If the test failed or was skipped, at-times is not available.
12002 2001-08-07  Akim Demaille  <akim@epita.fr>
12004         Always produce testsuite.log, including when there are no
12005         failures.  This helps getting information on skipped tests, and
12006         duration of the tests.  Err, implement the latter btw.
12008         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
12009         Dump information on the first run of each test.
12010         (AT_CLEANUP): Create `at-times' containing the duration of the
12011         test group.
12013 2001-08-07  Akim Demaille  <akim@epita.fr>
12015         The use of `dumpstat' revealed that `len' was used although it
12016         should not.  m4_text_wrap was using it, but in the Autoconf world
12017         where it is legal.  Hence (i) test M4sh in its own world, not
12018         Autoconf's, and (ii), ahem, fix the bug :)
12020         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
12021         does not like `' instead of [].
12022         (AT_INIT): Forbid `^_?AT_'.
12023         And don't output such tokens.
12024         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
12025         `script.as', and `autom4te.cache'.
12026         Remove `empty' and `macro' which are no longer used.
12027         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
12028         * tests/m4sugar.at: Use it.
12029         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
12031 2001-08-07  Akim Demaille  <akim@epita.fr>
12033         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
12035 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
12037         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
12039 2001-08-04  Akim Demaille  <akim@epita.fr>
12041         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
12042         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
12043         AC_TRY_LINK.
12044         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
12045         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
12046         (AC_F77_MAIN): Likewise.
12048 2001-08-04  Akim Demaille  <akim@epita.fr>
12050         Don't rely on M4sugar outputting the patterns in files, since we
12051         might process the output _without_ running m4, hence without these
12052         files.
12054         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
12055         * bin/autom4te.in (@Request::includes): Remove, unused.
12056         (@Request::source): Rename as...
12057         (@Request::input): this.
12058         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
12059         (&handle_output): Fetch the patterns from the traces.
12060         `$forbidden' and `$allowed' are constant: use m//o.
12061         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
12062         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
12064 2001-08-04  Akim Demaille  <akim@epita.fr>
12066         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
12067         autoconf', i.e., in addition to caching traces, cache the output.
12069         * bin/autom4te.in (Request::cache): Rename as...
12070         (Request::id): this.
12071         ($cache, $icache, $tcache, $ocache): New.
12072         (&handle_m4): Save M4 output in the cache instead of $tmp.
12073         (&handle_output): Adjust.
12074         (&up_to_date_p): Check that the output cache is up to date too.
12075         (top level): Run `&handle_m4' iff force or the cache is invalid.
12076         Run `&handle_output' if the output cache is more recent.
12078 2001-08-04  Akim Demaille  <akim@epita.fr>
12080         * bin/autom4te.in ($force): New.
12081         (&parse_args, &print_usage): -f, --force is a new option.
12082         (&handle_output): CPP directives might have spaces after `#'.
12083         (&parse_args): The first file only can be frozen.
12085 2001-08-04  Akim Demaille  <akim@epita.fr>
12087         Don't let autom4te compute the `include' traces several times:
12088         first check that the trace cache file is up to date, and then
12089         compare its timestamp with that of the output.
12091         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
12092         the preamble.  Don't require 5.005 as Autom4te::General does it,
12093         and better yet (use `use', not `require'!).
12094         * lib/Autom4te/Struct.pm: Rename the last occurrences of
12095         Class::Struct as Autom4te::Struct.
12096         * lib/Autom4te/General.pm (File::stat): Use it.
12097         (&mtime): New, export it.
12098         * bin/autom4te.in: Use it.
12099         Declare `$req' is invalid if it is outdated.
12100         Don't declare it valid before saving it if something went wrong.
12102 2001-08-04  Akim Demaille  <akim@epita.fr>
12104         Autom4te shall not encode Autoconf data, and preselecting traces
12105         must be proposed to the users.
12107         * bin/autom4te.in (@required_trace): Remove.
12108         (@preselect): New.
12109         (&parse_args, &print_usage): -p, --preselect is a new option.
12110         (&up_to_date_p): Adjust.
12111         * bin/autoconf.in: Preselect some Autoconf macros.
12113 2001-08-04  Akim Demaille  <akim@epita.fr>
12115         * tests/tools.at (autoconf --trace: user macros): Check traces on
12116         macros invoked without arguments, and macros invoked with multiple
12117         lines arguments.
12119 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
12121         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
12122         arguments.
12124 2001-08-03  Akim Demaille  <akim@epita.fr>
12126         * bin/autoconf.in ($@): Work around the usual sh bug.
12127         From Nicolas Joly.
12129 2001-08-03  Akim Demaille  <akim@epita.fr>
12131         Clean up the handling of the M4 builtins tracing exception.
12133         * bin/autom4te.in (Request::request): Don't complete M4 builtins
12134         trace requests.
12135         (@m4_builtins): Rename as...
12136         (@m4_builtin): this.
12137         (%m4_builtin_alternate_name): New.
12138         (&parse_args): Complete the trace requests with alternate names.
12139         (&handle_traces): Hence no longer do it here.
12140         (&trace_requests): Remove, unused.
12142 2001-08-03  Akim Demaille  <akim@epita.fr>
12144         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
12145         m4_if, and m4_wrap.
12147 2001-08-03  Akim Demaille  <akim@epita.fr>
12149         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
12150         (m4_divert_pop): Dump the whole diversion stack when a diversion
12151         mismatch happens.
12152         * bin/autom4te.in (&handle_output): Remember of the first
12153         occurrence of a possibly undefined macro, not the last.
12154         Complain about the possibly undefined macros in the same order as
12155         the appear in the output.
12156         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
12157         * tests/tools.at (autoconf: forbidden tokens, basic)
12158         (autoconf: forbidden tokens, exceptions): No longer sort
12159         autoconf's stderr, as it is now deterministic.
12160         Check that `dnl' is caught.
12162 2001-08-01  Akim Demaille  <akim@epita.fr>
12164         * configure.ac: Bump to 2.52c.
12166 2001-08-01  Akim Demaille  <akim@epita.fr>
12168         Version 2.52b.
12170         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
12172 2001-08-01  Akim Demaille  <akim@epita.fr>
12174         Version 2.52a.
12176 2001-08-01  Akim Demaille  <akim@epita.fr>
12178         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
12179         `die'.
12180         (&END): New.
12181         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
12182         `END', as `Autom4te::General::END' will be triggered.
12183         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
12184         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
12185         system to run `mv', `rm', and `cmp'.
12187 2001-08-01  Akim Demaille  <akim@epita.fr>
12189         * lib/Autom4te/General.pm (&unique): New.
12190         * bin/autoscan.in (&output): Use it to issue trace requests once.
12192 2001-08-01  Akim Demaille  <akim@epita.fr>
12194         * lib/Autom4te/General.pm: New.
12195         * bin/autom4te.in (Autom4te::General): Use it.
12196         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
12197         (&find_configure_ac, &find_slave): Remove.
12198         * bin/autoscan.in: Likewise.
12199         * bin/autoupdate.in: Likewise.
12201 2001-08-01  Akim Demaille  <akim@epita.fr>
12203         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
12204         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
12205         * bin: here, new directory.
12206         * lib/Autoconf: Rename as...
12207         * lib/Autom4te: this, to please case insensitive junkie OSes.
12209 2001-08-01  Akim Demaille  <akim@epita.fr>
12211         * autom4te.in ($m4): Handle the --nesting-limit.
12212         * autoconf.in (M4): Remove.
12214 2001-08-01  Akim Demaille  <akim@epita.fr>
12216         * autoconf.in ($AWK): Remove, no longer used.
12217         * test/tools.at: Use AT_CHECK_AUTOCONF.
12218         (AWK portability): Remove, for autoconf no longer uses AWK.
12219         (Syntax of the Perl scripts): New.
12220         * configure.ac: autoconf no longer needs an AWK with a good
12221         regexp engine.
12222         Use a static test on AC_PACKAGE_VERSION.
12223         * autom4te.in (&up_to_date_p): Output depends on the arguments.
12224         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
12225         * tests/atconfig.in (PERL): New.
12227 2001-08-01  Akim Demaille  <akim@epita.fr>
12229         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
12230         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
12231         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
12232         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
12233         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
12234         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
12235         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
12236         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
12237         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
12238         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
12239         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
12240         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
12241         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
12242         * lib/autoconf/c.m4: here, new file.
12244         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
12245         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
12246         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
12247         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
12248         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
12249         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
12250         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
12251         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
12252         (AC_F77_FUNC): Move to...
12253         * lib/autoconf/fortran.m4: here, new file.
12255 2001-08-01  Akim Demaille  <akim@epita.fr>
12257         * acfunctions.m4: Rename as...
12258         * lib/autoconf/functions.m4: this.
12259         * acgeneral.m4: Rename as...
12260         * lib/autoconf/general.m4: this.
12261         * acheaders.m4: Rename as...
12262         * lib/autoconf/headers.m4: this.
12263         * aclang.m4: Rename as...
12264         * lib/autoconf/lang.m4: this.
12265         * acoldnames.m4: Rename as...
12266         * lib/autoconf/oldnames.m4: this.
12267         * acspecific.m4: Rename as...
12268         * lib/autoconf/specific.m4: this.
12269         * actypes.m4: Rename as...
12270         * lib/autoconf/types.m4: this.
12271         * autoconf.m4: Rename as...
12272         * lib/autoconf/autoconf.m4: this.
12274         * m4sugar.m4: Rename as...
12275         * lib/m4sugar/m4sugar.m4: this.
12276         * m4sh.m4: Rename as...
12277         * lib/m4sugar/m4sh.m4: this.
12279         * tests/atgeneral.m4: Rename as...
12280         * lib/autotest/general.m4: this.
12282         * acfunctions: Rename as...
12283         * lib/autoscan/functions: this.
12284         * acheaders: Rename as...
12285         * lib/autoscan/headers: this.
12286         * acidentifiers: Rename as...
12287         * lib/autoscan/identifiers: this.
12288         * aclibraries: Rename as...
12289         * lib/autoscan/libraries: this.
12290         * acmakevars: Rename as...
12291         * lib/autoscan/makevars: this.
12292         * acprograms: Rename as...
12293         * lib/autoscan/programs: this.
12295 2001-08-01  Akim Demaille  <akim@epita.fr>
12297         * doc/autoconf.texi: Moving/deleting open files is not portable.
12298         Portability issues for `.' (source), and more information about sed.
12300 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
12302         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
12303         which has a special meaning and is not a reference to libibmil.a.
12304         Reported by Matteo Frigo.
12306 2001-07-25  Pavel Roskin  <proski@gnu.org>
12308         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
12309         output.
12311 2001-07-25  Akim Demaille  <akim@epita.fr>
12313         * autoconf.in: Try to define the variables before using them.
12314         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
12315         instead of `$perllibdir'.
12316         * tests/atconfig.in ($autom4te_perllibdir): Export it.
12318 2001-07-25  Akim Demaille  <akim@epita.fr>
12320         * autoconf.in (ac_LF_and_DOT): Remove, unused.
12322 2001-07-24  Akim Demaille  <akim@epita.fr>
12324         Let autoconf use autom4te for traces.
12326         * autoconf.in ($task, task trace): Remove, merely pass --trace to
12327         autom4te.
12328         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
12329         (Because I found no way for autom4te to accept `-').
12330         * autom4te.in (&Request::request): Beware of M4 builtins.
12331         (END): Don't try to remove the content of an empty dir.
12332         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
12333         (&handle_output): Set a default value to `$forbidden'.
12334         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
12335         ($autoconf): Pass --debug and --verbose.
12336         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
12337         cache.
12339 2001-07-24  Akim Demaille  <akim@epita.fr>
12341         Let autoconf use autom4te to create configure.
12343         * autoconf.in ($automate): New var.
12344         (task script): Use autom4te.
12345         * autom4te.in (File::Spec): Use it.
12346         (&find_file): New.
12347         (&parse_args): --warning is -W, not -w.
12348         Find the top level files.
12349         (&handle_m4): Pass the warnings flags.
12350         Don't report verbosely m4's failures, unless requested.
12351         (&handle_output): Don't complain for forbidden tokens in comments.
12352         Be sure to report all the forbidden tokens within a single line.
12353         (&trace_format_to_m4): Preserve `$_'.
12354         (&handle_traces): Sort the output macros.
12355         (&up_to_date_p): Find the files before trying to get its time stamp.
12357 2001-07-24  Akim Demaille  <akim@epita.fr>
12359         * Makefile.am: Ship, build and install Autom4te.
12360         (SUBDIRS): Add lib.
12361         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
12362         * configure.in: Require Perl.
12363         * man/autom4te.in: New.
12365 2001-07-19  Paul Eggert  <eggert@twinsun.com>
12367         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
12368         example, rather than (exit 1); exit (which isn't portable).
12370 2001-07-18  Akim Demaille  <akim@epita.fr>
12372         Version 2.52.
12374 2001-07-18  Akim Demaille  <akim@epita.fr>
12376         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
12377         was run, while they are needed also when it is expanded.
12378         Reported by Nicolas Joly.
12380         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
12381         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
12382         AC_F77_DUMMY_MAIN being expanded.
12384 2001-07-18  Akim Demaille  <akim@epita.fr>
12386         * configure.in: Bump to 2.51a.
12388 2001-07-17  Akim Demaille  <akim@epita.fr>
12390         Version 2.51.
12392 2001-07-17  Akim Demaille  <akim@epita.fr>
12394         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
12395         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
12397 2001-07-17  Akim Demaille  <akim@epita.fr>
12399         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
12400         used.  Well, then use the prototypes when you can, and runtime as
12401         a last resort.
12402         Reported by Artur Frysiak
12404         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
12405         (AC_FUNC_GETPGRP): Use it.
12406         First try to compile with 0-ary or 1-ary calls.
12408 2001-07-17  Akim Demaille  <akim@epita.fr>
12410         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
12411         replacement type.
12412         From Paul Eggert.
12414 2001-07-17  Akim Demaille  <akim@epita.fr>
12416         * Makefile.maint: Sync. with cppi 1.10.
12418 2001-07-17  Akim Demaille  <akim@epita.fr>
12420         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
12421         AC_F77_DUMMY_MAIN has been run.
12422         From Pavel Roskin and Steven G. Johnson.
12424 2001-07-17  Akim Demaille  <akim@epita.fr>
12426         * configure.in: Rename as...
12427         * configure.ac: this.
12429 2001-07-17  Akim Demaille  <akim@epita.fr>
12431         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
12432         rules.
12433         From Marc Espie.
12434         * Makefile.maint (release-archive-dir): Rename as...
12435         (release_archive_dir): this, so that it can be specialized in
12436         Makefile.
12438 2001-07-14  Akim Demaille  <akim@epita.fr>
12440         * configure.in: Bump to 2.50d.
12442 2001-07-14  Akim Demaille  <akim@epita.fr>
12444         Version 2.50c.
12445         * Makefile.maint (alpha): Typo.
12447 2001-07-14  Akim Demaille  <akim@epita.fr>
12449         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
12451 2001-07-14  Akim Demaille  <akim@epita.fr>
12453         * config/config.guess, config/config.sub, config/texinfo.tex
12454         * doc/standards.texi, doc/make-stds.texi: Update.
12456 2001-07-14  Akim Demaille  <akim@epita.fr>
12458         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
12460 2001-07-14  Akim Demaille  <akim@epita.fr>
12462         * Makefile.maint (maintainer-check): Rename as...
12463         (maintainer-distcheck): this.
12464         (changelog-check, static-check): New.
12465         Use them.
12467 2001-07-14  Kevin Ryde  <user42@zip.com.au>
12469         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
12470         for CXX is g++, not gcc.
12472 2001-07-14  Akim Demaille  <akim@epita.fr>
12474         * doc/autoconf.texi (Files): New subsection.
12476 2001-07-14  Akim Demaille  <akim@epita.fr>
12478         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
12479         of...
12480         (Generic Compiler Characteristics): this.
12481         (C++ Compiler): New subsection.
12483 2001-07-14  Akim Demaille  <akim@epita.fr>
12485         * autoscan.in: Use IO::File.
12486         Adjust all the routines to use it.
12487         ($log): New file (autoscan.log).
12488         (output): Dump detailed logs into $log, and a shortened version to
12489         stderr.
12490         (&scan_makefile): Refine the regexp catching tokens in the code.
12491         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
12492         and the `configure.ac' checking feature.
12494 2001-07-12  Akim Demaille  <akim@epita.fr>
12496         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
12497         Reported by Michael Elizabeth Chastain.
12499         * autoconf.in: Refuse such AWK.
12500         * configure.in: Likewise.
12501         * Makefile.am (acversion.m4): Do not use move-if-change this file
12502         has dependencies.
12503         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
12505 2001-07-10  Jens Petersen  <petersen@redhat.com>
12507         * autoscan.in (&scan_makefile): Improve programs regexp to parse
12508         things like "g++", "file.c" and "some-conf" as tokens.
12509         (&scan_file): Match C++ files extensions.
12510         If the filename extension is C++ then ask for c++.
12512 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
12514         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
12515         AC_TRY_LINK_FUNC, to check whether defining a dummy
12516         main-like routine is needed for linking with F77 libs.
12518 2001-07-05  Pavel Roskin  <proski@gnu.org>
12520         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
12521         after using break.
12522         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
12523         linking.
12525 2001-07-05  Akim Demaille  <akim@epita.fr>
12527         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
12528         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
12529         Makes' lives.
12530         Reported by Nicolas Joly.
12532 2001-07-04  Akim Demaille  <akim@epita.fr>
12534         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
12535         up.
12536         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
12537         warnings from compilers.
12538         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
12539         for all the compilers, not only GNU.  Hence move from here...
12540         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
12542 2001-07-04  Akim Demaille  <akim@epita.fr>
12544         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
12545         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
12546         AC_COMPILE_IFELSE.
12548 2001-07-04  Akim Demaille  <akim@epita.fr>
12550         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
12551         the ``strings.h'' change claimed below.
12553 2001-07-04  Akim Demaille  <akim@epita.fr>
12555         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
12557 2001-07-04  Akim Demaille  <akim@epita.fr>
12559         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
12560         strings.h if usable with string.h.
12561         Suggested by Paul Eggert.
12563 2001-07-04  Akim Demaille  <akim@epita.fr>
12565         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
12566         From Jens Petersen.
12568 2001-07-03  Akim Demaille  <akim@epita.fr>
12570         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
12571         etc. in the log.
12573 2001-07-03  Akim Demaille  <akim@epita.fr>
12575         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
12576         compiler, not the preprocessor.
12577         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
12578         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
12579         the right thing.
12580         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
12581         earlier if there are.
12583 2001-07-03  Akim Demaille  <akim@epita.fr>
12585         * autoscan.in ($initfile): Remove.
12586         (&find_file): Rename as...
12587         (&scan_file): this.
12588         Immediately scan the current file, instead of gathering them, and
12589         later having them handled by &scan_files.
12590         (&scan_files): Merely invoke Find::File.
12591         Adjust.
12593 2001-07-02  Akim Demaille  <akim@epita.fr>
12595         * autoscan.in: Formatting changes, matching the invocation order.
12596         (File::Find): Use it instead of Perl 4's `find.pl'.
12597         (&wanted): Rename as...
12598         (&find_file): this.
12600 2001-07-01  Pavel Roskin  <proski@gnu.org>
12602         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
12603         break in the argument to AC_TRY_LINK_FUNC.
12604         (AC_F77_MAIN): Remove conftest* after using break in the
12605         argument to AC_TRY_LINK.
12607 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
12609         Add alternate 'main' routine detection for linking C/C++ with Fortran,
12610         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
12612         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
12613         dummy alternate main is required even if the user provides her own
12614         'main'.
12615         (AC_F77_MAIN): New macro to detect whether it is possible to
12616         provide an alternate 'main' function name, using the 'main' from
12617         the Fortran libraries.
12618         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
12619         cross-language link tests can be performed successfully.
12620         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
12621         after $LIBS, for consistency; this should be the general rule since
12622         the user may want to link to Fortran libraries that require $FLIBS.
12623         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
12625 2001-06-29  Pavel Roskin  <proski@gnu.org>
12627         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
12628         at-stdout and at-stderr instead of removing the newline
12629         from the echo output, which is not guaranteed to work.
12631 2001-06-28  Jens Petersen  <petersen@redhat.com>
12633         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
12634         confdefs.h when non-zero.
12636 2001-06-28  Akim Demaille  <akim@epita.fr>
12638         * configure.in: Bump to 2.50c.
12640 2001-06-26  Akim Demaille  <akim@epita.fr>
12642         Version 2.50b.
12644 2001-06-26  Akim Demaille  <akim@epita.fr>
12646         Version 2.50a.
12648 2001-06-25  Pavel Roskin  <proski@gnu.org>
12650         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
12651         argument, AUTOCONF-FLAGS.
12652         * tests/mktests.sh (update_exclude_list): Add
12653         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
12654         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
12655         AC_FUNC_WAIT3 with "-W no-obsolete".
12657 2001-06-25  Akim Demaille  <akim@epita.fr>
12659         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
12661 2001-06-25  Akim Demaille  <akim@epita.fr>
12663         * autoscan.in (%macro): Now maps from word to list of macros.
12664         (&init_tables): Die when a word which is already handled by
12665         explicit macros is mapped to the default macro.
12666         (&print_unique): Remove, inlined in...
12667         (&output_kind): here.
12668         (File::Basename): Use it.
12669         (&output): Sort the CONFIG_FILES.
12670         * acheaders: Normalize.
12671         * acfunctions: Likewise.
12673 2001-06-25  Akim Demaille  <akim@epita.fr>
12675         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
12676         characteristics in the logs.
12677         Suggested by Mo DeJong.
12679 2001-06-24  Akim Demaille  <akim@epita.fr>
12681         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
12682         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
12683         * doc/autoconf.texi (Autoconf 2.13): New section.
12685 2001-06-24  Akim Demaille  <akim@epita.fr>
12687         * autoconf.in (Task traces): Separate the error messages from the
12688         traces to improve robustness.
12690 2001-06-23  Akim Demaille  <akim@epita.fr>
12692         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
12693         three as failures are unlikely, and speed matters.
12695 2001-06-23  Akim Demaille  <akim@epita.fr>
12697         * doc/autoconf.texi (Redefined M4 Macros): New.
12699 2001-06-23  Akim Demaille  <akim@epita.fr>
12701         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
12702         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
12703         5.3.
12705 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
12707         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
12708         config.status targets to after the evaluation of the INIT-CMDS.
12709         Double quote config.status targets (used to be single quoted).
12711 2001-06-23  Akim Demaille  <akim@epita.fr>
12713         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
12714         Check the content of the created file.
12715         Check the ./config.status command line invocation.
12717 2001-06-23  Akim Demaille  <akim@epita.fr>
12719         * tests/foreign.at (Libtool): Reject prehistoric versions.
12721 2001-06-23  Akim Demaille  <akim@epita.fr>
12723         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
12724         preexisting files matching a.*.
12726 2001-06-23  Akim Demaille  <akim@epita.fr>
12728         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
12729         stderr.
12730         * doc/autoconf.texi (AC_ARG_VAR): Update.
12732 2001-06-21  Akim Demaille  <akim@epita.fr>
12734         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
12735         precious variables have changed.
12736         * tests/torture.at (AC_ARG_VAR): Adjust.
12738 2001-06-21  Akim Demaille  <akim@epita.fr>
12740         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
12741         but some sed choke on multiple `;', and other tools (e.g.,
12742         Automake), include the separator themselves.
12744         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
12746 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
12748         * doc/autoconf.texi (Functions Portability): Rename as...
12749         (Function Portability): this.
12750         (Function Portability): Document potential problems with unlink().
12752 2001-06-19  Paul Eggert  <eggert@twinsun.com>
12754         * NEWS, doc/autoconf.texi: Document quadrigraphs.
12756 2001-06-18  Akim Demaille  <akim@epita.fr>
12758         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
12760 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
12762         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
12763         (_AC_FUNC_VFORK): this.
12764         Remove AC_DEFINEs and don't guess cross-compilation values.
12765         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
12766         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
12767         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
12768         vfork doesn't work.
12769         Guess values if cross-compiling, but warn.
12770         * acfunctions: Add AC_FUNC_FORK.
12771         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
12772         and vfork appropriately.
12774 2001-06-18  Akim Demaille  <akim@epita.fr>
12776         * doc/autoconf.texi (Functions Portability): New section.
12778 2001-06-18  Akim Demaille  <akim@epita.fr>
12780         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
12781         in $M4.
12782         Suggested by Andreas Schwab.
12784 2001-06-18  Akim Demaille  <akim@epita.fr>
12786         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
12787         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
12788         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
12789         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
12790         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
12791         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
12792         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
12793         the converse).
12795 2001-06-18  Akim Demaille  <akim@epita.fr>
12797         * doc/autoconf.texi (ms): New index.
12798         (Macro Index): Rename as...
12799         (Autoconf Macro Index): this.
12800         (M4 Macro Index): New appendix.
12801         (Programming in M4): New chapter.
12802         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
12803         (Quoting): Rename as...
12804         (M$ Quotation): this.
12805         Be part of `Programming in M4).
12807 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
12809         * tests/torture.at (AC_ARG_VAR): Set variables and export them
12810         in separate statements for compatibility with Tru64 v5.1.
12812 2001-06-17  Akim Demaille  <akim@epita.fr>
12814         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
12815         current values of the precious variables, not the previously
12816         cached values.
12817         Pass precious variables which are set to config.status.
12818         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
12819         * tests/torture.at (AC_ARG_VAR): New.
12821 2001-06-15  Paul Eggert  <eggert@twinsun.com>
12823         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
12824         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
12825         and explain why and how to replace them.
12826         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
12827         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
12829 2001-06-15  Akim Demaille  <akim@epita.fr>
12831         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
12832         Reported by Bruno Haible.
12834         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
12835          (_AC_ARG_VAR_PRECIOUS): to here.
12837 2001-06-15  Pavel Roskin  <proski@gnu.org>
12839         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
12840         an unused pointer use cast to this type and `if' statement to
12841         avoid warnings from the compiler.
12842         (AC_HEADER_TIME): Likewise.
12843         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
12844         in `if' statement to avoid warnings from the compiler. Declare
12845         ac_aggr static to avoid the need to initialize it.
12847 2001-06-14  Akim Demaille  <akim@epita.fr>
12849         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
12850         Macros'.
12852 2001-06-13  Akim Demaille  <akim@epita.fr>
12854         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
12855         Suggested by Alexander Mai.
12857 2001-06-13  Akim Demaille  <akim@epita.fr>
12859         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
12860         sys/types.h and sys/stat.h, and check for them.
12862 2001-06-13  Akim Demaille  <akim@epita.fr>
12864         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
12865         INCLUDES.
12867 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12869         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
12870         succeeds and only try adding libdnet upon a failure.
12872 2001-06-12  Akim Demaille  <akim@epita.fr>
12874         * autoscan.in (&output_kind): Output the comment only if it exists.
12875         (%kind_comment): Add entry for `programs'.
12876         (&output_programs): Use &output_kind.
12877         (&output_functions, &output_identifiers, &output_headers)
12878         (&output_programs): Inline, and remove.
12880 2001-06-12  Akim Demaille  <akim@epita.fr>
12882         * autoscan.in (%kind_comment): New.
12883         (output_kind): New.
12884         (output_functions, output_identifiers, output_headers): Use it.
12886 2001-06-12  Akim Demaille  <akim@epita.fr>
12888         * autoscan.in (&print_unique): Take `$kind' and `$word' as
12889         arguments, to factor indirections into `%macro' and `%used'.
12890         (%generic_macro): Fix a typo.
12892 2001-06-12  Akim Demaille  <akim@epita.fr>
12894         * aclibraries: New.
12895         * autoscan.in (@kinds): Add `libraries'.
12896         Use `@kinds' instead of hard coded lists.
12897         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
12898         Remove, replaced by...
12899         (%used): this.
12901 2001-06-12  Akim Demaille  <akim@epita.fr>
12903         * autoscan.in (%functions_macros %headers_macros)
12904         (%identifiers_macros %programs_macros %makevars_macros): Remove,
12905         replaced by...
12906         (%macro): New.
12908 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
12910         * aclang.m4 (AC_NO_EXECUTABLES): Override
12911         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
12913 2001-06-11  Akim Demaille  <akim@epita.fr>
12915         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
12916         trailing new line.
12917         Reported by Andreas Schwab.
12919 2001-06-11  Akim Demaille  <akim@epita.fr>
12921         * Makefile.am, Makefile.maint: Typos.
12923 2001-06-09  Akim Demaille  <akim@epita.fr>
12925         * doc/autoconf.texi (Here-Documents): New section, gathering
12926         documentation about here-documents.
12927         Use `href', not `uref', and other changes.
12929 2001-06-09  Akim Demaille  <akim@epita.fr>
12931         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
12932         chapter.
12934 2001-06-09  Akim Demaille  <akim@epita.fr>
12936         * doc/autoconf.texi (Limitations of Builtins): Complete the
12937         description of the here-docs penalties with Alexandre Oliva's
12938         explanations.
12940 2001-06-01  Paul Eggert  <eggert@twinsun.com>
12942         * doc/autoconf.texi: Talk about here documents and speedups.
12943         Do not use "echo" on arbitrary strings.
12944         Spell "here-documents" consistently with the standard.
12946 2001-06-09  Akim Demaille  <akim@epita.fr>
12948         * doc/autoconf.texi (Concept Index): Introduce it.
12949         Regenerate the menus.
12951 2001-06-09  Akim Demaille  <akim@epita.fr>
12953         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
12954         * config/prev-version.txt: New.
12955         * config/move-if-change: New, for GNU libc.
12957 2001-06-06  Pavel Roskin  <proski@gnu.org>
12959         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
12961 2001-06-06  Akim Demaille  <akim@epita.fr>
12963         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
12964         properly when $1 is not a literal.
12965         Fixes PR Autoconf/187, reported by Bram Moolenaar.
12967 2001-06-06  Akim Demaille  <akim@epita.fr>
12969         Invoking AC_COPYRIGHT before AC_INIT fails.
12971         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
12972         * acgeneral.m4 (_m4_divert(VERSION_FSF))
12973         (_m4_divert(VERSION_USER)): New.
12974         (AC_COPYRIGHT): $2 is the diversion to use.
12975         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
12976         (AC_INIT): Remove dead comments as now it's commutative.
12978 2001-06-06  Akim Demaille  <akim@epita.fr>
12980         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
12981         PR autoconf/187.
12983 2001-06-05  Akim Demaille  <akim@epita.fr>
12985         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
12986         can be empty.
12987         `*dir' variables cannot be NONE.
12988         Reported by Mark Kettenis.
12990 2001-06-05  Paul Eggert  <eggert@twinsun.com>
12992         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
12994 2001-06-04  Akim Demaille  <akim@epita.fr>
12996         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
12997         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
12998         (AC_TR_SH): Move as...
12999         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
13000         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
13001         (AS_TR_SH): these.
13002         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
13003         (_AS_TR_SH_PREPARE): New.
13004         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
13005         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
13007 2001-06-02  Akim Demaille  <akim@epita.fr>
13009         * Makefile.am (.m4.m4f): Pass the options first.
13010         Fixes PR autoconf/182.
13012 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
13014         GNU getopt, when POSIXLY_CORRECT does not permute options and
13015         arguments.  So pass the options first.
13016         Fixes PR autoconf/184.
13018         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
13019         (run_m4): Remove files.
13020         (run_m4f): Remove.
13021         Update remainder of script to use them.
13022         (for warning in): Do not use a literal comma as it will not be
13023         split by IFS.
13025 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
13027         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
13028         Fortran compilers to check.
13029         (_AC_PROG_F77_V): Add '-###' as a possible option to print
13030         information on library and object files.
13031         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
13032         to check.
13034 2001-06-02  Akim Demaille  <akim@epita.fr>
13036         * autom4te.in (Request::@request): Declare with `vars', not `my',
13037         as it prevents updates via `do FILENAME'.
13039 2001-06-02  Akim Demaille  <akim@epita.fr>
13041         * configure.in (standards_texi): Remove, dead code.
13043 2001-06-02  Akim Demaille  <akim@epita.fr>
13045         * autom4te.in: New.
13047 2001-06-02  Pavel Roskin  <proski@gnu.org>
13049         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
13050         for signals other than 0 - exit with code 1.
13051         * m4sh.m4 (AS_TMPDIR): Likewise.
13052         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
13053         * autoheader.in: Likewise.
13054         * autoreconf.in: Likewise.
13055         * tests/torture.at (Signal handling): New test for the above.
13057 2001-06-01  Akim Demaille  <akim@epita.fr>
13059         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
13060         message.
13062 2001-05-31  Akim Demaille  <akim@epita.fr>
13064         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
13065         Add copyright and comments.
13066         * acheaders: Add stdint.h.
13067         Suggested by Paul Eggert.
13069 2001-05-31  Akim Demaille  <akim@epita.fr>
13071         * atgeneral.m4 (AT_INIT): Use $SHELL.
13072         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
13074 2001-05-31  Akim Demaille  <akim@epita.fr>
13076         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
13077         stdint.h.
13078         From Paul Eggert and Lars Hecking.
13080 2001-05-31  Akim Demaille  <akim@epita.fr>
13082         * tests/base.at: Adjust line numbers in error messages.
13084 2001-05-31  Akim Demaille  <akim@epita.fr>
13086         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
13087         to emit the bangshe line.
13088         Reported by David Carter.
13090 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
13092         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
13093         Fortran (95) compilers to check.
13095 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
13097         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
13098         Macro Archive URL.
13100 2001-05-23  Pavel Roskin  <proski@gnu.org>
13102         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
13103         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
13104         (AC_PROG_CXXCPP): Likewise.
13106 2001-05-22  Akim Demaille  <akim@epita.fr>
13108         * config: New directory.
13109         * configure.in: AC_CONFIG_AUX_DIR it.
13110         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
13112 2001-05-22  Akim Demaille  <akim@epita.fr>
13114         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
13115         * autoupdate.in: Specify the Emacs mode.
13116         * acversion.m4.in: Rename as...
13117         * acversion.m4: this.
13118         * tests/Makefile.am (CLEANFILES): More garbage.
13120 2001-05-22  Akim Demaille  <akim@epita.fr>
13122         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
13123         Rename as...
13124         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
13125         these.
13127 2001-05-21  Akim Demaille  <akim@epita.fr>
13129         * configure.in: Bump to 2.50a.
13132         -----
13134         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
13135         Software Foundation, Inc.
13137         This file is part of GNU Autoconf.
13139         GNU Autoconf is free software; you can redistribute it and/or modify
13140         it under the terms of the GNU General Public License as published by
13141         the Free Software Foundation; either version 2, or (at your option)
13142         any later version.
13144         GNU Autoconf is distributed in the hope that it will be useful,
13145         but WITHOUT ANY WARRANTY; without even the implied warranty of
13146         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13147         GNU General Public License for more details.
13149         You should have received a copy of the GNU General Public License
13150         along with autoconf; see the file COPYING.  If not, write to
13151         the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13152         Boston, MA 02110-1301, USA.