* doc/autoconf.texi (C Compiler): Tweak OpenMP documentation a bit.
[autoconf.git] / ChangeLog
blob624a723aaf7561128ec0316b2e944700cdf76b96
1 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
3         * doc/autoconf.texi (C Compiler): Tweak OpenMP documentation a bit.
5 2007-05-21  Bruno Haible  <bruno@clisp.org>
7         * lib/autoconf/c.m4 (AC_C_OPENMP): New macro.
8         * doc/autoconf.texi (C Compiler): Document AC_C_OPENMP.
9         * NEWS: Mention AC_C_OPENMP.
11 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13         * bin/autom4te.in: Fix typos.
15 2007-05-16  Noah Misch  <noah@cs.caltech.edu>
17         * bin/autoconf.as: Handle `-' just like other input files.
18         * bin/autom4te.in (parse_args): Pass `-' through.
19         (handle_output): Skip the forbidden token search if we read from stdin.
20         (up_to_date): Always treat stdin as out of date.
21         * tests/tools.at (autoconf: input from stdin): New test.
22         (autoconf: forbidden tokens, basic): Check a second `autoconf' run.
24 2007-05-16  Stepan Kasal  <kasal@ucw.cz>
26         * tests/foreign.at tests/semantics.at, tests/tools.at: Remove
27         parameters for AT_CLEANUP.
28         * tests/local.at (AT_CHECK_AU_MACRO): Likewise.
30 2007-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32         * NEWS: Document that AC_C_RESTRICT checks 'restrict' last.
33         * doc/autoconf.texi (C Compiler): Likewise.
35 2007-05-14  Noah Misch  <noah@cs.caltech.edu>
37         * lib/autoconf/c.m4 (AC_C_RESTRICT): Check `restrict' last.
39 2007-05-09  Stepan Kasal  <kasal@ucw.cz>
41         * doc/autoconf.texi: Direntry for "autoconf Invocation"
42         renamed to "autoconf-invocation"
44         * doc/autoconf.texi (Caching Results): The CACHE-ID variable
45         in the examples should not use the internal "ac_" prefix.
47 2007-05-05  Noah Misch  <noah@cs.caltech.edu>
49         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): Use `eval'.
50         * doc/autoconf.texi ($@, case): Document Zsh limitations.
52 2007-05-03  Stepan Kasal  <kasal@ucw.cz>
54         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Put a.out first.
55         Reorganize the comments before and in the macro.
57 2007-05-02  Stepan Kasal  <kasal@ucw.cz>
59         * lib/autoconf/lang.m4, lib/autoconf/c.m4,
60         lib/autoconf/fortran.m4, lib/autoconf/erlang.m4: Cleanup of
61         section titles and other comments; no code change.
63 2007-05-01  Kevin Ryde  <user42@zip.com.au>
65         * doc/autoconf.texi (Particular Programs): Typo
66         @acindex{AC_PROG_MKDIR_P} shouldn't have "AC" in that call.
68 2007-04-30  Paul Eggert  <eggert@cs.ucla.edu>
70         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Don't imply that
71         'configure' will fail if the shell lacks proper support for shell
72         functions.  Suggested by RMS.
74 2007-04-29  Paul Eggert  <eggert@cs.ucla.edu>
76         * doc/autoconf.texi (Limitations of Builtins): Correct the warning
77         about Solaris /bin/printf '%010000x' 123.  Problem reported by
78         Bruno Haible.
80 2007-04-28  Paul Eggert  <eggert@cs.ucla.edu>
82         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't look
83         for a.* when searching for executables, as this prevents users
84         from having files like a.c.  Problem reported by Ralf Wildenhues in:
85         http://lists.gnu.org/archive/html/autoconf-patches/2007-04/msg00029.html
86         This fixes a problem introduced on 2000-12-19.
88 2007-04-26  Paul Eggert  <eggert@cs.ucla.edu>
90         * doc/autoconf.texi (Limitations of Builtins): Warn about Solaris
91         /bin/printf '%010000x' 123.  Problem reported by Arto C. Nirkko
92         via Bruno Haible.
94 2007-04-12  Paul Eggert  <eggert@cs.ucla.edu>
96         * NEWS: Document recent changes to AC_CHECK_ALIGNOF, AC_CHECK_SIZEOF,
97         AC_CHECK_TYPE, AC_CHECK_TYPES.
98         * doc/autoconf.texi (Generic types): C types must be type-names
99         (the C terminology), not type-ids (the C++ term).  C++ types
100         must not be anonymous.
101         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Remove special case
102         for C++; this drops support for anonymous struct and union types,
103         which were problematic anyway.
104         * tests/semantics.at (AC_CHECK_HEADERS_NEW): Adjust test to work even
105         for C++.
107 2007-04-12  Jim Meyering  <jim@meyering.net>
109         * doc/autoconf.texi (Libraries): Typo fix: insert missing "in".
111 2007-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
113         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Fix AC_CONFIG_LINKS
114         to prefer a link source from the build tree, if it exists.
115         Report by Pallav Gupta <pallavgupta@gmail.com>.
117 2007-04-11  Paul Eggert  <eggert@cs.ucla.edu>
119         * doc/autoconf.texi (Generic Types): Document the restrictions
120         on types imposed by AC_CHECK_TYPE, AC_CHECK_TYPES.
121         (Generic Compiler Characteristics): AC_CHECK_SIZEOF now works
122         with objects too.  Document the restrictions on its use.
123         Document the restrictions on AC_CHECK_ALIGNOF's type argument.
124         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW):
125         For C, just try sizeof (TYPE) and sizeof ((TYPE)); if the former
126         works but the latter doesn't, then it's a valid type.
127         This lets people use function types and so forth.
128         For C++ there doesn't seem to be a simple solution, so leave it alone.
129         (AC_CHECK_SIZEOF): Allow argument to be a variable.
130         (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Don't bother to invoke
131         AC_CHECK_TYPE; that wasn't documented or necessary.
133 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
135         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Skip AS_TEST_X
136         when cross-compiling.
138 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
140         * doc/autoconf.texi (External Software): Fix a typo in the
141         previous change.
143 2007-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
145         * doc/autoconf.texi (External Software, Package Options):
146         Fix ambiguous wording.  Report by Reuben Thomas <rrt@sc3d.org>.
148 2007-04-06  Paul Eggert  <eggert@cs.ucla.edu>
150         * doc/autoconf.texi (Particular Types): AC_C_LONG_DOUBLE is now
151         obsolescent.  Suggested by Bruno Haible.
152         * NEWS: Document this.
154 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
156         * doc/autoconf.texi (Here-Documents, Limitations of Builtins):
157         (Limitations of Usual Tools): Don't say "older" if Solaris 10 by
158         default still has the problem.  Problem reported by Bruce Korb.
160 2007-03-28  Stepan Kasal  <kasal@ucw.cz>
161         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
163         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix a
164         comment in the generated config.status.
166 2007-03-27  Stepan Kasal  <kasal@ucw.cz>
168         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Update comment.
170 2007-03-26  Paul Eggert  <eggert@cs.ucla.edu>
172         * doc/autoconf.texi (Shellology): Rework treatment of the 'test'
173         command and case statements to make it a bit clearer and describe
174         more pitfalls.
176 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
178         * doc/autoconf.texi (C Compiler): Mention that AC_PROG_CC_C99 also
179         checks for unsigned long long int.
181 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
183         * doc/autoconf.texi (Limitations of Usual Tools): Warn about other
184         nonstandard grep R.E. escape sequences.
186 2007-03-17  Jim Meyering  <jim@meyering.net>
188         * doc/autoconf.texi: Adjust grammar around use of "heuristics".
189         (Limitations of Usual Tools): Also list \< and \>, and mention that
190         HP-UX's grep, like the one from Solaris, does not support that syntax.
192 2007-03-09  Stepan Kasal  <kasal@ucw.cz>
194         * doc/autoconf.texi (Specifying Names): `--host' does not
195         change the build type.
197 2007-03-05  Paul Eggert  <eggert@cs.ucla.edu>
199         * doc/autoconf.texi (C Compiler): Warn that AC_C_BIGENDIAN
200         suggests AC_CONFIG_HEADERS.
201         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Warn if not using
202         AC_CONFIG_HEADERS.  Problem reported by
203         Peter O'Gorman.
205 2007-02-28  Paul Eggert  <eggert@cs.ucla.edu>
207         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Fix typo "__LITLE_ENDIAN__".
208         Problem reported by Paolo Bonzini in:
209         http://lists.gnu.org/archive/html/autoconf-patches/2007-02/msg00024.html
210         * tests/semantics.at (AC_C_BIGENDIAN): Don't reject hosts that have
211         universal binaries.  Problem reported by Elias Pipping.
213 2007-02-27  Paul Eggert  <eggert@cs.ucla.edu>
215         * NEWS: AC_C_BIGENDIAN now supports universal binaries a la Mac OS X.
216         * doc/autoconf.texi (C Compiler): Document this.  There is a new
217         extra argument ACTION-IF-UNIVERSAL.
218         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Implement this.
219         Add support for Solaris-style _LITTLE_ENDIAN and _BIG_ENDIAN.
220         Reindent for sanity's sake.
222 2007-02-24  Eric Blake  <ebb9@byu.net>
224         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
225         copyright.
226         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
227         * lib/autotest/general.m4 (AT_INIT): Likewise.
228         (_AT_DECIDE_TRACEABLE): Fix syntax highlighting.
230 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
232         * lib/autotest/general.m4 (AT_INIT): With --clean, return exit
233         status of rm so we know when it failed.
234         If cleaning of test dir failed before running the test, warn.
235         Output the line separator in verbose mode before the warning
236         to make clear the warning belongs to the following test.
238 2007-02-08  Paul Eggert  <eggert@cs.ucla.edu>
240         * doc/autoconf.texi (Parentheses): Mention problem with (( in
241         shells.
243 2007-02-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
244         and Paul Eggert  <eggert@cs.ucla.edu>
246         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix quoting
247         errors introduced in last change.
249 2007-02-07  Paul Eggert  <eggert@cs.ucla.edu>
251         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer \r to
252         an actual carriage return.  Use "ac_cr" to contain the actual
253         carriage return.
254         * doc/autoconf.texi (Limitations of Usual Tools): Document problem
255         with traditional Awk and begin.
256         * tests/torture.at (Limitations of Builtins): Document the problem
257         with Bash 2.03 printf.
258         (Substitute and define special characters):
259         Remove trailing white space.  Work around a bug in Solaris 8 /bin/bash.
261 2007-02-06  Ralf Menzel  <menzel@ls6.cs.uni-dortmund.de>  (tiny change)
263         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Redirect
264         input from /dev/null in awk test, so even Solaris /usr/bin/awk
265         will not wait for input with a script containing only a BEGIN
266         rule.
268 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
270         * doc/autoconf.texi (Introduction, Why GNU M4): Clarify M4 version
271         requirements.
272         * README: Likewise.
274 2007-02-02  Eric Blake  <ebb9@byu.net>
276         * NEWS: Update copyright.
278         * m4/m4.m4 (AC_PROG_GNU_M4): Reject M4 1.4 through 1.4.4 as
279         broken.
280         * configure.ac: Update error message.
281         * NEWS: Note that M4 1.4.5 or later is now a hard dependency.
282         Reported by Gary Vaughan and Jim Meyering, and problem analyzed
283         by Stepan Kasal:
284         http://lists.gnu.org/archive/html/bug-autoconf/2006-11/msg00025.html
286 2007-01-31  Eric Blake  <ebb9@byu.net>
288         * THANKS (people): Update.
290 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
292         * doc/autoconf.texi (Shellology): pdksh 5.2.14 is still the
293         latest version.
294         (Shell Substitutions): Note problems with @{var:=value} etc.
295         Add a new section for problems with @{#var} etc.  Problem noted
296         by Ralf Wildenhues.  See:
297         http://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
299 2007-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
301         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Also
302         AC_SUBST([MKDIR_P]), so that Automake < 1.10 will pick up its
303         trace, if a package uses AC_PROG_MKDIR_P explicitly.  The actual
304         substitution will still be done by the special code.
305         Report by Jim Meyering.
307         * doc/autoconf.texi (File System Conventions): Mention that
308         $PATH_SEPARATOR is for the build system only.
309         Report by Keith Marshall.
311 2007-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
313         * doc/autoconf.texi (Setting Output Variables): Mention that
314         all non-NUL characters are ok in substituted values.
315         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Fix comment typo.
316         (_AC_OUTPUT_FILES_PREPARE): Test and use backslash escaping of
317         carriage return for $AWK, needed for BSD awk.
318         * tests/torture.at (Substitute and define special characters):
319         Test all 8 bit non-NUL characters.
320         Report against Automake by Patrick Welche.
322 2007-01-15  Stepan Kasal  <kasal@ucw.cz>
324         * doc/autoconf.texi: Direntry for "autoconf Invocation" renamed.
326 2007-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
328         * lib/autoconf/programs.m4 (AC_PROG_SED): When closing a pipe
329         early on the reader side, drop stderr of the input to avoid
330         `broken pipe' error output; this may happen even with shell
331         builtin `echo' of some bash versions.  Reports by Ian Macdonald
332         <iamacdo@telkomsa.net> and Sam Sexton <Sam.Sexton@reuters.com>.
334 2007-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
336         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Use newlines to
337         separate items of `ac_user_opts', to avoid long lines.
338         (_AC_INIT_PARSE_ENABLE2, _AC_ENABLE_IF_ACTION): Adjust.
340 2007-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
342         * doc/autoconf.texi: Fix some typos.
344 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
346         Fix some wording problems noted by Paolo Bonzini in:
347         http://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
348         * doc/autoconf.texi (Signed Overflow Examples): Give more
349         discussion about the allow_superuser_privileges example,
350         and change it a bit to make things clearer.
351         (Optimization and Wraparound): Clarify whether the compiler
352         will generate an infinite loop for the example derived from
353         Autoconf's mktime test.
354         (Signed Overflow Advice): Say that -ftrapv is meant for debugging.
355         Also, clarify unsigned multiplication overflow.
357 2007-01-04  Eric Blake  <ebb9@byu.net>
359         * bin/Makefile.am (RELEASE_YEAR): New macro.
360         (edit): Use it to supply correct copyright year to scripts.
361         * bin/autoconf.as (version): Use it.
362         * bin/autoheader.in ($version): Likewise.
363         * bin/autom4te.in ($version): Likewise.
364         * bin/autoreconf.in ($version): Likewise.
365         * bin/autoscan.in ($version): Likewise.
366         * bin/autoupdate.in ($version): Likewise.
367         * bin/ifnames.in ($version): Likewise.
369 2007-01-02  Paul Eggert  <eggert@cs.ucla.edu>
371         * doc/autoconf.texi (Integer Overflow): Revised based on today's
372         feedback.  The most important changes document what happens when
373         you convert an out-of-range value to a signed integer type, and
374         say that (sum < a) != (b < 0) reliably detects overflow when sum =
375         a + b.
377         * doc/autoconf.texi (Integer Overflow): Greatly expand and
378         rewrite, taking notions from the recent discussion on the gcc and
379         autoconf mailing lists; please see
380         http://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
381         and follow the many links.
382         (Integer Overflow Basics, Signed Overflow Examples):
383         (Optimization and Wraparound, Signed Overflow Advice):
384         (Signed Integer Division): New sections.
386 2006-12-28  Steven G. Johnson  <stevenj@alum.mit.edu>
388         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't include
389         preprocessor macro arguments in traced name.
390         * doc/autoconf.texi (Defining symbols): Document longstanding
391         support for AC_DEFINE-ing macros with arguments, and document
392         behavior when the same variable has multiple AC_DEFINEs.
393         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Revert to the
394         old implementation which AC_DEFINEs the FC_FUNC and FC_FUNC_
395         macros directly, giving much shorter and simpler code.
397 2006-12-28  Malcolm Purvis <malcolmp@xemacs.org>  (trivial change)
399         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
400         space before "$ac_configure_args" to prevent a 'config.status
401         --recheck' failure if ac_configure_args doesn't contain a leading
402         space.  This works around a problem with the XEmacs configure.ac,
403         which uses the (undocumented) ac_configure_args variable
404         inconsistently with Autoconf.
406 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
408         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):
409         Include <limits.h>, and use its INT_MAX to rewrite the
410         j loop so that it does not overflow 'int'.  Problem reported by
411         Ralf Wildenhues in
412         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
413         Play it safe by shifting left by 1 rather than multiplying by 2,
414         as GCC is less likely to optimize this away when the value
415         is signed (when it assumes overflow leads to undefined behavior).
416         Also, don't assume time_t uses two's complement.
418 2006-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
420         * tests/torture.at (Substitute a 2000-byte string): Avoid using
421         a 10kB long (multi-line) string literal, OpenServer 5.0.7 ksh
422         dumps core on it.  Report by Tim Rice.
424 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
426         * lib/autoconf/general.m4 (AC_ARG_ENABLE): Print help about
427         --disable-option-checking to --help output even when
428         AC_PRESERVE_HELP_ORDER is not used.
429         (_AC_INIT_PARSE_ENABLE2): Print warnings using actual --enable or
430         --with argument, rather than argument with [-.] replaced by
431         underscores.
432         * NEWS: Fix typo in previous change; the news was in the
433         wrong section.
435 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
437         * NEWS: Warnings are now generated by default for unknown
438         --enable-* and --with-* options.
439         * doc/autoconf.texi (Option Checking): Renamed from
440         (Configure Option Checking).  Tighten up the wording a bit.
441         (External Software, Package Options): Cross-reference to Option
442         Checking, and use this to shorten our section.
443         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Prefer test -n
444         "$x" to test "x$foo" != x.
445         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
446         Don't warn if $enable_option_checking is "no".
447         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Initialize
448         ac_unrecognized_opts to the empty string.
449         Don't echo the unrecognized opts, as this might mishandle
450         backslashes or leading -.
451         (AC_PRESERVE_HELP_ORDER): Put the --disable-option-checking
452         usage next to the other --disable-FEATURE options in the
453         help string.
455 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
457         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, _AC_INIT_PARSE_ARGS):
458         (_AC_INIT_PARSE_ENABLE2, _AC_INIT_HELP, _AC_ENABLE_IF):
459         Print warning for unrecognized --with and --enable options
460         (AC_DISABLE_OPTION_CHECKING): New macro to disable warnings.
461         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS):
462         Disable option checking when subdirs are configured.
463         (AC_OUTPUT): If warnings are enabled, print warning about
464         unrecognized --with and --enable options at the end of
465         the configure output (as well as at the beginning).
466         * doc/autoconf.texi (Option Checking): New node.
467         Document new option warning functionality.
469 2006-12-16  Eric Blake  <ebb9@byu.net>
471         * configure.ac (AC_INIT): Bump version, since 2.61a is released.
472         * NEWS: Start news for current version.
474 2006-12-15  Paul Eggert  <eggert@cs.ucla.edu>
476         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
477         Define HAVE_GETMNTENT to 1, not to the empty string.
478         Problem originally reported by Jochen Friedrich in
479         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
481         This change prompted by a problem report by Andrey Simonenko in
482         <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
483         * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
484         object-like macros only, in the traditional portable character
485         set.
486         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
487         Warn about attempts to define things that are not identifiers.
488         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
489         awful hack that AC_DEFINEd macro names containing parentheses.
491 2006-12-12  Paul Eggert  <eggert@cs.ucla.edu>
493         * doc/autoconf.texi: Undo some of the 2006-12-10 change.  It was
494         too drastic, even if Texinfo in theory requires it for info mode.
496         (config.status Invocation): Renamed back from Recreating a
497         Configuration).
498         (Obsolete config.status Use): Renamed back from Obsolete Recreation.
499         (Autoconf 2.13): Renamed back from 20th-century Autoconf 2.
501 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
503         * NEWS: Version 2.61a.
505 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
506         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
508         * NEWS: Document changes with echo and printf, and the lack
509         of limits on the total size of multi-line values of substituted
510         variables, and the AC_FUNC_FSEEKO fix.
512 2006-12-10  Paul Eggert  <eggert@cs.ucla.edu>
514         * doc/autoconf.texi (Writing Autoconf Input): Renamed from
515         Writing configure.ac.
516         (Autoconf Input Layout): Renamed from configure.ac Layout.
517         (Recreating a Configuration): Renamed from config.status Invocation.
518         (Obsolete Recreation): Renamed from Obsolete config.status Use.
519         (acconfig Header): Renamed from acconfig.h.
520         (20th-century Autoconf 2): Renamed from Autoconf 2.13.
521         (Writing Testsuites): Renamed from Writing testsuite.at.
522         (Autom4te Cache): Renamed from autom4te.cache.
524         * BUGS: Remove mention of VPATH problem, since it's now documented
525         not to be a bug in the Autoconf build procedure itself, but rather
526         a problem with the proprietary `make' programs.
528         * doc/autoconf.texi (Build Directories): Add a cross reference
529         to VPATH and Make.
531         * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex:
532         * doc/standards.texi: Sync from gnulib.
534         * man/autoconf.1, man/autoheader.1, man/autom4te.1, man/autoreconf.1:
535         * man/autoscan.1, man/autoupdate.1, man/config.guess.1:
536         * man/config.sub.1, man/ifnames.1: Remove from CVS, since they're
537         generated automatically.
539 2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
541         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Also try -xc99=all, for Sun
542         C 5.8 on Solaris 10.  Using -xc99=all rather than -xc99 bypasses
543         the buggy -xc99 option of Forte Developer 7 C on Solaris 9.
545 2006-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
547         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Drop the
548         `CEOF$ac_eof' special marker, the awk script cannot contain a
549         line matching `^CEOF', so this is not needed any more.
550         * tests/torture.at (Substitute a newline): Expose the `%!_!# '
551         special marker in the test.
553 2006-12-06  Stepan Kasal  <kasal@ucw.cz>
555         * tests/tools.at (autom4te preselections): Use `find -newer';
556         remove one of the sleeps.
558         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Make it
559         more readable, using ...
560         (_AC_INIT_PARSE_ENABLE2): ... this new helper macro.
562         * doc/autoconf.texi (autoheader Invocation): Do not double-
563         quote the parameter of `AH_BOTTOM' in the example.
565 2006-12-05  Stepan Kasal  <kasal@ucw.cz>
567         * doc/autoconf.texi (Configuration Headers): Remove the
568         example with multiple input files.
569         (autoheader Invocation): Encourage `AH_BOTTOM', discouraging
570         multiple input files.
572 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
574         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
575         creating the awk substitution script, handle one input line at a
576         time, so that the maximum length of a substituted (multi-line)
577         value is not limited by the size of the sed pattern space.
578         The trade-off is a slightly repetitive sed script.
579         * doc/autoconf.texi (Limitations of Usual Tools): Branch labels
580         can only have up to 7 characters, due to Solaris 10 /bin/sed.
581         * tests/torture.at (Substitute a 2000-byte string): Increase the
582         test with several long lines, they should not be caught by sed
583         limits any more.
585         * tests/tools.at (autom4te preselections): New test, to flag
586         entries missing from autom4te.cfg.
587         Report by David Byron <dbyron@hheld.com>.
589         * tests/torture.at (Substitute a 2000-byte string): Actually use
590         AC_PROG_AWK, so the last change works as intended.
591         (Substitute and define special characters): Likewise.
592         (Substitute a newline): Likewise.
594         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
595         instead of `awk' consistently.
596         (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
597         * tests/torture.at (Torturing config.status): Test both the
598         result of AC_PROG_AWK and plain awk.
599         (Substitute a 2000-byte string): Likewise.
600         (Substitute and define special characters): Likewise.
601         (Substitute a newline): Likewise.
603 2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
605         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Check that fseeko
606         can be assigned to a function pointer.  Problem reported by
607         Peter Palfrader in <http://bugs.debian.org/401377>.  Based on
608         part of a patch by Ralf Wildenhues in that same bug report.
610 2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
612         * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
613         * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
615 2006-12-01  Eric Blake  <ebb9@byu.net>
617         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
618         cross-compiling from cygwin to mingw.
619         Reported by Bob Rossi.  This resurrects the 2000-11-30 patch to
620         aclang.m4, which was mistakenly removed in the 2001-09-17 patch
621         to lib/autoconf/c.m4.
623 2006-12-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
625         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
626         string for more reliable failure.  Wrap the entire test that
627         causes the broken Solaris printf to dump core, in a subshell,
628         so the segmentation fault message is reliably suppressed.
629         Fix shell expansion errors by using /usr/ucb/echo always;
630         avoid an error on systems without it by another subshell.
631         Avoid m4 expansion of `$1'.  Set the zeroth argument of the
632         subshell-$as_echo to `as_echo', for better error message.
634 2006-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
636         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
637         `BASH_SOURCE' contain a newline, set them to empty, as they may
638         not be unset.
640 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
642         Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
643         years and is too hard to maintain now.  The last straw was
644         reported by Jerker Baeck in
645         <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
646         * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
647         * doc/autoconf.texi (Particular Functions): Move
648         AC_FUNC_SETVBUF_REVERSED from here...
649         (Obsolete Macros): ... to here.  Say that it does nothing now.
650         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
651         Turn into (almost) a no-op.
653         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
654         (AC_C_VOLATILE):
655         Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
656         These macros are obsolescent and new applications shouldn't need them.
657         * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
658         (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
659         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
660         (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
661         (AC_FUNC_VPRINTF): Likewise.
662         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
663         (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
664         * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
666         * doc/autoconf.texi (Setting Output Variables): Mention that
667         @VAR1@VAR2 has unspecified behavior.  Problem reported by
668         Ralf Wildenhues.
669         * NEWS: Mention this.
671         * Makefile.am: Put only a single '#' into the copyright notice,
672         so that it's also present in the output file.  Standardize wording
673         in makefile copyright notices to match GNU coding standards.
674         * bin/Makefile.am: Likewise.
675         * doc/Makefile.am: Likewise.
676         * lib/Makefile.am: Likewise.
677         * lib/freeze.mk: Likewise.
678         * lib/autoconf/Makefile.am: Likewise.
679         * lib/autoscan/Makefile.am: Likewise.
680         * lib/autotest/Makefile.am: Likewise.
681         * lib/m4sugar/Makefile.am: Likewise.
682         * man/Makefile.am: Likewise.
683         * tests/Makefile.am: Likewise.
684         * lib/emacs/Makefile.am: Remove copyright notice; it's just a
685         one-line file.
687 2006-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
689         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
690         in the sed script that mangles the awk script: delete up to the
691         first exclamation mark only.
692         * tests/torture.at (Substitute and define special characters):
693         Test '!' too.
695 2006-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
697         Rewrite config files generation: avoid quadratic growth in
698         the number of substituted variables by using awk instead of sed
699         for the bulk of the substitutions.
700         * NEWS: Mention this.
701         * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
702         forbidden in the output (and thus input) file.
703         * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
704         (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
705         generate just one large awk script for substitutions,
706         eliminating much of the earlier complexity, while adding some
707         new complexity.  Only expand the substitution templates at
708         configure time, for smaller configure script size.  If
709         _AC_SUBST_FILES are used, test 'awk' for working getline support
710         at config.status time.  If absent, interpolate through the
711         shell.  The awk script was written with much help
712         from Paolo Bonzini and Paul Eggert.
713         (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
714         (_AC_SED_FRAG_NUM): Likewise.
715         (_AC_SUBST_CMDS): Renamed from...
716         (_AC_SED_CMDS): ...this.
717         (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
718         * tests/torture.at (Substitute a 2000-byte string): Also
719         substitute a line with 1000 words, and a variable with several
720         long lines.
721         (Substitute and define special characters): Test awk special
722         characters, and put substitution input strings `@foo@' in the
723         output, to test that no recursion happens; test several other
724         combinations from Paolo Bonzini.
726 2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
728         * lib/autotest/general.m4 (AT_INIT): Undo recent changes
729         that replaced echo with AS_ECHO where this wasn't necessary.
730         Problem reportd by Ralf Wildenhues.
731         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
732         where "/usr/bin/printf '%s\n' S" dumps core if S is long.
733         This is Sun bug 4206210.  Problem reportd by Ralf Wildenhues.
735 2006-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
737         * lib/freeze.mk (GREP): Removed, no need to initialize this.
739 2006-11-21  Paul Eggert  <eggert@cs.ucla.edu>
741         * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
742         that traditional Awk lacks 3-arg "split".  It has it.
743         Mention that FS must be a single character, and a few other
744         99-byte limits of traditional Awk.
745         Mention that if (i in a) doesn't work with traditional Awk.
747 2006-11-18  Paul Eggert  <eggert@cs.ucla.edu>
749         * tests/autotest.at (BSx641-newline in command):
750         (BS-BS-newline in command, BSx640-newline in command):
751         (Newline-CODE-BS-newline in command):
752         (Single-quote-BS-newline in command):
753         (Single-quote-newline-BS-newline in command):
754         Use printf '%s\n' instead of echo, for portability to hosts
755         where echo interprets backslashes.  This will break on hosts
756         that lack printf, but for now let's assume all such hosts
757         are dead (if not, we should get reports of test failures).
759 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
761         'echo' has some portability problems, when given a first argument
762         with a leading '-', or when given any argument containing '\'.
763         Avoid using 'echo' in these cases.
764         * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
765         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
766         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
767         * lib/autotest/general.m4 (AT_INIT): Likewise.
768         * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
769         argument might be unportable.
770         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
771         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
772         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
773         (_AC_FC_LIBRARY_LDFLAGS): Likewise.
774         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
775         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
776         (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
777         (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
778         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
779         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
780         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
781         (AC_PROG_MAKE_SET): Likewise.
782         * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
783         (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
784         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
785         (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
786         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
787         (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
788         (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
789         * bin/autoconf.as: Redo verbose flag implementation, as the old
790         scheme wouldn't work with AS_ECHO.
791         * lib/autotest/general.m4 (AT_INIT): Likewise.
792         * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
793         Don't use ECHO_T, since ECHO_N is now reliable.
794         * lib/autotest/general.m4 (AT_INIT): Likewise.
795         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
796         rather than using a here-document to put the script into a file.
797         (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
798         use AS_ECHO.
799         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
800         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
801         AS_ECHO_N rather than ECHO_N and ECHO_C.  This doesn't fix any
802         bug, but we might as well stop using ECHO_N and ECHO_C internally.
803         * lib/autotest/general.m4 (AT_SETUP): Likewise.
804         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
805         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
806         (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
807         operand, as AS_ECHO requires.  Avoid double file name expansion.
808         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
809         Don't set as_nl, since _AS_ECHO_PREPARE does that now.
810         (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
811         (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
812         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
813         Double-quote strings that would otherwise contain M4 comments.
814         * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
816         * configure.ac (AC_INIT): Bump to 2.61a.
817         * NEWS: Likewise.
819 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
821         Version 2.61.
823         * configure.ac (AC_INIT): Bump to 2.61.
824         * NEWS: Likewise.
826         * tests/autotest.at (Macro with backslash in a test title):
827         Comment out for now, as this tests neither fails nor passes
828         reliably.  Problem reported by Ralf Wildenhues.
830 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
832         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
833         in previous change, which caused test failures.
835 2006-11-16  Stepan Kasal  <kasal@ucw.cz>
837         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
838         code for --enable, --disable, --with, and --without to...
839         (_AC_INIT_PARSE_ENABLE): ... a new macro.
840         * doc/autoconf.texi (Package Options):
841         * NEWS: Document that AC_ARG_ENABLE allows dots, too.
843 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
845         Import these changes from config via gnulib:
847         2006-11-15  Ben Elliston  <bje@gnu.org>
849         From Josselin Mouette <joss@debian.org>:
850         * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
852         2006-11-08  Ben Elliston  <bje@gnu.org>
854         * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
856         2006-11-07  Steve Woodford  <scw@NetBSD.org>
857                     Ben Elliston  <bje@gnu.org>
859         * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
860         * build-aux/config.sub (sh5el): New basic_machine.
863         Import this change from coreutils:
865         2006-02-13  Jim Meyering  <jim@meyering.net>
867         * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
870         Import this change from gnustandards via gnulib:
872         2006-11-15  Karl Berry  <karl@gnu.org>
874         * standards.texi: core -> memory, throughout.
875         (CPU Portability): show correct example of calling write
876         on a char value; thanks to Paul Eggert for the code.
877         Both of these suggestions from Eugene Y. Vasserman.
880         Import these changes from texinfo via gnulib:
882         2006-11-08  Karl Berry  <karl@gnu.org>
884         * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
885           as well as pdf images, since they are supported in pdftex with
886           no further ado.
888         2006-11-05  Karl Berry  <karl@gnu.org>
890         * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
892 2006-11-13  Paul Eggert  <eggert@cs.ucla.edu>
894         * NEWS: Document the AC_ARG_WITH change.
896 2006-11-13  Bruno Haible  <bruno@clisp.org>
898         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
899         options, transliterate also dots to underscores.
900         (_AC_ENABLE_IF): Transliterate also dots to underscores.
901         * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
902         first argument may also contain dots.
904 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
906         * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
907         benefit of platforms like Solaris+GCC where it is common to have a
908         non-working g++ installation.
910 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
911         and Joel E. Denny  <jdenny@ces.clemson.edu>
912         and Paul Eggert  <eggert@cs.ucla.edu>
914         * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
915         and non-portable sed scripts, and use $CONFIG_SHELL when invoking
916         ./micro-suite.
918 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
920         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
921         ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
922         Imported from a similar patch to gnulib by Bruno Haible.
924 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
926         * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
927         * doc/autoconf.texi (C Compiler): Document them.
928         * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
929         New macros, taken from gnulib.
931 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
933         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
934         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
935         Matthew Woehlke.
937 2006-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
939         * tests/torture.at (Configuring subdirectories): Do not skip
940         Automake 1.10 nor future Automake 11.1 (sic).
942 2006-10-26  Joel E. Denny  <jdenny@ces.clemson.edu>
943         and Stepan Kasal  <kasal@ucw.cz>
945         Handle special characters in test case titles correctly.
946         * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
947         properly.
948         (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
949         * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
950         argument.  Extend to check titles printed by ./micro-suite and
951         ./micro-suite -l and the title in micro-suite.log.
952         (Backquote in a test title,
953         Single-quote in a test title,
954         Double-quote in a test title): Don't expect failure anymore.
955         (Backslash in a test title): Put a non-whitespace character after the
956         backslash so that Bourne shells might actually see it as an escape
957         sequence.
958         (Brackets in a test title,
959         Pound in a test title,
960         Comma in a test title,
961         Quoted Macro in a test title,
962         Macro in a test title,
963         Macro with single-quote in a test title): New tests.
964         (Macro with backquote in a test title,
965         Macro with double-quote in a test title,
966         Macro with backslash in a test title): New tests expected to fail.
967         * tests/torture.at (#define header templates): M4-quote this title in
968         AT_SETUP call so that no M4 code is commented inadvertently somewhere.
969         The visible effect was a stray [] in the testsuite output.
971 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
973         * doc/autoconf.texi (Limitations of Builtins): Do not invoke
974         `trap ... 0' inside a function, for AIX sh.
976 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
978         * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
979         since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
980         5363) simply issues a warning when dividing by zero at compile
981         time.  Problem reported by Elias Pipping.
983 2006-10-26  Eric Blake  <ebb9@byu.net>
985         * THANKS: Update.
986         * doc/autoconf.texi (Evaluation Macros): Improve the example to
987         show effect on macros that expand with commas.
988         Reported by Joel E. Denny.
990         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
991         Also work with M4 1.4.8.
993 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
995         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
996         Jim Meyering.
998 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
1000         * tests/tools.at (autom4te --force): New test, verifies that
1001         `--force' always rewrites the output file.
1003 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1005         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
1006         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
1008 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
1010         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
1012 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1014         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
1015         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
1016         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
1017         reported by Nelson H. F. Beebe for Coreutils 6.4.
1019         * tests/tools.at (autoconf --trace: user macros): Remove test
1020         for tracing multiline macros, since m4 1.4.7a uses a different
1021         way to number lines.  Problem reported by Ralf Wildenhues.
1023 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
1025         * bin/autom4te.in (handle_m4): Do not redirect stdin to
1026         /dev/null since the heuristics for interactive behaviour was
1027         fixed in CVS m4.
1029         * bin/autom4te.in: With --force, always refresh the output
1030         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
1032         * bin/autoconf.as: Fix the verbose message at the end.
1034 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
1036         * configure.ac (AC_INIT): Bump to 2.60c.
1037         * NEWS: Likewise.
1039 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
1041         * NEWS: Version 2.60b.
1043         Import this change from Texinfo:
1044         2006-10-15  Karl Berry  <karl@gnu.org>
1045         * build-aux/texinfo.tex: automake 1.10
1047         * NEWS: Remove AC_CACHE_CHECK_INT.
1048         * doc/autoconf.texi (Caching Results): Likewise.
1049         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
1050         AC_CACHE_CHECK_INT, since it's no longer public.
1051         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
1052         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
1054 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1056         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
1058 2006-10-19  Eric Blake  <ebb9@byu.net>
1060         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
1061         (m4_maketemp): Avoid warnings with M4 1.9a.
1062         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
1063         m4_mkstemp.
1064         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
1065         * NEWS: Likewise.
1067 2006-10-16  Eric Blake  <ebb9@byu.net>
1069         * doc/autoconf.texi (Setting Output Variables): Fix typo.
1071         * bin/autoconf.as (version): Reword to match GNU Coding
1072         Standards.
1073         * bin/autoheader.in (version): Likewise.
1074         * bin/autom4te.in (version): Likewise.
1075         * bin/autoreconf.in (version): Likewise.
1076         * bin/autoscan.in (version): Likewise.
1077         * bin/autoupdate.in (version): Likewise.
1078         * bin/ifnames.in (version): Likewise.
1080 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
1082         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
1083         looking for special shell characters.
1084         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
1085         macro defined by AS_VAR_PUSHDEF before passing it as a
1086         parameter.
1087         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
1088         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
1089         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
1090         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
1091         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
1092         Likewise.
1093         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
1094         AS_VAR_* properly.
1095         * tests/m4sh.at (AS_LITERAL_IF): New test.
1097 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1099         (Imported from Automake.)
1100         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
1101         which incorrectly sets the mode of an existing destination
1102         directory.  In some cases the unpatched install-sh could do the
1103         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
1104         system.  We hope this is rare in practice, but it's clearly worth
1105         fixing.  Problem reported by Alex Unleashed in
1106         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
1107         Also, don't bother to check for -m bugs unless we're using -m;
1108         suggested by Stepan Kasal.
1110 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1112         Import this change from Automake:
1114         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
1115         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
1116         is enabled by default with gnu and gnits strictness.
1117         Report from Bruno Haible.
1119         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
1120         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
1121         gnu and gnits modes.
1123         Import this change from Config:
1125         2006-09-20  Ben Elliston  <bje@gnu.org>
1126         * build-aux/config.sub (score, score-*): New.
1128         Import this change from Gnulib:
1130         2006-09-16  Karl Berry  <karl@gnu.org>
1131         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
1132         to avoid sectioning errors.
1134         Import these changes from Texinfo:
1136         2006-10-04  Karl Berry  <karl@gnu.org>
1137         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
1138         (\quoteexpand): rename to \rquoteexpand.
1139         (\codequoteleft): new def, to look for @set codequotebacktick.
1140         (\lquoteexpand, \quoteexpand): new defs.
1141         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
1142         (\code): must use new \...Char values, since now ` is active.
1144         2006-08-26  Karl Berry  <karl@gnu.org>
1145         * build-aux/texinfo.tex (\textdegree): New command.
1147         2006-08-12  Karl Berry  <karl@gnu.org>
1148         * build-aux/texinfo.tex (error \box0): smaller font.
1150 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1152         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
1154 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
1156         * doc/autoconf.texi (Autoheader Macros): Warn that the text
1157         added to the template can get mangled.
1159 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1161         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
1162         include the default headers, and redefine obstack_chunk_alloc
1163         and obstack_chunk_free.  Fixes false failure with glibc.
1165 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1167         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
1168         for backward compatibility with Libtool 1.5.22.  Problem reported
1169         by Ralf Wildenhues.
1171 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1173         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
1174         AC_PROG_CC.
1175         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
1177 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1179         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
1180         the NonStop platform.
1181         * doc/autoconf.texi (Posix Variants): Likewise.
1182         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
1184         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
1185         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
1186         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
1187         Use a better substitute, by inspecting the output of "ls"
1188         rather than just using ":".
1189         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
1190         rather than AS_EXECUTABLE_P, since we needn't worry about
1191         non-regular files here.
1193         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
1194         due to configuration hassles with this.  See Tonya Underwood's report
1195         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
1196         * doc/autoconf.texi (Special Shell Variables): Likewise.
1198 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1199             Stepan Kasal  <kasal@ucw.cz>
1201         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
1202         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
1204 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
1206         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
1207           initialization which is not inherited through the environment
1208         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
1209         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
1211 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
1213         * doc/autoconf.texi (Limitations of Usual Tools): Describe
1214         problems with mkdir -p -m.
1216 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
1218         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
1219         comment about ac_cpp_err; it was incorrect, and anyway
1220         ac_cpp_err is being removed below.
1221         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
1222         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
1223         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
1224         nobody uses it.
1225         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
1226         with werror_flag and conftest.err and so forth.  This is more
1227         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
1228         and anyway the user shouldn't normally want to see this gorp logged.
1229         Problem reported by Ralf Wildenhues.
1230         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
1231         empty, not 'no', since the rest of the code uses 'test -z'.
1233 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
1235         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
1236         Use a single call to AC_DO_TOKENS rather than multiple, for
1237         efficiency.
1238         (_AC_LINK_IFELSE): Test that resulting file is executable.
1239         Problem reported by mwoehlke in
1240         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
1242         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
1243         than creating a file to use with test -x; this is much faster.
1245 2006-10-02  Bruno Haible  <bruno@clisp.org>
1247         * lib/autom4te.in (Automake-preselections): Add
1248         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
1250 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
1252         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
1253         standard error, `experr' should be used, not `expout'.
1255 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1257         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
1258         fseeko testing program twice; just use the earlier result.
1259         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
1260         Set cache var to 'unknown' (not 'no') if leaving the macro unset
1261         still doesn't let the program compile.
1262         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
1263         failed.
1265         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
1266         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
1267         include it, without including anything else.
1268         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
1269         expressions.
1270         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
1272 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1274         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
1275         `error.h', and include it, for a `error_at_line' prototype.
1276         Use a nonempty format string in the link test.
1277         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
1278         for a declaration of wait3.
1280 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1282         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
1283         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
1284         can apply to constants too, and that it checks for macro defns.
1285         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
1286         and simply cast the identifier to void.  This handles structure
1287         values.  Problem reported by Ralf Wildenhues.
1288         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
1290 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1292         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
1293         structure, and function symbols.
1295 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1297         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
1298         member.
1300 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1302         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
1303         * README: Likewise.
1304         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1306 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1307         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1309         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
1310         warnings (uninitialized value).
1311         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
1312         present.
1313         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
1314         parentheses.
1315         (AC_STRUCT_TM): Likewise, avoid unused variables.
1317 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1319         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
1320         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
1321         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
1322         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
1323         Report by Olly Betts.
1325 2006-09-19  Eric Blake  <ebb9@byu.net>
1327         * m4/m4.m4: Change copyright.
1328         * configure: Regenerate.
1329         * Makefile.in: Likewise.
1330         * bin/Makefile.in: Likewise.
1331         * doc/Makefile.in: Likewise.
1332         * lib/Makefile.in: Likewise.
1333         * lib/Autom4te/Makefile.in: Likewise.
1334         * lib/autoconf/Makefile.in: Likewise.
1335         * lib/autoscan/Makefile.in: Likewise.
1336         * lib/autotest/Makefile.in: Likewise.
1337         * lib/emacs/Makefile.in: Likewise.
1338         * lib/m4sugar/Makefile.in: Likewise.
1339         * man/Makefile.in: Likewise.
1340         * tests/Makefile.in: Likewise.
1342         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
1343         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
1344         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
1345         --error-output, to avoid warnings with M4 2.0.
1347 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
1349         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
1350           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
1351         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
1353 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
1355         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
1356         expansion of AC_CHECK_FUNCS.
1358 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
1360         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
1361         mistaken comment: the path has to be relative; do not use
1362         the path at runtime.
1364 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1366         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
1367         argument to `--prefix' for sub-configure scripts.
1368         Pass `--silent' to sub-configure scripts.
1369         * tests/torture.at (Configuring subdirectories): Add tests
1370         for both changes.
1371         * doc/autoconf.texi (Setting Output Variables): Fix example to
1372         not show `--silent' being passed to a `configure' re-run.
1374 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
1376         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
1377         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
1378         for the existence of the directory at configure-time.  That's
1379         too late, anyway.  Problem reported by Stefan Seefeld.
1381         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
1382         7.1.4 /usr/bin/posix/sh described by Tim Rice in
1383         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
1385 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
1387         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
1388         works with GNU M4 1.4.3 again; make the normalized form
1389         match the current m4 message; fix the description.
1390         * test/tools.at (autom4te cache): Adapt to the change.
1392 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1394         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
1395         to catch glibc bug 2821
1396         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1398         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
1399         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
1400         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
1401         assume C89.
1403 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
1405         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
1406         preselections ...
1407         (Autoconf): ... here.
1408         (Autoscan-preselections): Delete.
1410 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
1412         * lib/autom4te.in (Automake-preselections): Preselect
1413         AM_ENABLE_MULTILIB.
1415 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
1417         * doc/autoconf.texi (Preset Output Variables): srcdir and
1418         top_srcdir are not necessarily relative.  Problem reported
1419         by Dries Kimpe.
1421 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1423         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
1424         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
1425         accept files with extension `.f'.  For consistency, also prefer
1426         xlf over f77.
1427         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
1428         from last patch.
1430 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1432         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
1433         of ERLANG_LIB_VER_* variables.
1434         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
1435         variables.
1437 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
1438         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1440         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
1441         bugs of Bash 2.01 and 2.05a.
1442         (Fortran Compiler): Document that AC_PROG_CC should be called
1443         before AC_PROG_FC, due to a bug in Autoconf.
1445 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1447         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
1448         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
1449         except the first two arguments are reversed.
1450         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
1451         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
1452         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
1453         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
1454         equivalent to the old AC_COMPUTE_INT.
1455         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
1456         All uses changed to AC_CACHE_CHECK_INT.
1457         * tests/base.at (AC_CACHE_CHECK_INT): New test.
1458         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
1460 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1462         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
1463         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
1464         programs should use their Gnulib counterparts.
1465         * doc/autoconf.texi (Particular Functions): Likewise.
1466         (Macro Names, testsuite Invocation): Replace uses of these
1467         obsolete macros with uses of non-obsolete macros.
1469 2006-08-29  Eric Blake  <ebb9@byu.net>
1471         * configure.ac (AC_INIT): Bump to 2.60b.
1472         * NEWS: Update.
1474 2006-08-28  Eric Blake  <ebb9@byu.net>
1476         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
1477         mistakenly swapped on 2006-08-15.
1479 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1481         * NEWS: Version 2.60a.
1483 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
1485         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
1486         file created by the PGI compiler.
1488 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
1490         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
1491         simplify the code.
1493 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1495         Fix Lex library problem reported to us by Julio Garvia.
1496         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
1497         for the default, which the user can override.
1498         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
1499         deal with LEXLIB.
1500         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
1501         didn't work if some values were cached but not others.  Test for
1502         broken lex libraries like native ia64-hp-hpux11.22; see
1503         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
1504         work around the problem by preferring an empty LEXLIB to -lfl or
1505         -ll.  Let the user set LEXLIB='' to indicate no library needed.
1507         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
1508         * README: Likewise.
1509         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1511 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1513         Rework to use more-modern build style.
1514         Many files are renamed; all uses of their names were changed.
1515         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
1516         * .x-sc_useless_cpp_parens: New file.
1517         * build-aux/config.guess: Renamed from config/config.guess.  Update.
1518         * build-aux/config.sub: Renamed from config/config.sub.  Update.
1519         * build-aux/elisp-comp: Renamed from config/elisp-comp.
1520         * build-aux/install-sh: Renamed from config/install-sh.  Update.
1521         * build-aux/mdate-sh: Renamed from config/mdate-sh.
1522         * build-aux/missing: Renamed from config/missing.
1523         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
1524         * build-aux/vc-list-files: Renamed from config/vc-list-files.
1525         * config/Makefile.am: Removed.
1526         * config/mkinstalldirs: Removed.
1527         * config/move-if-change: Removed.
1528         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
1529         * Makefile.am (SUBDIRS): Remove config.
1530         (ACLOCAL_AMFLAGS): Include from m4, not config.
1531         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
1532         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
1533         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
1534         Fail if there's an error.
1535         * Makefile.cfg (move_if_change): Remove.
1536         (wget_files): Remove.
1537         (cvs_executable_files): New macro.
1538         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
1539         (executable-update): Use $(cvs_executable_files).
1540         (local-checks-to-skip): Remove.
1541         * Makefile.maint: Merge from coreutils, plus add our own changes
1542         (gzip_rsyncable): New macro.
1543         (GZIP_ENV): Use it.
1544         (CVS_LIST): Use build-aux/vc-list-files.
1545         (VERSION_REGEXP): New macro.
1546         (local-checks-available): Add patch-check, $(syntax-check-rules),
1547         check-AUTHORS.
1548         (syntax-check-rules): Compute dynamically.
1549         (sc_cast_of_x_alloc_return_value): Work even if no source files.
1550         (sc_cast_of_alloca_return_value): Likewise.
1551         (sc_prohibit_atoi_atof): Simplify regexp.
1552         (sc_no_if_have_config_h, sc_require_config_h):
1553         (sc_prohibit_assert_without_use,
1554         (sc_obsolete_symbols): Check for O_NDELAY.
1555         (sc_texi_notab): Remove.
1556         (sc-changelog): Don't make an exception for '----' lines.
1557         (.re-list): Remove, so we don't have a junk file behind.
1558         (sc_system_h_headers): Remove the need for .re-list.
1559         (sc_the_the):  New rule.
1560         (sc_tight_scope): Simplify.
1561         (sc_trailing_blank): Renamed from sc_trailing_space.
1562         (longopt_re): New macro.
1563         (sc_two_space_separator_in_usage): New rule.
1564         (sc_unmarked_diagnostics): Look at all files under CVS.
1565         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
1566         (news-date-check, changelog-check): Version is OK.
1567         (po-check): Look for lib files even if not in CVS.
1568         (copyright-check): Use $() not ``.
1569         (maintainer-distcheck): Do not depend on changelog-check.
1570         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
1571         Also check for -Wpointer-arith.
1572         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
1573         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
1574         Remove.
1575         (announcement): Add --gpg-key-id arg.
1576         (cvs-sv): Remove.
1577         (move_if_change): Just use mv.
1578         (local_updates: Remove wget-update, po-update.
1579         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
1580         (config.guess-url_prefix, config.sub-url_prefix): Remove.
1581         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
1582         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
1583         ($(get-targets)): Remove.
1584         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
1585         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
1586         (cvs-update): Get from gnulib.
1587         (emut_upload_commands): gnupload is in build-aux now.
1588         (alpha beta major): Add changelog-check.  Check version.
1589         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
1590         (AC_CONFIG_FILES): Remove.
1591         * bin/autoconf.as: Add spaces to avoid distcheck warning.
1592         * config/announce-gen: Sync from coreutils.
1593         * doc/make-stds.texi: Sync from gnulib.
1594         * doc/standards.texi: Likewise.
1595         * man/Makefile.am: Adjust for config -> build-aux renaming.
1596         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
1597         * tests/local.at: Adjust from config -> build-aux renaming.
1598         * tests/tools.at: Likewise.
1599         * tests/torture.at: Likewise.
1601         * NEWS: The C99 check now tests for vararg macros and 64-bit
1602         preprocessor ints.
1603         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
1604         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
1605         64-bit preprocessor ints.  Check for static initialization of
1606         long long.  Remove unnecessary casts.
1608 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1610         * doc/autoconf.texi (Particular Programs): Mention that
1611         @INSTALL@ and @MKDIR_P@ may vary for different output files.
1612         Reported by Alexandre Duret-Lutz.
1614 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1616         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
1617         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
1618         Bill Northcott in
1619         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
1621 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
1623         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
1624         pacify insanely picky compilers.  Problem reported by Eric Blake.
1626         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
1627         longer supported by Sun.
1629 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
1631         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
1632         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
1633         -Wundef -Werror".  Problem reported by David Fang in
1634         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
1635         * doc/autoconf.texi (Header Templates, Default Includes):
1636         (Particular Functions, Generic Functions, Header Portability):
1637         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
1638         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
1639         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
1640         Prefer #ifdef to #if.
1641         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
1642         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
1643         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1644         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
1645         Likewise.
1646         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
1647         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
1648         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
1649         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1650         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
1651         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
1652         this.
1654 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
1656         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
1657         problems with arg script text that doesn't end in newline, and
1658         with '-e a...'.  Problems reported by Ralf Wildenhues.
1660 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1662         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
1663         check for libXt by a check for libX11.
1665 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1667         * doc/autoconf.texi (config.status Invocation): Adjust according
1668         to last change.
1670 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1672         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
1673         --help' should mention that `--version' outputs configuration
1674         settings.  Report by Bruno Haible.
1676 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
1678         Fix test suite failures reported by Pierre in
1679         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
1680         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
1681         the compiler created a file "b.out" when it didn't create anything
1682         at all.
1683         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
1684         Discard stderr too, when invoking the test script.
1686 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1688         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
1689         in the restoring of the werror flag.
1691 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
1693         * doc/autoconf.texi (Volatile Objects): Be even a little
1694         less skeptical about "volatile", after discussion with
1695         Bruno Haible on bug-gnulib.
1696         (Limitations of Usual Tools): Warn about sed stripping
1697         leading white space from text.  From Bruno Haible.
1699 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
1701         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
1702         compiler complains about it, even if things works after the
1703         complaint.  Problem reported by Peter O'Gorman.
1705         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
1706         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
1707         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
1709 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
1711         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
1712         after -R regardless of host.  Patrick Welche reports that this
1713         fixes things on NetBSD 3.99.
1715         * NEWS: Recommend M4 1.4.5.
1716         * README: Likewise.
1717         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1718         * tests/tools.at (autom4te cache): Update wording of diagnostic
1719         to match M4 1.4.5.
1721 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1723         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
1724         under AC_C_VOLATILE.
1725         (Volatile Objects): Be a little less skeptical about what
1726         "volatile" means.  Derived from thoughts by Ben Pfaff in
1727         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
1729 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1731         * doc/autoconf.texi: Fix some typos.
1733 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1735         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1736         more globally, since the 2006-06-30 patch didn't suffice.  Problem
1737         reported by Keith Marshall.  Also, don't bother with builddir2,
1738         since it shouldn't be needed any more.
1740 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
1742         * doc/autoconf.texi (Generic compiler characteristics):
1743         Document AC_COMPUTE_INT.  Fix wrong statements on Default
1744         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
1746         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
1747         (_AC_COMPUTE_INT): Add obsoletion warnings.
1748         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
1749         AC_COMPUTE_INT.
1751         * NEWS: Document change.
1753 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
1755         * doc/autoconf.texi (Volatile Objects): New section.
1757         * NEWS: Document previous change.
1759 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1761         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
1762         Require that long long int be at least 64 bits wide.  C99 requires
1763         this and enough programs depend on it so we should check for it.
1764         Bruno Haible reports in
1765         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
1766         that long long int is 32 bits wide with some nonstandard compilers.
1767         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
1769 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
1771         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1772         to a nonexistent file, so that we don't have to worry about
1773         a local site configuration that doesn't use /usr/local.
1774         Problem reported by Keith Marshall in
1775         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
1777 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1779         * doc/autoconf.texi: Be more consistent about using @acronym with
1780         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
1781         quite right (it talked about "OSF/Tru64", even though the
1782         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
1783         and it even mentioned "OSF 4"!) and at this point there's little
1784         reason to talk about OSF any more, since it died in 1994.
1785         (Specific Compiler Characteristics): Simplify example of
1786         negative-size array.
1787         (File Descriptors): Reorder to make the text flow better.
1788         Remove joke about "appreciate the various levels"; I didn't get it.
1789         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
1790         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
1791         (File Descriptors, Limitations of Usual Tools):
1792         Tone down the advice against renaming or removing open files.
1793         (Limitations of Usual Tools): Add a new section, on 'rm'.
1795 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
1797         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
1798         -lXt in LIBS, idea from Karsten Hopp; this was due since
1799         this change:
1801         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1802         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
1803         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
1804         (which belong to Xt, not X itself).  See Debian bug 327655.
1806 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1808         * configure.ac (AC_INIT): Bump to 2.60a.
1809         * NEWS: Update.
1811 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1813         Version 2.60.
1815         * configure.ac, NEWS: Update.
1817 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1819         * config/texinfo.tex: Sync from upstream.
1821         * bin/autom4te.in (handle_traces): Transform the `@S|@'
1822         quadrigraph correctly in traces.
1824         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
1825         Fix typos.
1827         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
1828         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
1829         not defined.
1830         * doc/autoconf.texi (Changed Directory Variables): New node,
1831         to document the whole `datarootdir' business a bit better.
1832         * NEWS: Update.
1833         * tests/torture.at (datarootdir workaround): Extend test.
1834         Prompted by report by Alexandre Julliard.
1836 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1838         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
1839         when using default mode of IBM C 6 for AIX.  Problem and two-line
1840         fix reported by Larry Jones.
1842 2006-06-22  Alexandre Julliard <julliard@winehq.org>
1844         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
1845         about literal '${datarootdir}' if a definition is found in the
1846         output file.
1848 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1850         * NEWS: Use "M4" rather than "m4" when appropriate.
1851         Problem reported by Eric Blake.
1852         * doc/autoconf.texi: Likewise.
1853         Use @acronym around BSD, GCC, and GNU when appropriate.
1854         (Why GNU M4): Renamed from "Why GNU m4".
1855         (Redefined M4 Macros): Mention that Posix
1856         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
1857         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
1858         to int.
1860 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1862         * bin/autom4te.in (handle_output): Do not forbid the empty
1863         pattern.
1864         * tests/tools.at (autoconf: the empty token): New test.
1866 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
1868         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
1869         calls, so that we do not care whether they are LIFO or FIFO;
1870         in the m4_wrap, do not check which diversion is the topmost
1871         one, just check that the stack is balanced at the end.
1872         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
1873         base diversion forever--pop the previous diversion before
1874         opening the new one; consequently, remove the m4_wrap call.
1875         * lib/autotest/general.m4 (AT_INIT): Likewise.
1876         * tests/m4sugar.at: Do not use
1877         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
1879 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
1880         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1882         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
1883         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
1884         Rework example of m4wrap token-pasting trouble so that it doesn't
1885         care whether it's LIFO or FIFO.
1886         Fix some "contrary to"s that are awkward in English.
1888 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1890         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
1891         to `yes' instead of `int$1_t' if the type is found, for more
1892         consistent configure output (where $1 is the number of bits).
1893         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
1894         Suggested by Bruno Haible.
1896         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
1897         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
1898         with system headers.  Report by Bruno Haible.
1900 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1902         * config/config.guess, config/config.sub: Sync from upstream.
1904         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
1905         in order to avoid picking up an older installed frozen m4sh.m4f.
1906         Besides an outdated shell startup, this could have been created
1907         by an earlier M4 version with incompatible frozen file format.
1909 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
1911         * README: Recommend m4 1.4.4 instead of 1.4.3..
1912         * doc/autoconf.texi: Likewise.
1913         (Special Chars in Names): Say that $(.FOO) is portable, as
1914         suggested by Stepan Kasal.
1915         (Installation Directory Variables, Build Directories):
1916         (Automatic Remaking, Subdirectories, Fortran Compiler):
1917         (Making testsuite Scripts, Defining Directories):
1918         Quote variable usages better.
1919         (Making testsuite Scripts): Add clean-local rule to makefile
1920         snippet, by Eric Blake.
1921         (Installation Directory Variables): Fix table item font.
1922         Reword slightly to clarify.  Generalize advice about
1923         not using special characters to include all file-related
1924         vars, not just VPATH.
1925         (Special Chars in Variables): Warn about special characters in
1926         $(srcdir) too.
1927         (Assignments): Clarify default-value example as suggested by
1928         Ralf Wildenhues in
1929         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
1930         (Special Shell Variables): Note leading ./ or ../, as suggested
1931         by Eric Blake.
1932         (Limitations of Builtins): Under cd, warn about CDPATH.
1933         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
1934         Ralf Wildenhues.
1936 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1938         * doc/autoconf.texi (Configuration Actions): Remove duplicate
1939         `@var', for texi2html.
1940         (Systemology): Some more word wrapping, for DVI output.
1941         (autom4te Invocation): The short option for `--melt' is `-M',
1942         not `-m'.
1944 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1946         * doc/autoconf.texi: More formatting and English tweaks,
1947         many suggested by Ralf Wildenhues.
1948         Reword to avoid "@code{...}'s" and the like, since it's ugly
1949         with Emacs info mode.  discontents -> woes.
1950         Put a few "will"s back.  time stamp -> timestamp.
1951         side-effect -> side effect.
1953 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
1955         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
1956         Warn about $@ not persisting.  Problem reported by Julien Danjou in
1957         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
1958         (Special Chars in Names): Renamed from Leading _ in Macro Names.
1959         Mention other special chars, too.
1961 2006-06-14  Eric Blake  <ebb9@byu.net>
1963         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
1965 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
1967         * doc/autoconf.texi: Some systematic minor improvements, as
1968         follows.  Use "makefile" when talking about makefiles
1969         generally (which might be named "makefile" or "Makefile" or even
1970         "foo.mk"), "Makefile" when talking about a specific makefile
1971         called "Makefile".  This unclutters the text from weird quotes
1972         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
1973         values" rather than "@var{foo}s" and similar constructs containing
1974         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
1975         English-language improvements.  Change the prefix "sub-" to "sub"
1976         and "re-" to "re".
1977         Put blank lines around examples more consistently.
1978         Avoid "rather" and "very" as intensifiers.
1979         Avoid "will" as an auxiliary.
1980         (Limitations of Make): Split this node into....
1981         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
1982         (Leading _ in Macro Names, Backslash-Newline-Newline):
1983         (Backslash-Newline Comments, Long Lines in Makefiles):
1984         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
1985         (obj/ and Make, make -k Status, VPATH and Make):
1986         (VPATH and Double-colon, $< in Explicit Rules):
1987         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
1988         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
1989         New nodes, resulting from splitup of Limitations of Make.
1990         All cross-references changed.  Raise the top node from
1991         a section to a chapter, and all subnodes accordingly.
1992         Redo the introductory wording to match the new organization.
1993         (Installation Directory Variables): Use an example that is
1994         closer to what Autoconf actually does.  Mention that VPATH's
1995         value should not contain metacharacters or white space.
1996         (Fortran Compiler): Fix a VPATH bug in an example.
1997         (Leading _ in Macro Names): Mention that this problem is no longer
1998         of practical concern.
1999         (VPATH and Make): Reword the advice to make it clearer
2000         that Autoconf and Automake support VPATH in non-GNU make, but
2001         many packages have bugs in this area.
2002         ($< in Explicit Rules): Refer to Build Directories rather
2003         than using a (non-VPATH-safe) example.
2004         (Automatic Rule Rewriting): Mention the sort of disaster that
2005         can ensue with Solaris-style rule rewriting with VPATH.
2007 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2009         * doc/install.texi (Compilers and Options): Weaken the
2010         suggestion to use GNU make for VPATH builds.
2012         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
2013         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
2015         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
2016         in regular expression.
2018 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2020         * doc/autoconf.texi (Installation Directory Variables):
2021         Drop extra @samp from `@table @samp' item.
2022         (Limitations of Usual Tools): Comment fix.
2023         Do not nest @samp just to point to other table items.
2024         (Writing testsuite.at) <AT_CHECK>: The second argument to
2025         `@dvar' is already @samp'ed.
2026         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
2027         do not use @var in the second argument.
2029 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
2031         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
2032         $as_shell.exe too.  Problem reported by Andreas Buening in
2033         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
2035 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2037         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
2038         `unused variable' compiler warning, for `-Wall -Werror'.
2039         Reported by Jaap Haitsma in
2040         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
2042 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
2044         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
2045         case the compiler dumps core.  Problem reported for
2046         OpenServer 5.0.7 by Tim Rice in
2047         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
2048         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
2049         Likewise.
2051 2006-06-06  Tim Rice <tim@multitalents.net>.
2053         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
2054         "ERROR" only shows up in "make check" output if there is an
2055         error.
2057 2006-06-06  Eric Blake  <ebb9@byu.net>
2059         * tests/tools.at (automatically allowed tokens): Fix typo.
2061 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2063         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
2065         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
2066         typically overflows on x86 CPUs, even though the C standard
2067         requires otherwise.
2069 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2071         * configure.ac (AC_INIT): Bump to 2.59e.
2072         * NEWS: Update.
2074 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2076         Version 2.59d.
2078         * config/texinfo.tex: Sync from upstream.
2080         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
2081         seen, invoke libtoolize with `--ltdl' argument.
2082         * lib/autom4te.in (Autoreconf-preselections): Adjust.
2083         * NEWS: Update.
2084         Suggested by Eric Blake.
2086 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2088         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
2089         reported by Ralf Wildenhues.
2090         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
2092 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2094         * THANKS: Update.
2096 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2098         * doc/autoconf.texi: Modernize some of the references to Solaris.
2100 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
2102         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
2103         message issued by AC_REQUIRE.
2104         * tests/m4sugar.at: Check m4_require's error message.
2105         * tests/base.at: Check AC_REQUIRE's error message.
2106         * tests/local.at (AT_CHECK_M4): New macro, almost identical
2107         to...
2108         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
2109         AT_CHECK_M4.
2110         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
2111         `expout' as the last parameter.
2112         * tests/tools.at: Adapt to the above change.
2114 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
2116         * doc/autoconf.texi (Limitations of Usual Tools): Correct
2117         information about race-free implementations of mkdir.
2119 2006-06-04  Eric Blake  <ebb9@byu.net>
2121         * bin/autoreconf.in (help): Document M4 environment variable.
2122         * bin/autoconf.as (Usage): Likewise.
2123         * bin/autom4te.in (help): Likewise.
2124         * doc/autoconf.texi (autom4te Invocation): Likewise.
2126 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
2128         * NEWS: GNU make now recommended for VPATH builds.
2129         Mention that some macros are now documented to be obsolescent.
2130         * doc/autoconf.texi:
2131         Prefer "current" to "modern" to describe
2132         currently-used (albeit perhaps old-fashioned) hosts.
2133         Mention which ancient features no longer need to be worried about.
2134         setgid -> set-group-ID
2135         setuid -> set-user-ID (these are the Posix terms)
2136         Fix some misuses of "only".
2137         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
2138         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
2139         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
2140         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
2141         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
2142         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
2143         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
2144         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
2145         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
2146         Mention that these macros are obsolescent.
2147         (Installation Directory Variables): shall -> should
2148         (File Descriptors): Mention that 0, 1, 2 might get reopened.
2149         Mention that it's now safe to use 3 and 4.
2150         (Limitations of Usual Tools): cp -r is now specified by Posix.
2151         Omit longwinded and obsolescent discussion of cp -f.
2152         Modernize discussion of expr, ls.
2153         (Limitations of Make): Modernize discussion of VPATH builds.
2154         Mention $? as a workaround in some cases.
2155         * doc/install.texi (Basic Installation):
2156         Mention "./configure; make; make install" first.  Be more
2157         specific about why this file is generic.  Remove unnecessary
2158         parens.  Remove misleading "only".  Remove obsolete advice
2159         about csh.  Don't say "configure" takes awhile; say it
2160         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
2161         and CC=c99 rather than CC=c89, as these are blessed by current
2162         Posix.  Recommend GNU make if doing a VPATH build.
2164 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
2166         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
2167         examples involving shell prompts.
2169 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
2170         and Paul Eggert  <eggert@cs.ucla.edu>
2172         * doc/autoconf.texi (Here-Documents): Add details about the
2173         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
2174         use "here-documents" instead of "here documents".
2176 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2178         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
2180 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
2182         * doc/autoconf.texi (File System Conventions): Warn about ":"
2183         anywhere in directory names.
2185 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
2187         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
2188         about quoting the case statement, just in case.
2189         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
2190         was fixed in ksh93g; reported by Ralf Wildenhues.
2192 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
2194         * doc/autoconf.texi (System Services): Do not document
2195         overriding EXEEXT via ac_cv_exeext=ext.
2196         (Particular Programs) <AC_PROG_MKDIR_P>:
2197         Document that ${MKDIR_P} understands --.
2198         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
2199         comment.
2201 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2203         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
2204         argument with leading hyphen.  Problem reported by Paul Eggert.
2206 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2208         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
2209         about quoting ac_try: quote all of it, if any of it seems suspicious.
2210         This means we don't have to worry about ${ or sed any more.
2211         Also, double-quote the case statement, to work around misuses via
2212         underquoting as reported by Ralf Wildenhues in
2213         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
2214         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
2215         undocumented and dangerous macro.
2216         Problem reported by Ralf Wildenhues in
2217         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
2219 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2221         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
2222         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
2223         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
2225 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2227         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
2228         since evidently some packages rely on the old, broken behavior.
2229         Problem reported by Ralf Wildenhues in
2230         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
2231         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
2232         pre-2006-05-26 definitions, but leave in the comments that
2233         these macros are dangerous and should not be used.
2234         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
2235         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
2236         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
2237         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
2238         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
2240 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
2242         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
2243         the use of 'tr', since this is our only use of 'tr'.
2245 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2246         and Paul Eggert  <eggert@cs.ucla.edu>
2248         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
2249         Don't assume 'grep' works on long lines, since AIX grep doesn't.
2251 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2253         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
2254         the output file in the `${datarootdir}' test.
2256 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
2257         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2259         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
2260         mention of `datarootdir' in the input file(s), but literal
2261         `${datarootdir}' in the output file, and we haven't warned yet,
2262         then warn as well: the user may have (erroneously) used
2263         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
2264         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
2265         * tests/torture.at (datarootdir workaround): Extend this test.
2266         * NEWS: Update.
2268 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2269         and Paul Eggert  <eggert@cs.ucla.edu>
2271         * doc/autoconf.texi (autoheader Invocation): The first argument to
2272         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
2273         alternatives and clear up the language a bit.
2275 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
2277         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
2278         ac_config_guess, ac_config_sub, ac_configure.
2279         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
2280         Fix typo that prevented an unnecessary space from being removed.
2281         Problems reported by Ralf Wildenhues in:
2282         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
2284 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
2286         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
2287         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
2288         Don't use the term "thread-safe" to talk about mkdir race
2289         conditions, since the problem is more a process than a thread
2290         issue.  Problem reported by Stepan Kasal in:
2291         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
2292         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
2293         the test for 'install' more closely.  Look at MKDIR_P first.
2294         Look in the PATH, and at /opt/sfw/bin.
2295         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
2296         Don't bother to try mkdir -p, since we already check mkdir --version;
2297         just look at the version number.  (There's no easy way to check
2298         for race-free implementations.)
2299         * tests/tools.at (autoconf: subdirectories): Adjust to above
2300         changes, since MKDIR_P now might end in "/mkdir -p".
2302         * doc/autoconf.texi (autoheader Invocation): Mention that the
2303         first arg of AC_DEFINE_UNQUOTED must be a literal.
2304         Problem reported by Ben Pfaff in
2305         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
2307         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
2308         * doc/autoconf.texi (Special Chars in Variables): New section.
2309         (Preset Output Variables): Warn about special chars in CPPFLAGS.
2310         (Installation Directory Variables): Quote $(datadir) better.
2311         (Limitations of Builtins): Describe some of eval's trickiness.
2313         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
2314         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
2315         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
2316         in front of every arg, not just trailing args.  Quote apostrophes.
2317         (_AC_EVAL_ECHO): New macro.
2318         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
2319         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
2320         removed.
2321         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
2322         exposed by quoting of eval argument.  Put the command on line line
2323         so it logs better.
2324         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
2325         (_AC_PATH_X, AC_PATH_X): Quote more safely.
2326         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
2327         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
2328         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
2329         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
2330         Use eval more safely.
2331         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
2332         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
2333         to be replaced.
2334         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
2335         lines, exposed by quoting of eval argument.
2337 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
2338         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2340         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
2341         initialization of `ac_cv_exeext', do not override it if it was
2342         already set, unless it was set to `no', for compatibility with
2343         Autoconf-2.13, and comment this.
2344         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
2345         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
2346         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
2347         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
2348         Document that this test may be overridden by setting
2349         `ac_cv_exeext'.
2351 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2353         Revert these two patches:
2355         2006-04-06  Eric Blake  <ebb9@byu.net>
2356         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
2357         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
2358         2006-04-01.
2360         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2361         Clean up _AC_COMPILER_EXEEXT* macros.
2362         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
2363           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
2364           ac_file to the name of the default output file and call
2365           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
2366           initial `rm' of the candidate files...
2367         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
2368           the same list in subsequent `rm' calls, and for the temporary
2369           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
2370           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
2371         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
2372         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
2373           no longer needed) by libtool.  Make it a cache check.
2374         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
2375           copied here by mistake.
2376         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
2377           _AC_COMPILER_EXEEXT.
2378         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
2379           _AC_COMPILER_OBJEXT directly.
2380         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2382 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2384         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
2385         Fix description of how the buggy `sed' works.
2387 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
2389         Sync from Automake:
2391         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
2392         ENOLCK.  Only mention `make -j' when applicable.  Only raise
2393         fatal errors when `make -j' is involved.  Improve error message.
2395 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2397         * doc/autoconf.texi (Here-Documents): We now know more about
2398         the variable expansion in here documents bug.
2399         Thanks to Tim Rice and Stepan Kasal.
2401         * doc/autoconf.texi (Making testsuite Scripts): Add an example
2402         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
2404 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2406         * tests/autotest.at (Multiline command from M4 expansion):
2407         No failure to be expected if the shell quotes newlines in
2408         commands in the `set -x' output.  Report by Tim Rice.
2409         * THANKS: Update.
2411 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2413         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
2414         expansion in the here-documents used by config.status, as that
2415         runs afoul of the Korn shell version M-12/28/93d bug described in
2416         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
2417         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
2418         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
2420 2006-05-23  Jim Meyering  <jim@meyering.net>
2422         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
2423         Fix typo introduced with 2006-04-02 change.  It reversed the sense
2424         of the test.
2426 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2428         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
2429         ac_dB slightly, to save bytes in the script.
2430         Max out at 50 lines, rather than 96; this is more likely
2431         (though not guaranteed) to avoid obscure 'sed' failures.
2433 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2435         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
2436         `tr -d -' as bad option argument.  Work around this by deleting
2437         an unrelated character.
2438         Report by Tim Rice <tim@multitalents.net>.
2440 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
2441             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2442             Stepan Kasal  <kasal@ucw.cz>
2444         * doc/autoconf.texi (Particular Programs): Do not promise that
2445         we always prefer the GNU version of the program, and that we
2446         search according to PATH; both rules can have exceptions.
2447         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
2448         AC_PROG_SED.  Move descriptions of limitations
2449         to the Limitations of Usual Tools section.
2450         (Limitations of Usual Tools) <sed>: Mention script length
2451         limitations with Solaris /usr/ucb/sed.
2452         <grep>: Fix wording for empty alternative.  Mention that -c and
2453         -l should not be combined, and that -E and -F should not be
2454         combined.
2456 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2457         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2459         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
2460         limits in Solaris 8 /usr/ucb/sed by testing a long script.
2462 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2464         * doc/autoconf.texi (Defining Symbols): Literal parameter of
2465         AC_DEFINE is now passed to m4_pattern_allow.
2466         * NEWS: Mention that; likewise for AC_SUBST.
2467         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
2468         the parameter to m4_pattern_allow.
2469         * tests/tools.at: Add a check for that.
2471 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2473         * lib/autoconf/status.m4: Fix typos.
2475 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2477         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
2478         only the files that this macro generates.
2480 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2482         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
2483         the HP-UX sed limitation of 99 commands, labels do not count.
2484         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
2485         in the comment.
2486         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
2488 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2490         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
2491         Import the following fix from coreutils:
2493         2006-01-13  Jim Meyering  <jim@meyering.net>
2495         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
2496         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
2497         not double-quote uses of that variable, to accommodate the rare
2498         case in which getmntent is available in none of the libraries
2499         checked.  This happens at least on FreeBSD 5.0.
2501 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
2503         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
2504         ac_config_guess, ac_config_sub, and ac_configure, since evidently
2505         some other programs unwisely rely on these undocumented vars.
2506         But put in warning comments about them.
2507         Problem reported by Ralf Wildenhues in
2508         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
2509         * NEWS: Document that these variables are intended to go away.
2511 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2513         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
2514         and set the language to C++ (analogous to the equivalent Fortran
2515         tests).
2517         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
2518         * doc/autoconf.texi (C++ Compiler): Document it.
2519         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
2520         * NEWS: Update.
2522 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
2524         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
2525         that caused config.status to generate 100-command sed scripts; the
2526         portable limit is 99.
2528 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2530         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
2531         variable `ac_d' instead of `d' to avoid infringing namespace.
2532         Report by Ralf Menzel.
2534 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
2536         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
2537         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
2538         * tests/tools.at (autoconf: subdirectories): New test, taken from
2539         the corresponding problem report by Ralf Wildenhues in:
2540         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
2542         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
2543         Quote some uses of shell variables if they might suffer unexpected
2544         globbing.  This doesn't fix all instances of quoting problems that
2545         I found, just the easy ones that look safe.
2546         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
2547         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
2548         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
2549         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
2550         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
2551         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
2552         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
2553         Likewise.
2554         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
2555         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
2557 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2559         * bin/autoreconf.in ($help): Reword according to the manual.
2560         Suggested by Olly Betts.
2562 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
2563         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2565         * bin/autoreconf.in: Pass the directory argument to
2566         `require_configure_ac'.  Fix comment.
2567         * tests/torture.at (Configuring subdirectories): Expose this.
2568         Reported by Olly Betts.
2570 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2572         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
2573         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
2574         Automake as follows:
2576         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
2577         `$configure_in' instead of `configure.in', to preserve
2578         directory component.
2580 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2582         * config/config.guess, config/config.sub, config/texinfo.tex,
2583         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
2585 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
2587         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
2588         test for C99 conformance; (bool) 0.5 is an integer constant
2589         expression, but (bool) -0.5 is not.  Problem reported by Fedor
2590         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
2592 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2594         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
2595         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
2596         Warn about obsolete install-sh files.  Remove stray sentence
2597         fragment and fix cross reference.
2598         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
2599         install -d; this undoes the 2006-05-10 change.
2600         (MKDIR_P): Mark with AN_MAKEVAR.
2601         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
2602         that we don't require $INSTALL to be thread-safe.  Move comments
2603         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
2604         of AC_PROG_INSTALL.  Output a message saying that we're checking
2605         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
2606         MKDIR_P instead of AC_SUBST.
2607         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
2608         Special magic for MKDIR_P, too.
2609         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
2610         a dnl.
2611         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
2613 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
2615         Sync from Automake, as follows:
2617         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2618         * config/install-sh: Initialize IFS, so field splitting isn't
2619         turned off later.
2620         * config/mkinstalldirs: Likewise.
2621         * config/missing: Remove superfluous quotes.  Replace all uses of
2622         `[' by `test', for consistency, and for..
2623         * config/missing (sed_minuso, sed_output): New variables.
2624         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
2625         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
2626         Fixes `missing' to detect `--output' for help2man.  Fixes
2627         PR automake/483.  Report by Dennis J. Linse.
2628         (autom4te): Document in `missing --help'.
2630 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2632         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
2633         * config/install-sh: Don't use 'path' to talk about file names,
2634         as per GNU coding standards.  Close a race condition reported by Ralf
2635         Wildenhues and Stepan Kasal.  There is still a race condition
2636         on hosts that predate Posix 1003.1-1992, but we can't help this.
2637         Don't mishandle weird characters like space on pre-Posix hosts.
2638         Invoke mkdir at most once per dir arg on pre-Posix hosts.
2639         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
2640         AC_PROG_MKDIR_P from AS_MKDIR_P.
2641         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
2642         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
2643         earlier editions are not (including Automake 1.8.3).
2644         Do not suggest mkinstalldirs for thread-safety.
2645         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
2646         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
2647         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
2648         presence of special characters and race conditions.
2649         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
2650         in Autoconf's name space.
2652 2006-05-10  Bruno Haible  <bruno@clisp.org>
2653         and Paul Eggert  <eggert@cs.ucla.edu>
2655         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
2656         from Automake with minor changes.
2657         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
2659 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2661         * config/install-sh: Update to Automake CVS version, as follows:
2662         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2663         * lib/install-sh: Simplify the expr implementation of dirname.
2664         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
2665         * lib/install-sh: Handle --, and diagnose unknown options.
2667 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2669         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
2670         `./autom4te' to create `./testsuite', since the `all' target
2671         will ensure its presence, but `installcheck' should not create
2672         the uninstalled wrappers.
2674         * tests/torture.at (Unusual Automake input files): Skip if we
2675         detect automake < 1.8.
2677 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2679         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
2680         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
2681         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
2682         * NEWS: Update.
2684 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2686         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
2687         munge (multiple) white space and other oddities.
2688         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
2689         single quotes in variable assignment.
2690         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
2691         and similar failures by adding multiple spaces, tabs, and other
2692         special characters.
2693         Report and different test suggested by Francesco Romani
2694         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
2696         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
2697         single quotes, we only need to search for single quotes; this
2698         both simplifies the search pattern, and makes us less
2699         susceptible to `echo' variations for arguments not containing
2700         single quotes.
2701         (_AC_ARG_VAR_VALIDATE): Likewise.
2703 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2705         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
2706         `$*' and IFS concatenation issue with traditional shells and
2707         bash-2.04.  Report by Seanster@Seanster.com.
2709 2006-05-03  Bruno Haible  <bruno@clisp.org>
2711         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
2712         precisely which Mac OS X versions have the od problem.
2714 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2716         * doc/autoconf.texi: Use @option systematically.
2718 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2719         and Bruno Haible  <bruno@clisp.org>
2721         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
2722         about 'od'.
2723         (Integer Overflow): Mention the special case of integer division
2724         overflow.
2726 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2728         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
2729         traditional shells like the Solaris one that do not use the
2730         first IFS character for assembling `$*'.
2731         Prompted by a related report from autoconf_bug@nro.ca.
2733 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
2734         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2736         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
2737         Mention more problems with the -e option.
2739 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2741         * NEWS: Typo.
2742         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
2744         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
2745         in URLs to improve DVI formatted output (requires texinfo 4.6).
2746         (System Services, Systemology, Shellology): Likewise.
2747         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
2748         output.
2750         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
2751         continuous text.
2752         (Runtime): Fix macro argument names to match description:
2753         `action-if-found' -> `action-if-true' and similarly.
2754         (Obsolete Macros): Likewise.
2755         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
2756         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
2757         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
2759 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2761         * doc/autoconf.texi (Limitations of Make): Clean up markup.
2763         * ChangeLog: Typo.
2764         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
2765         DVI output.
2767 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2769         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
2770         /bin/sh set unsorted output.
2771         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
2772         * tests/local.at: Likewise.
2774 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
2776         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
2777         (Integer Overflow, Null Pointers, Buffer Overruns):
2778         (Floating Point Portability, Exiting Portably): New sections.
2779         (Writing Test Programs): Fix some langauge.  Recommend exiting
2780         with status 1, not merely nonzero.  Clarify exit declaration.
2781         (Run Time): Move C exit status stuff to new Exiting Portably section.
2782         (Systemology): Mention Posix and levenez.  Update v7 reference.
2783         (Portable Shell): Mention the Posix shell.
2785 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2787         * bin/autoconf.as (me): Replace by as_me.
2789 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
2791         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
2792         since as_me isn't set yet.
2794 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2796         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
2797         a few minor bugs in this area.
2799         * doc/autoconf.texi (Programming in M4sh): Comment out the
2800         documentation of AS_BASENAME, for now.
2801         (Shell Substitutions): Do not use AS_DIRNAME in an example.
2802         (Limitations of Builtins) <basename>: Do not refer to
2803         AS_BASENAME.
2804         * bin/autoconf.as (me): Don't use AS_BASENAME.
2805         (dir): Remove the unused variable.
2806         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
2807         AS_DETECT_REQUIRED.  All uses changed.
2808         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
2809         All uses changed.
2810         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
2811         (AS_BASENAME): Use "basename --" to protect against leading "-".
2812         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
2813         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
2814         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
2815         (_AS_DIRNAME_PREPARE): Likewise.
2816         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
2817         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
2818         (AS_DIRNAME): Use "dirname --".
2820 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2822         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
2823         of "run time" and "run-time" changed to "runtime", for consistency.
2824         * lib/autoconf/fortran.m4: Likewise (in comment).
2825         * lib/autoconf/functions.m4: Likewise.
2826         * lib/autoconf/general.m4: Likewise.
2827         * lib/autoconf/headers.m4: Likewise.
2829         * doc/autoconf.texi (Run Time): Document the exit status situation
2830         with more accuracy and detail.
2832 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2834         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
2835         Archive is not officially `GNU' any more.  Update URL.
2836         (Defining Directories): Likewise
2837         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
2839 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2841         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
2842         newline from the `trap' code to finish `config.log'; the NetBSD
2843         /bin/sh resets the exit status after an empty command, as
2844         documented in doc/autoconf.texi.
2845         Reported by Dalibor Topic <robilad@kaffe.org>.
2847 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
2849         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
2850         Suggested by Bruno Haible.
2852 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
2854         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
2855         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
2856         Instead, just list the shells that we know work.
2857         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
2858         changed.  Be more cautious about the _cv_ variable.
2859         * tests/tools.at (Syntax of the shell scripts): Check the
2860         _cv_ variable once, at first, to avoid an internal autoconf error
2861         when sh -n does not work.
2863 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2865         * lib/Autom4te/FileUtils.pm: Sync from Automake.
2867 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
2869         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
2870         use ">&-" since we're only 99.999% sure that this is portable,
2871         and since the MinGW bug is fixed in a different way.
2872         * lib/autotest/general.m4 (AT_INIT): Likewise.
2874 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
2876         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
2877         before opening config.log, to avoid hitting a bug on MinGW.
2879 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
2881         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
2882         AS_MESSAGE_LOG_FD before reopening it onto the log file.
2883         This works around a MinGW bug reported by Eric Paire.
2884         Make sure that all writes to the log file append to it,
2885         rather than possibly losing data.
2886         * lib/autotest/general.m4 (AT_INIT): Likewise.
2888 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
2890         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
2891         description.
2893 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2895         * NEWS: Update.
2897         * configure.ac (AC_INIT): Bump to 2.59d.
2899 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2901         Version 2.59c.
2903         * Makefile.maint (news-date-check): Do not require a leading `*'
2904         before the release date in NEWS.
2906 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
2907         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2909         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
2910         the instantiated file do not contain the string 'datarootdir'
2911         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
2912         @mandir@, replace the reference '${datarootdir}' by the value.
2913         * tests/torture.at (datarootdir workaround): New test.
2914         * NEWS: Advertise this temporary fixup.
2915         Based on a patch by Bruno Haible, reported and analyzed by
2916         Paul Eggert and Noah Misch.
2918 2006-04-12  Eric Blake  <ebb9@byu.net>
2920         * tests/autotest.at (Debugging a failed test): Fix comment.
2922 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
2924         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
2925         all the changes since 2006-04-07.
2927 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2929         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
2930         succeeded, but `ln -s file dir' failed, take care to remove the
2931         leftover target before the next test, to prevent its spurious
2932         failure; also make sure `ln file dir' works before selecting it.
2933         Thanks to Keith Marshall for pointing this out.
2934         * THANKS: Update.
2936         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
2937         assignments in `at_debug_args', so that we put them correctly
2938         in the `run' script.
2939         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
2940         Reported by Eric Blake.
2942 2006-04-11  Eric Blake  <ebb9@byu.net>
2944         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
2945         top-level tests after micro-suite has been run.   Used in...
2946         (Debugging a successful test, Debugging script and environment),
2947         (Debugging a failed test): ...these new tests.  The first of these
2948         is fixed by...
2949         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
2950         macro, split out from...
2951         (AT_INIT): ...here, so that using -d also generates a run script.
2952         Document that -d inhibits top-level logging.
2953         * doc/autoconf.texi (testsuite Invocation): Document that -d only
2954         inhibits top-level logging; debug scripts are created.
2956         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
2957         check.
2958         * tests/autotest.at (Empty test, Empty check): New test to check it.
2960         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
2961         from gcc.
2963 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
2965         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
2966         the files if a problem appears.  Make the empty *.at files
2967         read-only, too.  Proposed by Ralf Wildenhues.
2969 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2971         * config/Makefile.am: Add comment to force updated Makefile.in.
2973         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
2974         space only patch to this file, this patch causes the Makefile.in
2975         files that include freeze.mk to be updated, and thus have a
2976         newer time stamp again, which in turn makes a pristine CVS
2977         checkout have correct time stamps.
2979         * Makefile.maint (cvs-sv): New macro, to be used..
2980         (config.guess-url_prefix, config.sub-url_prefix)
2981         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
2982         point to CVS text checkout of Gnulib files.
2983         (copyright-check): Bump current year.
2984         (announcement): Do not hard-wire `./announce-gen'.
2985         (cvs-update): Propagate failures of `cvs' and `move-if-change'
2986         correctly.
2987         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
2988         `chmod +x'.
2989         (wget_files): Update config.guess, config.sub, texinfo.tex by
2990         `wget-update', now that their URLs work again.
2992 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2994         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
2995         Problem noted by Paul D. Smith.
2997 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2999         * doc/autoconf.texi: Remove unused words from word list.
3000         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
3001         .x-sc_trailing_space: New files.
3003         * doc/standards.texi: Sync from gnulib.
3005         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
3006         `LIBOBJDIR' as experimental.
3008         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
3009         with a target directory; it's internally implemented as `cp'
3010         anyway, but since Autoconf advertises the possibility to use
3011         a target directory when LN_S is `ln -s', we need to find out.
3012         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
3013         analyzed by Keith Marshall <keith.marshall@total.com>.
3015         * THANKS: Update.
3017 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3019         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
3020         confdefs.h as-is.  In general, if it has backslash-newline or the
3021         like, then it doesn't work either to sort or to remove empty
3022         lines.
3024 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
3026         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
3028 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
3030         * lib/autom4te.in (Automake-preselections): Preselect
3031         _AM_SUBST_NOTMAKE.
3033 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
3035         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
3036         apostrophe within a single-quoted string, as this is the usual
3037         tradition and is easier to read than '"'"'.  Don't rely on the
3038         shell treating "$/" like '$/'.  Use a more-consistent indenting
3039         style for the trap.
3041 2006-04-09  Eric Blake  <ebb9@byu.net>
3043         * tests/autotest.at (Backquote command substitution),
3044         (Multiline backquote command substitution): Remove mistaken
3045         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
3046         applied...
3047         (Parenthetical command substitution, Multiline parenthetical
3048         command substitution): here.
3050 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
3052         Import macros from gnulib (often changing their name).
3054         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
3055         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
3056         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
3057         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
3058         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
3059         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
3060         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
3061         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
3062         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
3063         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
3064         The manual mentions Gnulib more prominently.
3065         * doc/autoconf.texi (Gnulib): New node.
3066         (Pointers): Add Gnulib URL.
3067         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
3068         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
3069         Gnulib section.
3070         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
3071         suggest a #define rather than a typedef for _Bool, and mention
3072         Gnulib rather than trying to substitute stdbool code.
3073         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
3074         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
3075         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
3076         AC_STRUCT_DIRENT_D_TYPE.
3077         (Particular Types): Mention stdint.h and inttypes.h as standard
3078         headers too.
3079         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
3080         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
3081         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
3082         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
3083         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
3084         (C Compiler): Move AC_C_LONG_DOUBLE to ...
3085         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
3086         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
3087         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
3088         (Coding Style).  Don't mention m4_expand_once.
3089         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
3090         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
3091         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
3092         (AC_CHECK_FUNCS): Use it.
3093         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
3094         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
3095         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
3096         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
3097         (AC_HEADER_ASSERT): New macro.
3098         (AC_HEADER_STDBOOL): Don't assume "#error" works.
3099         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
3100         Catch a bug in an HP-UX C compiler.
3101         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
3102         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
3103         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
3104         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
3105         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
3106         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
3107         New macros.
3109         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
3110         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
3112 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
3114         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
3115         of the warning introduced by the 2001-08-28 change.
3117 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
3118             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3120         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
3121         variables shall be overriden by the cache.
3122         * tests/torture.at (AC_ARG_VAR): Test also with a first value
3123         that contains braces.
3125 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
3127         Revert the patch from 2006-04-01 and only improve
3128         _AS_DETECT_BETTER_SHELL:
3130         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
3131         skip nonexistent directories.
3132         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
3133         only shell candidates which exist.
3134         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
3135         * lib/autotest/general.m4 (AT_INIT): No need to give three
3136         parameters to _AS_PATH_WALK.
3138 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
3139             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3141         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
3142         distinguish m4sugar macros.
3143         * tests/tools.at (autoupdating with aclocal and m4_include):
3144         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
3145         test case by Noah Misch <noah@cs.caltech.edu>.
3147 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
3149         Revert my change from 2006-03-17, in other words:
3150         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
3151           and DUALCASE=1.
3152         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
3153         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
3154           it is set.
3156 2006-04-07  Eric Blake  <ebb9@byu.net>
3158         * doc/autoconf.texi (Programming in M4sh): Document that
3159         AS_MKDIR_P exits the script on failure.
3160         * lib/autotest/general.m4: Remove redundant AS_ERROR.
3162 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3164         * config/elisp-comp, config/install-sh, config/mdate-sh,
3165         config/missing, config/mkinstalldirs: Sync from Automake.
3167         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
3168         from Automake.
3170         * doc/make-stds.texi: Sync from gnulib.
3172 2006-04-06  Eric Blake  <ebb9@byu.net>
3174         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
3175         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
3176         2006-04-01.
3178 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
3179             Eric Blake  <ebb9@byu.net>,
3180             Paul Eggert  <eggert@cs.ucla.edu>,
3181             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3183         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
3184         whether `set' quotes correctly: redirect stderr of the tested
3185         `set', and use a subshell, for Ultrix; use `sed' instead of
3186         `grep' for zsh `set' which may write binary output; match only
3187         at the beginning of a line, to avoid false positives.
3188         In order to avoid false positives by unrelated variables with
3189         multiline content, put the dump algorithm in a subshell and
3190         unset all variables containing newlines (except some which are
3191         special to the shell).  Warn about cache variables that are
3192         unset.
3194 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3196         * config/config.guess, config/config.sub, config/texinfo.tex:
3197         Sync from upstream.
3199         * tests/mktests.sh: Reword comments.
3201         * tests/mktests.sh: Only skip internal macros starting with
3202         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
3203         Update exclusion lists for the test suite to this end:
3204         (AC_ARG_VAR): Do test this now.
3205         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
3206         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
3207         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
3208         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
3210         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
3211         shell issue with double-quoted command substitutions of native
3212         commands.
3213         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
3214         Marshall.
3216         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
3217         no file matches the glob, discard the warning, set `nullglob'.
3218         (syntax-check): Likewise.
3219         (sc_cast_of_x_alloc_return_value): Likewise.
3220         (sc_cast_of_alloca_return_value, sc_error_exit_success)
3221         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
3222         (m4-check): Likewise.
3223         (sc_system_h_headers): Do not print rule on execution.
3224         (sc_tight_scope): Do not fail for non-existing `src' directory.
3225         (sc_changelog): Skip the Copyright footer.
3226         * lib/autoconf/lang.m4: Remove trailing space.
3228         * lib/autoconf/status.m4: More replacements to
3229         <tab><space> where this makes sense.
3231 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
3233         * tests/Makefile.am (maintainer-check-posix):
3234           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
3236         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
3237           ac_config_<foo>s again, sometimes normalized, sometimes not.
3238         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
3239         (AC_CONFIG_COMMANDS): Do not do so here.
3240         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
3241           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
3242           2005-07-25 rewrite.  Noticed by Noah Misch.
3244         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
3245           _AC_PRESERVE_HELP_ORDER, ...
3246         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
3248         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
3249           inside m4_expand_once; it is redundant.
3251         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
3252           for --help from Cygnus `configure.'
3254 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
3256         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
3257         on a patch proposed by Ralf Wildenhues.
3259 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3261         * lib/autoconf/status.m4: Replace <space>''<tab> with
3262         <tab><space> where this makes sense.
3264 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
3265             Noah Misch  <noah@cs.caltech.edu>
3267         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
3268         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
3269         * doc/autoconf.texi (Help Formatting): New node.
3270         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
3272 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3274         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
3275         lib/autoconf/specific.m4, lib/autoconf/status.m4,
3276         lib/autoconf/types.m4, lib/autotest/general.m4,
3277         tests/mktests.sh, tests/torture.at: White space cleanup:
3278         remove some SPACE before TAB, or add quoting ('' or @&t@).
3280         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
3282         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
3284 2006-04-05  Eric Blake  <ebb9@byu.net>
3286         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
3287         empty test suite works.
3288         * tests/autotest.at (Empty test suite): Remove xfail.
3290 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
3292         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
3293         TAGS to ac_config_<foo>s.
3294         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
3295         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
3296         normalizing it, consistent it with previous releases.
3297         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
3299 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3301         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
3302         Use simplified args that Eric Blake originally suggested.
3304 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3306         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
3307         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
3308         Use 'comm' rather than N instances of grep; this also fixes a bug
3309         whereby substrings were incorrectly matched, causing us to not
3310         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
3311         (exclude_list): Exclude empty macros.
3312         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
3314         Use awk rather than grep -E or egrep, to avoid
3315         portability problems with regular expressions containing newlines.
3316         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
3317         Switch from grep to awk syntax.
3318         (ac_exclude_script): Renamed from ac_exclude_egrep.
3319         (au_exclude_script): Renamed from au_exclude_egrep.
3321 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
3323         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
3324         a subdirectory subject to Cygnus `configure'.
3325         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
3327         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
3328         report request when we have no AC_PACKAGE_BUGREPORT.
3330 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3332         * THANKS: Update.
3334         * tests/mktests.sh: Update copyright year in the header of the
3335         generated files.
3337         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
3338         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
3339         typedef'ed restricted pointer, to catch a compiler bug on
3340         HP-UX 11.x, and fix warnings so it passes with -Werror.
3341         (_AC_PROG_CC_C99): Likewise.
3342         Reported by Albert Chin <china@thewrittenword.com>.
3343         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
3345 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3347         * bin/autoscan.in (subdirs): New global.
3348         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
3349         (output): Emit AC_CONFIG_SUBDIRS as needed.
3350         * tests/autoscan.at (autoscan): Remove XFAIL.
3352 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3354         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
3356 2006-04-03  Eric Blake  <ebb9@byu.net>
3358         * THANKS: Add myself.
3360 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3362         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
3363         to log, point to testsuite output tree.
3365 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3367         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
3368         * doc/autoconf.texi (Function Portability): Mention that C++
3369         has trouble with 'exit'.
3370         (Guidelines): Test programs shouldn't use 'exit'.
3371         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
3372         Remove; all uses removed.
3373         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
3374         Return from 'main' instead of calling 'exit'.
3375         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
3376         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
3377         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
3378         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
3379         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
3380         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3381         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
3382         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
3383         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
3384         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
3385         * tests/compile.at: Likewise.
3387 2006-04-02  Pavel Roskin  <proski@gnu.org>
3389         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
3391 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3393         Clean up _AC_COMPILER_EXEEXT* macros.
3395         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
3396           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
3397           ac_file to the name of the default output file and call
3398           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
3399           initial `rm' of the candidate files...
3400         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
3401           the same list in subsequent `rm' calls, and for the temporary
3402           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
3403           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
3404         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
3405         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
3406           no longer needed) by libtool.  Make it a cache check.
3407         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
3408           copied here by mistake.
3409         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
3410           _AC_COMPILER_EXEEXT.
3411         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
3412           _AC_COMPILER_OBJEXT directly.
3413         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3415 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3417         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
3418         (AS_DIRNAME): Use it.
3419         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
3421         * tests/*.at: Remove the generated ones.
3423 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3425         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
3427 2006-04-01  Eric Blake  <ebb9@byu.net>
3429         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
3430         directories, unless optional third argument supplied.
3431         (AS_UNAME): Don't optimize PATH walk.
3433         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
3435 2006-04-01  Eric Blake  <ebb9@byu.net>
3436         and Stepan Kasal  <kasal@ucw.cz>
3438         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
3439         and fix some typos.
3441 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
3443         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
3444         Autoconf version number despite a zero- or one-argument AC_INIT.
3446         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
3447         subordinate tools.
3448         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
3449         * doc/autoconf.texi (autoreconf Invocation): Document it.
3451         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
3452         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
3454 2006-04-01  Eric Blake  <ebb9@byu.net>
3456         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
3457         * lib/autotest/general.m4: Be tolerant of existing directory when
3458           rm failed to remove it.
3460 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3462         * bin/autoupdate.in: Redefine m4_location so that warnings print
3463         the correct lines of the input file by subtracting..
3464         (_au__first_line): ..this new definition.
3466         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
3467         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
3468         Remove stray newline in output.
3469         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
3470         AC_DEFUN this for autoconf, including the obsoletion diagnose.
3471         Fixes autoupdating of code where the replacement output contains
3472         m4sugar macros.
3473         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
3474         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
3475          (au_exclude_list): Add AC_LANG_SAVE.
3476         * tests/tools.at: Several new tests for all of this.
3477         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
3478         hairy details.
3479         The AC_LANG_SAVE issue was reported against Libtool by
3480         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
3481         Kristian Kvilekval <kris@cs.ucsb.edu>.
3483 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3485         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
3486           switch all of them on and of when necessary.  Fixes the bug when
3487           m4sugar macros (e.g., m4_define) were expanded after the first
3488           automatic update (e.g., after AC_PREREQ or AC_INIT).
3490 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
3492         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
3493         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
3495         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
3496         correctly.  Problem reported by Eric Blake.
3497         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
3498         Ralf Wildenhues.
3500 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3502         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
3503         Tighten up the basename/dirname wording.
3505 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3507         * Makefile.maint (sc_texi_notab): New check: do not use TABs
3508         in texinfo files outside of verbatim environments.
3509         (syntax-check-rules): Update.
3510         * doc/autoconf.texi (Configuration Headers): Conform to it.
3512 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
3514         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
3515           aclocal cannot be given on the command line.
3517 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3519         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
3520         Give an example for AS_DIRNAME instead of referring to Posix..
3521         (File System Conventions): Put discussion of // versus / here, and
3522         modernize it a bit.
3523         (Limitations of Usual Tools): Add basename.  Remove verbiage
3524         after dirname, since it got moved to the above sections.
3525         All this was inspired by a patch proposed earlier by Eric Blake.
3527 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3529         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
3530         `$0' to protect against spaces.
3531         * lib/autotest/general.m4 (AT_INIT): Likewise.
3532         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
3533         `$0', $as_me.
3535 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3537         * bin/autoscan.in: The value of find_configure_ac should be
3538         checked for existence, so we don't barf over a nonexisting
3539         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
3541 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3543         * bin/autoupdate.in: Fix some typos.
3545 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
3547         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
3549         * lib/autoscan/autoscan.list: Refreshed.
3551 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3553         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
3554         and Erlang related variables.
3556         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
3557         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
3558         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
3559         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
3560         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
3561         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
3562         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
3563         (_AC_PROG_OBJC_G): New macros.
3564         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
3565         * doc/autoconf.texi (Objective C Compiler): New node.
3566         (Preset Output Variables): Document OBJCFLAGS.
3567         (Language Choice): Document `Objective C' language.
3568         (Fortran Compiler): Fix typo.
3569         * NEWS: Updated.
3570         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
3572 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
3574         * doc/autoconf.texi (Default Includes): Fix typo
3575           s/AC_HEADERS_STDC/AC_HEADER_STDC/
3576         (Limitations of Usual Tools): s/unwriteable/unwritable/
3577         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
3578           Fix typos in the comments.
3580 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
3582         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
3583           Factor out the warning to...
3584         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
3585         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
3586         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
3588         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
3589           case `ac_delim' when writing the sed script.
3591         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
3592           moved DUALCASE=1 ...
3593         (AS_SHELL_SANITIZE): ... here.
3594         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
3595           that it is set.
3597         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
3598           AC_SUBST.
3599         (_AC_PATH_PROG): Store the result to VARIABLE.
3600         (AC_PATH_PROG): No need to set VARIABLE again.
3602         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
3603           the first one is usual AT_CHECK_MACRO test, the second one checks
3604           that the same works when cross-compiling.
3605         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
3606         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
3608 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3610         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
3611         the directory `/usr/bin/posix' in the shell search, to prefer
3612         the Posix shell not only in subsequent spawns as with `$BIN_SH'
3613         on Tru64.
3615         * doc/autoconf.texi (contents): To fix texi2html output, hide
3616         `@setcontentsaftertitlepage' for HTML.
3617         (Writing Autoconf Macros): Likewise, insert space after `@c'.
3618         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
3619         `@,{c}'.
3621 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
3623         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
3624           sanitizing...
3625         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
3626         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
3627           why IFS is restored so late; thank you, Ralf, for reminding us.
3629 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
3631         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
3632           variables in the examples.
3634 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3636         * doc/autoconf.texi (several sections): Cleaned up documentation for
3637         macros in erlang.m4.
3639 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3641         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
3642         failure condition for `$(cmd)' style command substitutions.
3643         (Parenthetical command substition, Multiline parenthetical
3644         command substition): Use it.
3646         * doc/autoconf.texi (Special Shell Variables): Missing word.
3647         Reported by Keith Marshall <keith.marshall@total.com>.
3649         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
3650         IFS even in case of empty `$PATH'.
3652 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3654         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
3655         `expr' away if there is nothing to do.
3656         < --keywords >: Simplify and robustify argument handling.
3657         Revert erroneous comment from 2005-08-23.  Extend to allow
3658         keyword negation with `!'.
3659         Update help message.  Remove broken code to prevent running
3660         tests multiple times.
3661         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
3662         Update and fix the documentation accordingly.
3663         * tests/autotest.at (Keywords): Renamed to..
3664         (Keywords and ranges): .. this.  Extended to make sure negated
3665         keywords, keywords taken from AT_SETUP arguments, and numeric
3666         test ranges work, and that matching is case-insensitive.
3668 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3670         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
3671         allow to pass unnamed structs even in C++.
3672         (AC_CHECK_SIZEOF):  Likewise.
3673         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3674         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
3675         struct): New tests for unnamed structs, each both native and
3676         cross-compiling.
3678         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
3679         a structure inside a cast, for C++ conformance.
3680         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
3681         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3683         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
3684         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
3685         trying to execute the command `no'.
3687         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
3688         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
3689         expanded outside.
3691         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
3692         example.  Do not emphasize `$%', it is hardly new and special.
3693         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
3695         * doc/autoconf.texi (Limitations of Usual Tools): Document
3696         OpenBSD and traditional `grep' failure to handle multiple
3697         patterns separated by newlines.
3699 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3701         * doc/autoconf.texi (several sections): Add documentation for macros
3702         in erlang.m4.
3704 2006-03-10  Eric Blake  <ebb9@byu.net>
3706         * doc/autoconf.texi (Obsolete Macros): Fix wording of
3707         AC_TRY_LINK_FUNC.
3709 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
3711         * doc/autoconf.texi: Use @acronym more consistently for acronyms
3712         like BSD, GPL, LGPL.  Fix minor English typos.
3713         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
3714         Mention that these macros are becoming obsolete.
3715         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
3716         Use more modern terminology for which standard is what.
3717         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
3718         and to ansi2knr.
3719         (AC_PROG_CXX): Likewise.
3720         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
3721         Remove obsolete discussion about how to port to K&R.
3722         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
3723         the obsolescent AC_HEADER_STDC.
3724         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
3725         can't rely on it.
3727 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3729         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3730         Remove stdin redirection from /dev/null to allow pipe to work.
3732 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
3734         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3735         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
3736         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
3737         Ralf Wildenhues.
3739 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3741         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
3742         HP-UX sed is 99 commands, not 100.
3743         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
3744         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
3745         newline for portability.
3746         * tests/torture.at (Torturing config.status): Also test 100
3747         AC_SUBST_FILE invocations.  Fix test to actually verify the
3748         AC_CONFIG_FILES output.
3749         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
3750         command, label, and read-file `r' limits.  Unify HP-UX spelling.
3752         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
3753         non-suffix rule.
3754         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
3755         non-GNU make.
3756         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
3757         * tests/mktests.sh: Small shell portability fixes.
3759 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3761         * doc/autoconf.texi (Caching Results): Fix the examples to use a
3762         recommended quoting style and discard unwanted output.
3764 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3766         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
3767         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
3768         cases, and to work around Tru64 expr bug.
3770 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3772         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
3773         expr bug that turns the result of a regex match into a number if
3774         possible.
3776 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3778         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
3779         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
3780         in section `Specific Compiler Characteristics'.
3782 2006-03-04  Eric Blake  <ebb9@byu.net>
3784         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
3785         variable warning.
3787 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3789         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
3790         order of variable initialization, so even the Solaris 2.6 shell
3791         can create a config header correctly.  Fixes lots of test suite
3792         failures.
3794 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3796         * doc/autoconf.texi (Text processing Macros): New node to
3797         document the m4sugar macros m4_re_escape, m4_tolower,
3798         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
3800 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
3802         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
3803         XrmInitialize (0) -> XrmInitialize ().
3804         Reported by Toshio Kuratomi.
3806 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3808         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
3809         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
3810         * doc/autoconf.texi (Programming in M4sh): Adjusted.
3811         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
3812         both macros are defun'ed so that required macros are evaluated
3813         outside.
3815         * doc/autoconf.texi (Prerequisite Macros): State more precisely
3816         where a required macro will be expanded.
3817         (Coding Style): Another reason not to use `m4_define'.
3819 2006-02-21  Eric Blake  <ebb9@byu.net>
3821         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
3823 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3825         * doc/autoconf.texi (Looping constructs): New node, to
3826         document m4_for, m4_foreach, m4_foreach_w, and mention
3827         obsolete AC_FOREACH.
3828         (Obsolete Macros): Document AC_FOREACH.
3829         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
3830         (m4_for): Fix to never loop (almost) endlessly, work correctly
3831         with arithmetic expressions in arguments, a step of zero or
3832         non-integer multiple of the interval, and avoid integer
3833         overflow.
3834         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
3835         m4_foreach_w.
3837 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3839         Add basic support for Erlang, both for configuring Erlang/OTP
3840         tools, and Erlang as a conf test language.
3841         * lib/autoconf/erlang.m4: New file.
3842         * lib/autoconf/autoconf.m4: Add erlang.m4.
3843         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
3844         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
3845         * NEWS: Add short description of new macros.
3846         * THANKS: Add Romain Lenglet.
3848 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3850         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
3851         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
3853 2006-02-15  Eric Blake  <ebb9@byu.net>
3855         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
3856         warning.
3858 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3860         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
3861         (_AS_CASE): Private helper macro.
3862         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
3863         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
3864         Fix syntax of AS_IF description
3865         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
3866         for the AC_REQUIRE mess.
3867         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
3868         AS_SHELL_SANITIZE.
3870 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
3872         * doc/autoconf.texi: Minor style cleanup.
3873         Be consistent about spaces after commas.
3874         Insert [] where empty args look a bit funny.
3875         Fix some "i.e." and "e.g." usages.
3876         Try to avoid "X/Y" usages.
3877         Don't be pedantic about "ISO C99"; just say C99.
3878         Prefer GNU style for spaces in front of parens.
3879         (Function Portability): Comment about C89 versus C99
3880         signed integer division.
3881         (Particular Headers): Use current gnulib style for dirent
3882         includes.
3884 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
3885         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3887         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
3888         macros without parameters.
3889         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
3890         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
3891         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
3892         `$#' bug.
3893         (autoupdate): Updated to match AU_ALIAS fix.
3895 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3896         and Paul Eggert  <eggert@cs.ucla.edu>
3898         * doc/autoconf.texi (Programming in M4sh): Document
3899         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
3901 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3903         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
3904         (AS_BOURNE_COMPATIBLE): ..this.
3905         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
3907 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3909         * doc/install.texi (Defining Variables): Tighten up the
3910         CONFIG_SHELL wording.
3912 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
3913         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3915         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
3916         of (set -o) rather than testing whether (set -o posix) succeeds,
3917         to work around a bug in the AIX 5.3 shell.  Problem originally
3918         reportd by Howard Chu for libtool.
3920 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
3922         * doc/autoconf.texi (Running the Compiler, Running the Linker):
3923         Changes the macro arguments in summaries to match the
3924         descriptions.
3926 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
3928         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
3929         hint as ``a workaround for a bug.''
3931 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3933         * bin/autoreconf.in: New option `--no-recursive'.
3934         Improve wording for subpackages a bit.
3935         * doc/autoconf.texi (autoreconf Invocation): Updated.
3936         * NEWS: Updated.
3938         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
3939         in environment of `configure', not the command line.
3940         Reported by Howard Chu <hyc@highlandsun.com>.
3942 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
3944         * doc/autoconf.texi (Limitations of Builtins): Document the
3945         problem with "trap -".
3947 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
3949         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
3950         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
3951         messages to differentiate Fortran and Fortran 77 tests.
3952         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
3953         AC_LANG_ASSERT, to allow use in mixed-language projects.
3955 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3957         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
3958         FOO" to "defined (FOO)".
3959         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
3960         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
3961         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
3962         * tests/tools.at (ifnames): Likewise.
3964 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3966         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
3967         * lib/Autom4te/General.pm (mktmpdir): Likewise.
3968         (END): Improve error message a bit.
3969         Reported by Bruce Korb <bkorb@gnu.org>.
3971 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3973         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
3974         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
3976 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
3978         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
3979         requires sys/stream.h.  Reported by Oliver Kiddle.
3981 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3982             Stepan Kasal  <kasal@ucw.cz>
3984         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
3985         before the removals of test dirs, use `find' to avoid modification
3986         of symlinked directories.
3988 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
3990         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
3991         Don't ignore the macro arguments.
3993 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
3995         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
3996         declaration that works for MSVC.
3998 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4000         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
4001         Add `*.map' and `.inf' for Green Hills compiler.
4002         Reported by Stefan Seefeld <stefan@codesourcery.com>.
4004         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
4005         correctly: pad with spaces after FIRST_PREFIX if necessary,
4006         and compute string lenghts with `m4_qlen' instead of `m4_len'.
4007         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
4008         * tests/m4sh.at (AS_HELP_STRING): Test extended.
4009         * NEWS: Updated.
4010         Reported by numerous people, numerous times.
4012 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4014         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
4015         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
4016         * lib/autoconf/general.m4, lib/autoconf/status.m4:
4017         * lib/autotest/general.m4, tests/local.at:
4018         Update copyright year to 2006.
4020         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
4021         sed substitutions.
4022         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
4023         for file names, again.  Reported by Noah Misch.
4024         (Coding Style): Explain that s|a|b| is preferred for file names.
4025         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
4026         (AC_OUTPUT_MAKE_DEFS): Likewise.
4027         * lib/autotest/general.m4 (AT_INIT): Likewise.
4028         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
4029         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
4031         Fix Posix-conformance bugs re use of { command in sed scripts,
4032         and improve the sed-related documentation a bit.
4033         * doc/autoconf.texi (Installation Directory Variables): Use
4034         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
4035         rather than "sed" when talking about Sed in general.
4036         (Particular Programs): Likewise.
4037         (Coding Style): y is like s with respect to / and ,.
4038         (Limitations of Usual Tools): Document the weird restrictions
4039         that Posix has about { }.  Use better quoting.
4040         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
4041         Rewrite to conform to Posix rules about { } in sed scripts.
4042         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
4043         * tests/foreign.at (Libtool): Likewise.
4044         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
4045         Use our own style advice re 's,a,b,' versus 's|a|b|'.
4047 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4049         * lib/autoconf/status.m4: Fix typo.
4051         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
4052         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
4053         `-def', for the benefit of Portland `pgf90 -Mipa'.
4054         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
4056 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4058         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
4059         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
4060         shell from zsh to bash.
4062 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
4064         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
4065           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
4067 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4069         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
4070         parentheses in $(...).  Problem reported by Eric Blake.
4072 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4074         * doc/autoconf.texi (Limitations of Usual Tools):
4075         Mention which characters can be escaped with \ in portable regular
4076         expressions used in grep, sed, expr.  Mention the leading ^ problem
4077         with expr.  Clean up some confusing wording.  Mention which
4078         grep options are portable.
4080 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
4082         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
4084 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
4086         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
4087         patch, noted by Ralf Wildenhues.
4089 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4091         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
4092         posix' unconditionally, for pdksh in `native sh' emulation.
4094 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
4096         * doc/autoconf.texi (Shellology): Document eval $? problem
4097         with ash.
4098         (Limitations of Builtins): Likewise.
4100 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4102         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
4103         CONFIG_SHELL in the environment of the configure rerun.
4104         * doc/autoconf.texi (Here-Documents, config.status Invocation):
4105         Suggest passing CONFIG_SHELL absolute, and in the environment
4106         rather than as option.
4108 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4110         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
4111         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
4112         Fix macro quoting.  Fix output for n * 98 substituted variables.
4114 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4116         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
4117         `tmp' to avoid file removal race.
4119 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4121         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
4122         ac_clean_files and LIBOBJS.
4124 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4126         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
4127         Factor functionality to..
4128         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
4129         `AC_SUBST($1)' in the public version.
4130         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
4131         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
4132         ac_pt_* variables.
4134 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
4136         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
4137         filesystems.
4139 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4141         * NEWS: Move AH_HEADER mention to right place.
4143 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
4145         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
4146         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4148 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
4150         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
4151         conftst2.$ac_objext.
4152         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4154 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
4156         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
4157         conftest.o, to see whether the compiler really obeys; rm the object
4158         file before and after the test and register it with ac_clean_files.
4159         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4161 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
4163         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
4164         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
4165         code so that the most common case requires less forks.
4167 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
4169         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
4170         not portable; thanks to Paul Eggert and Alexandre.
4172         * NEWS: Fix an old typo.
4174 2005-10-20  Jim Meyering  <jim@meyering.net>
4176         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
4177         the latter'', in two places.
4179 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4181         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
4182         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
4183         the inner workings of AC_LANG_FUNC_LINK_TRY.
4184         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
4185         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
4186         by the function rather than ignoring it.
4187         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
4188         comparing its address.  Intel's interprocedural optimization was
4189         outsmarting the old heuristic.  Problem reported by
4190         Mikulas Patocka.
4192 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
4194         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
4196 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4198         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
4199         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
4201 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
4203         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
4204         before removing it (chmod -R u+rwx); there are three instances of this.
4206 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4207             Stepan Kasal  <kasal@ucw.cz>
4209         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
4210         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
4211         make its content writable before removing it.  Remove an errorneous
4212         comment from the end, where the logs of the failed tests are copied
4213         to the main log file.
4215 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
4217         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
4218           in case the computer is too quick.  Double quote the configure.ac
4219           snippets.
4221         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
4222           problems if the testsuite were running too fast.
4224 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4226         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
4227         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
4228         (which belong to Xt, not X itself).  See Debian bug 327655.
4229         * NEWS: Mention this.
4231 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
4233         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
4235 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4237         * config/move-if-change: Don't output "$2 is unchanged";
4238         suggested by Ben Elliston.  Handle weird characters correctly.
4240 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
4242         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
4243           calls, so that the final expansion of this macro is shorter.
4244           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
4245           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
4246           the cleanup there.  Use AS_VAR_* macros, to be more general.
4247         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
4249         * lib/autoconf/general.m4: Use AS_IF where appropriate.
4251         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
4253 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
4255         * doc/autoconf.texi (Configuration Headers): Add an index entry
4256           for AH_HEADER.
4258 2005-08-26  Pavel Roskin  <proski@gnu.org>
4260         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
4261         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
4262         running xmkmf.
4264 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
4266         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
4267         The previous patch didn't work, so try a better one.
4269 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
4271         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
4272         in the example.  Reported by Bruno Haible.
4273         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
4274         "if $undefined_var;" succeeds with my shell.
4276         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
4277         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
4278         but change the m4_divert_text to m4_divert_once.
4280 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4282         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
4283         Work around bug in Solaris /usr/xpg4/bin/awk.
4284         The bug is present in at least Solaris 8 through 10.
4286 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
4288         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
4289         some evil values and relying on the fact that $* concatenates the
4290         parameters by the first character from IFS.
4292 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
4293             Stepan Kasal  <kasal@ucw.cz>
4295         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
4296         first header appears, define AH_HEADER.
4297         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
4298         Update limitations about when to call AC_CONFIG_HEADERS.
4299         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
4300         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
4301         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
4302         ``Configuration Actions''; fix their index entries.
4304         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
4305         options correctly.  Process N-M as M-N if M is smaller than N.
4306         Process ranges correctly so that N-N will run only N.
4307         Sort and uniquify the tests that will be run.  If there is more
4308         than one test, reinsert the banners for the tests.
4309         * tests/autotest.at (Keywords): Unmark XFAIL.
4311 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
4313         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
4314           before passing the macro name to AH_TEMPLATE.
4316         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
4317           now opens log after option processing; in particular, --version
4318           and --help do not touch config.log.
4320         * Makefile.maint: Revert the change from 2005-08-12.
4322 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
4324         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
4325           common code to...
4326         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
4328 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4330         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
4331         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
4332         Language cleanup.
4334         * doc/autoconf.texi (Defining Symbols, Changed Results):
4335         Prepend to LIBS, not append, in examples.
4337 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
4339         When building in place, set srcdir="."; suggested by Tim Van Holder.
4341         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
4342           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
4343         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
4344         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
4345           does not mean "no --srcdir option".
4347 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4349         * tests/autoscan.at (autoscan): New file.
4350         * tests/suite.at: Use it.
4351         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
4352         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
4354         * tests/autotest.at (Keywords): Test keywords combinations.
4356 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
4358         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
4359           add "2>&1"; gzip 1.2.4 prints help on stderr.
4361 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
4363         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
4364         was pushdef'ed twice while popped only once.  Push it only once.
4365         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
4367 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
4369         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
4370         prefixed by mere "===", not "configure: === ".
4372 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
4374         * Makefile.maint: Update from Bison.
4376         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
4377         "<tab>" in comment, so that the point is understandable.
4379 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
4381         Rewrite substantial part of lib/autoconf/status.m4.
4382         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
4383         and CONFIG_COMMANDS are not processed in four separate loops.
4384         Instead, there is one main loop.  This alows that the common code
4385         is expanded only once, thus config.status (and configure) is smaller.
4387         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
4388         the AC_LIST_FILES and cousins macros are no longer used.
4390         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
4391         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
4392         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
4393         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
4394         contain the initialization, nor the for loop, nor the associated
4395         commands; all these go to ...
4396         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
4397         _AC_OUTPUT_CONFIG_STATUS.
4398         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
4399         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
4400         (_AC_OUTPUT_FILE): The creation of the sed script ...
4401         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
4402         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
4403         _AC_OUTPUT_MAIN_LOOP.
4404         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
4405         _AC_CONFIG_COMMANDS): Use ...
4406         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
4407         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
4408         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
4409         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
4410         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
4411         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
4412         ... new macros.
4413         (_AC_CONFIG_UNIQUE): Update.
4414         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
4415         Replaced by this ...
4416         (_AC_LIST_TAGS): ... new common macro.
4417         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
4418         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
4419         (_AC_LIST_TAG_COMMANDS): ... new common macro.
4420         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
4421         this didn't belong to the `config commands' section.
4422         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
4423         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
4424         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
4425         to the `config commands' section either.
4426         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
4427         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
4429         ... and many changes to the comments nearby.
4431         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
4432         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
4433         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
4434         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
4435         (#define header templates): The comment at the top of the generated
4436         header now includes the name(s) of the source file(s).
4438         Several unrelated small changes:
4440         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
4441         parameter to AC_DIAGNOSE.
4442         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
4443         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
4444         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
4445         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
4446         with AU::AC_OUTPUT.
4447         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
4448         in AC_OUTPUT doesn't double-quote it either.
4449         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
4450         parameters.
4452 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
4454         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
4455         versions of Portland Group compiler produce single- and double-quoted
4456         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
4457         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4459 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
4461         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4462         This is a corrected version of yesterday's patch.
4464 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
4466         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
4467         path, too; insert a "===" to emphasize the line.
4469         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
4470           ac_cv_build_alias to ac_build_alias.
4471         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
4473         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
4474         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
4475         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
4476         (AC_ARG_VAR): ... here.
4477         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
4478           target_alias.
4480         Keep a list of all precious variables and process them with one simple
4481         for loop, instead of expanding all commands, or, OTOH, complicated
4482         processing of output of "set".
4483         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
4484         variable names in new macro...
4485         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
4486         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
4487           a loop to assign all ac_env_* and ac_cv_env_* variables.
4488         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
4489           to INIT_PREPARE.
4490         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
4491           its value to shell variable ac_precious_vars and call
4492           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
4493         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
4494           _AC_ARG_VAR_VALIDATE.
4496         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
4497           and the AC_SUBSTs ...
4498         (AC_INIT): ... here.
4500         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
4501           the ac_subst_files section in config.log.
4503         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
4505 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4507         * NEWS: New macro AC_C_TYPEOF.
4508         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
4509         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
4510         * tests/c.at (C keywords): Test AC_C_TYPEOF.
4512         Fix problems reported by Nicolas Joly.
4513         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
4514         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4515         They are generated by the Tru64 v5.1B shell.
4517 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
4519         Fix my changes from 2005-07-01; reported by Noah Misch.
4520         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
4521         description, the macro now accepts only a single tag.
4522         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
4524         Fix cases when the varsions of Autoconf and Autotest don't match.
4525         Reported by Noah Misch.
4526         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
4527         at_top_builddir, for compatibility with older autotest.
4528         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
4529         is not set, use at_top_builddir, for compatibility with older
4530         versions of autoconf.
4532 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4534         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
4535         Problem reported by Patrick Welche.
4537 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4539         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
4540         sed substitution command, so that we allow | in program prefixes
4541         and program suffixes.  (& is a problem anyway; we're not fixing
4542         that here.)
4543         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
4544         configure_input, top_builddir, srcdir, etc.
4545         * lib/autotest/general.m4 (AT_INIT): Likewise, for
4546         PATH_SEPARATOR in AUTOTEST_PATH.
4548 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
4550         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
4551         for loop over config.site files using `set', to allow
4552         directory names containing IFS characters.
4554 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4556         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
4557         directories with weird names.  Apparently some people like living
4558         on the edge.  However, improve the test that "pwd" actually does
4559         report a name for the working directory.
4560         * NEWS: Remove the claim that we test for funny chars in dir names.
4562 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
4564         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
4565         replaced ...
4566         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
4567         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
4568         Now accept a single tag, not whitespace separated list.
4569         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
4571 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
4573         * doc/autoconf.texi (Configuration Headers): Change the explanation
4574         about #include <config.h>.
4575         (Generic Functions): Mention the Gnulib project.
4576         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
4578         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
4579         document to output the default config_* lists to config.status.
4580         Don't recognize option --file, if the functionality is not there.
4581         Likewise for --header; moreover, recognize --he and --h as shortcuts
4582         for --help in that case.
4584         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
4585         matches the order of execution.  No code changed.
4587 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4589         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
4590         single-quoted -cmdline argument in Portland Group compiler.
4591         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4593 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
4595         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
4597 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4599         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
4600         descriptors to child processes; reported by Norman Gray.
4602 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4604         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
4606         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
4607         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
4608         (AC_SUBST): Call it.
4609         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
4610         the directory specific variables; but don't call it for configure_input.
4612 2005-06-28  Derek Price  <derek@ximbiot.com>
4614         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
4615         addition.
4617 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4619         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
4620         directory have inherent problems with special characters like spaces,
4621         due to limitations in Make syntax.  Problem reported by Alexandre
4622         Duret-Lutz.
4623         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
4624         Also, fix Tru64 porting problem with shell patterns,
4625         reported by Ralf Wildenhues.
4627 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4629         * doc/autoconf.texi (Subdirectories): Fix markup typos.
4631 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4633         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
4635         Fix some more shell quoting problems.  Prompted by a bug report
4636         from Justace Clutter.
4637         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
4638         variable into diagnostic.  Make the diagnostic an error, not a warning,
4639         because we really don't support spaces and suchlike in dir names.
4640         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
4641         Don't worry about backslashes in srcdir; it can't happen now.
4642         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
4643         Simplify ac_optarg handling.
4644         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
4646 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
4648         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
4649         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
4650         * tests/atlocal.in: Propagate $EGREP and $SED.
4651         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
4652         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
4654         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
4655         that '\|' is not allowed in BREs; recommend using newline separated
4656         list of patterns instead of multiple -e options.
4658         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
4660         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
4662 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4664         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
4666 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
4668         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
4669         b, t, r, w commands require single space, while : cannot have any.
4670         (Special Shell Variables): Fix sed code this in the example.
4671         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
4672         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
4674         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
4675         expand to the empty list.  Don't use two pairs of m4_changequote,
4676         it's not necessary.
4678 2005-06-20  Derek Price  <derek@ximbiot.com>
4680         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
4682 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
4684         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
4685         * doc/autoconf.texi:
4686         Don't mention Solaris versions so much, if a
4687         problem is common to all extant versions of Solaris.  Say "SunOS
4688         4" instead of "SunOS" for SunOS 4.
4689         (awk): Mention more of the limitations of traditional Awk.
4690         (cat): Don't talk about cat -v.
4692 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
4694         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
4695         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
4696         but the implementation is entirely different and is designed
4697         to be compatible with glibc strverscmp.
4698         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
4700         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
4701         on Mac OS X 10.4 reported by Peter O'Gorman in:
4702         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
4703         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
4704         Use shell builtins rather than 'expr', to work around expr bug.
4706 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
4708         * doc/autoconf.texi: "filesystem" -> "file system".
4709         "behaviour" -> "behavior".
4710         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
4711         * lib/autoconf/general.m4: Omit blank after ":" sed command,
4712         as per POSIX.
4713         * lib/m4sugar/m4sh.m4: Likewise.
4714         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
4715         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
4717         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
4718         (.x.1): Ignore the time stamp in the .TH line when deciding whether
4719         to update the man page.  That way, we don't have to check in new
4720         man pages every month.
4722         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
4723         quotes and backslashes.  Patch from Derek Price.
4725 2005-06-10  Derek Price  <derek@ximbiot.com>
4727         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
4728         AS_TR_SH.
4730 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
4732         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
4733         -u, since it outputs chatter if the input files are the same.
4734         Problem reported by Ralf Menzel.
4736 2005-06-08  Derek Price  <derek@ximbiot.com>
4738         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
4739         renaming them since they are about to be redefined anyhow.
4741 2005-06-08  Derek Price  <derek@ximbiot.com>
4743         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
4744         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
4745         Move m4_undefine to alphabetical order.
4747 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
4749         * README: Recommend GNU M4 1.4.3 or later.
4750         * doc/autoconf.texi (Introduction): Likewise.
4751         Reword to avoid some formatting glitches.
4752         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
4753         Clarify explanation of HP compiler bug.
4754         Redo example output tp match current CVS snapshot.
4755         Use @example.org in email addresses when the examples
4756         might get inadvertently cut-and-pasted into user code.
4757         Remove example of autom4te usage that doesn't seem to work now.
4758         Use modern AC_INIT (except when the example is meant to be
4759         shown with Autoconf 2.13).
4760         Update ksh info for Solaris 9 and later.
4761         KB -> kB.
4762         Modernize description of Automake versions a bit.
4763         Don't claim a future version of Autoconf is near.
4764         * doc/install.texi: Reword to avoid some formatting glitches.
4766 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4768         * doc/autoconf.texi: Add [] to examples, so that the manual
4769         follows its own advice about quoting better.
4770         Reword to avoid some formatting glitches.
4771         * doc/installt.exi: Reword to avoid some formatting glitches.
4773         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
4774         Tru64 ksh pattern matching bug.  Reported against Libtool by
4775         Albert Chin <libtool@mlists.thewrittenword.com> and
4776         Nicolas Joly <njoly@pasteur.fr>.
4778 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4780         m4_cdr of one-member list was [[]] (one-member list containing an
4781         empty string) instead of [] (an empty list.  Callers were skewed to
4782         match this misbehaviour.  As a consequence of this:
4783          - m4_foreach([x], [], [foo]) expanded to `foo', while
4784          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
4785         This bug has been fixed:
4787         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
4788           expand to an empty string; print error msg if called without
4789           an argument list.
4790         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
4791           misbehaviour; handle [] and [[]] correctly.
4793 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4795         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
4796         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
4797           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
4799 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
4801         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
4802           swallow records with more than 99 fields.
4803         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
4804           parse the long line.
4806 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
4808         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
4809           swallow literals longer than 399.  Reported by Ralf Wildenhues.
4810         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
4811           to workaround this limitation.
4813 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
4815         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
4816         to gfortran, and make these the first two compiler names
4817         checked (following the general autoconf preference for gcc).
4819 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
4821         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
4822         (DISTCLEANFILES): Remove $(check_SCRIPTS).
4823         (testsuite): Make sure autotest.m4f is up-to-date before using it.
4825 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4827         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
4828         expression of unbounded size when processing the --list
4829         option.  This runs afoul of a limit of 399 bytes per regular
4830         expression on AIX.  Problem reported by Ralf Wildenhues.
4832 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
4834         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
4835         * doc/autoconf.texi (Particular Headers): Reword example
4836         for multiline stdbool replacement.
4837         (Setting Output Variables): Reword text a bit.  Don't
4838         give all the details about |#_!!_#|.
4839         Reword description of line replacement.
4841 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
4843         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
4844         now contain newlines, and substituted files must be referenced on
4845         a line alone; the sed scripts to substitute them are now very
4846         different.
4847         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
4848         commands can be put in a sed script portably.
4849         * doc/autoconf.texi (Setting Output Variables): Document above
4850         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
4851         use of multiline substitution.
4852         * tests/torture.at: No longer expect substitution of newline to fail.
4854 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
4856         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
4857         From Ralf Menzel (trivial change).
4859 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4861         * tests/local.at: Don't attempt to check for negated character
4862         classes in shell scripts.  The test was too brittle.
4864 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
4866         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
4867         * doc/autoconf.texi (Limitations of Builtins): Document this
4868           limitation.
4870 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
4872         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
4873           common code; used in many places in the tree.
4874         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
4875         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
4877         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
4879         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
4880           messages when ac_unique_file is not found.
4881         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
4882         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
4883           commands, for consistency with AC_MSG_ERROR and such.
4885         * bin/autoconf.as: Make more use of "shift 2" in option processing.
4887         * bin/Makefile.am: Merge the two rules for creating scripts.
4889 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
4891         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
4892         obsolete; it was never documented.
4893         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
4895 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
4897         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
4898         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
4899         (ac_top_builddir): ... this ...
4900         (ac_top_build_prefix): ... to this; the old name is also kept, for
4901           backward compatibility.
4902         (ac_top_builddir_sub): New variable, without the trailing slash,
4903           always nonempty.
4904         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
4905         * doc/autoconf.texi (Configuration Actions): Rename
4906           ac_top_builddir to ac_top_build_prefix.
4907         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
4908           at_top_builddir to at_top_build_prefix.
4909         * lib/autotest/general.m4 (AT_INIT): Likewise.
4911 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
4913         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
4914           of confdefs.h .
4916 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
4918         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
4919           argument to m4_foreach.  I guess it was necessary in the past,
4920           but I think it's a no-op now.
4922 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
4924         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
4925           ``cat <<_ACEOF'' commands to one.
4926         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
4927         * lib/autoconf/status.m4: On various places, use expr instead of
4928           ``echo|sed.''
4929         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
4930         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
4931         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
4932           a range.
4933         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
4934           the wrong patterns between ``case'' and ``esac.''  The previous
4935           code had false positives.
4937 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
4939         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
4940         as on 2005-05-02.
4941         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
4942         Mention LIBOBJDIR.
4944 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
4946         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
4947         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
4948         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
4949         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
4950         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
4951         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
4952         config/config.guess, config/config.sub, config/elisp-comp,
4953         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
4954         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
4955         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
4956         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
4957         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
4958         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
4959         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
4960         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
4961         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
4962         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
4963         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
4964         lib/autoconf/general.m4, lib/autoconf/headers.m4,
4965         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
4966         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
4967         lib/autoconf/specific.m4, lib/autoconf/status.m4,
4968         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
4969         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
4970         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
4971         lib/autotest/general.m4, lib/emacs/Makefile.am,
4972         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
4973         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
4974         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
4975         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
4976         tests/compile.at, tests/foreign.at, tests/fortran.at,
4977         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
4978         tests/semantics.at, tests/suite.at, tests/tools.at,
4979         tests/torture.at, tests/wrapper.as:
4980         Update FSF postal mail address.
4982 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
4984         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
4985           check.
4986         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
4987           enough arguments, similarly as in m4_bpatsubsts.
4989 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
4991         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
4992           of absolute paths.
4994 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
4996         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
4997           for absolute directory names in one loop.
4998         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
4999           abbreviations of --version and --debug.
5001 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
5003         * doc/autoconf.texi (Autoconf Language): Be more precise about
5004         quoting rules.  Problems noted by Stepan Kasal.
5005         Also, throughout this document, be more careful about white space.
5006         "blank", "white space", and "space" all have different meanings
5007         and we should be careful to say what we mean.
5009 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
5011         Fix C++ related problems reported by Werner Lemberg.
5012         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
5013         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
5014         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
5015         avoid problems with C++ and throw.
5016         * tests/compile.at: .cpp, not .cc.
5018         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
5020 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5022         * doc/autoconf.texi (Generic Functions): Typos.
5024 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
5026         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
5027         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
5028         set by latest automake.
5030 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
5032         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
5033         outputs 0 on GNU/Linux these days.
5035 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
5037         * doc/autoconf.texi (Autoconf Language): Add more description
5038         about quoting heuristics.
5039         (Limitations of Builtins): Describe "set -" problems.
5041 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5043         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
5044         not newline.
5046         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
5047         by AC_DEFINE; it was a mistake.
5048         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
5050 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
5052         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
5054 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
5056         * doc/autoconf.texi (External Software): Quadrigraphs are not
5057           processed correctly in AS_HELP_STRING; avoid this in the examples.
5058         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
5059         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
5060           comment and reduce m4_default([foo], []) to [foo].
5061         (m4_strip): Update the explanation.
5063 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
5065         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
5066         Remove core.conftest.* too; it's generated by Tru64 5.1.
5067         Problem reported by Jennis Pruett.
5068         * lib/autoconf/functions.m4
5069         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
5070         Don't bother to remove core files; AC_RUN_IFELSE should do that
5071         for you.
5073 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
5075         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
5077 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
5079         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
5080         Report from Horst Wente.
5082 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
5084         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
5085           the comment.
5087 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
5089         * doc/autoconf.texi (External Software, Package Options): Add
5090           examples showing how to implement --with-* and --enable-* options.
5092 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5094         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
5095         as well as configure.in.  Problem reported by Gregorio Guidi.
5097 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5099         * doc/autoconf.texi (Particular Functions): Use gnulib's current
5100         pattern for alloca snippet.
5102 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
5104         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
5106 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
5108         * doc/autoconf.texi (Generic Programs): Fix a typo.
5110 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
5112         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
5113         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
5115 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5117         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
5118         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
5119         whole-archive (-zallextract, -zdefaultextract) options in the hope of
5120         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
5121         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
5123 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
5125         * NEWS: The configure command now warns you if you attempt to use
5126         a directory whose name contains a special character like space,
5127         newline, or "\".
5128         * doc/autoconf.texi (Installation Directory Variables): Allow
5129         "," in file names.  Do not use \@; it's not a portable regexp.
5130         * bin/Makefile.am (edit): Likewise.
5131         * lib/Makefile.am (edit): Likewise.
5132         * tests/Makefile.am (edit): Likewise.
5133         * tests/semantics.at: Likewise.
5134         * tests/torture.at: Likewise.
5135         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
5136         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
5137         * doc/autoconf.texi (File System Conventions): Warn about
5138         unportable file names.
5139         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
5140         (AC_INIT): Use it.
5141         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
5142         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
5143         ac_pwd, and quote srcdir.
5144         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
5146         * doc/autoconf.texi: Fix some systematic formatting problems.
5147         ".)"  needs a following @: if not at the end of a sentence, and
5148         similarly for "!)".  "etc." should be preceded by a comma.
5149         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
5151 2005-03-22  Bruno Haible  <bruno@clisp.org>
5153         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
5154         argument is often called 'build-aux'.
5156 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
5158         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
5159           macro AC_TRY_LINK is obsolete.
5160         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
5161           `AC_CONFIG_FILES'.
5163 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
5165         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
5166           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
5167           from a Common Lisp's `cl'.
5168         (AC_PROG_CXX): Behave according to the documentation: don't
5169           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
5170           make the variable CCC precious; use `cl.exe', not `cl'.
5172 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
5173             Alexandre Duret-Lutz  <adl@gnu.org>
5175         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
5176         /dev/null, as "configure" shouldn't read stdin, and this insulates
5177         us from problems (e.g., when testing for "cl").  Also, do this
5178         redirection before invoking "hostname" or "uname", and keep the
5179         original input stream available via...
5180         (AS_ORIGINAL_STDIN_FD): ... this new macro.
5181         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
5182         bother with "</dev/null" since it's now done at the top of
5183         'configure'.
5184         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
5185         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
5186         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
5187         * doc/autoconf.texi (File Descriptor Macros): New section.
5188         (Printing Messages): Mention it.
5189         * tests/base.at (Input/Output): New test.
5191 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
5193         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
5194         newline if neither \c nor -n work, as that would output two
5195         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
5197 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
5199         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
5200         This causes that any required macros inside will get before the if.
5201         * doc/autoconf.texi (autom4te.cache): A typo.
5203 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5205         Undo previous change, except keep the change to
5206         lib/autoconf/programs.m4 that replaced grep with shell
5207         pattern-matching.  This is because net-snmp configure reads stdin.
5208         Reported by Noah Misch.
5210 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
5212         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
5213         from /dev/null, as "configure" shouldn't read stdin, and this
5214         insulates us from problems (e.g., when testing for "cl").
5215         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
5216         before invoking "hostname" or "uname".
5217         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
5218         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
5219         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
5220         "</dev/null" since it's now done at the top of 'configure'.
5221         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
5222         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
5223         Also, replace grep with shell pattern-matching, to save a process.
5225 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
5227         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
5228         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
5229         avoid thinking that Allegro Common Lisp's "cl" command is a C++
5230         compiler.
5232 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
5234         * doc/autoconf.texi (Limitations of Usual Tools): Document that
5235         grep -q isn't portable.  Improve grep -s explanation.
5236         Problem reported by Dan Manthey.
5238 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
5240         * doc/autoconf.texi (Special Shell Variables): Clarify
5241         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
5243 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5245         * doc/autoconf.texi: Use @acronym for DJGPP.
5246         Fix some @code's that should have been @env's, and vice versa.
5247         Sort environment variable names.
5248         Mention that shells no longer inherit IFS.
5249         Don't recommend PATH_SEPARATOR=';' so strongly.
5250         Mention that $RANDOM might expand to the empty string.
5251         "symlink" and "soft link" -> "symbolic link".
5252         Improve mktemp description (reported by Bruno Haible).
5254 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5256         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
5257         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
5258         Likewise.
5259         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
5260         Likewise.
5262 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5264         * NEWS: Mention AT_COPYRIGHT.
5266         * tests/local.at (AT_CMP): Use diff directly on input files rather
5267         than copying them.
5269         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
5270         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
5272 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
5273         and Paul Eggert  <eggert@cs.ucla.edu>
5275         * tests/autotest.at (Empty test suite): New test.
5276         * tests/torture.at (Substitute and define special characters)
5277         (Substitute a 2000-byte string, Define to a 2000-byte string)
5278         (Substitute a newline, Define a newline): New tests.
5280 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
5282         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
5283         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
5284         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
5285         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
5286         (Standard regular expressions): New test.
5287         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
5288         excess test name quoting.
5289         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
5290         CPPFLAGS to `configure' instead of setting it in `configure'.
5292         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
5293         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
5294         on some platforms.
5296         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
5297         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
5299         * tests/local.at (AT_CMP): New macro.
5300         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
5301         (AC_SAVE_STATE): Move environment grep...
5302         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
5303         (AT_CONFIG_CMP): New macro.
5304         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
5305         * tests/c.at (Extensions): Do not exit early.
5306         * tests/atlocal.in: Inherit $GREP.
5308         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
5309         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
5311         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
5312         (AC_COPYRIGHT): Factor header comment portion out and move into...
5313         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
5314         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
5315         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
5316         --version output.
5317         * tests/local.at: Add Autoconf test suite copyright notice.
5318         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
5320 2005-02-04  Bruno Haible  <bruno@clisp.org>
5321         and Paul Eggert  <eggert@cs.ucla.edu>
5323         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
5325 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5327         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
5328         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
5330         Try not to generated lines of unlimited length, as POSIX places a
5331         2047-byte limit on line length of portable text files.
5332         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
5333         Use newline as a separator, not space.
5334         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
5335         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
5336         space.
5338 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5340         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
5341         as_func_*.  Add test to check whether positional parameters
5342         are restored after function return.
5344 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5346         * doc/autoconf.texi (Special Shell Variables): Mention _,
5347         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
5348         if they contain a lower-case letter.  The DUALCASE problem was
5349         reported by Ralf Wildenhues.
5351         * bin/autoconf.as: Don't exit with status 0 after write failure
5352         with --help or --version.
5353         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
5354         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
5356 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5358         * doc/autoconf.texi (Limitations of Usual Tools):
5359         Unicos 9 sed limitations.
5360         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
5361         to get the option-enhanced interface on older Crays.  Try ftn for
5362         Fortran 95 (newer Crays).
5364 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5366         * man/Makefile.am (.x.1): Go back to the simple solution, but take
5367         care to echo the commands, so the user knows what's going on.
5368         Modified from a suggestion by Stepan Kasal.
5370         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
5371         with a cross reference.  Derived from a suggestion by Bruce Korb.
5373 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5375         * doc/autoconf.texi (config.status Invocation): Warn about
5376         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
5377         * doc/install.texi (Defining Variables): Likewise.
5378         Based on a proposed patch by Ralf Wildenhues.
5380         * man/Makefile.am (.x.1): Make sure the required generated files
5381         are up to date.  Problem and original solution proposed by Stepan Kasal.
5382         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
5383         implicit-man-prerequisites): New rules, used by the above.
5385         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
5386         * config/config.guess, config/config.sub, config/install-sh: Likewise.
5387         * config/missing, config/texinfo.tex: Likewise.
5389 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
5391         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
5392         Update the long comment explaining it.
5394         m4_require no longer writes an ``is required by'' line to the
5395         execution stack.  It contains only one bit of non-redundant
5396         information: that the macro was required, not called.  And even
5397         this bit is useless in most situations: have you ever met a macro
5398         which both calls and requires the same macro?
5400         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
5401         (_m4_defun_pro_outer): ... only via this macro, for the outermost
5402           macro.
5403         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
5404         (m4_expansion_stack_pop): Remove the misplaced comment.
5405         (m4_require): Don't put the ``is required by'' line to the
5406           execution stack; slightly improve the out-of-a-defun error message.
5407         (_m4_divert_grow): New macro, counter for the temporary diversions.
5408         (_m4_require_call): Use it.
5409         * tests/m4sugar.at (m4_require): Expect output without the
5410           ``is required by'' messages.
5412 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
5414         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
5415         rather than x for expr.
5417         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
5418         this is safe.
5419         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
5420         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
5421         * lib/autotest/general.m4 (AT_INIT): Likewise.
5422         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
5423         * tests/mktests.sh: Likewise.
5425 2005-01-27  Akim Demaille  <akim@epita.fr>
5427         Have autoheader honor --force.
5429         * doc/make-stds.texi, doc/standards.texi: Update from masters.
5430         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
5431         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
5432         from masters, so that FileUtils.pm's update_file provide --force
5433         support.
5434         * bin/autoheader.in: Pass $force to update_file so that
5435         config.h.in is always recreated when --force.
5437 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
5439         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
5441 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
5443         * doc/autoconf.texi (Limitations of Builtins): Clarify that
5444         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
5446 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
5448         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
5449         Warn about newline stripping in `` and $().  Update Solaris
5450         version to 9.
5451         (Limitations of Builtins): Use expr "X...", not expr "x...", as
5452         X insulates us from future changes to Posix.
5453         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
5454         stripping.
5456 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
5458         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
5459           you cannot use AC_DEFINE to define macros containing `[' or `]'.
5461 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
5463         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
5464         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
5465         bug-tar mailing list.
5467 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
5469         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
5471 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5473         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
5474         ulongval to be static, to avoid unwanted GCC warning.  Problem
5475         reported by Michael Jennings via Daniel Reed; see
5476         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
5478 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
5480         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
5481         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
5482         datadir, infodir, and mandir.  Adjust argument parsing code.
5483         (_AC_INIT_HELP): Update help text.
5484         * doc/autoconf.texi (Installation Directory Variables): Document
5485         new variables.
5487 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
5489         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
5490         not seem to work, assume it does set $(MAKE).
5491         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
5493 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5495         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
5497 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5499         A cleanup of the diversion support in m4sugar.
5501         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
5502         (_m4_divert_n_stack): New macro; the expansion is
5503           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
5504           otherwise.
5505         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
5506         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
5507           stored in _m4_divert_diversion or _m4_divert_dump.
5508         (m4_divert_pop): When the parameter is given, compare the symbolic
5509           name with the last diversion pushed on the stack.  Previously, the
5510           current diversion was compared with the numeric value of the
5511           diversion given as the parameter.
5512         (m4_require): If the macro hasn't been expanded yet, call ...
5513         (_m4_require_call): this new macro.
5515 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5517         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
5518         Workarounds for documented `case' limitations.
5520 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
5522         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
5523         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
5525 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
5527         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
5528         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
5529         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
5531         Patch from Roger Leigh (with some minor changes) as follows:
5532         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
5533         Resurrect AC_PROG_CC_STDC.
5534         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
5535         AC_PROG_CC_C89, AC_PROG_CC_C99.
5536         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
5537         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
5538         AC_PROG_CC_C99): New macros.
5539         (AC_PROG_CC_STDC): Use them.
5540         (_AC_PROG_CC_STDC): Remove.
5541         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
5542         * THANKS: Add Roger Leigh.
5544 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5546         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
5547         signals that the package uses Automake; a `Makefile.am' is typical but
5548         not essential.  Reported by Magnus Therning.
5549         * tests/torture.at (autoreconf.): New banner.
5550         (autoreconf and non-AC configure): Rename to `Non-Autoconf
5551         AC_CONFIG_SUBDIRS'.
5552         (autoreconf an empty directory): Rename to `Empty directory'.
5553         (Unusual Automake input files): New test.
5555 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5557         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
5558         (AT_SETUP): Clear AT_capture_files.
5559         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
5560         (AT_KEYWORDS): Fix comment typo.
5561         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
5562         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
5563         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
5565 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
5567         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
5568         If the variable to set is already set, set ac_cv_path_$1
5569         to the preset value so caller can assume ac_cv_path_$1
5570         is available.  (trivial change)
5572 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
5574         * BUGS (Minor Problems): Warn about makefile limitations.
5575         * Makefile.am: Find and update `INSTALL' in $(srcdir).
5576         * man/Makefile.am: Find and update manual pages in $(srcdir).
5578 2004-12-24  Eric Blake  <ebb9@byu.net>
5580         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
5581         shells in subshell, to avoid noise from ash.  (trivial change)
5583 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5585         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
5586         problems with SunOS ksh and backslash escaping, Bourne shells and
5587         closing brackets (both within character classes).  Bug reported
5588         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
5589         <read>: New entry.  Mention non-availability of -r.
5591 2004-12-21  Akim Demaille  <akim@epita.fr>
5593         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
5594         avoid cluttering displayed messages.  Rather, prepend srcdir where
5595         AT_LINE is used for log files.
5597 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
5599         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
5600         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
5601           no longer part of the macro, quote the occurrence of ``$tmp''.
5602         * doc/autoconf.texi (Forbidden Patterns): Typo.
5604 2004-12-21  Akim Demaille  <akim@epita.fr>
5606         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
5607         separated from the test title by forcing a white space.
5609 2004-12-21  Akim Demaille  <akim@epita.fr>
5611         Enable Emacs navigation within testsuite.log files.
5613         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
5614         use the compilation mode.
5615         (AT_LINE): Point to the srcdir.
5617 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
5619         * tests/Makefile.am (installcheck-local): Use $(bindir).
5620         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
5621         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
5622         Makefile.am scheme Autoconf now uses.
5624 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5626         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
5627         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
5629 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5631         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
5632         (_AT_CHECK): Use it.
5633         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
5634         (AS_ESCAPE): Fix comment.
5635         * tests/autotest.at: Adjust section banner comments.
5636         (AT_CHECK_AT): Accept STATUS and STDERR.
5637         (AT_CHECK_AT_TEST): Likewise.
5638         (Invalid brace-enclosed parameter expansion)
5639         (Multiline command from M4 expansion)
5640         (Double-M4-quoted command): New tests.
5642 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
5644         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
5646 2004-12-17  Akim Demaille  <akim@epita.fr>
5648         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
5649         m4_pattern_allow.
5650         Suggested by Alexandre Duret-Lutz.
5651         * doc/autoconf.texi (Setting Output Variables): Catch up.
5653 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5655         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
5657 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5659         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
5660           remove the comment which said we cannot.
5662 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5664         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
5665         Reini Urban and Paul Eggert for reporting the dependencies.
5667         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
5668         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
5669         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
5671 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5673         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
5674           so that eg. ``autoscan --help'' doesn't truncate it.
5676 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
5678         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
5679         generated conftest files.
5681 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
5683         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
5684         tracing on commands with possibly-escaped newlines.
5685         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
5686         discontinued behavior and its implications.
5687         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
5688         (BSx641-newline in command, BS-BS-newline in command)
5689         (BSx640-newline in command, Newline-CODE-BS-newline in command)
5690         (Single-quote-BS-newline in command)
5691         (Single-quote-newline-BS-newline in command): New tests.
5693 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5695         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
5696           on platforms where it works.
5697         (_AS_TEST_PREPARE): Test for ``test -x''.
5698         (_AS_BROKEN_TEST_PREPARE): Nuke.
5700 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5702         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
5703         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
5704           give only 4-letter prefix to AS_TMPDIR, comment fixed.
5705         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
5706           create the temporary directory.
5707         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
5709 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
5711         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
5712         (trivial change)
5714 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
5716         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
5718 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
5720         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
5721         to avoid using a negated character class.  Reported by Nicolas Joly.
5722         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
5724 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
5726         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
5727         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
5728         Don't depend on .x file explicitly, since "make" does that for us.
5729         Suggested by Stepan Kasal.
5731         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
5732         Add *.tmp.
5733         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
5734         ifnames): Factor common code.  And they said it couldn't be done!
5736 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5738         * bin/.cvsignore: Add autoconf.in.
5739         * tests/.cvsignore: Add wrapper.in.
5740         * lib/autotest/general.m4: Escape '$' in case pattern.
5742 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
5744         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
5746         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
5748         * tests/autotest.at: New file.
5749         * tests/suite.at: Include it.
5750         * tests/Makefile.am: Distribute it.
5752         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
5753           shell tracing on a command that could contain multiple lines.
5754         * doc/autoconf.text: Document that fact and its implications.
5755         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
5756         * tests/autotest.at (Multiline backquote command substitution,
5757           Multiline parameter expansion, Literal multiline command,
5758           Multiline parenthetical command substitution): Remove XFAIL.
5760 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5762         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
5763         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
5765 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5767         * configure.ac (test suite): Cease to generate wrapper scripts.
5768         * configure: Regenerate.
5769         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
5770         (m4f_dependencies): Adjust accordingly.
5771         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
5772         (wrapper.in): Generate it in the build directory.
5773         (MAINTAINERCLEANFILES): Delete wrapper.in.
5774         (CLEANFILES): Add wrapper.in.
5775         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
5776         the output.  Replace each $as_me with a @wrap_program@.
5777         * tests/wrapper.in: Delete it; we always build it.
5779         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
5780         (EXTRA_DIST): Remove autoconf.in.
5781         (CLEANFILES): Add autoconf.in.
5782         (autoconf): Find autoconf.in in the build directory.
5783         * bin/autoconf.in: Delete it; we always build it.
5785 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5787         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
5788         PATH members so as to not prepend an empty element.  Move a comment.
5789         * Makefile.am (SUBDIRS): Build in `tests' last.
5790         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
5792 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
5794         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
5795         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
5796         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
5797         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
5799 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
5801         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
5802         patch: extra "-l"s.
5804 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
5806         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
5807         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
5808         * doc/autoconf.texi (Particular Functions): Mention new behavior.
5810 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
5812         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
5813           out the common code to ...
5814         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
5815           value of the #define--default to 1, iff the macro was called
5816           with exactly one parameter.
5818 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
5820         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
5821         "char c = '\200';" rather than "char c = 0x80;" as the
5822         latter doesn't conform to the strict C standard due to
5823         overflow on signed char hosts.
5825         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
5826         to -qlanglvl=ansi.  We don't want to disable extensions.
5828 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
5830         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
5831         (Using Autotest, testsuite Scripts, Writing testsuite.at):
5832         Reword slightly to avoid some English-language problems noted
5833         by Ralf Wildenhues in:
5834         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
5836 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
5838         * NEWS: Add ^L above each release.
5840 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
5842         Fix documentation problems reported by Russ Boylan in
5843         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
5844         along with some nearby cruft.
5845         * doc/autoconf.texi (Libtool): Libtool can be used without
5846         Automake (not without Autoconf).
5847         (Introduction): Mention lists.gnu.org.
5848         * BUGS: Don't mention bugs.gnu.org.
5849         Remove mention of ancient libtool compatibility problem.
5850         * NEWS: Mention that bugs.gnu.org is kaput.
5851         * README: Likewise.  Mention where mailing list archives can be found.
5853 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
5855         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
5857 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5859         * doc/autoconf.texi (Pretty Help Strings): Go back to
5860         single-quoting assignments to cache variables.
5862 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
5864         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
5865         with the examples; fix the bug in MY_ARG_WITH example reported
5866         by Alexandre Duret-Lutz.
5867         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
5868         expansion of $1 in the comment emitted to configure.
5870 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
5872         * doc/autoconf.texi (Pretty Help Strings): Fix typo
5873         in my editing of the previous patch.  Problem reported
5874         by Alexandre Duret-Lutz.
5876 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
5878         * doc/autoconf.texi (Autoconf Language): Explain that
5879         ``descriptions'' may not be double quotes.
5880         (Quotation Rule Of Thumb): Likewise.
5881         (Pretty Help Strings): Likewise; remove the wrong comment;
5882         simplify the examples and improve their quoting.
5884 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
5886         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
5887         the $1_found variable, don't test whether the file is executable;
5888         Both things are checked ...
5889         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
5890         the former ``test -f''.
5891         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
5893 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
5895         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
5896         use cp -R instead.
5898 2004-11-10  Derek R. Price  <derek@ximbiot.com>
5900         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
5901         limitations.  Reorder paragraphs for clarity.
5903 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5905         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
5906         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
5907         variants", "Unix", and some related minor wording fixups.
5909         (Shellology, Special Shell Variables): Document that the Zsh
5910         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
5911         to Alexandre Duret-Lutz for this info.
5913 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
5915         * doc/autoconf.texi (One-Shot Macros): New node.
5917 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
5919         * doc/autoconf.texi (Function Portability): Fix misdescription
5920         of putenv.  Problem reported by Michael Wardle.
5922 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
5924         * doc/autoconf.texi (auindex): New macro.
5925         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
5926         Problem reported by Stepan Kasal.
5928 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
5930         Fix problems reported by Andreas Buening in:
5931         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
5932         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
5933         in test makefile.
5934         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
5935         readable; it's not true in OS/2-emx.
5937 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
5939         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
5940         "/usr/include", clear ac_x_includes instead of leaving it as "no"
5941         (trivial change).  Problem and patch reported by Andrew Church in:
5942         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
5944 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
5946         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
5947         three args in examples.  Problem reported by Frederik Fouvry in:
5948         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
5949         Also, fix some minor spacing and punctuation bugs.
5951 2004-09-02  Akim Demaille  <akim@epita.fr>
5953         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
5954         "case" to restore ordering.
5955         Reported by Stepan Kasal.
5957 2004-08-26  Akim Demaille  <akim@epita.fr>
5959         * doc/autoconf.texi: Minor typos and stylos.
5961 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5963         * configure.ac (AC_INIT): Bump to 2.59c.
5965 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5967         Version 2.59b.
5969         * README: Add advice about m4 1.4.2.
5971         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
5972         texinfo.tex for now (done by hand now).
5973         * Makefile.maint (wget_files, cvs_files):
5974         Remove ansi2knr.c; nobody uses it.
5975         (ansi2knr.c-url_prefix): Remove.
5976         (cvs-update): Fix test for failure.  I don't know why it ever
5977         worked...
5979         * doc/autoconf.texi: Update URLs, some of which went stale.
5980         Use @uref rather than @href.
5982         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
5983         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
5985         * config/config.guess, config/config.sub, config/elisp-comp,
5986         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
5987         doc/fdl.texi, doc/standards.texi: Sync with master copy.
5989         * NEWS, TODO, configure.ac, bin/autoscan.in,
5990         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
5991         doc/install.texi, lib/Autom4te/Configure_ac.pm,
5992         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
5993         lib/autoconf/programs.m4, lib/autoconf/status.m4,
5994         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
5995         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
5996         tests/tools.at, tests/torture.at:
5997         Use "file name" rather than "filename" or "path",
5998         to be consistent with the terminology of the GNU coding standards.
6000 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6002         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
6003         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
6004         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
6005         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
6007         More fixes to support spaces in the name of the build directory.
6008         This isn't a complete fix but it's an improvement.
6010         * bin/autoconf.as (autom4te_options): New var.
6011         Use it instead of appending to AUTOM4TE, so that we can allow
6012         spaces in the build directory's absolute name.
6013         * bin/autoheader.in ($autoconf): Allow spaces in file names.
6014         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
6015         AT_CHECK_NOESCAPE): Likewise.
6016         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
6017         main program): Likewise.
6019 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6021         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
6022         From Ralf Corsepius in:
6023         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
6025 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
6027         * doc/autoconf.texi (Function Portability): Document isinf and
6028         and isnan.  From a suggestion by Kevin Ryde.
6030         * lib/Autom4te/General.pm (END): Return correct exit status even
6031         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
6033 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6035         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
6036         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
6037         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
6039 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
6041         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
6042         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
6043         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
6044         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
6045         * lib/autom4te.in (Automake-preselections): Preselect
6046         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
6048 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
6050         * lib/autom4te.in (Automake-preselections): Preselect
6051         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
6052         trace them.
6054 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
6056         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
6057         Tru64.
6058         * doc/autoconf.texi (Shellology): Mention BIN_SH.
6059         Document problem with "`""`" in pdksh POSIX mode.
6061 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
6063         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
6064         with pdksh, too.  Problem reported by Patrick Welche via
6065         Gary V. Vaughan.
6066         * doc/autoconf.texi (Shellology): Note that set -o posix is
6067         useful for pkdsh, too.
6069 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
6071         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
6072         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
6073         Don't fail if ENV or BASH_ENV is readonly.
6074         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
6075         etc. are read only.  Problem reported by Ludovic Courtes.
6077 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
6079         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
6080         zsh, disable GLOB_SUBST to avoid backslash handling problems.
6081         (trivial change)
6083 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
6085         * doc/autoconf.texi (File System Conventions): Warn about
6086         names like "aux".  Problem reported by Eric Blake.
6088         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
6089         by zero instead of array size, so that we can use any arithmetic
6090         constant expression (instead of requiring an integer constant
6091         expression).  This allows us to test expressions like DBL_MAX <
6092         LDBL_MAX, which didn't conform to the C standard using the old
6093         method.
6094         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
6095         now that we can do floating-point tests at compile time.
6097 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
6099         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
6100         and LDBL_EPSILON, as the resulting expression isn't an
6101         integer constant expression and violates the C standard.
6102         Problem reported by Nelson H. F. Beebe.  Also, check
6103         for "L" suffix, and check that long double doesn't have
6104         worse range or precision than double, that mixed-mode
6105         arithmetic doesn't generate a diagnostic, that double
6106         constants fit in long double.
6108 2004-06-03  Kevin Ryde  <user42@zip.com.au>
6110         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
6111         malloc(0) and realloc(NULL,size).
6113         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
6114         Bob Proulx.
6116 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
6118         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
6119         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
6120         by Jim Meyering.
6122 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
6124         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
6125         can be rewritten using if-then-else.  Suggested by Bruno Haible.
6127 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
6129         * doc/autoconf.texi (testsuite Scripts): Fix typo.
6130         Problem reported by Stepan Kasal.
6132 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
6134         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
6135         change).  Patch reported by Ralf Wildenhues in
6136         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
6138         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
6139         function F exists if the compiler and linker let you compile an
6140         expression like (F != 0).  Recent versions of GCC optimize away
6141         the reference to F in that case, since every function address must
6142         be nonzero, so the link succeeds even if F does not exist.
6143         Problem reported by Manu in
6144         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
6146         * doc/autoconf.texi (Systemology): Standardize on the spelling of
6147         "Unix".  Many uses changed.
6148         (Limitations of Builtins): Explain better why the ! command isn't
6149         portable.
6151 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
6153         * lib/autom4te.in (Automake-preselections): Preselect
6154         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
6156 2004-05-19  Kevin Ryde  <user42@zip.com.au>
6158         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
6159         referencing AC_FUNC_STRERROR_R.
6161         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
6162         note pessimistic assumption when cross compiling.
6164 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
6166         * doc/autoconf.texi (Limitations of Make): Note that BSD make
6167         (until 2004) invoked subcommands with sh -e, contra POSIX.
6168         Reported by Kevin Ryde.
6170 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
6172         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
6173         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
6174         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
6175         `test -f "        /usr/bin/grep"', which _always_ failed.
6176         (AC_PROG_SED): Ditto bogus PATH fix.
6177         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
6178         requires that grep correctly supports _multiple_ `-e' options, rather
6179         than stating only that grep should accept `-e'.
6181 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
6183         Port to C99, which requires that 'exit' be declared.
6185         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
6186         to ensure that stdlib.h is included.
6187         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
6188         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
6189         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
6190         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
6191         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
6192         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
6193         when using 'exit' in a test; C99 requires that 'exit' be declared.
6195 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6197         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
6198         now prefers 'grep' implementations that accept -e.
6199         (Limitations of Usual Tools): Describe problems of traditional
6200         egrep and fgrep with long input lines, and of traditional grep
6201         with -e.
6202         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
6203         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
6204         All callers changed.  Append /usr/xpg4/bin to the PATH, for
6205         Solaris.
6206         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
6207         the user with complaints about multiple -e options.
6208         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
6209         Define it with AC_PROG_GREP.
6210         * configure.ac (AC_PROG_GREP): Add.
6211         * lib/freeze.mk (GREP): New macro.
6213 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
6215         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
6216         a possible candidate only after all others fail, rather than
6217         consulting it first.  This improves backward compatibility by
6218         better reflecting the way shell selection occurred in previous
6219         versions of Autoconf, and should help to avoid triggering latent
6220         problems in other packages, such as the one in Automake where zsh
6221         is not handled robustly:
6222         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
6223         Although it is not Autoconf's responsibility to work around
6224         problems in Automake, it nevertheless makes sense to avoid
6225         introducing unnecessary incompatibilites.
6227 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
6228             Gary V. Vaughan  <gary@gnu.org>
6230         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
6231         how deeply nested we are when a suitable tool is found, set the
6232         ac_path_TOOL_found flag.
6233         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
6234         nested we are in this macro.  Break out of all 3 nested loops if
6235         ac_path_TOOL_found is set.
6237 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
6239         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
6240         of the _AS_PATH_WALK loop too if GNU flavor is found.
6242 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
6244         * doc/autoconf.texi (Limitations of Make): Update documentation
6245         for `$<'.  New entry `Long lines', based on a report from Simon
6246         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
6247         paragraph about DJGPP, based on a mail from Richard Dawe.
6249 2004-04-20  Paul Eggert  <eggert@twinsun.com>
6251         * tests/c.at (C keywords): Don't assume that GCC supports
6252         "restrict" and "inline", as sufficiently-old GCC versions do not
6253         (also, GCC configured to be in pedantic C89 mode does not).
6254         Problem reported by Sumit Pandya in:
6255         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
6257         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
6258         consider -g to work if it generates warnings when plain compiles
6259         don't.  Problem reported by Braden McDaniel in:
6260         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
6262         * doc/autoconf.texi (Slashes): New section, to document a problem
6263         reported by Jim Meyering in:
6264         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
6266         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
6267         linker output files before linking, to work around IRIX 6 linker bug.
6268         Problem reported by Rainer Orth in:
6269         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
6271 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
6273         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
6274         best tool so far counter rely on the tool path variable name to
6275         avoid checks for one tool being affected by the results of running
6276         the length check on a previous tool.
6278         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
6279         match expression argument, as different greps have different
6280         regular expression flavours.
6281         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
6282         literals.
6283         (AC_PROG_EGREP): Pass 'EGREP$'.
6284         (AC_PROG_GREP): Pass 'GREP$'.
6286 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
6288         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
6289         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
6291 2004-03-29  Paul Eggert  <eggert@twinsun.com>
6293         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
6294         Types, Specific Compiler Characteristics, System Services,
6295         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
6296         etc. consistently instead of 'long', 'short', 'unsigned' etc.
6297         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
6298         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
6299         Likewise.
6300         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
6301         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
6302         AC_TYPE_OFF_T): Likewise.
6303         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
6304         Likewise.
6306         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
6307         pacify libtool 1.5.2.  Fix quoting problems in sed command.
6309 2004-03-28  Paul Eggert  <eggert@twinsun.com>
6311         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
6312         now defines HAVE_DECL_TZNAME if it is declared, when
6313         HAVE_STRUCT_TM_TM_ZONE is not defined.
6314         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
6315         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
6316         for HAVE_TZNAME.
6318 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
6320         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
6321         superfluous backslashing of quotes (") in sed expressions;
6322         thanks to Paul Eggert.
6324 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
6326         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
6327         Fortran compiler is ifort, also added pghpf; thanks to Nelson
6328         H. F. Beebe for the bug report.
6330 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
6332         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
6333         quoted -cmdline argument in Portland Group compiler (bug
6334         reported by Jeffrey J. Barteet).
6336 2004-03-25  Kevin Ryde  <user42@zip.com.au>
6338         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
6339         (Run Time): ... here, where it's now mentioned.
6341 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
6343         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
6344         inherits from language Autoconf-without-aclocal-m4.
6345         (Customizing autom4te): Adjust example; the cache must now be
6346         disabled for language Autoconf-without-aclocal-m4.
6348 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
6349             Nathanael Nerode  <neroden@twcny.rr.com>
6351         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
6352         AC_CHECK_TOOLS): Warn if a cross-tool is found without
6353         a prefix.
6354         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6355         AC_CHECK_TARGET_TOOLS): New macros.
6356         * doc/autoconf.texi (Generic Programs): Document
6357         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6358         AC_CHECK_TARGET_TOOLS, and warn for future changes
6359         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
6360         AC_CHECK_TOOLS.
6361         (Specifying Names): Document the reason for these future
6362         behavioral changes.
6363         * tests/mktests.sh: Do not generate tests for the
6364         new macros.
6365         * NEWS: Document these changes.
6367         * doc/autoconf.texi: Avoid macros with unbraced arguments,
6368         they make TeX hang up.
6370 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
6372         * NEWS: New macro AC_CHECK_ALIGNOF.
6373         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
6374         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
6375         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
6376         vowel.
6377         (AC_CHECK_ALIGNOF): New macro.
6378         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
6379         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
6380         those for sizeof.
6382 2004-03-03  Paul Eggert  <eggert@twinsun.com>
6384         * bin/Makefile.am (edit): Don't use $< in a context where
6385         POSIX doesn't require support for it.  Use $@.in instead.
6386         Problem reported by Anthony N. Frasso in
6387         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
6388         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
6390 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
6392         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
6393         from the next generation of Libtool.
6394         * lib/autom4te.in (Autoreconf-preselections): Ditto.
6396 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
6398         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
6399         is not always thread-safe.  Report from Nathanael Nerode.
6401 2004-02-18  Paul Eggert  <eggert@twinsun.com>
6403         Fix a dependencies problem, stemming from a Autoconf 2.59 build
6404         problem on QNX reported by Stephen Rasku in
6405         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
6407         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
6408         $(m4sh_m4f_dependencies); this removes a FIXME.
6409         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
6410         (MAINTAINERCLEANFILES): Split into pieces,
6411         one per related section.  Add $(srcdir)/wrapper.in.
6413 2004-02-09  Paul Eggert  <eggert@twinsun.com>
6415         * doc/autoconf.texi (Setting Output Variables): Emphasize that
6416         AC_SUBST provides no portable way to escape literal newlines.
6418         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
6419         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
6420         Darwin uses -lcrt2.o and there's little point to cataloging all
6421         the system variants.  Partial fix reported by Andreas Waechter in:
6422         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
6423         for bug reported by Nelson H. F. Beebe in:
6424         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
6426 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
6428         * doc/autoconf.texi (AU_DEFUN): Fix English,
6429         suggested by Paul Eggert.
6430         * lib/autoconf/autoupdate.m4: Correct reference to
6431         acobsolete.m4, suggested by Alexandre Duret-Lutz.
6433 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
6435         * bin/autoupdate.in: Define __file__ so that warnings
6436         refer to the correct file.
6437         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
6438         the behavior of the third argument.
6439         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
6440         correctly the behavior of the third argument.  Document
6441         what the three macros that AU_DEFUN defines do.  Fix
6442         warning message when the third argument includes $0
6443         (reported by Alexandre Duret-Lutz).
6445 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6446             Eric Sunshine  <sunshine@sunshineco.com>
6447             Paul Eggert  <eggert@twinsun.com>
6449         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
6450         (AS_INIT): Output shell initialization there. Removed optional
6451         parameter. Expand _AS_SHELL_FN_SPY.
6452         (AS_INIT_WITH_SHELL_FN): Removed.
6453         (_AS_SHELL_FN_SPY): New macro.
6454         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
6455         macros.
6456         (AS_SHELL_SANITIZE): Remove loop to find better shell
6457         and documentation for the parameter.
6458         (_AS_DETECT_BETTER_SHELL): Move it here.
6459         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
6460         (_AS_RUN): Move it here, support testing with eval.
6461         (AS_REQUIRE_SHELL_FN): Require shell functions when
6462         it is used.
6463         (_AS_LINENO_WORKS): Put around braces, we do not
6464         trigger the bash bug anymore.
6465         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
6466         use AS_INIT_WITH_SHELL_FN.
6467         * bin/autoconf.in, tests/wrapper.in: Regenerated.
6469 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6471         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
6472         * doc/autoconf.texi: Don't say that the third parameter
6473         is broken.
6474         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
6475         (AU_DEFUN): Honor the third parameter, create autoupdate
6476         macros with AU_DEFINE.
6477         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
6478         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
6479         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
6480         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
6481         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
6482         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
6483         AC_XENIX_DIR): Likewise.
6484         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
6485         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
6486         * lib/autoconf/status.m4: Remove FIXME.
6487         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
6488         that the macro is not present anymore in the updated
6489         configure.ac.
6490         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
6491         of autoupdate.
6493 2004-01-28  Paul Eggert  <eggert@twinsun.com>
6495         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
6496         copyright years.
6497         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
6498         2003 (except 1997) to the list of copyright years.  This undoes
6499         the 2003-05-22 change, which removed the older years from the list.
6500         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
6502 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
6503             Albert Chin-A-Young  <china@thewrittenword.com>
6505         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
6506         grep or ggrep program in PATH that accepts as long lines as
6507         possible.
6508         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
6509         AC_PROG_GREP.
6510         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
6511         egrep and fgrep respectively if $GREP -E/-F don't work.
6512         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
6513         _AC_PROG_GREP, and AC_PROG_SED.
6514         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
6515         longest input length accepted by a command.
6516         (AC_PROG_SED): Use it.
6517         * doc/autoconf.texi (Particular Programs): Document the changes.
6518         * NEWS: Updated.
6520 2004-01-27  Paul Eggert  <eggert@twinsun.com>
6522         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
6523         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6524         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
6525         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
6527         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
6528         bin/autoconf.in, config/Makefile.in, config/config.guess,
6529         config/config.sub, config/install-sh, config/mdate-sh,
6530         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
6531         lib/Makefile.in, lib/Autom4te/Makefile.in,
6532         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
6533         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
6534         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
6535         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
6536         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
6537         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
6538         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
6539         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
6540         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
6541         tests/actypes.at: Regenerate and/or sync with original
6542         sources.
6544 2004-01-26  Paul Eggert  <eggert@twinsun.com>
6546         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
6547         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
6548         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
6549         not <inttypes.h>.  Problem reported by Tim Mooney in
6550         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
6551         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
6552         Likewise.
6554         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
6555         otherwise "make check" fails because it forbids cmp (I guess
6556         because cmp treats files as binary on DOS-like systems).
6558         * tests/mktests.sh: Update copyright date to 2004, since some tests
6559         have changed in 2004.
6561 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
6563         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
6564         non-truncating sed or gsed program in PATH.
6565         * tests/acprograms.at: Add it.
6566         * doc/autoconf.texi (Particular Programs): Document it.
6567         * NEWS: Updated.
6569 2004-01-15  Paul Eggert  <eggert@twinsun.com>
6571         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
6572         -std1 disables some useful extensions on Tru64.  Problem reported
6573         by N. Lichtmaier in
6574         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
6576 2004-01-14  Paul Eggert  <eggert@twinsun.com>
6578         * doc/autoconf.texi (Programming in M4sh): Document that
6579         AS_MKDIR_P succeeds if the destination is a symbolic link
6580         to an existing directory.
6581         (Limitations of Usual Tools): Note that mkdir -p might not
6582         succeed on symlinks to directories.
6584 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
6586         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
6587         * bin/autoheader.in: Grammar fix in message.
6588         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
6589         Test for dir before calling mkdir -p.  (trivial changes)
6591 2004-01-13  Eric Blake  <ebb9@byu.net>
6593         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
6594         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
6596 2004-01-10  Jim Meyering  <jim@meyering.net>
6598         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
6600 2004-01-09  Paul Eggert  <eggert@twinsun.com>
6602         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
6603         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
6604         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
6605         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
6606         AC_COMPILE_IFELSE, since we now assume our caller invokes
6607         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
6608         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
6609         of AC_RUN_IFELSE; this avoids the warning mentioned above.
6610         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
6612 2004-01-07  Paul Eggert  <eggert@twinsun.com>
6614         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
6615         `"'...'"`, as it's confusing (and I suspect it may not work on
6616         some platforms).  The code was incorrect anyway, as it assumed
6617         that \$ evaluated to itself in that context.  Reported by
6618         Alexandre Duret-Lutz.
6620 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
6622         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
6623         and _LT_AC_TAGCONFIG.
6625 2004-01-06  Paul Eggert  <eggert@twinsun.com>
6627         * doc/autoconf.texi (One Macro Call): Fix an incorrect
6628         example, and add more examples.  Reported by Eric Sunshine.
6630 2004-01-05  Paul Eggert  <eggert@twinsun.com>
6632         * doc/autoconf.texi (Limitations of Usual Tools):
6633         Remove warning against "rm -fr" introduced yesterday; it
6634         was a false alarm.
6636         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
6637         autoscan, autoupdate, ifnames): Don't use chmod -w.
6638         * lib/Makefile.am (autom4te.cfg): Likewise.
6639         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
6640         "chmod -w".
6642 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6643             Paolo Bonzini  <bonzini@gnu.org>
6645         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
6646         by doing lineno substitution only on lines containing "$LINENO".
6648 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6650         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
6651         Use "rm -f" to remove conftest.sed, not plain "rm".
6652         Bug reported by David Relson in
6653         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
6655         * Makefile.am (autom4te-update):
6656         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
6657         * Makefile.maint (my-distcheck, do-po-update): Likewise.
6658         * doc/autoconf.texi (Guidelines): Likewise.
6659         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
6660         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
6661         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
6662         * lib/autotest/general.m4 (AT_INIT): Likewise.
6663         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
6664         * tests/Makefile.am (clean-local): Likewise.
6665         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
6666         srcdir): Likewise.
6667         * doc/autoconf.texi (Limitations of Usual Tools):
6668         Warn against "rm -fr".
6670 2004-01-03  Paul Eggert  <eggert@twinsun.com>
6672         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
6673         -c -o might not work.  From a suggestion by Kevin Ryde.
6674         (C Compiler, Generating Sources, Limitations
6675         of Usual Tools, Limitations of Make, Making testsuite Scripts):
6676         Don't put '-o' after non-options, as POSIX doesn't allow this.
6677         Mention that cc's name might be gcc or c89 or whatever.
6679 2004-01-04  Kevin Ryde  <user42@zip.com.au>
6681         * doc/autoconf.texi: Add various further index entries.
6683 2003-12-29  Paul Eggert  <eggert@twinsun.com>
6685         * bin/autoreconf.in (autoreconf_current_directory):
6686         Fix typo: mkdir without umask arg.
6688 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
6690         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
6691         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
6692         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
6693         explanation clearer.
6695 2003-12-24  Andreas Schwab  <schwab@suse.de>
6697         * doc/autoconf.texi (Default Includes): Fix misspelling of
6698         AC_INCLUDES_DEFAULT.
6700 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6702         * configure.ac: Test if sh -n works.
6703         * configure: Regenerate.
6704         * tests/atlocal.in: Store the result here.
6705         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
6706         tools.at, looking in atlocal's ac_cv_sh_n_works instead
6707         of explicitly testing.
6708         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
6709         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
6710         * tests/tools.at (Syntax of the shell scripts): Simplify
6711         using AT_CHECK_SHELL_SYNTAX.
6712         (Syntax of the Perl scripts): Remove definition of
6713         AT_CHECK_PERL_SYNTAX.
6715 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6717         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
6718         stderr to /dev/null.
6719         * bin/autoconf.in: Regenerate.
6720         * bin/wrapper.in: Regenerate.
6722 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
6724         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
6725         Extracted from AS_SHELL_SANITIZE.
6726         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
6727         macros.
6728         (AS_SHELL_SANITIZE): Move reinvocation code from
6729         _AS_LINENO_WORKS, use it to find out if shell
6730         functions work.
6731         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
6732         does not work.
6733         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
6734         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
6735         was called.
6736         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
6737         * bin/autoconf.in: Regenerate.
6738         * tests/wrapper.in: Regenerate.
6739         * tests/tools.at: Test the syntax of tests/autoconf
6740         and tests/testsuite.
6742 2003-11-24  Akim Demaille  <akim@epita.fr>
6744         * config/announce-gen (&print_locations, &print_signatures)
6745         (&sizes): New.
6746         Use them.
6747         No longer rely on Gnus to inline the list of signatures: compute
6748         them on the fly.
6750 2003-11-24  Akim Demaille  <akim@epita.fr>
6752         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
6753         override some files.
6754         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
6755         From Debian Autoconf 2.58.
6757 2003-11-24  Akim Demaille  <akim@epita.fr>
6759         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
6760         uses.
6761         From Debian Autoconf 2.58.
6763 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6765         * TODO: Remove already done things.  Update the part about finding
6766         tools for the target.
6768 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6770         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
6771         Make wording more consistent.
6772         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
6773         Explain the transition better.
6774         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
6775         the transition better.
6777 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6779         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
6780         parameter of AU_DEFUN.
6781         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
6782         (AU_DEFUN): Remove the third parameter, it was not used.
6783         Use AC_DEFUN directly, not AU_DEFINE.
6784         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
6785         the expanded body, consistently with other macros such as AC_USG.
6787 2003-11-17  Paul Eggert  <eggert@twinsun.com>
6789         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
6790         into the initial confdefs.h, to work around a bug in NextStep 3.3
6791         patch 3 reported by Eric Sunshine.
6793 2003-11-15  Kevin Ryde  <user42@zip.com.au>
6795         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
6796         than $target since the latter is not usual, add guidelines on when to
6797         use or not use the system type.
6799 2003-11-12  Derek Price  <derek@ximbiot.com>
6801         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
6802         typo misrepaired by an auto-spellcheck.
6804 2003-11-12  Akim Demaille  <akim@epita.fr>
6806         * bin/autoreconf.in (&parse_args): Don't call automake with
6807         --force-missing unless it actually supports it.
6808         From Debian #219336.
6810 2003-11-12  Akim Demaille  <akim@epita.fr>
6812         * configure.ac: Bump to 2.59a.
6813         Require 2.59.
6815 2003-11-06  Akim Demaille  <akim@epita.fr>
6817         Version 2.59.
6819 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
6821         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
6822         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
6823         and ac_abs_top_srcdir are absolute paths.
6824         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
6826 2003-11-05  Akim Demaille  <akim@epita.fr>
6828         * configure.ac: Bump to 2.58a.
6830 2003-11-05  Kevin Ryde  <user42@zip.com.au>
6832         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
6833         it provokes a warning from makeinfo about looking like a cross
6834         reference in info output.
6836         * doc/autoconf.texi (Function Portability): Add notes on signal
6837         handler return type, as per AC_TYPE_SIGNAL.
6839 2003-11-04  Akim Demaille  <akim@epita.fr>
6841         Version 2.58.
6842         * doc/standards.texi: Update from master.
6844         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
6846 2003-11-04  Akim Demaille  <akim@epita.fr>
6848         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
6849         computing the absolute path to d1 in the source hierarchy: it may
6850         not exist at all.  So don't cd into it.
6851         From Alexandre Duret-Lutz.
6852         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
6854         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
6855         From Paul Eggert, but named after Perl's IO::Spec->catfile.
6856         * doc/autoconf.texi (Programming in M4sh): Document.
6857         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
6859 2003-11-03  Pavel Roskin  <proski@gnu.org>
6861         * doc/autoconf.texi (Generic Structure Checks): Describe
6862         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
6864 2003-10-31  Akim Demaille  <akim@epita.fr>
6866         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
6867         (GNU Fortran): New.
6868         * doc/autoconf.texi (Language Choice): Document.
6869         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
6870         the current language is Fortran.
6872 2003-10-31  Akim Demaille  <akim@epita.fr>
6874         * bin/autom4te.in (&freeze): Use a less likely warning separator
6875         than `\n\n', so that `\n\n\n' is valid in warnings.
6876         Reported by Steve Huston.
6878 2003-10-28  Akim Demaille  <akim@epita.fr>
6880         * Makefile.cfg (local_updates, executable-update): Tweak to be
6881         robust to parallel makes.
6882         Suggested by Alexandre Duret-Lutz.
6884 2003-10-27  Akim Demaille  <akim@epita.fr>
6886         * Makefile.cfg (executable-update): New.
6887         (local_updates): Call it.
6889 2003-10-27  Akim Demaille  <akim@epita.fr>
6891         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
6892         Don't remove core.* as it may remove valid user files.
6893         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
6894         (AC_FUNC_UTIME_NULL): Likewise.
6896 2003-10-23  Akim Demaille  <akim@epita.fr>
6898         Version 2.57g.
6899         * config/config.guess, config/config.sub: Upgrade from masters.
6901 2003-10-23  Akim Demaille  <akim@epita.fr>
6903         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
6904         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
6905         hand...
6907 2003-10-23  Akim Demaille  <akim@epita.fr>
6909         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
6910         Don't forget to remove conftest.err.
6912 2003-10-23  Akim Demaille  <akim@epita.fr>
6914         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
6915         same object file in $LIBOBJS.
6916         Reported by Alexandre Duret-Lutz & Derek Robert Price.
6917         * doc/autoconf.texi (Generic Functions): Adjust.
6919 2003-10-20  Paul Eggert  <eggert@twinsun.com>
6921         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
6922         Use 'eval', so that the resulting configure scripts work even if
6923         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
6925 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
6927         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
6928         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
6929         (_AC_LINK_IFELSE): Check the werror flag.
6930         * doc/autoconf.texi (Generic Compiler Characteristics): Document
6931         AC_LANG_WERROR.
6932         * NEWS: Mention it.
6934 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
6936         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
6937         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
6938         override AC_LINK_IFELSE.
6940 2003-10-15  Paul Eggert  <eggert@twinsun.com>
6942         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
6943         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
6944         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
6945         Mention /usr/dt/bin/dtksh on Solaris.
6946         (Shell Substitutions): Warn about $((...)).
6947         (Parentheses): New section.
6949 2003-10-15  Kevin Ryde  <user42@zip.com.au>
6951         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
6952         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
6954 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6956         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
6957         cross test.
6959 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
6961         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
6962         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
6964 2003-10-10  Andreas Schwab  <schwab@suse.de>
6966         * bin/autoheader.in: Avoid empty first line in --version and
6967         --help output.
6968         * bin/ifnames.in: Likewise.
6970 2003-10-09  Paul Eggert  <eggert@twinsun.com>
6972         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
6973         Issue a more-informative diagnostic.
6974         Problems reported by Eric Sunshine.
6976 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
6978         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
6979         -mGLOB_options_string stuff for Intel ifc, which can cause
6980         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
6981         pattern-matching instead of grep.
6983 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
6985         * doc/autoconf.texi: Document new FC Fortran macros.
6987 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
6989         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
6990         that future autopoint/aclocal/automake/autoreconf will be able
6991         to trace to find where to install local m4 macros.
6992         * doc/autoconf.texi (Input): Document it.
6993         * NEWS: Updated.
6995 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
6997         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
6998         -lcrtbegin.o to list of ignored flags and fix underquoting of
6999         -lcrt[01].o.
7001 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
7003         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
7004         cache variable instead of $G77 to decide whether to include -O2,
7005         since $G77 is specific to Fortran 77.
7007 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
7009         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
7010         free" flag.  Re-order flags tested into rough order of popularity.
7012 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
7014         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
7015         arguments so that it can be used with syntax identical to
7016         AC_PROG_F77, and so that we can more easily decide to
7017         remove/deprecate the DIALECT optional argument in the future if it
7018         proves troublesome.
7019         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
7020         non-freeform-supporting compilers.  Document freeform flags.
7022 2003-10-03  Akim Demaille  <akim@epita.fr>
7024         * configure.ac: Look for emacs, not macs.
7025         Reported by Eric Sunshine.
7027 2003-10-03  Akim Demaille  <akim@epita.fr>
7029         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
7030         * bin/autoreconf.in (autoreconf_current_directory): Create the
7031         AUX_DIR if needed, for sake of automake --add-missing etc.
7032         Suggested by Alexandre Duret-Lutz.
7034 2003-10-03  Akim Demaille  <akim@epita.fr>
7036         * configure.ac: Quotation and formatting changes.
7037         (EMACS): Don't set it if it is not recent enough to support
7038         autoconf-mode.el.
7039         From Eric Sunshine.
7041 2003-10-02  Akim Demaille  <akim@epita.fr>
7043         * bin/ifnames.in (&scan_file): Skip C++ comments.
7044         From Jeremy Yallop.
7046 2003-10-01  Pavel Roskin  <proski@gnu.org>
7048         * doc/autoconf.texi (Particular Structure Checks):
7049         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
7051 2003-10-01  Akim Demaille  <akim@epita.fr>
7053         Version 2.57f.
7055 2003-09-30  Paul Eggert  <eggert@twinsun.com>
7057         * lib/Autom4te/XFile.pm: Use Errno.
7058         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
7059         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
7061 2003-09-30  Akim Demaille  <akim@epita.fr>
7063         * config/announce-gen (&print_news_deltas): Extracted from...
7064         (&print_changelog_deltas): here.
7065         (&news_file): Rename as...
7066         (@news_file): this.
7068 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
7070         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
7071         have been created when invoking the compiler.
7072         * tests/fortran.at (GNU Fortran 77): Quote $G77.
7074 2003-09-29  Akim Demaille  <akim@epita.fr>
7076         Version 2.57e.
7078         * config/mkinstalldirs: Upgrade.
7080 2003-09-28  Paul Eggert  <eggert@twinsun.com>
7082         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
7083         Problem reported by Lars J. Aas in
7084         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
7085         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
7086         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
7087         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
7089 2003-09-26  Akim Demaille  <akim@epita.fr>
7091         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
7092         directory for AC_CONFIG_COMMANDS' first argument exists.
7093         This makes valid the invocation of _AC_SRCPATH that follows.
7094         Reported by Eric Sunshine.
7095         * doc/autoconf.texi (Configuration Commands): Adjust.
7097 2003-09-26  Akim Demaille  <akim@epita.fr>
7099         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
7100         Reported by Ralf Corsepius.
7102 2003-09-26  Akim Demaille  <akim@epita.fr>
7104         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
7105         arguments.
7106         Actually, use AU_ALIAS.
7107         From Bruno Haible.
7109 2003-09-26  Paul Eggert  <eggert@twinsun.com>
7111         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
7112         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
7113         Problem reported by Eric Sunshine in:
7114         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
7116 2003-09-26  Akim Demaille  <akim@epita.fr>
7118         The test suite are sometimes assigning timings incorrectly.
7119         Reported by Henk Krus.
7120         Diagnosed by Nicolas Joly.
7122         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
7123         AT_help_all.
7124         Instead of making AT_help a sequence of assignments to grow
7125         $at_help_all, just make AT_help_all be the growing contents of
7126         $at_help_all, and make a single assignment in...
7127         (AT_INIT): here.
7128         (at_times_skip): Flip the meaning and rename as...
7129         (at_times_p): this.
7130         (AT_INIT): When summarizing the test that ran, remove
7131         $at_times_file after use, and check it is present before trying to
7132         use it.
7134 2003-09-25  Akim Demaille  <akim@epita.fr>
7136         Version 2.57d.
7138         * bin/Makefile.am (edit): Handle '@configure_input@'.
7139         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
7140         (ifnames): chmod -w.
7141         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
7142         executables, not bin/ executables!  Otherwise all the magic needed
7143         to find non installed files is turned off.  This caused a failure
7144         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
7145         as found in its environment (sent by tests/autoreconf): pointing
7146         to bin/autom4te that could not find its files.
7147         * tests/mktests.sh: Force the replacement of generated files, for
7148         the sake of "mv" program that are interactive when overwriting a
7149         -w file.
7150         * config/install-sh: Upgrade from CVS Automake.
7152 2003-09-23  Paul Eggert  <eggert@twinsun.com>
7154         * doc/autoconf.texi (Limitations of Builtins): Document test -h
7155         versus test -L issues.
7157 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
7158             Paul Eggert  <eggert@twinsun.com>
7160         Trivial change to support GCC's configuration procedure.
7161         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
7162         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
7163         about inconsistency if the preprocessor is set to give errors for
7164         any warning.
7165         * doc/autoconf.texi (C Compiler Characteristics): Document this.
7167 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
7169         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
7170         and XFile.pm from Automake.
7171         * lib/Autom4te/XFile.pm: Update from Automake.
7173 2003-09-12  Akim Demaille  <akim@epita.fr>
7175         Version 2.57c.
7177 2003-09-12  Akim Demaille  <akim@epita.fr>
7179         * config/config.guess, config/config.sub, config/missing,
7180         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
7181         from masters.
7183 2003-09-12  Akim Demaille  <akim@epita.fr>
7185         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
7186         not asm/types.h.
7188 2003-09-11  Akim Demaille  <akim@epita.fr>
7190         * doc/autoconf.texi (Header Portability): linux/random.h.
7191         From Peter Hendrickson.
7193 2003-09-10  Akim Demaille  <akim@epita.fr>
7195         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
7196         willing to edit the output files.
7198 2003-09-10  Akim Demaille  <akim@epita.fr>
7200         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
7201         and AC_FC_FREEFORM.
7202         * tests/mktests.sh: Skip AC_FC_SRCEXT.
7203         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
7205 2003-09-09  Akim Demaille  <akim@epita.fr>
7207         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
7208         Reported by Gary Vaughan.
7209         * bin/autom4te.in (handle_m4): Likewise.
7211 2003-09-09  Akim Demaille  <akim@epita.fr>
7213         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
7214         trailing files.
7216 2003-09-07  Paul Eggert  <eggert@twinsun.com>
7218         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
7219         Improve the accuracy of the wording about obsolescence.
7220         From a suggestion by Ian Lance Taylor in
7221         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
7223 2003-09-05  Paul Eggert  <eggert@twinsun.com>
7225         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
7226         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
7228 2003-09-04  Akim Demaille  <akim@epita.fr>
7230         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
7231         AC_FUNC_WAIT3.
7233 2003-09-04  Akim Demaille  <akim@epita.fr>
7235         * bin/autom4te.in: Use &fatal where more appropriate than &error.
7236         (freeze): When exiting, use $exit_code.
7237         * lib/autoconf/fortran.m4: Comment changes.
7239 2003-09-04  Akim Demaille  <akim@epita.fr>
7241         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
7243 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
7245         Add support for newer Fortran dialects.  The F77 interface is
7246         unchanged, and continues to support Fortran 77.  New FC macros
7247         correspond to all the old F77 macros, with output variables FC,
7248         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
7249         available dialect, but older dialects can be specified.  There are
7250         new macros AC_FC_SRCEXT to set the source extension, and
7251         AC_FC_FREEFORM to accept free-form source files.
7253         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
7254         New macros.
7255         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
7256         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
7257         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
7258         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
7259         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
7260         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
7261         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
7262         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
7263         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
7264         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
7265         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
7266         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
7267         AC_FC_SRCEXT, AC_FC_FREEFORM):
7268         New macros.
7269         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
7270         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
7271         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
7272         Rewrite in terms of the above.
7273         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
7274         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
7275         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
7276         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
7278 2003-09-02  Paul Eggert  <eggert@twinsun.com>
7280         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
7281         Document problems with timestamp resolution that 'make', 'cp -p', and
7282         'touch -r' have.
7284 2003-08-27  Akim Demaille  <akim@epita.fr>
7286         * tests/m4sugar.at (cross_warning): Make sure to enable the
7287         output, so that we can track spurious m4sugar output.
7288         * tests/local.at: Require 2.57.
7289         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
7290         are defaulted by AT_CHECK anyway.
7291         Use AT_CHECK_AUTOM4TE.
7292         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
7293         missing dnl.
7295 2003-08-27  Akim Demaille  <akim@epita.fr>
7297         * bin/autoheader.in: Issue the "Using auxiliary..." message only
7298         when -Wobsolete is set.
7299         Set it on by default.
7300         Suggested by Klee Dienes.
7302 2003-08-27  Akim Demaille  <akim@epita.fr>
7304         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
7305         documentation.
7306         From Guido Draheim.
7308 2003-08-26  Akim Demaille  <akim@epita.fr>
7310         * doc/autoconf.texi (Output): Make clear that one can run code
7311         after AC_OUTPUT.
7313 2003-08-25  Akim Demaille  <akim@epita.fr>
7315         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
7316         CVS Bison.
7318 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
7320         * bin/autoreconf.in (parse_args): Do not pass --no-force to
7321         Automake versions prior to 1.8.
7323 2003-08-25  Akim Demaille  <akim@epita.fr>
7325         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
7326         From Ville Karaila.
7328 2003-08-24  Akim Demaille  <akim@epita.fr>
7330         * configure.ac: Bump to 2.57c.
7332 2003-08-22  Akim Demaille  <akim@epita.fr>
7334         Version 2.57b.
7336         * Makefile.cfg (local-checks-to-skip): New.
7337         * Makefile.maint (local-check): Rename as...
7338         (local-checks-available): this.
7339         (local-check): New.
7341         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
7342         * configure.ac: Require Automake 1.7.6.
7344 2003-08-22  Akim Demaille  <akim@epita.fr>
7346         Output stack traces in warnings.
7348         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
7349         Replace the former...
7350         (m4_warn): Pass the call stack to _m4_warn.
7351         * bin/autom4te.in: Adjust to output the call stack.
7352         * tests/m4sugar.at (m4@&t@_warn): Adjust.
7354 2003-08-22  Akim Demaille  <akim@epita.fr>
7356         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
7357         * bin/autom4te.in: Adjust.
7359 2003-08-21  Akim Demaille  <akim@epita.fr>
7361         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
7362         (&verbose): Remove.
7363         (&getopt): Adjust the note and verb channels, depending upon
7364         --verbose.
7365         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
7366         * bin/autoupdate.in: Adjust.
7367         Use &verb, not &verbose.
7369 2003-08-21  Akim Demaille  <akim@epita.fr>
7371         * bin/autoheader.in (&parse_args): Use &parse_warnings and
7372         &parse_WARNINGS.
7373         ($help): Use Autom4te::ChannelDefs::usage.
7374         * bin/autoscan.in: Use Autom4te::ChannelDefs.
7375         * lib/Autom4te/General.pm: Don't export error: you don't own it.
7377 2003-08-21  Akim Demaille  <akim@epita.fr>
7379         First stab at preserving warnings between calls to autom4te,
7380         including when the cache is used.
7382         There are still several issues: (i) there are too many runs of m4
7383         (one for include, one for warnings, and some more), (ii) warnings
7384         spreading on several lines are not handled gracefully, (iii) the
7385         code meant to have the call stack display for errors does not work
7386         (its handling should move from m4 to autom4te).
7388         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
7389         Use them.
7390         (@preselect): Add m4_warn.
7391         ($exit_status): Remove, use $exit_code.
7392         ($help): Use Autom4te::ChannelDefs::usage.
7393         (&handle_m4): No longer define the m4_warnings.
7394         At each run, extract and report the warnings.
7395         Always cache the result, including if the exit status is on
7396         failure, since if nothing changes, we should result in the same
7397         failure, hence we can use the cache.
7398         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
7399         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
7400         Remove.
7401         (m4_warn): Redefine as a do-nothing: it is its invocation that
7402         matters, as warnings are now reported via traces.
7403         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
7404         the contents of m4_warn: make it _call_ m4_warn, so that tracing
7405         the latter reveals calls to the former.
7407         Adjust the tests.
7409         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
7411 2003-08-21  Akim Demaille  <akim@epita.fr>
7413         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
7414         Use them.
7416 2003-08-21  Akim Demaille  <akim@epita.fr>
7418         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
7419         forward order.
7420         * lib/Autom4te/ChannelDefs.pm: Doc typos.
7421         (&parse_warnings): Accept a list of warning requests.
7422         (&usage): Return a string, not a side effect.
7423         (cross): New warning category.
7425 2003-08-21  Akim Demaille  <akim@epita.fr>
7427         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
7428         (&require_configure_ac): Accept an optional directory argument.
7429         ($configure_ac): Remove.
7430         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
7431         (&catfile): Remove.
7432         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
7433         * bin/autoscan.in: Adjust.
7435 2003-08-20  Akim Demaille  <akim@epita.fr>
7437         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
7438         Reported by Alexandre Duret-Lutz.
7440 2003-08-20  Akim Demaille  <akim@epita.fr>
7442         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
7443         * bin/autom4te: Adjust.
7444         In particular, be Autoconf tools are really silent when properly
7445         working, bind the verbosity of the 'note' channel to $verbose.
7446         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
7447         (&xsystem, &contents): Remove, since they are exported by...
7448         * lib/Autom4te/FileUtils.pm: this.
7449         More perldoc.
7450         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
7451         * lib/Autom4te/FileUtils.pm: here.
7453 2003-08-20  Akim Demaille  <akim@epita.fr>
7455         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
7456         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
7457         from CVS Automake.
7459 2003-08-20  Akim Demaille  <akim@epita.fr>
7461         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
7462         (autom4te-update): New.
7463         * Makefile.cfg (update): Bind autom4te-update.
7465 2003-08-19  Derek Price  <derek@ximbiot.com>
7467         * lib/autotest/general.m4: Comment various HELP_* diversions.
7468         (PARSE_ARGS_BEGIN): New section for option parsing related
7469         initialization.
7470         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
7471         package specific options and associated help.
7473 2003-08-19  Akim Demaille  <akim@epita.fr>
7475         * config/announce-gen, Makefile.cfg: New.
7476         * Makefile.am: Adjust.
7477         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
7479 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7481         * lib/autom4te.in (Automake-preselections): Preselect
7482         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
7483         and m4_sinclude.
7485 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7487         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
7488         (Autoconf-without-aclocal-m4): ... this new language.
7489         * doc/autoconf.texi (autom4te Invocation): Mention
7490         Autoconf-without-aclocal-m4.
7492 2003-08-18  Derek Price  <derek@ximbiot.com>
7494         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
7495         RUN-IF-PASS optional arguments.
7497 2003-08-18  Derek Price  <derek@ximbiot.com>
7499         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
7501 2003-08-16  Derek Price  <derek@ximbiot.com>
7503         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
7504         STDOUT & STDERR arguments.
7506 2003-08-14  Derek Price  <derek@ximbiot.com>
7508         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
7509         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
7510         shorter column three.  Add DESCRIPTION to log file content.
7512 2003-08-13  Derek Price  <derek@ximbiot.com>
7514         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
7515         output.
7517 2003-08-12  Derek Price  <derek@ximbiot.com>
7519         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
7520         (AT_CHECK_NOESCAPE): Move core functionality to...
7521         (_AT_CHECK): ...this new macro.
7523 2003-08-07  Derek Price  <derek@ximbiot.com>
7525         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
7526         (AT_CHECK_NOESCAPE): ...to this new macro.
7528 2003-07-31  Paul Eggert  <eggert@twinsun.com>
7530         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
7531         in Bash 2.01.  Problem reported by Brian Gough in
7532         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
7534 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
7536         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
7537         -lcrt1.o, for OS X.  (trivial change)
7539 2003-07-07  Paul Eggert  <eggert@twinsun.com>
7541         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
7542         inside '#ifndef __cplusplus'.  Problem reported by
7543         Bob Friesenhahn.
7545 2003-07-06  Bill Clarke  <llib@computer.org>
7547         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
7548         'long', not 'int', for benefit of Sun's recent C++ compilers
7549         (trivial change).  See:
7550         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
7551         (This really should be 'intptr_t', not 'long', but that would
7552         take more work.)
7554 2003-06-25  Akim Demaille  <akim@epita.fr>
7556         * lib/Makefile.am (autom4te.cfg): Make it read only.
7557         Depend on Makefile since it contains substitutions.
7558         From Paolo Bonzini.
7559         * lib/autom4te.in (args): Add local.at? for Autotest args.
7560         This change was made on autom4te.cfg which is generated.
7561         Reported by Raja R. Harinath.
7563 2003-06-25  Akim Demaille  <akim@epita.fr>
7565         * doc/autoconf.texi (Header Portability): sys/mount.h.
7566         From Gareth McCaughan.
7568 2003-06-23  Akim Demaille  <akim@epita.fr>
7570         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
7571         not all of them.  This fixes 1. the fact that when testing
7572         Autoconf there are many many config.log, 2. the incorrect use of
7573         top_srcdir to find config.log.
7574         Don't mix the detailed output of failed test with the summary of
7575         failures.  Rather, append detailed log afterwards.
7577 2003-06-23  Akim Demaille  <akim@epita.fr>
7579         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
7580         always run: output config.log on $at_group_log.
7582 2003-06-23  Akim Demaille  <akim@epita.fr>
7584         * tests/torture.at (#define header templates): Don't use quotes in
7585         C++ comments as it puzzles Emacs' sh font-lock-mode.
7587 2003-06-23  Akim Demaille  <akim@epita.fr>
7589         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
7590         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
7591         * tests/atspecific.m4: Rename as...
7592         * tests/local.at: This.
7593         * tests/suite.at: Move the globals into...
7594         * tests/local.at: here.
7595         * tests/Makefile.am: Adjust.
7596         * doc/autoconf.texi (testsuite Scripts): Adjust.
7598 2003-06-21  Kevin Ryde  <user42@zip.com.au>
7600         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
7601         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
7602         ensuring we add -std1 for full-ANSI.
7604         * doc/autoconf.texi (hdrindex): New macro.
7605         Add index entries for portability of various standard header files.
7607 2003-06-20  Akim Demaille  <akim@epita.fr>
7609         * configure.ac: Bump to 2.57b.
7611 2003-06-20  Akim Demaille  <akim@epita.fr>
7613         Version 2.57a.
7615 2003-06-20  Akim Demaille  <akim@epita.fr>
7617         * bin/autom4te.in: Don't rely on $HOME being defined.
7618         Reported by Marc Espie as PR/233.
7620 2003-06-20  Akim Demaille  <akim@epita.fr>
7622         * lib/autotest/general.m4: Use at_times_file only if used.
7623         From Nicolas Joly.
7625 2003-06-20  Akim Demaille  <akim@epita.fr>
7627         * config/config.guess, config/config.sub, config/elisp-comp,
7628         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
7629         Update from masters.
7631 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
7633         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
7634         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
7635         (TEST_SCRIPT): New diversion.
7636         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
7637         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
7638         (AT_INIT): Support for expected failures.
7640 2003-06-02  Akim Demaille  <akim@epita.fr>
7642         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
7643         changes.
7644         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
7645         Autoconf nor Automake.
7646         (&contents): New, from Automake.
7647         PODify.
7649 2003-05-28  Paul Eggert  <eggert@twinsun.com>
7651         * NEWS, doc/autoconf.texi (Particular Functions),
7652         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
7653         is the inverse of localtime.
7655 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
7657         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
7658         (handle_exec_errors): New function.  Work around $! being
7659         altered by WEXITSTATUS.
7660         (xqx, xsystem): Use handle_exec_errors.
7662 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
7664         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
7665         Do not call `_exit()', simply modify `$?'.
7666         (xsystem): Reset $! before running system, and check it afterward.
7667         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
7668         63 for version mismatches.
7670 2003-05-23  Akim Demaille  <akim@epita.fr>
7672         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
7673         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
7674         the middle of a line).
7675         * lib/m4sugar/m4sugar.m4: Likewise.
7676         Remove useless spaces in comments.
7678 2003-05-23  Akim Demaille  <akim@epita.fr>
7680         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
7681         exit 63, so that we (or Automake's "missing") can tell the
7682         difference with a plain failure.
7683         * doc/autoconf.texi (Notices): Adjust.
7685 2003-05-23  Akim Demaille  <akim@epita.fr>
7687         * Makefile.am, bin/Makefile.am, config/Makefile.am,
7688         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
7689         White spaces cleanup.
7691 2003-05-22  Jim Meyering  <jim@meyering.net>
7692             Paul Eggert  <eggert@twinsun.com>
7694         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
7695         Remove `#include <stdlib.h>' from the list; we should never
7696         make confdefs.h include <stdlib.h> or <cstdlib>, because the
7697         resulting namespace pollution would cause other tests to fail.
7698         Configure scripts run with some older versions of g++ and HP's
7699         aCC would fail due to such an #include.  Problems reported by
7700         Matthew Mueller in <http://bugs.debian.org/120704> and by
7701         Keith Bostic in
7702         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
7703         In the test, use the test declaration before including <stdlib.h>,
7704         as that's closer to how it'll be used.
7706 2003-05-23  Akim Demaille  <akim@epita.fr>
7708         * doc/autoconf.texi (Header Portability): ucred.h.
7709         From Ian Redfern.
7711 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7713         Overhaul Autotest's logging: generate separate log files
7714         in testsuite.dir/NNN/testsuite.log, and append them to
7715         testsuite.log instead of re-running the test verbosely.
7717         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
7718         file descriptor, write 0 to at_status_file instead of setting
7719         at_status=0, initialize some new variables (at_status_file,
7720         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
7721         to rerun the tests, instead append the at_group_log to the
7722         at_suite_log when a test fails.
7723         (AT_SETUP): pipe the test case's output into at_tee_pipe,
7724         with the AS_MESSAGE_LOG_FD redirected to stdout.
7725         (AT_CLEANUP): save the output status in $at_status_file
7726         and restore it, redirect the AS_MESSAGE_LOG_FD back to
7727         its original place.
7728         (AT_CHECK): since tests are run with a redirected stdout,
7729         and used to be re-run in verbose mode, turn some $at_verbose
7730         into echo, and don't redirect the output of testing stdout
7731         and stderr.
7733         * lib/autotest/autoconf.texi (testsuite Scripts): Update
7734         the name of the debugging directory and information about
7735         its contents.
7737 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7739         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
7740         parameter.
7742 2003-05-22  Akim Demaille  <akim@epita.fr>
7744         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
7745         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
7746         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
7747         * lib/autoconf/status.m4: Fix and adjust copyright notices.
7749 2003-05-22  Akim Demaille  <akim@epita.fr>
7751         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
7752         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
7753         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
7754         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
7755         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
7756         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
7757         * lib/autoconf/status.m4, lib/autoconf/types.m4,
7758         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
7759         * tests/atspecific.m4, tests/base.at, tests/compile.at,
7760         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
7761         * tests/tools.at, tests/torture.at:
7762         Whitespace clean up.
7763         Suggested by Jim Meyering.
7765 2003-05-22  Akim Demaille  <akim@epita.fr>
7767         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
7768         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
7769         Reported by Jim Meyering.
7771 2003-05-22  Akim Demaille  <akim@epita.fr>
7773         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
7774         Add AC_HELP_STRING  to the obsolete macros section.
7775         Typos.
7776         Use '@.' for sentences that ended in a capital letter.
7777         From Art Haas.
7779 2003-05-22  Akim Demaille  <akim@epita.fr>
7781         * config/config.guess, config/config.sub, config/elisp-comp,
7782         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
7783         * config/texinfo.tex, doc/standards.texi: Update from masters.
7785 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
7787         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
7788         it to eval.
7790 2003-05-21  Akim Demaille  <akim@epita.fr>
7792         * bin/autoupdate.in ($m4): Fix quotation.
7793         Reported by Martin Mokrejs.
7795 2003-05-19  Paul Eggert  <eggert@twinsun.com>
7797         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
7798         Remove non-ASCII characters.
7800 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
7802         * tests/semantics.at (AC_SEARCH_LIBS): New test.
7803         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
7804         AC_CHECK_HEADERS_NEW): New tests.
7806 2003-05-17  Akim Demaille  <akim@epita.fr>
7808         * lib/autoconf/functions.m4: Use the default includes so that
7809         memcmp be declared before being tested.
7810         Reported by Sander Niemeijer.
7811         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
7812         * doc/autoconf.texi (Default Includes): Document
7813         AC_INCLUDES_DEFAULT.
7815 2003-05-17  Akim Demaille  <akim@epita.fr>
7817         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
7818         * doc/autoconf.texi (Obsolete Macros): Adjust.
7819         Reported by Werner LEMBERG and Debian Bug 190886.
7821 2003-05-16  Akim Demaille  <akim@epita.fr>
7823         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
7824         user name space clashes.
7825         Reported by Bruno Haible.
7827 2003-05-16  Akim Demaille  <akim@epita.fr>
7829         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7830         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
7831         them uniform, and more robust to Perl special characters.
7832         Reported by Martin Mokrejs.
7834 2003-05-14  Akim Demaille  <akim@epita.fr>
7836         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
7838 2003-05-14  Akim Demaille  <akim@epita.fr>
7840         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
7841         linux/irda.h.
7843 2003-05-12  Akim Demaille  <akim@epita.fr>
7845         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
7846         message.
7847         From Matthias Andree.
7849 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
7851         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
7852         and truncate.
7854 2003-05-06  Akim Demaille  <akim@epita.fr>
7856         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
7857         longer updates aclocal.m4 if useless, (ii) if a file m4_included
7858         by aclocal.m4 is changed it might require the importing of another
7859         m4 extension file, i.e., aclocal must be run.
7861         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
7862         (&parse_args): Use --force with aclocal if required and supported.
7863         (&autoreconf_current_directory): Use &run_aclocal.
7865 2003-05-06  Akim Demaille  <akim@epita.fr>
7867         Lock autom4te's cache.
7869         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
7870         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
7871         argument instead of a file name, so that the request file remains
7872         open during the whole autom4te run.
7873         ($icache_file): New.
7874         (&freeze): Lock the $icache_file.
7876 2003-04-29  Derek Price  <derek@ximbiot.com>
7878         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
7879         seperator with m4_append_uniq().  It doesn't work.
7880         (AT_CLEANUP): Add `;' to end of at_help_all.
7881         (AT_INIT): Allow --keywords to be specified more than once.  When
7882         grepping $at_help_all for keywords, use the field and keyword
7883         seperators to ensure a complete keyword match.  Alter at_prev handling
7884         to support the new --keywords behavior.
7886 2003-04-27  Karl Berry  <karl@freefriends.org>
7888         * doc/autoconf.texi: Make the dir entries in the autoconf manual
7889         align better with others.  I also made some of the individual
7890         entries on one line, for brevity and to make it easier for me to
7891         sort my dir-example file in the Texinfo distribution :).
7893 2003-04-12  Jim Meyering  <jim@meyering.net>
7895         * NEWS: Mention the new macro.
7896         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
7897         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
7898         * tests/c.at: Test AC_C_RESTRICT.
7899         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
7901 2003-04-08  Akim Demaille  <akim@epita.fr>
7903         * bin/ifnames.in: Skip C++ comments.
7904         From Jeremy Yallop.
7906 2003-04-08  Akim Demaille  <akim@epita.fr>
7908         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
7909         From Ilya Zakharevich.
7911 2003-04-08  Akim Demaille  <akim@epita.fr>
7913         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
7914         net/if.h, stdlib.h.
7916 2003-04-01  Derek Price  <derek@ximbiot.com>
7918         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
7919         from Akim's checkin of 2003-03-29.
7921 2003-04-01  Derek Price  <derek@ximbiot.com>
7923         * tests/torture.at (Configuring subdirectories): Add missing
7924         close-quote for Akim's change from 2003-03-28.
7926 2003-04-01  Akim Demaille  <akim@epita.fr>
7928         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
7929         (AC, AT, MS): these.
7930         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
7931         New.
7932         Use them.
7933         * doc/Makefile.am (CLEANFILES): Adjust.
7934         (TEXI2DVI): Make it --batch.
7936 2003-03-31  Derek Price  <derek@ximbiot.com>
7938         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
7939         which removed the main loop.
7940         Thanks to Akim Demaille.
7942 2003-03-29  Akim Demaille  <akim@epita.fr>
7944         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
7945         that starts a GUI.
7946         From Ilya Zakharevich.
7948 2003-03-29  Akim Demaille  <akim@epita.fr>
7950         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
7951         documentation to read is Autoconf's.
7952         Suggested by Paul Eggert.
7954 2003-03-28  Akim Demaille  <akim@epita.fr>
7956         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
7957         reading the section "Present But Cannot Be Compiled" when the
7958         header causes problems.
7960 2003-03-28  Akim Demaille  <akim@epita.fr>
7962         * tests/torture.at (Configuring subdirectories): Require aclocal
7963         1.4, otherwise the test fails, as it does support configure.ac.
7964         This fixes the "test 40 failed" bug reports.
7966 2003-03-28  Akim Demaille  <akim@epita.fr>
7968         * doc/autoconf.texi (C Compiler): `#line' portability.
7969         From Paul Eggert and Nelson H. F. Beebe.
7971 2003-03-27  Derek Price  <derek@ximbiot.com>
7973         * lib/autotest/general.m4: Eliminate main loop and reorganize test
7974         layout in order to allow scripting around test groups.
7976 2003-03-27  Derek Price  <derek@ximbiot.com>
7978         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
7979         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
7980         use new diversions in preparation for accepting new arguments and
7981         allowing scripting around tests.
7982         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
7984 2003-03-26  Derek Price  <derek@ximbiot.com>
7986         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
7987         obsolete AC_HELP_STRING.
7988         (AC_HELP_STRING): AU_DEFUN to...
7989         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
7990         * tests/m4sh.at (AS_HELP_STRING): New test.
7992         * tests/acgeneral.at: Regenerated.
7994 2003-03-26  Derek Price  <derek@ximbiot.com>
7996         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
7997         sense.  Verbosify the diversion definitions comment.
7999 2003-03-26  Derek Price  <derek@ximbiot.com>
8001         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
8002         AS_PREPARE.
8004 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
8006         * doc/autoconf.texi (Present But Cannot Be Compiled):
8007         Grammar fixes and minor rewording. (trivial change)
8009 2003-03-06  Paul Eggert  <eggert@twinsun.com>
8011         Work around a problem noted by Nelson H. F. Beebe with coreutils
8012         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
8013         2002/05/09) rejects '#line 32768 "configure"' because the line
8014         number overflows.
8015         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
8016         #line directives.
8017         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
8018         * doc/autoconf.texi (Generating Sources): Document this.
8020 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
8022         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
8023         file name for the m4 program, when it has an "exe" file extension.
8024         DJGPP's error messages include the error code in brackets -
8025         remove the error code during normalization.
8027 2003-02-28  Akim Demaille  <akim@epita.fr>
8029         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
8031 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
8033         * doc/autoconf.texi (Limitations of Make): Remove the section
8034         about `$<' in inference rules, it was a bogus interpretation of
8035         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
8036         Tru64 make in the "target lookup" section.
8037         (Automake): Automake 1.5+ no longer requires special tools to be
8038         present on the developer's host.
8040 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
8042         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
8043         to a shell that can handle redirection or quoting correctly.
8044         Override SHELL with the shell detected by configure.
8045         Use of $^O suggested by Tim van Holder.
8046         * bin/autom4te.in (BEGIN): Likewise.
8047         * bin/autoreconf.in (BEGIN): Likewise.
8048         * bin/autoscan.in (BEGIN): Likewise.
8049         * bin/autoupdate.in (BEGIN): Likewise.
8050         * bin/ifnames.in (BEGIN): Likewise.
8052         * bin/ifnames.in: Add final newline to help and version messages.
8054         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
8055         to cope with DOS-style absolute paths, when constructing
8056         ${ac_make}.
8058         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
8059         When constructing paths with IFS=:, quote the path. If we're
8060         constructing a DOS-style absolute path, we don't want to split it
8061         on the colon.
8063         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
8064         in description.
8066 2003-02-25  Pavel Roskin  <proski@gnu.org>
8068         * bin/autoheader.in: Add missing newline when printing
8069         suggestion how change AC_DEFINE call.
8071 2003-02-24  Paul Eggert  <eggert@twinsun.com>
8073         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
8074         2002-09-01 patch by replacing "test -n" with "test -z".
8075         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
8076         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
8078         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
8079         to fix a mismatch between example and discussion.
8081 2003-02-24  Kevin Ryde  <user42@zip.com.au>
8083         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
8084         format starting with "-".
8086 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
8088         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
8089         is not portable inside Makefile.
8091 2003-02-20  Akim Demaille  <akim@epita.fr>
8093         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
8094         compiler says yeah, but preproc says nope, compiler is right.
8095         Conversely, prompt the reader to send a bug report to the
8096         maintainers of the package, not of Autoconf.
8098 2003-02-20  Klee Dienes  <kdienes@apple.com>
8100         * bin/autoreconf.in (autoreconf_current_directory): Properly
8101         handle an empty aclocal.m4.
8103 2003-02-20  Akim Demaille  <akim@epita.fr>
8105         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
8106         $ac_prefix_program.
8107         From Larry Jones.
8109 2002-12-23  Paul Eggert  <eggert@twinsun.com>
8111         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
8112         innocuous variant befor including <limits.h> or <assert.h>.  This
8113         works around a bug reported by Albert Chin: HP-UX 11i
8114         (and earlier versions) have a <limits.h> that declares
8115         gettimeofday and many other functions.
8117 2002-12-03  Paul Eggert  <eggert@twinsun.com>
8119         Version 2.57.
8121         * NEWS, configure.ac: Update version.
8123         * doc/fdl.texi: Upgrade to FDL version 1.2.
8125         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
8126         nontrivially in main's body, so that f's external declaration is
8127         not optimized away in AIX.  This should fix the bug reported by
8128         Martin Frydl in
8129         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
8131         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
8132         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
8133         defined, to support freestanding compilers.  This should fix the
8134         bug reported by Momchil Velkov in
8135         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
8137         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
8138         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
8139         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
8140         by Simon Josefsson in
8141         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
8143         * Makefile.maint (www-gnu): New macro.
8144         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
8145         the location has moved.
8147 2002-12-02  Martin Frydl  <martin@systinet.com>
8149         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
8150         \(.*\) match is too long and there is something more to be checked.
8151         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
8153 2002-11-15  Akim Demaille  <akim@epita.fr>
8155         Version 2.56.
8157         * config/install-sh: chmod +x.
8158         From Paul Eggert.
8159         * config/move-if-change: Indenting changes.
8160         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
8161         * configure.ac (AM_INIT_AUTOMAKE): here.
8162         Require 1.7.1.
8164 2002-11-14  Akim Demaille  <akim@epita.fr>
8166         Version 2.55.
8168         * config/config.guess, config/config.sub, config/install-sh:
8169         Update from masters.
8171 2002-11-14  Akim Demaille  <akim@epita.fr>
8173         * Makefile.maint: Sync with Bison, i.e.:
8174         (po-check): Scan .l and .y files instead of the
8175         .c and the .h files that they generate.  This fixes the bug
8176         reported by Tim Van Holder in:
8177         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
8178         Look for N_ as well as for _.  Try to avoid matching #define for
8179         N_ and _.
8180         From Paul Eggert.
8182 2002-11-14  Akim Demaille  <akim@epita.fr>
8184         * doc/autoconf.texi (C Compiler): Compiling several files at once.
8185         From Paul Eggert and Albert Chin-A-Young.
8187 2002-11-14  Akim Demaille  <akim@epita.fr>
8189         * doc/autoconf.texi (C Compiler): Solitary backslashes.
8190         From Paul Eggert and Albert Chin-A-Young.
8192 2002-11-14  Kevin Ryde  <user42@zip.com.au>
8194         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
8195         than assigning in main, to avoid HP cc +O3 optimizing it away.
8197 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
8199         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
8200         option.  Process --recheck after parsing all options.  Pass -q
8201         option to configure on --recheck.
8202         (AC_OUTPUT): Pass -q from configure to config.status.
8203         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
8204         arguments to record.
8205         * doc/autoconf.texi (config.status Invocation): Document
8206         config.status -q option.
8208 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
8210         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
8211         Makefile.in if Makefile.am exists.
8212         (output): Strip `.am' from Makefiles.  Don't
8213         output AC_CONFIG_FILES if no Makefiles were found.
8215 2002-11-07  Akim Demaille  <akim@epita.fr>
8217         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
8218         (local_updates): New.
8219         * Makefile.maint: Update, from CVS Bison.
8220         (local_updates): New.
8222 2002-11-06  Akim Demaille  <akim@epita.fr>
8224         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
8225         declaration in extern "C" too.
8226         Reported by Roberto Bagnara.
8228 2002-11-06  Akim Demaille  <akim@epita.fr>
8230         * tests/torture.at (Configuring subdirectories): Don't use grep
8231         -w.
8232         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
8233         Reported by Ezra Peisach.
8235 2002-11-05  Akim Demaille  <akim@epita.fr>
8237         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
8238         Remove.
8239         We _have_ to stop using the old compatibility scheme that tried to
8240         avoid useless backslashes because Libtool 1.4.3 contains a
8241         AC_DEFINE([error_t], [int],
8242         [Define to a type to use for \`error_t' if it is not
8243         otherwise available.])
8244         We _have_ to quote the single quote and backslashes with \.  The
8245         old compatibility scheme saw that ` was backslashed, and therefore
8246         did not quote the single quote.  Hence before this patch, Autoconf
8247         was not compatible with Libtool.
8249 2002-11-04  Paul Eggert  <eggert@twinsun.com>
8251         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
8252         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
8253         LC_NAME, LC_PAPER, LC_TELEPHONE.
8254         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
8256 2002-11-04  Akim Demaille  <akim@epita.fr>
8258         Version 2.54c.
8260         * Makefile.maint (update, cvs-update, po-update, do-po-update):
8261         New.
8262         * config/texinfo.tex: Update.
8264 2002-11-03  Akim Demaille  <akim@epita.fr>
8266         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
8267         from...
8268         (&autoreconf): here.
8269         ($help, $make, &parse_args, &autoreconf_current_directory):
8270         Support -m/--make.
8271         * doc/autoconf.texi (autoreconf Invocation): Adjust.
8273 2002-10-31  Bruno Haible  <bruno@clisp.org>
8275         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
8276         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
8277         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
8278         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
8279         to ac_cv_func_realloc_0_nonnull.
8280         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
8282 2002-10-31  Akim Demaille  <akim@epita.fr>
8284         The test suite was no longer checking for trailing envvars and files.
8286         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
8287         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
8289 2002-10-31  Akim Demaille  <akim@epita.fr>
8291         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
8292         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
8293         Make variable, not a shell variable.
8294         Suggested by Bruno Haible.
8296 2002-10-31  Akim Demaille  <akim@epita.fr>
8298         * bin/autom4te.in (load_configuration): Reject #args out of any
8299         language.
8301 2002-10-31  Akim Demaille  <akim@epita.fr>
8303         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
8304         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
8305         (_AC_RUN_IFELSE): Use it.
8306         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
8307         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
8308         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
8309         inline it.
8311 2002-10-30  Akim Demaille  <akim@epita.fr>
8313         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
8314         * doc/autoconf.texi (autom4te Invocation): Adjust.
8315         Suggested by Tim van Holder.
8317 2002-10-29  Paul Eggert  <eggert@twinsun.com>
8319         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
8320         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
8321         Problem reported by Bruno Haible.
8323 2002-10-29  Akim Demaille  <akim@epita.fr>
8325         * doc/autoconf.texi (Header Templates): Put also in words what the
8326         pictures says to assist free style readers.
8327         (Customizing autom4te): s/--cache=/--cache /.
8329 2002-10-29  Akim Demaille  <akim@epita.fr>
8331         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
8332         sys/wait.h.
8333         sparc_address_test returns void.
8334         Use it with an argument, as prototyped.
8335         From Bruno Haible.
8337 2002-10-29  Akim Demaille  <akim@epita.fr>
8339         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
8340         configure.in, not configure.ac.
8341         Reported by Bruno Haible.
8343 2002-10-29  Akim Demaille  <akim@epita.fr>
8345         * tests/torture.at (Deep Package): New test.
8346         (Configuring subdirectories): Don't use a testSubDir as Autotest
8347         now does it itself.
8349 2002-10-29  Akim Demaille  <akim@epita.fr>
8351         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
8352         * doc/autoconf.texi (Invoking autom4te): Rename as...
8353         (autom4te Invocation): this, for consistency with the other nodes.
8355 2002-10-29  Akim Demaille  <akim@epita.fr>
8357         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
8358         Reported by Ralf Corsepius.
8360 2002-10-29  Akim Demaille  <akim@epita.fr>
8362         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8363         characters is a back as an `obsolete' warning now.
8364         Reported by Ralf Corsepius.
8366 2002-10-28  Akim Demaille  <akim@epita.fr>
8368         * configure.ac: Bump to 2.54c.
8370 2002-10-28  Akim Demaille  <akim@epita.fr>
8372         Version 2.54b.
8374         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
8376 2002-10-28  Akim Demaille  <akim@epita.fr>
8378         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
8379         m4 executable names, and different GNU M4 version.
8380         Reported by Ezra Peisach and Paul Jarc.
8382 2002-10-27  Akim Demaille  <akim@epita.fr>
8384         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
8385         AC_RUN_IFELSE.
8387 2002-10-27  Akim Demaille  <akim@epita.fr>
8389         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
8390         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
8391         Die when a simple Fortran program cannot be compiled.
8392         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
8393         Issue a warning if no function is given.
8395 2002-10-27  Akim Demaille  <akim@epita.fr>
8397         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
8398         Move the documentation of AC_TRY_RUN to...
8399         (Obsolete Macros): here.
8400         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
8401         (autoconf Invocation): Remove the duplicates with `invoking
8402         autom4te'.
8403         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
8404         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
8406 2002-10-27  Akim Demaille  <akim@epita.fr>
8408         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
8409         and AC_LANG_FUNC_LINK_TRY.
8410         (Examining Libraries): Rename as...
8411         (Running the Linker): this.
8412         Document AC_LINK_IFELSE.
8413         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
8414         (Obsolete Macros): here.
8415         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
8416         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
8417         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
8418         * lib/autoconf/headers.m4 (AC_USG): Likewise.
8420 2002-10-27  Akim Demaille  <akim@epita.fr>
8422         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
8424         More `check config.log' messages.
8426         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
8427         * doc/autoconf.texi (Printing Messages): Document it.
8428         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
8429         appropriate.
8430         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
8431         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
8432         (_AC_COMPILER_OBJEXT): Likewise.
8433         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
8434         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
8435         Likewise.
8436         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
8437         Likewise.
8439         Deprecate macros with unusual interfaces.
8441         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
8442         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
8444         Document the new ones, and proper style.
8446         * doc/autoconf.texi (Generating Sources): New.
8447         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
8448         (Examining Declarations): Rename as...
8449         (Running the Preprocessor): this.
8450         Document AC_PREPROC_IFELSE.
8451         (Examining Syntax): Rename as...
8452         (Running the Compiler): this.
8453         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
8454         (Obsolete Macros): Move the definition of AC_TRY_CPP and
8455         AC_TRY_COMPILE here.
8457 2002-10-27  Akim Demaille  <akim@epita.fr>
8459         Move sections around.
8461         * doc/autoconf.texi (Customizing autom4te): Remove a lost
8462         sentence.
8463         Reported by Burno Haible.
8464         (Language Choice): Now the first section of...
8465         (Writing Tests): this section.
8466         Make the introduction less C-centric.
8467         (Guidelines, Test Functions): Move to...
8468         (Writing Test Programs): this new section.
8469         (Test Programs): Merge into...
8470         (Run Time): this.
8472 2002-10-27  Akim Demaille  <akim@epita.fr>
8474         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
8475         autom4te.in that resulted in the need for two `make' runs.
8477 2002-10-27  Akim Demaille  <akim@epita.fr>
8479         * configure.ac: Bump to 2.54b.
8481 2002-10-25  Akim Demaille  <akim@epita.fr>
8483         Version 2.54a.
8485         * Makefile.maint: Update from the Coreutils.
8486         (AMTAR): Remove, obsolete.
8487         (automake_repo): Update to redhat.com.
8488         (cvs_file): New.
8489         Adjust to the fact that ansi2knr is now hosted by Automake.
8490         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
8491         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
8492         Update from masters.
8493         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
8494         autoscan.pre is not to be installed, and autoscan.list is not to
8495         be shipped.
8496         (CLEANFILES): Add autoscan.list.
8497         (autoscan.list): Disable the cache.
8498         * bin/Makefile.am: Include freeze.mk.
8500 2002-10-25  Akim Demaille  <akim@epita.fr>
8502         * bin/autom4te.in (&load_configuration): Take the file as
8503         argument.
8504         (&parse_args): Handle -C, --cache.
8505         ($help): Adjust.
8506         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
8507         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
8508         * doc/autoconf.texi (Invoking autom4te): Document --cache.
8509         Now a subsection of...
8510         (Using autom4te): This new section.
8511         (Customizing autom4te): New.
8512         (autom4te.cache): Adjust.
8514 2002-10-25  Akim Demaille  <akim@epita.fr>
8516         * doc/autoconf.texi (Generic Headers): More information on how to
8517         use AC_CHECK_HEADERS.
8519 2002-10-25  Akim Demaille  <akim@epita.fr>
8521         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
8522         Space changes.
8524 2002-10-25  Akim Demaille  <akim@epita.fr>
8526         * bin/autoscan.in (output): Output AC_PREREQ.
8527         (%needed_macros): Add AC_PREREQ so that configure.ac without one
8528         be reported.
8530 2002-10-23  Akim Demaille  <akim@epita.fr>
8532         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
8533         document _Bool.
8535 2002-10-23  Akim Demaille  <akim@epita.fr>
8537         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
8538         Reported by Peter Eisentraut.
8540 2002-10-23  Akim Demaille  <akim@epita.fr>
8542         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
8543         type _Bool.
8544         Fix a typo.
8545         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
8546         Eggert's recommandations.
8548 2002-10-22  Akim Demaille  <akim@epita.fr>
8550         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
8551         Bison, by Paul Eggert.
8552         * doc/autoconf.texi (Particular Headers): Document it.
8554 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
8556         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
8557         `$ac_configure_args'.
8559 2002-10-22  Akim Demaille  <akim@epita.fr>
8561         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
8562         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
8563         From Art Haas.
8565 2002-10-22  Akim Demaille  <akim@epita.fr>
8567         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
8569         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8570         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
8571         (_AC_CHECK_HEADER_NEW): Rename as...
8572         (AC_CHECK_HEADER): this.
8574 2002-10-22  Akim Demaille  <akim@epita.fr>
8576         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
8577         words about HP-UX cmp: it was actually a user-written cmp.
8579 2002-10-22  Akim Demaille  <akim@epita.fr>
8581         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
8582         are a few warnings.
8583         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8584         Quote for Perl '' strings, not "".
8585         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
8586         strings.
8588 2002-10-22  Akim Demaille  <akim@epita.fr>
8590         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8591         characters is a syntax warning now.
8592         (_AS_QUOTE): Accept $2 as list of characters to quote.
8593         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8594         Quote for Perl, not sh.
8595         * bin/autoheader.in: When $debug, report the file which is
8596         `do'ne.
8597         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
8598         `@', to tickle Perl's lists.
8599         Reported by Carlos Velasco.
8601 2002-10-18  Akim Demaille  <akim@epita.fr>
8603         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
8604         missing included files _are_ errors.
8605         Thanks to Alexandre Duret-Lutz.
8606         * tests/tools.at (autom4te cache): Adjust.
8607         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
8608         (AT_CHECK_M4SUGAR): Use it.
8609         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8610         Adjust.
8611         * tests/tools.at (autom4te): Now it does exit 1.
8613 2002-10-17  Akim Demaille  <akim@epita.fr>
8615         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
8616         Fixes the `AC_ARG_VAR' test failures.
8617         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
8618         * lib/freeze.mk (check-forbidden-patterns): New.
8619         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
8620         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
8621         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
8622         /dev/null.
8623         Reported months ago by H. Merijn Brand.
8625 2002-10-17  Akim Demaille  <akim@epita.fr>
8627         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
8629 2002-10-16  Paul Eggert  <eggert@twinsun.com>
8631         * Makefile.maint (wget_files): Remove ansi2knr.c.
8632         (ansi2knr.c-url_prefix): Remove.
8634 2002-10-16  Akim Demaille  <akim@epita.fr>
8636         Because of caching, some files that no longer exist and are no
8637         longer required can still cause errors.
8638         Reported by Alexandre Duret-Lutz.
8640         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
8641         to frozen files in @ARGV, as @ARGV must remain being a list of
8642         files.  Rather, at M4 call sites, use this...
8643         (&files_to_options): New function.
8644         (&freeze): Use &error.
8645         (&up_to_date): If a file that was included according to the cache
8646         is no longer there, then the output is out dated.
8647         (&main): Don't even check whether a file is up to date is anyway
8648         --force is given.
8649         * tests/tools.at (autom4te cache): New.
8651 2002-10-16  Akim Demaille  <akim@epita.fr>
8653         * bin/autoconf.as: Kill dead options.
8654         * bin/autoupdate.in (&parse_args): Kill old options.
8655         * bin/autoreconf.in (&parse_args): Remove dead options.
8656         Factor some code.
8657         (&autoreconf): Report the directories we enter *and leave*, so
8658         that error messages can be easily located, and use GNU Make
8659         format, so that Emacs' compile mode understands us.
8660         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
8661         if some file was changed instead of `print'.
8662         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
8663         (&parse_args): Remove the dead options.
8664         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
8665         autoheader's quiet mode.
8666         (AT_CHECK_AUTOUPDATE): Likewise.
8667         * tests/tools.at (autoupdate): Adjust.
8668         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
8670 2002-10-11  Akim Demaille  <akim@epita.fr>
8672         No longer use CPP to check for the existing of headers: use CC to
8673         check for compilability.
8675         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8676         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
8677         (_AC_CHECK_HEADER_NEW): Rename as...
8678         (AC_CHECK_HEADER): this.
8680         * lib/autotest/general.m4 (AT_INIT): Include the failed test
8681         numbers in the Subject suggestion.
8683 2002-10-11  Akim Demaille  <akim@epita.fr>
8685         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
8686         Suggest using AC_CHECK_DECLS instead.
8688 2002-10-11  Akim Demaille  <akim@epita.fr>
8690         * tests/torture.at (AC_ARG_VAR): Have configure report the value
8691         of `precious'.
8693 2002-10-11  Akim Demaille  <akim@epita.fr>
8695         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
8696         file name to enable parallel executions.
8697         From Sam Varshavchik.
8699 2002-10-08  Akim Demaille  <akim@epita.fr>
8701         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
8702         aclocal invocation, as Gettext macros might not be visible to
8703         aclocal.
8704         Instead of blindly running autopoint, scan configure.ac (not the
8705         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
8706         Reported by Paul D. Smith.
8708 2002-10-08  Paul Eggert  <eggert@twinsun.com>
8710         Work around problems found when POSIXLY_CORRECT=1 is set.
8711         None of this seems to have anything to do with POSIX, really,
8712         but it's how Perl getopt works.
8713         * bin/autom4te.in (parse_args): Configure GetOpt with
8714         "permute", too.
8715         * doc/autoconf.texi (Invoking autom4te):
8716         --warning -> --warnings.
8717         * lib/autom4te.in: --warning -> --warnings.
8719 2002-09-28  Akim Demaille  <akim@epita.fr>
8721         * doc/autoconf.texi (autom4te.cache): New section.
8723 2002-09-28  Akim Demaille  <akim@epita.fr>
8725         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
8726         (Automake-preselections): Update.
8727         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
8729 2002-09-28  Akim Demaille  <akim@epita.fr>
8731         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
8732         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
8733         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8734         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
8736 2002-09-28  Akim Demaille  <akim@epita.fr>
8738         * tests/torture.at (Configuring subdirectories): Be robust to
8739         users who use config.site to require for a cache: in this case,
8740         the two last configure runs, using two different sets of
8741         arguments, trigger a legitimate error.
8743 2002-09-28  Akim Demaille  <akim@epita.fr>
8745         * tests/m4sh.at (Functions Support, Functions and return Support):
8746         New.
8748 2002-09-28  Akim Demaille  <akim@epita.fr>
8750         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
8751         autoheader are Perl programs.
8752         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
8753         (autom4te): Specify that the sources are in the $srcdir.
8754         * doc/autoconf.texi (Installation Directory Variables): Adjust.
8756 2002-09-28  Akim Demaille  <akim@epita.fr>
8758         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
8759         (tm_zone): Move their rules to...
8760         * lib/autoconf/types.m4: here, using AN_ macros.
8761         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
8762         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
8763         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
8764         * lib/autoconf/programs.m4: here.
8765         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
8766         (ETAGS_FOR_AUTOCONF): New.
8767         Use it.
8769 2002-09-28  Akim Demaille  <akim@epita.fr>
8771         * lib/autoconf/autoscan.m4: New file.
8772         * lib/autoconf/autoconf.m4: Include it.
8773         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
8774         that were listed in the original autoscan.list.
8775         * lib/autoconf/headers.m4: Similarly with headers.
8776         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
8777         (.m4.m4f): Don't pass --prepend-include, since that's done by
8778         tests/autom4te itself.
8779         * lib/autoscan/Makefile.am: Include freeze.mk.
8780         (autoscan.list): New target --this file is no longer a source.
8781         (autoscan.pre): New file.
8783 2002-09-28  Akim Demaille  <akim@epita.fr>
8785         * bin/autoscan.in (@kinds): Make them singular.
8786         Adjust all uses.
8787         (&init_tables): When --debug, report the list of rules to ease
8788         tracking changes in autoscan.list.
8789         * lib/autoscan/autoscan.list (function): Strip comments, sort.
8791 2002-09-28  Akim Demaille  <akim@epita.fr>
8793         * lib/autoscan/functions, lib/autoscan/headers,
8794         * lib/autoscan/identifiers, lib/autoscan/makevars,
8795         * lib/autoscan/programs: Merge into...
8796         * lib/autoscan/autoscan.list: this.
8797         * bin/autoscan.in (&init_tables): Adjust.
8799 2002-09-28  Akim Demaille  <akim@epita.fr>
8801         * lib/autoscan/functions, lib/autoscan/headers,
8802         * lib/autoscan/identifiers, lib/autoscan/makevars,
8803         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
8804         `functions' line is now prefixed with `function:'.
8805         * bin/autoscan.in (&init_tables): Adjust.
8807 2002-09-28  Akim Demaille  <akim@epita.fr>
8809         From now on, autoscan files must always map a macro name to a
8810         word: there is no `default' macro for autoscan.
8812         * bin/autoscan.in (&init_tables): Reject entries with no macro at
8813         all.
8814         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
8815         explicit.
8817 2002-09-28  Akim Demaille  <akim@epita.fr>
8819         * bin/autoscan.in (%c_keywords): Remove.
8820         (&used): Keep only track of the words we might be interested in.
8821         (&output_kind): It is no longer needed to look for non active
8822         checks.
8824 2002-09-27  Akim Demaille  <akim@epita.fr>
8826         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
8827         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
8828         * lib/autoscan/functions: Adjust.
8829         * doc/autoconf.texi (Particular Functions): Adjust.
8831 2002-09-27  Akim Demaille  <akim@epita.fr>
8833         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
8834         from /tmp.
8835         Thanks to Bill Moseley and Paul Eggert.
8836         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
8837         the tmpdir must be created.
8838         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
8839         dir be in the build tree, instead of $TMPDIR.
8841 2002-09-27  Akim Demaille  <akim@epita.fr>
8843         * bin/autoscan.in: Improve the comments.
8844         (&parse_args): Drop obsolete undocumented options.
8845         (&output_kind): Output warnings.
8846         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
8847         (getwd): Trigger a warning.
8849 2002-09-26  Akim Demaille  <akim@epita.fr>
8851         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
8852         Reported by Ralf Corsepius.
8853         * doc/autoconf.texi (autoreconf Invocation): Likewise.
8855 2002-09-26  Akim Demaille  <akim@epita.fr>
8857         Single suffix rules and seperated dependencies are not portable.
8859         * doc/autoconf.texi (Installation Directory Variables): Update.
8860         (Limitations of Make): Some about `Single Suffix Rules and
8861         Separated Dependencies'.
8862         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
8863         (ifnames, autoscan, autom4te): Un-factor into several rules.
8865 2002-09-25  Paul Eggert  <eggert@twinsun.com>
8867         * BUGS (Interoperability bugs): New section.  Mention libtool
8868         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
8870 2002-09-24  Paul Eggert  <eggert@twinsun.com>
8872         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
8873         make handles suffix-rules differently from GNU make.
8875         * bin/Makefile.am (SUFFIXES, .in): Remove.
8876         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
8877         Move the body of the old .in rule here.
8879 2002-09-16  Akim Demaille  <akim@epita.fr>
8881         i960 compilers create `b.out' files by default.
8882         Reported by Ralf Corsepius.
8884         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
8885         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
8887 2002-09-13  Paul Eggert  <eggert@twinsun.com>
8889         * doc/autoconf.texi (Particular Headers): Remove obsolete
8890         reference to `struct timezone' in the description of
8891         AC_HEADER_TIME.
8893 2002-09-13  Akim Demaille  <akim@epita.fr>
8895         Version 2.54.
8897         * config/config.sub, config/config.guess: Update.
8898         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
8899         * Makefile.am: Adjust.
8901 2002-09-13  Akim Demaille  <akim@epita.fr>
8903         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
8904         reading config.log when the compiler is rejected.
8905         Suggested by Guido Draheim.
8907 2002-09-13  Akim Demaille  <akim@epita.fr>
8909         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
8910         (chdir_init) might hang when stat'ing mounted directories.
8911         Reported by Vance Shipley.
8913 2002-09-12  Akim Demaille  <akim@epita.fr>
8915         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
8916         the lists.
8918 2002-09-12  Akim Demaille  <akim@epita.fr>
8920         * doc/autoconf.texi (Defining Symbols): Present two different
8921         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
8922         difference between 1 argument calls, and 2-3 argument calls.
8924 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
8926         * doc/autoconf.texi: Review grammar and punctuation.
8928 2002-09-11  Paul Eggert  <eggert@twinsun.com>
8930         * doc/autoconf.texi: Fix minor formatting, spelling, and
8931         grammatical typos.
8932         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
8933         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
8934         is obsolescent.
8936 2002-09-11  Akim Demaille  <akim@epita.fr>
8938         * doc/autoconf.texi (Questions): Rename as...
8939         (FAQ): this.
8940         (Defining Directories): New.
8942 2002-09-09  Akim Demaille  <akim@epita.fr>
8944         * doc/autoconf.texi (Making testsuite Scripts): Update.
8945         Suggested by Nishio Futoshi.
8947 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
8949         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
8950         plain `@' is wanted.
8952 2002-09-09  Akim Demaille  <akim@epita.fr>
8954         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
8955         `duplicates', since the algorithm was too naive and could keep
8956         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
8957         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
8958         Reported by Ralf Corsepius.
8959         * tests/torture.at (Configuring subdirectories): Exercise these
8960         cases.
8962 2002-09-09  Akim Demaille  <akim@epita.fr>
8964         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
8965         looking for a replacement file.
8966         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
8967         directory is relative.
8968         * doc/autoconf.texi (Generic Functions): Clarify the replacement
8969         directory definition.
8970         Reported by Andreas Schwab and Jim Meyering.
8972 2002-09-06  Akim Demaille  <akim@epita.fr>
8974         * doc/autoconf.texi (Setting Output Variables): Clarify what
8975         precious variables are.
8976         Suggested by Pontus Skoeld.
8978 2002-09-05  Akim Demaille  <akim@epita.fr>
8980         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
8981         (ifnames, autoscan, autom4te): Since we don't only depend on
8982         configure.ac variables (such as VERSION etc.), but also on prefix
8983         and so forth, depend on Makefile, not configure.ac.
8984         Reported by Alexandre Duret-Lutz.
8985         * doc/autoconf.texi (Installation Directory Variables): Adjust.
8987 2002-09-05  Kevin Ryde  <user42@zip.com.au>
8989         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
8990         doesn't seem to be confined to ia64, just say "some versions".
8992 2002-09-04  Akim Demaille  <akim@epita.fr>
8994         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
8995         Automake 1.6c.
8996         * Makefile.am (maintainer-clean-local): Remove.
8997         (MAINTAINERCLEANFILES): Remove COPYING.
8999 2002-09-03  Paul Eggert  <eggert@twinsun.com>
9001         * doc/autoconf.texi (Configuration Commands): Remove obsolete
9002         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
9003         Brinkmann.
9005 2002-09-03  Akim Demaille  <akim@epita.fr>
9007         * configure.ac: Bump to 2.53d.
9008         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
9009         as of today, on Automake's team suggestion.
9011 2002-09-03  Akim Demaille  <akim@epita.fr>
9013         Version 2.53c.
9015 2002-09-02  Akim Demaille  <akim@epita.fr>
9017         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
9018         SITE_MACRO_DIR.
9019         * configure.ac: Disable SITE_MACRO_DIR.
9021 2002-09-02  Jim Meyering  <meyering@lucent.com>
9023         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
9024         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
9025         Also, tweak grammar: s/make sure to/be sure to/.
9027 2002-09-02  Paul Eggert  <eggert@twinsun.com>
9029         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
9030         directory names are generally preferable to physical names.
9032 2002-09-02  Akim Demaille  <akim@epita.fr>
9034         * lib/Autom4te/General.pm (&update_file): s/die/error/.
9035         Reported by Raja R. Harinath.
9036         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
9037         * bin/autoupdate.in: Use error instead of die.
9039 2002-09-01  Paul Eggert  <eggert@twinsun.com>
9041         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
9042         ordinary shell concatenation rather than echo+tr+sed command that
9043         runs afoul of a long-line-related sed bug in Solaris 8.
9045         * bin/autoheader.in (parse_args): --warning -> --warnings.
9047         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
9048         stdout, as traditional "ls" does.
9049         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
9050         _AC_COMPILER_EXEEXT_O): Likewise.
9051         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
9053         * bin/autoconf.as: Add --prepend-include option.  This patch was
9054         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
9055         but bin/autoconf.in is generated automatically from bin/autoconf.as.
9057         * bin/autoconf.in, configure: Regenerate.
9059         * doc/autoconf.texi (Special Shell Variables): Mention
9060         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
9062         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
9063         MAILPATH and set PS1, PS2, PS4 to default values, to work
9064         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
9065         For LC_ALL etc, first try to set to "C" as POSIX requires and as
9066         the Autoconf documentation specifies; fall back to "unset" only if
9067         this fails.  Use a shell for-loop for this rather than an m4 loop,
9068         to shorten the output script.
9070 2002-08-30  Paul Eggert  <eggert@twinsun.com>
9072         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
9073         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
9074         for the CDPATH problem.  Document PWD.
9075         (Limitations of Builtins): Document the problem that "cd $foo" and
9076         "ls $foo" may refer to different directories in shells conforming
9077         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
9078         example, since the old example is now out of date.
9080         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
9081         FOO" and "ls FOO" talk about different directories; this catches
9082         problems when POSIX 1003.1-2001 "cd" fails due to symlink
9083         spaghetti.
9085         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
9086         of rolling our own unset.
9087         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
9088         in practice we needn't worry about CDPATH if unset doesn't work.
9090         * Makefile.in, aclocal.m4, bin/Makefile.in,
9091         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
9092         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
9093         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
9094         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
9095         tests/Makefile.in: Regenerate with Automake 1.6.3.
9097         * config/config.guess, config/config.sub, config/mkinstalldirs:
9098         Update.
9100         * configure: Regenerate with self.
9102 2002-08-30  Kevin Ryde  <user42@zip.com.au>
9104         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
9105         default output.
9107 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9109         * bin/autom4te.in (Request::load): Correctly test for "do" read
9110         failure.
9112 2002-08-29  Akim Demaille  <akim@epita.fr>
9114         * lib/Autom4te/General.pm (&xqx): New.
9115         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
9116         hand, which is not portable.
9117         (&error): New.
9118         * bin/autom4te.in: Use them.
9119         Use &error instead of die.
9120         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
9121         Adjust.
9123 2002-08-17  Paul Eggert  <eggert@twinsun.com>
9125         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
9126         default list of compilers to try, since it was long ago superseded
9127         by the ksh fc builtin.  Suggested by Steven G. Johnson.
9129 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
9131         * doc/autoconf.texi (Invoking autom4te): End the option table,
9132         fixing a bug introduced by the previous patch.
9133         (Limitations of Make): Add a 'target lookup' subentry in the
9134         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
9136 2002-07-29  Mark D. Roth  <roth@feep.net>
9138         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
9139         options and use $AUTOM4TE_PATH.
9140         * doc/autoconf.texi: Remove documentation of autom4te
9141         --include-envvar and --site-macro-subdir options and document
9142         use of $AUTOM4TE_PATH.
9143         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
9144         arguments from each language section.
9146 2002-07-29  Paul Eggert  <eggert@twinsun.com>
9148         * doc/install.texi: Include copyright symbol in copyright notice.
9150         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
9151         Replace with:
9152         (AM_MAKEINFOFLAGS): New macro.
9153         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
9154         * Makefile.am (INSTALL): Use the new macros.
9155         Use -o rather than --output, since "missing" does not grok --output.
9157 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
9159         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
9160         comments do not always work. Never trust the exit status of
9161         `make -k'.
9163 2002-07-24  Kevin Ryde  <user42@zip.com.au>
9165         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
9166         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
9168 2002-07-23  Paul Eggert  <eggert@twinsun.com>
9170         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
9171         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
9172         apparently treats PATH="nonexistent" as if it contained ".".
9173         Bug reported by Stefan `Sec' Zehl.
9175 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
9177         * doc/autoconf.texi (Limitations of Make): Mention the special
9178         handling of the obj/ directory by BSD make.
9180 2002-07-20  Kevin Ryde  <user42@zip.com.au>
9182         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
9183         backslashes.
9185 2002-07-19  Akim Demaille  <akim@epita.fr>
9187         * doc/autoconf.texi (Function Portability): `exit'.
9188         (Programming in M4sh): Ethymology of M4sh.
9190 2002-07-19  Akim Demaille  <akim@epita.fr>
9192         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
9194 2002-07-18  Akim Demaille  <akim@epita.fr>
9196         Version 2.53b.
9198 2002-07-18  Akim Demaille  <akim@epita.fr>
9200         * config/config.guess, config/config.sub: Update.
9202 2002-07-18  Akim Demaille  <akim@epita.fr>
9204         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
9205         Automake's parts.
9207         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
9208         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
9209         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
9211 2002-07-18  Akim Demaille  <akim@epita.fr>,
9212             Alexandre Duret-Lutz  <duret_g@epita.fr>
9214         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
9215         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
9217 2002-07-17  Russ Allbery  <rra@stanford.edu>
9219         * doc/autoconf.texi (Initializing configure): Clarify the
9220         description of the tarname default.
9222 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
9224         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
9225         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
9226         latter was not run.
9228 2002-07-17  Akim Demaille  <akim@epita.fr>
9230         * lib/Autom4te/General.pm (find_file): Browse the directories in
9231         the order they are given.
9233 2002-07-17  Akim Demaille  <akim@epita.fr>
9235         * tests/wrapsh.as, tests/wrappl.as: Merge into...
9236         * tests/wrapper.as: this.
9237         * tests/Makefile.am, configure.ac: Adjust.
9239 2002-07-17  Mark D. Roth  <roth@feep.net>
9241         * configure.ac: Add --enable-site-macro-dir option.
9242         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
9243         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
9244         --site-macro-subdir options.
9245         * bin/autoconf.in: Add --prepend-include option.
9246         * bin/autoheader.in: Add --prepend-include option.
9247         * bin/autoreconf.in: Add --prepend-include option.
9248         * bin/autoscan.in: Add --prepend-include option.
9249         * bin/autoupdate.in: Add --prepend-include option.
9250         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
9251         macro directory, remove note that include path directories are
9252         used in reverse order, and document --prepend-include option.
9253         * lib/autom4te.in: Use --prepend-include instead of --include.
9254         * tests/wrapsh.in: Use --prepend-include instead of --include.
9256 2002-07-17  Akim Demaille  <akim@epita.fr>
9258         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
9259         tarnames.
9260         * doc/autoconf.texi (Initializing configure): Adjust.
9262 2002-07-17  Akim Demaille  <akim@epita.fr>
9264         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
9265         (_AC_FUNC_MALLOC): New.
9266         (AC_FUNC_MALLOC): Use the latter.
9267         Define HAVE_MALLOC to 0 if broken.
9268         * doc/autoconf.texi (Particular Functions): Adjust.
9270 2002-07-16  Akim Demaille  <akim@epita.fr>
9272         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
9273         * doc/autoconf.texi (C Compiler): Adjust.
9275 2002-07-09  Akim Demaille  <akim@epita.fr>
9277         * doc/autoconf.texi: Properly set the ``header'' part.
9279 2002-07-09  Akim Demaille  <akim@epita.fr>
9281         * doc/autoconf.texi (Systemology): Some about Darwin.
9283 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9285         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
9286         Don't use AC_REQUIRE in AU_DEFUN.
9288 2002-07-09  Art Haas  <ahaas@neosoft.com>
9290         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
9292 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
9294         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9295         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
9296         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
9297         so that Emacs setups GNU style for perl-mode and cperl-mode.
9299 2002-06-27  Paul Eggert  <eggert@twinsun.com>
9301         * config/install-sh: Quote $src.  Prefer || to test's -o option,
9302         as per "Limitations of Builtins".
9303         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
9304         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
9306         * tests/mktests.sh: Use grep instead of fgrep, as per
9307         "Limitations of Builtins".
9309 2002-06-15  Paul Eggert  <eggert@twinsun.com>
9311         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
9312         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
9313         so that we consistently test the just-built programs.
9314         * tests/wrappl.as: Likewise.
9316 2002-06-12  Paul Eggert  <eggert@twinsun.com>
9318         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
9319         name, so that symlinks to 'autoconf' work properly.  Bug reported
9320         by Bruno Haible.
9321         * bin/autoheader.in (AUTOM4TE): Likewise.
9322         * bin/autoreconf.in (autoconf, autoheader): Likewise.
9323         * bin/autoscan.in (autom4te): Likewise.
9324         * bin/autoupdate.in (autom4te): Likewise.
9326         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
9327         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
9328         on Solaris 2.5.1.
9330 2002-06-11  Andreas Schwab  <schwab@suse.de>
9332         * doc/autoconf.texi: Add more dir entries.
9334 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
9336         * bin/autom4te.in ($cache): Don't define using `$me', the name
9337         of the cache should not depend on the name under which autom4te
9338         was installed.
9340 2002-06-07  Akim Demaille  <akim@epita.fr>
9342         * tests/tools.at (autoconf: forbidden tokens, basic)
9343         (autoconf: forbidden tokens, exceptions): Adjust to the change of
9344         words in autom4te.in.
9346 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
9348         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
9349         _AC_LANG_PROGRAM_C_F77_HOOKS.
9351 2002-06-07  Akim Demaille  <akim@epita.fr>
9353         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
9354         rename as...
9355         (AC_REPLACE_FNMATCH): this.
9356         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
9357         AC_FUNC_FNMATCH_GNU.
9359 2002-06-07  Akim Demaille  <akim@epita.fr>
9361         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
9362         Rosetta Stone for Unix.
9364 2002-06-07  Akim Demaille  <akim@epita.fr>
9366         * bin/autom4te.in (warn_forbidden): When rejecting a token,
9367         suggest m4_pattern_allow.
9368         Suggested by Adam J. Richter.
9370 2002-06-07  Akim Demaille  <akim@epita.fr>
9372         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
9373         ac_config_libobj_dir.
9374         (AC_CONFIG_LIBOBJ_DIR): New.
9375         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
9376         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
9377         Use ac_config_libobj_dir to find the replacement files.
9378         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
9379         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
9380         (AC_REPLACE_FNMATCH_GNU): these.
9381         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
9382         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
9383         * tests/mktests.sh (ac_exclude_list): Don't check
9384         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
9386 2002-06-06  Paul Eggert  <eggert@twinsun.com>
9388         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
9389         if ln doesn't work.
9390         * NEWS: Likewise.
9391         * doc/autoconf.texi (Configuration Links): Likewise.
9392         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
9394 2002-06-05  Paul Eggert  <eggert@twinsun.com>
9396         * config/config.guess, config/config.sub, config/texinfo.tex:
9397         Update from masters.
9399 2002-05-29  Paul Eggert  <eggert@twinsun.com>
9401         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
9402         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
9403         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
9404         Likewise.
9405         * lib/autoconf/Makefile.am (check-local): Likewise.
9406         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
9407         * lib/autoconf/types.m4 (commentary only): Likewise.
9408         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
9409         * lib/autotest/Makefile.am (check-local): Likewise.
9410         * lib/m4sugar/Makefile.am (check-local): Likewise.
9411         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
9412         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
9414         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
9415         * doc/autoconf.texi (Particular Programs): Document them.
9416         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
9417         * NEWS: Likewise.
9419 2002-05-27  Paul Eggert  <eggert@twinsun.com>
9421         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
9422         * NEWS, doc/autoconf.texi (Particular Types): Document it.
9423         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
9424         instead of AC_MBSTATE_T, which never existed.
9426 2002-05-23  Akim Demaille  <akim@epita.fr>
9428         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
9429         version of Autoconf that is discussed.
9431 2002-05-22  Paul Eggert  <eggert@twinsun.com>
9433         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
9434         from the default list of compilers to try.  Suggested by
9435         Kate Hedstrom.
9436         * NEWS: Document the above.
9437         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
9439 2002-05-17  Paul Eggert  <eggert@twinsun.com>
9441         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
9442         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
9443         This improves on an earlier suggestion by H. Peter Anvin.
9445 2002-05-16  Paul Eggert  <eggert@twinsun.com>
9447         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
9448         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
9449         Both macros now accept an optional source-dir arg.
9450         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
9452         * NEWS: Document this.
9453         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
9455         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
9456         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
9457         not for GNU extensions; this undoes part of the 2000-11-03 change,
9458         reverting to 2.13-compatible behavior.
9459         Add new optional argument DIR.
9460         (AC_FUNC_FNMATCH_GNU): New macro.
9462         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
9464 2002-05-08  Paul Eggert  <eggert@twinsun.com>
9466         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
9467         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
9468         and it causes a 'test' syntax error if it fails.
9469         Bug reported by Stephen Gildea.
9471         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
9472         If prototypes are supported, use them to check this at compile-time,
9473         instead of trying to check it at run-time.  If we must do a run-time
9474         check, assume that setvbuf is standard when cross-compiling, as
9475         nonstandard setvbuf occurs only on ancient and unlikely hosts.
9476         Bug reported by Paul D. Smith.
9478         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
9479         argument specifying location of getloadavg.c.  This removes a
9480         FIXME.  This idea was taken from Jim Meyering's implementation in
9481         textutils.
9482         * doc/autoconf.texi (Particular Functions): Document this.
9483         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
9484         that's what the code does; this fixes a bug reported by
9485         Paul D. Smith.
9487 2002-05-03  Akim Demaille  <akim@epita.fr>
9489         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
9490         autopoint instead of gettextize.
9491         ($uses_alocal): Rename as...
9492         ($uses_aclocal): this.
9493         * doc/autoconf.texi (autoreconf Invocation): Adjust.
9494         Suggested by Bruno Haible.
9496 2002-05-03  Akim Demaille  <akim@epita.fr>
9498         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
9500 2002-04-29  Paul Eggert  <eggert@twinsun.com>
9502         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
9503         files to be 1 second older; just set them to be the same time.
9504         Also, sleep 1 second after the first aclocal, to work around
9505         problems with sub-second time stamps on the input files.
9507 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
9509         * doc/autoconf.texi: Mention "set -e -x" lossage
9510         under node "Limitations of Builtins".
9512 2002-04-29  Akim Demaille  <akim@epita.fr>
9514         * doc/install.texi: Better wording for setting variables when
9515         running configure.
9516         From Christian Cornelssen.
9518 2002-04-29  Akim Demaille  <akim@epita.fr>
9520         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
9521         of lack of $LINENO support, then the test will compare the $LINENO
9522         in testsuite vs. the lineno in the test file.  This is wrong, of
9523         course.
9524         Be sure to protect it.
9525         Reported by Patrick Welche.
9527 2002-04-25  Akim Demaille  <akim@epita.fr>
9529         * doc/autoconf.texi (Obsolete Macros): Typo.
9530         Reported by Vladimir Volovich.
9532 2002-04-25  Akim Demaille  <akim@epita.fr>
9534         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
9535         than some of the input files, hence, on the second run of aclocal,
9536         if some of its input are younger, make them older.
9537         Suggested by Paul Eggert.
9539 2002-04-25  Akim Demaille  <akim@epita.fr>
9541         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
9542         Thanks to Paul Eggert.
9544 2002-04-25  Akim Demaille  <akim@epita.fr>
9546         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
9547         and ac_subst_vars be sh variables containing the list of
9548         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
9549         DEFAULT diversion.
9550         (_AC_INIT_PREPARE): Use them to log them.
9551         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
9552         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
9553         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
9554         _AC_SUBST_FILES and _AC_SUBST_VARS.
9555         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
9557 2002-04-24  Akim Demaille  <akim@epita.fr>
9559         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
9560         autoheader, so that automake does not complain about a missing
9561         config.h.in that was to be created.
9563 2002-04-23  Akim Demaille  <akim@epita.fr>
9565         * bin/autoheader.in (parse_args): --warning takes an argument.
9566         Fixes PR/220.
9568 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
9570         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
9571         and bb.out when cleaning up.
9573 2002-04-22  Akim Demaille  <akim@epita.fr>
9575         Version 2.53a.
9577 2002-04-22  Akim Demaille  <akim@epita.fr>
9579         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
9581 2002-04-22  Akim Demaille  <akim@epita.fr>
9583         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
9584         comma.
9585         Reported by Gregory Giannoni.
9587 2002-04-22  Akim Demaille  <akim@epita.fr>
9589         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
9590         Fixes false failures on Darwin.
9592 2002-04-21  Paul Eggert  <eggert@twinsun.com>
9594         * TODO, bin/autoupdate.in, doc/autoconf.texi,
9595         lib/autoconf/general.m4, lib/autoconf/libs.m4,
9596         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
9597         tests/tools.at: Minor spelling and grammar fixes.
9599 2002-04-20  Paul Eggert  <eggert@twinsun.com>
9601         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
9602         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
9603         * lib/autotest/general.m4 (AT_INIT): Likewise.
9604         * tests/atgeneral.m4 (AT_INIT): Likewise.
9606 2002-04-19  Paul Eggert  <eggert@twinsun.com>
9608         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
9609         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
9610         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
9611         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9612         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
9613         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
9614         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
9615         Minor spelling and grammar fixes.
9617         * doc/autoconf.texi: Follow the outline suggested in the GNU
9618         Sample Texts sections of the Texinfo 4.2 manual.  Most
9619         importantly, this makes sure that the copyright notices appear in
9620         all output formats.  You probably need Texinfo 4.2 to generate
9621         the manual now.
9623         Fix some bugs when using "$@" when there might be zero positional
9624         arguments in cases where this matters.
9626         * bin/autoconf.as: Rewrite so that the problem does not come up.
9627         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
9628         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
9629         * lib/autotest/general.m4 (AT_INIT): Likewise.
9631         * bin/autoheader.in: Use 'case' statement to work around problem.
9632         * bin/auto4mte.in: Likewise.
9633         * bin/autoreconf.in: Likewise.
9634         * bin/autoscan.in: Likewise.
9635         * bin/autoupdate.in: Likewise.
9636         * bin/ifnames.in: Likewise.
9638         * doc/autoconf.texi (Shell Substitutions): Document the problem.
9640         * lib/autotest/general.m4 (AT_INIT):
9641         Use Zsh alias to work around problem.
9642         * tests/atgeneral.m4 (AT_INIT): Likewise.
9644         * tests/c.at: We can't have zero arguments, so remove workaround
9645         that is not portable to Zsh.
9647 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
9649         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
9650         from aclocal.m4 too.
9652 2002-04-12  Akim Demaille  <akim@epita.fr>
9654         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
9656 2002-04-10  Akim Demaille  <akim@epita.fr>
9658         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
9659         workaround for ${1+"$@"}.
9660         * doc/autoconf.texi (Shell Substitutions): Explain it.
9661         From Oliver Kiddle and Peter Stephenson.
9663         Have M4sh perform minimal shell sanitizing.
9665         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
9666         part into...
9667         (_AS_PREPARE): this new macro.
9668         (AS_PREPARE): New.
9669         (AS_INIT): Invoke AS_SHELL_SANITIZE.
9670         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
9672         Adjust Autoconf and Autotest.
9674         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
9675         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
9676         * lib/autotest/general.m4 (AT_INIT): Likewise.
9677         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
9678         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
9679         AS_SHELL_SANITIZE.
9681         Use this M4sh to generate Autoconf's shell scripts.
9683         * tests/wrapsh.as: New, precursor of wrapsh.in.
9684         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
9685         on Autotest and M4sh.
9686         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
9687         (wrapsh.in): New target.
9688         * bin/autoconf.as: New, precursor of autoconf.in.
9689         (autoconf.in): New target.
9691 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9693         * doc/autoconf.texi (Limitations of Make): Mention the issue
9694         with indented comments in rules.
9696 2002-04-09  Andreas Schwab  <schwab@suse.de>
9698         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
9699         ac_top_builddir when setting ac_abs_top_builddir.
9701 2002-04-06  Kevin Ryde  <user42@zip.com.au>
9703         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
9704         (Portable Shell): Cross reference to Systemology.
9706 2002-04-05  Akim Demaille  <akim@epita.fr>
9708         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
9709         directories when descending in a SUBDIRS.
9710         Reported by Ezra Peisach.
9712 2002-04-04  Andreas Schwab  <schwab@suse.de>
9714         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
9715         contains no literal separators.
9717 2002-04-03  Akim Demaille  <akim@epita.fr>
9719         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
9720         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
9721         Use dnl, not the KILL diversion.
9722         Extracted from...
9723         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
9724         (AC_CONFIG_LINKS): here.
9725         Adjust.
9726         Don't use the KILL diversion, as it kills spurious output, which
9727         results in failures being hidden.
9728         Use m4_defn where appropriate.
9729         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
9730         after the second argument.
9731         Use m4_defn.
9732         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
9733         syntax, as it is provided by M4sugar.
9734         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
9736 2002-04-03  Andreas Schwab  <schwab@suse.de>
9738         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
9739         expanded if $# <= 2.
9741         * bin/autoreconf.in (autoreconf): Run automake after rerunning
9742         aclocal.
9744 2002-04-03  Akim Demaille  <akim@epita.fr>
9746         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
9747         (_AC_COMPILER_EXEEXT_REJECT): New.
9748         Also recognize *.bb and *.bbg as compilation byproducts.
9749         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
9750         (_AC_COMPILER_OBJEXT): Use them.
9751         Fixes Debian #138666.
9753 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
9755         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
9757         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
9758         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
9759         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
9760         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
9761         (AC_C_CONST): Same.
9762         (AC_C_INLINE): Same.
9763         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
9764         * doc/autoconf.texi, NEWS: Document.
9765         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
9766         AC_C_CROSS.
9768 2002-04-02  Akim Demaille  <akim@epita.fr>
9770         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
9771         _AS_MKDIR_P_PREPARE.
9773 2002-03-28  Kevin Ryde  <user42@zip.com.au>
9775         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
9776         to avoid versions of HP C which don't allow that.
9778 2002-03-27  Paul Eggert  <eggert@twinsun.com>
9780         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
9781         (AS_SHELL_SANITIZE): Invoke it.
9782         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
9784 2002-03-26  Akim Demaille  <akim@epita.fr>
9786         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
9788 2002-03-26  Akim Demaille  <akim@epita.fr>
9790         * doc/autoconf.texi (Introduction): The GNATS base moved.
9792 2002-03-25  Paul Eggert  <eggert@twinsun.com>
9794         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
9795         as POSIX requires, as it doesn't work with Zsh.
9796         * doc/autoconf.texi (Assignments): Document the problem.
9798 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
9800         * doc/autoconf.texi (Limitations of Make): Mention more issue
9801         about VPATH, overriding of macros in sub-makes, and handling of
9802         SHELL.
9804 2002-03-21  Paul Eggert  <eggert@twinsun.com>
9806         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
9807         problem with here-document buffer boundaries.
9809         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
9810         when reinvoking the shell, to work around problems with installers
9811         who put strange things like "cd" commands in their environments.
9813 2002-03-19  Akim Demaille  <akim@epita.fr>
9815         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
9816         From Aaron Ucko.
9818 2002-03-19  Akim Demaille  <akim@epita.fr>
9820         * bin/autoscan.in (scan_file): Specify the location in `&used'
9821         invocations.
9822         From Nicolas Joly.
9824 2002-03-19  Akim Demaille  <akim@epita.fr>
9826         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
9827         From Nishio Futoshi.
9829 2002-03-19  Akim Demaille  <akim@epita.fr>
9831         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
9833 2002-03-18  Paul Eggert  <eggert@twinsun.com>
9835         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
9836         (Limitations of Usual Tools): Add mkdir section.
9838         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
9839         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
9840         back on AS_DIRNAME to compute prefixes otherwise; this is
9841         roughly what mkinstalldirs does.  That way, we need not have
9842         our own filename disassembler.  The old disassembler did not
9843         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
9845         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
9846         Create at_test_all by a series of assignments,
9847         not by a single assignment of a long string.  The latter causes ksh
9848         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
9849         presumably because of a buffer overrun.
9851 2002-03-14  Paul Eggert  <eggert@twinsun.com>
9853         * lib/autotest/general.m4 (at_times_skip):
9854         Renamed from at_times.  Now a boolean.
9855         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
9856         says 'times: not found'.
9858 2002-03-14  Akim Demaille  <akim@epita.fr>
9860         * bin/autoreconf.in (&study_gettextize): New.
9861         (&autoreconf): Handle newest gettextize.
9862         Rerun aclocal if needed.
9863         Suggested by Andreas Schwab.
9865 2002-03-13  Akim Demaille  <akim@epita.fr>
9867         * doc/autoconf.texi (Special Shell Variables): More about IFS.
9869 2002-03-13  Akim Demaille  <akim@epita.fr>
9871         * doc/autoconf.texi (Header Portability): New.
9872         Add information about stdint.h and inttypes.h from Paul Eggert.
9874 2002-03-13  Akim Demaille  <akim@epita.fr>
9876         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
9877         -p'.
9878         From Bob Proulx.
9880 2002-03-12  Akim Demaille  <akim@epita.fr>
9882         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
9883         m4_require.
9885 2002-03-11  Andreas Schwab  <schwab@suse.de>
9887         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
9888         does not do it if --with-lispdir is given.
9890 2002-03-08  Akim Demaille  <akim@epita.fr>
9892         Version 2.53.
9894 2002-03-08  Akim Demaille  <akim@epita.fr>
9896         * doc/autoconf.texi (Subdirectories): Clarify that the
9897         subdirectory should exist.
9899 2002-03-08  Akim Demaille  <akim@epita.fr>
9901         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
9903 2002-03-08  Akim Demaille  <akim@epita.fr>
9905         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
9906         aliases the actual variables, and modifications of the former
9907         affect the latter.
9909 2002-03-08  Akim Demaille  <akim@epita.fr>
9911         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
9912         because of C-c: have m4 output in tmp files, then mv them.
9914 2002-03-08  Akim Demaille  <akim@epita.fr>
9916         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
9917         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
9918         * bin/ifnames.in: Copyright update.
9920 2002-03-08  Akim Demaille  <akim@epita.fr>
9922         * doc/autoconf.texi (Invoking autom4te): New.
9924 2002-03-05  Akim Demaille  <akim@epita.fr>
9926         * doc/autoconf.texi (Specifying Names): Clarification suggested by
9927         Kevin Ryde.
9929 2002-03-05  Akim Demaille  <akim@epita.fr>
9931         Version 2.52i.
9933 2002-03-04  Akim Demaille  <akim@epita.fr>
9935         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
9936         * lib/autoconf/general.m4 (AC_INIT): More informative error
9937         message for LIBOBJ.
9939 2002-03-04  Akim Demaille  <akim@epita.fr>
9941         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
9942         parallel builds.
9944 2002-03-04  Akim Demaille  <akim@epita.fr>
9946         * doc/autoconf.texi (Transforming Names): Equality between target
9947         and host is irrelevant.
9948         (Specifying Names, Canonicalizing): Remove all references to the
9949         backward compatibility hooks.  Rather, collect them all into...
9950         (Hosts and Cross-Compilation): this new section.
9951         * doc/install.texi (System Type): Ditto.
9952         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
9953         that `--host' implies cross-compilation.
9955 2002-03-04  Akim Demaille  <akim@epita.fr>
9957         * doc/autoconf.texi (Evaluation Macros): New.
9958         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
9959         useless.
9960         (_m4_foreach): Define the variant with immediate evaluation so
9961         that it contains exactly the items, not an expression which
9962         evaluation is the current item.
9963         (m4_re_string, m4_re_word): Don't over quote them.
9965 2002-03-04  Akim Demaille  <akim@epita.fr>
9967         Instead of having stacking `shift's evaluated at the end, let
9968         `foreach' loops immediately evaluate them.
9970         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
9971         $*.  This is the n-th time I change my mind, but hopefully this is
9972         the last...
9973         (m4_lquote): New.
9974         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
9975         efficient.
9976         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
9977         it was only a hack for m4_text_wrap.
9978         (m4_car2): Remove, replaced by...
9979         (m4_cdr): New.
9980         (_m4_foreach): Adjust.
9981         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
9982         m4_bpatsubst for clarification.
9984 2002-03-04  Akim Demaille  <akim@epita.fr>
9986         * doc/autoconf.texi (Changequote is Evil): New.
9988 2002-03-03  Kevin Ryde  <user42@zip.com.au>
9990         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
9991         on old systems like SunOS.
9993 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
9995         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
9996         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9997         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
9998         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
9999         of messages.
10001 2002-02-28  Akim Demaille  <akim@epita.fr>
10003         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
10004         message to be sent.
10006 2002-02-28  Kevin Ryde  <user42@zip.com.au>
10008         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
10010 2002-02-25  Akim Demaille  <akim@epita.fr>
10012         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
10013         From Akinori Musha.
10015 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
10017         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
10018         translate \r\n to \n.
10020 2002-02-07  Akim Demaille  <akim@epita.fr>
10022         Version 2.52h.
10024 2002-02-07  Akim Demaille  <akim@epita.fr>
10026         Fix Autoconf PR/209.
10027         Also reported by Frank Denis.
10029         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
10031 2002-02-07  Akim Demaille  <akim@epita.fr>
10033         Fix Autoconf PR/207:
10034         AC_PREFIX_PROGRAM fails with dashed program names
10036         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
10037         variable when looking for the prefix program.
10038         Now it also works for shell variables.
10040 2002-02-07  Akim Demaille  <akim@epita.fr>
10042         * doc/autoconf.texi (Limitations of Builtins): More about
10043         case/esac.
10045 2002-02-06  Akim Demaille  <akim@epita.fr>
10047         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
10048         case/esac, some shells don't support it.
10049         Reported by Zack Weinberg.
10050         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
10052 2002-02-06  Akim Demaille  <akim@epita.fr>
10054         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
10055         sure not to introduce newlines in at_groups.
10056         * lib/autotest/Makefile.am (autotest.m4f): Typo.
10058 2002-02-06  Akim Demaille  <akim@epita.fr>
10060         * tests/torture.at (Configuring subdirectories): Skip if aclocal
10061         is not available.
10063 2002-02-05  Paul Eggert  <eggert@twinsun.com>
10065         * doc/autoconf.texi (Specific Compiler Characteristics):
10066         Describe HP-UX cc bug workaround more accurately.
10067         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
10068         not unsigned long.
10069         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
10070         cross-compilers, too.  This undoes some of the most recent change
10071         to this file.
10073 2002-02-05  Akim Demaille  <akim@epita.fr>
10075         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
10076         to make sure they are up to date when `check' is run.
10078 2002-02-05  Akim Demaille  <akim@epita.fr>
10080         * doc/autoconf.texi (Making testsuite Scripts): Document
10081         package.m4.
10083 2002-02-05  Akim Demaille  <akim@epita.fr>
10085         * lib/freeze.mk: New.
10087 2002-02-05  Akim Demaille  <akim@epita.fr>
10089         Implement `autom4te --freeze'.
10091         * bin/autom4te.in (&freeze): New.
10092         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
10093         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
10095 2002-02-05  Akim Demaille  <akim@epita.fr>
10097         * bin/autom4te.in (&parse_args): Implement `frozen files are
10098         optional are the sum of the previous files on the command line'.
10099         Also, pass `--reload-state=' on them, so...
10100         (handle_m4): don't.
10101         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
10102         (M4sh): Rely on M4sugar.
10103         (Autotest, M4sh, M4sugar): Use frozen files.
10105 2002-01-31  Akim Demaille  <akim@epita.fr>
10107         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
10108         * doc/autoconf.texi (Initializing configure): Adjust.
10110 2002-01-30  Akim Demaille  <akim@epita.fr>
10112         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
10113         alphanumeric to `-' instead of `_'.
10115 2002-01-30  Akim Demaille  <akim@epita.fr>
10117         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
10118         for plain code, the other for cross-compilation code.  The latter
10119         is now run with GCC only.
10120         * doc/autoconf.texi (Compilers and Preprocessors): New.
10122 2002-01-30  Akim Demaille  <akim@epita.fr>
10124         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
10125         values.
10126         * doc/autoconf.texi (Initializing configure): Explain how to
10127         change AC_INIT default values.
10129 2002-01-29  Akim Demaille  <akim@epita.fr>
10131         * tests/torture.at (Configuring subdirectories): Use configure.in,
10132         so that aclocal 1.4 works.
10133         Reported by Alexandre Duret-Lutz and Larry Schmitt.
10135 2002-01-28  Akim Demaille  <akim@epita.fr>
10137         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
10138         needs an argument.
10140 2002-01-28  Akim Demaille  <akim@epita.fr>
10142         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
10143         AUTOTEST_PATH *after* it was set.
10144         Don't put `.' in the PATH: the user should be precise and `./' if
10145         needed.  In addition, given that the test suite does some `cd', if
10146         `.' is in the path, the `tested programs' sections will report
10147         programs found in the test suite's directory, while during the
10148         tests (performed in their own directory), these programs are no
10149         longer visible.  In other words, the results is confusing and
10150         useless.
10151         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
10153 2002-01-24  Akim Demaille  <akim@epita.fr>
10155         Version 2.52g.
10157 2002-01-24  Akim Demaille  <akim@epita.fr>
10159         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
10160         * doc/autoconf.texi: Finally add Akim as an author.
10162 2002-01-24  Akim Demaille  <akim@epita.fr>
10164         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
10165         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
10166         Bourne. Use /bin/sh.
10167         From Andreas Buening.
10169 2002-01-24  Akim Demaille  <akim@epita.fr>
10171         * config/config.guess, config/config.sub, config/texinfo.tex:
10172         Update from masters.
10174 2002-01-24  Akim Demaille  <akim@epita.fr>
10176         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
10177         * config/auxdir.m4, config/cond.m4, config/depend.m4,
10178         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
10179         * config/missing.m4, config/sanity.m4, config/select.m4,
10180         * config/strip.m4: Remove, to ease sync'ing with any version of
10181         Automake.
10183 2002-01-24  Akim Demaille  <akim@epita.fr>
10185         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
10186         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
10187         Reported by Geir Ove Myhr.
10189 2002-01-21  Akim Demaille  <akim@epita.fr>
10191         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
10193 2002-01-21  Akim Demaille  <akim@epita.fr>
10195         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
10196         message on invalid options.
10197         * bin/autom4te.in (parse_args): Don't use
10198         Autoconf::General::getopt with non valid options.
10200 2002-01-17  Jim Meyering  <meyering@lucent.com>
10202         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
10203         $ac_cv_exeext so we don't use an old, invalid, cached value.
10205 2002-01-11  Akim Demaille  <akim@epita.fr>
10207         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
10208         Meyering.
10209         * doc/autoconf.texi (Function Portability): Document the strnlen
10210         limitation.
10211         (Particular Functions): Document AC_FUNC_STRNLEN.
10212         * lib/autoscan/functions: Adjust.
10214 2002-01-06  Akim Demaille  <akim@epita.fr>
10216         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
10217         package.m4, since is really depends upon configure.ac, not
10218         configure.
10219         * doc/autoconf.texi (testsuite Scripts): Adjust.
10220         * tests/Makefile.am (package.m4): New.
10221         EXTRA_DIST it since its a source.
10223 2002-01-06  Akim Demaille  <akim@epita.fr>
10225         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
10226         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
10227         and PACKAGE_BUGREPORT from here...
10228         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
10229         arguments.
10230         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
10231         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
10232         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
10233         * tests/tools.at (autoheader): Adjust.
10234         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
10236 2002-01-06  Akim Demaille  <akim@epita.fr>
10238         * bin/autoscan.in (scan_file): Use `&used'.
10240 2002-01-03  Akim Demaille  <akim@epita.fr>
10242         * doc/autoconf.texi (Output): Improved wording regarding use of
10243         AC_OUTPUT.
10244         From Olly Betts.
10246 2001-12-18  Kevin Ryde  <user42@zip.com.au>
10248         * doc/autoconf.texi (Function Portability): Add notes on sscanf
10249         sometimes needing writable input.
10251 2001-12-17  Jim Meyering  <meyering@lucent.com>
10253         * doc/autoconf.texi (New Macros): Tweak wording.
10255 2001-12-14  Akim Demaille  <akim@epita.fr>
10257         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
10258         trailing files, don't apply `-rf' to files which might not be
10259         created by configure (core, core.*, and *.core), but just `rm -f'.
10260         Suggested by Jonathan Kamens.
10262 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
10264         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
10266 2001-12-14  Akim Demaille  <akim@epita.fr>
10268         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
10270 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
10272         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
10273         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
10274         abs_srcdir, top_srcpath to abs_top_srcdir.
10275         (_AC_OUTPUT_FILES): Adjust.
10276         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
10277         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
10278         * tests/wrappl.in, tests/wrapsh.in: Adjust.
10280 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
10282         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
10283         C/Fortran linking on HP/UX, by extracting the Fortran library
10284         search path from the LPATH line in the $F77 -v output.
10286 2001-12-12  Kevin Ryde  <user42@zip.com.au>
10288         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
10289         forbidden file descriptors table.
10291 2001-11-26  Akim Demaille  <akim@epita.fr>
10293         * bin/autoscan.in (%c_keywords): Build it at top level.
10294         Map to 1 in order to simplify its uses.
10296 2001-11-26  Akim Demaille  <akim@epita.fr>
10298         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
10299         Remove $filepath, useless.
10300         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
10301         variables, they are really part of the tokens.
10302         Split the input line on spaces and then look for tokens.
10303         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
10304         because of `lex$U.$(OBJEXT)'.
10305         (&scan_files): Use "@list" instead of join.
10306         * doc/Makefile.am (CLEANFILES): Add *.fns.
10308 2001-11-26  Akim Demaille  <akim@epita.fr>
10310         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
10311         Remove, replaced by...
10312         * tests/wrappl.in: Be common for all the Perl executables.
10313         In particular autoscan and autoheader want -I.
10314         * configure.ac: Adjust.
10315         * lib/autoscan/headers: errno.h is portable.
10317 2001-11-26  Akim Demaille  <akim@epita.fr>
10319         * bin/autoscan.in (used): New.
10320         Use it.
10322 2001-11-26  Akim Demaille  <akim@epita.fr>
10324         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
10325         directives.
10326         (&scan_sh_file): Remove a duplicate pattern.
10327         (&check_configure_ac): Use long options.
10328         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
10330 2001-11-26  Akim Demaille  <akim@epita.fr>
10332         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
10333         Before, having a line containing the opening of a multi line
10334         comment made the whole line be ignored.
10336 2001-11-26  Akim Demaille  <akim@epita.fr>
10338         * doc/autoconf.texi (Using an Autotest Test Suite): New.
10339         (testsuite Scripts): Be one of its subsection.
10340         (Autotest Logs): New.
10342 2001-11-26  Akim Demaille  <akim@epita.fr>
10344         Test groups are now run two directories deeper.
10346         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
10347         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
10348         at_top_builddir.
10349         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
10350         top_srcdir, builddir and top_builddir.
10351         Use `at_*dir' relatively to the directory containing the
10352         suite, use `*dir' when relatively to the current group dir.
10354 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10356         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
10357         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
10358         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
10359         spelling errors.
10361 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
10363         * doc/autoconf.texi (Using System Type): Add an example of `case
10364         $host' usage so people quit using `case $target' everywhere.
10366 2001-11-22  Akim Demaille  <akim@epita.fr>
10368         * doc/autoconf.texi (Installation Directory Variables): Englishoes
10369         spotted by Jim Meyering.
10371 2001-11-16  Paul Eggert  <eggert@twinsun.com>
10373         This patch implements a `long double' suggestion by Oliver Kiddle.
10375         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
10376         static, to catch errors if the value isn't known at compile-time
10377         and the compiler supports dynamic arrays.  Change its name from
10378         `_array_' to `test_array' to avoid potential name clashes.
10379         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
10380         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
10381         better than double.  Catch a bug in GCC 2.95.2 x86.
10382         * doc/autoconf.texi (C Compiler): Document the above.
10383         * NEWS: Likewise.
10385 2001-11-13  Akim Demaille  <akim@epita.fr>
10387         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
10388         hand.
10389         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
10391 2001-11-13  Akim Demaille  <akim@epita.fr>
10393         * lib/autotest/general.m4 (AT_INIT): After having run the test
10394         group, go back to the initial directory, not to at_suite_dir.
10396 2001-11-13  Akim Demaille  <akim@epita.fr>
10398         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
10399         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
10400         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
10401         option.
10402         (AT_CHECK_CONFIGURE): Use absolute paths.
10403         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
10404         The problem is still the old one: there is no means in M4 (that I
10405         know about) to create a defining macro, because there is no means
10406         to create `$1' etc., therefore, the defining macro ``swallows''
10407         all the arguments meant to the defined macro.
10409 2001-11-13  Akim Demaille  <akim@epita.fr>
10411         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
10412         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
10413         configure.ac.
10414         * tests/aclocal.m4: Remove, as it is no longer used.
10416 2001-11-13  Akim Demaille  <akim@epita.fr>
10418         * lib/autotest/general.m4: Change `tests?' into `groups?' in
10419         variable names when referring to a single test group, or to
10420         `suite' when referring to the whole test suite.
10421         `at_last_test' is removed: m4 compute at_format itself.
10422         (at_stdout, at_stder1, at_stderr): New variables.
10423         (AT_CHECK): Use them.
10425 2001-11-13  Akim Demaille  <akim@epita.fr>
10427         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
10428         in PATH.
10429         Create `testsuite.dir/003/run' instead of `testsuite.003'.
10430         Do it as soon as a test fails, don't wait till the end of the test
10431         suite.
10432         Don't remove $as_me.[0-9]*, since these files no longer exist.
10434 2001-11-13  Akim Demaille  <akim@epita.fr>
10436         * tests/tools.at: Use absolute paths, since we are no longer run
10437         in place.
10439 2001-11-13  Akim Demaille  <akim@epita.fr>
10441         Now that tests are running in their own private dir, there is no
10442         need to list the files to remove at the end of tests groups.
10444         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
10445         (AT_data_files, at_data_files): Remove.
10446         (AT_CLEANUP, AT_DATA): Simplify.
10447         (AT_INIT): Adjust.
10448         Remove the group dir if !debug && !failed.
10449         * tests/atspecific.m4: Adjust.
10451 2001-11-13  Akim Demaille  <akim@epita.fr>
10453         Start a new layout for Autotest: `testsuite' creates
10454         `testsuite.dir' in which the at-check-line etc. files are to be
10455         found, and `testsuite.dir/003' where the test group 3 is run.
10457         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
10458         at_check_line_file, at_format, at_test_normalized, at_group_dir
10459         are new variables.
10460         Create the directories.
10461         Use absolute paths for at- files.
10462         (AT_CHECK): Adjust.
10464 2001-11-11  Michael Matz  <matz@kde.org>
10466         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
10467         (m4_car2): New.
10468         (m4_car): Properly quote arguments.
10470 2001-11-13  Akim Demaille  <akim@epita.fr>
10472         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
10473         with stricter rules on LIBOBJS.
10475 2001-11-12  Paul Eggert  <eggert@twinsun.com>
10477         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
10478         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
10479         __PROTOTYPES too.
10481 2001-11-12  Akim Demaille  <akim@epita.fr>
10483         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
10485 2001-11-12  Akim Demaille  <akim@epita.fr>
10487         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
10488         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
10489         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
10490         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
10491         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
10492         specify to what the macro should be defined (typically to 1).
10494 2001-11-12  Akim Demaille  <akim@epita.fr>
10496         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
10497         From Jim Meyering.
10499 2001-11-12  Akim Demaille  <akim@epita.fr>
10501         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
10502         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
10503         definition used by Automake where LEX is +/- "${missing} lex" and
10504         `missing' itself contains variables.
10506 2001-11-12  Akim Demaille  <akim@epita.fr>
10508         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
10509         Now that M4sh pushes BODY, the comments were output at the end of
10510         the test suites.
10512 2001-11-08  Akim Demaille  <akim@epita.fr>
10514         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
10515         that we can trace macros from aclocal.m4.
10516         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
10517         obsoleted, and redirect to the former anyway.
10518         Reported by Ralf Corsepius.
10520 2001-11-08  Akim Demaille  <akim@epita.fr>
10522         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
10523         processed only if present.
10524         * tests/torture.at (Configuring subdirectories): Use autoreconf
10525         instead of successive calls to autoconf.
10526         Add a nonexistent subdirectory to exercise the patch above.
10527         Reported by Ralf Corsepius.
10529 2001-11-08  Kevin Ryde  <user42@zip.com.au>
10531         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
10532         doesn't accept .S files.
10534 2001-11-07  Akim Demaille  <akim@epita.fr>
10536         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
10537         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
10538         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
10539         * bin/autom4te.in (warn_forbidden): New.
10540         (handle_output): Use it.
10541         Read m4_pattern_forbid with messages.
10543 2001-11-05  Akim Demaille  <akim@epita.fr>
10545         * bin/autom4te.in (--normalize): Remove.
10546         * lib/autom4te.in: Adjust.
10548 2001-11-05  Akim Demaille  <akim@epita.fr>
10550         * tests/Makefile.am (testsuite): Rename this target as...
10551         ($(TESTSUITE)): this.
10552         From Nicolas Joly.
10554 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
10556         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
10557         the --prefix option, also remove it's argument.
10559 2001-11-05  Akim Demaille  <akim@epita.fr>
10561         * doc/autoconf.texi (testsuite Invocation): Update.
10562         (Writing testsuite.at): Update.
10564 2001-11-03  Akim Demaille  <akim@epita.fr>
10566         * doc/autoconf.texi: s/@code/@command/ where appropriate.
10568 2001-11-03  Akim Demaille  <akim@epita.fr>
10570         * lib/Autom4te/General.pm: (&catfile, &canonfile)
10571         (&file_name_is_absolute): New, wrappers around routines from
10572         File::Spec.
10573         Use and export them.
10574         (&find_configure_ac): Optionally take a directory where to look at.
10575         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
10576         the arguments.
10577         Default @ARGV to `.', not find_configure_ac.
10578         (&autoreconf): Argument is a directory.
10579         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
10580         * doc/autoconf.texi (autoreconf Invocation): Update.
10582 2001-11-03  Akim Demaille  <akim@epita.fr>
10584         * lib/Autom4te/General.pm (@export_vars, @export_subs)
10585         (@export_forward_subs): New.
10586         Add basename, dirname, and fileparse.
10587         (@EXPORT): Adjust.
10588         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
10589         Don't look for aclocal flags if we already know aclocal is not
10590         used.
10591         Move aclocal.m4t only if it exists.
10592         Reported by Ezra Peisach.
10594 2001-11-03  Akim Demaille  <akim@epita.fr>
10596         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
10597         passed on command line, defaulting to ./configure.ac if present.
10598         (&maybe_autoreconf, File::Find): Remove, unused.
10599         (&autoreconf): If autoconf is not used, don't try to trace.
10601 2001-11-02  Akim Demaille  <akim@epita.fr>
10603         * configure.ac: Bump to 2.52g.
10605 2001-11-02  Akim Demaille  <akim@epita.fr>
10607         Version 2.52f.
10609 2001-11-02  Akim Demaille  <akim@epita.fr>
10611         * config/config.guess, config/config.sub, doc/standards.texi:
10612         * config/lispdir.m4: Update from masters.
10613         * configure.ac: Bump to 2.52f.
10615 2001-11-02  Akim Demaille  <akim@epita.fr>
10617         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
10618         Don't run aclocal when aclocal.m4 is not from aclocal.
10619         From Ezra Peisach.
10620         Don't run libtoolize and gettextize if --install is not given.
10622 2001-11-01  Paul Eggert  <eggert@twinsun.com>
10624         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
10625         be invoked before _AS_LINENO_PREPARE.
10626         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
10627         than character ranges.
10629         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
10630         invoking AS_BASENAME.  Set the locale variables to 'C' if
10631         possible, as POSIX requires this to get the traditional
10632         behavior.
10633         * doc/autoconf.texi (Special Shell Variables): Describe the above.
10635 2001-10-31  Paul Eggert  <eggert@twinsun.com>
10637         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
10638         with {}, as that triggers a bug in Bash 2.05.
10640         (_AS_LINENO_PREPARE): Use Sed rather than
10641         Awk.  Fix the sed prepass to work even if there are multiple
10642         instances of $LINENO on the same line.  Do not substitute for
10643         other variables like $LINENOT.  Do not check file dates; such a
10644         check is unreliable on sufficiently fast machines, and removing
10645         the check makes the code simpler and more reliable.  Check for
10646         output and chmod failures.
10648         * doc/autoconf.texi (Special Shell Variables): Document
10649         the above.
10651 2001-10-31  Akim Demaille  <akim@epita.fr>
10653         * tests/Makefile.am (atconfig): Remove this target, Automake
10654         handles it now.
10656 2001-10-31  Akim Demaille  <akim@epita.fr>
10658         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
10659         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
10660         provided, while it is optional.
10661         * configure.ac: Adjust.
10663 2001-10-26  Paul Eggert  <eggert@twinsun.com>
10665         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
10666           lib/Autom4te/Struct.pm:
10667         Require Perl 5.005_03 instead of just 5.005, as some tests fail
10668         with 5.005_02.
10670         * doc/autoconf.texi (Special Shell Variables): Document some
10671         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
10673         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
10674         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
10675         eval $LINENO is not portable in practice.
10677 2001-10-24  Akim Demaille  <akim@epita.fr>
10679         * lib/Autom4te/General.pm (backname): New.
10681 2001-10-24  Akim Demaille  <akim@epita.fr>
10683         * m4/: Remove, merged into...
10684         * config/: here.
10686 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
10688         * doc/autoconf.texi (Shellology): Mention the problems with bash
10689         2.05's use of ANSI quoting in its `set' builtin.
10691 2001-10-22  Paul Eggert  <eggert@twinsun.com>
10693         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
10694         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
10695         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
10696         POSIX decided to standardize on the int flavor of strerror_r.
10697         Always do char* test, as there's no reason not to.
10698         Assign to a char* var, to catch strerror_r that returns int*.
10700         * doc/autoconf.texi (Particular Functions):
10701         Document the above changes.  Also, document the fact that
10702         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
10704         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
10706 2001-10-20  Akim Demaille  <akim@epita.fr>
10708         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
10709         the executable was missing from the log.
10711 2001-10-20  Akim Demaille  <akim@epita.fr>
10713         * lib/Autom4te/General.pm (&update_file): If destination is
10714         unchanged, remove the source.
10715         (&up_to_date_p): Don't be verbose, be debug.
10716         * bin/autoreconf.in: No longer support --m4dir.
10717         (&autoreconf): Display the full path of the configure.ac we are
10718         studying.
10719         Trace it only once.
10720         Be sure to honor --force with gettextize.
10721         Always run aclocal.
10722         * doc/autoconf.texi: Adjust.
10724 2001-10-20  Akim Demaille  <akim@epita.fr>
10726         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
10727         Remove, dead.
10728         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
10729         `intl' is already present, as it refuses unless --force.
10730         (&parse_args): Use -I, --include instead of the old Autoconf
10731         options.
10732         ($localdir, $autoconf_dir): Remove.
10733         (@include): New.
10734         (&maybe_autoreconf): New, to preserve $_ for File::Find.
10736 2001-10-19  Jens Petersen  <petersen@redhat.com>
10738         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
10739         * doc/autoconf.texi (Particular Programs): Likewise.
10741 2001-10-19  Akim Demaille  <akim@epita.fr>
10743         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
10744         file in @configure_input@.
10745         Don't mention `automatically' in addition to `generated'.
10746         * tests/torture.at (#define header templates): Adjust.
10748 2001-10-19  Akim Demaille  <akim@epita.fr>
10750         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
10751         comment, explain how to install automatic mode selection.
10752         From Russ Allbery.
10754 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
10756         * bin/autoreconf.in (autoreconf): Display the path to the
10757         configure.ac being studied.
10759 2001-10-18  Paul Eggert  <eggert@twinsun.com>
10761         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
10762         long, to work around a bug in the HP C compiler version HP92453-01
10763         B.11.11.23709.GP.
10765         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
10766         (AS_BASENAME_EXPR): New macro.
10767         (AS_BASENAME_SED): Do not assume GNU sed semantics.
10768         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
10769         and fall back on 'sed' only if the other two fail.  This makes
10770         AS_BASENAME act more like AS_DIRNAME.
10771         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
10772         contains white space.
10773         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
10774         Use AS_DIRNAME, since I think it's now DOS-friendly.
10775         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
10776         Allow "dirname //FOO" to return either / or //, as POSIX allows
10777         either behavior.
10779 2001-10-10  Akim Demaille  <akim@epita.fr>
10781         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
10782         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
10783         From Eric Sharkey.
10785 2001-10-10  Akim Demaille  <akim@epita.fr>
10787         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
10788         m4_define, since...
10789         (_AS_ECHO_N): AS_REQUIREs it.
10791 2001-10-10  Akim Demaille  <akim@epita.fr>
10793         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
10794         (AC_INCLUDES_DEFAULT): Move to...
10795         * lib/autoconf/headers.m4: here.
10796         * lib/autoconf/types.m4: Comment changes.
10797         * doc/autoconf.texi: Specify where the default includes are used
10798         in the macro prototypes.
10800 2001-10-09  Akim Demaille  <akim@epita.fr>
10802         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
10803         transition code.
10805 2001-10-08  Akim Demaille  <akim@epita.fr>
10807         * bin/autoreconf.in (&autoreconf): Remove debugging code.
10808         (&parse_args): Pass verbosity/debugging options to subtools when
10809         --debug, not when --verbose.
10810         * lib/autom4te.in (Autoreconf-preselections): New.
10811         (Autoconf): Use it.
10813 2001-10-08  Akim Demaille  <akim@epita.fr>
10815         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
10817 2001-10-08  Akim Demaille  <akim@epita.fr>
10819         * doc/autoconf.texi (autoreconf Invocation): Adjust.
10820         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
10822 2001-10-08  Akim Demaille  <akim@epita.fr>
10824         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
10825         (Syntax of the shell scripts): Don't.
10826         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
10827         bother with $force since...
10828         * lib/Autom4te/General.pm: does.
10830 2001-10-08  Akim Demaille  <akim@epita.fr>
10832         * bin/autoreconf.in: Rewrite in Perl.
10833         * configure.ac: Adjust.
10834         * lib/Autom4te/General.pm (&up_to_date_p): New.
10835         * bin/autom4te.in (&up_to_date_p): Use it.
10836         Rename as...
10837         (&up_to_date): this.
10839 2001-10-08  Akim Demaille  <akim@epita.fr>
10841         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
10842         (m4_list_cmp): Use $0 to reinvoke yourself.
10843         (m4_patsubsts): New.
10844         (m4_strip, m4_version_unletter): Use it.
10845         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
10847 2001-10-08  Akim Demaille  <akim@epita.fr>
10849         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
10850         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
10851         * lib/autoconf/types.m4, lib/autotest/general.m4,
10852         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
10853         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
10854         m4_bregexp, m4_bpatsubst, and m4_bmatch.
10855         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
10857 2001-10-08  Akim Demaille  <akim@epita.fr>
10859         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
10861 2001-10-08  Akim Demaille  <akim@epita.fr>
10863         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
10864         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
10865         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
10866         * tests/tools.at, tests/m4sh.at: Use it.
10867         * tests/m4sh.at: Don't rely on Autoconf macros.
10868         (DIRNAME_TEST): Also exercise the expr variant.
10869         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
10870         preferred M4sugar extension is now `.4s'.
10871         * tests/README: Remove.
10873 2001-10-08  Akim Demaille  <akim@epita.fr>
10875         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
10876         (m4_provide_if): this.
10877         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
10878         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
10879         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
10880         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
10882 2001-10-08  Akim Demaille  <akim@epita.fr>
10884         Use `add-log-current-defun-function' for ChangeLog creation.
10885         Suggested by Tom Tromey.
10887         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
10888         (autotest-mode): Adjust.
10889         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
10890         'comment-region onto `C-c ;'.
10891         Comments are `#', not `dnl'.
10892         (autoconf-current-defun): New.
10893         (autoconf-font-lock-keywords): Recognize `m4_defun'.
10895 2001-10-08  Akim Demaille  <akim@epita.fr>
10897         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
10898         * lib/m4sugar/m4sh.m4: here.
10899         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
10900         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
10901         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
10902         include handle the m4_pattern_*, no longer push the
10903         BODY diversion nor set the /bin/sh line, AS_INIT does it.
10904         * lib/autotest/general.m4 (AT_INIT): Likewise.
10905         * tests/base.at: Adjust the tests to use AS_INIT.
10906         * tests/tools.at (AT_DATA_FORBIDDEN): New.
10907         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
10908         Autoconf.
10910 2001-10-07  Paul Eggert  <eggert@twinsun.com>
10912         * doc/autoconf.texi (config.status Invocation):
10913         CONFIG_SHELL defaults to a shell that supports LINENO if available.
10915         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
10916         shell does not support LINENO, and if CONFIG_SHELL is unset or
10917         empty, and if we can find a shell that does support LINENO,
10918         then set CONFIG_SHELL to that shell and then re-execute
10919         ourselves with CONFIG_SHELL.
10921 2001-10-05  Paul Eggert  <eggert@twinsun.com>
10923         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
10924         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
10925         build of $(TESTSUITE).
10927 2001-10-05  Akim Demaille  <akim@epita.fr>
10929         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
10930         iff we are a bareword.
10931         Reported by Raja R Harinath.
10933 2001-10-05  Akim Demaille  <akim@epita.fr>
10935         * tests/m4sh.at (LINENO): New.
10936         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
10937         PATH_SEPARATOR before using it.
10938         Fix the absolute path case/esac pattern.
10939         Provide $0 as fallback for as_myself.
10940         Reported by Raja R Harinath.
10942 2001-10-05  Akim Demaille  <akim@epita.fr>
10944         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
10945         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
10947 2001-10-05  Akim Demaille  <akim@epita.fr>
10949         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
10950         (AS_SHELL_SANITIZE): here.  Use it.
10951         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
10952         From Paul Eggert.
10954 2001-10-04  Akim Demaille  <akim@epita.fr>
10956         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
10957         combination of Awk and sed to replace $LINENO.
10959 2001-10-02  Paul Eggert  <eggert@twinsun.com>
10961         * doc/autoconf.texi (Limitations of Builtins): You can't use
10962         "source"; it's not portable.  Remove confusing and
10963         somewhat-incorrect example involving "." and "/".
10965         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
10966         compatibility with POSIX shells.
10968 2001-10-02  Akim Demaille  <akim@epita.fr>
10970         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
10971         instead of exec'ing to preserve $0 and $@.
10973 2001-10-01  Akim Demaille  <akim@epita.fr>
10975         * tests/testsuite (AT_INIT) <at_pass_list>: New.
10976         Don't run twice the same test.
10978 2001-10-01  Akim Demaille  <akim@epita.fr>
10980         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
10981         No longer output the list of tests.
10982         <--list>: New option.
10983         <--full-help>: Remove.
10984         Complete the short/long options duality.
10985         Various small adjustments.
10987 2001-10-01  Akim Demaille  <akim@epita.fr>
10989         * doc/autoconf.texi: Use @kbd for user input.
10990         Always use `$' as shell prompt.
10992 2001-09-30  Paul Eggert  <eggert@twinsun.com>
10994         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
10995         Don't use nested parenthesization.  This patch was originally
10996         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
10997         but somehow it didn't get incorporated then.
10998         * doc/autoconf.texi (Limitations of Usual Tools):
10999         Clarify remark about sed and nested parenthesization.
11001         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
11002         Report an error if the size cannot be determined even though
11003         the type exists.
11004         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
11005         Check for `expr' arithmetic overflow, and for compilation failure,
11006         and invoke a new argument $4 if either is discovered.
11007         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
11008         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
11010 2001-09-28  Akim Demaille  <akim@epita.fr>
11012         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
11013         * m4/lispdir.m4: New.
11014         * aclocal.m4, configure.ac: Adjust.
11016 2001-09-28  Akim Demaille  <akim@epita.fr>
11018         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
11019         (AT_TESTED): this.
11020         (AT_INIT): More the wrapped section to where it will be expanded.
11021         Output `AT_tested' only when existing.
11022         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
11024 2001-09-27  Akim Demaille  <akim@epita.fr>
11026         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
11027         generates too many bug reports.
11029         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
11030         status when executing the ACTION-IF-FALSE.
11031         * tests/base.at (AC_TRY_*): Rename as...
11032         (AC_TRY_COMMAND): this.
11033         (AC_RUN_IFELSE): New.
11034         * tests/compile.at (Extensions, C keywords)
11035         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
11036         (Broken/missing compilers, AC_PROG_CPP with warnings)
11037         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
11038         * tests/c.at (Extensions, C keywords)
11039         (Broken/missing compilers, AC_PROG_CPP with warnings)
11040         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
11041         (AC_PROG_CPP requires AC_PROG_CC): here and...
11042         * tests/fortran.at (GNU Fortran 77): there.
11043         * doc/autoconf.texi (autoconf Invocation): Fix the example:
11044         AC_TRY_RUN is about compilation, not shell commands.
11045         (Test Programs): AC_TRY_RUN works as used to be advertised.
11047 2001-09-27  Akim Demaille  <akim@epita.fr>
11049         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
11050         Raja R Harinath:
11051         Be sure to detect when $LINENO always returns the same value.
11052         Look for the original script, basename($0) is certainly not
11053         enough.
11054         Pass the CLI arguments to `$as_me.lineno'.
11056 2001-09-25  Akim Demaille  <akim@epita.fr>
11058         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
11059         Be sure the close and reopen the LOG fd before and after using tee
11060         to extend the log.
11061         <at_tests_pattern>: Adjust to the new format of at_help_all.
11063 2001-09-23  Akim Demaille  <akim@epita.fr>
11065         * bin/autom4te.in (parse_args): There can be several invocations
11066         of --language now.
11068 2001-09-23  Akim Demaille  <akim@epita.fr>
11070         * doc/autoconf.texi (Top): Wrap in @ifnottex.
11072 2001-09-23  Akim Demaille  <akim@epita.fr>
11074         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
11075         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
11076         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
11077         builddir, buildpath, top_builddir, and top_buildpath.
11078         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
11079         the current directory.
11080         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
11081         variables *before* changing the current directory.
11082         Skip nonexistent dirs.
11083         * doc/autoconf.texi (Preset Output Variables): Document these
11084         variables.
11086         * lib/autotest/general.m4: Do not reset AT_victims.
11087         Don't compute at_srcdir nor at_top_srcdir.
11089         * tests/tools.at: Hence use top_srcdir.
11091         * tests/Makefile.am, tests/autoconf, tests/autoheader,
11092         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
11093         Remove.
11094         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
11095         * tests/wrapsh.in, tests/autoupdate.in: New.
11096         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
11097         * configure.ac: Build the position independent wrappers.
11099         * man/Makefile.am: Now that test wrappers are position
11100         independent, use them and drop dark envvar magic.
11102 2001-09-23  Akim Demaille  <akim@epita.fr>
11104         * doc/autoconf.texi (Common Shell Constructs): Rename as...
11105         (Programming in M4sh): this.
11106         Promote to @section.
11108 2001-09-23  Akim Demaille  <akim@epita.fr>
11110         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
11111         Pass $at_debug_args to the rerun test suite.
11112         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
11113         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
11114         From Paul Eggert.
11116 2001-09-23  Akim Demaille  <akim@epita.fr>
11118         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
11120 2001-09-23  Akim Demaille  <akim@epita.fr>
11122         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
11123         over-escaping.
11125 2001-09-23  Akim Demaille  <akim@epita.fr>
11127         * lib/Autom4te/General.pm (&debug): New.
11128         * bin/autom4te.in ($language): Move to...
11129         (parse_args): here.
11130         Handle --language in languages.
11131         * lib/autom4te.in (Automake-selections, Autoheader-selections)
11132         (Autoscan-selections): New.
11133         (Autoconf): Adjust.
11135 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
11137         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
11138         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
11139         to match current versions from CVS Automake.
11141 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
11143         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
11144         for $LINENO.
11146 2001-09-22  Akim Demaille  <akim@epita.fr>
11148         * lib/autoconf/autotest.m4: Create `package.m4'.
11149         * tests/Makefile.am (package.m4): Remove.
11151 2001-09-22  Akim Demaille  <akim@epita.fr>
11153         Rely on `$LINENO' when possible instead of `__oline__'.
11155         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
11156         `$LINENO' support replacement when not supported.
11157         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
11158         them explicitly to be sure they are not output before this section
11159         (via m4_require).  Cosmetic only.
11160         * lib/autoconf/c.m4, lib/autoconf/general.m4,
11161         * lib/autoconf/programs.m4: Replace all the occurrences of
11162         `__oline__' with `$LINENO'.
11163         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
11165 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
11167         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
11168         character (u: -> ue) in a code comment.
11169         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
11170         it works.
11172 2001-09-21  Akim Demaille  <akim@epita.fr>
11174         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
11175         Suggested by Jim Meyering.
11177 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11179         * lib/autoconf/programs.m4: Use extensions listed in
11180         $ac_executable_extensions when looking for programs.
11182 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11184         * lib/autoconf/general.m4: Fix a small Englisho.
11185         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
11186         setting up ac_dir_suffix and ac_top_builddir.
11187         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
11189 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11191         * doc/autoconf.texi (File System Conventions): Clarify the use of
11192         PATH_SEPARATOR.
11193         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
11194         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
11195         be used instead of ':'.
11196         * lib/autotest/general.m4: Replace occurrences of ':' in
11197         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
11199 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11201         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
11202         arguments.  Fixed a typo.
11204 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11206         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
11207         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
11209 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11211         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
11212         * bin/autoupdate.in: Ditto.
11213         * bin/autoheader.in: Reworded a few comments.
11214         * bin/autoconf.in: Reworded help text for a few options.
11215         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
11216         * bin/autoscan.in, bin/autoupdate.in: Ditto.
11218 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11220         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
11221         already have $file).  Set output files to binary mode (helps avoid
11222         CR issues on DOSish systems).
11224 2001-09-19  Akim Demaille  <akim@epita.fr>
11226         * lib/autotest/general.m4: Englishoes.
11227         From Tim Van Holder and Alexey Mahotkin.
11229 2001-09-18  Paul Eggert  <eggert@twinsun.com>
11231         * doc/autoconf.texi (Common Shell Constructs): New node,
11232         documenting AS_DIRNAME.
11233         (Limitations of Usual Tools): Refer to it when discussing dirname.
11234         Also, update discussion of POSIX standard to reflect latest draft.
11236         * lib/autoconf/c.m4:
11237         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
11239         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
11240         Do not pass a first argument with leading '-'
11241         to expr, by parenthesizing initial integers that might be negative.
11243         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
11244         now merely checks whether it is an error to pass an argument
11245         to getpgrp.
11247         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
11248         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
11249         whether it is a (compile-time) error to pass an argument to
11250         getpgrp.  This simpler test supports the revised documentation,
11251         and is all that AC_FUNC_GETPGRP's users really need.
11253 2001-09-18  Akim Demaille  <akim@epita.fr>
11255         * doc/autoconf.texi (Limitations of Make) <$<>: New.
11257 2001-09-18  Akim Demaille  <akim@epita.fr>
11259         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
11260         `{}'.
11261         * lib/autotest/general.m4 (AT_INIT): Adjust.
11263 2001-09-18  Paul Wagland  <paul@wagland.net>
11265         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
11266         correctly.
11267         Add test for AS_BASENAME.
11268         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
11269         added test. It now correctly handles /1/2/3/, returning '3' not ''.
11270         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
11271         * tests/base.at: Fixed the expected responses. The old ones were
11272         one line out...
11273         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
11274         the documentation claims it should (and how it behaved in 2.13).
11276 2001-09-18  Akim Demaille  <akim@epita.fr>
11278         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
11279         the AC_CONFIG_COMMANDS invocation.
11280         This also solves the name clash problems.
11281         Don't set the package's ID.
11282         * lib/m4sugar/Makefile.am (version.m4): Revamp.
11283         No longer to be shipped.
11284         (version.in): Remove.
11285         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
11286         * lib/autoconf/status.m4: Adjust.
11287         Use `m4_PACKAGE_STRING'.
11288         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
11289         the only optional argument is the name of the test suite.
11290         Expect `package.m4' to define the package signature.
11291         * lib/autom4te.in (Autotest): Add `package.m4?'.
11292         * tests/Makefile.am (package.m4): New.
11293         * tests/suite.at: ifnames is a victim.
11295 2001-09-18  Akim Demaille  <akim@epita.fr>
11297         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
11298         AC_LIBSOURCE, AC_CONFIG_FILES.
11299         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
11300         program version string doesn't match the package's.
11301         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
11302         after `(cached)'.
11304 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11306         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11307         Allow expression to return any value that can fit into unsigned long
11308         (not int, as before).  Check for output errors.
11310 2001-09-17  Bruno Haible  <haible@ilog.fr>
11312         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11313         Always include <stdio.h> and <stdlib.h>. Evaluate
11314         the expression in an extra function before these includes. Call
11315         fprintf "%d" only after ensuring the argument is of type 'int'.
11316         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
11318 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11320         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
11321         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
11322         fatal errors, and AC_CHECK_LIB causes it to include libraries even
11323         when they don't exist.
11325         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
11326         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
11327         need it.
11329         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
11330         version with the version used by fileutils 4.1, except use
11331         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
11332         we don't need it.
11334         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
11336 2001-09-13  Akim Demaille  <akim@epita.fr>
11338         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
11339         _first_.
11340         Reported by Gerrit P. Haase.
11342 2001-09-13  Akim Demaille  <akim@epita.fr>
11344         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
11345         m4_defn'ing is valid.
11347 2001-09-13  Akim Demaille  <akim@epita.fr>
11349         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
11350         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
11351         Use it.
11353 2001-09-13  Akim Demaille  <akim@epita.fr>
11355         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
11356         m4_match.
11357         (m4_re_escape): New.
11358         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
11359         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
11360         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
11361         Likewise.
11362         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
11363         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
11364         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
11365         AT_tests_all for consistency.
11366         Set at_victims.
11367         (AT_VICTIMS): Similar to AT_KEYWORDS.
11368         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
11370 2001-09-13  Akim Demaille  <akim@epita.fr>
11372         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
11374 2001-09-13  Akim Demaille  <akim@epita.fr>
11376         * lib/autotest/general.m4 (AT_INIT): Create and remove
11377         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
11378         test suites can cohabit.
11380 2001-09-13  Akim Demaille  <akim@epita.fr>
11382         * tests/mktests.sh: Don't output banners for empty test files.
11384 2001-09-13  Akim Demaille  <akim@epita.fr>
11386         Test suites can be run independently of configure.
11388         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
11389         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
11390         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
11391         ECHO_N etc.
11392         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
11393         and at_c.
11394         * lib/autotest/general.m4: Use ECHO_*.
11396 2001-09-13  Akim Demaille  <akim@epita.fr>
11398         * bin/ifnames.in: Rewrite in Perl.
11399         * configure.ac: Don't look for AWK.
11400         * tests/tools.at (AWK portability): Remove.
11401         (Syntax of the shell scripts): Don't check ifnames.
11402         (AT_CHECK_PERL_SYNTAX): New.
11403         (Syntax of the Perl scripts): Check ifnames.
11404         * tests/ifnames: New.
11406 2001-09-13  Akim Demaille  <akim@epita.fr>
11408         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
11409         test group titles.
11410         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
11411         Remove all the other keywords.
11413 2001-09-10  Akim Demaille  <akim@epita.fr>
11415         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
11416         SETUP: no longer used.
11417         Support -k, --keywords.
11418         <at_help>: Be `no', `short', or `long'.
11419         <at_help_all>: New variable.
11420         (AT_KEYWORDS): New.
11421         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
11422         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
11423         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
11424         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
11425         No longer fill the HELP diversion.
11426         (AT_CLEANUP): Use them.
11427         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
11428         (m4_list_append): Remove.
11430         Spread a few keywords in the Autoconf test suite.
11432 2001-09-10  Akim Demaille  <akim@epita.fr>
11434         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
11435         PATH_SEPARATOR, let M4sh compute it.
11436         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
11437         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
11438         Move to...
11439         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
11440         Simplify when the path is not a literal.
11441         (AS_UNAME): Use it to report PATH.
11442         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
11443         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
11444         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
11445         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
11446         normalize the path, and to look for victims.
11447         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
11448         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
11450 2001-09-07  Akim Demaille  <akim@epita.fr>
11452         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
11453         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
11454         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
11455         related variables into `at_package_*'.
11456         * lib/autotest/general.m4 (AT_VICTIMS): New.
11457         (AT_INIT): Adjust for stand-alone/embedded test suites.
11458         (AS_MESSAGE_LOG_FD): Define and use it.
11459         * tests/suite.at (AT_VICTIMS): Use it.
11460         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
11461         at_version.
11463 2001-09-07  Akim Demaille  <akim@epita.fr>
11465         Move toward possibly stand-alone test suites.
11467         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
11468         in addition, it introduces useless differences in logs.
11469         (AT_INIT): Let atconfig and atlocal be both optional.
11470         Adjust PATH computation.
11471         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
11473 2001-09-07  Akim Demaille  <akim@epita.fr>
11475         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
11476         m4sugar/version.m4.
11478 2001-09-05  Akim Demaille  <akim@epita.fr>
11480         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
11481         to avoid GCC warnings.
11482         From Uwe Seimet.
11484 2001-09-05  Akim Demaille  <akim@epita.fr>
11486         * bin/autom4te.in: --language is -l, not -s.
11488 2001-09-05  Akim Demaille  <akim@epita.fr>
11490         Be ready to handle filenames as stupid as `dnl.at', for if even
11491         the maintainer is dumb enough to do that...
11493         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
11494         excellence in M4 quotation: consider `__file__' is active.
11496         And BTW, when invoking m4, pass the --include in the right order:
11497         the wrong one.
11499         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
11500         4m.
11502 2001-09-05  Akim Demaille  <akim@epita.fr>
11504         * lib/Autom4te/XFile.pm: New lib file.
11505         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
11506         * bin/autoheader.in: Use it.
11508 2001-09-05  Akim Demaille  <akim@epita.fr>
11510         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
11511         defined.
11513 2001-09-05  Akim Demaille  <akim@epita.fr>
11515         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
11516         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
11518         * bin/autoscan.in: Use `getopt' and `find_files' etc.
11519         Add -I, --include support.
11520         * doc/autoconf.texi (autoscan Invocation): Adjust.
11522 2001-09-05  Akim Demaille  <akim@epita.fr>
11524         CVS GNU M4 doesn't like `undefine(undefined)'.
11526         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
11527         New, extracted from main.
11528         Use IO::File wherever possible.
11529         (input.m4): Be constant, use -I instead of hard coding $tmp.
11530         Therefore be a quoted heredoc.
11531         Don't invoke `_au_disable', since ac was not loaded, but just
11532         `unm4.m4'.
11534 2001-08-31  Akim Demaille  <akim@epita.fr>
11536         Version 2.52d.
11538 2001-08-31  Akim Demaille  <akim@epita.fr>
11540         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
11541         previous patch.
11542         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
11544 2001-08-31  Akim Demaille  <akim@epita.fr>
11546         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
11547         serious problems handling heredocs in heredocs.
11548         Reported by Nicolas Joly.
11550 2001-08-31  Akim Demaille  <akim@epita.fr>
11552         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
11553         (Making testsuite Scripts): Update.
11555 2001-08-31  Akim Demaille  <akim@epita.fr>
11557         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
11559 2001-08-31  Akim Demaille  <akim@epita.fr>
11561         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
11562         (testsuite Scripts): There is no such thing as `atconfig.in'.
11563         And actually one diagram is missing: test suite runtime.
11565 2001-08-31  Akim Demaille  <akim@epita.fr>
11567         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
11568         inverse order.
11570 2001-08-31  Akim Demaille  <akim@epita.fr>
11572         * bin/autoupdate.in (@include): `installcheck' revealed the path
11573         to m4sugar was lacking!
11575 2001-08-31  Akim Demaille  <akim@epita.fr>
11577         * man/Makefile.am (.x.1): We really have to pass
11578         autom4te_perllibdir.
11580 2001-08-31  Akim Demaille  <akim@epita.fr>
11582         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
11583         debug scripts, in particular passing explicitly listed tests to
11584         run is stupid.
11586 2001-08-31  Akim Demaille  <akim@epita.fr>
11588         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
11589         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
11590         Use directly autom4te, not autoconf.
11591         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
11593 2001-08-31  Akim Demaille  <akim@epita.fr>
11595         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
11596         * bin/autoheader.in (%symbol): Strip arguments of macros.
11598 2001-08-31  Akim Demaille  <akim@epita.fr>
11600         * doc/autoconf.texi: Catch up -I, --include changes.
11602 2001-08-31  Akim Demaille  <akim@epita.fr>
11604         * bin/autom4te.in (&parse_args): Die on unknown languages.
11605         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
11606         need for autoconf.
11607         Promote --include over --macrodir and other obsolete options.
11609 2001-08-31  Akim Demaille  <akim@epita.fr>
11611         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
11612         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
11613         * bin/autom4te.in ($autoconf): Pass --force.
11614         `print $out' doesn't print `$_' but `$out'.
11615         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
11616         (autoheader): Pass --force since the test suite goes too fast for
11617         the time stamps.
11618         Adjust to the new autoheader messages.
11620 2001-08-31  Akim Demaille  <akim@epita.fr>
11622         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
11623         Check the completeness of the #template.
11624         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
11625         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
11626         invocation.
11628 2001-08-31  Akim Demaille  <akim@epita.fr>
11630         * lib/Autom4te/General.pm (&find_file, &update_file): New.
11631         * bin/autoupdate.in, bin/autoheader.in: Adjust.
11632         Drop AC_MACRODIR dead for real.
11633         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
11634         `autoheader: `config.hin' is created'.
11635         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
11637 2001-08-31  Akim Demaille  <akim@epita.fr>
11639         * bin/autoheader.in: Rewrite in Perl.
11640         * tests/autoheader: Adjust.
11642 2001-08-31  Akim Demaille  <akim@epita.fr>
11644         * bin/autoconf.in (--include, -I): New option.
11645         Map --localdir, --autoconf-dir onto it.
11646         Forward autom4te's options instead of interpreting them.
11647         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
11648         There is no such envvar since the inception of autom4te.cfg.
11649         * bin/autom4te.in (&parse_args): Uniquify `@include'.
11650         * bin/autoupdate.in: Adjust, and perform more control.
11651         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
11652         * tests/autoconf: Dittowise.
11654 2001-08-31  Akim Demaille  <akim@epita.fr>
11656         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
11657         * bin/autom4te.in (&find_file): Support `FILE?' standing for
11658         optionally `FILE'.
11659         Use -e, not -f, since /dev/null for instance is OK.
11660         (&parse_args): Adjust.
11661         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
11663 2001-08-31  Akim Demaille  <akim@epita.fr>
11665         * configure.ac: Also find tested executables in bin.
11666         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
11667         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
11668         installed peer executables, only PATH is allowed to resolve it.
11669         Pass `autoconf_dir' via options, not via invisible envvars.
11670         * lib/Autom4te/General.pm (&find_peer): Remove.
11671         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
11672         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
11673         * man/Makefile.am: Let help2man rely on PATH instead of trying to
11674         find the executables for it.
11675         * tests/Makefile.am: Major cleanup.  Too lazy to document...
11676         * tests/atlocal.in: Remove all the obscure envvar manipulations.
11677         We only need PERL.
11678         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
11679         indeed related to running the test suite, while passing
11680         --autoconf-dir and others is related to running non installed
11681         Autoconf executables.  So don't do that, leave it to...
11682         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
11683         * tests/autoscan: New.
11684         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
11685         refer to library files: rely on --language.
11687 2001-08-29  Akim Demaille  <akim@epita.fr>
11689         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
11690         s/--set/--language/.
11692 2001-08-29  Akim Demaille  <akim@epita.fr>
11694         * doc/autoconf.texi: Strip the @nodes.
11695         Suggested by Paul Eggert.
11696         (Initializing configure): Typo.
11698 2001-08-29  Akim Demaille  <akim@epita.fr>
11700         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
11701         Suggested by Paul Eggert.
11703 2001-08-29  Akim Demaille  <akim@epita.fr>
11705         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
11706         download in a tmp dir.
11708 2001-08-29  Akim Demaille  <akim@epita.fr>
11710         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
11711         case insensitive OSes out there :(
11712         From Tim Van Holder.
11714 2001-08-29  Akim Demaille  <akim@epita.fr>
11716         * lib/autom4te.in: New.
11717         * lib/Makefile.am (edit, autom4te.cfg): New.
11718         * bin/autom4te.in (BEGIN): Simplify.
11719         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
11720         (&load_configuration): New.  Use it.
11721         (&parse_args): Support --mode, --set, and --melt.
11722         * bin/autoconf.in: Simplify and adjust.
11723         * tests/Makefile.am (AUTOMAKE): Use --set.
11724         * tests/atlocal.in: Adjust.
11725         * BUGS: distcheck and check are weak.
11727 2001-08-29  Akim Demaille  <akim@epita.fr>
11729         * lib/autotest/general.m4: Use
11730                 foo=`(command) 2>/dev/null`
11731         not
11732                 foo=`command` 2>/dev/null
11733         (at-devnull): Rename as...
11734         (AT-devnull): this.
11735         (--clean): Remove AT-* files too.
11736         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
11737         Reported by Nicolas Joly.
11739 2001-08-28  Akim Demaille  <akim@epita.fr>
11741         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
11742         quotes inside single quotes.
11743         Reported by Nicolas Joly.
11745 2001-08-28  Kevin Ryde  <user42@zip.com.au>
11747         * doc/autoconf.texi (Function Portability): Mention C right shifts.
11749 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
11751         * lib/autotest/general.m4: Reword some messages.
11752         (AT_INIT): Check for the `times' builtin before using it.
11753         Support test ranges as arguments to the testsuite.
11754         Have -e imply -d as the help text suggested.
11756 2001-08-27  Akim Demaille  <akim@epita.fr>
11758         * Makefile.maint: Formatting changes.
11759         (do-po-update, po-update, cvs-update, update): New targets.
11760         (AMTAR): Remove.
11762 2001-08-27  Akim Demaille  <akim@epita.fr>
11764         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
11765         <at_cmd_line>: New.
11766         Pass it to debug-*.sh scripts.
11767         <AUTOTEST_PATH>: May contain absolute dir names.
11769 2001-08-27  Akim Demaille  <akim@epita.fr>
11771         * lib/autotest/general.m4 (AT_INIT): Log the command line.
11772         Support `VAR=VAL' as arguments.
11773         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
11774         may be set via the command line.
11776 2001-08-27  Akim Demaille  <akim@epita.fr>
11778         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
11779         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
11780         first the build dirs, then the src dirs.
11781         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
11783 2001-08-27  Akim Demaille  <akim@epita.fr>
11785         * lib/autotest/general.m4 (AT_INIT): Output the definition of
11786         at_data_files earlier.
11787         (--clean, -c): New option.
11788         * tests/Makefile.am: Use this option.
11790 2001-08-27  Akim Demaille  <akim@epita.fr>
11792         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
11793         `ac_top_builddir' to mimic Automake's vocabulary, which much more
11794         readable.
11795         Adjust callers.
11796         * doc/autoconf.texi (Configuration Actions): Document the vars
11797         available in commands.
11798         Emphasize the risks of collisions in init-cmds.
11800 2001-08-27  Akim Demaille  <akim@epita.fr>
11802         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
11803         (Initializing configure): this new node.
11805 2001-08-27  Akim Demaille  <akim@epita.fr>
11807         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
11809 2001-08-27  Akim Demaille  <akim@epita.fr>
11811         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
11812         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
11813         New file.
11814         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
11816 2001-08-27  Akim Demaille  <akim@epita.fr>
11818         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
11819         to...
11820         * lib/autoconf/autoheader.m4: this new file.
11821         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
11822         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
11823         Move to...
11824         * lib/autoconf/autoupdate.m4: this new file.
11826 2001-08-27  Akim Demaille  <akim@epita.fr>
11828         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
11829         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
11830         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
11831         -> ac_dir).
11832         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
11833         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
11835 2001-08-27  Akim Demaille  <akim@epita.fr>
11837         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
11838         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
11839         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
11840         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
11841         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
11842         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
11843         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
11844         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
11845         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
11846         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
11847         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
11848         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
11849         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
11850         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
11851         (_AC_OUTPUT_SUBDIRS): Move to...
11852         * lib/autoconf/status.m4: this new file.
11853         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
11854         * tests/Makefile.am, tests/suite.at: Adjust.
11856 2001-08-27  Akim Demaille  <akim@epita.fr>
11858         Automake 1.5.
11860         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
11861         (AMTAR): Help automake define it.
11862         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
11863         needed, 1.5 can have a macro and a target with the same name.
11864         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
11865         * m4/strip.m4: New.
11866         * m4/init.m4, m4/sanity.m4: Update.
11867         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
11868         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
11869         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
11870         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
11872 2001-08-27  Akim Demaille  <akim@epita.fr>
11874         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
11876         * lib/autoconf/version.in: Remove.
11877         * lib/m4sugar/version.in: New.
11878         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
11879         Adjust callers.
11880         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
11881         the name of the directory they're in, instead of the filename,
11882         since version.m4 is now in m4sugar, but m4_acversion must not be
11883         classified as an Autoconf macro.
11884         ($input_m4): Don't qualify the path to m4sugar.
11885         Rather, pass autoconf_dir to m4.
11886         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
11887         * tests/suite.at: Require 2.52c.
11889 2001-08-27  Akim Demaille  <akim@epita.fr>
11891         testsuite.log should include config.log.
11893         * lib/autotest/autotest.m4: New.
11894         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
11895         * tests/suite.at : Adjust.
11896         (AT_INIT): Log config.log.
11897         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
11898         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
11899         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
11900         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
11901         of config.log on traps.
11902         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
11903         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
11904         for config.status'.
11905         Open the log as soon as possible.
11906         Use the same log introduction as configure's.
11908 2001-08-22  Paul Eggert  <eggert@twinsun.com>
11910         * doc/autoconf.texi (Indices): New node.
11911         Move indices out of the top level menu and into this submenu.
11913 2001-08-22  Akim Demaille  <akim@epita.fr>
11915         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
11916         AC_TRY_COMMAND.
11917         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
11919 2001-08-22  Akim Demaille  <akim@epita.fr>
11921         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
11922         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
11923         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
11924         * lib/autoconf/programs.m4: here.
11925         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
11926         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
11927         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
11928         * lib/autoconf/programs.m4: here.
11929         (_AC_DECL_YYTEXT): Rename as...
11930         (_AC_PROG_LEX_YYTEXT_DECL): this.
11931         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
11932         * tests/Makefile.am, tests/suite.am: Adjust.
11934 2001-08-22  Akim Demaille  <akim@epita.fr>
11936         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
11937         Move to...
11938         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
11939         here.
11940         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
11941         * lib/autoconf/functions.m4: here.
11942         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
11943         (AH_CHECK_LIB): Move to...
11944         * lib/autoconf/libs: this new file.
11945         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
11946         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
11947         * lib/autoconf/libs.m4: here.
11948         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
11950 2001-08-22  Akim Demaille  <akim@epita.fr>
11952         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
11953         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
11954         (AC_SITE_LOAD): Better logging of config.site.
11956 2001-08-20  Akim Demaille  <akim@epita.fr>
11958         * configure.ac (AT_CONFIG): Fix the path.
11959         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
11960         can be used.
11962 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
11964         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
11965         program with AC_LANG_PROGRAM before feeding it to
11966         AC_COMPILE_IFELSE.  Cleanup grep usage.
11968 2001-08-20  Akim Demaille  <akim@epita.fr>
11970         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
11971         * NEWS, README, README-alpha, TODO, tests/README: This package is
11972         `Autoconf', not `autoconf' (the executable).
11974 2001-08-20  Akim Demaille  <akim@epita.fr>
11976         Info readers seem to need `Index' in the index node title :(
11978         * doc/autoconf.texi: Reverse the 2001-08-15 change which
11979         simplified index node names.
11981 2001-08-20  Akim Demaille  <akim@epita.fr>
11983         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
11984         arguments are not literals.
11985         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
11986         Specify the output variables, and macros defined.
11988 2001-08-20  Akim Demaille  <akim@epita.fr>
11990         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
11991         (Examining Syntax) <AC_TRY_COMPILE>
11992         (Examining Libraries) <AC_TRY_LINK>
11993         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
11994         their arguments.
11995         Reported by Werner Lemberg.
11997 2001-08-20  Akim Demaille  <akim@epita.fr>
11999         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
12000         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
12001         Load atlocal late enough to dump it in the log.
12002         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
12004 2001-08-20  Akim Demaille  <akim@epita.fr>
12006         * tests/torture.at (Configuring subdirectories): New test.
12007         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
12008         looking for.
12009         * m4/atconfig.m4: Be sure the let $[0] be expandable.
12010         (top_srcdir): Fix its computation.
12012 2001-08-20  Akim Demaille  <akim@epita.fr>
12014         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
12015         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
12016         test suite lives.
12017         Create `atconfig' automagically.
12018         Configure atlocal.in if present.
12019         * tests/atconfig.in: Remove.
12020         * tests/atlocal.in: New.
12021         * tests/Makefile.am: Adjust.
12023 2001-08-20  Akim Demaille  <akim@epita.fr>
12025         Huh!?!?!  There are still some user EOF tags used, which prevents
12026         their use in AC_CONFIG_COMMANDS for instance...
12028         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
12029         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
12030         `_CSEOF', or `_ATEOF', as appropriate.
12031         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
12032         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
12034 2001-08-20  Akim Demaille  <akim@epita.fr>
12036         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
12037         * tests/semantics.at, tests/tools.at, tests/torture.at:
12038         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
12040 2001-08-20  Akim Demaille  <akim@epita.fr>
12042         Autotest invokes M4sh's initialization.
12044         * lib/autotest/general.m4: Adjust the diversion names.
12045         (AT_INIT): Run AS_INIT.
12046         Use the BINSH diversion to invoke /bin/sh.
12047         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
12048         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
12050 2001-08-20  Akim Demaille  <akim@epita.fr>
12052         Let M4sh have its own diversions.
12054         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
12055         (_m4_divert(NOTICE)): Rename as...
12056         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
12057         (_m4_divert(HEADER-COMMENT)): these.
12058         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
12059         (_m4_divert(NOTICE)): New, for Libtool.
12060         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
12061         long ago with `_m4_divert(GROW)'.
12062         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
12064 2001-08-20  Akim Demaille  <akim@epita.fr>
12066         * tests/base.at, tests/compile.at, tests/foreign.at,
12067         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
12068         * tests/semantics.at, tests/suite.at, tests/tools.at,
12069         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
12071 2001-08-20  Akim Demaille  <akim@epita.fr>
12073         * bin/autom4te.in (handle_output): Handle @__@.
12075 2001-08-20  Akim Demaille  <akim@epita.fr>
12077         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
12078         * lib/autotest/general.m4: Adjust the license.
12080 2001-08-17  Paul Eggert  <eggert@twinsun.com>
12082         * doc/autoconf.texi (Function Portability): Mention snprintf,
12083         following up on a suggestion by Kevin Ryde.
12085 2001-08-17  Akim Demaille  <akim@epita.fr>
12087         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
12088         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
12090 2001-08-17  Akim Demaille  <akim@epita.fr>
12092         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
12093         `$0.log' as for projects where testsuite is in src, we'd have
12094         testsuite.log created in src.
12096 2001-08-17  Akim Demaille  <akim@epita.fr>
12098         * bin/autom4te.in (&parse_args): Recognize --normalize.
12100 2001-08-17  Akim Demaille  <akim@epita.fr>
12102         Start implementing the AC_CHECK_HEADER transition scheme.
12104         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
12105         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
12106         (AC_CHECK_HEADER): Use them.
12108 2001-08-17  Akim Demaille  <akim@epita.fr>
12110         * doc/autoconf.texi: Work around Texinfo buglets.
12111         (Transformation Rules): One example is enough, users are expected
12112         to have their brains on. And BTW, use DESTDIR.
12113         (dvar): New macro.  Use it.
12115 2001-08-17  Akim Demaille  <akim@epita.fr>
12117         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
12118         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
12119         looking for ChangeLogs.
12121 2001-08-17  Akim Demaille  <akim@epita.fr>
12123         * bin/autom4te.in: --normalize is a new option.
12124         * bin/autoconf.in: Use it.
12126 2001-08-17  Akim Demaille  <akim@epita.fr>
12128         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
12129         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
12131 2001-08-16  Paul Eggert  <eggert@twinsun.com>
12133         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
12134         start, not at end.
12136 2001-08-15  Akim Demaille  <akim@epita.fr>
12138         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
12139         Use it.
12141 2001-08-15  Akim Demaille  <akim@epita.fr>
12143         * doc/autoconf.texi (pr): New index.
12144         (prindex, findex): Use, merge, and output them.
12145         (Environment Variable Index, Output Variable Index)
12146         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
12147         (Autotest Macro Index): Rename as...
12148         (Environment Variables, Output Variables,Preprocessor Symbols)
12149         (Autoconf Macros, M4 Macros, Autotest Macros): these.
12150         * doc/install.texi: Use @command.
12151         (Environment Variables): Rename as...
12152         (Defining Variables): this.
12154 2001-08-15  Akim Demaille  <akim@epita.fr>
12156         * doc/autoconf.texi (Function Portability): sprintf's return
12157         value.
12158         From Kevin Ryde.
12160 2001-08-15  Akim Demaille  <akim@epita.fr>
12162         * Makefile.maint (CVS): New.
12163         (local-check): Run changelog-check. last.
12164         (alpha): Don't depend upon local-check, since...
12165         (cvs-dist): depends upon it.
12167 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
12169         * tests/Makefile.am: Use a clean-local rule to remove
12170         autom4te.cache (it's a directory, not a file.
12171         * Makefile.am: Ditto (but maintainer-clean-local).
12173 2001-08-15  Akim Demaille  <akim@epita.fr>
12175         * bin/autom4te.in (@m4_warning): New.
12176         (&handle_m4): Use it.
12177         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
12178         warnings are issued at each run.
12179         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
12180         is in the src tree.
12182 2001-08-15  Akim Demaille  <akim@epita.fr>
12184         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
12185         don't waste time running `autoupdate --version' works.
12186         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
12188 2001-08-13  Akim Demaille  <akim@epita.fr>
12190         * doc/autoconf.texi (ma): Rename this index as...
12191         (ac): this.
12193 2001-08-13  Akim Demaille  <akim@epita.fr>
12195         * Makefile.am: Remove dead code and dead comments.
12196         (pdf, html): New targets.
12197         * doc/autoconf.texi (Using Autotest): New chapter.
12198         * doc/Makefile.am (pdf): New targets.
12199         (CLEANFILES): Adjust.
12201 2001-08-13  Akim Demaille  <akim@epita.fr>
12203         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
12204         duration of the test suite.
12206 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
12208         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
12209         endianness for comparison instead of relying on AT_CHECK_ENV.
12211 2001-08-11  Paul Eggert  <eggert@twinsun.com>
12213         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
12214         to the INSTALL file.
12216 2001-08-11  Paul Eggert  <eggert@twinsun.com>
12218         * NEWS: The autoconf manual now is distributed under the terms
12219         of the GNU Free Documentation License.
12221         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
12222         Add an appendix "Copying This Manual" for the FDL.
12224         * doc/fdl.texi: New file, from
12225         <http://www.gnu.org/licenses/fdl.texi>.
12227         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
12229 2001-08-10  Paul Eggert  <eggert@twinsun.com>
12231         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
12232         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
12233         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
12234         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
12235         m4/sanity.m4, tests/README, tests/aclocal.m4,
12236         tests/atspecific.m4, tests/base.at, tests/compile.at,
12237         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
12238         tests/semantics.at, tests/suite.at, tests/tools.at,
12239         tests/torture.at: Add copyright notice.
12241         * tests/mktests.sh: Update year in copyright notice.
12243 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
12245         * tests/semantics.at (AC_C_BIGENDIAN): New test.
12247 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
12249         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
12250         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
12251         * doc/autoconf.texi (C Compiler Characteristics): Update
12252         documentation for AC_C_BIGENDIAN.
12254 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
12256         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
12257         magic values from an object file when cross-compiling.
12258         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
12260 2001-08-10  Akim Demaille  <akim@epita.fr>
12262         * bin/autom4te.in (&handle_output): Don't use `grep' with side
12263         effects.
12264         Suggested by Russ Allbery.
12266 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
12268         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
12269         current $prefix to the sub-configures.
12271 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
12273         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
12274         extension (needed on BeOS).  Reported by Guido van Rossum.
12276 2001-08-09  Akim Demaille  <akim@epita.fr>
12278         * bin/autom4te.in ($icache): Load it only if older than autom4te.
12280 2001-08-07  Akim Demaille  <akim@epita.fr>
12282         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
12283         removed.
12284         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
12285         No need to remove the files before and after the each test, before
12286         each test and at the end of the suite is enough.
12287         Display only the children `times', not the shell's.
12288         If the test failed or was skipped, at-times is not available.
12290 2001-08-07  Akim Demaille  <akim@epita.fr>
12292         Always produce testsuite.log, including when there are no
12293         failures.  This helps getting information on skipped tests, and
12294         duration of the tests.  Err, implement the latter btw.
12296         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
12297         Dump information on the first run of each test.
12298         (AT_CLEANUP): Create `at-times' containing the duration of the
12299         test group.
12301 2001-08-07  Akim Demaille  <akim@epita.fr>
12303         The use of `dumpstat' revealed that `len' was used although it
12304         should not.  m4_text_wrap was using it, but in the Autoconf world
12305         where it is legal.  Hence (i) test M4sh in its own world, not
12306         Autoconf's, and (ii), ahem, fix the bug :)
12308         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
12309         does not like `' instead of [].
12310         (AT_INIT): Forbid `^_?AT_'.
12311         And don't output such tokens.
12312         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
12313         `script.as', and `autom4te.cache'.
12314         Remove `empty' and `macro' which are no longer used.
12315         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
12316         * tests/m4sugar.at: Use it.
12317         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
12319 2001-08-07  Akim Demaille  <akim@epita.fr>
12321         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
12323 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
12325         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
12327 2001-08-04  Akim Demaille  <akim@epita.fr>
12329         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
12330         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
12331         AC_TRY_LINK.
12332         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
12333         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
12334         (AC_F77_MAIN): Likewise.
12336 2001-08-04  Akim Demaille  <akim@epita.fr>
12338         Don't rely on M4sugar outputting the patterns in files, since we
12339         might process the output _without_ running m4, hence without these
12340         files.
12342         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
12343         * bin/autom4te.in (@Request::includes): Remove, unused.
12344         (@Request::source): Rename as...
12345         (@Request::input): this.
12346         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
12347         (&handle_output): Fetch the patterns from the traces.
12348         `$forbidden' and `$allowed' are constant: use m//o.
12349         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
12350         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
12352 2001-08-04  Akim Demaille  <akim@epita.fr>
12354         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
12355         autoconf', i.e., in addition to caching traces, cache the output.
12357         * bin/autom4te.in (Request::cache): Rename as...
12358         (Request::id): this.
12359         ($cache, $icache, $tcache, $ocache): New.
12360         (&handle_m4): Save M4 output in the cache instead of $tmp.
12361         (&handle_output): Adjust.
12362         (&up_to_date_p): Check that the output cache is up to date too.
12363         (top level): Run `&handle_m4' iff force or the cache is invalid.
12364         Run `&handle_output' if the output cache is more recent.
12366 2001-08-04  Akim Demaille  <akim@epita.fr>
12368         * bin/autom4te.in ($force): New.
12369         (&parse_args, &print_usage): -f, --force is a new option.
12370         (&handle_output): CPP directives might have spaces after `#'.
12371         (&parse_args): The first file only can be frozen.
12373 2001-08-04  Akim Demaille  <akim@epita.fr>
12375         Don't let autom4te compute the `include' traces several times:
12376         first check that the trace cache file is up to date, and then
12377         compare its timestamp with that of the output.
12379         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
12380         the preamble.  Don't require 5.005 as Autom4te::General does it,
12381         and better yet (use `use', not `require'!).
12382         * lib/Autom4te/Struct.pm: Rename the last occurrences of
12383         Class::Struct as Autom4te::Struct.
12384         * lib/Autom4te/General.pm (File::stat): Use it.
12385         (&mtime): New, export it.
12386         * bin/autom4te.in: Use it.
12387         Declare `$req' is invalid if it is outdated.
12388         Don't declare it valid before saving it if something went wrong.
12390 2001-08-04  Akim Demaille  <akim@epita.fr>
12392         Autom4te shall not encode Autoconf data, and preselecting traces
12393         must be proposed to the users.
12395         * bin/autom4te.in (@required_trace): Remove.
12396         (@preselect): New.
12397         (&parse_args, &print_usage): -p, --preselect is a new option.
12398         (&up_to_date_p): Adjust.
12399         * bin/autoconf.in: Preselect some Autoconf macros.
12401 2001-08-04  Akim Demaille  <akim@epita.fr>
12403         * tests/tools.at (autoconf --trace: user macros): Check traces on
12404         macros invoked without arguments, and macros invoked with multiple
12405         lines arguments.
12407 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
12409         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
12410         arguments.
12412 2001-08-03  Akim Demaille  <akim@epita.fr>
12414         * bin/autoconf.in ($@): Work around the usual sh bug.
12415         From Nicolas Joly.
12417 2001-08-03  Akim Demaille  <akim@epita.fr>
12419         Clean up the handling of the M4 builtins tracing exception.
12421         * bin/autom4te.in (Request::request): Don't complete M4 builtins
12422         trace requests.
12423         (@m4_builtins): Rename as...
12424         (@m4_builtin): this.
12425         (%m4_builtin_alternate_name): New.
12426         (&parse_args): Complete the trace requests with alternate names.
12427         (&handle_traces): Hence no longer do it here.
12428         (&trace_requests): Remove, unused.
12430 2001-08-03  Akim Demaille  <akim@epita.fr>
12432         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
12433         m4_if, and m4_wrap.
12435 2001-08-03  Akim Demaille  <akim@epita.fr>
12437         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
12438         (m4_divert_pop): Dump the whole diversion stack when a diversion
12439         mismatch happens.
12440         * bin/autom4te.in (&handle_output): Remember of the first
12441         occurrence of a possibly undefined macro, not the last.
12442         Complain about the possibly undefined macros in the same order as
12443         the appear in the output.
12444         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
12445         * tests/tools.at (autoconf: forbidden tokens, basic)
12446         (autoconf: forbidden tokens, exceptions): No longer sort
12447         autoconf's stderr, as it is now deterministic.
12448         Check that `dnl' is caught.
12450 2001-08-01  Akim Demaille  <akim@epita.fr>
12452         * configure.ac: Bump to 2.52c.
12454 2001-08-01  Akim Demaille  <akim@epita.fr>
12456         Version 2.52b.
12458         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
12460 2001-08-01  Akim Demaille  <akim@epita.fr>
12462         Version 2.52a.
12464 2001-08-01  Akim Demaille  <akim@epita.fr>
12466         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
12467         `die'.
12468         (&END): New.
12469         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
12470         `END', as `Autom4te::General::END' will be triggered.
12471         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
12472         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
12473         system to run `mv', `rm', and `cmp'.
12475 2001-08-01  Akim Demaille  <akim@epita.fr>
12477         * lib/Autom4te/General.pm (&unique): New.
12478         * bin/autoscan.in (&output): Use it to issue trace requests once.
12480 2001-08-01  Akim Demaille  <akim@epita.fr>
12482         * lib/Autom4te/General.pm: New.
12483         * bin/autom4te.in (Autom4te::General): Use it.
12484         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
12485         (&find_configure_ac, &find_slave): Remove.
12486         * bin/autoscan.in: Likewise.
12487         * bin/autoupdate.in: Likewise.
12489 2001-08-01  Akim Demaille  <akim@epita.fr>
12491         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
12492         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
12493         * bin: here, new directory.
12494         * lib/Autoconf: Rename as...
12495         * lib/Autom4te: this, to please case insensitive junkie OSes.
12497 2001-08-01  Akim Demaille  <akim@epita.fr>
12499         * autom4te.in ($m4): Handle the --nesting-limit.
12500         * autoconf.in (M4): Remove.
12502 2001-08-01  Akim Demaille  <akim@epita.fr>
12504         * autoconf.in ($AWK): Remove, no longer used.
12505         * test/tools.at: Use AT_CHECK_AUTOCONF.
12506         (AWK portability): Remove, for autoconf no longer uses AWK.
12507         (Syntax of the Perl scripts): New.
12508         * configure.ac: autoconf no longer needs an AWK with a good
12509         regexp engine.
12510         Use a static test on AC_PACKAGE_VERSION.
12511         * autom4te.in (&up_to_date_p): Output depends on the arguments.
12512         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
12513         * tests/atconfig.in (PERL): New.
12515 2001-08-01  Akim Demaille  <akim@epita.fr>
12517         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
12518         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
12519         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
12520         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
12521         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
12522         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
12523         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
12524         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
12525         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
12526         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
12527         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
12528         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
12529         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
12530         * lib/autoconf/c.m4: here, new file.
12532         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
12533         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
12534         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
12535         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
12536         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
12537         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
12538         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
12539         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
12540         (AC_F77_FUNC): Move to...
12541         * lib/autoconf/fortran.m4: here, new file.
12543 2001-08-01  Akim Demaille  <akim@epita.fr>
12545         * acfunctions.m4: Rename as...
12546         * lib/autoconf/functions.m4: this.
12547         * acgeneral.m4: Rename as...
12548         * lib/autoconf/general.m4: this.
12549         * acheaders.m4: Rename as...
12550         * lib/autoconf/headers.m4: this.
12551         * aclang.m4: Rename as...
12552         * lib/autoconf/lang.m4: this.
12553         * acoldnames.m4: Rename as...
12554         * lib/autoconf/oldnames.m4: this.
12555         * acspecific.m4: Rename as...
12556         * lib/autoconf/specific.m4: this.
12557         * actypes.m4: Rename as...
12558         * lib/autoconf/types.m4: this.
12559         * autoconf.m4: Rename as...
12560         * lib/autoconf/autoconf.m4: this.
12562         * m4sugar.m4: Rename as...
12563         * lib/m4sugar/m4sugar.m4: this.
12564         * m4sh.m4: Rename as...
12565         * lib/m4sugar/m4sh.m4: this.
12567         * tests/atgeneral.m4: Rename as...
12568         * lib/autotest/general.m4: this.
12570         * acfunctions: Rename as...
12571         * lib/autoscan/functions: this.
12572         * acheaders: Rename as...
12573         * lib/autoscan/headers: this.
12574         * acidentifiers: Rename as...
12575         * lib/autoscan/identifiers: this.
12576         * aclibraries: Rename as...
12577         * lib/autoscan/libraries: this.
12578         * acmakevars: Rename as...
12579         * lib/autoscan/makevars: this.
12580         * acprograms: Rename as...
12581         * lib/autoscan/programs: this.
12583 2001-08-01  Akim Demaille  <akim@epita.fr>
12585         * doc/autoconf.texi: Moving/deleting open files is not portable.
12586         Portability issues for `.' (source), and more information about sed.
12588 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
12590         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
12591         which has a special meaning and is not a reference to libibmil.a.
12592         Reported by Matteo Frigo.
12594 2001-07-25  Pavel Roskin  <proski@gnu.org>
12596         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
12597         output.
12599 2001-07-25  Akim Demaille  <akim@epita.fr>
12601         * autoconf.in: Try to define the variables before using them.
12602         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
12603         instead of `$perllibdir'.
12604         * tests/atconfig.in ($autom4te_perllibdir): Export it.
12606 2001-07-25  Akim Demaille  <akim@epita.fr>
12608         * autoconf.in (ac_LF_and_DOT): Remove, unused.
12610 2001-07-24  Akim Demaille  <akim@epita.fr>
12612         Let autoconf use autom4te for traces.
12614         * autoconf.in ($task, task trace): Remove, merely pass --trace to
12615         autom4te.
12616         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
12617         (Because I found no way for autom4te to accept `-').
12618         * autom4te.in (&Request::request): Beware of M4 builtins.
12619         (END): Don't try to remove the content of an empty dir.
12620         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
12621         (&handle_output): Set a default value to `$forbidden'.
12622         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
12623         ($autoconf): Pass --debug and --verbose.
12624         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
12625         cache.
12627 2001-07-24  Akim Demaille  <akim@epita.fr>
12629         Let autoconf use autom4te to create configure.
12631         * autoconf.in ($automate): New var.
12632         (task script): Use autom4te.
12633         * autom4te.in (File::Spec): Use it.
12634         (&find_file): New.
12635         (&parse_args): --warning is -W, not -w.
12636         Find the top level files.
12637         (&handle_m4): Pass the warnings flags.
12638         Don't report verbosely m4's failures, unless requested.
12639         (&handle_output): Don't complain for forbidden tokens in comments.
12640         Be sure to report all the forbidden tokens within a single line.
12641         (&trace_format_to_m4): Preserve `$_'.
12642         (&handle_traces): Sort the output macros.
12643         (&up_to_date_p): Find the files before trying to get its time stamp.
12645 2001-07-24  Akim Demaille  <akim@epita.fr>
12647         * Makefile.am: Ship, build and install Autom4te.
12648         (SUBDIRS): Add lib.
12649         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
12650         * configure.in: Require Perl.
12651         * man/autom4te.in: New.
12653 2001-07-19  Paul Eggert  <eggert@twinsun.com>
12655         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
12656         example, rather than (exit 1); exit (which isn't portable).
12658 2001-07-18  Akim Demaille  <akim@epita.fr>
12660         Version 2.52.
12662 2001-07-18  Akim Demaille  <akim@epita.fr>
12664         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
12665         was run, while they are needed also when it is expanded.
12666         Reported by Nicolas Joly.
12668         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
12669         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
12670         AC_F77_DUMMY_MAIN being expanded.
12672 2001-07-18  Akim Demaille  <akim@epita.fr>
12674         * configure.in: Bump to 2.51a.
12676 2001-07-17  Akim Demaille  <akim@epita.fr>
12678         Version 2.51.
12680 2001-07-17  Akim Demaille  <akim@epita.fr>
12682         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
12683         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
12685 2001-07-17  Akim Demaille  <akim@epita.fr>
12687         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
12688         used.  Well, then use the prototypes when you can, and runtime as
12689         a last resort.
12690         Reported by Artur Frysiak
12692         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
12693         (AC_FUNC_GETPGRP): Use it.
12694         First try to compile with 0-ary or 1-ary calls.
12696 2001-07-17  Akim Demaille  <akim@epita.fr>
12698         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
12699         replacement type.
12700         From Paul Eggert.
12702 2001-07-17  Akim Demaille  <akim@epita.fr>
12704         * Makefile.maint: Sync. with cppi 1.10.
12706 2001-07-17  Akim Demaille  <akim@epita.fr>
12708         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
12709         AC_F77_DUMMY_MAIN has been run.
12710         From Pavel Roskin and Steven G. Johnson.
12712 2001-07-17  Akim Demaille  <akim@epita.fr>
12714         * configure.in: Rename as...
12715         * configure.ac: this.
12717 2001-07-17  Akim Demaille  <akim@epita.fr>
12719         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
12720         rules.
12721         From Marc Espie.
12722         * Makefile.maint (release-archive-dir): Rename as...
12723         (release_archive_dir): this, so that it can be specialized in
12724         Makefile.
12726 2001-07-14  Akim Demaille  <akim@epita.fr>
12728         * configure.in: Bump to 2.50d.
12730 2001-07-14  Akim Demaille  <akim@epita.fr>
12732         Version 2.50c.
12733         * Makefile.maint (alpha): Typo.
12735 2001-07-14  Akim Demaille  <akim@epita.fr>
12737         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
12739 2001-07-14  Akim Demaille  <akim@epita.fr>
12741         * config/config.guess, config/config.sub, config/texinfo.tex
12742         * doc/standards.texi, doc/make-stds.texi: Update.
12744 2001-07-14  Akim Demaille  <akim@epita.fr>
12746         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
12748 2001-07-14  Akim Demaille  <akim@epita.fr>
12750         * Makefile.maint (maintainer-check): Rename as...
12751         (maintainer-distcheck): this.
12752         (changelog-check, static-check): New.
12753         Use them.
12755 2001-07-14  Kevin Ryde  <user42@zip.com.au>
12757         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
12758         for CXX is g++, not gcc.
12760 2001-07-14  Akim Demaille  <akim@epita.fr>
12762         * doc/autoconf.texi (Files): New subsection.
12764 2001-07-14  Akim Demaille  <akim@epita.fr>
12766         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
12767         of...
12768         (Generic Compiler Characteristics): this.
12769         (C++ Compiler): New subsection.
12771 2001-07-14  Akim Demaille  <akim@epita.fr>
12773         * autoscan.in: Use IO::File.
12774         Adjust all the routines to use it.
12775         ($log): New file (autoscan.log).
12776         (output): Dump detailed logs into $log, and a shortened version to
12777         stderr.
12778         (&scan_makefile): Refine the regexp catching tokens in the code.
12779         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
12780         and the `configure.ac' checking feature.
12782 2001-07-12  Akim Demaille  <akim@epita.fr>
12784         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
12785         Reported by Michael Elizabeth Chastain.
12787         * autoconf.in: Refuse such AWK.
12788         * configure.in: Likewise.
12789         * Makefile.am (acversion.m4): Do not use move-if-change this file
12790         has dependencies.
12791         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
12793 2001-07-10  Jens Petersen  <petersen@redhat.com>
12795         * autoscan.in (&scan_makefile): Improve programs regexp to parse
12796         things like "g++", "file.c" and "some-conf" as tokens.
12797         (&scan_file): Match C++ files extensions.
12798         If the filename extension is C++ then ask for c++.
12800 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
12802         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
12803         AC_TRY_LINK_FUNC, to check whether defining a dummy
12804         main-like routine is needed for linking with F77 libs.
12806 2001-07-05  Pavel Roskin  <proski@gnu.org>
12808         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
12809         after using break.
12810         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
12811         linking.
12813 2001-07-05  Akim Demaille  <akim@epita.fr>
12815         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
12816         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
12817         Makes' lives.
12818         Reported by Nicolas Joly.
12820 2001-07-04  Akim Demaille  <akim@epita.fr>
12822         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
12823         up.
12824         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
12825         warnings from compilers.
12826         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
12827         for all the compilers, not only GNU.  Hence move from here...
12828         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
12830 2001-07-04  Akim Demaille  <akim@epita.fr>
12832         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
12833         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
12834         AC_COMPILE_IFELSE.
12836 2001-07-04  Akim Demaille  <akim@epita.fr>
12838         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
12839         the ``strings.h'' change claimed below.
12841 2001-07-04  Akim Demaille  <akim@epita.fr>
12843         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
12845 2001-07-04  Akim Demaille  <akim@epita.fr>
12847         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
12848         strings.h if usable with string.h.
12849         Suggested by Paul Eggert.
12851 2001-07-04  Akim Demaille  <akim@epita.fr>
12853         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
12854         From Jens Petersen.
12856 2001-07-03  Akim Demaille  <akim@epita.fr>
12858         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
12859         etc. in the log.
12861 2001-07-03  Akim Demaille  <akim@epita.fr>
12863         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
12864         compiler, not the preprocessor.
12865         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
12866         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
12867         the right thing.
12868         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
12869         earlier if there are.
12871 2001-07-03  Akim Demaille  <akim@epita.fr>
12873         * autoscan.in ($initfile): Remove.
12874         (&find_file): Rename as...
12875         (&scan_file): this.
12876         Immediately scan the current file, instead of gathering them, and
12877         later having them handled by &scan_files.
12878         (&scan_files): Merely invoke Find::File.
12879         Adjust.
12881 2001-07-02  Akim Demaille  <akim@epita.fr>
12883         * autoscan.in: Formatting changes, matching the invocation order.
12884         (File::Find): Use it instead of Perl 4's `find.pl'.
12885         (&wanted): Rename as...
12886         (&find_file): this.
12888 2001-07-01  Pavel Roskin  <proski@gnu.org>
12890         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
12891         break in the argument to AC_TRY_LINK_FUNC.
12892         (AC_F77_MAIN): Remove conftest* after using break in the
12893         argument to AC_TRY_LINK.
12895 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
12897         Add alternate 'main' routine detection for linking C/C++ with Fortran,
12898         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
12900         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
12901         dummy alternate main is required even if the user provides her own
12902         'main'.
12903         (AC_F77_MAIN): New macro to detect whether it is possible to
12904         provide an alternate 'main' function name, using the 'main' from
12905         the Fortran libraries.
12906         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
12907         cross-language link tests can be performed successfully.
12908         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
12909         after $LIBS, for consistency; this should be the general rule since
12910         the user may want to link to Fortran libraries that require $FLIBS.
12911         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
12913 2001-06-29  Pavel Roskin  <proski@gnu.org>
12915         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
12916         at-stdout and at-stderr instead of removing the newline
12917         from the echo output, which is not guaranteed to work.
12919 2001-06-28  Jens Petersen  <petersen@redhat.com>
12921         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
12922         confdefs.h when non-zero.
12924 2001-06-28  Akim Demaille  <akim@epita.fr>
12926         * configure.in: Bump to 2.50c.
12928 2001-06-26  Akim Demaille  <akim@epita.fr>
12930         Version 2.50b.
12932 2001-06-26  Akim Demaille  <akim@epita.fr>
12934         Version 2.50a.
12936 2001-06-25  Pavel Roskin  <proski@gnu.org>
12938         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
12939         argument, AUTOCONF-FLAGS.
12940         * tests/mktests.sh (update_exclude_list): Add
12941         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
12942         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
12943         AC_FUNC_WAIT3 with "-W no-obsolete".
12945 2001-06-25  Akim Demaille  <akim@epita.fr>
12947         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
12949 2001-06-25  Akim Demaille  <akim@epita.fr>
12951         * autoscan.in (%macro): Now maps from word to list of macros.
12952         (&init_tables): Die when a word which is already handled by
12953         explicit macros is mapped to the default macro.
12954         (&print_unique): Remove, inlined in...
12955         (&output_kind): here.
12956         (File::Basename): Use it.
12957         (&output): Sort the CONFIG_FILES.
12958         * acheaders: Normalize.
12959         * acfunctions: Likewise.
12961 2001-06-25  Akim Demaille  <akim@epita.fr>
12963         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
12964         characteristics in the logs.
12965         Suggested by Mo DeJong.
12967 2001-06-24  Akim Demaille  <akim@epita.fr>
12969         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
12970         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
12971         * doc/autoconf.texi (Autoconf 2.13): New section.
12973 2001-06-24  Akim Demaille  <akim@epita.fr>
12975         * autoconf.in (Task traces): Separate the error messages from the
12976         traces to improve robustness.
12978 2001-06-23  Akim Demaille  <akim@epita.fr>
12980         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
12981         three as failures are unlikely, and speed matters.
12983 2001-06-23  Akim Demaille  <akim@epita.fr>
12985         * doc/autoconf.texi (Redefined M4 Macros): New.
12987 2001-06-23  Akim Demaille  <akim@epita.fr>
12989         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
12990         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
12991         5.3.
12993 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
12995         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
12996         config.status targets to after the evaluation of the INIT-CMDS.
12997         Double quote config.status targets (used to be single quoted).
12999 2001-06-23  Akim Demaille  <akim@epita.fr>
13001         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
13002         Check the content of the created file.
13003         Check the ./config.status command line invocation.
13005 2001-06-23  Akim Demaille  <akim@epita.fr>
13007         * tests/foreign.at (Libtool): Reject prehistoric versions.
13009 2001-06-23  Akim Demaille  <akim@epita.fr>
13011         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
13012         preexisting files matching a.*.
13014 2001-06-23  Akim Demaille  <akim@epita.fr>
13016         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
13017         stderr.
13018         * doc/autoconf.texi (AC_ARG_VAR): Update.
13020 2001-06-21  Akim Demaille  <akim@epita.fr>
13022         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
13023         precious variables have changed.
13024         * tests/torture.at (AC_ARG_VAR): Adjust.
13026 2001-06-21  Akim Demaille  <akim@epita.fr>
13028         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
13029         but some sed choke on multiple `;', and other tools (e.g.,
13030         Automake), include the separator themselves.
13032         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
13034 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
13036         * doc/autoconf.texi (Functions Portability): Rename as...
13037         (Function Portability): this.
13038         (Function Portability): Document potential problems with unlink().
13040 2001-06-19  Paul Eggert  <eggert@twinsun.com>
13042         * NEWS, doc/autoconf.texi: Document quadrigraphs.
13044 2001-06-18  Akim Demaille  <akim@epita.fr>
13046         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
13048 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
13050         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
13051         (_AC_FUNC_VFORK): this.
13052         Remove AC_DEFINEs and don't guess cross-compilation values.
13053         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
13054         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
13055         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
13056         vfork doesn't work.
13057         Guess values if cross-compiling, but warn.
13058         * acfunctions: Add AC_FUNC_FORK.
13059         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
13060         and vfork appropriately.
13062 2001-06-18  Akim Demaille  <akim@epita.fr>
13064         * doc/autoconf.texi (Functions Portability): New section.
13066 2001-06-18  Akim Demaille  <akim@epita.fr>
13068         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
13069         in $M4.
13070         Suggested by Andreas Schwab.
13072 2001-06-18  Akim Demaille  <akim@epita.fr>
13074         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
13075         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
13076         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
13077         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
13078         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
13079         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
13080         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
13081         the converse).
13083 2001-06-18  Akim Demaille  <akim@epita.fr>
13085         * doc/autoconf.texi (ms): New index.
13086         (Macro Index): Rename as...
13087         (Autoconf Macro Index): this.
13088         (M4 Macro Index): New appendix.
13089         (Programming in M4): New chapter.
13090         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
13091         (Quoting): Rename as...
13092         (M$ Quotation): this.
13093         Be part of `Programming in M4).
13095 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
13097         * tests/torture.at (AC_ARG_VAR): Set variables and export them
13098         in separate statements for compatibility with Tru64 v5.1.
13100 2001-06-17  Akim Demaille  <akim@epita.fr>
13102         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
13103         current values of the precious variables, not the previously
13104         cached values.
13105         Pass precious variables which are set to config.status.
13106         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
13107         * tests/torture.at (AC_ARG_VAR): New.
13109 2001-06-15  Paul Eggert  <eggert@twinsun.com>
13111         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
13112         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
13113         and explain why and how to replace them.
13114         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
13115         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
13117 2001-06-15  Akim Demaille  <akim@epita.fr>
13119         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
13120         Reported by Bruno Haible.
13122         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
13123          (_AC_ARG_VAR_PRECIOUS): to here.
13125 2001-06-15  Pavel Roskin  <proski@gnu.org>
13127         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
13128         an unused pointer use cast to this type and `if' statement to
13129         avoid warnings from the compiler.
13130         (AC_HEADER_TIME): Likewise.
13131         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
13132         in `if' statement to avoid warnings from the compiler. Declare
13133         ac_aggr static to avoid the need to initialize it.
13135 2001-06-14  Akim Demaille  <akim@epita.fr>
13137         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
13138         Macros'.
13140 2001-06-13  Akim Demaille  <akim@epita.fr>
13142         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
13143         Suggested by Alexander Mai.
13145 2001-06-13  Akim Demaille  <akim@epita.fr>
13147         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
13148         sys/types.h and sys/stat.h, and check for them.
13150 2001-06-13  Akim Demaille  <akim@epita.fr>
13152         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
13153         INCLUDES.
13155 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
13157         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
13158         succeeds and only try adding libdnet upon a failure.
13160 2001-06-12  Akim Demaille  <akim@epita.fr>
13162         * autoscan.in (&output_kind): Output the comment only if it exists.
13163         (%kind_comment): Add entry for `programs'.
13164         (&output_programs): Use &output_kind.
13165         (&output_functions, &output_identifiers, &output_headers)
13166         (&output_programs): Inline, and remove.
13168 2001-06-12  Akim Demaille  <akim@epita.fr>
13170         * autoscan.in (%kind_comment): New.
13171         (output_kind): New.
13172         (output_functions, output_identifiers, output_headers): Use it.
13174 2001-06-12  Akim Demaille  <akim@epita.fr>
13176         * autoscan.in (&print_unique): Take `$kind' and `$word' as
13177         arguments, to factor indirections into `%macro' and `%used'.
13178         (%generic_macro): Fix a typo.
13180 2001-06-12  Akim Demaille  <akim@epita.fr>
13182         * aclibraries: New.
13183         * autoscan.in (@kinds): Add `libraries'.
13184         Use `@kinds' instead of hard coded lists.
13185         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
13186         Remove, replaced by...
13187         (%used): this.
13189 2001-06-12  Akim Demaille  <akim@epita.fr>
13191         * autoscan.in (%functions_macros %headers_macros)
13192         (%identifiers_macros %programs_macros %makevars_macros): Remove,
13193         replaced by...
13194         (%macro): New.
13196 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
13198         * aclang.m4 (AC_NO_EXECUTABLES): Override
13199         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
13201 2001-06-11  Akim Demaille  <akim@epita.fr>
13203         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
13204         trailing new line.
13205         Reported by Andreas Schwab.
13207 2001-06-11  Akim Demaille  <akim@epita.fr>
13209         * Makefile.am, Makefile.maint: Typos.
13211 2001-06-09  Akim Demaille  <akim@epita.fr>
13213         * doc/autoconf.texi (Here-Documents): New section, gathering
13214         documentation about here-documents.
13215         Use `href', not `uref', and other changes.
13217 2001-06-09  Akim Demaille  <akim@epita.fr>
13219         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
13220         chapter.
13222 2001-06-09  Akim Demaille  <akim@epita.fr>
13224         * doc/autoconf.texi (Limitations of Builtins): Complete the
13225         description of the here-docs penalties with Alexandre Oliva's
13226         explanations.
13228 2001-06-01  Paul Eggert  <eggert@twinsun.com>
13230         * doc/autoconf.texi: Talk about here documents and speedups.
13231         Do not use "echo" on arbitrary strings.
13232         Spell "here-documents" consistently with the standard.
13234 2001-06-09  Akim Demaille  <akim@epita.fr>
13236         * doc/autoconf.texi (Concept Index): Introduce it.
13237         Regenerate the menus.
13239 2001-06-09  Akim Demaille  <akim@epita.fr>
13241         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
13242         * config/prev-version.txt: New.
13243         * config/move-if-change: New, for GNU libc.
13245 2001-06-06  Pavel Roskin  <proski@gnu.org>
13247         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
13249 2001-06-06  Akim Demaille  <akim@epita.fr>
13251         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
13252         properly when $1 is not a literal.
13253         Fixes PR Autoconf/187, reported by Bram Moolenaar.
13255 2001-06-06  Akim Demaille  <akim@epita.fr>
13257         Invoking AC_COPYRIGHT before AC_INIT fails.
13259         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
13260         * acgeneral.m4 (_m4_divert(VERSION_FSF))
13261         (_m4_divert(VERSION_USER)): New.
13262         (AC_COPYRIGHT): $2 is the diversion to use.
13263         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
13264         (AC_INIT): Remove dead comments as now it's commutative.
13266 2001-06-06  Akim Demaille  <akim@epita.fr>
13268         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
13269         PR autoconf/187.
13271 2001-06-05  Akim Demaille  <akim@epita.fr>
13273         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
13274         can be empty.
13275         `*dir' variables cannot be NONE.
13276         Reported by Mark Kettenis.
13278 2001-06-05  Paul Eggert  <eggert@twinsun.com>
13280         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
13282 2001-06-04  Akim Demaille  <akim@epita.fr>
13284         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
13285         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
13286         (AC_TR_SH): Move as...
13287         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
13288         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
13289         (AS_TR_SH): these.
13290         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
13291         (_AS_TR_SH_PREPARE): New.
13292         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
13293         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
13295 2001-06-02  Akim Demaille  <akim@epita.fr>
13297         * Makefile.am (.m4.m4f): Pass the options first.
13298         Fixes PR autoconf/182.
13300 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
13302         GNU getopt, when POSIXLY_CORRECT does not permute options and
13303         arguments.  So pass the options first.
13304         Fixes PR autoconf/184.
13306         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
13307         (run_m4): Remove files.
13308         (run_m4f): Remove.
13309         Update remainder of script to use them.
13310         (for warning in): Do not use a literal comma as it will not be
13311         split by IFS.
13313 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
13315         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
13316         Fortran compilers to check.
13317         (_AC_PROG_F77_V): Add '-###' as a possible option to print
13318         information on library and object files.
13319         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
13320         to check.
13322 2001-06-02  Akim Demaille  <akim@epita.fr>
13324         * autom4te.in (Request::@request): Declare with `vars', not `my',
13325         as it prevents updates via `do FILENAME'.
13327 2001-06-02  Akim Demaille  <akim@epita.fr>
13329         * configure.in (standards_texi): Remove, dead code.
13331 2001-06-02  Akim Demaille  <akim@epita.fr>
13333         * autom4te.in: New.
13335 2001-06-02  Pavel Roskin  <proski@gnu.org>
13337         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
13338         for signals other than 0 - exit with code 1.
13339         * m4sh.m4 (AS_TMPDIR): Likewise.
13340         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
13341         * autoheader.in: Likewise.
13342         * autoreconf.in: Likewise.
13343         * tests/torture.at (Signal handling): New test for the above.
13345 2001-06-01  Akim Demaille  <akim@epita.fr>
13347         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
13348         message.
13350 2001-05-31  Akim Demaille  <akim@epita.fr>
13352         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
13353         Add copyright and comments.
13354         * acheaders: Add stdint.h.
13355         Suggested by Paul Eggert.
13357 2001-05-31  Akim Demaille  <akim@epita.fr>
13359         * atgeneral.m4 (AT_INIT): Use $SHELL.
13360         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
13362 2001-05-31  Akim Demaille  <akim@epita.fr>
13364         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
13365         stdint.h.
13366         From Paul Eggert and Lars Hecking.
13368 2001-05-31  Akim Demaille  <akim@epita.fr>
13370         * tests/base.at: Adjust line numbers in error messages.
13372 2001-05-31  Akim Demaille  <akim@epita.fr>
13374         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
13375         to emit the bangshe line.
13376         Reported by David Carter.
13378 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
13380         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
13381         Fortran (95) compilers to check.
13383 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
13385         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
13386         Macro Archive URL.
13388 2001-05-23  Pavel Roskin  <proski@gnu.org>
13390         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
13391         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
13392         (AC_PROG_CXXCPP): Likewise.
13394 2001-05-22  Akim Demaille  <akim@epita.fr>
13396         * config: New directory.
13397         * configure.in: AC_CONFIG_AUX_DIR it.
13398         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
13400 2001-05-22  Akim Demaille  <akim@epita.fr>
13402         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
13403         * autoupdate.in: Specify the Emacs mode.
13404         * acversion.m4.in: Rename as...
13405         * acversion.m4: this.
13406         * tests/Makefile.am (CLEANFILES): More garbage.
13408 2001-05-22  Akim Demaille  <akim@epita.fr>
13410         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
13411         Rename as...
13412         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
13413         these.
13415 2001-05-21  Akim Demaille  <akim@epita.fr>
13417         * configure.in: Bump to 2.50a.
13420         -----
13422         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
13423         Software Foundation, Inc.
13425         This file is part of GNU Autoconf.
13427         GNU Autoconf is free software; you can redistribute it and/or modify
13428         it under the terms of the GNU General Public License as published by
13429         the Free Software Foundation; either version 2, or (at your option)
13430         any later version.
13432         GNU Autoconf is distributed in the hope that it will be useful,
13433         but WITHOUT ANY WARRANTY; without even the implied warranty of
13434         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13435         GNU General Public License for more details.
13437         You should have received a copy of the GNU General Public License
13438         along with autoconf; see the file COPYING.  If not, write to
13439         the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13440         Boston, MA 02110-1301, USA.