Grant more permissions to copying, as per the usual GNU standard these
[autoconf.git] / ChangeLog
blob023e01c6989076d55cc79ffd75fe20933307307b
1 2007-07-20  Paul Eggert  <eggert@cs.ucla.edu>
3         Reword the copyright notices to match what's suggested in GPLv3.
4         In ChangeLog files, use more-permissive notice rather than GPL, as
5         per usual GNU standards these days.
7 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
9         * doc/autoconf.texi (autoreconf Invocation): Document ACLOCAL_AMFLAGS
10         limitation reported by Leo Moisio in
11         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432941>.
13 2007-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15         * COPYING: Update to GPLv3.  All uses changed.
17 2007-06-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18         and Paul Eggert  <eggert@cs.ucla.edu>
20         * doc/autoconf.texi (Limitations of Usual Tools): sed -e ''
21         fails on AIX 5.3.
23 2007-06-17  Noah Misch  <noah@cs.caltech.edu>
25         * lib/autotest/general.m4 (AT_INIT): Handle absolute `srcdir'.
26         * tests/autotest.at (srcdir propagation): Test absolute `srcdir' and
27         `srcdir' as subdirectory of `builddir'.
29 2007-06-13  Noah Misch  <noah@cs.caltech.edu>
31         * lib/autotest/general.m4 (AT_INIT): Compute $srcdir correctly.
32         * tests/autotest.at (srcdir propagation): New test.
33         * THANKS: Update.
34         Reported by Mike Frysinger.
36 2007-06-13  Paul Eggert  <eggert@cs.ucla.edu>
38         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Set FPATH too.
39         Problem reported by Fred Kreek in
40         <http://lists.gnu.org/archive/html/bug-autoconf/2007-06/msg00009.html>.
41         * doc/autoconf.texi (Special Shell Variables): Warn about FPATH.
42         (Macro Names, Defining Directories): Don't mention PATH as a name
43         for a fully qualified file name, as this usage violates the GNU
44         coding standards and we shouldn't recommend it.
46         * lib/autotest/general.m4 (AT_INIT): Don't set PATH to the empty
47         string and then assume shell builtins like "test" will work.
49 2007-06-12  Noah Misch  <noah@cs.caltech.edu>
51         * lib/autoconf/general.m4 (AC_SUBST): Raise a fatal error if VARIABLE is
52         not a valid shell variable name.
53         * tests/mktests.sh (ac_exclude_list): Add AC_ARG_VAR.
54         * tests/torture.at (AC_SUBST: variable name validation): New test.
55         Reported by Andreas Schwab.
57 2007-06-04  Noah Misch  <noah@cs.caltech.edu>
59         * doc/autoconf.texi (AC_F77_MAIN): Give a specific usage example that
60         works with both C and C++.
62 2007-06-03  Noah Misch  <noah@cs.caltech.edu>,
63             Bruno Haible  <bruno@clisp.org>
65         * lib/autoconf/c.m4 (AC_OPENMP): Use a simple loop instead of compiler
66         brand tests.
68 2007-05-31  Paul Eggert  <eggert@cs.ucla.edu>
70         * doc/autoconf.texi (Particular Types): Give example of use for
71         AC_TYPE_INT8_T etc.
73 2007-05-29  Stepan Kasal  <kasal@ucw.cz>
75         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo.
77 2007-05-28  Paul Eggert  <eggert@cs.ucla.edu>
79         * doc/autoconf.texi (Particular Types): AC_TYPE_INT8_T does not
80         define HAVE_INT8_T, and likewise for similar macros.
81         Problem reported by Patrick Welche in
82         <http://lists.gnu.org/archive/html/autoconf/2007-05/msg00062.html>.
84 2007-05-25  Noah Misch  <noah@cs.caltech.edu>
86         * bin/Makefile.am ($(top_builddir)/bin/autom4te): New dependency.
88 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
90         * lib/autoconf/c.m4 (AC_OPENMP): Don't echo --enable-openmp
91         choice, since that's what we do with --enable-largefile etc.
92         Redo indenting and assignments to simplify things a bit, and make
93         the parens work with Emacs.
95         * doc/autoconf.texi (Generic Compiler Characteristics): Fix typo
96         in my previous change: AC_C_OPENMP -> AC_OPENMP.  Reported by Bruno
97         Haible.
99 2007-05-21  Noah Misch  <noah@cs.caltech.edu>
101         * lib/autoconf/c.m4 (AC_OPENMP): Simplify use of AC_ARG_ENABLE.
102         * tests/local.at (AT_CHECK_ENV): Exempt OPENMP_CFLAGS.
104 2007-05-21  Bruno Haible  <bruno@clisp.org>
106         * NEWS: Rename AC_C_OPENMP to AC_OPENMP.
107         * lib/autoconf/c.m4 (AC_OPENMP): Renamed from AC_C_OPENMP.
108         * doc/autoconf.texi (Generic Compiler Characteristics): Move
109         renamed AC_OPENMP documentation here, from "C compiler".
110         Mention C++ and Fortran.
112 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
114         * doc/autoconf.texi (C Compiler): Tweak OpenMP documentation a bit.
116 2007-05-21  Bruno Haible  <bruno@clisp.org>
118         * NEWS: Mention AC_C_OPENMP.
119         * lib/autoconf/c.m4 (AC_C_OPENMP): New macro.
120         * doc/autoconf.texi (C Compiler): Document AC_C_OPENMP.
122 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
124         * bin/autom4te.in: Fix typos.
126 2007-05-16  Noah Misch  <noah@cs.caltech.edu>
128         * bin/autoconf.as: Handle `-' just like other input files.
129         * bin/autom4te.in (parse_args): Pass `-' through.
130         (handle_output): Skip the forbidden token search if we read from stdin.
131         (up_to_date): Always treat stdin as out of date.
132         * tests/tools.at (autoconf: input from stdin): New test.
133         (autoconf: forbidden tokens, basic): Check a second `autoconf' run.
135 2007-05-16  Stepan Kasal  <kasal@ucw.cz>
137         * tests/foreign.at tests/semantics.at, tests/tools.at: Remove
138         parameters for AT_CLEANUP.
139         * tests/local.at (AT_CHECK_AU_MACRO): Likewise.
141 2007-05-14  Paul Eggert  <eggert@cs.ucla.edu>
143         * NEWS: Document that AC_C_RESTRICT checks 'restrict' last.
144         * doc/autoconf.texi (C Compiler): Likewise.
146 2007-05-14  Noah Misch  <noah@cs.caltech.edu>
148         * lib/autoconf/c.m4 (AC_C_RESTRICT): Check `restrict' last.
150 2007-05-09  Stepan Kasal  <kasal@ucw.cz>
152         * doc/autoconf.texi: Direntry for "autoconf Invocation"
153         renamed to "autoconf-invocation"
155         * doc/autoconf.texi (Caching Results): The CACHE-ID variable
156         in the examples should not use the internal "ac_" prefix.
158 2007-05-05  Noah Misch  <noah@cs.caltech.edu>
160         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): Use `eval'.
161         * doc/autoconf.texi ($@, case): Document Zsh limitations.
163 2007-05-03  Stepan Kasal  <kasal@ucw.cz>
165         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Put a.out first.
166         Reorganize the comments before and in the macro.
168 2007-05-02  Stepan Kasal  <kasal@ucw.cz>
170         * lib/autoconf/lang.m4, lib/autoconf/c.m4,
171         lib/autoconf/fortran.m4, lib/autoconf/erlang.m4: Cleanup of
172         section titles and other comments; no code change.
174 2007-05-01  Kevin Ryde  <user42@zip.com.au>
176         * doc/autoconf.texi (Particular Programs): Typo
177         @acindex{AC_PROG_MKDIR_P} shouldn't have "AC" in that call.
179 2007-04-30  Paul Eggert  <eggert@cs.ucla.edu>
181         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Don't imply that
182         'configure' will fail if the shell lacks proper support for shell
183         functions.  Suggested by RMS.
185 2007-04-29  Paul Eggert  <eggert@cs.ucla.edu>
187         * doc/autoconf.texi (Limitations of Builtins): Correct the warning
188         about Solaris /bin/printf '%010000x' 123.  Problem reported by
189         Bruno Haible.
191 2007-04-28  Paul Eggert  <eggert@cs.ucla.edu>
193         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't look
194         for a.* when searching for executables, as this prevents users
195         from having files like a.c.  Problem reported by Ralf Wildenhues in:
196         http://lists.gnu.org/archive/html/autoconf-patches/2007-04/msg00029.html
197         This fixes a problem introduced on 2000-12-19.
199 2007-04-26  Paul Eggert  <eggert@cs.ucla.edu>
201         * doc/autoconf.texi (Limitations of Builtins): Warn about Solaris
202         /bin/printf '%010000x' 123.  Problem reported by Arto C. Nirkko
203         via Bruno Haible.
205 2007-04-12  Paul Eggert  <eggert@cs.ucla.edu>
207         * NEWS: Document recent changes to AC_CHECK_ALIGNOF, AC_CHECK_SIZEOF,
208         AC_CHECK_TYPE, AC_CHECK_TYPES.
209         * doc/autoconf.texi (Generic types): C types must be type-names
210         (the C terminology), not type-ids (the C++ term).  C++ types
211         must not be anonymous.
212         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Remove special case
213         for C++; this drops support for anonymous struct and union types,
214         which were problematic anyway.
215         * tests/semantics.at (AC_CHECK_HEADERS_NEW): Adjust test to work even
216         for C++.
218 2007-04-12  Jim Meyering  <jim@meyering.net>
220         * doc/autoconf.texi (Libraries): Typo fix: insert missing "in".
222 2007-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
224         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Fix AC_CONFIG_LINKS
225         to prefer a link source from the build tree, if it exists.
226         Report by Pallav Gupta <pallavgupta@gmail.com>.
228 2007-04-11  Paul Eggert  <eggert@cs.ucla.edu>
230         * doc/autoconf.texi (Generic Types): Document the restrictions
231         on types imposed by AC_CHECK_TYPE, AC_CHECK_TYPES.
232         (Generic Compiler Characteristics): AC_CHECK_SIZEOF now works
233         with objects too.  Document the restrictions on its use.
234         Document the restrictions on AC_CHECK_ALIGNOF's type argument.
235         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW):
236         For C, just try sizeof (TYPE) and sizeof ((TYPE)); if the former
237         works but the latter doesn't, then it's a valid type.
238         This lets people use function types and so forth.
239         For C++ there doesn't seem to be a simple solution, so leave it alone.
240         (AC_CHECK_SIZEOF): Allow argument to be a variable.
241         (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Don't bother to invoke
242         AC_CHECK_TYPE; that wasn't documented or necessary.
244 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
246         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Skip AS_TEST_X
247         when cross-compiling.
249 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
251         * doc/autoconf.texi (External Software): Fix a typo in the
252         previous change.
254 2007-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
256         * doc/autoconf.texi (External Software, Package Options):
257         Fix ambiguous wording.  Report by Reuben Thomas <rrt@sc3d.org>.
259 2007-04-06  Paul Eggert  <eggert@cs.ucla.edu>
261         * doc/autoconf.texi (Particular Types): AC_C_LONG_DOUBLE is now
262         obsolescent.  Suggested by Bruno Haible.
263         * NEWS: Document this.
265 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
267         * doc/autoconf.texi (Here-Documents, Limitations of Builtins):
268         (Limitations of Usual Tools): Don't say "older" if Solaris 10 by
269         default still has the problem.  Problem reported by Bruce Korb.
271 2007-03-28  Stepan Kasal  <kasal@ucw.cz>
272         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
274         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix a
275         comment in the generated config.status.
277 2007-03-27  Stepan Kasal  <kasal@ucw.cz>
279         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Update comment.
281 2007-03-26  Paul Eggert  <eggert@cs.ucla.edu>
283         * doc/autoconf.texi (Shellology): Rework treatment of the 'test'
284         command and case statements to make it a bit clearer and describe
285         more pitfalls.
287 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
289         * doc/autoconf.texi (C Compiler): Mention that AC_PROG_CC_C99 also
290         checks for unsigned long long int.
292 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
294         * doc/autoconf.texi (Limitations of Usual Tools): Warn about other
295         nonstandard grep R.E. escape sequences.
297 2007-03-17  Jim Meyering  <jim@meyering.net>
299         * doc/autoconf.texi: Adjust grammar around use of "heuristics".
300         (Limitations of Usual Tools): Also list \< and \>, and mention that
301         HP-UX's grep, like the one from Solaris, does not support that syntax.
303 2007-03-09  Stepan Kasal  <kasal@ucw.cz>
305         * doc/autoconf.texi (Specifying Names): `--host' does not
306         change the build type.
308 2007-03-05  Paul Eggert  <eggert@cs.ucla.edu>
310         * doc/autoconf.texi (C Compiler): Warn that AC_C_BIGENDIAN
311         suggests AC_CONFIG_HEADERS.
312         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Warn if not using
313         AC_CONFIG_HEADERS.  Problem reported by
314         Peter O'Gorman.
316 2007-02-28  Paul Eggert  <eggert@cs.ucla.edu>
318         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Fix typo "__LITLE_ENDIAN__".
319         Problem reported by Paolo Bonzini in:
320         http://lists.gnu.org/archive/html/autoconf-patches/2007-02/msg00024.html
321         * tests/semantics.at (AC_C_BIGENDIAN): Don't reject hosts that have
322         universal binaries.  Problem reported by Elias Pipping.
324 2007-02-27  Paul Eggert  <eggert@cs.ucla.edu>
326         * NEWS: AC_C_BIGENDIAN now supports universal binaries a la Mac OS X.
327         * doc/autoconf.texi (C Compiler): Document this.  There is a new
328         extra argument ACTION-IF-UNIVERSAL.
329         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Implement this.
330         Add support for Solaris-style _LITTLE_ENDIAN and _BIG_ENDIAN.
331         Reindent for sanity's sake.
333 2007-02-24  Eric Blake  <ebb9@byu.net>
335         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
336         copyright.
337         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
338         * lib/autotest/general.m4 (AT_INIT): Likewise.
339         (_AT_DECIDE_TRACEABLE): Fix syntax highlighting.
341 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
343         * lib/autotest/general.m4 (AT_INIT): With --clean, return exit
344         status of rm so we know when it failed.
345         If cleaning of test dir failed before running the test, warn.
346         Output the line separator in verbose mode before the warning
347         to make clear the warning belongs to the following test.
349 2007-02-08  Paul Eggert  <eggert@cs.ucla.edu>
351         * doc/autoconf.texi (Parentheses): Mention problem with (( in
352         shells.
354 2007-02-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
355         and Paul Eggert  <eggert@cs.ucla.edu>
357         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix quoting
358         errors introduced in last change.
360 2007-02-07  Paul Eggert  <eggert@cs.ucla.edu>
362         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer \r to
363         an actual carriage return.  Use "ac_cr" to contain the actual
364         carriage return.
365         * doc/autoconf.texi (Limitations of Usual Tools): Document problem
366         with traditional Awk and begin.
367         * tests/torture.at (Limitations of Builtins): Document the problem
368         with Bash 2.03 printf.
369         (Substitute and define special characters):
370         Remove trailing white space.  Work around a bug in Solaris 8 /bin/bash.
372 2007-02-06  Ralf Menzel  <menzel@ls6.cs.uni-dortmund.de>  (tiny change)
374         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Redirect
375         input from /dev/null in awk test, so even Solaris /usr/bin/awk
376         will not wait for input with a script containing only a BEGIN
377         rule.
379 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
381         * doc/autoconf.texi (Introduction, Why GNU M4): Clarify M4 version
382         requirements.
383         * README: Likewise.
385 2007-02-02  Eric Blake  <ebb9@byu.net>
387         * NEWS: Update copyright.
389         * m4/m4.m4 (AC_PROG_GNU_M4): Reject M4 1.4 through 1.4.4 as
390         broken.
391         * configure.ac: Update error message.
392         * NEWS: Note that M4 1.4.5 or later is now a hard dependency.
393         Reported by Gary Vaughan and Jim Meyering, and problem analyzed
394         by Stepan Kasal:
395         http://lists.gnu.org/archive/html/bug-autoconf/2006-11/msg00025.html
397 2007-01-31  Eric Blake  <ebb9@byu.net>
399         * THANKS (people): Update.
401 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
403         * doc/autoconf.texi (Shellology): pdksh 5.2.14 is still the
404         latest version.
405         (Shell Substitutions): Note problems with @{var:=value} etc.
406         Add a new section for problems with @{#var} etc.  Problem noted
407         by Ralf Wildenhues.  See:
408         http://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
410 2007-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
412         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Also
413         AC_SUBST([MKDIR_P]), so that Automake < 1.10 will pick up its
414         trace, if a package uses AC_PROG_MKDIR_P explicitly.  The actual
415         substitution will still be done by the special code.
416         Report by Jim Meyering.
418         * doc/autoconf.texi (File System Conventions): Mention that
419         $PATH_SEPARATOR is for the build system only.
420         Report by Keith Marshall.
422 2007-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
424         * doc/autoconf.texi (Setting Output Variables): Mention that
425         all non-NUL characters are ok in substituted values.
426         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Fix comment typo.
427         (_AC_OUTPUT_FILES_PREPARE): Test and use backslash escaping of
428         carriage return for $AWK, needed for BSD awk.
429         * tests/torture.at (Substitute and define special characters):
430         Test all 8 bit non-NUL characters.
431         Report against Automake by Patrick Welche.
433 2007-01-15  Stepan Kasal  <kasal@ucw.cz>
435         * doc/autoconf.texi: Direntry for "autoconf Invocation" renamed.
437 2007-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
439         * lib/autoconf/programs.m4 (AC_PROG_SED): When closing a pipe
440         early on the reader side, drop stderr of the input to avoid
441         `broken pipe' error output; this may happen even with shell
442         builtin `echo' of some bash versions.  Reports by Ian Macdonald
443         <iamacdo@telkomsa.net> and Sam Sexton <Sam.Sexton@reuters.com>.
445 2007-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
447         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Use newlines to
448         separate items of `ac_user_opts', to avoid long lines.
449         (_AC_INIT_PARSE_ENABLE2, _AC_ENABLE_IF_ACTION): Adjust.
451 2007-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
453         * doc/autoconf.texi: Fix some typos.
455 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
457         Fix some wording problems noted by Paolo Bonzini in:
458         http://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
459         * doc/autoconf.texi (Signed Overflow Examples): Give more
460         discussion about the allow_superuser_privileges example,
461         and change it a bit to make things clearer.
462         (Optimization and Wraparound): Clarify whether the compiler
463         will generate an infinite loop for the example derived from
464         Autoconf's mktime test.
465         (Signed Overflow Advice): Say that -ftrapv is meant for debugging.
466         Also, clarify unsigned multiplication overflow.
468 2007-01-04  Eric Blake  <ebb9@byu.net>
470         * bin/Makefile.am (RELEASE_YEAR): New macro.
471         (edit): Use it to supply correct copyright year to scripts.
472         * bin/autoconf.as (version): Use it.
473         * bin/autoheader.in ($version): Likewise.
474         * bin/autom4te.in ($version): Likewise.
475         * bin/autoreconf.in ($version): Likewise.
476         * bin/autoscan.in ($version): Likewise.
477         * bin/autoupdate.in ($version): Likewise.
478         * bin/ifnames.in ($version): Likewise.
480 2007-01-02  Paul Eggert  <eggert@cs.ucla.edu>
482         * doc/autoconf.texi (Integer Overflow): Revised based on today's
483         feedback.  The most important changes document what happens when
484         you convert an out-of-range value to a signed integer type, and
485         say that (sum < a) != (b < 0) reliably detects overflow when sum =
486         a + b.
488         * doc/autoconf.texi (Integer Overflow): Greatly expand and
489         rewrite, taking notions from the recent discussion on the gcc and
490         autoconf mailing lists; please see
491         http://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
492         and follow the many links.
493         (Integer Overflow Basics, Signed Overflow Examples):
494         (Optimization and Wraparound, Signed Overflow Advice):
495         (Signed Integer Division): New sections.
497 2006-12-28  Steven G. Johnson  <stevenj@alum.mit.edu>
499         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't include
500         preprocessor macro arguments in traced name.
501         * doc/autoconf.texi (Defining symbols): Document longstanding
502         support for AC_DEFINE-ing macros with arguments, and document
503         behavior when the same variable has multiple AC_DEFINEs.
504         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Revert to the
505         old implementation which AC_DEFINEs the FC_FUNC and FC_FUNC_
506         macros directly, giving much shorter and simpler code.
508 2006-12-28  Malcolm Purvis <malcolmp@xemacs.org>  (trivial change)
510         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
511         space before "$ac_configure_args" to prevent a 'config.status
512         --recheck' failure if ac_configure_args doesn't contain a leading
513         space.  This works around a problem with the XEmacs configure.ac,
514         which uses the (undocumented) ac_configure_args variable
515         inconsistently with Autoconf.
517 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
519         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):
520         Include <limits.h>, and use its INT_MAX to rewrite the
521         j loop so that it does not overflow 'int'.  Problem reported by
522         Ralf Wildenhues in
523         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
524         Play it safe by shifting left by 1 rather than multiplying by 2,
525         as GCC is less likely to optimize this away when the value
526         is signed (when it assumes overflow leads to undefined behavior).
527         Also, don't assume time_t uses two's complement.
529 2006-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
531         * tests/torture.at (Substitute a 2000-byte string): Avoid using
532         a 10kB long (multi-line) string literal, OpenServer 5.0.7 ksh
533         dumps core on it.  Report by Tim Rice.
535 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
537         * lib/autoconf/general.m4 (AC_ARG_ENABLE): Print help about
538         --disable-option-checking to --help output even when
539         AC_PRESERVE_HELP_ORDER is not used.
540         (_AC_INIT_PARSE_ENABLE2): Print warnings using actual --enable or
541         --with argument, rather than argument with [-.] replaced by
542         underscores.
543         * NEWS: Fix typo in previous change; the news was in the
544         wrong section.
546 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
548         * NEWS: Warnings are now generated by default for unknown
549         --enable-* and --with-* options.
550         * doc/autoconf.texi (Option Checking): Renamed from
551         (Configure Option Checking).  Tighten up the wording a bit.
552         (External Software, Package Options): Cross-reference to Option
553         Checking, and use this to shorten our section.
554         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Prefer test -n
555         "$x" to test "x$foo" != x.
556         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
557         Don't warn if $enable_option_checking is "no".
558         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Initialize
559         ac_unrecognized_opts to the empty string.
560         Don't echo the unrecognized opts, as this might mishandle
561         backslashes or leading -.
562         (AC_PRESERVE_HELP_ORDER): Put the --disable-option-checking
563         usage next to the other --disable-FEATURE options in the
564         help string.
566 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
568         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, _AC_INIT_PARSE_ARGS):
569         (_AC_INIT_PARSE_ENABLE2, _AC_INIT_HELP, _AC_ENABLE_IF):
570         Print warning for unrecognized --with and --enable options
571         (AC_DISABLE_OPTION_CHECKING): New macro to disable warnings.
572         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS):
573         Disable option checking when subdirs are configured.
574         (AC_OUTPUT): If warnings are enabled, print warning about
575         unrecognized --with and --enable options at the end of
576         the configure output (as well as at the beginning).
577         * doc/autoconf.texi (Option Checking): New node.
578         Document new option warning functionality.
580 2006-12-16  Eric Blake  <ebb9@byu.net>
582         * configure.ac (AC_INIT): Bump version, since 2.61a is released.
583         * NEWS: Start news for current version.
585 2006-12-15  Paul Eggert  <eggert@cs.ucla.edu>
587         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
588         Define HAVE_GETMNTENT to 1, not to the empty string.
589         Problem originally reported by Jochen Friedrich in
590         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
592         This change prompted by a problem report by Andrey Simonenko in
593         <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
594         * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
595         object-like macros only, in the traditional portable character
596         set.
597         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
598         Warn about attempts to define things that are not identifiers.
599         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
600         awful hack that AC_DEFINEd macro names containing parentheses.
602 2006-12-12  Paul Eggert  <eggert@cs.ucla.edu>
604         * doc/autoconf.texi: Undo some of the 2006-12-10 change.  It was
605         too drastic, even if Texinfo in theory requires it for info mode.
607         (config.status Invocation): Renamed back from Recreating a
608         Configuration).
609         (Obsolete config.status Use): Renamed back from Obsolete Recreation.
610         (Autoconf 2.13): Renamed back from 20th-century Autoconf 2.
612 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
614         * NEWS: Version 2.61a.
616 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
617         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
619         * NEWS: Document changes with echo and printf, and the lack
620         of limits on the total size of multi-line values of substituted
621         variables, and the AC_FUNC_FSEEKO fix.
623 2006-12-10  Paul Eggert  <eggert@cs.ucla.edu>
625         * doc/autoconf.texi (Writing Autoconf Input): Renamed from
626         Writing configure.ac.
627         (Autoconf Input Layout): Renamed from configure.ac Layout.
628         (Recreating a Configuration): Renamed from config.status Invocation.
629         (Obsolete Recreation): Renamed from Obsolete config.status Use.
630         (acconfig Header): Renamed from acconfig.h.
631         (20th-century Autoconf 2): Renamed from Autoconf 2.13.
632         (Writing Testsuites): Renamed from Writing testsuite.at.
633         (Autom4te Cache): Renamed from autom4te.cache.
635         * BUGS: Remove mention of VPATH problem, since it's now documented
636         not to be a bug in the Autoconf build procedure itself, but rather
637         a problem with the proprietary `make' programs.
639         * doc/autoconf.texi (Build Directories): Add a cross reference
640         to VPATH and Make.
642         * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex:
643         * doc/standards.texi: Sync from gnulib.
645         * man/autoconf.1, man/autoheader.1, man/autom4te.1, man/autoreconf.1:
646         * man/autoscan.1, man/autoupdate.1, man/config.guess.1:
647         * man/config.sub.1, man/ifnames.1: Remove from CVS, since they're
648         generated automatically.
650 2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
652         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Also try -xc99=all, for Sun
653         C 5.8 on Solaris 10.  Using -xc99=all rather than -xc99 bypasses
654         the buggy -xc99 option of Forte Developer 7 C on Solaris 9.
656 2006-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
658         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Drop the
659         `CEOF$ac_eof' special marker, the awk script cannot contain a
660         line matching `^CEOF', so this is not needed any more.
661         * tests/torture.at (Substitute a newline): Expose the `%!_!# '
662         special marker in the test.
664 2006-12-06  Stepan Kasal  <kasal@ucw.cz>
666         * tests/tools.at (autom4te preselections): Use `find -newer';
667         remove one of the sleeps.
669         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Make it
670         more readable, using ...
671         (_AC_INIT_PARSE_ENABLE2): ... this new helper macro.
673         * doc/autoconf.texi (autoheader Invocation): Do not double-
674         quote the parameter of `AH_BOTTOM' in the example.
676 2006-12-05  Stepan Kasal  <kasal@ucw.cz>
678         * doc/autoconf.texi (Configuration Headers): Remove the
679         example with multiple input files.
680         (autoheader Invocation): Encourage `AH_BOTTOM', discouraging
681         multiple input files.
683 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
685         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
686         creating the awk substitution script, handle one input line at a
687         time, so that the maximum length of a substituted (multi-line)
688         value is not limited by the size of the sed pattern space.
689         The trade-off is a slightly repetitive sed script.
690         * doc/autoconf.texi (Limitations of Usual Tools): Branch labels
691         can only have up to 7 characters, due to Solaris 10 /bin/sed.
692         * tests/torture.at (Substitute a 2000-byte string): Increase the
693         test with several long lines, they should not be caught by sed
694         limits any more.
696         * tests/tools.at (autom4te preselections): New test, to flag
697         entries missing from autom4te.cfg.
698         Report by David Byron <dbyron@hheld.com>.
700         * tests/torture.at (Substitute a 2000-byte string): Actually use
701         AC_PROG_AWK, so the last change works as intended.
702         (Substitute and define special characters): Likewise.
703         (Substitute a newline): Likewise.
705         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
706         instead of `awk' consistently.
707         (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
708         * tests/torture.at (Torturing config.status): Test both the
709         result of AC_PROG_AWK and plain awk.
710         (Substitute a 2000-byte string): Likewise.
711         (Substitute and define special characters): Likewise.
712         (Substitute a newline): Likewise.
714 2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
716         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Check that fseeko
717         can be assigned to a function pointer.  Problem reported by
718         Peter Palfrader in <http://bugs.debian.org/401377>.  Based on
719         part of a patch by Ralf Wildenhues in that same bug report.
721 2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
723         * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
724         * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
726 2006-12-01  Eric Blake  <ebb9@byu.net>
728         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
729         cross-compiling from cygwin to mingw.
730         Reported by Bob Rossi.  This resurrects the 2000-11-30 patch to
731         aclang.m4, which was mistakenly removed in the 2001-09-17 patch
732         to lib/autoconf/c.m4.
734 2006-12-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
736         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
737         string for more reliable failure.  Wrap the entire test that
738         causes the broken Solaris printf to dump core, in a subshell,
739         so the segmentation fault message is reliably suppressed.
740         Fix shell expansion errors by using /usr/ucb/echo always;
741         avoid an error on systems without it by another subshell.
742         Avoid m4 expansion of `$1'.  Set the zeroth argument of the
743         subshell-$as_echo to `as_echo', for better error message.
745 2006-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
747         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
748         `BASH_SOURCE' contain a newline, set them to empty, as they may
749         not be unset.
751 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
753         Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
754         years and is too hard to maintain now.  The last straw was
755         reported by Jerker Baeck in
756         <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
757         * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
758         * doc/autoconf.texi (Particular Functions): Move
759         AC_FUNC_SETVBUF_REVERSED from here...
760         (Obsolete Macros): ... to here.  Say that it does nothing now.
761         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
762         Turn into (almost) a no-op.
764         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
765         (AC_C_VOLATILE):
766         Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
767         These macros are obsolescent and new applications shouldn't need them.
768         * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
769         (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
770         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
771         (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
772         (AC_FUNC_VPRINTF): Likewise.
773         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
774         (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
775         * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
777         * doc/autoconf.texi (Setting Output Variables): Mention that
778         @VAR1@VAR2 has unspecified behavior.  Problem reported by
779         Ralf Wildenhues.
780         * NEWS: Mention this.
782         * Makefile.am: Put only a single '#' into the copyright notice,
783         so that it's also present in the output file.  Standardize wording
784         in makefile copyright notices to match GNU coding standards.
785         * bin/Makefile.am: Likewise.
786         * doc/Makefile.am: Likewise.
787         * lib/Makefile.am: Likewise.
788         * lib/freeze.mk: Likewise.
789         * lib/autoconf/Makefile.am: Likewise.
790         * lib/autoscan/Makefile.am: Likewise.
791         * lib/autotest/Makefile.am: Likewise.
792         * lib/m4sugar/Makefile.am: Likewise.
793         * man/Makefile.am: Likewise.
794         * tests/Makefile.am: Likewise.
795         * lib/emacs/Makefile.am: Remove copyright notice; it's just a
796         one-line file.
798 2006-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
800         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
801         in the sed script that mangles the awk script: delete up to the
802         first exclamation mark only.
803         * tests/torture.at (Substitute and define special characters):
804         Test '!' too.
806 2006-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
808         Rewrite config files generation: avoid quadratic growth in
809         the number of substituted variables by using awk instead of sed
810         for the bulk of the substitutions.
811         * NEWS: Mention this.
812         * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
813         forbidden in the output (and thus input) file.
814         * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
815         (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
816         generate just one large awk script for substitutions,
817         eliminating much of the earlier complexity, while adding some
818         new complexity.  Only expand the substitution templates at
819         configure time, for smaller configure script size.  If
820         _AC_SUBST_FILES are used, test 'awk' for working getline support
821         at config.status time.  If absent, interpolate through the
822         shell.  The awk script was written with much help
823         from Paolo Bonzini and Paul Eggert.
824         (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
825         (_AC_SED_FRAG_NUM): Likewise.
826         (_AC_SUBST_CMDS): Renamed from...
827         (_AC_SED_CMDS): ...this.
828         (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
829         * tests/torture.at (Substitute a 2000-byte string): Also
830         substitute a line with 1000 words, and a variable with several
831         long lines.
832         (Substitute and define special characters): Test awk special
833         characters, and put substitution input strings `@foo@' in the
834         output, to test that no recursion happens; test several other
835         combinations from Paolo Bonzini.
837 2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
839         * lib/autotest/general.m4 (AT_INIT): Undo recent changes
840         that replaced echo with AS_ECHO where this wasn't necessary.
841         Problem reportd by Ralf Wildenhues.
842         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
843         where "/usr/bin/printf '%s\n' S" dumps core if S is long.
844         This is Sun bug 4206210.  Problem reportd by Ralf Wildenhues.
846 2006-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
848         * lib/freeze.mk (GREP): Removed, no need to initialize this.
850 2006-11-21  Paul Eggert  <eggert@cs.ucla.edu>
852         * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
853         that traditional Awk lacks 3-arg "split".  It has it.
854         Mention that FS must be a single character, and a few other
855         99-byte limits of traditional Awk.
856         Mention that if (i in a) doesn't work with traditional Awk.
858 2006-11-18  Paul Eggert  <eggert@cs.ucla.edu>
860         * tests/autotest.at (BSx641-newline in command):
861         (BS-BS-newline in command, BSx640-newline in command):
862         (Newline-CODE-BS-newline in command):
863         (Single-quote-BS-newline in command):
864         (Single-quote-newline-BS-newline in command):
865         Use printf '%s\n' instead of echo, for portability to hosts
866         where echo interprets backslashes.  This will break on hosts
867         that lack printf, but for now let's assume all such hosts
868         are dead (if not, we should get reports of test failures).
870 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
872         'echo' has some portability problems, when given a first argument
873         with a leading '-', or when given any argument containing '\'.
874         Avoid using 'echo' in these cases.
875         * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
876         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
877         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
878         * lib/autotest/general.m4 (AT_INIT): Likewise.
879         * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
880         argument might be unportable.
881         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
882         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
883         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
884         (_AC_FC_LIBRARY_LDFLAGS): Likewise.
885         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
886         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
887         (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
888         (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
889         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
890         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
891         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
892         (AC_PROG_MAKE_SET): Likewise.
893         * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
894         (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
895         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
896         (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
897         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
898         (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
899         (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
900         * bin/autoconf.as: Redo verbose flag implementation, as the old
901         scheme wouldn't work with AS_ECHO.
902         * lib/autotest/general.m4 (AT_INIT): Likewise.
903         * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
904         Don't use ECHO_T, since ECHO_N is now reliable.
905         * lib/autotest/general.m4 (AT_INIT): Likewise.
906         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
907         rather than using a here-document to put the script into a file.
908         (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
909         use AS_ECHO.
910         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
911         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
912         AS_ECHO_N rather than ECHO_N and ECHO_C.  This doesn't fix any
913         bug, but we might as well stop using ECHO_N and ECHO_C internally.
914         * lib/autotest/general.m4 (AT_SETUP): Likewise.
915         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
916         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
917         (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
918         operand, as AS_ECHO requires.  Avoid double file name expansion.
919         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
920         Don't set as_nl, since _AS_ECHO_PREPARE does that now.
921         (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
922         (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
923         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
924         Double-quote strings that would otherwise contain M4 comments.
925         * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
927         * configure.ac (AC_INIT): Bump to 2.61a.
928         * NEWS: Likewise.
930 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
932         Version 2.61.
934         * configure.ac (AC_INIT): Bump to 2.61.
935         * NEWS: Likewise.
937         * tests/autotest.at (Macro with backslash in a test title):
938         Comment out for now, as this tests neither fails nor passes
939         reliably.  Problem reported by Ralf Wildenhues.
941 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
943         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
944         in previous change, which caused test failures.
946 2006-11-16  Stepan Kasal  <kasal@ucw.cz>
948         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
949         code for --enable, --disable, --with, and --without to...
950         (_AC_INIT_PARSE_ENABLE): ... a new macro.
951         * doc/autoconf.texi (Package Options):
952         * NEWS: Document that AC_ARG_ENABLE allows dots, too.
954 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
956         Import these changes from config via gnulib:
958         2006-11-15  Ben Elliston  <bje@gnu.org>
960         From Josselin Mouette <joss@debian.org>:
961         * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
963         2006-11-08  Ben Elliston  <bje@gnu.org>
965         * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
967         2006-11-07  Steve Woodford  <scw@NetBSD.org>
968                     Ben Elliston  <bje@gnu.org>
970         * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
971         * build-aux/config.sub (sh5el): New basic_machine.
974         Import this change from coreutils:
976         2006-02-13  Jim Meyering  <jim@meyering.net>
978         * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
981         Import this change from gnustandards via gnulib:
983         2006-11-15  Karl Berry  <karl@gnu.org>
985         * standards.texi: core -> memory, throughout.
986         (CPU Portability): show correct example of calling write
987         on a char value; thanks to Paul Eggert for the code.
988         Both of these suggestions from Eugene Y. Vasserman.
991         Import these changes from texinfo via gnulib:
993         2006-11-08  Karl Berry  <karl@gnu.org>
995         * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
996           as well as pdf images, since they are supported in pdftex with
997           no further ado.
999         2006-11-05  Karl Berry  <karl@gnu.org>
1001         * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
1003 2006-11-13  Paul Eggert  <eggert@cs.ucla.edu>
1005         * NEWS: Document the AC_ARG_WITH change.
1007 2006-11-13  Bruno Haible  <bruno@clisp.org>
1009         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
1010         options, transliterate also dots to underscores.
1011         (_AC_ENABLE_IF): Transliterate also dots to underscores.
1012         * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
1013         first argument may also contain dots.
1015 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1017         * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
1018         benefit of platforms like Solaris+GCC where it is common to have a
1019         non-working g++ installation.
1021 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1022         and Joel E. Denny  <jdenny@ces.clemson.edu>
1023         and Paul Eggert  <eggert@cs.ucla.edu>
1025         * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
1026         and non-portable sed scripts, and use $CONFIG_SHELL when invoking
1027         ./micro-suite.
1029 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
1031         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
1032         ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
1033         Imported from a similar patch to gnulib by Bruno Haible.
1035 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
1037         * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
1038         * doc/autoconf.texi (C Compiler): Document them.
1039         * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
1040         New macros, taken from gnulib.
1042 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1044         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
1045         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
1046         Matthew Woehlke.
1048 2006-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1050         * tests/torture.at (Configuring subdirectories): Do not skip
1051         Automake 1.10 nor future Automake 11.1 (sic).
1053 2006-10-26  Joel E. Denny  <jdenny@ces.clemson.edu>
1054         and Stepan Kasal  <kasal@ucw.cz>
1056         Handle special characters in test case titles correctly.
1057         * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
1058         properly.
1059         (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
1060         * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
1061         argument.  Extend to check titles printed by ./micro-suite and
1062         ./micro-suite -l and the title in micro-suite.log.
1063         (Backquote in a test title,
1064         Single-quote in a test title,
1065         Double-quote in a test title): Don't expect failure anymore.
1066         (Backslash in a test title): Put a non-whitespace character after the
1067         backslash so that Bourne shells might actually see it as an escape
1068         sequence.
1069         (Brackets in a test title,
1070         Pound in a test title,
1071         Comma in a test title,
1072         Quoted Macro in a test title,
1073         Macro in a test title,
1074         Macro with single-quote in a test title): New tests.
1075         (Macro with backquote in a test title,
1076         Macro with double-quote in a test title,
1077         Macro with backslash in a test title): New tests expected to fail.
1078         * tests/torture.at (#define header templates): M4-quote this title in
1079         AT_SETUP call so that no M4 code is commented inadvertently somewhere.
1080         The visible effect was a stray [] in the testsuite output.
1082 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1084         * doc/autoconf.texi (Limitations of Builtins): Do not invoke
1085         `trap ... 0' inside a function, for AIX sh.
1087 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
1089         * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
1090         since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
1091         5363) simply issues a warning when dividing by zero at compile
1092         time.  Problem reported by Elias Pipping.
1094 2006-10-26  Eric Blake  <ebb9@byu.net>
1096         * THANKS: Update.
1097         * doc/autoconf.texi (Evaluation Macros): Improve the example to
1098         show effect on macros that expand with commas.
1099         Reported by Joel E. Denny.
1101         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
1102         Also work with M4 1.4.8.
1104 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
1106         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
1107         Jim Meyering.
1109 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
1111         * tests/tools.at (autom4te --force): New test, verifies that
1112         `--force' always rewrites the output file.
1114 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1116         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
1117         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
1119 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
1121         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
1123 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1125         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
1126         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
1127         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
1128         reported by Nelson H. F. Beebe for Coreutils 6.4.
1130         * tests/tools.at (autoconf --trace: user macros): Remove test
1131         for tracing multiline macros, since m4 1.4.7a uses a different
1132         way to number lines.  Problem reported by Ralf Wildenhues.
1134 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
1136         * bin/autom4te.in (handle_m4): Do not redirect stdin to
1137         /dev/null since the heuristics for interactive behaviour was
1138         fixed in CVS m4.
1140         * bin/autom4te.in: With --force, always refresh the output
1141         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
1143         * bin/autoconf.as: Fix the verbose message at the end.
1145 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
1147         * configure.ac (AC_INIT): Bump to 2.60c.
1148         * NEWS: Likewise.
1150 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
1152         * NEWS: Version 2.60b.
1154         Import this change from Texinfo:
1155         2006-10-15  Karl Berry  <karl@gnu.org>
1156         * build-aux/texinfo.tex: automake 1.10
1158         * NEWS: Remove AC_CACHE_CHECK_INT.
1159         * doc/autoconf.texi (Caching Results): Likewise.
1160         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
1161         AC_CACHE_CHECK_INT, since it's no longer public.
1162         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
1163         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
1165 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1167         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
1169 2006-10-19  Eric Blake  <ebb9@byu.net>
1171         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
1172         (m4_maketemp): Avoid warnings with M4 1.9a.
1173         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
1174         m4_mkstemp.
1175         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
1176         * NEWS: Likewise.
1178 2006-10-16  Eric Blake  <ebb9@byu.net>
1180         * doc/autoconf.texi (Setting Output Variables): Fix typo.
1182         * bin/autoconf.as (version): Reword to match GNU Coding
1183         Standards.
1184         * bin/autoheader.in (version): Likewise.
1185         * bin/autom4te.in (version): Likewise.
1186         * bin/autoreconf.in (version): Likewise.
1187         * bin/autoscan.in (version): Likewise.
1188         * bin/autoupdate.in (version): Likewise.
1189         * bin/ifnames.in (version): Likewise.
1191 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
1193         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
1194         looking for special shell characters.
1195         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
1196         macro defined by AS_VAR_PUSHDEF before passing it as a
1197         parameter.
1198         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
1199         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
1200         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
1201         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
1202         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
1203         Likewise.
1204         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
1205         AS_VAR_* properly.
1206         * tests/m4sh.at (AS_LITERAL_IF): New test.
1208 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1210         (Imported from Automake.)
1211         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
1212         which incorrectly sets the mode of an existing destination
1213         directory.  In some cases the unpatched install-sh could do the
1214         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
1215         system.  We hope this is rare in practice, but it's clearly worth
1216         fixing.  Problem reported by Alex Unleashed in
1217         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
1218         Also, don't bother to check for -m bugs unless we're using -m;
1219         suggested by Stepan Kasal.
1221 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1223         Import this change from Automake:
1225         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
1226         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
1227         is enabled by default with gnu and gnits strictness.
1228         Report from Bruno Haible.
1230         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
1231         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
1232         gnu and gnits modes.
1234         Import this change from Config:
1236         2006-09-20  Ben Elliston  <bje@gnu.org>
1237         * build-aux/config.sub (score, score-*): New.
1239         Import this change from Gnulib:
1241         2006-09-16  Karl Berry  <karl@gnu.org>
1242         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
1243         to avoid sectioning errors.
1245         Import these changes from Texinfo:
1247         2006-10-04  Karl Berry  <karl@gnu.org>
1248         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
1249         (\quoteexpand): rename to \rquoteexpand.
1250         (\codequoteleft): new def, to look for @set codequotebacktick.
1251         (\lquoteexpand, \quoteexpand): new defs.
1252         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
1253         (\code): must use new \...Char values, since now ` is active.
1255         2006-08-26  Karl Berry  <karl@gnu.org>
1256         * build-aux/texinfo.tex (\textdegree): New command.
1258         2006-08-12  Karl Berry  <karl@gnu.org>
1259         * build-aux/texinfo.tex (error \box0): smaller font.
1261 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1263         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
1265 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
1267         * doc/autoconf.texi (Autoheader Macros): Warn that the text
1268         added to the template can get mangled.
1270 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1272         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
1273         include the default headers, and redefine obstack_chunk_alloc
1274         and obstack_chunk_free.  Fixes false failure with glibc.
1276 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1278         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
1279         for backward compatibility with Libtool 1.5.22.  Problem reported
1280         by Ralf Wildenhues.
1282 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1284         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
1285         AC_PROG_CC.
1286         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
1288 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1290         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
1291         the NonStop platform.
1292         * doc/autoconf.texi (Posix Variants): Likewise.
1293         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
1295         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
1296         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
1297         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
1298         Use a better substitute, by inspecting the output of "ls"
1299         rather than just using ":".
1300         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
1301         rather than AS_EXECUTABLE_P, since we needn't worry about
1302         non-regular files here.
1304         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
1305         due to configuration hassles with this.  See Tonya Underwood's report
1306         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
1307         * doc/autoconf.texi (Special Shell Variables): Likewise.
1309 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1310             Stepan Kasal  <kasal@ucw.cz>
1312         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
1313         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
1315 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
1317         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
1318           initialization which is not inherited through the environment
1319         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
1320         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
1322 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
1324         * doc/autoconf.texi (Limitations of Usual Tools): Describe
1325         problems with mkdir -p -m.
1327 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
1329         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
1330         comment about ac_cpp_err; it was incorrect, and anyway
1331         ac_cpp_err is being removed below.
1332         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
1333         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
1334         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
1335         nobody uses it.
1336         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
1337         with werror_flag and conftest.err and so forth.  This is more
1338         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
1339         and anyway the user shouldn't normally want to see this gorp logged.
1340         Problem reported by Ralf Wildenhues.
1341         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
1342         empty, not 'no', since the rest of the code uses 'test -z'.
1344 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
1346         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
1347         Use a single call to AC_DO_TOKENS rather than multiple, for
1348         efficiency.
1349         (_AC_LINK_IFELSE): Test that resulting file is executable.
1350         Problem reported by mwoehlke in
1351         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
1353         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
1354         than creating a file to use with test -x; this is much faster.
1356 2006-10-02  Bruno Haible  <bruno@clisp.org>
1358         * lib/autom4te.in (Automake-preselections): Add
1359         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
1361 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
1363         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
1364         standard error, `experr' should be used, not `expout'.
1366 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1368         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
1369         fseeko testing program twice; just use the earlier result.
1370         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
1371         Set cache var to 'unknown' (not 'no') if leaving the macro unset
1372         still doesn't let the program compile.
1373         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
1374         failed.
1376         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
1377         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
1378         include it, without including anything else.
1379         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
1380         expressions.
1381         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
1383 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1385         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
1386         `error.h', and include it, for a `error_at_line' prototype.
1387         Use a nonempty format string in the link test.
1388         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
1389         for a declaration of wait3.
1391 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1393         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
1394         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
1395         can apply to constants too, and that it checks for macro defns.
1396         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
1397         and simply cast the identifier to void.  This handles structure
1398         values.  Problem reported by Ralf Wildenhues.
1399         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
1401 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1403         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
1404         structure, and function symbols.
1406 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1408         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
1409         member.
1411 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1413         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
1414         * README: Likewise.
1415         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1417 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1418         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1420         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
1421         warnings (uninitialized value).
1422         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
1423         present.
1424         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
1425         parentheses.
1426         (AC_STRUCT_TM): Likewise, avoid unused variables.
1428 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1430         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
1431         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
1432         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
1433         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
1434         Report by Olly Betts.
1436 2006-09-19  Eric Blake  <ebb9@byu.net>
1438         * m4/m4.m4: Change copyright.
1439         * configure: Regenerate.
1440         * Makefile.in: Likewise.
1441         * bin/Makefile.in: Likewise.
1442         * doc/Makefile.in: Likewise.
1443         * lib/Makefile.in: Likewise.
1444         * lib/Autom4te/Makefile.in: Likewise.
1445         * lib/autoconf/Makefile.in: Likewise.
1446         * lib/autoscan/Makefile.in: Likewise.
1447         * lib/autotest/Makefile.in: Likewise.
1448         * lib/emacs/Makefile.in: Likewise.
1449         * lib/m4sugar/Makefile.in: Likewise.
1450         * man/Makefile.in: Likewise.
1451         * tests/Makefile.in: Likewise.
1453         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
1454         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
1455         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
1456         --error-output, to avoid warnings with M4 2.0.
1458 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
1460         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
1461           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
1462         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
1464 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
1466         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
1467         expansion of AC_CHECK_FUNCS.
1469 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
1471         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
1472         mistaken comment: the path has to be relative; do not use
1473         the path at runtime.
1475 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1477         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
1478         argument to `--prefix' for sub-configure scripts.
1479         Pass `--silent' to sub-configure scripts.
1480         * tests/torture.at (Configuring subdirectories): Add tests
1481         for both changes.
1482         * doc/autoconf.texi (Setting Output Variables): Fix example to
1483         not show `--silent' being passed to a `configure' re-run.
1485 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
1487         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
1488         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
1489         for the existence of the directory at configure-time.  That's
1490         too late, anyway.  Problem reported by Stefan Seefeld.
1492         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
1493         7.1.4 /usr/bin/posix/sh described by Tim Rice in
1494         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
1496 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
1498         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
1499         works with GNU M4 1.4.3 again; make the normalized form
1500         match the current m4 message; fix the description.
1501         * test/tools.at (autom4te cache): Adapt to the change.
1503 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1505         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
1506         to catch glibc bug 2821
1507         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1509         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
1510         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
1511         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
1512         assume C89.
1514 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
1516         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
1517         preselections ...
1518         (Autoconf): ... here.
1519         (Autoscan-preselections): Delete.
1521 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
1523         * lib/autom4te.in (Automake-preselections): Preselect
1524         AM_ENABLE_MULTILIB.
1526 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
1528         * doc/autoconf.texi (Preset Output Variables): srcdir and
1529         top_srcdir are not necessarily relative.  Problem reported
1530         by Dries Kimpe.
1532 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1534         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
1535         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
1536         accept files with extension `.f'.  For consistency, also prefer
1537         xlf over f77.
1538         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
1539         from last patch.
1541 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1543         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
1544         of ERLANG_LIB_VER_* variables.
1545         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
1546         variables.
1548 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
1549         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1551         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
1552         bugs of Bash 2.01 and 2.05a.
1553         (Fortran Compiler): Document that AC_PROG_CC should be called
1554         before AC_PROG_FC, due to a bug in Autoconf.
1556 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1558         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
1559         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
1560         except the first two arguments are reversed.
1561         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
1562         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
1563         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
1564         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
1565         equivalent to the old AC_COMPUTE_INT.
1566         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
1567         All uses changed to AC_CACHE_CHECK_INT.
1568         * tests/base.at (AC_CACHE_CHECK_INT): New test.
1569         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
1571 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1573         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
1574         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
1575         programs should use their Gnulib counterparts.
1576         * doc/autoconf.texi (Particular Functions): Likewise.
1577         (Macro Names, testsuite Invocation): Replace uses of these
1578         obsolete macros with uses of non-obsolete macros.
1580 2006-08-29  Eric Blake  <ebb9@byu.net>
1582         * configure.ac (AC_INIT): Bump to 2.60b.
1583         * NEWS: Update.
1585 2006-08-28  Eric Blake  <ebb9@byu.net>
1587         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
1588         mistakenly swapped on 2006-08-15.
1590 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1592         * NEWS: Version 2.60a.
1594 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
1596         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
1597         file created by the PGI compiler.
1599 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
1601         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
1602         simplify the code.
1604 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1606         Fix Lex library problem reported to us by Julio Garvia.
1607         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
1608         for the default, which the user can override.
1609         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
1610         deal with LEXLIB.
1611         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
1612         didn't work if some values were cached but not others.  Test for
1613         broken lex libraries like native ia64-hp-hpux11.22; see
1614         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
1615         work around the problem by preferring an empty LEXLIB to -lfl or
1616         -ll.  Let the user set LEXLIB='' to indicate no library needed.
1618         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
1619         * README: Likewise.
1620         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1622 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1624         Rework to use more-modern build style.
1625         Many files are renamed; all uses of their names were changed.
1626         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
1627         * .x-sc_useless_cpp_parens: New file.
1628         * build-aux/config.guess: Renamed from config/config.guess.  Update.
1629         * build-aux/config.sub: Renamed from config/config.sub.  Update.
1630         * build-aux/elisp-comp: Renamed from config/elisp-comp.
1631         * build-aux/install-sh: Renamed from config/install-sh.  Update.
1632         * build-aux/mdate-sh: Renamed from config/mdate-sh.
1633         * build-aux/missing: Renamed from config/missing.
1634         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
1635         * build-aux/vc-list-files: Renamed from config/vc-list-files.
1636         * config/Makefile.am: Removed.
1637         * config/mkinstalldirs: Removed.
1638         * config/move-if-change: Removed.
1639         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
1640         * Makefile.am (SUBDIRS): Remove config.
1641         (ACLOCAL_AMFLAGS): Include from m4, not config.
1642         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
1643         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
1644         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
1645         Fail if there's an error.
1646         * Makefile.cfg (move_if_change): Remove.
1647         (wget_files): Remove.
1648         (cvs_executable_files): New macro.
1649         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
1650         (executable-update): Use $(cvs_executable_files).
1651         (local-checks-to-skip): Remove.
1652         * Makefile.maint: Merge from coreutils, plus add our own changes
1653         (gzip_rsyncable): New macro.
1654         (GZIP_ENV): Use it.
1655         (CVS_LIST): Use build-aux/vc-list-files.
1656         (VERSION_REGEXP): New macro.
1657         (local-checks-available): Add patch-check, $(syntax-check-rules),
1658         check-AUTHORS.
1659         (syntax-check-rules): Compute dynamically.
1660         (sc_cast_of_x_alloc_return_value): Work even if no source files.
1661         (sc_cast_of_alloca_return_value): Likewise.
1662         (sc_prohibit_atoi_atof): Simplify regexp.
1663         (sc_no_if_have_config_h, sc_require_config_h):
1664         (sc_prohibit_assert_without_use,
1665         (sc_obsolete_symbols): Check for O_NDELAY.
1666         (sc_texi_notab): Remove.
1667         (sc-changelog): Don't make an exception for '----' lines.
1668         (.re-list): Remove, so we don't have a junk file behind.
1669         (sc_system_h_headers): Remove the need for .re-list.
1670         (sc_the_the):  New rule.
1671         (sc_tight_scope): Simplify.
1672         (sc_trailing_blank): Renamed from sc_trailing_space.
1673         (longopt_re): New macro.
1674         (sc_two_space_separator_in_usage): New rule.
1675         (sc_unmarked_diagnostics): Look at all files under CVS.
1676         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
1677         (news-date-check, changelog-check): Version is OK.
1678         (po-check): Look for lib files even if not in CVS.
1679         (copyright-check): Use $() not ``.
1680         (maintainer-distcheck): Do not depend on changelog-check.
1681         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
1682         Also check for -Wpointer-arith.
1683         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
1684         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
1685         Remove.
1686         (announcement): Add --gpg-key-id arg.
1687         (cvs-sv): Remove.
1688         (move_if_change): Just use mv.
1689         (local_updates: Remove wget-update, po-update.
1690         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
1691         (config.guess-url_prefix, config.sub-url_prefix): Remove.
1692         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
1693         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
1694         ($(get-targets)): Remove.
1695         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
1696         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
1697         (cvs-update): Get from gnulib.
1698         (emut_upload_commands): gnupload is in build-aux now.
1699         (alpha beta major): Add changelog-check.  Check version.
1700         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
1701         (AC_CONFIG_FILES): Remove.
1702         * bin/autoconf.as: Add spaces to avoid distcheck warning.
1703         * config/announce-gen: Sync from coreutils.
1704         * doc/make-stds.texi: Sync from gnulib.
1705         * doc/standards.texi: Likewise.
1706         * man/Makefile.am: Adjust for config -> build-aux renaming.
1707         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
1708         * tests/local.at: Adjust from config -> build-aux renaming.
1709         * tests/tools.at: Likewise.
1710         * tests/torture.at: Likewise.
1712         * NEWS: The C99 check now tests for vararg macros and 64-bit
1713         preprocessor ints.
1714         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
1715         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
1716         64-bit preprocessor ints.  Check for static initialization of
1717         long long.  Remove unnecessary casts.
1719 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1721         * doc/autoconf.texi (Particular Programs): Mention that
1722         @INSTALL@ and @MKDIR_P@ may vary for different output files.
1723         Reported by Alexandre Duret-Lutz.
1725 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1727         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
1728         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
1729         Bill Northcott in
1730         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
1732 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
1734         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
1735         pacify insanely picky compilers.  Problem reported by Eric Blake.
1737         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
1738         longer supported by Sun.
1740 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
1742         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
1743         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
1744         -Wundef -Werror".  Problem reported by David Fang in
1745         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
1746         * doc/autoconf.texi (Header Templates, Default Includes):
1747         (Particular Functions, Generic Functions, Header Portability):
1748         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
1749         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
1750         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
1751         Prefer #ifdef to #if.
1752         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
1753         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
1754         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1755         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
1756         Likewise.
1757         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
1758         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
1759         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
1760         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1761         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
1762         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
1763         this.
1765 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
1767         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
1768         problems with arg script text that doesn't end in newline, and
1769         with '-e a...'.  Problems reported by Ralf Wildenhues.
1771 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1773         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
1774         check for libXt by a check for libX11.
1776 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1778         * doc/autoconf.texi (config.status Invocation): Adjust according
1779         to last change.
1781 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1783         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
1784         --help' should mention that `--version' outputs configuration
1785         settings.  Report by Bruno Haible.
1787 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
1789         Fix test suite failures reported by Pierre in
1790         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
1791         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
1792         the compiler created a file "b.out" when it didn't create anything
1793         at all.
1794         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
1795         Discard stderr too, when invoking the test script.
1797 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1799         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
1800         in the restoring of the werror flag.
1802 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
1804         * doc/autoconf.texi (Volatile Objects): Be even a little
1805         less skeptical about "volatile", after discussion with
1806         Bruno Haible on bug-gnulib.
1807         (Limitations of Usual Tools): Warn about sed stripping
1808         leading white space from text.  From Bruno Haible.
1810 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
1812         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
1813         compiler complains about it, even if things works after the
1814         complaint.  Problem reported by Peter O'Gorman.
1816         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
1817         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
1818         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
1820 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
1822         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
1823         after -R regardless of host.  Patrick Welche reports that this
1824         fixes things on NetBSD 3.99.
1826         * NEWS: Recommend M4 1.4.5.
1827         * README: Likewise.
1828         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1829         * tests/tools.at (autom4te cache): Update wording of diagnostic
1830         to match M4 1.4.5.
1832 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1834         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
1835         under AC_C_VOLATILE.
1836         (Volatile Objects): Be a little less skeptical about what
1837         "volatile" means.  Derived from thoughts by Ben Pfaff in
1838         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
1840 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1842         * doc/autoconf.texi: Fix some typos.
1844 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1846         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1847         more globally, since the 2006-06-30 patch didn't suffice.  Problem
1848         reported by Keith Marshall.  Also, don't bother with builddir2,
1849         since it shouldn't be needed any more.
1851 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
1853         * doc/autoconf.texi (Generic compiler characteristics):
1854         Document AC_COMPUTE_INT.  Fix wrong statements on Default
1855         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
1857         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
1858         (_AC_COMPUTE_INT): Add obsoletion warnings.
1859         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
1860         AC_COMPUTE_INT.
1862         * NEWS: Document change.
1864 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
1866         * doc/autoconf.texi (Volatile Objects): New section.
1868         * NEWS: Document previous change.
1870 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1872         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
1873         Require that long long int be at least 64 bits wide.  C99 requires
1874         this and enough programs depend on it so we should check for it.
1875         Bruno Haible reports in
1876         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
1877         that long long int is 32 bits wide with some nonstandard compilers.
1878         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
1880 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
1882         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1883         to a nonexistent file, so that we don't have to worry about
1884         a local site configuration that doesn't use /usr/local.
1885         Problem reported by Keith Marshall in
1886         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
1888 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1890         * doc/autoconf.texi: Be more consistent about using @acronym with
1891         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
1892         quite right (it talked about "OSF/Tru64", even though the
1893         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
1894         and it even mentioned "OSF 4"!) and at this point there's little
1895         reason to talk about OSF any more, since it died in 1994.
1896         (Specific Compiler Characteristics): Simplify example of
1897         negative-size array.
1898         (File Descriptors): Reorder to make the text flow better.
1899         Remove joke about "appreciate the various levels"; I didn't get it.
1900         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
1901         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
1902         (File Descriptors, Limitations of Usual Tools):
1903         Tone down the advice against renaming or removing open files.
1904         (Limitations of Usual Tools): Add a new section, on 'rm'.
1906 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
1908         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
1909         -lXt in LIBS, idea from Karsten Hopp; this was due since
1910         this change:
1912         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1913         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
1914         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
1915         (which belong to Xt, not X itself).  See Debian bug 327655.
1917 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1919         * configure.ac (AC_INIT): Bump to 2.60a.
1920         * NEWS: Update.
1922 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1924         Version 2.60.
1926         * configure.ac, NEWS: Update.
1928 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1930         * config/texinfo.tex: Sync from upstream.
1932         * bin/autom4te.in (handle_traces): Transform the `@S|@'
1933         quadrigraph correctly in traces.
1935         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
1936         Fix typos.
1938         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
1939         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
1940         not defined.
1941         * doc/autoconf.texi (Changed Directory Variables): New node,
1942         to document the whole `datarootdir' business a bit better.
1943         * NEWS: Update.
1944         * tests/torture.at (datarootdir workaround): Extend test.
1945         Prompted by report by Alexandre Julliard.
1947 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1949         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
1950         when using default mode of IBM C 6 for AIX.  Problem and two-line
1951         fix reported by Larry Jones.
1953 2006-06-22  Alexandre Julliard <julliard@winehq.org>
1955         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
1956         about literal '${datarootdir}' if a definition is found in the
1957         output file.
1959 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1961         * NEWS: Use "M4" rather than "m4" when appropriate.
1962         Problem reported by Eric Blake.
1963         * doc/autoconf.texi: Likewise.
1964         Use @acronym around BSD, GCC, and GNU when appropriate.
1965         (Why GNU M4): Renamed from "Why GNU m4".
1966         (Redefined M4 Macros): Mention that Posix
1967         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
1968         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
1969         to int.
1971 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1973         * bin/autom4te.in (handle_output): Do not forbid the empty
1974         pattern.
1975         * tests/tools.at (autoconf: the empty token): New test.
1977 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
1979         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
1980         calls, so that we do not care whether they are LIFO or FIFO;
1981         in the m4_wrap, do not check which diversion is the topmost
1982         one, just check that the stack is balanced at the end.
1983         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
1984         base diversion forever--pop the previous diversion before
1985         opening the new one; consequently, remove the m4_wrap call.
1986         * lib/autotest/general.m4 (AT_INIT): Likewise.
1987         * tests/m4sugar.at: Do not use
1988         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
1990 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
1991         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1993         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
1994         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
1995         Rework example of m4wrap token-pasting trouble so that it doesn't
1996         care whether it's LIFO or FIFO.
1997         Fix some "contrary to"s that are awkward in English.
1999 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2001         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
2002         to `yes' instead of `int$1_t' if the type is found, for more
2003         consistent configure output (where $1 is the number of bits).
2004         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
2005         Suggested by Bruno Haible.
2007         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
2008         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
2009         with system headers.  Report by Bruno Haible.
2011 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2013         * config/config.guess, config/config.sub: Sync from upstream.
2015         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
2016         in order to avoid picking up an older installed frozen m4sh.m4f.
2017         Besides an outdated shell startup, this could have been created
2018         by an earlier M4 version with incompatible frozen file format.
2020 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
2022         * README: Recommend m4 1.4.4 instead of 1.4.3..
2023         * doc/autoconf.texi: Likewise.
2024         (Special Chars in Names): Say that $(.FOO) is portable, as
2025         suggested by Stepan Kasal.
2026         (Installation Directory Variables, Build Directories):
2027         (Automatic Remaking, Subdirectories, Fortran Compiler):
2028         (Making testsuite Scripts, Defining Directories):
2029         Quote variable usages better.
2030         (Making testsuite Scripts): Add clean-local rule to makefile
2031         snippet, by Eric Blake.
2032         (Installation Directory Variables): Fix table item font.
2033         Reword slightly to clarify.  Generalize advice about
2034         not using special characters to include all file-related
2035         vars, not just VPATH.
2036         (Special Chars in Variables): Warn about special characters in
2037         $(srcdir) too.
2038         (Assignments): Clarify default-value example as suggested by
2039         Ralf Wildenhues in
2040         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
2041         (Special Shell Variables): Note leading ./ or ../, as suggested
2042         by Eric Blake.
2043         (Limitations of Builtins): Under cd, warn about CDPATH.
2044         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
2045         Ralf Wildenhues.
2047 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2049         * doc/autoconf.texi (Configuration Actions): Remove duplicate
2050         `@var', for texi2html.
2051         (Systemology): Some more word wrapping, for DVI output.
2052         (autom4te Invocation): The short option for `--melt' is `-M',
2053         not `-m'.
2055 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
2057         * doc/autoconf.texi: More formatting and English tweaks,
2058         many suggested by Ralf Wildenhues.
2059         Reword to avoid "@code{...}'s" and the like, since it's ugly
2060         with Emacs info mode.  discontents -> woes.
2061         Put a few "will"s back.  time stamp -> timestamp.
2062         side-effect -> side effect.
2064 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
2066         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
2067         Warn about $@ not persisting.  Problem reported by Julien Danjou in
2068         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
2069         (Special Chars in Names): Renamed from Leading _ in Macro Names.
2070         Mention other special chars, too.
2072 2006-06-14  Eric Blake  <ebb9@byu.net>
2074         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
2076 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
2078         * doc/autoconf.texi: Some systematic minor improvements, as
2079         follows.  Use "makefile" when talking about makefiles
2080         generally (which might be named "makefile" or "Makefile" or even
2081         "foo.mk"), "Makefile" when talking about a specific makefile
2082         called "Makefile".  This unclutters the text from weird quotes
2083         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
2084         values" rather than "@var{foo}s" and similar constructs containing
2085         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
2086         English-language improvements.  Change the prefix "sub-" to "sub"
2087         and "re-" to "re".
2088         Put blank lines around examples more consistently.
2089         Avoid "rather" and "very" as intensifiers.
2090         Avoid "will" as an auxiliary.
2091         (Limitations of Make): Split this node into....
2092         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
2093         (Leading _ in Macro Names, Backslash-Newline-Newline):
2094         (Backslash-Newline Comments, Long Lines in Makefiles):
2095         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
2096         (obj/ and Make, make -k Status, VPATH and Make):
2097         (VPATH and Double-colon, $< in Explicit Rules):
2098         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
2099         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
2100         New nodes, resulting from splitup of Limitations of Make.
2101         All cross-references changed.  Raise the top node from
2102         a section to a chapter, and all subnodes accordingly.
2103         Redo the introductory wording to match the new organization.
2104         (Installation Directory Variables): Use an example that is
2105         closer to what Autoconf actually does.  Mention that VPATH's
2106         value should not contain metacharacters or white space.
2107         (Fortran Compiler): Fix a VPATH bug in an example.
2108         (Leading _ in Macro Names): Mention that this problem is no longer
2109         of practical concern.
2110         (VPATH and Make): Reword the advice to make it clearer
2111         that Autoconf and Automake support VPATH in non-GNU make, but
2112         many packages have bugs in this area.
2113         ($< in Explicit Rules): Refer to Build Directories rather
2114         than using a (non-VPATH-safe) example.
2115         (Automatic Rule Rewriting): Mention the sort of disaster that
2116         can ensue with Solaris-style rule rewriting with VPATH.
2118 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2120         * doc/install.texi (Compilers and Options): Weaken the
2121         suggestion to use GNU make for VPATH builds.
2123         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
2124         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
2126         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
2127         in regular expression.
2129 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2131         * doc/autoconf.texi (Installation Directory Variables):
2132         Drop extra @samp from `@table @samp' item.
2133         (Limitations of Usual Tools): Comment fix.
2134         Do not nest @samp just to point to other table items.
2135         (Writing testsuite.at) <AT_CHECK>: The second argument to
2136         `@dvar' is already @samp'ed.
2137         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
2138         do not use @var in the second argument.
2140 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
2142         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
2143         $as_shell.exe too.  Problem reported by Andreas Buening in
2144         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
2146 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2148         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
2149         `unused variable' compiler warning, for `-Wall -Werror'.
2150         Reported by Jaap Haitsma in
2151         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
2153 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
2155         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
2156         case the compiler dumps core.  Problem reported for
2157         OpenServer 5.0.7 by Tim Rice in
2158         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
2159         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
2160         Likewise.
2162 2006-06-06  Tim Rice <tim@multitalents.net>.
2164         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
2165         "ERROR" only shows up in "make check" output if there is an
2166         error.
2168 2006-06-06  Eric Blake  <ebb9@byu.net>
2170         * tests/tools.at (automatically allowed tokens): Fix typo.
2172 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2174         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
2176         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
2177         typically overflows on x86 CPUs, even though the C standard
2178         requires otherwise.
2180 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2182         * configure.ac (AC_INIT): Bump to 2.59e.
2183         * NEWS: Update.
2185 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2187         Version 2.59d.
2189         * config/texinfo.tex: Sync from upstream.
2191         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
2192         seen, invoke libtoolize with `--ltdl' argument.
2193         * lib/autom4te.in (Autoreconf-preselections): Adjust.
2194         * NEWS: Update.
2195         Suggested by Eric Blake.
2197 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2199         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
2200         reported by Ralf Wildenhues.
2201         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
2203 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2205         * THANKS: Update.
2207 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2209         * doc/autoconf.texi: Modernize some of the references to Solaris.
2211 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
2213         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
2214         message issued by AC_REQUIRE.
2215         * tests/m4sugar.at: Check m4_require's error message.
2216         * tests/base.at: Check AC_REQUIRE's error message.
2217         * tests/local.at (AT_CHECK_M4): New macro, almost identical
2218         to...
2219         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
2220         AT_CHECK_M4.
2221         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
2222         `expout' as the last parameter.
2223         * tests/tools.at: Adapt to the above change.
2225 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
2227         * doc/autoconf.texi (Limitations of Usual Tools): Correct
2228         information about race-free implementations of mkdir.
2230 2006-06-04  Eric Blake  <ebb9@byu.net>
2232         * bin/autoreconf.in (help): Document M4 environment variable.
2233         * bin/autoconf.as (Usage): Likewise.
2234         * bin/autom4te.in (help): Likewise.
2235         * doc/autoconf.texi (autom4te Invocation): Likewise.
2237 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
2239         * NEWS: GNU make now recommended for VPATH builds.
2240         Mention that some macros are now documented to be obsolescent.
2241         * doc/autoconf.texi:
2242         Prefer "current" to "modern" to describe
2243         currently-used (albeit perhaps old-fashioned) hosts.
2244         Mention which ancient features no longer need to be worried about.
2245         setgid -> set-group-ID
2246         setuid -> set-user-ID (these are the Posix terms)
2247         Fix some misuses of "only".
2248         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
2249         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
2250         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
2251         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
2252         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
2253         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
2254         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
2255         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
2256         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
2257         Mention that these macros are obsolescent.
2258         (Installation Directory Variables): shall -> should
2259         (File Descriptors): Mention that 0, 1, 2 might get reopened.
2260         Mention that it's now safe to use 3 and 4.
2261         (Limitations of Usual Tools): cp -r is now specified by Posix.
2262         Omit longwinded and obsolescent discussion of cp -f.
2263         Modernize discussion of expr, ls.
2264         (Limitations of Make): Modernize discussion of VPATH builds.
2265         Mention $? as a workaround in some cases.
2266         * doc/install.texi (Basic Installation):
2267         Mention "./configure; make; make install" first.  Be more
2268         specific about why this file is generic.  Remove unnecessary
2269         parens.  Remove misleading "only".  Remove obsolete advice
2270         about csh.  Don't say "configure" takes awhile; say it
2271         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
2272         and CC=c99 rather than CC=c89, as these are blessed by current
2273         Posix.  Recommend GNU make if doing a VPATH build.
2275 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
2277         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
2278         examples involving shell prompts.
2280 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
2281         and Paul Eggert  <eggert@cs.ucla.edu>
2283         * doc/autoconf.texi (Here-Documents): Add details about the
2284         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
2285         use "here-documents" instead of "here documents".
2287 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2289         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
2291 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
2293         * doc/autoconf.texi (File System Conventions): Warn about ":"
2294         anywhere in directory names.
2296 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
2298         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
2299         about quoting the case statement, just in case.
2300         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
2301         was fixed in ksh93g; reported by Ralf Wildenhues.
2303 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
2305         * doc/autoconf.texi (System Services): Do not document
2306         overriding EXEEXT via ac_cv_exeext=ext.
2307         (Particular Programs) <AC_PROG_MKDIR_P>:
2308         Document that ${MKDIR_P} understands --.
2309         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
2310         comment.
2312 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2314         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
2315         argument with leading hyphen.  Problem reported by Paul Eggert.
2317 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2319         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
2320         about quoting ac_try: quote all of it, if any of it seems suspicious.
2321         This means we don't have to worry about ${ or sed any more.
2322         Also, double-quote the case statement, to work around misuses via
2323         underquoting as reported by Ralf Wildenhues in
2324         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
2325         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
2326         undocumented and dangerous macro.
2327         Problem reported by Ralf Wildenhues in
2328         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
2330 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2332         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
2333         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
2334         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
2336 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2338         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
2339         since evidently some packages rely on the old, broken behavior.
2340         Problem reported by Ralf Wildenhues in
2341         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
2342         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
2343         pre-2006-05-26 definitions, but leave in the comments that
2344         these macros are dangerous and should not be used.
2345         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
2346         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
2347         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
2348         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
2349         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
2351 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
2353         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
2354         the use of 'tr', since this is our only use of 'tr'.
2356 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2357         and Paul Eggert  <eggert@cs.ucla.edu>
2359         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
2360         Don't assume 'grep' works on long lines, since AIX grep doesn't.
2362 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2364         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
2365         the output file in the `${datarootdir}' test.
2367 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
2368         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2370         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
2371         mention of `datarootdir' in the input file(s), but literal
2372         `${datarootdir}' in the output file, and we haven't warned yet,
2373         then warn as well: the user may have (erroneously) used
2374         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
2375         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
2376         * tests/torture.at (datarootdir workaround): Extend this test.
2377         * NEWS: Update.
2379 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2380         and Paul Eggert  <eggert@cs.ucla.edu>
2382         * doc/autoconf.texi (autoheader Invocation): The first argument to
2383         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
2384         alternatives and clear up the language a bit.
2386 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
2388         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
2389         ac_config_guess, ac_config_sub, ac_configure.
2390         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
2391         Fix typo that prevented an unnecessary space from being removed.
2392         Problems reported by Ralf Wildenhues in:
2393         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
2395 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
2397         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
2398         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
2399         Don't use the term "thread-safe" to talk about mkdir race
2400         conditions, since the problem is more a process than a thread
2401         issue.  Problem reported by Stepan Kasal in:
2402         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
2403         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
2404         the test for 'install' more closely.  Look at MKDIR_P first.
2405         Look in the PATH, and at /opt/sfw/bin.
2406         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
2407         Don't bother to try mkdir -p, since we already check mkdir --version;
2408         just look at the version number.  (There's no easy way to check
2409         for race-free implementations.)
2410         * tests/tools.at (autoconf: subdirectories): Adjust to above
2411         changes, since MKDIR_P now might end in "/mkdir -p".
2413         * doc/autoconf.texi (autoheader Invocation): Mention that the
2414         first arg of AC_DEFINE_UNQUOTED must be a literal.
2415         Problem reported by Ben Pfaff in
2416         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
2418         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
2419         * doc/autoconf.texi (Special Chars in Variables): New section.
2420         (Preset Output Variables): Warn about special chars in CPPFLAGS.
2421         (Installation Directory Variables): Quote $(datadir) better.
2422         (Limitations of Builtins): Describe some of eval's trickiness.
2424         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
2425         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
2426         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
2427         in front of every arg, not just trailing args.  Quote apostrophes.
2428         (_AC_EVAL_ECHO): New macro.
2429         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
2430         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
2431         removed.
2432         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
2433         exposed by quoting of eval argument.  Put the command on line line
2434         so it logs better.
2435         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
2436         (_AC_PATH_X, AC_PATH_X): Quote more safely.
2437         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
2438         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
2439         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
2440         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
2441         Use eval more safely.
2442         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
2443         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
2444         to be replaced.
2445         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
2446         lines, exposed by quoting of eval argument.
2448 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
2449         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2451         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
2452         initialization of `ac_cv_exeext', do not override it if it was
2453         already set, unless it was set to `no', for compatibility with
2454         Autoconf-2.13, and comment this.
2455         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
2456         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
2457         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
2458         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
2459         Document that this test may be overridden by setting
2460         `ac_cv_exeext'.
2462 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2464         Revert these two patches:
2466         2006-04-06  Eric Blake  <ebb9@byu.net>
2467         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
2468         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
2469         2006-04-01.
2471         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2472         Clean up _AC_COMPILER_EXEEXT* macros.
2473         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
2474           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
2475           ac_file to the name of the default output file and call
2476           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
2477           initial `rm' of the candidate files...
2478         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
2479           the same list in subsequent `rm' calls, and for the temporary
2480           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
2481           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
2482         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
2483         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
2484           no longer needed) by libtool.  Make it a cache check.
2485         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
2486           copied here by mistake.
2487         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
2488           _AC_COMPILER_EXEEXT.
2489         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
2490           _AC_COMPILER_OBJEXT directly.
2491         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2493 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2495         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
2496         Fix description of how the buggy `sed' works.
2498 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
2500         Sync from Automake:
2502         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
2503         ENOLCK.  Only mention `make -j' when applicable.  Only raise
2504         fatal errors when `make -j' is involved.  Improve error message.
2506 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2508         * doc/autoconf.texi (Here-Documents): We now know more about
2509         the variable expansion in here documents bug.
2510         Thanks to Tim Rice and Stepan Kasal.
2512         * doc/autoconf.texi (Making testsuite Scripts): Add an example
2513         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
2515 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2517         * tests/autotest.at (Multiline command from M4 expansion):
2518         No failure to be expected if the shell quotes newlines in
2519         commands in the `set -x' output.  Report by Tim Rice.
2520         * THANKS: Update.
2522 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2524         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
2525         expansion in the here-documents used by config.status, as that
2526         runs afoul of the Korn shell version M-12/28/93d bug described in
2527         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
2528         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
2529         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
2531 2006-05-23  Jim Meyering  <jim@meyering.net>
2533         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
2534         Fix typo introduced with 2006-04-02 change.  It reversed the sense
2535         of the test.
2537 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2539         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
2540         ac_dB slightly, to save bytes in the script.
2541         Max out at 50 lines, rather than 96; this is more likely
2542         (though not guaranteed) to avoid obscure 'sed' failures.
2544 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2546         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
2547         `tr -d -' as bad option argument.  Work around this by deleting
2548         an unrelated character.
2549         Report by Tim Rice <tim@multitalents.net>.
2551 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
2552             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2553             Stepan Kasal  <kasal@ucw.cz>
2555         * doc/autoconf.texi (Particular Programs): Do not promise that
2556         we always prefer the GNU version of the program, and that we
2557         search according to PATH; both rules can have exceptions.
2558         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
2559         AC_PROG_SED.  Move descriptions of limitations
2560         to the Limitations of Usual Tools section.
2561         (Limitations of Usual Tools) <sed>: Mention script length
2562         limitations with Solaris /usr/ucb/sed.
2563         <grep>: Fix wording for empty alternative.  Mention that -c and
2564         -l should not be combined, and that -E and -F should not be
2565         combined.
2567 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2568         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2570         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
2571         limits in Solaris 8 /usr/ucb/sed by testing a long script.
2573 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2575         * doc/autoconf.texi (Defining Symbols): Literal parameter of
2576         AC_DEFINE is now passed to m4_pattern_allow.
2577         * NEWS: Mention that; likewise for AC_SUBST.
2578         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
2579         the parameter to m4_pattern_allow.
2580         * tests/tools.at: Add a check for that.
2582 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2584         * lib/autoconf/status.m4: Fix typos.
2586 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2588         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
2589         only the files that this macro generates.
2591 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2593         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
2594         the HP-UX sed limitation of 99 commands, labels do not count.
2595         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
2596         in the comment.
2597         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
2599 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2601         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
2602         Import the following fix from coreutils:
2604         2006-01-13  Jim Meyering  <jim@meyering.net>
2606         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
2607         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
2608         not double-quote uses of that variable, to accommodate the rare
2609         case in which getmntent is available in none of the libraries
2610         checked.  This happens at least on FreeBSD 5.0.
2612 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
2614         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
2615         ac_config_guess, ac_config_sub, and ac_configure, since evidently
2616         some other programs unwisely rely on these undocumented vars.
2617         But put in warning comments about them.
2618         Problem reported by Ralf Wildenhues in
2619         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
2620         * NEWS: Document that these variables are intended to go away.
2622 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2624         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
2625         and set the language to C++ (analogous to the equivalent Fortran
2626         tests).
2628         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
2629         * doc/autoconf.texi (C++ Compiler): Document it.
2630         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
2631         * NEWS: Update.
2633 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
2635         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
2636         that caused config.status to generate 100-command sed scripts; the
2637         portable limit is 99.
2639 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2641         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
2642         variable `ac_d' instead of `d' to avoid infringing namespace.
2643         Report by Ralf Menzel.
2645 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
2647         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
2648         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
2649         * tests/tools.at (autoconf: subdirectories): New test, taken from
2650         the corresponding problem report by Ralf Wildenhues in:
2651         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
2653         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
2654         Quote some uses of shell variables if they might suffer unexpected
2655         globbing.  This doesn't fix all instances of quoting problems that
2656         I found, just the easy ones that look safe.
2657         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
2658         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
2659         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
2660         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
2661         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
2662         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
2663         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
2664         Likewise.
2665         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
2666         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
2668 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2670         * bin/autoreconf.in ($help): Reword according to the manual.
2671         Suggested by Olly Betts.
2673 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
2674         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2676         * bin/autoreconf.in: Pass the directory argument to
2677         `require_configure_ac'.  Fix comment.
2678         * tests/torture.at (Configuring subdirectories): Expose this.
2679         Reported by Olly Betts.
2681 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2683         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
2684         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
2685         Automake as follows:
2687         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
2688         `$configure_in' instead of `configure.in', to preserve
2689         directory component.
2691 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2693         * config/config.guess, config/config.sub, config/texinfo.tex,
2694         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
2696 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
2698         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
2699         test for C99 conformance; (bool) 0.5 is an integer constant
2700         expression, but (bool) -0.5 is not.  Problem reported by Fedor
2701         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
2703 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2705         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
2706         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
2707         Warn about obsolete install-sh files.  Remove stray sentence
2708         fragment and fix cross reference.
2709         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
2710         install -d; this undoes the 2006-05-10 change.
2711         (MKDIR_P): Mark with AN_MAKEVAR.
2712         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
2713         that we don't require $INSTALL to be thread-safe.  Move comments
2714         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
2715         of AC_PROG_INSTALL.  Output a message saying that we're checking
2716         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
2717         MKDIR_P instead of AC_SUBST.
2718         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
2719         Special magic for MKDIR_P, too.
2720         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
2721         a dnl.
2722         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
2724 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
2726         Sync from Automake, as follows:
2728         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2729         * config/install-sh: Initialize IFS, so field splitting isn't
2730         turned off later.
2731         * config/mkinstalldirs: Likewise.
2732         * config/missing: Remove superfluous quotes.  Replace all uses of
2733         `[' by `test', for consistency, and for..
2734         * config/missing (sed_minuso, sed_output): New variables.
2735         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
2736         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
2737         Fixes `missing' to detect `--output' for help2man.  Fixes
2738         PR automake/483.  Report by Dennis J. Linse.
2739         (autom4te): Document in `missing --help'.
2741 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2743         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
2744         * config/install-sh: Don't use 'path' to talk about file names,
2745         as per GNU coding standards.  Close a race condition reported by Ralf
2746         Wildenhues and Stepan Kasal.  There is still a race condition
2747         on hosts that predate Posix 1003.1-1992, but we can't help this.
2748         Don't mishandle weird characters like space on pre-Posix hosts.
2749         Invoke mkdir at most once per dir arg on pre-Posix hosts.
2750         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
2751         AC_PROG_MKDIR_P from AS_MKDIR_P.
2752         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
2753         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
2754         earlier editions are not (including Automake 1.8.3).
2755         Do not suggest mkinstalldirs for thread-safety.
2756         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
2757         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
2758         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
2759         presence of special characters and race conditions.
2760         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
2761         in Autoconf's name space.
2763 2006-05-10  Bruno Haible  <bruno@clisp.org>
2764         and Paul Eggert  <eggert@cs.ucla.edu>
2766         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
2767         from Automake with minor changes.
2768         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
2770 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2772         * config/install-sh: Update to Automake CVS version, as follows:
2773         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2774         * lib/install-sh: Simplify the expr implementation of dirname.
2775         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
2776         * lib/install-sh: Handle --, and diagnose unknown options.
2778 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2780         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
2781         `./autom4te' to create `./testsuite', since the `all' target
2782         will ensure its presence, but `installcheck' should not create
2783         the uninstalled wrappers.
2785         * tests/torture.at (Unusual Automake input files): Skip if we
2786         detect automake < 1.8.
2788 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2790         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
2791         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
2792         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
2793         * NEWS: Update.
2795 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2797         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
2798         munge (multiple) white space and other oddities.
2799         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
2800         single quotes in variable assignment.
2801         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
2802         and similar failures by adding multiple spaces, tabs, and other
2803         special characters.
2804         Report and different test suggested by Francesco Romani
2805         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
2807         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
2808         single quotes, we only need to search for single quotes; this
2809         both simplifies the search pattern, and makes us less
2810         susceptible to `echo' variations for arguments not containing
2811         single quotes.
2812         (_AC_ARG_VAR_VALIDATE): Likewise.
2814 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2816         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
2817         `$*' and IFS concatenation issue with traditional shells and
2818         bash-2.04.  Report by Seanster@Seanster.com.
2820 2006-05-03  Bruno Haible  <bruno@clisp.org>
2822         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
2823         precisely which Mac OS X versions have the od problem.
2825 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2827         * doc/autoconf.texi: Use @option systematically.
2829 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2830         and Bruno Haible  <bruno@clisp.org>
2832         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
2833         about 'od'.
2834         (Integer Overflow): Mention the special case of integer division
2835         overflow.
2837 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2839         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
2840         traditional shells like the Solaris one that do not use the
2841         first IFS character for assembling `$*'.
2842         Prompted by a related report from autoconf_bug@nro.ca.
2844 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
2845         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2847         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
2848         Mention more problems with the -e option.
2850 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2852         * NEWS: Typo.
2853         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
2855         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
2856         in URLs to improve DVI formatted output (requires texinfo 4.6).
2857         (System Services, Systemology, Shellology): Likewise.
2858         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
2859         output.
2861         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
2862         continuous text.
2863         (Runtime): Fix macro argument names to match description:
2864         `action-if-found' -> `action-if-true' and similarly.
2865         (Obsolete Macros): Likewise.
2866         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
2867         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
2868         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
2870 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2872         * doc/autoconf.texi (Limitations of Make): Clean up markup.
2874         * ChangeLog: Typo.
2875         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
2876         DVI output.
2878 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2880         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
2881         /bin/sh set unsorted output.
2882         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
2883         * tests/local.at: Likewise.
2885 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
2887         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
2888         (Integer Overflow, Null Pointers, Buffer Overruns):
2889         (Floating Point Portability, Exiting Portably): New sections.
2890         (Writing Test Programs): Fix some langauge.  Recommend exiting
2891         with status 1, not merely nonzero.  Clarify exit declaration.
2892         (Run Time): Move C exit status stuff to new Exiting Portably section.
2893         (Systemology): Mention Posix and levenez.  Update v7 reference.
2894         (Portable Shell): Mention the Posix shell.
2896 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2898         * bin/autoconf.as (me): Replace by as_me.
2900 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
2902         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
2903         since as_me isn't set yet.
2905 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2907         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
2908         a few minor bugs in this area.
2910         * doc/autoconf.texi (Programming in M4sh): Comment out the
2911         documentation of AS_BASENAME, for now.
2912         (Shell Substitutions): Do not use AS_DIRNAME in an example.
2913         (Limitations of Builtins) <basename>: Do not refer to
2914         AS_BASENAME.
2915         * bin/autoconf.as (me): Don't use AS_BASENAME.
2916         (dir): Remove the unused variable.
2917         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
2918         AS_DETECT_REQUIRED.  All uses changed.
2919         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
2920         All uses changed.
2921         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
2922         (AS_BASENAME): Use "basename --" to protect against leading "-".
2923         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
2924         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
2925         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
2926         (_AS_DIRNAME_PREPARE): Likewise.
2927         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
2928         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
2929         (AS_DIRNAME): Use "dirname --".
2931 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2933         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
2934         of "run time" and "run-time" changed to "runtime", for consistency.
2935         * lib/autoconf/fortran.m4: Likewise (in comment).
2936         * lib/autoconf/functions.m4: Likewise.
2937         * lib/autoconf/general.m4: Likewise.
2938         * lib/autoconf/headers.m4: Likewise.
2940         * doc/autoconf.texi (Run Time): Document the exit status situation
2941         with more accuracy and detail.
2943 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2945         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
2946         Archive is not officially `GNU' any more.  Update URL.
2947         (Defining Directories): Likewise
2948         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
2950 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2952         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
2953         newline from the `trap' code to finish `config.log'; the NetBSD
2954         /bin/sh resets the exit status after an empty command, as
2955         documented in doc/autoconf.texi.
2956         Reported by Dalibor Topic <robilad@kaffe.org>.
2958 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
2960         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
2961         Suggested by Bruno Haible.
2963 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
2965         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
2966         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
2967         Instead, just list the shells that we know work.
2968         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
2969         changed.  Be more cautious about the _cv_ variable.
2970         * tests/tools.at (Syntax of the shell scripts): Check the
2971         _cv_ variable once, at first, to avoid an internal autoconf error
2972         when sh -n does not work.
2974 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2976         * lib/Autom4te/FileUtils.pm: Sync from Automake.
2978 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
2980         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
2981         use ">&-" since we're only 99.999% sure that this is portable,
2982         and since the MinGW bug is fixed in a different way.
2983         * lib/autotest/general.m4 (AT_INIT): Likewise.
2985 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
2987         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
2988         before opening config.log, to avoid hitting a bug on MinGW.
2990 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
2992         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
2993         AS_MESSAGE_LOG_FD before reopening it onto the log file.
2994         This works around a MinGW bug reported by Eric Paire.
2995         Make sure that all writes to the log file append to it,
2996         rather than possibly losing data.
2997         * lib/autotest/general.m4 (AT_INIT): Likewise.
2999 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
3001         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
3002         description.
3004 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3006         * NEWS: Update.
3008         * configure.ac (AC_INIT): Bump to 2.59d.
3010 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3012         Version 2.59c.
3014         * Makefile.maint (news-date-check): Do not require a leading `*'
3015         before the release date in NEWS.
3017 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
3018         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3020         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
3021         the instantiated file do not contain the string 'datarootdir'
3022         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
3023         @mandir@, replace the reference '${datarootdir}' by the value.
3024         * tests/torture.at (datarootdir workaround): New test.
3025         * NEWS: Advertise this temporary fixup.
3026         Based on a patch by Bruno Haible, reported and analyzed by
3027         Paul Eggert and Noah Misch.
3029 2006-04-12  Eric Blake  <ebb9@byu.net>
3031         * tests/autotest.at (Debugging a failed test): Fix comment.
3033 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
3035         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
3036         all the changes since 2006-04-07.
3038 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3040         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
3041         succeeded, but `ln -s file dir' failed, take care to remove the
3042         leftover target before the next test, to prevent its spurious
3043         failure; also make sure `ln file dir' works before selecting it.
3044         Thanks to Keith Marshall for pointing this out.
3045         * THANKS: Update.
3047         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
3048         assignments in `at_debug_args', so that we put them correctly
3049         in the `run' script.
3050         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
3051         Reported by Eric Blake.
3053 2006-04-11  Eric Blake  <ebb9@byu.net>
3055         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
3056         top-level tests after micro-suite has been run.   Used in...
3057         (Debugging a successful test, Debugging script and environment),
3058         (Debugging a failed test): ...these new tests.  The first of these
3059         is fixed by...
3060         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
3061         macro, split out from...
3062         (AT_INIT): ...here, so that using -d also generates a run script.
3063         Document that -d inhibits top-level logging.
3064         * doc/autoconf.texi (testsuite Invocation): Document that -d only
3065         inhibits top-level logging; debug scripts are created.
3067         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
3068         check.
3069         * tests/autotest.at (Empty test, Empty check): New test to check it.
3071         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
3072         from gcc.
3074 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
3076         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
3077         the files if a problem appears.  Make the empty *.at files
3078         read-only, too.  Proposed by Ralf Wildenhues.
3080 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3082         * config/Makefile.am: Add comment to force updated Makefile.in.
3084         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
3085         space only patch to this file, this patch causes the Makefile.in
3086         files that include freeze.mk to be updated, and thus have a
3087         newer time stamp again, which in turn makes a pristine CVS
3088         checkout have correct time stamps.
3090         * Makefile.maint (cvs-sv): New macro, to be used..
3091         (config.guess-url_prefix, config.sub-url_prefix)
3092         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
3093         point to CVS text checkout of Gnulib files.
3094         (copyright-check): Bump current year.
3095         (announcement): Do not hard-wire `./announce-gen'.
3096         (cvs-update): Propagate failures of `cvs' and `move-if-change'
3097         correctly.
3098         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
3099         `chmod +x'.
3100         (wget_files): Update config.guess, config.sub, texinfo.tex by
3101         `wget-update', now that their URLs work again.
3103 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3105         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
3106         Problem noted by Paul D. Smith.
3108 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3110         * doc/autoconf.texi: Remove unused words from word list.
3111         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
3112         .x-sc_trailing_space: New files.
3114         * doc/standards.texi: Sync from gnulib.
3116         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
3117         `LIBOBJDIR' as experimental.
3119         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
3120         with a target directory; it's internally implemented as `cp'
3121         anyway, but since Autoconf advertises the possibility to use
3122         a target directory when LN_S is `ln -s', we need to find out.
3123         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
3124         analyzed by Keith Marshall <keith.marshall@total.com>.
3126         * THANKS: Update.
3128 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3130         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
3131         confdefs.h as-is.  In general, if it has backslash-newline or the
3132         like, then it doesn't work either to sort or to remove empty
3133         lines.
3135 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
3137         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
3139 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
3141         * lib/autom4te.in (Automake-preselections): Preselect
3142         _AM_SUBST_NOTMAKE.
3144 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
3146         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
3147         apostrophe within a single-quoted string, as this is the usual
3148         tradition and is easier to read than '"'"'.  Don't rely on the
3149         shell treating "$/" like '$/'.  Use a more-consistent indenting
3150         style for the trap.
3152 2006-04-09  Eric Blake  <ebb9@byu.net>
3154         * tests/autotest.at (Backquote command substitution),
3155         (Multiline backquote command substitution): Remove mistaken
3156         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
3157         applied...
3158         (Parenthetical command substitution, Multiline parenthetical
3159         command substitution): here.
3161 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
3163         Import macros from gnulib (often changing their name).
3165         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
3166         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
3167         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
3168         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
3169         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
3170         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
3171         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
3172         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
3173         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
3174         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
3175         The manual mentions Gnulib more prominently.
3176         * doc/autoconf.texi (Gnulib): New node.
3177         (Pointers): Add Gnulib URL.
3178         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
3179         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
3180         Gnulib section.
3181         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
3182         suggest a #define rather than a typedef for _Bool, and mention
3183         Gnulib rather than trying to substitute stdbool code.
3184         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
3185         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
3186         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
3187         AC_STRUCT_DIRENT_D_TYPE.
3188         (Particular Types): Mention stdint.h and inttypes.h as standard
3189         headers too.
3190         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
3191         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
3192         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
3193         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
3194         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
3195         (C Compiler): Move AC_C_LONG_DOUBLE to ...
3196         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
3197         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
3198         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
3199         (Coding Style).  Don't mention m4_expand_once.
3200         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
3201         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
3202         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
3203         (AC_CHECK_FUNCS): Use it.
3204         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
3205         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
3206         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
3207         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
3208         (AC_HEADER_ASSERT): New macro.
3209         (AC_HEADER_STDBOOL): Don't assume "#error" works.
3210         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
3211         Catch a bug in an HP-UX C compiler.
3212         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
3213         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
3214         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
3215         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
3216         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
3217         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
3218         New macros.
3220         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
3221         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
3223 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
3225         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
3226         of the warning introduced by the 2001-08-28 change.
3228 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
3229             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3231         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
3232         variables shall be overriden by the cache.
3233         * tests/torture.at (AC_ARG_VAR): Test also with a first value
3234         that contains braces.
3236 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
3238         Revert the patch from 2006-04-01 and only improve
3239         _AS_DETECT_BETTER_SHELL:
3241         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
3242         skip nonexistent directories.
3243         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
3244         only shell candidates which exist.
3245         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
3246         * lib/autotest/general.m4 (AT_INIT): No need to give three
3247         parameters to _AS_PATH_WALK.
3249 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
3250             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3252         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
3253         distinguish m4sugar macros.
3254         * tests/tools.at (autoupdating with aclocal and m4_include):
3255         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
3256         test case by Noah Misch <noah@cs.caltech.edu>.
3258 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
3260         Revert my change from 2006-03-17, in other words:
3261         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
3262           and DUALCASE=1.
3263         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
3264         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
3265           it is set.
3267 2006-04-07  Eric Blake  <ebb9@byu.net>
3269         * doc/autoconf.texi (Programming in M4sh): Document that
3270         AS_MKDIR_P exits the script on failure.
3271         * lib/autotest/general.m4: Remove redundant AS_ERROR.
3273 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3275         * config/elisp-comp, config/install-sh, config/mdate-sh,
3276         config/missing, config/mkinstalldirs: Sync from Automake.
3278         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
3279         from Automake.
3281         * doc/make-stds.texi: Sync from gnulib.
3283 2006-04-06  Eric Blake  <ebb9@byu.net>
3285         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
3286         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
3287         2006-04-01.
3289 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
3290             Eric Blake  <ebb9@byu.net>,
3291             Paul Eggert  <eggert@cs.ucla.edu>,
3292             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3294         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
3295         whether `set' quotes correctly: redirect stderr of the tested
3296         `set', and use a subshell, for Ultrix; use `sed' instead of
3297         `grep' for zsh `set' which may write binary output; match only
3298         at the beginning of a line, to avoid false positives.
3299         In order to avoid false positives by unrelated variables with
3300         multiline content, put the dump algorithm in a subshell and
3301         unset all variables containing newlines (except some which are
3302         special to the shell).  Warn about cache variables that are
3303         unset.
3305 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3307         * config/config.guess, config/config.sub, config/texinfo.tex:
3308         Sync from upstream.
3310         * tests/mktests.sh: Reword comments.
3312         * tests/mktests.sh: Only skip internal macros starting with
3313         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
3314         Update exclusion lists for the test suite to this end:
3315         (AC_ARG_VAR): Do test this now.
3316         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
3317         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
3318         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
3319         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
3321         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
3322         shell issue with double-quoted command substitutions of native
3323         commands.
3324         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
3325         Marshall.
3327         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
3328         no file matches the glob, discard the warning, set `nullglob'.
3329         (syntax-check): Likewise.
3330         (sc_cast_of_x_alloc_return_value): Likewise.
3331         (sc_cast_of_alloca_return_value, sc_error_exit_success)
3332         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
3333         (m4-check): Likewise.
3334         (sc_system_h_headers): Do not print rule on execution.
3335         (sc_tight_scope): Do not fail for non-existing `src' directory.
3336         (sc_changelog): Skip the Copyright footer.
3337         * lib/autoconf/lang.m4: Remove trailing space.
3339         * lib/autoconf/status.m4: More replacements to
3340         <tab><space> where this makes sense.
3342 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
3344         * tests/Makefile.am (maintainer-check-posix):
3345           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
3347         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
3348           ac_config_<foo>s again, sometimes normalized, sometimes not.
3349         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
3350         (AC_CONFIG_COMMANDS): Do not do so here.
3351         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
3352           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
3353           2005-07-25 rewrite.  Noticed by Noah Misch.
3355         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
3356           _AC_PRESERVE_HELP_ORDER, ...
3357         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
3359         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
3360           inside m4_expand_once; it is redundant.
3362         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
3363           for --help from Cygnus `configure.'
3365 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
3367         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
3368         on a patch proposed by Ralf Wildenhues.
3370 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3372         * lib/autoconf/status.m4: Replace <space>''<tab> with
3373         <tab><space> where this makes sense.
3375 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
3376             Noah Misch  <noah@cs.caltech.edu>
3378         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
3379         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
3380         * doc/autoconf.texi (Help Formatting): New node.
3381         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
3383 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3385         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
3386         lib/autoconf/specific.m4, lib/autoconf/status.m4,
3387         lib/autoconf/types.m4, lib/autotest/general.m4,
3388         tests/mktests.sh, tests/torture.at: White space cleanup:
3389         remove some SPACE before TAB, or add quoting ('' or @&t@).
3391         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
3393         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
3395 2006-04-05  Eric Blake  <ebb9@byu.net>
3397         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
3398         empty test suite works.
3399         * tests/autotest.at (Empty test suite): Remove xfail.
3401 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
3403         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
3404         TAGS to ac_config_<foo>s.
3405         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
3406         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
3407         normalizing it, consistent it with previous releases.
3408         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
3410 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3412         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
3413         Use simplified args that Eric Blake originally suggested.
3415 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3417         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
3418         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
3419         Use 'comm' rather than N instances of grep; this also fixes a bug
3420         whereby substrings were incorrectly matched, causing us to not
3421         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
3422         (exclude_list): Exclude empty macros.
3423         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
3425         Use awk rather than grep -E or egrep, to avoid
3426         portability problems with regular expressions containing newlines.
3427         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
3428         Switch from grep to awk syntax.
3429         (ac_exclude_script): Renamed from ac_exclude_egrep.
3430         (au_exclude_script): Renamed from au_exclude_egrep.
3432 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
3434         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
3435         a subdirectory subject to Cygnus `configure'.
3436         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
3438         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
3439         report request when we have no AC_PACKAGE_BUGREPORT.
3441 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3443         * THANKS: Update.
3445         * tests/mktests.sh: Update copyright year in the header of the
3446         generated files.
3448         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
3449         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
3450         typedef'ed restricted pointer, to catch a compiler bug on
3451         HP-UX 11.x, and fix warnings so it passes with -Werror.
3452         (_AC_PROG_CC_C99): Likewise.
3453         Reported by Albert Chin <china@thewrittenword.com>.
3454         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
3456 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3458         * bin/autoscan.in (subdirs): New global.
3459         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
3460         (output): Emit AC_CONFIG_SUBDIRS as needed.
3461         * tests/autoscan.at (autoscan): Remove XFAIL.
3463 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3465         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
3467 2006-04-03  Eric Blake  <ebb9@byu.net>
3469         * THANKS: Add myself.
3471 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3473         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
3474         to log, point to testsuite output tree.
3476 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3478         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
3479         * doc/autoconf.texi (Function Portability): Mention that C++
3480         has trouble with 'exit'.
3481         (Guidelines): Test programs shouldn't use 'exit'.
3482         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
3483         Remove; all uses removed.
3484         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
3485         Return from 'main' instead of calling 'exit'.
3486         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
3487         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
3488         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
3489         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
3490         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
3491         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3492         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
3493         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
3494         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
3495         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
3496         * tests/compile.at: Likewise.
3498 2006-04-02  Pavel Roskin  <proski@gnu.org>
3500         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
3502 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3504         Clean up _AC_COMPILER_EXEEXT* macros.
3506         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
3507           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
3508           ac_file to the name of the default output file and call
3509           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
3510           initial `rm' of the candidate files...
3511         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
3512           the same list in subsequent `rm' calls, and for the temporary
3513           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
3514           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
3515         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
3516         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
3517           no longer needed) by libtool.  Make it a cache check.
3518         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
3519           copied here by mistake.
3520         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
3521           _AC_COMPILER_EXEEXT.
3522         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
3523           _AC_COMPILER_OBJEXT directly.
3524         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3526 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3528         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
3529         (AS_DIRNAME): Use it.
3530         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
3532         * tests/*.at: Remove the generated ones.
3534 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3536         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
3538 2006-04-01  Eric Blake  <ebb9@byu.net>
3540         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
3541         directories, unless optional third argument supplied.
3542         (AS_UNAME): Don't optimize PATH walk.
3544         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
3546 2006-04-01  Eric Blake  <ebb9@byu.net>
3547         and Stepan Kasal  <kasal@ucw.cz>
3549         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
3550         and fix some typos.
3552 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
3554         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
3555         Autoconf version number despite a zero- or one-argument AC_INIT.
3557         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
3558         subordinate tools.
3559         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
3560         * doc/autoconf.texi (autoreconf Invocation): Document it.
3562         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
3563         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
3565 2006-04-01  Eric Blake  <ebb9@byu.net>
3567         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
3568         * lib/autotest/general.m4: Be tolerant of existing directory when
3569           rm failed to remove it.
3571 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3573         * bin/autoupdate.in: Redefine m4_location so that warnings print
3574         the correct lines of the input file by subtracting..
3575         (_au__first_line): ..this new definition.
3577         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
3578         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
3579         Remove stray newline in output.
3580         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
3581         AC_DEFUN this for autoconf, including the obsoletion diagnose.
3582         Fixes autoupdating of code where the replacement output contains
3583         m4sugar macros.
3584         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
3585         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
3586          (au_exclude_list): Add AC_LANG_SAVE.
3587         * tests/tools.at: Several new tests for all of this.
3588         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
3589         hairy details.
3590         The AC_LANG_SAVE issue was reported against Libtool by
3591         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
3592         Kristian Kvilekval <kris@cs.ucsb.edu>.
3594 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3596         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
3597           switch all of them on and of when necessary.  Fixes the bug when
3598           m4sugar macros (e.g., m4_define) were expanded after the first
3599           automatic update (e.g., after AC_PREREQ or AC_INIT).
3601 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
3603         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
3604         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
3606         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
3607         correctly.  Problem reported by Eric Blake.
3608         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
3609         Ralf Wildenhues.
3611 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3613         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
3614         Tighten up the basename/dirname wording.
3616 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3618         * Makefile.maint (sc_texi_notab): New check: do not use TABs
3619         in texinfo files outside of verbatim environments.
3620         (syntax-check-rules): Update.
3621         * doc/autoconf.texi (Configuration Headers): Conform to it.
3623 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
3625         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
3626           aclocal cannot be given on the command line.
3628 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3630         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
3631         Give an example for AS_DIRNAME instead of referring to Posix..
3632         (File System Conventions): Put discussion of // versus / here, and
3633         modernize it a bit.
3634         (Limitations of Usual Tools): Add basename.  Remove verbiage
3635         after dirname, since it got moved to the above sections.
3636         All this was inspired by a patch proposed earlier by Eric Blake.
3638 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3640         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
3641         `$0' to protect against spaces.
3642         * lib/autotest/general.m4 (AT_INIT): Likewise.
3643         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
3644         `$0', $as_me.
3646 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3648         * bin/autoscan.in: The value of find_configure_ac should be
3649         checked for existence, so we don't barf over a nonexisting
3650         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
3652 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3654         * bin/autoupdate.in: Fix some typos.
3656 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
3658         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
3660         * lib/autoscan/autoscan.list: Refreshed.
3662 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3664         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
3665         and Erlang related variables.
3667         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
3668         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
3669         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
3670         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
3671         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
3672         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
3673         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
3674         (_AC_PROG_OBJC_G): New macros.
3675         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
3676         * doc/autoconf.texi (Objective C Compiler): New node.
3677         (Preset Output Variables): Document OBJCFLAGS.
3678         (Language Choice): Document `Objective C' language.
3679         (Fortran Compiler): Fix typo.
3680         * NEWS: Updated.
3681         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
3683 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
3685         * doc/autoconf.texi (Default Includes): Fix typo
3686           s/AC_HEADERS_STDC/AC_HEADER_STDC/
3687         (Limitations of Usual Tools): s/unwriteable/unwritable/
3688         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
3689           Fix typos in the comments.
3691 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
3693         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
3694           Factor out the warning to...
3695         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
3696         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
3697         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
3699         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
3700           case `ac_delim' when writing the sed script.
3702         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
3703           moved DUALCASE=1 ...
3704         (AS_SHELL_SANITIZE): ... here.
3705         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
3706           that it is set.
3708         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
3709           AC_SUBST.
3710         (_AC_PATH_PROG): Store the result to VARIABLE.
3711         (AC_PATH_PROG): No need to set VARIABLE again.
3713         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
3714           the first one is usual AT_CHECK_MACRO test, the second one checks
3715           that the same works when cross-compiling.
3716         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
3717         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
3719 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3721         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
3722         the directory `/usr/bin/posix' in the shell search, to prefer
3723         the Posix shell not only in subsequent spawns as with `$BIN_SH'
3724         on Tru64.
3726         * doc/autoconf.texi (contents): To fix texi2html output, hide
3727         `@setcontentsaftertitlepage' for HTML.
3728         (Writing Autoconf Macros): Likewise, insert space after `@c'.
3729         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
3730         `@,{c}'.
3732 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
3734         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
3735           sanitizing...
3736         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
3737         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
3738           why IFS is restored so late; thank you, Ralf, for reminding us.
3740 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
3742         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
3743           variables in the examples.
3745 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3747         * doc/autoconf.texi (several sections): Cleaned up documentation for
3748         macros in erlang.m4.
3750 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3752         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
3753         failure condition for `$(cmd)' style command substitutions.
3754         (Parenthetical command substition, Multiline parenthetical
3755         command substition): Use it.
3757         * doc/autoconf.texi (Special Shell Variables): Missing word.
3758         Reported by Keith Marshall <keith.marshall@total.com>.
3760         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
3761         IFS even in case of empty `$PATH'.
3763 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3765         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
3766         `expr' away if there is nothing to do.
3767         < --keywords >: Simplify and robustify argument handling.
3768         Revert erroneous comment from 2005-08-23.  Extend to allow
3769         keyword negation with `!'.
3770         Update help message.  Remove broken code to prevent running
3771         tests multiple times.
3772         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
3773         Update and fix the documentation accordingly.
3774         * tests/autotest.at (Keywords): Renamed to..
3775         (Keywords and ranges): .. this.  Extended to make sure negated
3776         keywords, keywords taken from AT_SETUP arguments, and numeric
3777         test ranges work, and that matching is case-insensitive.
3779 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3781         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
3782         allow to pass unnamed structs even in C++.
3783         (AC_CHECK_SIZEOF):  Likewise.
3784         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3785         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
3786         struct): New tests for unnamed structs, each both native and
3787         cross-compiling.
3789         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
3790         a structure inside a cast, for C++ conformance.
3791         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
3792         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3794         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
3795         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
3796         trying to execute the command `no'.
3798         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
3799         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
3800         expanded outside.
3802         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
3803         example.  Do not emphasize `$%', it is hardly new and special.
3804         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
3806         * doc/autoconf.texi (Limitations of Usual Tools): Document
3807         OpenBSD and traditional `grep' failure to handle multiple
3808         patterns separated by newlines.
3810 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3812         * doc/autoconf.texi (several sections): Add documentation for macros
3813         in erlang.m4.
3815 2006-03-10  Eric Blake  <ebb9@byu.net>
3817         * doc/autoconf.texi (Obsolete Macros): Fix wording of
3818         AC_TRY_LINK_FUNC.
3820 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
3822         * doc/autoconf.texi: Use @acronym more consistently for acronyms
3823         like BSD, GPL, LGPL.  Fix minor English typos.
3824         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
3825         Mention that these macros are becoming obsolete.
3826         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
3827         Use more modern terminology for which standard is what.
3828         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
3829         and to ansi2knr.
3830         (AC_PROG_CXX): Likewise.
3831         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
3832         Remove obsolete discussion about how to port to K&R.
3833         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
3834         the obsolescent AC_HEADER_STDC.
3835         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
3836         can't rely on it.
3838 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3840         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3841         Remove stdin redirection from /dev/null to allow pipe to work.
3843 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
3845         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3846         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
3847         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
3848         Ralf Wildenhues.
3850 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3852         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
3853         HP-UX sed is 99 commands, not 100.
3854         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
3855         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
3856         newline for portability.
3857         * tests/torture.at (Torturing config.status): Also test 100
3858         AC_SUBST_FILE invocations.  Fix test to actually verify the
3859         AC_CONFIG_FILES output.
3860         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
3861         command, label, and read-file `r' limits.  Unify HP-UX spelling.
3863         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
3864         non-suffix rule.
3865         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
3866         non-GNU make.
3867         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
3868         * tests/mktests.sh: Small shell portability fixes.
3870 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3872         * doc/autoconf.texi (Caching Results): Fix the examples to use a
3873         recommended quoting style and discard unwanted output.
3875 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3877         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
3878         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
3879         cases, and to work around Tru64 expr bug.
3881 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3883         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
3884         expr bug that turns the result of a regex match into a number if
3885         possible.
3887 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3889         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
3890         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
3891         in section `Specific Compiler Characteristics'.
3893 2006-03-04  Eric Blake  <ebb9@byu.net>
3895         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
3896         variable warning.
3898 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3900         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
3901         order of variable initialization, so even the Solaris 2.6 shell
3902         can create a config header correctly.  Fixes lots of test suite
3903         failures.
3905 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3907         * doc/autoconf.texi (Text processing Macros): New node to
3908         document the m4sugar macros m4_re_escape, m4_tolower,
3909         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
3911 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
3913         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
3914         XrmInitialize (0) -> XrmInitialize ().
3915         Reported by Toshio Kuratomi.
3917 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3919         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
3920         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
3921         * doc/autoconf.texi (Programming in M4sh): Adjusted.
3922         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
3923         both macros are defun'ed so that required macros are evaluated
3924         outside.
3926         * doc/autoconf.texi (Prerequisite Macros): State more precisely
3927         where a required macro will be expanded.
3928         (Coding Style): Another reason not to use `m4_define'.
3930 2006-02-21  Eric Blake  <ebb9@byu.net>
3932         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
3934 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3936         * doc/autoconf.texi (Looping constructs): New node, to
3937         document m4_for, m4_foreach, m4_foreach_w, and mention
3938         obsolete AC_FOREACH.
3939         (Obsolete Macros): Document AC_FOREACH.
3940         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
3941         (m4_for): Fix to never loop (almost) endlessly, work correctly
3942         with arithmetic expressions in arguments, a step of zero or
3943         non-integer multiple of the interval, and avoid integer
3944         overflow.
3945         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
3946         m4_foreach_w.
3948 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3950         Add basic support for Erlang, both for configuring Erlang/OTP
3951         tools, and Erlang as a conf test language.
3952         * lib/autoconf/erlang.m4: New file.
3953         * lib/autoconf/autoconf.m4: Add erlang.m4.
3954         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
3955         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
3956         * NEWS: Add short description of new macros.
3957         * THANKS: Add Romain Lenglet.
3959 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3961         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
3962         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
3964 2006-02-15  Eric Blake  <ebb9@byu.net>
3966         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
3967         warning.
3969 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3971         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
3972         (_AS_CASE): Private helper macro.
3973         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
3974         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
3975         Fix syntax of AS_IF description
3976         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
3977         for the AC_REQUIRE mess.
3978         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
3979         AS_SHELL_SANITIZE.
3981 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
3983         * doc/autoconf.texi: Minor style cleanup.
3984         Be consistent about spaces after commas.
3985         Insert [] where empty args look a bit funny.
3986         Fix some "i.e." and "e.g." usages.
3987         Try to avoid "X/Y" usages.
3988         Don't be pedantic about "ISO C99"; just say C99.
3989         Prefer GNU style for spaces in front of parens.
3990         (Function Portability): Comment about C89 versus C99
3991         signed integer division.
3992         (Particular Headers): Use current gnulib style for dirent
3993         includes.
3995 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
3996         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3998         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
3999         macros without parameters.
4000         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
4001         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
4002         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
4003         `$#' bug.
4004         (autoupdate): Updated to match AU_ALIAS fix.
4006 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4007         and Paul Eggert  <eggert@cs.ucla.edu>
4009         * doc/autoconf.texi (Programming in M4sh): Document
4010         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
4012 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4014         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
4015         (AS_BOURNE_COMPATIBLE): ..this.
4016         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
4018 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
4020         * doc/install.texi (Defining Variables): Tighten up the
4021         CONFIG_SHELL wording.
4023 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
4024         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4026         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
4027         of (set -o) rather than testing whether (set -o posix) succeeds,
4028         to work around a bug in the AIX 5.3 shell.  Problem originally
4029         reportd by Howard Chu for libtool.
4031 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
4033         * doc/autoconf.texi (Running the Compiler, Running the Linker):
4034         Changes the macro arguments in summaries to match the
4035         descriptions.
4037 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
4039         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
4040         hint as ``a workaround for a bug.''
4042 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4044         * bin/autoreconf.in: New option `--no-recursive'.
4045         Improve wording for subpackages a bit.
4046         * doc/autoconf.texi (autoreconf Invocation): Updated.
4047         * NEWS: Updated.
4049         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
4050         in environment of `configure', not the command line.
4051         Reported by Howard Chu <hyc@highlandsun.com>.
4053 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
4055         * doc/autoconf.texi (Limitations of Builtins): Document the
4056         problem with "trap -".
4058 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
4060         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
4061         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
4062         messages to differentiate Fortran and Fortran 77 tests.
4063         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
4064         AC_LANG_ASSERT, to allow use in mixed-language projects.
4066 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4068         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
4069         FOO" to "defined (FOO)".
4070         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
4071         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
4072         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
4073         * tests/tools.at (ifnames): Likewise.
4075 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4077         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
4078         * lib/Autom4te/General.pm (mktmpdir): Likewise.
4079         (END): Improve error message a bit.
4080         Reported by Bruce Korb <bkorb@gnu.org>.
4082 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4084         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
4085         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
4087 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
4089         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
4090         requires sys/stream.h.  Reported by Oliver Kiddle.
4092 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4093             Stepan Kasal  <kasal@ucw.cz>
4095         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
4096         before the removals of test dirs, use `find' to avoid modification
4097         of symlinked directories.
4099 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
4101         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
4102         Don't ignore the macro arguments.
4104 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
4106         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
4107         declaration that works for MSVC.
4109 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4111         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
4112         Add `*.map' and `.inf' for Green Hills compiler.
4113         Reported by Stefan Seefeld <stefan@codesourcery.com>.
4115         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
4116         correctly: pad with spaces after FIRST_PREFIX if necessary,
4117         and compute string lenghts with `m4_qlen' instead of `m4_len'.
4118         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
4119         * tests/m4sh.at (AS_HELP_STRING): Test extended.
4120         * NEWS: Updated.
4121         Reported by numerous people, numerous times.
4123 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4125         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
4126         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
4127         * lib/autoconf/general.m4, lib/autoconf/status.m4:
4128         * lib/autotest/general.m4, tests/local.at:
4129         Update copyright year to 2006.
4131         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
4132         sed substitutions.
4133         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
4134         for file names, again.  Reported by Noah Misch.
4135         (Coding Style): Explain that s|a|b| is preferred for file names.
4136         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
4137         (AC_OUTPUT_MAKE_DEFS): Likewise.
4138         * lib/autotest/general.m4 (AT_INIT): Likewise.
4139         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
4140         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
4142         Fix Posix-conformance bugs re use of { command in sed scripts,
4143         and improve the sed-related documentation a bit.
4144         * doc/autoconf.texi (Installation Directory Variables): Use
4145         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
4146         rather than "sed" when talking about Sed in general.
4147         (Particular Programs): Likewise.
4148         (Coding Style): y is like s with respect to / and ,.
4149         (Limitations of Usual Tools): Document the weird restrictions
4150         that Posix has about { }.  Use better quoting.
4151         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
4152         Rewrite to conform to Posix rules about { } in sed scripts.
4153         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
4154         * tests/foreign.at (Libtool): Likewise.
4155         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
4156         Use our own style advice re 's,a,b,' versus 's|a|b|'.
4158 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4160         * lib/autoconf/status.m4: Fix typo.
4162         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
4163         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
4164         `-def', for the benefit of Portland `pgf90 -Mipa'.
4165         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
4167 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4169         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
4170         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
4171         shell from zsh to bash.
4173 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
4175         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
4176           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
4178 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4180         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
4181         parentheses in $(...).  Problem reported by Eric Blake.
4183 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4185         * doc/autoconf.texi (Limitations of Usual Tools):
4186         Mention which characters can be escaped with \ in portable regular
4187         expressions used in grep, sed, expr.  Mention the leading ^ problem
4188         with expr.  Clean up some confusing wording.  Mention which
4189         grep options are portable.
4191 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
4193         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
4195 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
4197         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
4198         patch, noted by Ralf Wildenhues.
4200 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4202         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
4203         posix' unconditionally, for pdksh in `native sh' emulation.
4205 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
4207         * doc/autoconf.texi (Shellology): Document eval $? problem
4208         with ash.
4209         (Limitations of Builtins): Likewise.
4211 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4213         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
4214         CONFIG_SHELL in the environment of the configure rerun.
4215         * doc/autoconf.texi (Here-Documents, config.status Invocation):
4216         Suggest passing CONFIG_SHELL absolute, and in the environment
4217         rather than as option.
4219 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4221         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
4222         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
4223         Fix macro quoting.  Fix output for n * 98 substituted variables.
4225 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4227         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
4228         `tmp' to avoid file removal race.
4230 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4232         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
4233         ac_clean_files and LIBOBJS.
4235 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4237         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
4238         Factor functionality to..
4239         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
4240         `AC_SUBST($1)' in the public version.
4241         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
4242         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
4243         ac_pt_* variables.
4245 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
4247         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
4248         filesystems.
4250 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4252         * NEWS: Move AH_HEADER mention to right place.
4254 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
4256         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
4257         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4259 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
4261         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
4262         conftst2.$ac_objext.
4263         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4265 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
4267         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
4268         conftest.o, to see whether the compiler really obeys; rm the object
4269         file before and after the test and register it with ac_clean_files.
4270         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4272 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
4274         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
4275         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
4276         code so that the most common case requires less forks.
4278 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
4280         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
4281         not portable; thanks to Paul Eggert and Alexandre.
4283         * NEWS: Fix an old typo.
4285 2005-10-20  Jim Meyering  <jim@meyering.net>
4287         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
4288         the latter'', in two places.
4290 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4292         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
4293         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
4294         the inner workings of AC_LANG_FUNC_LINK_TRY.
4295         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
4296         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
4297         by the function rather than ignoring it.
4298         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
4299         comparing its address.  Intel's interprocedural optimization was
4300         outsmarting the old heuristic.  Problem reported by
4301         Mikulas Patocka.
4303 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
4305         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
4307 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4309         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
4310         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
4312 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
4314         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
4315         before removing it (chmod -R u+rwx); there are three instances of this.
4317 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4318             Stepan Kasal  <kasal@ucw.cz>
4320         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
4321         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
4322         make its content writable before removing it.  Remove an errorneous
4323         comment from the end, where the logs of the failed tests are copied
4324         to the main log file.
4326 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
4328         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
4329           in case the computer is too quick.  Double quote the configure.ac
4330           snippets.
4332         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
4333           problems if the testsuite were running too fast.
4335 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4337         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
4338         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
4339         (which belong to Xt, not X itself).  See Debian bug 327655.
4340         * NEWS: Mention this.
4342 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
4344         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
4346 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4348         * config/move-if-change: Don't output "$2 is unchanged";
4349         suggested by Ben Elliston.  Handle weird characters correctly.
4351 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
4353         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
4354           calls, so that the final expansion of this macro is shorter.
4355           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
4356           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
4357           the cleanup there.  Use AS_VAR_* macros, to be more general.
4358         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
4360         * lib/autoconf/general.m4: Use AS_IF where appropriate.
4362         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
4364 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
4366         * doc/autoconf.texi (Configuration Headers): Add an index entry
4367           for AH_HEADER.
4369 2005-08-26  Pavel Roskin  <proski@gnu.org>
4371         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
4372         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
4373         running xmkmf.
4375 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
4377         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
4378         The previous patch didn't work, so try a better one.
4380 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
4382         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
4383         in the example.  Reported by Bruno Haible.
4384         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
4385         "if $undefined_var;" succeeds with my shell.
4387         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
4388         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
4389         but change the m4_divert_text to m4_divert_once.
4391 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4393         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
4394         Work around bug in Solaris /usr/xpg4/bin/awk.
4395         The bug is present in at least Solaris 8 through 10.
4397 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
4399         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
4400         some evil values and relying on the fact that $* concatenates the
4401         parameters by the first character from IFS.
4403 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
4404             Stepan Kasal  <kasal@ucw.cz>
4406         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
4407         first header appears, define AH_HEADER.
4408         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
4409         Update limitations about when to call AC_CONFIG_HEADERS.
4410         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
4411         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
4412         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
4413         ``Configuration Actions''; fix their index entries.
4415         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
4416         options correctly.  Process N-M as M-N if M is smaller than N.
4417         Process ranges correctly so that N-N will run only N.
4418         Sort and uniquify the tests that will be run.  If there is more
4419         than one test, reinsert the banners for the tests.
4420         * tests/autotest.at (Keywords): Unmark XFAIL.
4422 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
4424         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
4425           before passing the macro name to AH_TEMPLATE.
4427         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
4428           now opens log after option processing; in particular, --version
4429           and --help do not touch config.log.
4431         * Makefile.maint: Revert the change from 2005-08-12.
4433 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
4435         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
4436           common code to...
4437         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
4439 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4441         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
4442         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
4443         Language cleanup.
4445         * doc/autoconf.texi (Defining Symbols, Changed Results):
4446         Prepend to LIBS, not append, in examples.
4448 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
4450         When building in place, set srcdir="."; suggested by Tim Van Holder.
4452         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
4453           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
4454         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
4455         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
4456           does not mean "no --srcdir option".
4458 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4460         * tests/autoscan.at (autoscan): New file.
4461         * tests/suite.at: Use it.
4462         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
4463         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
4465         * tests/autotest.at (Keywords): Test keywords combinations.
4467 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
4469         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
4470           add "2>&1"; gzip 1.2.4 prints help on stderr.
4472 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
4474         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
4475         was pushdef'ed twice while popped only once.  Push it only once.
4476         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
4478 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
4480         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
4481         prefixed by mere "===", not "configure: === ".
4483 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
4485         * Makefile.maint: Update from Bison.
4487         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
4488         "<tab>" in comment, so that the point is understandable.
4490 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
4492         Rewrite substantial part of lib/autoconf/status.m4.
4493         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
4494         and CONFIG_COMMANDS are not processed in four separate loops.
4495         Instead, there is one main loop.  This alows that the common code
4496         is expanded only once, thus config.status (and configure) is smaller.
4498         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
4499         the AC_LIST_FILES and cousins macros are no longer used.
4501         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
4502         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
4503         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
4504         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
4505         contain the initialization, nor the for loop, nor the associated
4506         commands; all these go to ...
4507         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
4508         _AC_OUTPUT_CONFIG_STATUS.
4509         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
4510         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
4511         (_AC_OUTPUT_FILE): The creation of the sed script ...
4512         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
4513         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
4514         _AC_OUTPUT_MAIN_LOOP.
4515         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
4516         _AC_CONFIG_COMMANDS): Use ...
4517         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
4518         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
4519         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
4520         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
4521         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
4522         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
4523         ... new macros.
4524         (_AC_CONFIG_UNIQUE): Update.
4525         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
4526         Replaced by this ...
4527         (_AC_LIST_TAGS): ... new common macro.
4528         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
4529         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
4530         (_AC_LIST_TAG_COMMANDS): ... new common macro.
4531         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
4532         this didn't belong to the `config commands' section.
4533         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
4534         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
4535         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
4536         to the `config commands' section either.
4537         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
4538         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
4540         ... and many changes to the comments nearby.
4542         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
4543         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
4544         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
4545         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
4546         (#define header templates): The comment at the top of the generated
4547         header now includes the name(s) of the source file(s).
4549         Several unrelated small changes:
4551         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
4552         parameter to AC_DIAGNOSE.
4553         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
4554         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
4555         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
4556         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
4557         with AU::AC_OUTPUT.
4558         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
4559         in AC_OUTPUT doesn't double-quote it either.
4560         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
4561         parameters.
4563 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
4565         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
4566         versions of Portland Group compiler produce single- and double-quoted
4567         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
4568         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4570 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
4572         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4573         This is a corrected version of yesterday's patch.
4575 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
4577         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
4578         path, too; insert a "===" to emphasize the line.
4580         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
4581           ac_cv_build_alias to ac_build_alias.
4582         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
4584         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
4585         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
4586         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
4587         (AC_ARG_VAR): ... here.
4588         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
4589           target_alias.
4591         Keep a list of all precious variables and process them with one simple
4592         for loop, instead of expanding all commands, or, OTOH, complicated
4593         processing of output of "set".
4594         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
4595         variable names in new macro...
4596         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
4597         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
4598           a loop to assign all ac_env_* and ac_cv_env_* variables.
4599         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
4600           to INIT_PREPARE.
4601         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
4602           its value to shell variable ac_precious_vars and call
4603           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
4604         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
4605           _AC_ARG_VAR_VALIDATE.
4607         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
4608           and the AC_SUBSTs ...
4609         (AC_INIT): ... here.
4611         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
4612           the ac_subst_files section in config.log.
4614         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
4616 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4618         * NEWS: New macro AC_C_TYPEOF.
4619         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
4620         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
4621         * tests/c.at (C keywords): Test AC_C_TYPEOF.
4623         Fix problems reported by Nicolas Joly.
4624         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
4625         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4626         They are generated by the Tru64 v5.1B shell.
4628 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
4630         Fix my changes from 2005-07-01; reported by Noah Misch.
4631         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
4632         description, the macro now accepts only a single tag.
4633         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
4635         Fix cases when the varsions of Autoconf and Autotest don't match.
4636         Reported by Noah Misch.
4637         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
4638         at_top_builddir, for compatibility with older autotest.
4639         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
4640         is not set, use at_top_builddir, for compatibility with older
4641         versions of autoconf.
4643 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4645         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
4646         Problem reported by Patrick Welche.
4648 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4650         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
4651         sed substitution command, so that we allow | in program prefixes
4652         and program suffixes.  (& is a problem anyway; we're not fixing
4653         that here.)
4654         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
4655         configure_input, top_builddir, srcdir, etc.
4656         * lib/autotest/general.m4 (AT_INIT): Likewise, for
4657         PATH_SEPARATOR in AUTOTEST_PATH.
4659 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
4661         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
4662         for loop over config.site files using `set', to allow
4663         directory names containing IFS characters.
4665 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4667         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
4668         directories with weird names.  Apparently some people like living
4669         on the edge.  However, improve the test that "pwd" actually does
4670         report a name for the working directory.
4671         * NEWS: Remove the claim that we test for funny chars in dir names.
4673 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
4675         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
4676         replaced ...
4677         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
4678         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
4679         Now accept a single tag, not whitespace separated list.
4680         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
4682 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
4684         * doc/autoconf.texi (Configuration Headers): Change the explanation
4685         about #include <config.h>.
4686         (Generic Functions): Mention the Gnulib project.
4687         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
4689         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
4690         document to output the default config_* lists to config.status.
4691         Don't recognize option --file, if the functionality is not there.
4692         Likewise for --header; moreover, recognize --he and --h as shortcuts
4693         for --help in that case.
4695         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
4696         matches the order of execution.  No code changed.
4698 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4700         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
4701         single-quoted -cmdline argument in Portland Group compiler.
4702         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4704 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
4706         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
4708 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4710         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
4711         descriptors to child processes; reported by Norman Gray.
4713 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4715         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
4717         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
4718         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
4719         (AC_SUBST): Call it.
4720         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
4721         the directory specific variables; but don't call it for configure_input.
4723 2005-06-28  Derek Price  <derek@ximbiot.com>
4725         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
4726         addition.
4728 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4730         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
4731         directory have inherent problems with special characters like spaces,
4732         due to limitations in Make syntax.  Problem reported by Alexandre
4733         Duret-Lutz.
4734         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
4735         Also, fix Tru64 porting problem with shell patterns,
4736         reported by Ralf Wildenhues.
4738 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4740         * doc/autoconf.texi (Subdirectories): Fix markup typos.
4742 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4744         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
4746         Fix some more shell quoting problems.  Prompted by a bug report
4747         from Justace Clutter.
4748         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
4749         variable into diagnostic.  Make the diagnostic an error, not a warning,
4750         because we really don't support spaces and suchlike in dir names.
4751         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
4752         Don't worry about backslashes in srcdir; it can't happen now.
4753         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
4754         Simplify ac_optarg handling.
4755         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
4757 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
4759         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
4760         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
4761         * tests/atlocal.in: Propagate $EGREP and $SED.
4762         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
4763         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
4765         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
4766         that '\|' is not allowed in BREs; recommend using newline separated
4767         list of patterns instead of multiple -e options.
4769         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
4771         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
4773 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4775         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
4777 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
4779         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
4780         b, t, r, w commands require single space, while : cannot have any.
4781         (Special Shell Variables): Fix sed code this in the example.
4782         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
4783         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
4785         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
4786         expand to the empty list.  Don't use two pairs of m4_changequote,
4787         it's not necessary.
4789 2005-06-20  Derek Price  <derek@ximbiot.com>
4791         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
4793 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
4795         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
4796         * doc/autoconf.texi:
4797         Don't mention Solaris versions so much, if a
4798         problem is common to all extant versions of Solaris.  Say "SunOS
4799         4" instead of "SunOS" for SunOS 4.
4800         (awk): Mention more of the limitations of traditional Awk.
4801         (cat): Don't talk about cat -v.
4803 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
4805         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
4806         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
4807         but the implementation is entirely different and is designed
4808         to be compatible with glibc strverscmp.
4809         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
4811         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
4812         on Mac OS X 10.4 reported by Peter O'Gorman in:
4813         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
4814         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
4815         Use shell builtins rather than 'expr', to work around expr bug.
4817 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
4819         * doc/autoconf.texi: "filesystem" -> "file system".
4820         "behaviour" -> "behavior".
4821         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
4822         * lib/autoconf/general.m4: Omit blank after ":" sed command,
4823         as per POSIX.
4824         * lib/m4sugar/m4sh.m4: Likewise.
4825         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
4826         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
4828         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
4829         (.x.1): Ignore the time stamp in the .TH line when deciding whether
4830         to update the man page.  That way, we don't have to check in new
4831         man pages every month.
4833         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
4834         quotes and backslashes.  Patch from Derek Price.
4836 2005-06-10  Derek Price  <derek@ximbiot.com>
4838         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
4839         AS_TR_SH.
4841 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
4843         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
4844         -u, since it outputs chatter if the input files are the same.
4845         Problem reported by Ralf Menzel.
4847 2005-06-08  Derek Price  <derek@ximbiot.com>
4849         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
4850         renaming them since they are about to be redefined anyhow.
4852 2005-06-08  Derek Price  <derek@ximbiot.com>
4854         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
4855         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
4856         Move m4_undefine to alphabetical order.
4858 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
4860         * README: Recommend GNU M4 1.4.3 or later.
4861         * doc/autoconf.texi (Introduction): Likewise.
4862         Reword to avoid some formatting glitches.
4863         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
4864         Clarify explanation of HP compiler bug.
4865         Redo example output tp match current CVS snapshot.
4866         Use @example.org in email addresses when the examples
4867         might get inadvertently cut-and-pasted into user code.
4868         Remove example of autom4te usage that doesn't seem to work now.
4869         Use modern AC_INIT (except when the example is meant to be
4870         shown with Autoconf 2.13).
4871         Update ksh info for Solaris 9 and later.
4872         KB -> kB.
4873         Modernize description of Automake versions a bit.
4874         Don't claim a future version of Autoconf is near.
4875         * doc/install.texi: Reword to avoid some formatting glitches.
4877 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4879         * doc/autoconf.texi: Add [] to examples, so that the manual
4880         follows its own advice about quoting better.
4881         Reword to avoid some formatting glitches.
4882         * doc/installt.exi: Reword to avoid some formatting glitches.
4884         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
4885         Tru64 ksh pattern matching bug.  Reported against Libtool by
4886         Albert Chin <libtool@mlists.thewrittenword.com> and
4887         Nicolas Joly <njoly@pasteur.fr>.
4889 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4891         m4_cdr of one-member list was [[]] (one-member list containing an
4892         empty string) instead of [] (an empty list.  Callers were skewed to
4893         match this misbehaviour.  As a consequence of this:
4894          - m4_foreach([x], [], [foo]) expanded to `foo', while
4895          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
4896         This bug has been fixed:
4898         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
4899           expand to an empty string; print error msg if called without
4900           an argument list.
4901         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
4902           misbehaviour; handle [] and [[]] correctly.
4904 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4906         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
4907         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
4908           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
4910 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
4912         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
4913           swallow records with more than 99 fields.
4914         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
4915           parse the long line.
4917 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
4919         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
4920           swallow literals longer than 399.  Reported by Ralf Wildenhues.
4921         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
4922           to workaround this limitation.
4924 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
4926         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
4927         to gfortran, and make these the first two compiler names
4928         checked (following the general autoconf preference for gcc).
4930 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
4932         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
4933         (DISTCLEANFILES): Remove $(check_SCRIPTS).
4934         (testsuite): Make sure autotest.m4f is up-to-date before using it.
4936 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4938         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
4939         expression of unbounded size when processing the --list
4940         option.  This runs afoul of a limit of 399 bytes per regular
4941         expression on AIX.  Problem reported by Ralf Wildenhues.
4943 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
4945         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
4946         * doc/autoconf.texi (Particular Headers): Reword example
4947         for multiline stdbool replacement.
4948         (Setting Output Variables): Reword text a bit.  Don't
4949         give all the details about |#_!!_#|.
4950         Reword description of line replacement.
4952 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
4954         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
4955         now contain newlines, and substituted files must be referenced on
4956         a line alone; the sed scripts to substitute them are now very
4957         different.
4958         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
4959         commands can be put in a sed script portably.
4960         * doc/autoconf.texi (Setting Output Variables): Document above
4961         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
4962         use of multiline substitution.
4963         * tests/torture.at: No longer expect substitution of newline to fail.
4965 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
4967         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
4968         From Ralf Menzel (trivial change).
4970 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4972         * tests/local.at: Don't attempt to check for negated character
4973         classes in shell scripts.  The test was too brittle.
4975 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
4977         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
4978         * doc/autoconf.texi (Limitations of Builtins): Document this
4979           limitation.
4981 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
4983         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
4984           common code; used in many places in the tree.
4985         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
4986         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
4988         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
4990         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
4991           messages when ac_unique_file is not found.
4992         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
4993         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
4994           commands, for consistency with AC_MSG_ERROR and such.
4996         * bin/autoconf.as: Make more use of "shift 2" in option processing.
4998         * bin/Makefile.am: Merge the two rules for creating scripts.
5000 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
5002         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
5003         obsolete; it was never documented.
5004         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
5006 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
5008         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
5009         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
5010         (ac_top_builddir): ... this ...
5011         (ac_top_build_prefix): ... to this; the old name is also kept, for
5012           backward compatibility.
5013         (ac_top_builddir_sub): New variable, without the trailing slash,
5014           always nonempty.
5015         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
5016         * doc/autoconf.texi (Configuration Actions): Rename
5017           ac_top_builddir to ac_top_build_prefix.
5018         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
5019           at_top_builddir to at_top_build_prefix.
5020         * lib/autotest/general.m4 (AT_INIT): Likewise.
5022 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
5024         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
5025           of confdefs.h .
5027 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
5029         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
5030           argument to m4_foreach.  I guess it was necessary in the past,
5031           but I think it's a no-op now.
5033 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
5035         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
5036           ``cat <<_ACEOF'' commands to one.
5037         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
5038         * lib/autoconf/status.m4: On various places, use expr instead of
5039           ``echo|sed.''
5040         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
5041         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
5042         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
5043           a range.
5044         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
5045           the wrong patterns between ``case'' and ``esac.''  The previous
5046           code had false positives.
5048 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
5050         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
5051         as on 2005-05-02.
5052         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
5053         Mention LIBOBJDIR.
5055 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
5057         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
5058         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
5059         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
5060         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
5061         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
5062         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
5063         config/config.guess, config/config.sub, config/elisp-comp,
5064         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
5065         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
5066         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
5067         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
5068         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
5069         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
5070         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
5071         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
5072         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
5073         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
5074         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
5075         lib/autoconf/general.m4, lib/autoconf/headers.m4,
5076         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
5077         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
5078         lib/autoconf/specific.m4, lib/autoconf/status.m4,
5079         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
5080         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
5081         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
5082         lib/autotest/general.m4, lib/emacs/Makefile.am,
5083         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
5084         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
5085         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
5086         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
5087         tests/compile.at, tests/foreign.at, tests/fortran.at,
5088         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
5089         tests/semantics.at, tests/suite.at, tests/tools.at,
5090         tests/torture.at, tests/wrapper.as:
5091         Update FSF postal mail address.
5093 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
5095         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
5096           check.
5097         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
5098           enough arguments, similarly as in m4_bpatsubsts.
5100 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
5102         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
5103           of absolute paths.
5105 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
5107         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
5108           for absolute directory names in one loop.
5109         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
5110           abbreviations of --version and --debug.
5112 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
5114         * doc/autoconf.texi (Autoconf Language): Be more precise about
5115         quoting rules.  Problems noted by Stepan Kasal.
5116         Also, throughout this document, be more careful about white space.
5117         "blank", "white space", and "space" all have different meanings
5118         and we should be careful to say what we mean.
5120 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
5122         Fix C++ related problems reported by Werner Lemberg.
5123         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
5124         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
5125         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
5126         avoid problems with C++ and throw.
5127         * tests/compile.at: .cpp, not .cc.
5129         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
5131 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5133         * doc/autoconf.texi (Generic Functions): Typos.
5135 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
5137         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
5138         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
5139         set by latest automake.
5141 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
5143         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
5144         outputs 0 on GNU/Linux these days.
5146 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
5148         * doc/autoconf.texi (Autoconf Language): Add more description
5149         about quoting heuristics.
5150         (Limitations of Builtins): Describe "set -" problems.
5152 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5154         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
5155         not newline.
5157         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
5158         by AC_DEFINE; it was a mistake.
5159         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
5161 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
5163         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
5165 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
5167         * doc/autoconf.texi (External Software): Quadrigraphs are not
5168           processed correctly in AS_HELP_STRING; avoid this in the examples.
5169         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
5170         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
5171           comment and reduce m4_default([foo], []) to [foo].
5172         (m4_strip): Update the explanation.
5174 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
5176         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
5177         Remove core.conftest.* too; it's generated by Tru64 5.1.
5178         Problem reported by Jennis Pruett.
5179         * lib/autoconf/functions.m4
5180         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
5181         Don't bother to remove core files; AC_RUN_IFELSE should do that
5182         for you.
5184 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
5186         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
5188 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
5190         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
5191         Report from Horst Wente.
5193 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
5195         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
5196           the comment.
5198 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
5200         * doc/autoconf.texi (External Software, Package Options): Add
5201           examples showing how to implement --with-* and --enable-* options.
5203 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5205         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
5206         as well as configure.in.  Problem reported by Gregorio Guidi.
5208 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5210         * doc/autoconf.texi (Particular Functions): Use gnulib's current
5211         pattern for alloca snippet.
5213 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
5215         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
5217 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
5219         * doc/autoconf.texi (Generic Programs): Fix a typo.
5221 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
5223         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
5224         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
5226 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5228         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
5229         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
5230         whole-archive (-zallextract, -zdefaultextract) options in the hope of
5231         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
5232         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
5234 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
5236         * NEWS: The configure command now warns you if you attempt to use
5237         a directory whose name contains a special character like space,
5238         newline, or "\".
5239         * doc/autoconf.texi (Installation Directory Variables): Allow
5240         "," in file names.  Do not use \@; it's not a portable regexp.
5241         * bin/Makefile.am (edit): Likewise.
5242         * lib/Makefile.am (edit): Likewise.
5243         * tests/Makefile.am (edit): Likewise.
5244         * tests/semantics.at: Likewise.
5245         * tests/torture.at: Likewise.
5246         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
5247         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
5248         * doc/autoconf.texi (File System Conventions): Warn about
5249         unportable file names.
5250         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
5251         (AC_INIT): Use it.
5252         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
5253         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
5254         ac_pwd, and quote srcdir.
5255         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
5257         * doc/autoconf.texi: Fix some systematic formatting problems.
5258         ".)"  needs a following @: if not at the end of a sentence, and
5259         similarly for "!)".  "etc." should be preceded by a comma.
5260         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
5262 2005-03-22  Bruno Haible  <bruno@clisp.org>
5264         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
5265         argument is often called 'build-aux'.
5267 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
5269         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
5270           macro AC_TRY_LINK is obsolete.
5271         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
5272           `AC_CONFIG_FILES'.
5274 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
5276         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
5277           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
5278           from a Common Lisp's `cl'.
5279         (AC_PROG_CXX): Behave according to the documentation: don't
5280           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
5281           make the variable CCC precious; use `cl.exe', not `cl'.
5283 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
5284             Alexandre Duret-Lutz  <adl@gnu.org>
5286         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
5287         /dev/null, as "configure" shouldn't read stdin, and this insulates
5288         us from problems (e.g., when testing for "cl").  Also, do this
5289         redirection before invoking "hostname" or "uname", and keep the
5290         original input stream available via...
5291         (AS_ORIGINAL_STDIN_FD): ... this new macro.
5292         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
5293         bother with "</dev/null" since it's now done at the top of
5294         'configure'.
5295         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
5296         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
5297         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
5298         * doc/autoconf.texi (File Descriptor Macros): New section.
5299         (Printing Messages): Mention it.
5300         * tests/base.at (Input/Output): New test.
5302 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
5304         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
5305         newline if neither \c nor -n work, as that would output two
5306         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
5308 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
5310         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
5311         This causes that any required macros inside will get before the if.
5312         * doc/autoconf.texi (autom4te.cache): A typo.
5314 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5316         Undo previous change, except keep the change to
5317         lib/autoconf/programs.m4 that replaced grep with shell
5318         pattern-matching.  This is because net-snmp configure reads stdin.
5319         Reported by Noah Misch.
5321 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
5323         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
5324         from /dev/null, as "configure" shouldn't read stdin, and this
5325         insulates us from problems (e.g., when testing for "cl").
5326         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
5327         before invoking "hostname" or "uname".
5328         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
5329         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
5330         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
5331         "</dev/null" since it's now done at the top of 'configure'.
5332         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
5333         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
5334         Also, replace grep with shell pattern-matching, to save a process.
5336 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
5338         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
5339         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
5340         avoid thinking that Allegro Common Lisp's "cl" command is a C++
5341         compiler.
5343 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
5345         * doc/autoconf.texi (Limitations of Usual Tools): Document that
5346         grep -q isn't portable.  Improve grep -s explanation.
5347         Problem reported by Dan Manthey.
5349 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
5351         * doc/autoconf.texi (Special Shell Variables): Clarify
5352         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
5354 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5356         * doc/autoconf.texi: Use @acronym for DJGPP.
5357         Fix some @code's that should have been @env's, and vice versa.
5358         Sort environment variable names.
5359         Mention that shells no longer inherit IFS.
5360         Don't recommend PATH_SEPARATOR=';' so strongly.
5361         Mention that $RANDOM might expand to the empty string.
5362         "symlink" and "soft link" -> "symbolic link".
5363         Improve mktemp description (reported by Bruno Haible).
5365 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5367         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
5368         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
5369         Likewise.
5370         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
5371         Likewise.
5373 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5375         * NEWS: Mention AT_COPYRIGHT.
5377         * tests/local.at (AT_CMP): Use diff directly on input files rather
5378         than copying them.
5380         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
5381         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
5383 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
5384         and Paul Eggert  <eggert@cs.ucla.edu>
5386         * tests/autotest.at (Empty test suite): New test.
5387         * tests/torture.at (Substitute and define special characters)
5388         (Substitute a 2000-byte string, Define to a 2000-byte string)
5389         (Substitute a newline, Define a newline): New tests.
5391 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
5393         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
5394         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
5395         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
5396         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
5397         (Standard regular expressions): New test.
5398         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
5399         excess test name quoting.
5400         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
5401         CPPFLAGS to `configure' instead of setting it in `configure'.
5403         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
5404         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
5405         on some platforms.
5407         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
5408         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
5410         * tests/local.at (AT_CMP): New macro.
5411         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
5412         (AC_SAVE_STATE): Move environment grep...
5413         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
5414         (AT_CONFIG_CMP): New macro.
5415         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
5416         * tests/c.at (Extensions): Do not exit early.
5417         * tests/atlocal.in: Inherit $GREP.
5419         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
5420         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
5422         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
5423         (AC_COPYRIGHT): Factor header comment portion out and move into...
5424         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
5425         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
5426         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
5427         --version output.
5428         * tests/local.at: Add Autoconf test suite copyright notice.
5429         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
5431 2005-02-04  Bruno Haible  <bruno@clisp.org>
5432         and Paul Eggert  <eggert@cs.ucla.edu>
5434         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
5436 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5438         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
5439         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
5441         Try not to generated lines of unlimited length, as POSIX places a
5442         2047-byte limit on line length of portable text files.
5443         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
5444         Use newline as a separator, not space.
5445         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
5446         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
5447         space.
5449 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5451         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
5452         as_func_*.  Add test to check whether positional parameters
5453         are restored after function return.
5455 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5457         * doc/autoconf.texi (Special Shell Variables): Mention _,
5458         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
5459         if they contain a lower-case letter.  The DUALCASE problem was
5460         reported by Ralf Wildenhues.
5462         * bin/autoconf.as: Don't exit with status 0 after write failure
5463         with --help or --version.
5464         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
5465         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
5467 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5469         * doc/autoconf.texi (Limitations of Usual Tools):
5470         Unicos 9 sed limitations.
5471         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
5472         to get the option-enhanced interface on older Crays.  Try ftn for
5473         Fortran 95 (newer Crays).
5475 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5477         * man/Makefile.am (.x.1): Go back to the simple solution, but take
5478         care to echo the commands, so the user knows what's going on.
5479         Modified from a suggestion by Stepan Kasal.
5481         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
5482         with a cross reference.  Derived from a suggestion by Bruce Korb.
5484 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5486         * doc/autoconf.texi (config.status Invocation): Warn about
5487         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
5488         * doc/install.texi (Defining Variables): Likewise.
5489         Based on a proposed patch by Ralf Wildenhues.
5491         * man/Makefile.am (.x.1): Make sure the required generated files
5492         are up to date.  Problem and original solution proposed by Stepan Kasal.
5493         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
5494         implicit-man-prerequisites): New rules, used by the above.
5496         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
5497         * config/config.guess, config/config.sub, config/install-sh: Likewise.
5498         * config/missing, config/texinfo.tex: Likewise.
5500 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
5502         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
5503         Update the long comment explaining it.
5505         m4_require no longer writes an ``is required by'' line to the
5506         execution stack.  It contains only one bit of non-redundant
5507         information: that the macro was required, not called.  And even
5508         this bit is useless in most situations: have you ever met a macro
5509         which both calls and requires the same macro?
5511         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
5512         (_m4_defun_pro_outer): ... only via this macro, for the outermost
5513           macro.
5514         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
5515         (m4_expansion_stack_pop): Remove the misplaced comment.
5516         (m4_require): Don't put the ``is required by'' line to the
5517           execution stack; slightly improve the out-of-a-defun error message.
5518         (_m4_divert_grow): New macro, counter for the temporary diversions.
5519         (_m4_require_call): Use it.
5520         * tests/m4sugar.at (m4_require): Expect output without the
5521           ``is required by'' messages.
5523 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
5525         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
5526         rather than x for expr.
5528         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
5529         this is safe.
5530         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
5531         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
5532         * lib/autotest/general.m4 (AT_INIT): Likewise.
5533         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
5534         * tests/mktests.sh: Likewise.
5536 2005-01-27  Akim Demaille  <akim@epita.fr>
5538         Have autoheader honor --force.
5540         * doc/make-stds.texi, doc/standards.texi: Update from masters.
5541         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
5542         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
5543         from masters, so that FileUtils.pm's update_file provide --force
5544         support.
5545         * bin/autoheader.in: Pass $force to update_file so that
5546         config.h.in is always recreated when --force.
5548 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
5550         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
5552 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
5554         * doc/autoconf.texi (Limitations of Builtins): Clarify that
5555         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
5557 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
5559         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
5560         Warn about newline stripping in `` and $().  Update Solaris
5561         version to 9.
5562         (Limitations of Builtins): Use expr "X...", not expr "x...", as
5563         X insulates us from future changes to Posix.
5564         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
5565         stripping.
5567 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
5569         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
5570           you cannot use AC_DEFINE to define macros containing `[' or `]'.
5572 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
5574         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
5575         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
5576         bug-tar mailing list.
5578 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
5580         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
5582 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5584         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
5585         ulongval to be static, to avoid unwanted GCC warning.  Problem
5586         reported by Michael Jennings via Daniel Reed; see
5587         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
5589 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
5591         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
5592         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
5593         datadir, infodir, and mandir.  Adjust argument parsing code.
5594         (_AC_INIT_HELP): Update help text.
5595         * doc/autoconf.texi (Installation Directory Variables): Document
5596         new variables.
5598 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
5600         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
5601         not seem to work, assume it does set $(MAKE).
5602         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
5604 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5606         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
5608 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5610         A cleanup of the diversion support in m4sugar.
5612         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
5613         (_m4_divert_n_stack): New macro; the expansion is
5614           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
5615           otherwise.
5616         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
5617         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
5618           stored in _m4_divert_diversion or _m4_divert_dump.
5619         (m4_divert_pop): When the parameter is given, compare the symbolic
5620           name with the last diversion pushed on the stack.  Previously, the
5621           current diversion was compared with the numeric value of the
5622           diversion given as the parameter.
5623         (m4_require): If the macro hasn't been expanded yet, call ...
5624         (_m4_require_call): this new macro.
5626 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5628         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
5629         Workarounds for documented `case' limitations.
5631 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
5633         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
5634         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
5636 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
5638         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
5639         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
5640         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
5642         Patch from Roger Leigh (with some minor changes) as follows:
5643         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
5644         Resurrect AC_PROG_CC_STDC.
5645         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
5646         AC_PROG_CC_C89, AC_PROG_CC_C99.
5647         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
5648         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
5649         AC_PROG_CC_C99): New macros.
5650         (AC_PROG_CC_STDC): Use them.
5651         (_AC_PROG_CC_STDC): Remove.
5652         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
5653         * THANKS: Add Roger Leigh.
5655 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5657         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
5658         signals that the package uses Automake; a `Makefile.am' is typical but
5659         not essential.  Reported by Magnus Therning.
5660         * tests/torture.at (autoreconf.): New banner.
5661         (autoreconf and non-AC configure): Rename to `Non-Autoconf
5662         AC_CONFIG_SUBDIRS'.
5663         (autoreconf an empty directory): Rename to `Empty directory'.
5664         (Unusual Automake input files): New test.
5666 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5668         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
5669         (AT_SETUP): Clear AT_capture_files.
5670         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
5671         (AT_KEYWORDS): Fix comment typo.
5672         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
5673         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
5674         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
5676 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
5678         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
5679         If the variable to set is already set, set ac_cv_path_$1
5680         to the preset value so caller can assume ac_cv_path_$1
5681         is available.  (trivial change)
5683 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
5685         * BUGS (Minor Problems): Warn about makefile limitations.
5686         * Makefile.am: Find and update `INSTALL' in $(srcdir).
5687         * man/Makefile.am: Find and update manual pages in $(srcdir).
5689 2004-12-24  Eric Blake  <ebb9@byu.net>
5691         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
5692         shells in subshell, to avoid noise from ash.  (trivial change)
5694 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5696         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
5697         problems with SunOS ksh and backslash escaping, Bourne shells and
5698         closing brackets (both within character classes).  Bug reported
5699         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
5700         <read>: New entry.  Mention non-availability of -r.
5702 2004-12-21  Akim Demaille  <akim@epita.fr>
5704         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
5705         avoid cluttering displayed messages.  Rather, prepend srcdir where
5706         AT_LINE is used for log files.
5708 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
5710         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
5711         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
5712           no longer part of the macro, quote the occurrence of ``$tmp''.
5713         * doc/autoconf.texi (Forbidden Patterns): Typo.
5715 2004-12-21  Akim Demaille  <akim@epita.fr>
5717         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
5718         separated from the test title by forcing a white space.
5720 2004-12-21  Akim Demaille  <akim@epita.fr>
5722         Enable Emacs navigation within testsuite.log files.
5724         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
5725         use the compilation mode.
5726         (AT_LINE): Point to the srcdir.
5728 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
5730         * tests/Makefile.am (installcheck-local): Use $(bindir).
5731         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
5732         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
5733         Makefile.am scheme Autoconf now uses.
5735 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5737         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
5738         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
5740 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5742         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
5743         (_AT_CHECK): Use it.
5744         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
5745         (AS_ESCAPE): Fix comment.
5746         * tests/autotest.at: Adjust section banner comments.
5747         (AT_CHECK_AT): Accept STATUS and STDERR.
5748         (AT_CHECK_AT_TEST): Likewise.
5749         (Invalid brace-enclosed parameter expansion)
5750         (Multiline command from M4 expansion)
5751         (Double-M4-quoted command): New tests.
5753 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
5755         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
5757 2004-12-17  Akim Demaille  <akim@epita.fr>
5759         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
5760         m4_pattern_allow.
5761         Suggested by Alexandre Duret-Lutz.
5762         * doc/autoconf.texi (Setting Output Variables): Catch up.
5764 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5766         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
5768 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5770         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
5771           remove the comment which said we cannot.
5773 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5775         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
5776         Reini Urban and Paul Eggert for reporting the dependencies.
5778         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
5779         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
5780         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
5782 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5784         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
5785           so that eg. ``autoscan --help'' doesn't truncate it.
5787 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
5789         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
5790         generated conftest files.
5792 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
5794         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
5795         tracing on commands with possibly-escaped newlines.
5796         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
5797         discontinued behavior and its implications.
5798         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
5799         (BSx641-newline in command, BS-BS-newline in command)
5800         (BSx640-newline in command, Newline-CODE-BS-newline in command)
5801         (Single-quote-BS-newline in command)
5802         (Single-quote-newline-BS-newline in command): New tests.
5804 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5806         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
5807           on platforms where it works.
5808         (_AS_TEST_PREPARE): Test for ``test -x''.
5809         (_AS_BROKEN_TEST_PREPARE): Nuke.
5811 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5813         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
5814         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
5815           give only 4-letter prefix to AS_TMPDIR, comment fixed.
5816         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
5817           create the temporary directory.
5818         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
5820 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
5822         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
5823         (trivial change)
5825 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
5827         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
5829 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
5831         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
5832         to avoid using a negated character class.  Reported by Nicolas Joly.
5833         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
5835 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
5837         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
5838         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
5839         Don't depend on .x file explicitly, since "make" does that for us.
5840         Suggested by Stepan Kasal.
5842         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
5843         Add *.tmp.
5844         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
5845         ifnames): Factor common code.  And they said it couldn't be done!
5847 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5849         * bin/.cvsignore: Add autoconf.in.
5850         * tests/.cvsignore: Add wrapper.in.
5851         * lib/autotest/general.m4: Escape '$' in case pattern.
5853 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
5855         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
5857         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
5859         * tests/autotest.at: New file.
5860         * tests/suite.at: Include it.
5861         * tests/Makefile.am: Distribute it.
5863         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
5864           shell tracing on a command that could contain multiple lines.
5865         * doc/autoconf.text: Document that fact and its implications.
5866         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
5867         * tests/autotest.at (Multiline backquote command substitution,
5868           Multiline parameter expansion, Literal multiline command,
5869           Multiline parenthetical command substitution): Remove XFAIL.
5871 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5873         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
5874         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
5876 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5878         * configure.ac (test suite): Cease to generate wrapper scripts.
5879         * configure: Regenerate.
5880         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
5881         (m4f_dependencies): Adjust accordingly.
5882         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
5883         (wrapper.in): Generate it in the build directory.
5884         (MAINTAINERCLEANFILES): Delete wrapper.in.
5885         (CLEANFILES): Add wrapper.in.
5886         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
5887         the output.  Replace each $as_me with a @wrap_program@.
5888         * tests/wrapper.in: Delete it; we always build it.
5890         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
5891         (EXTRA_DIST): Remove autoconf.in.
5892         (CLEANFILES): Add autoconf.in.
5893         (autoconf): Find autoconf.in in the build directory.
5894         * bin/autoconf.in: Delete it; we always build it.
5896 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5898         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
5899         PATH members so as to not prepend an empty element.  Move a comment.
5900         * Makefile.am (SUBDIRS): Build in `tests' last.
5901         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
5903 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
5905         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
5906         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
5907         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
5908         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
5910 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
5912         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
5913         patch: extra "-l"s.
5915 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
5917         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
5918         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
5919         * doc/autoconf.texi (Particular Functions): Mention new behavior.
5921 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
5923         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
5924           out the common code to ...
5925         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
5926           value of the #define--default to 1, iff the macro was called
5927           with exactly one parameter.
5929 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
5931         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
5932         "char c = '\200';" rather than "char c = 0x80;" as the
5933         latter doesn't conform to the strict C standard due to
5934         overflow on signed char hosts.
5936         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
5937         to -qlanglvl=ansi.  We don't want to disable extensions.
5939 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
5941         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
5942         (Using Autotest, testsuite Scripts, Writing testsuite.at):
5943         Reword slightly to avoid some English-language problems noted
5944         by Ralf Wildenhues in:
5945         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
5947 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
5949         * NEWS: Add ^L above each release.
5951 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
5953         Fix documentation problems reported by Russ Boylan in
5954         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
5955         along with some nearby cruft.
5956         * doc/autoconf.texi (Libtool): Libtool can be used without
5957         Automake (not without Autoconf).
5958         (Introduction): Mention lists.gnu.org.
5959         * BUGS: Don't mention bugs.gnu.org.
5960         Remove mention of ancient libtool compatibility problem.
5961         * NEWS: Mention that bugs.gnu.org is kaput.
5962         * README: Likewise.  Mention where mailing list archives can be found.
5964 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
5966         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
5968 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5970         * doc/autoconf.texi (Pretty Help Strings): Go back to
5971         single-quoting assignments to cache variables.
5973 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
5975         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
5976         with the examples; fix the bug in MY_ARG_WITH example reported
5977         by Alexandre Duret-Lutz.
5978         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
5979         expansion of $1 in the comment emitted to configure.
5981 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
5983         * doc/autoconf.texi (Pretty Help Strings): Fix typo
5984         in my editing of the previous patch.  Problem reported
5985         by Alexandre Duret-Lutz.
5987 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
5989         * doc/autoconf.texi (Autoconf Language): Explain that
5990         ``descriptions'' may not be double quotes.
5991         (Quotation Rule Of Thumb): Likewise.
5992         (Pretty Help Strings): Likewise; remove the wrong comment;
5993         simplify the examples and improve their quoting.
5995 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
5997         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
5998         the $1_found variable, don't test whether the file is executable;
5999         Both things are checked ...
6000         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
6001         the former ``test -f''.
6002         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
6004 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
6006         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
6007         use cp -R instead.
6009 2004-11-10  Derek R. Price  <derek@ximbiot.com>
6011         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
6012         limitations.  Reorder paragraphs for clarity.
6014 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6016         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
6017         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
6018         variants", "Unix", and some related minor wording fixups.
6020         (Shellology, Special Shell Variables): Document that the Zsh
6021         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
6022         to Alexandre Duret-Lutz for this info.
6024 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
6026         * doc/autoconf.texi (One-Shot Macros): New node.
6028 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
6030         * doc/autoconf.texi (Function Portability): Fix misdescription
6031         of putenv.  Problem reported by Michael Wardle.
6033 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
6035         * doc/autoconf.texi (auindex): New macro.
6036         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
6037         Problem reported by Stepan Kasal.
6039 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
6041         Fix problems reported by Andreas Buening in:
6042         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
6043         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
6044         in test makefile.
6045         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
6046         readable; it's not true in OS/2-emx.
6048 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
6050         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
6051         "/usr/include", clear ac_x_includes instead of leaving it as "no"
6052         (trivial change).  Problem and patch reported by Andrew Church in:
6053         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
6055 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
6057         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
6058         three args in examples.  Problem reported by Frederik Fouvry in:
6059         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
6060         Also, fix some minor spacing and punctuation bugs.
6062 2004-09-02  Akim Demaille  <akim@epita.fr>
6064         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
6065         "case" to restore ordering.
6066         Reported by Stepan Kasal.
6068 2004-08-26  Akim Demaille  <akim@epita.fr>
6070         * doc/autoconf.texi: Minor typos and stylos.
6072 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6074         * configure.ac (AC_INIT): Bump to 2.59c.
6076 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6078         Version 2.59b.
6080         * README: Add advice about m4 1.4.2.
6082         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
6083         texinfo.tex for now (done by hand now).
6084         * Makefile.maint (wget_files, cvs_files):
6085         Remove ansi2knr.c; nobody uses it.
6086         (ansi2knr.c-url_prefix): Remove.
6087         (cvs-update): Fix test for failure.  I don't know why it ever
6088         worked...
6090         * doc/autoconf.texi: Update URLs, some of which went stale.
6091         Use @uref rather than @href.
6093         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
6094         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
6096         * config/config.guess, config/config.sub, config/elisp-comp,
6097         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
6098         doc/fdl.texi, doc/standards.texi: Sync with master copy.
6100         * NEWS, TODO, configure.ac, bin/autoscan.in,
6101         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
6102         doc/install.texi, lib/Autom4te/Configure_ac.pm,
6103         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
6104         lib/autoconf/programs.m4, lib/autoconf/status.m4,
6105         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
6106         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
6107         tests/tools.at, tests/torture.at:
6108         Use "file name" rather than "filename" or "path",
6109         to be consistent with the terminology of the GNU coding standards.
6111 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6113         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
6114         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
6115         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
6116         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
6118         More fixes to support spaces in the name of the build directory.
6119         This isn't a complete fix but it's an improvement.
6121         * bin/autoconf.as (autom4te_options): New var.
6122         Use it instead of appending to AUTOM4TE, so that we can allow
6123         spaces in the build directory's absolute name.
6124         * bin/autoheader.in ($autoconf): Allow spaces in file names.
6125         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
6126         AT_CHECK_NOESCAPE): Likewise.
6127         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
6128         main program): Likewise.
6130 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6132         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
6133         From Ralf Corsepius in:
6134         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
6136 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
6138         * doc/autoconf.texi (Function Portability): Document isinf and
6139         and isnan.  From a suggestion by Kevin Ryde.
6141         * lib/Autom4te/General.pm (END): Return correct exit status even
6142         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
6144 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6146         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
6147         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
6148         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
6150 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
6152         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
6153         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
6154         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
6155         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
6156         * lib/autom4te.in (Automake-preselections): Preselect
6157         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
6159 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
6161         * lib/autom4te.in (Automake-preselections): Preselect
6162         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
6163         trace them.
6165 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
6167         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
6168         Tru64.
6169         * doc/autoconf.texi (Shellology): Mention BIN_SH.
6170         Document problem with "`""`" in pdksh POSIX mode.
6172 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
6174         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
6175         with pdksh, too.  Problem reported by Patrick Welche via
6176         Gary V. Vaughan.
6177         * doc/autoconf.texi (Shellology): Note that set -o posix is
6178         useful for pkdsh, too.
6180 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
6182         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
6183         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
6184         Don't fail if ENV or BASH_ENV is readonly.
6185         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
6186         etc. are read only.  Problem reported by Ludovic Courtes.
6188 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
6190         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
6191         zsh, disable GLOB_SUBST to avoid backslash handling problems.
6192         (trivial change)
6194 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
6196         * doc/autoconf.texi (File System Conventions): Warn about
6197         names like "aux".  Problem reported by Eric Blake.
6199         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
6200         by zero instead of array size, so that we can use any arithmetic
6201         constant expression (instead of requiring an integer constant
6202         expression).  This allows us to test expressions like DBL_MAX <
6203         LDBL_MAX, which didn't conform to the C standard using the old
6204         method.
6205         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
6206         now that we can do floating-point tests at compile time.
6208 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
6210         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
6211         and LDBL_EPSILON, as the resulting expression isn't an
6212         integer constant expression and violates the C standard.
6213         Problem reported by Nelson H. F. Beebe.  Also, check
6214         for "L" suffix, and check that long double doesn't have
6215         worse range or precision than double, that mixed-mode
6216         arithmetic doesn't generate a diagnostic, that double
6217         constants fit in long double.
6219 2004-06-03  Kevin Ryde  <user42@zip.com.au>
6221         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
6222         malloc(0) and realloc(NULL,size).
6224         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
6225         Bob Proulx.
6227 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
6229         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
6230         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
6231         by Jim Meyering.
6233 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
6235         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
6236         can be rewritten using if-then-else.  Suggested by Bruno Haible.
6238 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
6240         * doc/autoconf.texi (testsuite Scripts): Fix typo.
6241         Problem reported by Stepan Kasal.
6243 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
6245         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
6246         change).  Patch reported by Ralf Wildenhues in
6247         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
6249         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
6250         function F exists if the compiler and linker let you compile an
6251         expression like (F != 0).  Recent versions of GCC optimize away
6252         the reference to F in that case, since every function address must
6253         be nonzero, so the link succeeds even if F does not exist.
6254         Problem reported by Manu in
6255         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
6257         * doc/autoconf.texi (Systemology): Standardize on the spelling of
6258         "Unix".  Many uses changed.
6259         (Limitations of Builtins): Explain better why the ! command isn't
6260         portable.
6262 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
6264         * lib/autom4te.in (Automake-preselections): Preselect
6265         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
6267 2004-05-19  Kevin Ryde  <user42@zip.com.au>
6269         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
6270         referencing AC_FUNC_STRERROR_R.
6272         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
6273         note pessimistic assumption when cross compiling.
6275 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
6277         * doc/autoconf.texi (Limitations of Make): Note that BSD make
6278         (until 2004) invoked subcommands with sh -e, contra POSIX.
6279         Reported by Kevin Ryde.
6281 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
6283         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
6284         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
6285         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
6286         `test -f "        /usr/bin/grep"', which _always_ failed.
6287         (AC_PROG_SED): Ditto bogus PATH fix.
6288         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
6289         requires that grep correctly supports _multiple_ `-e' options, rather
6290         than stating only that grep should accept `-e'.
6292 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
6294         Port to C99, which requires that 'exit' be declared.
6296         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
6297         to ensure that stdlib.h is included.
6298         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
6299         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
6300         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
6301         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
6302         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
6303         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
6304         when using 'exit' in a test; C99 requires that 'exit' be declared.
6306 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6308         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
6309         now prefers 'grep' implementations that accept -e.
6310         (Limitations of Usual Tools): Describe problems of traditional
6311         egrep and fgrep with long input lines, and of traditional grep
6312         with -e.
6313         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
6314         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
6315         All callers changed.  Append /usr/xpg4/bin to the PATH, for
6316         Solaris.
6317         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
6318         the user with complaints about multiple -e options.
6319         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
6320         Define it with AC_PROG_GREP.
6321         * configure.ac (AC_PROG_GREP): Add.
6322         * lib/freeze.mk (GREP): New macro.
6324 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
6326         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
6327         a possible candidate only after all others fail, rather than
6328         consulting it first.  This improves backward compatibility by
6329         better reflecting the way shell selection occurred in previous
6330         versions of Autoconf, and should help to avoid triggering latent
6331         problems in other packages, such as the one in Automake where zsh
6332         is not handled robustly:
6333         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
6334         Although it is not Autoconf's responsibility to work around
6335         problems in Automake, it nevertheless makes sense to avoid
6336         introducing unnecessary incompatibilites.
6338 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
6339             Gary V. Vaughan  <gary@gnu.org>
6341         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
6342         how deeply nested we are when a suitable tool is found, set the
6343         ac_path_TOOL_found flag.
6344         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
6345         nested we are in this macro.  Break out of all 3 nested loops if
6346         ac_path_TOOL_found is set.
6348 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
6350         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
6351         of the _AS_PATH_WALK loop too if GNU flavor is found.
6353 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
6355         * doc/autoconf.texi (Limitations of Make): Update documentation
6356         for `$<'.  New entry `Long lines', based on a report from Simon
6357         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
6358         paragraph about DJGPP, based on a mail from Richard Dawe.
6360 2004-04-20  Paul Eggert  <eggert@twinsun.com>
6362         * tests/c.at (C keywords): Don't assume that GCC supports
6363         "restrict" and "inline", as sufficiently-old GCC versions do not
6364         (also, GCC configured to be in pedantic C89 mode does not).
6365         Problem reported by Sumit Pandya in:
6366         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
6368         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
6369         consider -g to work if it generates warnings when plain compiles
6370         don't.  Problem reported by Braden McDaniel in:
6371         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
6373         * doc/autoconf.texi (Slashes): New section, to document a problem
6374         reported by Jim Meyering in:
6375         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
6377         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
6378         linker output files before linking, to work around IRIX 6 linker bug.
6379         Problem reported by Rainer Orth in:
6380         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
6382 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
6384         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
6385         best tool so far counter rely on the tool path variable name to
6386         avoid checks for one tool being affected by the results of running
6387         the length check on a previous tool.
6389         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
6390         match expression argument, as different greps have different
6391         regular expression flavours.
6392         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
6393         literals.
6394         (AC_PROG_EGREP): Pass 'EGREP$'.
6395         (AC_PROG_GREP): Pass 'GREP$'.
6397 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
6399         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
6400         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
6402 2004-03-29  Paul Eggert  <eggert@twinsun.com>
6404         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
6405         Types, Specific Compiler Characteristics, System Services,
6406         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
6407         etc. consistently instead of 'long', 'short', 'unsigned' etc.
6408         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
6409         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
6410         Likewise.
6411         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
6412         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
6413         AC_TYPE_OFF_T): Likewise.
6414         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
6415         Likewise.
6417         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
6418         pacify libtool 1.5.2.  Fix quoting problems in sed command.
6420 2004-03-28  Paul Eggert  <eggert@twinsun.com>
6422         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
6423         now defines HAVE_DECL_TZNAME if it is declared, when
6424         HAVE_STRUCT_TM_TM_ZONE is not defined.
6425         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
6426         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
6427         for HAVE_TZNAME.
6429 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
6431         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
6432         superfluous backslashing of quotes (") in sed expressions;
6433         thanks to Paul Eggert.
6435 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
6437         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
6438         Fortran compiler is ifort, also added pghpf; thanks to Nelson
6439         H. F. Beebe for the bug report.
6441 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
6443         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
6444         quoted -cmdline argument in Portland Group compiler (bug
6445         reported by Jeffrey J. Barteet).
6447 2004-03-25  Kevin Ryde  <user42@zip.com.au>
6449         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
6450         (Run Time): ... here, where it's now mentioned.
6452 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
6454         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
6455         inherits from language Autoconf-without-aclocal-m4.
6456         (Customizing autom4te): Adjust example; the cache must now be
6457         disabled for language Autoconf-without-aclocal-m4.
6459 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
6460             Nathanael Nerode  <neroden@twcny.rr.com>
6462         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
6463         AC_CHECK_TOOLS): Warn if a cross-tool is found without
6464         a prefix.
6465         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6466         AC_CHECK_TARGET_TOOLS): New macros.
6467         * doc/autoconf.texi (Generic Programs): Document
6468         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6469         AC_CHECK_TARGET_TOOLS, and warn for future changes
6470         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
6471         AC_CHECK_TOOLS.
6472         (Specifying Names): Document the reason for these future
6473         behavioral changes.
6474         * tests/mktests.sh: Do not generate tests for the
6475         new macros.
6476         * NEWS: Document these changes.
6478         * doc/autoconf.texi: Avoid macros with unbraced arguments,
6479         they make TeX hang up.
6481 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
6483         * NEWS: New macro AC_CHECK_ALIGNOF.
6484         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
6485         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
6486         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
6487         vowel.
6488         (AC_CHECK_ALIGNOF): New macro.
6489         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
6490         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
6491         those for sizeof.
6493 2004-03-03  Paul Eggert  <eggert@twinsun.com>
6495         * bin/Makefile.am (edit): Don't use $< in a context where
6496         POSIX doesn't require support for it.  Use $@.in instead.
6497         Problem reported by Anthony N. Frasso in
6498         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
6499         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
6501 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
6503         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
6504         from the next generation of Libtool.
6505         * lib/autom4te.in (Autoreconf-preselections): Ditto.
6507 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
6509         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
6510         is not always thread-safe.  Report from Nathanael Nerode.
6512 2004-02-18  Paul Eggert  <eggert@twinsun.com>
6514         Fix a dependencies problem, stemming from a Autoconf 2.59 build
6515         problem on QNX reported by Stephen Rasku in
6516         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
6518         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
6519         $(m4sh_m4f_dependencies); this removes a FIXME.
6520         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
6521         (MAINTAINERCLEANFILES): Split into pieces,
6522         one per related section.  Add $(srcdir)/wrapper.in.
6524 2004-02-09  Paul Eggert  <eggert@twinsun.com>
6526         * doc/autoconf.texi (Setting Output Variables): Emphasize that
6527         AC_SUBST provides no portable way to escape literal newlines.
6529         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
6530         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
6531         Darwin uses -lcrt2.o and there's little point to cataloging all
6532         the system variants.  Partial fix reported by Andreas Waechter in:
6533         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
6534         for bug reported by Nelson H. F. Beebe in:
6535         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
6537 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
6539         * doc/autoconf.texi (AU_DEFUN): Fix English,
6540         suggested by Paul Eggert.
6541         * lib/autoconf/autoupdate.m4: Correct reference to
6542         acobsolete.m4, suggested by Alexandre Duret-Lutz.
6544 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
6546         * bin/autoupdate.in: Define __file__ so that warnings
6547         refer to the correct file.
6548         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
6549         the behavior of the third argument.
6550         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
6551         correctly the behavior of the third argument.  Document
6552         what the three macros that AU_DEFUN defines do.  Fix
6553         warning message when the third argument includes $0
6554         (reported by Alexandre Duret-Lutz).
6556 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6557             Eric Sunshine  <sunshine@sunshineco.com>
6558             Paul Eggert  <eggert@twinsun.com>
6560         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
6561         (AS_INIT): Output shell initialization there. Removed optional
6562         parameter. Expand _AS_SHELL_FN_SPY.
6563         (AS_INIT_WITH_SHELL_FN): Removed.
6564         (_AS_SHELL_FN_SPY): New macro.
6565         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
6566         macros.
6567         (AS_SHELL_SANITIZE): Remove loop to find better shell
6568         and documentation for the parameter.
6569         (_AS_DETECT_BETTER_SHELL): Move it here.
6570         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
6571         (_AS_RUN): Move it here, support testing with eval.
6572         (AS_REQUIRE_SHELL_FN): Require shell functions when
6573         it is used.
6574         (_AS_LINENO_WORKS): Put around braces, we do not
6575         trigger the bash bug anymore.
6576         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
6577         use AS_INIT_WITH_SHELL_FN.
6578         * bin/autoconf.in, tests/wrapper.in: Regenerated.
6580 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6582         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
6583         * doc/autoconf.texi: Don't say that the third parameter
6584         is broken.
6585         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
6586         (AU_DEFUN): Honor the third parameter, create autoupdate
6587         macros with AU_DEFINE.
6588         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
6589         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
6590         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
6591         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
6592         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
6593         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
6594         AC_XENIX_DIR): Likewise.
6595         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
6596         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
6597         * lib/autoconf/status.m4: Remove FIXME.
6598         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
6599         that the macro is not present anymore in the updated
6600         configure.ac.
6601         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
6602         of autoupdate.
6604 2004-01-28  Paul Eggert  <eggert@twinsun.com>
6606         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
6607         copyright years.
6608         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
6609         2003 (except 1997) to the list of copyright years.  This undoes
6610         the 2003-05-22 change, which removed the older years from the list.
6611         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
6613 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
6614             Albert Chin-A-Young  <china@thewrittenword.com>
6616         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
6617         grep or ggrep program in PATH that accepts as long lines as
6618         possible.
6619         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
6620         AC_PROG_GREP.
6621         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
6622         egrep and fgrep respectively if $GREP -E/-F don't work.
6623         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
6624         _AC_PROG_GREP, and AC_PROG_SED.
6625         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
6626         longest input length accepted by a command.
6627         (AC_PROG_SED): Use it.
6628         * doc/autoconf.texi (Particular Programs): Document the changes.
6629         * NEWS: Updated.
6631 2004-01-27  Paul Eggert  <eggert@twinsun.com>
6633         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
6634         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6635         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
6636         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
6638         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
6639         bin/autoconf.in, config/Makefile.in, config/config.guess,
6640         config/config.sub, config/install-sh, config/mdate-sh,
6641         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
6642         lib/Makefile.in, lib/Autom4te/Makefile.in,
6643         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
6644         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
6645         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
6646         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
6647         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
6648         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
6649         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
6650         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
6651         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
6652         tests/actypes.at: Regenerate and/or sync with original
6653         sources.
6655 2004-01-26  Paul Eggert  <eggert@twinsun.com>
6657         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
6658         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
6659         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
6660         not <inttypes.h>.  Problem reported by Tim Mooney in
6661         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
6662         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
6663         Likewise.
6665         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
6666         otherwise "make check" fails because it forbids cmp (I guess
6667         because cmp treats files as binary on DOS-like systems).
6669         * tests/mktests.sh: Update copyright date to 2004, since some tests
6670         have changed in 2004.
6672 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
6674         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
6675         non-truncating sed or gsed program in PATH.
6676         * tests/acprograms.at: Add it.
6677         * doc/autoconf.texi (Particular Programs): Document it.
6678         * NEWS: Updated.
6680 2004-01-15  Paul Eggert  <eggert@twinsun.com>
6682         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
6683         -std1 disables some useful extensions on Tru64.  Problem reported
6684         by N. Lichtmaier in
6685         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
6687 2004-01-14  Paul Eggert  <eggert@twinsun.com>
6689         * doc/autoconf.texi (Programming in M4sh): Document that
6690         AS_MKDIR_P succeeds if the destination is a symbolic link
6691         to an existing directory.
6692         (Limitations of Usual Tools): Note that mkdir -p might not
6693         succeed on symlinks to directories.
6695 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
6697         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
6698         * bin/autoheader.in: Grammar fix in message.
6699         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
6700         Test for dir before calling mkdir -p.  (trivial changes)
6702 2004-01-13  Eric Blake  <ebb9@byu.net>
6704         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
6705         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
6707 2004-01-10  Jim Meyering  <jim@meyering.net>
6709         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
6711 2004-01-09  Paul Eggert  <eggert@twinsun.com>
6713         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
6714         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
6715         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
6716         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
6717         AC_COMPILE_IFELSE, since we now assume our caller invokes
6718         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
6719         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
6720         of AC_RUN_IFELSE; this avoids the warning mentioned above.
6721         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
6723 2004-01-07  Paul Eggert  <eggert@twinsun.com>
6725         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
6726         `"'...'"`, as it's confusing (and I suspect it may not work on
6727         some platforms).  The code was incorrect anyway, as it assumed
6728         that \$ evaluated to itself in that context.  Reported by
6729         Alexandre Duret-Lutz.
6731 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
6733         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
6734         and _LT_AC_TAGCONFIG.
6736 2004-01-06  Paul Eggert  <eggert@twinsun.com>
6738         * doc/autoconf.texi (One Macro Call): Fix an incorrect
6739         example, and add more examples.  Reported by Eric Sunshine.
6741 2004-01-05  Paul Eggert  <eggert@twinsun.com>
6743         * doc/autoconf.texi (Limitations of Usual Tools):
6744         Remove warning against "rm -fr" introduced yesterday; it
6745         was a false alarm.
6747         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
6748         autoscan, autoupdate, ifnames): Don't use chmod -w.
6749         * lib/Makefile.am (autom4te.cfg): Likewise.
6750         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
6751         "chmod -w".
6753 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6754             Paolo Bonzini  <bonzini@gnu.org>
6756         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
6757         by doing lineno substitution only on lines containing "$LINENO".
6759 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6761         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
6762         Use "rm -f" to remove conftest.sed, not plain "rm".
6763         Bug reported by David Relson in
6764         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
6766         * Makefile.am (autom4te-update):
6767         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
6768         * Makefile.maint (my-distcheck, do-po-update): Likewise.
6769         * doc/autoconf.texi (Guidelines): Likewise.
6770         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
6771         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
6772         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
6773         * lib/autotest/general.m4 (AT_INIT): Likewise.
6774         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
6775         * tests/Makefile.am (clean-local): Likewise.
6776         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
6777         srcdir): Likewise.
6778         * doc/autoconf.texi (Limitations of Usual Tools):
6779         Warn against "rm -fr".
6781 2004-01-03  Paul Eggert  <eggert@twinsun.com>
6783         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
6784         -c -o might not work.  From a suggestion by Kevin Ryde.
6785         (C Compiler, Generating Sources, Limitations
6786         of Usual Tools, Limitations of Make, Making testsuite Scripts):
6787         Don't put '-o' after non-options, as POSIX doesn't allow this.
6788         Mention that cc's name might be gcc or c89 or whatever.
6790 2004-01-04  Kevin Ryde  <user42@zip.com.au>
6792         * doc/autoconf.texi: Add various further index entries.
6794 2003-12-29  Paul Eggert  <eggert@twinsun.com>
6796         * bin/autoreconf.in (autoreconf_current_directory):
6797         Fix typo: mkdir without umask arg.
6799 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
6801         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
6802         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
6803         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
6804         explanation clearer.
6806 2003-12-24  Andreas Schwab  <schwab@suse.de>
6808         * doc/autoconf.texi (Default Includes): Fix misspelling of
6809         AC_INCLUDES_DEFAULT.
6811 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6813         * configure.ac: Test if sh -n works.
6814         * configure: Regenerate.
6815         * tests/atlocal.in: Store the result here.
6816         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
6817         tools.at, looking in atlocal's ac_cv_sh_n_works instead
6818         of explicitly testing.
6819         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
6820         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
6821         * tests/tools.at (Syntax of the shell scripts): Simplify
6822         using AT_CHECK_SHELL_SYNTAX.
6823         (Syntax of the Perl scripts): Remove definition of
6824         AT_CHECK_PERL_SYNTAX.
6826 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6828         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
6829         stderr to /dev/null.
6830         * bin/autoconf.in: Regenerate.
6831         * bin/wrapper.in: Regenerate.
6833 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
6835         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
6836         Extracted from AS_SHELL_SANITIZE.
6837         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
6838         macros.
6839         (AS_SHELL_SANITIZE): Move reinvocation code from
6840         _AS_LINENO_WORKS, use it to find out if shell
6841         functions work.
6842         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
6843         does not work.
6844         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
6845         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
6846         was called.
6847         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
6848         * bin/autoconf.in: Regenerate.
6849         * tests/wrapper.in: Regenerate.
6850         * tests/tools.at: Test the syntax of tests/autoconf
6851         and tests/testsuite.
6853 2003-11-24  Akim Demaille  <akim@epita.fr>
6855         * config/announce-gen (&print_locations, &print_signatures)
6856         (&sizes): New.
6857         Use them.
6858         No longer rely on Gnus to inline the list of signatures: compute
6859         them on the fly.
6861 2003-11-24  Akim Demaille  <akim@epita.fr>
6863         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
6864         override some files.
6865         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
6866         From Debian Autoconf 2.58.
6868 2003-11-24  Akim Demaille  <akim@epita.fr>
6870         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
6871         uses.
6872         From Debian Autoconf 2.58.
6874 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6876         * TODO: Remove already done things.  Update the part about finding
6877         tools for the target.
6879 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6881         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
6882         Make wording more consistent.
6883         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
6884         Explain the transition better.
6885         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
6886         the transition better.
6888 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6890         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
6891         parameter of AU_DEFUN.
6892         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
6893         (AU_DEFUN): Remove the third parameter, it was not used.
6894         Use AC_DEFUN directly, not AU_DEFINE.
6895         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
6896         the expanded body, consistently with other macros such as AC_USG.
6898 2003-11-17  Paul Eggert  <eggert@twinsun.com>
6900         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
6901         into the initial confdefs.h, to work around a bug in NextStep 3.3
6902         patch 3 reported by Eric Sunshine.
6904 2003-11-15  Kevin Ryde  <user42@zip.com.au>
6906         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
6907         than $target since the latter is not usual, add guidelines on when to
6908         use or not use the system type.
6910 2003-11-12  Derek Price  <derek@ximbiot.com>
6912         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
6913         typo misrepaired by an auto-spellcheck.
6915 2003-11-12  Akim Demaille  <akim@epita.fr>
6917         * bin/autoreconf.in (&parse_args): Don't call automake with
6918         --force-missing unless it actually supports it.
6919         From Debian #219336.
6921 2003-11-12  Akim Demaille  <akim@epita.fr>
6923         * configure.ac: Bump to 2.59a.
6924         Require 2.59.
6926 2003-11-06  Akim Demaille  <akim@epita.fr>
6928         Version 2.59.
6930 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
6932         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
6933         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
6934         and ac_abs_top_srcdir are absolute paths.
6935         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
6937 2003-11-05  Akim Demaille  <akim@epita.fr>
6939         * configure.ac: Bump to 2.58a.
6941 2003-11-05  Kevin Ryde  <user42@zip.com.au>
6943         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
6944         it provokes a warning from makeinfo about looking like a cross
6945         reference in info output.
6947         * doc/autoconf.texi (Function Portability): Add notes on signal
6948         handler return type, as per AC_TYPE_SIGNAL.
6950 2003-11-04  Akim Demaille  <akim@epita.fr>
6952         Version 2.58.
6953         * doc/standards.texi: Update from master.
6955         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
6957 2003-11-04  Akim Demaille  <akim@epita.fr>
6959         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
6960         computing the absolute path to d1 in the source hierarchy: it may
6961         not exist at all.  So don't cd into it.
6962         From Alexandre Duret-Lutz.
6963         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
6965         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
6966         From Paul Eggert, but named after Perl's IO::Spec->catfile.
6967         * doc/autoconf.texi (Programming in M4sh): Document.
6968         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
6970 2003-11-03  Pavel Roskin  <proski@gnu.org>
6972         * doc/autoconf.texi (Generic Structure Checks): Describe
6973         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
6975 2003-10-31  Akim Demaille  <akim@epita.fr>
6977         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
6978         (GNU Fortran): New.
6979         * doc/autoconf.texi (Language Choice): Document.
6980         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
6981         the current language is Fortran.
6983 2003-10-31  Akim Demaille  <akim@epita.fr>
6985         * bin/autom4te.in (&freeze): Use a less likely warning separator
6986         than `\n\n', so that `\n\n\n' is valid in warnings.
6987         Reported by Steve Huston.
6989 2003-10-28  Akim Demaille  <akim@epita.fr>
6991         * Makefile.cfg (local_updates, executable-update): Tweak to be
6992         robust to parallel makes.
6993         Suggested by Alexandre Duret-Lutz.
6995 2003-10-27  Akim Demaille  <akim@epita.fr>
6997         * Makefile.cfg (executable-update): New.
6998         (local_updates): Call it.
7000 2003-10-27  Akim Demaille  <akim@epita.fr>
7002         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
7003         Don't remove core.* as it may remove valid user files.
7004         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
7005         (AC_FUNC_UTIME_NULL): Likewise.
7007 2003-10-23  Akim Demaille  <akim@epita.fr>
7009         Version 2.57g.
7010         * config/config.guess, config/config.sub: Upgrade from masters.
7012 2003-10-23  Akim Demaille  <akim@epita.fr>
7014         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
7015         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
7016         hand...
7018 2003-10-23  Akim Demaille  <akim@epita.fr>
7020         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
7021         Don't forget to remove conftest.err.
7023 2003-10-23  Akim Demaille  <akim@epita.fr>
7025         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
7026         same object file in $LIBOBJS.
7027         Reported by Alexandre Duret-Lutz & Derek Robert Price.
7028         * doc/autoconf.texi (Generic Functions): Adjust.
7030 2003-10-20  Paul Eggert  <eggert@twinsun.com>
7032         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
7033         Use 'eval', so that the resulting configure scripts work even if
7034         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
7036 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
7038         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
7039         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
7040         (_AC_LINK_IFELSE): Check the werror flag.
7041         * doc/autoconf.texi (Generic Compiler Characteristics): Document
7042         AC_LANG_WERROR.
7043         * NEWS: Mention it.
7045 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
7047         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
7048         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
7049         override AC_LINK_IFELSE.
7051 2003-10-15  Paul Eggert  <eggert@twinsun.com>
7053         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
7054         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
7055         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
7056         Mention /usr/dt/bin/dtksh on Solaris.
7057         (Shell Substitutions): Warn about $((...)).
7058         (Parentheses): New section.
7060 2003-10-15  Kevin Ryde  <user42@zip.com.au>
7062         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
7063         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
7065 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7067         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
7068         cross test.
7070 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
7072         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
7073         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
7075 2003-10-10  Andreas Schwab  <schwab@suse.de>
7077         * bin/autoheader.in: Avoid empty first line in --version and
7078         --help output.
7079         * bin/ifnames.in: Likewise.
7081 2003-10-09  Paul Eggert  <eggert@twinsun.com>
7083         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
7084         Issue a more-informative diagnostic.
7085         Problems reported by Eric Sunshine.
7087 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
7089         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
7090         -mGLOB_options_string stuff for Intel ifc, which can cause
7091         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
7092         pattern-matching instead of grep.
7094 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
7096         * doc/autoconf.texi: Document new FC Fortran macros.
7098 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
7100         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
7101         that future autopoint/aclocal/automake/autoreconf will be able
7102         to trace to find where to install local m4 macros.
7103         * doc/autoconf.texi (Input): Document it.
7104         * NEWS: Updated.
7106 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
7108         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
7109         -lcrtbegin.o to list of ignored flags and fix underquoting of
7110         -lcrt[01].o.
7112 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
7114         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
7115         cache variable instead of $G77 to decide whether to include -O2,
7116         since $G77 is specific to Fortran 77.
7118 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
7120         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
7121         free" flag.  Re-order flags tested into rough order of popularity.
7123 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
7125         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
7126         arguments so that it can be used with syntax identical to
7127         AC_PROG_F77, and so that we can more easily decide to
7128         remove/deprecate the DIALECT optional argument in the future if it
7129         proves troublesome.
7130         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
7131         non-freeform-supporting compilers.  Document freeform flags.
7133 2003-10-03  Akim Demaille  <akim@epita.fr>
7135         * configure.ac: Look for emacs, not macs.
7136         Reported by Eric Sunshine.
7138 2003-10-03  Akim Demaille  <akim@epita.fr>
7140         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
7141         * bin/autoreconf.in (autoreconf_current_directory): Create the
7142         AUX_DIR if needed, for sake of automake --add-missing etc.
7143         Suggested by Alexandre Duret-Lutz.
7145 2003-10-03  Akim Demaille  <akim@epita.fr>
7147         * configure.ac: Quotation and formatting changes.
7148         (EMACS): Don't set it if it is not recent enough to support
7149         autoconf-mode.el.
7150         From Eric Sunshine.
7152 2003-10-02  Akim Demaille  <akim@epita.fr>
7154         * bin/ifnames.in (&scan_file): Skip C++ comments.
7155         From Jeremy Yallop.
7157 2003-10-01  Pavel Roskin  <proski@gnu.org>
7159         * doc/autoconf.texi (Particular Structure Checks):
7160         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
7162 2003-10-01  Akim Demaille  <akim@epita.fr>
7164         Version 2.57f.
7166 2003-09-30  Paul Eggert  <eggert@twinsun.com>
7168         * lib/Autom4te/XFile.pm: Use Errno.
7169         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
7170         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
7172 2003-09-30  Akim Demaille  <akim@epita.fr>
7174         * config/announce-gen (&print_news_deltas): Extracted from...
7175         (&print_changelog_deltas): here.
7176         (&news_file): Rename as...
7177         (@news_file): this.
7179 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
7181         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
7182         have been created when invoking the compiler.
7183         * tests/fortran.at (GNU Fortran 77): Quote $G77.
7185 2003-09-29  Akim Demaille  <akim@epita.fr>
7187         Version 2.57e.
7189         * config/mkinstalldirs: Upgrade.
7191 2003-09-28  Paul Eggert  <eggert@twinsun.com>
7193         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
7194         Problem reported by Lars J. Aas in
7195         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
7196         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
7197         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
7198         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
7200 2003-09-26  Akim Demaille  <akim@epita.fr>
7202         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
7203         directory for AC_CONFIG_COMMANDS' first argument exists.
7204         This makes valid the invocation of _AC_SRCPATH that follows.
7205         Reported by Eric Sunshine.
7206         * doc/autoconf.texi (Configuration Commands): Adjust.
7208 2003-09-26  Akim Demaille  <akim@epita.fr>
7210         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
7211         Reported by Ralf Corsepius.
7213 2003-09-26  Akim Demaille  <akim@epita.fr>
7215         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
7216         arguments.
7217         Actually, use AU_ALIAS.
7218         From Bruno Haible.
7220 2003-09-26  Paul Eggert  <eggert@twinsun.com>
7222         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
7223         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
7224         Problem reported by Eric Sunshine in:
7225         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
7227 2003-09-26  Akim Demaille  <akim@epita.fr>
7229         The test suite are sometimes assigning timings incorrectly.
7230         Reported by Henk Krus.
7231         Diagnosed by Nicolas Joly.
7233         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
7234         AT_help_all.
7235         Instead of making AT_help a sequence of assignments to grow
7236         $at_help_all, just make AT_help_all be the growing contents of
7237         $at_help_all, and make a single assignment in...
7238         (AT_INIT): here.
7239         (at_times_skip): Flip the meaning and rename as...
7240         (at_times_p): this.
7241         (AT_INIT): When summarizing the test that ran, remove
7242         $at_times_file after use, and check it is present before trying to
7243         use it.
7245 2003-09-25  Akim Demaille  <akim@epita.fr>
7247         Version 2.57d.
7249         * bin/Makefile.am (edit): Handle '@configure_input@'.
7250         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
7251         (ifnames): chmod -w.
7252         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
7253         executables, not bin/ executables!  Otherwise all the magic needed
7254         to find non installed files is turned off.  This caused a failure
7255         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
7256         as found in its environment (sent by tests/autoreconf): pointing
7257         to bin/autom4te that could not find its files.
7258         * tests/mktests.sh: Force the replacement of generated files, for
7259         the sake of "mv" program that are interactive when overwriting a
7260         -w file.
7261         * config/install-sh: Upgrade from CVS Automake.
7263 2003-09-23  Paul Eggert  <eggert@twinsun.com>
7265         * doc/autoconf.texi (Limitations of Builtins): Document test -h
7266         versus test -L issues.
7268 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
7269             Paul Eggert  <eggert@twinsun.com>
7271         Trivial change to support GCC's configuration procedure.
7272         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
7273         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
7274         about inconsistency if the preprocessor is set to give errors for
7275         any warning.
7276         * doc/autoconf.texi (C Compiler Characteristics): Document this.
7278 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
7280         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
7281         and XFile.pm from Automake.
7282         * lib/Autom4te/XFile.pm: Update from Automake.
7284 2003-09-12  Akim Demaille  <akim@epita.fr>
7286         Version 2.57c.
7288 2003-09-12  Akim Demaille  <akim@epita.fr>
7290         * config/config.guess, config/config.sub, config/missing,
7291         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
7292         from masters.
7294 2003-09-12  Akim Demaille  <akim@epita.fr>
7296         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
7297         not asm/types.h.
7299 2003-09-11  Akim Demaille  <akim@epita.fr>
7301         * doc/autoconf.texi (Header Portability): linux/random.h.
7302         From Peter Hendrickson.
7304 2003-09-10  Akim Demaille  <akim@epita.fr>
7306         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
7307         willing to edit the output files.
7309 2003-09-10  Akim Demaille  <akim@epita.fr>
7311         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
7312         and AC_FC_FREEFORM.
7313         * tests/mktests.sh: Skip AC_FC_SRCEXT.
7314         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
7316 2003-09-09  Akim Demaille  <akim@epita.fr>
7318         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
7319         Reported by Gary Vaughan.
7320         * bin/autom4te.in (handle_m4): Likewise.
7322 2003-09-09  Akim Demaille  <akim@epita.fr>
7324         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
7325         trailing files.
7327 2003-09-07  Paul Eggert  <eggert@twinsun.com>
7329         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
7330         Improve the accuracy of the wording about obsolescence.
7331         From a suggestion by Ian Lance Taylor in
7332         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
7334 2003-09-05  Paul Eggert  <eggert@twinsun.com>
7336         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
7337         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
7339 2003-09-04  Akim Demaille  <akim@epita.fr>
7341         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
7342         AC_FUNC_WAIT3.
7344 2003-09-04  Akim Demaille  <akim@epita.fr>
7346         * bin/autom4te.in: Use &fatal where more appropriate than &error.
7347         (freeze): When exiting, use $exit_code.
7348         * lib/autoconf/fortran.m4: Comment changes.
7350 2003-09-04  Akim Demaille  <akim@epita.fr>
7352         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
7354 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
7356         Add support for newer Fortran dialects.  The F77 interface is
7357         unchanged, and continues to support Fortran 77.  New FC macros
7358         correspond to all the old F77 macros, with output variables FC,
7359         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
7360         available dialect, but older dialects can be specified.  There are
7361         new macros AC_FC_SRCEXT to set the source extension, and
7362         AC_FC_FREEFORM to accept free-form source files.
7364         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
7365         New macros.
7366         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
7367         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
7368         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
7369         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
7370         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
7371         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
7372         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
7373         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
7374         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
7375         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
7376         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
7377         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
7378         AC_FC_SRCEXT, AC_FC_FREEFORM):
7379         New macros.
7380         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
7381         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
7382         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
7383         Rewrite in terms of the above.
7384         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
7385         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
7386         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
7387         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
7389 2003-09-02  Paul Eggert  <eggert@twinsun.com>
7391         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
7392         Document problems with timestamp resolution that 'make', 'cp -p', and
7393         'touch -r' have.
7395 2003-08-27  Akim Demaille  <akim@epita.fr>
7397         * tests/m4sugar.at (cross_warning): Make sure to enable the
7398         output, so that we can track spurious m4sugar output.
7399         * tests/local.at: Require 2.57.
7400         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
7401         are defaulted by AT_CHECK anyway.
7402         Use AT_CHECK_AUTOM4TE.
7403         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
7404         missing dnl.
7406 2003-08-27  Akim Demaille  <akim@epita.fr>
7408         * bin/autoheader.in: Issue the "Using auxiliary..." message only
7409         when -Wobsolete is set.
7410         Set it on by default.
7411         Suggested by Klee Dienes.
7413 2003-08-27  Akim Demaille  <akim@epita.fr>
7415         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
7416         documentation.
7417         From Guido Draheim.
7419 2003-08-26  Akim Demaille  <akim@epita.fr>
7421         * doc/autoconf.texi (Output): Make clear that one can run code
7422         after AC_OUTPUT.
7424 2003-08-25  Akim Demaille  <akim@epita.fr>
7426         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
7427         CVS Bison.
7429 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
7431         * bin/autoreconf.in (parse_args): Do not pass --no-force to
7432         Automake versions prior to 1.8.
7434 2003-08-25  Akim Demaille  <akim@epita.fr>
7436         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
7437         From Ville Karaila.
7439 2003-08-24  Akim Demaille  <akim@epita.fr>
7441         * configure.ac: Bump to 2.57c.
7443 2003-08-22  Akim Demaille  <akim@epita.fr>
7445         Version 2.57b.
7447         * Makefile.cfg (local-checks-to-skip): New.
7448         * Makefile.maint (local-check): Rename as...
7449         (local-checks-available): this.
7450         (local-check): New.
7452         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
7453         * configure.ac: Require Automake 1.7.6.
7455 2003-08-22  Akim Demaille  <akim@epita.fr>
7457         Output stack traces in warnings.
7459         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
7460         Replace the former...
7461         (m4_warn): Pass the call stack to _m4_warn.
7462         * bin/autom4te.in: Adjust to output the call stack.
7463         * tests/m4sugar.at (m4@&t@_warn): Adjust.
7465 2003-08-22  Akim Demaille  <akim@epita.fr>
7467         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
7468         * bin/autom4te.in: Adjust.
7470 2003-08-21  Akim Demaille  <akim@epita.fr>
7472         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
7473         (&verbose): Remove.
7474         (&getopt): Adjust the note and verb channels, depending upon
7475         --verbose.
7476         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
7477         * bin/autoupdate.in: Adjust.
7478         Use &verb, not &verbose.
7480 2003-08-21  Akim Demaille  <akim@epita.fr>
7482         * bin/autoheader.in (&parse_args): Use &parse_warnings and
7483         &parse_WARNINGS.
7484         ($help): Use Autom4te::ChannelDefs::usage.
7485         * bin/autoscan.in: Use Autom4te::ChannelDefs.
7486         * lib/Autom4te/General.pm: Don't export error: you don't own it.
7488 2003-08-21  Akim Demaille  <akim@epita.fr>
7490         First stab at preserving warnings between calls to autom4te,
7491         including when the cache is used.
7493         There are still several issues: (i) there are too many runs of m4
7494         (one for include, one for warnings, and some more), (ii) warnings
7495         spreading on several lines are not handled gracefully, (iii) the
7496         code meant to have the call stack display for errors does not work
7497         (its handling should move from m4 to autom4te).
7499         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
7500         Use them.
7501         (@preselect): Add m4_warn.
7502         ($exit_status): Remove, use $exit_code.
7503         ($help): Use Autom4te::ChannelDefs::usage.
7504         (&handle_m4): No longer define the m4_warnings.
7505         At each run, extract and report the warnings.
7506         Always cache the result, including if the exit status is on
7507         failure, since if nothing changes, we should result in the same
7508         failure, hence we can use the cache.
7509         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
7510         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
7511         Remove.
7512         (m4_warn): Redefine as a do-nothing: it is its invocation that
7513         matters, as warnings are now reported via traces.
7514         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
7515         the contents of m4_warn: make it _call_ m4_warn, so that tracing
7516         the latter reveals calls to the former.
7518         Adjust the tests.
7520         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
7522 2003-08-21  Akim Demaille  <akim@epita.fr>
7524         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
7525         Use them.
7527 2003-08-21  Akim Demaille  <akim@epita.fr>
7529         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
7530         forward order.
7531         * lib/Autom4te/ChannelDefs.pm: Doc typos.
7532         (&parse_warnings): Accept a list of warning requests.
7533         (&usage): Return a string, not a side effect.
7534         (cross): New warning category.
7536 2003-08-21  Akim Demaille  <akim@epita.fr>
7538         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
7539         (&require_configure_ac): Accept an optional directory argument.
7540         ($configure_ac): Remove.
7541         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
7542         (&catfile): Remove.
7543         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
7544         * bin/autoscan.in: Adjust.
7546 2003-08-20  Akim Demaille  <akim@epita.fr>
7548         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
7549         Reported by Alexandre Duret-Lutz.
7551 2003-08-20  Akim Demaille  <akim@epita.fr>
7553         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
7554         * bin/autom4te: Adjust.
7555         In particular, be Autoconf tools are really silent when properly
7556         working, bind the verbosity of the 'note' channel to $verbose.
7557         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
7558         (&xsystem, &contents): Remove, since they are exported by...
7559         * lib/Autom4te/FileUtils.pm: this.
7560         More perldoc.
7561         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
7562         * lib/Autom4te/FileUtils.pm: here.
7564 2003-08-20  Akim Demaille  <akim@epita.fr>
7566         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
7567         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
7568         from CVS Automake.
7570 2003-08-20  Akim Demaille  <akim@epita.fr>
7572         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
7573         (autom4te-update): New.
7574         * Makefile.cfg (update): Bind autom4te-update.
7576 2003-08-19  Derek Price  <derek@ximbiot.com>
7578         * lib/autotest/general.m4: Comment various HELP_* diversions.
7579         (PARSE_ARGS_BEGIN): New section for option parsing related
7580         initialization.
7581         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
7582         package specific options and associated help.
7584 2003-08-19  Akim Demaille  <akim@epita.fr>
7586         * config/announce-gen, Makefile.cfg: New.
7587         * Makefile.am: Adjust.
7588         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
7590 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7592         * lib/autom4te.in (Automake-preselections): Preselect
7593         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
7594         and m4_sinclude.
7596 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7598         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
7599         (Autoconf-without-aclocal-m4): ... this new language.
7600         * doc/autoconf.texi (autom4te Invocation): Mention
7601         Autoconf-without-aclocal-m4.
7603 2003-08-18  Derek Price  <derek@ximbiot.com>
7605         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
7606         RUN-IF-PASS optional arguments.
7608 2003-08-18  Derek Price  <derek@ximbiot.com>
7610         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
7612 2003-08-16  Derek Price  <derek@ximbiot.com>
7614         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
7615         STDOUT & STDERR arguments.
7617 2003-08-14  Derek Price  <derek@ximbiot.com>
7619         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
7620         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
7621         shorter column three.  Add DESCRIPTION to log file content.
7623 2003-08-13  Derek Price  <derek@ximbiot.com>
7625         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
7626         output.
7628 2003-08-12  Derek Price  <derek@ximbiot.com>
7630         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
7631         (AT_CHECK_NOESCAPE): Move core functionality to...
7632         (_AT_CHECK): ...this new macro.
7634 2003-08-07  Derek Price  <derek@ximbiot.com>
7636         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
7637         (AT_CHECK_NOESCAPE): ...to this new macro.
7639 2003-07-31  Paul Eggert  <eggert@twinsun.com>
7641         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
7642         in Bash 2.01.  Problem reported by Brian Gough in
7643         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
7645 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
7647         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
7648         -lcrt1.o, for OS X.  (trivial change)
7650 2003-07-07  Paul Eggert  <eggert@twinsun.com>
7652         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
7653         inside '#ifndef __cplusplus'.  Problem reported by
7654         Bob Friesenhahn.
7656 2003-07-06  Bill Clarke  <llib@computer.org>
7658         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
7659         'long', not 'int', for benefit of Sun's recent C++ compilers
7660         (trivial change).  See:
7661         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
7662         (This really should be 'intptr_t', not 'long', but that would
7663         take more work.)
7665 2003-06-25  Akim Demaille  <akim@epita.fr>
7667         * lib/Makefile.am (autom4te.cfg): Make it read only.
7668         Depend on Makefile since it contains substitutions.
7669         From Paolo Bonzini.
7670         * lib/autom4te.in (args): Add local.at? for Autotest args.
7671         This change was made on autom4te.cfg which is generated.
7672         Reported by Raja R. Harinath.
7674 2003-06-25  Akim Demaille  <akim@epita.fr>
7676         * doc/autoconf.texi (Header Portability): sys/mount.h.
7677         From Gareth McCaughan.
7679 2003-06-23  Akim Demaille  <akim@epita.fr>
7681         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
7682         not all of them.  This fixes 1. the fact that when testing
7683         Autoconf there are many many config.log, 2. the incorrect use of
7684         top_srcdir to find config.log.
7685         Don't mix the detailed output of failed test with the summary of
7686         failures.  Rather, append detailed log afterwards.
7688 2003-06-23  Akim Demaille  <akim@epita.fr>
7690         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
7691         always run: output config.log on $at_group_log.
7693 2003-06-23  Akim Demaille  <akim@epita.fr>
7695         * tests/torture.at (#define header templates): Don't use quotes in
7696         C++ comments as it puzzles Emacs' sh font-lock-mode.
7698 2003-06-23  Akim Demaille  <akim@epita.fr>
7700         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
7701         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
7702         * tests/atspecific.m4: Rename as...
7703         * tests/local.at: This.
7704         * tests/suite.at: Move the globals into...
7705         * tests/local.at: here.
7706         * tests/Makefile.am: Adjust.
7707         * doc/autoconf.texi (testsuite Scripts): Adjust.
7709 2003-06-21  Kevin Ryde  <user42@zip.com.au>
7711         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
7712         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
7713         ensuring we add -std1 for full-ANSI.
7715         * doc/autoconf.texi (hdrindex): New macro.
7716         Add index entries for portability of various standard header files.
7718 2003-06-20  Akim Demaille  <akim@epita.fr>
7720         * configure.ac: Bump to 2.57b.
7722 2003-06-20  Akim Demaille  <akim@epita.fr>
7724         Version 2.57a.
7726 2003-06-20  Akim Demaille  <akim@epita.fr>
7728         * bin/autom4te.in: Don't rely on $HOME being defined.
7729         Reported by Marc Espie as PR/233.
7731 2003-06-20  Akim Demaille  <akim@epita.fr>
7733         * lib/autotest/general.m4: Use at_times_file only if used.
7734         From Nicolas Joly.
7736 2003-06-20  Akim Demaille  <akim@epita.fr>
7738         * config/config.guess, config/config.sub, config/elisp-comp,
7739         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
7740         Update from masters.
7742 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
7744         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
7745         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
7746         (TEST_SCRIPT): New diversion.
7747         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
7748         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
7749         (AT_INIT): Support for expected failures.
7751 2003-06-02  Akim Demaille  <akim@epita.fr>
7753         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
7754         changes.
7755         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
7756         Autoconf nor Automake.
7757         (&contents): New, from Automake.
7758         PODify.
7760 2003-05-28  Paul Eggert  <eggert@twinsun.com>
7762         * NEWS, doc/autoconf.texi (Particular Functions),
7763         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
7764         is the inverse of localtime.
7766 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
7768         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
7769         (handle_exec_errors): New function.  Work around $! being
7770         altered by WEXITSTATUS.
7771         (xqx, xsystem): Use handle_exec_errors.
7773 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
7775         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
7776         Do not call `_exit()', simply modify `$?'.
7777         (xsystem): Reset $! before running system, and check it afterward.
7778         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
7779         63 for version mismatches.
7781 2003-05-23  Akim Demaille  <akim@epita.fr>
7783         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
7784         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
7785         the middle of a line).
7786         * lib/m4sugar/m4sugar.m4: Likewise.
7787         Remove useless spaces in comments.
7789 2003-05-23  Akim Demaille  <akim@epita.fr>
7791         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
7792         exit 63, so that we (or Automake's "missing") can tell the
7793         difference with a plain failure.
7794         * doc/autoconf.texi (Notices): Adjust.
7796 2003-05-23  Akim Demaille  <akim@epita.fr>
7798         * Makefile.am, bin/Makefile.am, config/Makefile.am,
7799         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
7800         White spaces cleanup.
7802 2003-05-22  Jim Meyering  <jim@meyering.net>
7803             Paul Eggert  <eggert@twinsun.com>
7805         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
7806         Remove `#include <stdlib.h>' from the list; we should never
7807         make confdefs.h include <stdlib.h> or <cstdlib>, because the
7808         resulting namespace pollution would cause other tests to fail.
7809         Configure scripts run with some older versions of g++ and HP's
7810         aCC would fail due to such an #include.  Problems reported by
7811         Matthew Mueller in <http://bugs.debian.org/120704> and by
7812         Keith Bostic in
7813         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
7814         In the test, use the test declaration before including <stdlib.h>,
7815         as that's closer to how it'll be used.
7817 2003-05-23  Akim Demaille  <akim@epita.fr>
7819         * doc/autoconf.texi (Header Portability): ucred.h.
7820         From Ian Redfern.
7822 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7824         Overhaul Autotest's logging: generate separate log files
7825         in testsuite.dir/NNN/testsuite.log, and append them to
7826         testsuite.log instead of re-running the test verbosely.
7828         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
7829         file descriptor, write 0 to at_status_file instead of setting
7830         at_status=0, initialize some new variables (at_status_file,
7831         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
7832         to rerun the tests, instead append the at_group_log to the
7833         at_suite_log when a test fails.
7834         (AT_SETUP): pipe the test case's output into at_tee_pipe,
7835         with the AS_MESSAGE_LOG_FD redirected to stdout.
7836         (AT_CLEANUP): save the output status in $at_status_file
7837         and restore it, redirect the AS_MESSAGE_LOG_FD back to
7838         its original place.
7839         (AT_CHECK): since tests are run with a redirected stdout,
7840         and used to be re-run in verbose mode, turn some $at_verbose
7841         into echo, and don't redirect the output of testing stdout
7842         and stderr.
7844         * lib/autotest/autoconf.texi (testsuite Scripts): Update
7845         the name of the debugging directory and information about
7846         its contents.
7848 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7850         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
7851         parameter.
7853 2003-05-22  Akim Demaille  <akim@epita.fr>
7855         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
7856         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
7857         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
7858         * lib/autoconf/status.m4: Fix and adjust copyright notices.
7860 2003-05-22  Akim Demaille  <akim@epita.fr>
7862         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
7863         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
7864         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
7865         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
7866         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
7867         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
7868         * lib/autoconf/status.m4, lib/autoconf/types.m4,
7869         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
7870         * tests/atspecific.m4, tests/base.at, tests/compile.at,
7871         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
7872         * tests/tools.at, tests/torture.at:
7873         Whitespace clean up.
7874         Suggested by Jim Meyering.
7876 2003-05-22  Akim Demaille  <akim@epita.fr>
7878         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
7879         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
7880         Reported by Jim Meyering.
7882 2003-05-22  Akim Demaille  <akim@epita.fr>
7884         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
7885         Add AC_HELP_STRING  to the obsolete macros section.
7886         Typos.
7887         Use '@.' for sentences that ended in a capital letter.
7888         From Art Haas.
7890 2003-05-22  Akim Demaille  <akim@epita.fr>
7892         * config/config.guess, config/config.sub, config/elisp-comp,
7893         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
7894         * config/texinfo.tex, doc/standards.texi: Update from masters.
7896 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
7898         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
7899         it to eval.
7901 2003-05-21  Akim Demaille  <akim@epita.fr>
7903         * bin/autoupdate.in ($m4): Fix quotation.
7904         Reported by Martin Mokrejs.
7906 2003-05-19  Paul Eggert  <eggert@twinsun.com>
7908         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
7909         Remove non-ASCII characters.
7911 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
7913         * tests/semantics.at (AC_SEARCH_LIBS): New test.
7914         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
7915         AC_CHECK_HEADERS_NEW): New tests.
7917 2003-05-17  Akim Demaille  <akim@epita.fr>
7919         * lib/autoconf/functions.m4: Use the default includes so that
7920         memcmp be declared before being tested.
7921         Reported by Sander Niemeijer.
7922         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
7923         * doc/autoconf.texi (Default Includes): Document
7924         AC_INCLUDES_DEFAULT.
7926 2003-05-17  Akim Demaille  <akim@epita.fr>
7928         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
7929         * doc/autoconf.texi (Obsolete Macros): Adjust.
7930         Reported by Werner LEMBERG and Debian Bug 190886.
7932 2003-05-16  Akim Demaille  <akim@epita.fr>
7934         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
7935         user name space clashes.
7936         Reported by Bruno Haible.
7938 2003-05-16  Akim Demaille  <akim@epita.fr>
7940         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7941         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
7942         them uniform, and more robust to Perl special characters.
7943         Reported by Martin Mokrejs.
7945 2003-05-14  Akim Demaille  <akim@epita.fr>
7947         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
7949 2003-05-14  Akim Demaille  <akim@epita.fr>
7951         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
7952         linux/irda.h.
7954 2003-05-12  Akim Demaille  <akim@epita.fr>
7956         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
7957         message.
7958         From Matthias Andree.
7960 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
7962         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
7963         and truncate.
7965 2003-05-06  Akim Demaille  <akim@epita.fr>
7967         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
7968         longer updates aclocal.m4 if useless, (ii) if a file m4_included
7969         by aclocal.m4 is changed it might require the importing of another
7970         m4 extension file, i.e., aclocal must be run.
7972         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
7973         (&parse_args): Use --force with aclocal if required and supported.
7974         (&autoreconf_current_directory): Use &run_aclocal.
7976 2003-05-06  Akim Demaille  <akim@epita.fr>
7978         Lock autom4te's cache.
7980         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
7981         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
7982         argument instead of a file name, so that the request file remains
7983         open during the whole autom4te run.
7984         ($icache_file): New.
7985         (&freeze): Lock the $icache_file.
7987 2003-04-29  Derek Price  <derek@ximbiot.com>
7989         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
7990         seperator with m4_append_uniq().  It doesn't work.
7991         (AT_CLEANUP): Add `;' to end of at_help_all.
7992         (AT_INIT): Allow --keywords to be specified more than once.  When
7993         grepping $at_help_all for keywords, use the field and keyword
7994         seperators to ensure a complete keyword match.  Alter at_prev handling
7995         to support the new --keywords behavior.
7997 2003-04-27  Karl Berry  <karl@freefriends.org>
7999         * doc/autoconf.texi: Make the dir entries in the autoconf manual
8000         align better with others.  I also made some of the individual
8001         entries on one line, for brevity and to make it easier for me to
8002         sort my dir-example file in the Texinfo distribution :).
8004 2003-04-12  Jim Meyering  <jim@meyering.net>
8006         * NEWS: Mention the new macro.
8007         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
8008         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
8009         * tests/c.at: Test AC_C_RESTRICT.
8010         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
8012 2003-04-08  Akim Demaille  <akim@epita.fr>
8014         * bin/ifnames.in: Skip C++ comments.
8015         From Jeremy Yallop.
8017 2003-04-08  Akim Demaille  <akim@epita.fr>
8019         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
8020         From Ilya Zakharevich.
8022 2003-04-08  Akim Demaille  <akim@epita.fr>
8024         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
8025         net/if.h, stdlib.h.
8027 2003-04-01  Derek Price  <derek@ximbiot.com>
8029         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
8030         from Akim's checkin of 2003-03-29.
8032 2003-04-01  Derek Price  <derek@ximbiot.com>
8034         * tests/torture.at (Configuring subdirectories): Add missing
8035         close-quote for Akim's change from 2003-03-28.
8037 2003-04-01  Akim Demaille  <akim@epita.fr>
8039         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
8040         (AC, AT, MS): these.
8041         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
8042         New.
8043         Use them.
8044         * doc/Makefile.am (CLEANFILES): Adjust.
8045         (TEXI2DVI): Make it --batch.
8047 2003-03-31  Derek Price  <derek@ximbiot.com>
8049         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
8050         which removed the main loop.
8051         Thanks to Akim Demaille.
8053 2003-03-29  Akim Demaille  <akim@epita.fr>
8055         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
8056         that starts a GUI.
8057         From Ilya Zakharevich.
8059 2003-03-29  Akim Demaille  <akim@epita.fr>
8061         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
8062         documentation to read is Autoconf's.
8063         Suggested by Paul Eggert.
8065 2003-03-28  Akim Demaille  <akim@epita.fr>
8067         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
8068         reading the section "Present But Cannot Be Compiled" when the
8069         header causes problems.
8071 2003-03-28  Akim Demaille  <akim@epita.fr>
8073         * tests/torture.at (Configuring subdirectories): Require aclocal
8074         1.4, otherwise the test fails, as it does support configure.ac.
8075         This fixes the "test 40 failed" bug reports.
8077 2003-03-28  Akim Demaille  <akim@epita.fr>
8079         * doc/autoconf.texi (C Compiler): `#line' portability.
8080         From Paul Eggert and Nelson H. F. Beebe.
8082 2003-03-27  Derek Price  <derek@ximbiot.com>
8084         * lib/autotest/general.m4: Eliminate main loop and reorganize test
8085         layout in order to allow scripting around test groups.
8087 2003-03-27  Derek Price  <derek@ximbiot.com>
8089         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
8090         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
8091         use new diversions in preparation for accepting new arguments and
8092         allowing scripting around tests.
8093         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
8095 2003-03-26  Derek Price  <derek@ximbiot.com>
8097         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
8098         obsolete AC_HELP_STRING.
8099         (AC_HELP_STRING): AU_DEFUN to...
8100         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
8101         * tests/m4sh.at (AS_HELP_STRING): New test.
8103         * tests/acgeneral.at: Regenerated.
8105 2003-03-26  Derek Price  <derek@ximbiot.com>
8107         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
8108         sense.  Verbosify the diversion definitions comment.
8110 2003-03-26  Derek Price  <derek@ximbiot.com>
8112         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
8113         AS_PREPARE.
8115 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
8117         * doc/autoconf.texi (Present But Cannot Be Compiled):
8118         Grammar fixes and minor rewording. (trivial change)
8120 2003-03-06  Paul Eggert  <eggert@twinsun.com>
8122         Work around a problem noted by Nelson H. F. Beebe with coreutils
8123         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
8124         2002/05/09) rejects '#line 32768 "configure"' because the line
8125         number overflows.
8126         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
8127         #line directives.
8128         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
8129         * doc/autoconf.texi (Generating Sources): Document this.
8131 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
8133         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
8134         file name for the m4 program, when it has an "exe" file extension.
8135         DJGPP's error messages include the error code in brackets -
8136         remove the error code during normalization.
8138 2003-02-28  Akim Demaille  <akim@epita.fr>
8140         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
8142 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
8144         * doc/autoconf.texi (Limitations of Make): Remove the section
8145         about `$<' in inference rules, it was a bogus interpretation of
8146         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
8147         Tru64 make in the "target lookup" section.
8148         (Automake): Automake 1.5+ no longer requires special tools to be
8149         present on the developer's host.
8151 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
8153         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
8154         to a shell that can handle redirection or quoting correctly.
8155         Override SHELL with the shell detected by configure.
8156         Use of $^O suggested by Tim van Holder.
8157         * bin/autom4te.in (BEGIN): Likewise.
8158         * bin/autoreconf.in (BEGIN): Likewise.
8159         * bin/autoscan.in (BEGIN): Likewise.
8160         * bin/autoupdate.in (BEGIN): Likewise.
8161         * bin/ifnames.in (BEGIN): Likewise.
8163         * bin/ifnames.in: Add final newline to help and version messages.
8165         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
8166         to cope with DOS-style absolute paths, when constructing
8167         ${ac_make}.
8169         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
8170         When constructing paths with IFS=:, quote the path. If we're
8171         constructing a DOS-style absolute path, we don't want to split it
8172         on the colon.
8174         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
8175         in description.
8177 2003-02-25  Pavel Roskin  <proski@gnu.org>
8179         * bin/autoheader.in: Add missing newline when printing
8180         suggestion how change AC_DEFINE call.
8182 2003-02-24  Paul Eggert  <eggert@twinsun.com>
8184         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
8185         2002-09-01 patch by replacing "test -n" with "test -z".
8186         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
8187         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
8189         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
8190         to fix a mismatch between example and discussion.
8192 2003-02-24  Kevin Ryde  <user42@zip.com.au>
8194         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
8195         format starting with "-".
8197 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
8199         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
8200         is not portable inside Makefile.
8202 2003-02-20  Akim Demaille  <akim@epita.fr>
8204         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
8205         compiler says yeah, but preproc says nope, compiler is right.
8206         Conversely, prompt the reader to send a bug report to the
8207         maintainers of the package, not of Autoconf.
8209 2003-02-20  Klee Dienes  <kdienes@apple.com>
8211         * bin/autoreconf.in (autoreconf_current_directory): Properly
8212         handle an empty aclocal.m4.
8214 2003-02-20  Akim Demaille  <akim@epita.fr>
8216         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
8217         $ac_prefix_program.
8218         From Larry Jones.
8220 2002-12-23  Paul Eggert  <eggert@twinsun.com>
8222         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
8223         innocuous variant befor including <limits.h> or <assert.h>.  This
8224         works around a bug reported by Albert Chin: HP-UX 11i
8225         (and earlier versions) have a <limits.h> that declares
8226         gettimeofday and many other functions.
8228 2002-12-03  Paul Eggert  <eggert@twinsun.com>
8230         Version 2.57.
8232         * NEWS, configure.ac: Update version.
8234         * doc/fdl.texi: Upgrade to FDL version 1.2.
8236         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
8237         nontrivially in main's body, so that f's external declaration is
8238         not optimized away in AIX.  This should fix the bug reported by
8239         Martin Frydl in
8240         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
8242         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
8243         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
8244         defined, to support freestanding compilers.  This should fix the
8245         bug reported by Momchil Velkov in
8246         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
8248         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
8249         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
8250         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
8251         by Simon Josefsson in
8252         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
8254         * Makefile.maint (www-gnu): New macro.
8255         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
8256         the location has moved.
8258 2002-12-02  Martin Frydl  <martin@systinet.com>
8260         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
8261         \(.*\) match is too long and there is something more to be checked.
8262         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
8264 2002-11-15  Akim Demaille  <akim@epita.fr>
8266         Version 2.56.
8268         * config/install-sh: chmod +x.
8269         From Paul Eggert.
8270         * config/move-if-change: Indenting changes.
8271         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
8272         * configure.ac (AM_INIT_AUTOMAKE): here.
8273         Require 1.7.1.
8275 2002-11-14  Akim Demaille  <akim@epita.fr>
8277         Version 2.55.
8279         * config/config.guess, config/config.sub, config/install-sh:
8280         Update from masters.
8282 2002-11-14  Akim Demaille  <akim@epita.fr>
8284         * Makefile.maint: Sync with Bison, i.e.:
8285         (po-check): Scan .l and .y files instead of the
8286         .c and the .h files that they generate.  This fixes the bug
8287         reported by Tim Van Holder in:
8288         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
8289         Look for N_ as well as for _.  Try to avoid matching #define for
8290         N_ and _.
8291         From Paul Eggert.
8293 2002-11-14  Akim Demaille  <akim@epita.fr>
8295         * doc/autoconf.texi (C Compiler): Compiling several files at once.
8296         From Paul Eggert and Albert Chin-A-Young.
8298 2002-11-14  Akim Demaille  <akim@epita.fr>
8300         * doc/autoconf.texi (C Compiler): Solitary backslashes.
8301         From Paul Eggert and Albert Chin-A-Young.
8303 2002-11-14  Kevin Ryde  <user42@zip.com.au>
8305         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
8306         than assigning in main, to avoid HP cc +O3 optimizing it away.
8308 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
8310         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
8311         option.  Process --recheck after parsing all options.  Pass -q
8312         option to configure on --recheck.
8313         (AC_OUTPUT): Pass -q from configure to config.status.
8314         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
8315         arguments to record.
8316         * doc/autoconf.texi (config.status Invocation): Document
8317         config.status -q option.
8319 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
8321         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
8322         Makefile.in if Makefile.am exists.
8323         (output): Strip `.am' from Makefiles.  Don't
8324         output AC_CONFIG_FILES if no Makefiles were found.
8326 2002-11-07  Akim Demaille  <akim@epita.fr>
8328         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
8329         (local_updates): New.
8330         * Makefile.maint: Update, from CVS Bison.
8331         (local_updates): New.
8333 2002-11-06  Akim Demaille  <akim@epita.fr>
8335         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
8336         declaration in extern "C" too.
8337         Reported by Roberto Bagnara.
8339 2002-11-06  Akim Demaille  <akim@epita.fr>
8341         * tests/torture.at (Configuring subdirectories): Don't use grep
8342         -w.
8343         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
8344         Reported by Ezra Peisach.
8346 2002-11-05  Akim Demaille  <akim@epita.fr>
8348         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
8349         Remove.
8350         We _have_ to stop using the old compatibility scheme that tried to
8351         avoid useless backslashes because Libtool 1.4.3 contains a
8352         AC_DEFINE([error_t], [int],
8353         [Define to a type to use for \`error_t' if it is not
8354         otherwise available.])
8355         We _have_ to quote the single quote and backslashes with \.  The
8356         old compatibility scheme saw that ` was backslashed, and therefore
8357         did not quote the single quote.  Hence before this patch, Autoconf
8358         was not compatible with Libtool.
8360 2002-11-04  Paul Eggert  <eggert@twinsun.com>
8362         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
8363         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
8364         LC_NAME, LC_PAPER, LC_TELEPHONE.
8365         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
8367 2002-11-04  Akim Demaille  <akim@epita.fr>
8369         Version 2.54c.
8371         * Makefile.maint (update, cvs-update, po-update, do-po-update):
8372         New.
8373         * config/texinfo.tex: Update.
8375 2002-11-03  Akim Demaille  <akim@epita.fr>
8377         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
8378         from...
8379         (&autoreconf): here.
8380         ($help, $make, &parse_args, &autoreconf_current_directory):
8381         Support -m/--make.
8382         * doc/autoconf.texi (autoreconf Invocation): Adjust.
8384 2002-10-31  Bruno Haible  <bruno@clisp.org>
8386         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
8387         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
8388         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
8389         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
8390         to ac_cv_func_realloc_0_nonnull.
8391         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
8393 2002-10-31  Akim Demaille  <akim@epita.fr>
8395         The test suite was no longer checking for trailing envvars and files.
8397         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
8398         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
8400 2002-10-31  Akim Demaille  <akim@epita.fr>
8402         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
8403         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
8404         Make variable, not a shell variable.
8405         Suggested by Bruno Haible.
8407 2002-10-31  Akim Demaille  <akim@epita.fr>
8409         * bin/autom4te.in (load_configuration): Reject #args out of any
8410         language.
8412 2002-10-31  Akim Demaille  <akim@epita.fr>
8414         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
8415         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
8416         (_AC_RUN_IFELSE): Use it.
8417         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
8418         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
8419         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
8420         inline it.
8422 2002-10-30  Akim Demaille  <akim@epita.fr>
8424         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
8425         * doc/autoconf.texi (autom4te Invocation): Adjust.
8426         Suggested by Tim van Holder.
8428 2002-10-29  Paul Eggert  <eggert@twinsun.com>
8430         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
8431         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
8432         Problem reported by Bruno Haible.
8434 2002-10-29  Akim Demaille  <akim@epita.fr>
8436         * doc/autoconf.texi (Header Templates): Put also in words what the
8437         pictures says to assist free style readers.
8438         (Customizing autom4te): s/--cache=/--cache /.
8440 2002-10-29  Akim Demaille  <akim@epita.fr>
8442         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
8443         sys/wait.h.
8444         sparc_address_test returns void.
8445         Use it with an argument, as prototyped.
8446         From Bruno Haible.
8448 2002-10-29  Akim Demaille  <akim@epita.fr>
8450         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
8451         configure.in, not configure.ac.
8452         Reported by Bruno Haible.
8454 2002-10-29  Akim Demaille  <akim@epita.fr>
8456         * tests/torture.at (Deep Package): New test.
8457         (Configuring subdirectories): Don't use a testSubDir as Autotest
8458         now does it itself.
8460 2002-10-29  Akim Demaille  <akim@epita.fr>
8462         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
8463         * doc/autoconf.texi (Invoking autom4te): Rename as...
8464         (autom4te Invocation): this, for consistency with the other nodes.
8466 2002-10-29  Akim Demaille  <akim@epita.fr>
8468         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
8469         Reported by Ralf Corsepius.
8471 2002-10-29  Akim Demaille  <akim@epita.fr>
8473         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8474         characters is a back as an `obsolete' warning now.
8475         Reported by Ralf Corsepius.
8477 2002-10-28  Akim Demaille  <akim@epita.fr>
8479         * configure.ac: Bump to 2.54c.
8481 2002-10-28  Akim Demaille  <akim@epita.fr>
8483         Version 2.54b.
8485         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
8487 2002-10-28  Akim Demaille  <akim@epita.fr>
8489         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
8490         m4 executable names, and different GNU M4 version.
8491         Reported by Ezra Peisach and Paul Jarc.
8493 2002-10-27  Akim Demaille  <akim@epita.fr>
8495         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
8496         AC_RUN_IFELSE.
8498 2002-10-27  Akim Demaille  <akim@epita.fr>
8500         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
8501         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
8502         Die when a simple Fortran program cannot be compiled.
8503         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
8504         Issue a warning if no function is given.
8506 2002-10-27  Akim Demaille  <akim@epita.fr>
8508         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
8509         Move the documentation of AC_TRY_RUN to...
8510         (Obsolete Macros): here.
8511         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
8512         (autoconf Invocation): Remove the duplicates with `invoking
8513         autom4te'.
8514         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
8515         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
8517 2002-10-27  Akim Demaille  <akim@epita.fr>
8519         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
8520         and AC_LANG_FUNC_LINK_TRY.
8521         (Examining Libraries): Rename as...
8522         (Running the Linker): this.
8523         Document AC_LINK_IFELSE.
8524         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
8525         (Obsolete Macros): here.
8526         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
8527         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
8528         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
8529         * lib/autoconf/headers.m4 (AC_USG): Likewise.
8531 2002-10-27  Akim Demaille  <akim@epita.fr>
8533         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
8535         More `check config.log' messages.
8537         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
8538         * doc/autoconf.texi (Printing Messages): Document it.
8539         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
8540         appropriate.
8541         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
8542         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
8543         (_AC_COMPILER_OBJEXT): Likewise.
8544         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
8545         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
8546         Likewise.
8547         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
8548         Likewise.
8550         Deprecate macros with unusual interfaces.
8552         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
8553         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
8555         Document the new ones, and proper style.
8557         * doc/autoconf.texi (Generating Sources): New.
8558         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
8559         (Examining Declarations): Rename as...
8560         (Running the Preprocessor): this.
8561         Document AC_PREPROC_IFELSE.
8562         (Examining Syntax): Rename as...
8563         (Running the Compiler): this.
8564         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
8565         (Obsolete Macros): Move the definition of AC_TRY_CPP and
8566         AC_TRY_COMPILE here.
8568 2002-10-27  Akim Demaille  <akim@epita.fr>
8570         Move sections around.
8572         * doc/autoconf.texi (Customizing autom4te): Remove a lost
8573         sentence.
8574         Reported by Burno Haible.
8575         (Language Choice): Now the first section of...
8576         (Writing Tests): this section.
8577         Make the introduction less C-centric.
8578         (Guidelines, Test Functions): Move to...
8579         (Writing Test Programs): this new section.
8580         (Test Programs): Merge into...
8581         (Run Time): this.
8583 2002-10-27  Akim Demaille  <akim@epita.fr>
8585         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
8586         autom4te.in that resulted in the need for two `make' runs.
8588 2002-10-27  Akim Demaille  <akim@epita.fr>
8590         * configure.ac: Bump to 2.54b.
8592 2002-10-25  Akim Demaille  <akim@epita.fr>
8594         Version 2.54a.
8596         * Makefile.maint: Update from the Coreutils.
8597         (AMTAR): Remove, obsolete.
8598         (automake_repo): Update to redhat.com.
8599         (cvs_file): New.
8600         Adjust to the fact that ansi2knr is now hosted by Automake.
8601         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
8602         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
8603         Update from masters.
8604         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
8605         autoscan.pre is not to be installed, and autoscan.list is not to
8606         be shipped.
8607         (CLEANFILES): Add autoscan.list.
8608         (autoscan.list): Disable the cache.
8609         * bin/Makefile.am: Include freeze.mk.
8611 2002-10-25  Akim Demaille  <akim@epita.fr>
8613         * bin/autom4te.in (&load_configuration): Take the file as
8614         argument.
8615         (&parse_args): Handle -C, --cache.
8616         ($help): Adjust.
8617         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
8618         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
8619         * doc/autoconf.texi (Invoking autom4te): Document --cache.
8620         Now a subsection of...
8621         (Using autom4te): This new section.
8622         (Customizing autom4te): New.
8623         (autom4te.cache): Adjust.
8625 2002-10-25  Akim Demaille  <akim@epita.fr>
8627         * doc/autoconf.texi (Generic Headers): More information on how to
8628         use AC_CHECK_HEADERS.
8630 2002-10-25  Akim Demaille  <akim@epita.fr>
8632         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
8633         Space changes.
8635 2002-10-25  Akim Demaille  <akim@epita.fr>
8637         * bin/autoscan.in (output): Output AC_PREREQ.
8638         (%needed_macros): Add AC_PREREQ so that configure.ac without one
8639         be reported.
8641 2002-10-23  Akim Demaille  <akim@epita.fr>
8643         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
8644         document _Bool.
8646 2002-10-23  Akim Demaille  <akim@epita.fr>
8648         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
8649         Reported by Peter Eisentraut.
8651 2002-10-23  Akim Demaille  <akim@epita.fr>
8653         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
8654         type _Bool.
8655         Fix a typo.
8656         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
8657         Eggert's recommandations.
8659 2002-10-22  Akim Demaille  <akim@epita.fr>
8661         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
8662         Bison, by Paul Eggert.
8663         * doc/autoconf.texi (Particular Headers): Document it.
8665 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
8667         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
8668         `$ac_configure_args'.
8670 2002-10-22  Akim Demaille  <akim@epita.fr>
8672         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
8673         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
8674         From Art Haas.
8676 2002-10-22  Akim Demaille  <akim@epita.fr>
8678         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
8680         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8681         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
8682         (_AC_CHECK_HEADER_NEW): Rename as...
8683         (AC_CHECK_HEADER): this.
8685 2002-10-22  Akim Demaille  <akim@epita.fr>
8687         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
8688         words about HP-UX cmp: it was actually a user-written cmp.
8690 2002-10-22  Akim Demaille  <akim@epita.fr>
8692         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
8693         are a few warnings.
8694         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8695         Quote for Perl '' strings, not "".
8696         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
8697         strings.
8699 2002-10-22  Akim Demaille  <akim@epita.fr>
8701         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8702         characters is a syntax warning now.
8703         (_AS_QUOTE): Accept $2 as list of characters to quote.
8704         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8705         Quote for Perl, not sh.
8706         * bin/autoheader.in: When $debug, report the file which is
8707         `do'ne.
8708         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
8709         `@', to tickle Perl's lists.
8710         Reported by Carlos Velasco.
8712 2002-10-18  Akim Demaille  <akim@epita.fr>
8714         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
8715         missing included files _are_ errors.
8716         Thanks to Alexandre Duret-Lutz.
8717         * tests/tools.at (autom4te cache): Adjust.
8718         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
8719         (AT_CHECK_M4SUGAR): Use it.
8720         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8721         Adjust.
8722         * tests/tools.at (autom4te): Now it does exit 1.
8724 2002-10-17  Akim Demaille  <akim@epita.fr>
8726         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
8727         Fixes the `AC_ARG_VAR' test failures.
8728         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
8729         * lib/freeze.mk (check-forbidden-patterns): New.
8730         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
8731         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
8732         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
8733         /dev/null.
8734         Reported months ago by H. Merijn Brand.
8736 2002-10-17  Akim Demaille  <akim@epita.fr>
8738         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
8740 2002-10-16  Paul Eggert  <eggert@twinsun.com>
8742         * Makefile.maint (wget_files): Remove ansi2knr.c.
8743         (ansi2knr.c-url_prefix): Remove.
8745 2002-10-16  Akim Demaille  <akim@epita.fr>
8747         Because of caching, some files that no longer exist and are no
8748         longer required can still cause errors.
8749         Reported by Alexandre Duret-Lutz.
8751         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
8752         to frozen files in @ARGV, as @ARGV must remain being a list of
8753         files.  Rather, at M4 call sites, use this...
8754         (&files_to_options): New function.
8755         (&freeze): Use &error.
8756         (&up_to_date): If a file that was included according to the cache
8757         is no longer there, then the output is out dated.
8758         (&main): Don't even check whether a file is up to date is anyway
8759         --force is given.
8760         * tests/tools.at (autom4te cache): New.
8762 2002-10-16  Akim Demaille  <akim@epita.fr>
8764         * bin/autoconf.as: Kill dead options.
8765         * bin/autoupdate.in (&parse_args): Kill old options.
8766         * bin/autoreconf.in (&parse_args): Remove dead options.
8767         Factor some code.
8768         (&autoreconf): Report the directories we enter *and leave*, so
8769         that error messages can be easily located, and use GNU Make
8770         format, so that Emacs' compile mode understands us.
8771         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
8772         if some file was changed instead of `print'.
8773         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
8774         (&parse_args): Remove the dead options.
8775         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
8776         autoheader's quiet mode.
8777         (AT_CHECK_AUTOUPDATE): Likewise.
8778         * tests/tools.at (autoupdate): Adjust.
8779         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
8781 2002-10-11  Akim Demaille  <akim@epita.fr>
8783         No longer use CPP to check for the existing of headers: use CC to
8784         check for compilability.
8786         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8787         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
8788         (_AC_CHECK_HEADER_NEW): Rename as...
8789         (AC_CHECK_HEADER): this.
8791         * lib/autotest/general.m4 (AT_INIT): Include the failed test
8792         numbers in the Subject suggestion.
8794 2002-10-11  Akim Demaille  <akim@epita.fr>
8796         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
8797         Suggest using AC_CHECK_DECLS instead.
8799 2002-10-11  Akim Demaille  <akim@epita.fr>
8801         * tests/torture.at (AC_ARG_VAR): Have configure report the value
8802         of `precious'.
8804 2002-10-11  Akim Demaille  <akim@epita.fr>
8806         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
8807         file name to enable parallel executions.
8808         From Sam Varshavchik.
8810 2002-10-08  Akim Demaille  <akim@epita.fr>
8812         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
8813         aclocal invocation, as Gettext macros might not be visible to
8814         aclocal.
8815         Instead of blindly running autopoint, scan configure.ac (not the
8816         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
8817         Reported by Paul D. Smith.
8819 2002-10-08  Paul Eggert  <eggert@twinsun.com>
8821         Work around problems found when POSIXLY_CORRECT=1 is set.
8822         None of this seems to have anything to do with POSIX, really,
8823         but it's how Perl getopt works.
8824         * bin/autom4te.in (parse_args): Configure GetOpt with
8825         "permute", too.
8826         * doc/autoconf.texi (Invoking autom4te):
8827         --warning -> --warnings.
8828         * lib/autom4te.in: --warning -> --warnings.
8830 2002-09-28  Akim Demaille  <akim@epita.fr>
8832         * doc/autoconf.texi (autom4te.cache): New section.
8834 2002-09-28  Akim Demaille  <akim@epita.fr>
8836         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
8837         (Automake-preselections): Update.
8838         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
8840 2002-09-28  Akim Demaille  <akim@epita.fr>
8842         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
8843         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
8844         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8845         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
8847 2002-09-28  Akim Demaille  <akim@epita.fr>
8849         * tests/torture.at (Configuring subdirectories): Be robust to
8850         users who use config.site to require for a cache: in this case,
8851         the two last configure runs, using two different sets of
8852         arguments, trigger a legitimate error.
8854 2002-09-28  Akim Demaille  <akim@epita.fr>
8856         * tests/m4sh.at (Functions Support, Functions and return Support):
8857         New.
8859 2002-09-28  Akim Demaille  <akim@epita.fr>
8861         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
8862         autoheader are Perl programs.
8863         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
8864         (autom4te): Specify that the sources are in the $srcdir.
8865         * doc/autoconf.texi (Installation Directory Variables): Adjust.
8867 2002-09-28  Akim Demaille  <akim@epita.fr>
8869         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
8870         (tm_zone): Move their rules to...
8871         * lib/autoconf/types.m4: here, using AN_ macros.
8872         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
8873         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
8874         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
8875         * lib/autoconf/programs.m4: here.
8876         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
8877         (ETAGS_FOR_AUTOCONF): New.
8878         Use it.
8880 2002-09-28  Akim Demaille  <akim@epita.fr>
8882         * lib/autoconf/autoscan.m4: New file.
8883         * lib/autoconf/autoconf.m4: Include it.
8884         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
8885         that were listed in the original autoscan.list.
8886         * lib/autoconf/headers.m4: Similarly with headers.
8887         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
8888         (.m4.m4f): Don't pass --prepend-include, since that's done by
8889         tests/autom4te itself.
8890         * lib/autoscan/Makefile.am: Include freeze.mk.
8891         (autoscan.list): New target --this file is no longer a source.
8892         (autoscan.pre): New file.
8894 2002-09-28  Akim Demaille  <akim@epita.fr>
8896         * bin/autoscan.in (@kinds): Make them singular.
8897         Adjust all uses.
8898         (&init_tables): When --debug, report the list of rules to ease
8899         tracking changes in autoscan.list.
8900         * lib/autoscan/autoscan.list (function): Strip comments, sort.
8902 2002-09-28  Akim Demaille  <akim@epita.fr>
8904         * lib/autoscan/functions, lib/autoscan/headers,
8905         * lib/autoscan/identifiers, lib/autoscan/makevars,
8906         * lib/autoscan/programs: Merge into...
8907         * lib/autoscan/autoscan.list: this.
8908         * bin/autoscan.in (&init_tables): Adjust.
8910 2002-09-28  Akim Demaille  <akim@epita.fr>
8912         * lib/autoscan/functions, lib/autoscan/headers,
8913         * lib/autoscan/identifiers, lib/autoscan/makevars,
8914         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
8915         `functions' line is now prefixed with `function:'.
8916         * bin/autoscan.in (&init_tables): Adjust.
8918 2002-09-28  Akim Demaille  <akim@epita.fr>
8920         From now on, autoscan files must always map a macro name to a
8921         word: there is no `default' macro for autoscan.
8923         * bin/autoscan.in (&init_tables): Reject entries with no macro at
8924         all.
8925         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
8926         explicit.
8928 2002-09-28  Akim Demaille  <akim@epita.fr>
8930         * bin/autoscan.in (%c_keywords): Remove.
8931         (&used): Keep only track of the words we might be interested in.
8932         (&output_kind): It is no longer needed to look for non active
8933         checks.
8935 2002-09-27  Akim Demaille  <akim@epita.fr>
8937         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
8938         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
8939         * lib/autoscan/functions: Adjust.
8940         * doc/autoconf.texi (Particular Functions): Adjust.
8942 2002-09-27  Akim Demaille  <akim@epita.fr>
8944         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
8945         from /tmp.
8946         Thanks to Bill Moseley and Paul Eggert.
8947         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
8948         the tmpdir must be created.
8949         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
8950         dir be in the build tree, instead of $TMPDIR.
8952 2002-09-27  Akim Demaille  <akim@epita.fr>
8954         * bin/autoscan.in: Improve the comments.
8955         (&parse_args): Drop obsolete undocumented options.
8956         (&output_kind): Output warnings.
8957         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
8958         (getwd): Trigger a warning.
8960 2002-09-26  Akim Demaille  <akim@epita.fr>
8962         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
8963         Reported by Ralf Corsepius.
8964         * doc/autoconf.texi (autoreconf Invocation): Likewise.
8966 2002-09-26  Akim Demaille  <akim@epita.fr>
8968         Single suffix rules and seperated dependencies are not portable.
8970         * doc/autoconf.texi (Installation Directory Variables): Update.
8971         (Limitations of Make): Some about `Single Suffix Rules and
8972         Separated Dependencies'.
8973         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
8974         (ifnames, autoscan, autom4te): Un-factor into several rules.
8976 2002-09-25  Paul Eggert  <eggert@twinsun.com>
8978         * BUGS (Interoperability bugs): New section.  Mention libtool
8979         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
8981 2002-09-24  Paul Eggert  <eggert@twinsun.com>
8983         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
8984         make handles suffix-rules differently from GNU make.
8986         * bin/Makefile.am (SUFFIXES, .in): Remove.
8987         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
8988         Move the body of the old .in rule here.
8990 2002-09-16  Akim Demaille  <akim@epita.fr>
8992         i960 compilers create `b.out' files by default.
8993         Reported by Ralf Corsepius.
8995         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
8996         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
8998 2002-09-13  Paul Eggert  <eggert@twinsun.com>
9000         * doc/autoconf.texi (Particular Headers): Remove obsolete
9001         reference to `struct timezone' in the description of
9002         AC_HEADER_TIME.
9004 2002-09-13  Akim Demaille  <akim@epita.fr>
9006         Version 2.54.
9008         * config/config.sub, config/config.guess: Update.
9009         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
9010         * Makefile.am: Adjust.
9012 2002-09-13  Akim Demaille  <akim@epita.fr>
9014         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
9015         reading config.log when the compiler is rejected.
9016         Suggested by Guido Draheim.
9018 2002-09-13  Akim Demaille  <akim@epita.fr>
9020         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
9021         (chdir_init) might hang when stat'ing mounted directories.
9022         Reported by Vance Shipley.
9024 2002-09-12  Akim Demaille  <akim@epita.fr>
9026         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
9027         the lists.
9029 2002-09-12  Akim Demaille  <akim@epita.fr>
9031         * doc/autoconf.texi (Defining Symbols): Present two different
9032         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
9033         difference between 1 argument calls, and 2-3 argument calls.
9035 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
9037         * doc/autoconf.texi: Review grammar and punctuation.
9039 2002-09-11  Paul Eggert  <eggert@twinsun.com>
9041         * doc/autoconf.texi: Fix minor formatting, spelling, and
9042         grammatical typos.
9043         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
9044         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
9045         is obsolescent.
9047 2002-09-11  Akim Demaille  <akim@epita.fr>
9049         * doc/autoconf.texi (Questions): Rename as...
9050         (FAQ): this.
9051         (Defining Directories): New.
9053 2002-09-09  Akim Demaille  <akim@epita.fr>
9055         * doc/autoconf.texi (Making testsuite Scripts): Update.
9056         Suggested by Nishio Futoshi.
9058 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
9060         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
9061         plain `@' is wanted.
9063 2002-09-09  Akim Demaille  <akim@epita.fr>
9065         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
9066         `duplicates', since the algorithm was too naive and could keep
9067         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
9068         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
9069         Reported by Ralf Corsepius.
9070         * tests/torture.at (Configuring subdirectories): Exercise these
9071         cases.
9073 2002-09-09  Akim Demaille  <akim@epita.fr>
9075         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
9076         looking for a replacement file.
9077         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
9078         directory is relative.
9079         * doc/autoconf.texi (Generic Functions): Clarify the replacement
9080         directory definition.
9081         Reported by Andreas Schwab and Jim Meyering.
9083 2002-09-06  Akim Demaille  <akim@epita.fr>
9085         * doc/autoconf.texi (Setting Output Variables): Clarify what
9086         precious variables are.
9087         Suggested by Pontus Skoeld.
9089 2002-09-05  Akim Demaille  <akim@epita.fr>
9091         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
9092         (ifnames, autoscan, autom4te): Since we don't only depend on
9093         configure.ac variables (such as VERSION etc.), but also on prefix
9094         and so forth, depend on Makefile, not configure.ac.
9095         Reported by Alexandre Duret-Lutz.
9096         * doc/autoconf.texi (Installation Directory Variables): Adjust.
9098 2002-09-05  Kevin Ryde  <user42@zip.com.au>
9100         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
9101         doesn't seem to be confined to ia64, just say "some versions".
9103 2002-09-04  Akim Demaille  <akim@epita.fr>
9105         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
9106         Automake 1.6c.
9107         * Makefile.am (maintainer-clean-local): Remove.
9108         (MAINTAINERCLEANFILES): Remove COPYING.
9110 2002-09-03  Paul Eggert  <eggert@twinsun.com>
9112         * doc/autoconf.texi (Configuration Commands): Remove obsolete
9113         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
9114         Brinkmann.
9116 2002-09-03  Akim Demaille  <akim@epita.fr>
9118         * configure.ac: Bump to 2.53d.
9119         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
9120         as of today, on Automake's team suggestion.
9122 2002-09-03  Akim Demaille  <akim@epita.fr>
9124         Version 2.53c.
9126 2002-09-02  Akim Demaille  <akim@epita.fr>
9128         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
9129         SITE_MACRO_DIR.
9130         * configure.ac: Disable SITE_MACRO_DIR.
9132 2002-09-02  Jim Meyering  <meyering@lucent.com>
9134         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
9135         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
9136         Also, tweak grammar: s/make sure to/be sure to/.
9138 2002-09-02  Paul Eggert  <eggert@twinsun.com>
9140         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
9141         directory names are generally preferable to physical names.
9143 2002-09-02  Akim Demaille  <akim@epita.fr>
9145         * lib/Autom4te/General.pm (&update_file): s/die/error/.
9146         Reported by Raja R. Harinath.
9147         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
9148         * bin/autoupdate.in: Use error instead of die.
9150 2002-09-01  Paul Eggert  <eggert@twinsun.com>
9152         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
9153         ordinary shell concatenation rather than echo+tr+sed command that
9154         runs afoul of a long-line-related sed bug in Solaris 8.
9156         * bin/autoheader.in (parse_args): --warning -> --warnings.
9158         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
9159         stdout, as traditional "ls" does.
9160         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
9161         _AC_COMPILER_EXEEXT_O): Likewise.
9162         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
9164         * bin/autoconf.as: Add --prepend-include option.  This patch was
9165         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
9166         but bin/autoconf.in is generated automatically from bin/autoconf.as.
9168         * bin/autoconf.in, configure: Regenerate.
9170         * doc/autoconf.texi (Special Shell Variables): Mention
9171         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
9173         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
9174         MAILPATH and set PS1, PS2, PS4 to default values, to work
9175         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
9176         For LC_ALL etc, first try to set to "C" as POSIX requires and as
9177         the Autoconf documentation specifies; fall back to "unset" only if
9178         this fails.  Use a shell for-loop for this rather than an m4 loop,
9179         to shorten the output script.
9181 2002-08-30  Paul Eggert  <eggert@twinsun.com>
9183         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
9184         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
9185         for the CDPATH problem.  Document PWD.
9186         (Limitations of Builtins): Document the problem that "cd $foo" and
9187         "ls $foo" may refer to different directories in shells conforming
9188         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
9189         example, since the old example is now out of date.
9191         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
9192         FOO" and "ls FOO" talk about different directories; this catches
9193         problems when POSIX 1003.1-2001 "cd" fails due to symlink
9194         spaghetti.
9196         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
9197         of rolling our own unset.
9198         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
9199         in practice we needn't worry about CDPATH if unset doesn't work.
9201         * Makefile.in, aclocal.m4, bin/Makefile.in,
9202         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
9203         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
9204         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
9205         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
9206         tests/Makefile.in: Regenerate with Automake 1.6.3.
9208         * config/config.guess, config/config.sub, config/mkinstalldirs:
9209         Update.
9211         * configure: Regenerate with self.
9213 2002-08-30  Kevin Ryde  <user42@zip.com.au>
9215         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
9216         default output.
9218 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9220         * bin/autom4te.in (Request::load): Correctly test for "do" read
9221         failure.
9223 2002-08-29  Akim Demaille  <akim@epita.fr>
9225         * lib/Autom4te/General.pm (&xqx): New.
9226         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
9227         hand, which is not portable.
9228         (&error): New.
9229         * bin/autom4te.in: Use them.
9230         Use &error instead of die.
9231         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
9232         Adjust.
9234 2002-08-17  Paul Eggert  <eggert@twinsun.com>
9236         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
9237         default list of compilers to try, since it was long ago superseded
9238         by the ksh fc builtin.  Suggested by Steven G. Johnson.
9240 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
9242         * doc/autoconf.texi (Invoking autom4te): End the option table,
9243         fixing a bug introduced by the previous patch.
9244         (Limitations of Make): Add a 'target lookup' subentry in the
9245         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
9247 2002-07-29  Mark D. Roth  <roth@feep.net>
9249         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
9250         options and use $AUTOM4TE_PATH.
9251         * doc/autoconf.texi: Remove documentation of autom4te
9252         --include-envvar and --site-macro-subdir options and document
9253         use of $AUTOM4TE_PATH.
9254         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
9255         arguments from each language section.
9257 2002-07-29  Paul Eggert  <eggert@twinsun.com>
9259         * doc/install.texi: Include copyright symbol in copyright notice.
9261         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
9262         Replace with:
9263         (AM_MAKEINFOFLAGS): New macro.
9264         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
9265         * Makefile.am (INSTALL): Use the new macros.
9266         Use -o rather than --output, since "missing" does not grok --output.
9268 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
9270         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
9271         comments do not always work. Never trust the exit status of
9272         `make -k'.
9274 2002-07-24  Kevin Ryde  <user42@zip.com.au>
9276         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
9277         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
9279 2002-07-23  Paul Eggert  <eggert@twinsun.com>
9281         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
9282         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
9283         apparently treats PATH="nonexistent" as if it contained ".".
9284         Bug reported by Stefan `Sec' Zehl.
9286 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
9288         * doc/autoconf.texi (Limitations of Make): Mention the special
9289         handling of the obj/ directory by BSD make.
9291 2002-07-20  Kevin Ryde  <user42@zip.com.au>
9293         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
9294         backslashes.
9296 2002-07-19  Akim Demaille  <akim@epita.fr>
9298         * doc/autoconf.texi (Function Portability): `exit'.
9299         (Programming in M4sh): Ethymology of M4sh.
9301 2002-07-19  Akim Demaille  <akim@epita.fr>
9303         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
9305 2002-07-18  Akim Demaille  <akim@epita.fr>
9307         Version 2.53b.
9309 2002-07-18  Akim Demaille  <akim@epita.fr>
9311         * config/config.guess, config/config.sub: Update.
9313 2002-07-18  Akim Demaille  <akim@epita.fr>
9315         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
9316         Automake's parts.
9318         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
9319         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
9320         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
9322 2002-07-18  Akim Demaille  <akim@epita.fr>,
9323             Alexandre Duret-Lutz  <duret_g@epita.fr>
9325         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
9326         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
9328 2002-07-17  Russ Allbery  <rra@stanford.edu>
9330         * doc/autoconf.texi (Initializing configure): Clarify the
9331         description of the tarname default.
9333 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
9335         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
9336         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
9337         latter was not run.
9339 2002-07-17  Akim Demaille  <akim@epita.fr>
9341         * lib/Autom4te/General.pm (find_file): Browse the directories in
9342         the order they are given.
9344 2002-07-17  Akim Demaille  <akim@epita.fr>
9346         * tests/wrapsh.as, tests/wrappl.as: Merge into...
9347         * tests/wrapper.as: this.
9348         * tests/Makefile.am, configure.ac: Adjust.
9350 2002-07-17  Mark D. Roth  <roth@feep.net>
9352         * configure.ac: Add --enable-site-macro-dir option.
9353         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
9354         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
9355         --site-macro-subdir options.
9356         * bin/autoconf.in: Add --prepend-include option.
9357         * bin/autoheader.in: Add --prepend-include option.
9358         * bin/autoreconf.in: Add --prepend-include option.
9359         * bin/autoscan.in: Add --prepend-include option.
9360         * bin/autoupdate.in: Add --prepend-include option.
9361         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
9362         macro directory, remove note that include path directories are
9363         used in reverse order, and document --prepend-include option.
9364         * lib/autom4te.in: Use --prepend-include instead of --include.
9365         * tests/wrapsh.in: Use --prepend-include instead of --include.
9367 2002-07-17  Akim Demaille  <akim@epita.fr>
9369         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
9370         tarnames.
9371         * doc/autoconf.texi (Initializing configure): Adjust.
9373 2002-07-17  Akim Demaille  <akim@epita.fr>
9375         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
9376         (_AC_FUNC_MALLOC): New.
9377         (AC_FUNC_MALLOC): Use the latter.
9378         Define HAVE_MALLOC to 0 if broken.
9379         * doc/autoconf.texi (Particular Functions): Adjust.
9381 2002-07-16  Akim Demaille  <akim@epita.fr>
9383         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
9384         * doc/autoconf.texi (C Compiler): Adjust.
9386 2002-07-09  Akim Demaille  <akim@epita.fr>
9388         * doc/autoconf.texi: Properly set the ``header'' part.
9390 2002-07-09  Akim Demaille  <akim@epita.fr>
9392         * doc/autoconf.texi (Systemology): Some about Darwin.
9394 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9396         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
9397         Don't use AC_REQUIRE in AU_DEFUN.
9399 2002-07-09  Art Haas  <ahaas@neosoft.com>
9401         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
9403 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
9405         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9406         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
9407         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
9408         so that Emacs setups GNU style for perl-mode and cperl-mode.
9410 2002-06-27  Paul Eggert  <eggert@twinsun.com>
9412         * config/install-sh: Quote $src.  Prefer || to test's -o option,
9413         as per "Limitations of Builtins".
9414         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
9415         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
9417         * tests/mktests.sh: Use grep instead of fgrep, as per
9418         "Limitations of Builtins".
9420 2002-06-15  Paul Eggert  <eggert@twinsun.com>
9422         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
9423         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
9424         so that we consistently test the just-built programs.
9425         * tests/wrappl.as: Likewise.
9427 2002-06-12  Paul Eggert  <eggert@twinsun.com>
9429         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
9430         name, so that symlinks to 'autoconf' work properly.  Bug reported
9431         by Bruno Haible.
9432         * bin/autoheader.in (AUTOM4TE): Likewise.
9433         * bin/autoreconf.in (autoconf, autoheader): Likewise.
9434         * bin/autoscan.in (autom4te): Likewise.
9435         * bin/autoupdate.in (autom4te): Likewise.
9437         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
9438         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
9439         on Solaris 2.5.1.
9441 2002-06-11  Andreas Schwab  <schwab@suse.de>
9443         * doc/autoconf.texi: Add more dir entries.
9445 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
9447         * bin/autom4te.in ($cache): Don't define using `$me', the name
9448         of the cache should not depend on the name under which autom4te
9449         was installed.
9451 2002-06-07  Akim Demaille  <akim@epita.fr>
9453         * tests/tools.at (autoconf: forbidden tokens, basic)
9454         (autoconf: forbidden tokens, exceptions): Adjust to the change of
9455         words in autom4te.in.
9457 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
9459         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
9460         _AC_LANG_PROGRAM_C_F77_HOOKS.
9462 2002-06-07  Akim Demaille  <akim@epita.fr>
9464         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
9465         rename as...
9466         (AC_REPLACE_FNMATCH): this.
9467         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
9468         AC_FUNC_FNMATCH_GNU.
9470 2002-06-07  Akim Demaille  <akim@epita.fr>
9472         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
9473         Rosetta Stone for Unix.
9475 2002-06-07  Akim Demaille  <akim@epita.fr>
9477         * bin/autom4te.in (warn_forbidden): When rejecting a token,
9478         suggest m4_pattern_allow.
9479         Suggested by Adam J. Richter.
9481 2002-06-07  Akim Demaille  <akim@epita.fr>
9483         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
9484         ac_config_libobj_dir.
9485         (AC_CONFIG_LIBOBJ_DIR): New.
9486         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
9487         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
9488         Use ac_config_libobj_dir to find the replacement files.
9489         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
9490         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
9491         (AC_REPLACE_FNMATCH_GNU): these.
9492         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
9493         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
9494         * tests/mktests.sh (ac_exclude_list): Don't check
9495         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
9497 2002-06-06  Paul Eggert  <eggert@twinsun.com>
9499         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
9500         if ln doesn't work.
9501         * NEWS: Likewise.
9502         * doc/autoconf.texi (Configuration Links): Likewise.
9503         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
9505 2002-06-05  Paul Eggert  <eggert@twinsun.com>
9507         * config/config.guess, config/config.sub, config/texinfo.tex:
9508         Update from masters.
9510 2002-05-29  Paul Eggert  <eggert@twinsun.com>
9512         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
9513         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
9514         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
9515         Likewise.
9516         * lib/autoconf/Makefile.am (check-local): Likewise.
9517         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
9518         * lib/autoconf/types.m4 (commentary only): Likewise.
9519         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
9520         * lib/autotest/Makefile.am (check-local): Likewise.
9521         * lib/m4sugar/Makefile.am (check-local): Likewise.
9522         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
9523         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
9525         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
9526         * doc/autoconf.texi (Particular Programs): Document them.
9527         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
9528         * NEWS: Likewise.
9530 2002-05-27  Paul Eggert  <eggert@twinsun.com>
9532         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
9533         * NEWS, doc/autoconf.texi (Particular Types): Document it.
9534         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
9535         instead of AC_MBSTATE_T, which never existed.
9537 2002-05-23  Akim Demaille  <akim@epita.fr>
9539         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
9540         version of Autoconf that is discussed.
9542 2002-05-22  Paul Eggert  <eggert@twinsun.com>
9544         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
9545         from the default list of compilers to try.  Suggested by
9546         Kate Hedstrom.
9547         * NEWS: Document the above.
9548         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
9550 2002-05-17  Paul Eggert  <eggert@twinsun.com>
9552         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
9553         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
9554         This improves on an earlier suggestion by H. Peter Anvin.
9556 2002-05-16  Paul Eggert  <eggert@twinsun.com>
9558         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
9559         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
9560         Both macros now accept an optional source-dir arg.
9561         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
9563         * NEWS: Document this.
9564         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
9566         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
9567         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
9568         not for GNU extensions; this undoes part of the 2000-11-03 change,
9569         reverting to 2.13-compatible behavior.
9570         Add new optional argument DIR.
9571         (AC_FUNC_FNMATCH_GNU): New macro.
9573         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
9575 2002-05-08  Paul Eggert  <eggert@twinsun.com>
9577         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
9578         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
9579         and it causes a 'test' syntax error if it fails.
9580         Bug reported by Stephen Gildea.
9582         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
9583         If prototypes are supported, use them to check this at compile-time,
9584         instead of trying to check it at run-time.  If we must do a run-time
9585         check, assume that setvbuf is standard when cross-compiling, as
9586         nonstandard setvbuf occurs only on ancient and unlikely hosts.
9587         Bug reported by Paul D. Smith.
9589         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
9590         argument specifying location of getloadavg.c.  This removes a
9591         FIXME.  This idea was taken from Jim Meyering's implementation in
9592         textutils.
9593         * doc/autoconf.texi (Particular Functions): Document this.
9594         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
9595         that's what the code does; this fixes a bug reported by
9596         Paul D. Smith.
9598 2002-05-03  Akim Demaille  <akim@epita.fr>
9600         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
9601         autopoint instead of gettextize.
9602         ($uses_alocal): Rename as...
9603         ($uses_aclocal): this.
9604         * doc/autoconf.texi (autoreconf Invocation): Adjust.
9605         Suggested by Bruno Haible.
9607 2002-05-03  Akim Demaille  <akim@epita.fr>
9609         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
9611 2002-04-29  Paul Eggert  <eggert@twinsun.com>
9613         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
9614         files to be 1 second older; just set them to be the same time.
9615         Also, sleep 1 second after the first aclocal, to work around
9616         problems with sub-second time stamps on the input files.
9618 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
9620         * doc/autoconf.texi: Mention "set -e -x" lossage
9621         under node "Limitations of Builtins".
9623 2002-04-29  Akim Demaille  <akim@epita.fr>
9625         * doc/install.texi: Better wording for setting variables when
9626         running configure.
9627         From Christian Cornelssen.
9629 2002-04-29  Akim Demaille  <akim@epita.fr>
9631         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
9632         of lack of $LINENO support, then the test will compare the $LINENO
9633         in testsuite vs. the lineno in the test file.  This is wrong, of
9634         course.
9635         Be sure to protect it.
9636         Reported by Patrick Welche.
9638 2002-04-25  Akim Demaille  <akim@epita.fr>
9640         * doc/autoconf.texi (Obsolete Macros): Typo.
9641         Reported by Vladimir Volovich.
9643 2002-04-25  Akim Demaille  <akim@epita.fr>
9645         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
9646         than some of the input files, hence, on the second run of aclocal,
9647         if some of its input are younger, make them older.
9648         Suggested by Paul Eggert.
9650 2002-04-25  Akim Demaille  <akim@epita.fr>
9652         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
9653         Thanks to Paul Eggert.
9655 2002-04-25  Akim Demaille  <akim@epita.fr>
9657         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
9658         and ac_subst_vars be sh variables containing the list of
9659         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
9660         DEFAULT diversion.
9661         (_AC_INIT_PREPARE): Use them to log them.
9662         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
9663         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
9664         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
9665         _AC_SUBST_FILES and _AC_SUBST_VARS.
9666         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
9668 2002-04-24  Akim Demaille  <akim@epita.fr>
9670         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
9671         autoheader, so that automake does not complain about a missing
9672         config.h.in that was to be created.
9674 2002-04-23  Akim Demaille  <akim@epita.fr>
9676         * bin/autoheader.in (parse_args): --warning takes an argument.
9677         Fixes PR/220.
9679 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
9681         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
9682         and bb.out when cleaning up.
9684 2002-04-22  Akim Demaille  <akim@epita.fr>
9686         Version 2.53a.
9688 2002-04-22  Akim Demaille  <akim@epita.fr>
9690         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
9692 2002-04-22  Akim Demaille  <akim@epita.fr>
9694         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
9695         comma.
9696         Reported by Gregory Giannoni.
9698 2002-04-22  Akim Demaille  <akim@epita.fr>
9700         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
9701         Fixes false failures on Darwin.
9703 2002-04-21  Paul Eggert  <eggert@twinsun.com>
9705         * TODO, bin/autoupdate.in, doc/autoconf.texi,
9706         lib/autoconf/general.m4, lib/autoconf/libs.m4,
9707         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
9708         tests/tools.at: Minor spelling and grammar fixes.
9710 2002-04-20  Paul Eggert  <eggert@twinsun.com>
9712         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
9713         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
9714         * lib/autotest/general.m4 (AT_INIT): Likewise.
9715         * tests/atgeneral.m4 (AT_INIT): Likewise.
9717 2002-04-19  Paul Eggert  <eggert@twinsun.com>
9719         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
9720         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
9721         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
9722         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9723         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
9724         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
9725         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
9726         Minor spelling and grammar fixes.
9728         * doc/autoconf.texi: Follow the outline suggested in the GNU
9729         Sample Texts sections of the Texinfo 4.2 manual.  Most
9730         importantly, this makes sure that the copyright notices appear in
9731         all output formats.  You probably need Texinfo 4.2 to generate
9732         the manual now.
9734         Fix some bugs when using "$@" when there might be zero positional
9735         arguments in cases where this matters.
9737         * bin/autoconf.as: Rewrite so that the problem does not come up.
9738         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
9739         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
9740         * lib/autotest/general.m4 (AT_INIT): Likewise.
9742         * bin/autoheader.in: Use 'case' statement to work around problem.
9743         * bin/auto4mte.in: Likewise.
9744         * bin/autoreconf.in: Likewise.
9745         * bin/autoscan.in: Likewise.
9746         * bin/autoupdate.in: Likewise.
9747         * bin/ifnames.in: Likewise.
9749         * doc/autoconf.texi (Shell Substitutions): Document the problem.
9751         * lib/autotest/general.m4 (AT_INIT):
9752         Use Zsh alias to work around problem.
9753         * tests/atgeneral.m4 (AT_INIT): Likewise.
9755         * tests/c.at: We can't have zero arguments, so remove workaround
9756         that is not portable to Zsh.
9758 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
9760         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
9761         from aclocal.m4 too.
9763 2002-04-12  Akim Demaille  <akim@epita.fr>
9765         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
9767 2002-04-10  Akim Demaille  <akim@epita.fr>
9769         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
9770         workaround for ${1+"$@"}.
9771         * doc/autoconf.texi (Shell Substitutions): Explain it.
9772         From Oliver Kiddle and Peter Stephenson.
9774         Have M4sh perform minimal shell sanitizing.
9776         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
9777         part into...
9778         (_AS_PREPARE): this new macro.
9779         (AS_PREPARE): New.
9780         (AS_INIT): Invoke AS_SHELL_SANITIZE.
9781         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
9783         Adjust Autoconf and Autotest.
9785         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
9786         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
9787         * lib/autotest/general.m4 (AT_INIT): Likewise.
9788         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
9789         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
9790         AS_SHELL_SANITIZE.
9792         Use this M4sh to generate Autoconf's shell scripts.
9794         * tests/wrapsh.as: New, precursor of wrapsh.in.
9795         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
9796         on Autotest and M4sh.
9797         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
9798         (wrapsh.in): New target.
9799         * bin/autoconf.as: New, precursor of autoconf.in.
9800         (autoconf.in): New target.
9802 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9804         * doc/autoconf.texi (Limitations of Make): Mention the issue
9805         with indented comments in rules.
9807 2002-04-09  Andreas Schwab  <schwab@suse.de>
9809         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
9810         ac_top_builddir when setting ac_abs_top_builddir.
9812 2002-04-06  Kevin Ryde  <user42@zip.com.au>
9814         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
9815         (Portable Shell): Cross reference to Systemology.
9817 2002-04-05  Akim Demaille  <akim@epita.fr>
9819         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
9820         directories when descending in a SUBDIRS.
9821         Reported by Ezra Peisach.
9823 2002-04-04  Andreas Schwab  <schwab@suse.de>
9825         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
9826         contains no literal separators.
9828 2002-04-03  Akim Demaille  <akim@epita.fr>
9830         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
9831         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
9832         Use dnl, not the KILL diversion.
9833         Extracted from...
9834         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
9835         (AC_CONFIG_LINKS): here.
9836         Adjust.
9837         Don't use the KILL diversion, as it kills spurious output, which
9838         results in failures being hidden.
9839         Use m4_defn where appropriate.
9840         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
9841         after the second argument.
9842         Use m4_defn.
9843         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
9844         syntax, as it is provided by M4sugar.
9845         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
9847 2002-04-03  Andreas Schwab  <schwab@suse.de>
9849         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
9850         expanded if $# <= 2.
9852         * bin/autoreconf.in (autoreconf): Run automake after rerunning
9853         aclocal.
9855 2002-04-03  Akim Demaille  <akim@epita.fr>
9857         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
9858         (_AC_COMPILER_EXEEXT_REJECT): New.
9859         Also recognize *.bb and *.bbg as compilation byproducts.
9860         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
9861         (_AC_COMPILER_OBJEXT): Use them.
9862         Fixes Debian #138666.
9864 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
9866         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
9868         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
9869         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
9870         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
9871         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
9872         (AC_C_CONST): Same.
9873         (AC_C_INLINE): Same.
9874         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
9875         * doc/autoconf.texi, NEWS: Document.
9876         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
9877         AC_C_CROSS.
9879 2002-04-02  Akim Demaille  <akim@epita.fr>
9881         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
9882         _AS_MKDIR_P_PREPARE.
9884 2002-03-28  Kevin Ryde  <user42@zip.com.au>
9886         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
9887         to avoid versions of HP C which don't allow that.
9889 2002-03-27  Paul Eggert  <eggert@twinsun.com>
9891         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
9892         (AS_SHELL_SANITIZE): Invoke it.
9893         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
9895 2002-03-26  Akim Demaille  <akim@epita.fr>
9897         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
9899 2002-03-26  Akim Demaille  <akim@epita.fr>
9901         * doc/autoconf.texi (Introduction): The GNATS base moved.
9903 2002-03-25  Paul Eggert  <eggert@twinsun.com>
9905         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
9906         as POSIX requires, as it doesn't work with Zsh.
9907         * doc/autoconf.texi (Assignments): Document the problem.
9909 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
9911         * doc/autoconf.texi (Limitations of Make): Mention more issue
9912         about VPATH, overriding of macros in sub-makes, and handling of
9913         SHELL.
9915 2002-03-21  Paul Eggert  <eggert@twinsun.com>
9917         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
9918         problem with here-document buffer boundaries.
9920         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
9921         when reinvoking the shell, to work around problems with installers
9922         who put strange things like "cd" commands in their environments.
9924 2002-03-19  Akim Demaille  <akim@epita.fr>
9926         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
9927         From Aaron Ucko.
9929 2002-03-19  Akim Demaille  <akim@epita.fr>
9931         * bin/autoscan.in (scan_file): Specify the location in `&used'
9932         invocations.
9933         From Nicolas Joly.
9935 2002-03-19  Akim Demaille  <akim@epita.fr>
9937         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
9938         From Nishio Futoshi.
9940 2002-03-19  Akim Demaille  <akim@epita.fr>
9942         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
9944 2002-03-18  Paul Eggert  <eggert@twinsun.com>
9946         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
9947         (Limitations of Usual Tools): Add mkdir section.
9949         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
9950         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
9951         back on AS_DIRNAME to compute prefixes otherwise; this is
9952         roughly what mkinstalldirs does.  That way, we need not have
9953         our own filename disassembler.  The old disassembler did not
9954         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
9956         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
9957         Create at_test_all by a series of assignments,
9958         not by a single assignment of a long string.  The latter causes ksh
9959         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
9960         presumably because of a buffer overrun.
9962 2002-03-14  Paul Eggert  <eggert@twinsun.com>
9964         * lib/autotest/general.m4 (at_times_skip):
9965         Renamed from at_times.  Now a boolean.
9966         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
9967         says 'times: not found'.
9969 2002-03-14  Akim Demaille  <akim@epita.fr>
9971         * bin/autoreconf.in (&study_gettextize): New.
9972         (&autoreconf): Handle newest gettextize.
9973         Rerun aclocal if needed.
9974         Suggested by Andreas Schwab.
9976 2002-03-13  Akim Demaille  <akim@epita.fr>
9978         * doc/autoconf.texi (Special Shell Variables): More about IFS.
9980 2002-03-13  Akim Demaille  <akim@epita.fr>
9982         * doc/autoconf.texi (Header Portability): New.
9983         Add information about stdint.h and inttypes.h from Paul Eggert.
9985 2002-03-13  Akim Demaille  <akim@epita.fr>
9987         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
9988         -p'.
9989         From Bob Proulx.
9991 2002-03-12  Akim Demaille  <akim@epita.fr>
9993         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
9994         m4_require.
9996 2002-03-11  Andreas Schwab  <schwab@suse.de>
9998         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
9999         does not do it if --with-lispdir is given.
10001 2002-03-08  Akim Demaille  <akim@epita.fr>
10003         Version 2.53.
10005 2002-03-08  Akim Demaille  <akim@epita.fr>
10007         * doc/autoconf.texi (Subdirectories): Clarify that the
10008         subdirectory should exist.
10010 2002-03-08  Akim Demaille  <akim@epita.fr>
10012         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
10014 2002-03-08  Akim Demaille  <akim@epita.fr>
10016         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
10017         aliases the actual variables, and modifications of the former
10018         affect the latter.
10020 2002-03-08  Akim Demaille  <akim@epita.fr>
10022         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
10023         because of C-c: have m4 output in tmp files, then mv them.
10025 2002-03-08  Akim Demaille  <akim@epita.fr>
10027         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
10028         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
10029         * bin/ifnames.in: Copyright update.
10031 2002-03-08  Akim Demaille  <akim@epita.fr>
10033         * doc/autoconf.texi (Invoking autom4te): New.
10035 2002-03-05  Akim Demaille  <akim@epita.fr>
10037         * doc/autoconf.texi (Specifying Names): Clarification suggested by
10038         Kevin Ryde.
10040 2002-03-05  Akim Demaille  <akim@epita.fr>
10042         Version 2.52i.
10044 2002-03-04  Akim Demaille  <akim@epita.fr>
10046         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
10047         * lib/autoconf/general.m4 (AC_INIT): More informative error
10048         message for LIBOBJ.
10050 2002-03-04  Akim Demaille  <akim@epita.fr>
10052         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
10053         parallel builds.
10055 2002-03-04  Akim Demaille  <akim@epita.fr>
10057         * doc/autoconf.texi (Transforming Names): Equality between target
10058         and host is irrelevant.
10059         (Specifying Names, Canonicalizing): Remove all references to the
10060         backward compatibility hooks.  Rather, collect them all into...
10061         (Hosts and Cross-Compilation): this new section.
10062         * doc/install.texi (System Type): Ditto.
10063         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
10064         that `--host' implies cross-compilation.
10066 2002-03-04  Akim Demaille  <akim@epita.fr>
10068         * doc/autoconf.texi (Evaluation Macros): New.
10069         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
10070         useless.
10071         (_m4_foreach): Define the variant with immediate evaluation so
10072         that it contains exactly the items, not an expression which
10073         evaluation is the current item.
10074         (m4_re_string, m4_re_word): Don't over quote them.
10076 2002-03-04  Akim Demaille  <akim@epita.fr>
10078         Instead of having stacking `shift's evaluated at the end, let
10079         `foreach' loops immediately evaluate them.
10081         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
10082         $*.  This is the n-th time I change my mind, but hopefully this is
10083         the last...
10084         (m4_lquote): New.
10085         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
10086         efficient.
10087         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
10088         it was only a hack for m4_text_wrap.
10089         (m4_car2): Remove, replaced by...
10090         (m4_cdr): New.
10091         (_m4_foreach): Adjust.
10092         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
10093         m4_bpatsubst for clarification.
10095 2002-03-04  Akim Demaille  <akim@epita.fr>
10097         * doc/autoconf.texi (Changequote is Evil): New.
10099 2002-03-03  Kevin Ryde  <user42@zip.com.au>
10101         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
10102         on old systems like SunOS.
10104 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
10106         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
10107         lib/autoconf/functions.m4, lib/autoconf/general.m4,
10108         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
10109         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
10110         of messages.
10112 2002-02-28  Akim Demaille  <akim@epita.fr>
10114         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
10115         message to be sent.
10117 2002-02-28  Kevin Ryde  <user42@zip.com.au>
10119         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
10121 2002-02-25  Akim Demaille  <akim@epita.fr>
10123         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
10124         From Akinori Musha.
10126 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
10128         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
10129         translate \r\n to \n.
10131 2002-02-07  Akim Demaille  <akim@epita.fr>
10133         Version 2.52h.
10135 2002-02-07  Akim Demaille  <akim@epita.fr>
10137         Fix Autoconf PR/209.
10138         Also reported by Frank Denis.
10140         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
10142 2002-02-07  Akim Demaille  <akim@epita.fr>
10144         Fix Autoconf PR/207:
10145         AC_PREFIX_PROGRAM fails with dashed program names
10147         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
10148         variable when looking for the prefix program.
10149         Now it also works for shell variables.
10151 2002-02-07  Akim Demaille  <akim@epita.fr>
10153         * doc/autoconf.texi (Limitations of Builtins): More about
10154         case/esac.
10156 2002-02-06  Akim Demaille  <akim@epita.fr>
10158         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
10159         case/esac, some shells don't support it.
10160         Reported by Zack Weinberg.
10161         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
10163 2002-02-06  Akim Demaille  <akim@epita.fr>
10165         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
10166         sure not to introduce newlines in at_groups.
10167         * lib/autotest/Makefile.am (autotest.m4f): Typo.
10169 2002-02-06  Akim Demaille  <akim@epita.fr>
10171         * tests/torture.at (Configuring subdirectories): Skip if aclocal
10172         is not available.
10174 2002-02-05  Paul Eggert  <eggert@twinsun.com>
10176         * doc/autoconf.texi (Specific Compiler Characteristics):
10177         Describe HP-UX cc bug workaround more accurately.
10178         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
10179         not unsigned long.
10180         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
10181         cross-compilers, too.  This undoes some of the most recent change
10182         to this file.
10184 2002-02-05  Akim Demaille  <akim@epita.fr>
10186         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
10187         to make sure they are up to date when `check' is run.
10189 2002-02-05  Akim Demaille  <akim@epita.fr>
10191         * doc/autoconf.texi (Making testsuite Scripts): Document
10192         package.m4.
10194 2002-02-05  Akim Demaille  <akim@epita.fr>
10196         * lib/freeze.mk: New.
10198 2002-02-05  Akim Demaille  <akim@epita.fr>
10200         Implement `autom4te --freeze'.
10202         * bin/autom4te.in (&freeze): New.
10203         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
10204         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
10206 2002-02-05  Akim Demaille  <akim@epita.fr>
10208         * bin/autom4te.in (&parse_args): Implement `frozen files are
10209         optional are the sum of the previous files on the command line'.
10210         Also, pass `--reload-state=' on them, so...
10211         (handle_m4): don't.
10212         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
10213         (M4sh): Rely on M4sugar.
10214         (Autotest, M4sh, M4sugar): Use frozen files.
10216 2002-01-31  Akim Demaille  <akim@epita.fr>
10218         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
10219         * doc/autoconf.texi (Initializing configure): Adjust.
10221 2002-01-30  Akim Demaille  <akim@epita.fr>
10223         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
10224         alphanumeric to `-' instead of `_'.
10226 2002-01-30  Akim Demaille  <akim@epita.fr>
10228         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
10229         for plain code, the other for cross-compilation code.  The latter
10230         is now run with GCC only.
10231         * doc/autoconf.texi (Compilers and Preprocessors): New.
10233 2002-01-30  Akim Demaille  <akim@epita.fr>
10235         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
10236         values.
10237         * doc/autoconf.texi (Initializing configure): Explain how to
10238         change AC_INIT default values.
10240 2002-01-29  Akim Demaille  <akim@epita.fr>
10242         * tests/torture.at (Configuring subdirectories): Use configure.in,
10243         so that aclocal 1.4 works.
10244         Reported by Alexandre Duret-Lutz and Larry Schmitt.
10246 2002-01-28  Akim Demaille  <akim@epita.fr>
10248         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
10249         needs an argument.
10251 2002-01-28  Akim Demaille  <akim@epita.fr>
10253         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
10254         AUTOTEST_PATH *after* it was set.
10255         Don't put `.' in the PATH: the user should be precise and `./' if
10256         needed.  In addition, given that the test suite does some `cd', if
10257         `.' is in the path, the `tested programs' sections will report
10258         programs found in the test suite's directory, while during the
10259         tests (performed in their own directory), these programs are no
10260         longer visible.  In other words, the results is confusing and
10261         useless.
10262         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
10264 2002-01-24  Akim Demaille  <akim@epita.fr>
10266         Version 2.52g.
10268 2002-01-24  Akim Demaille  <akim@epita.fr>
10270         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
10271         * doc/autoconf.texi: Finally add Akim as an author.
10273 2002-01-24  Akim Demaille  <akim@epita.fr>
10275         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
10276         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
10277         Bourne. Use /bin/sh.
10278         From Andreas Buening.
10280 2002-01-24  Akim Demaille  <akim@epita.fr>
10282         * config/config.guess, config/config.sub, config/texinfo.tex:
10283         Update from masters.
10285 2002-01-24  Akim Demaille  <akim@epita.fr>
10287         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
10288         * config/auxdir.m4, config/cond.m4, config/depend.m4,
10289         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
10290         * config/missing.m4, config/sanity.m4, config/select.m4,
10291         * config/strip.m4: Remove, to ease sync'ing with any version of
10292         Automake.
10294 2002-01-24  Akim Demaille  <akim@epita.fr>
10296         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
10297         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
10298         Reported by Geir Ove Myhr.
10300 2002-01-21  Akim Demaille  <akim@epita.fr>
10302         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
10304 2002-01-21  Akim Demaille  <akim@epita.fr>
10306         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
10307         message on invalid options.
10308         * bin/autom4te.in (parse_args): Don't use
10309         Autoconf::General::getopt with non valid options.
10311 2002-01-17  Jim Meyering  <meyering@lucent.com>
10313         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
10314         $ac_cv_exeext so we don't use an old, invalid, cached value.
10316 2002-01-11  Akim Demaille  <akim@epita.fr>
10318         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
10319         Meyering.
10320         * doc/autoconf.texi (Function Portability): Document the strnlen
10321         limitation.
10322         (Particular Functions): Document AC_FUNC_STRNLEN.
10323         * lib/autoscan/functions: Adjust.
10325 2002-01-06  Akim Demaille  <akim@epita.fr>
10327         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
10328         package.m4, since is really depends upon configure.ac, not
10329         configure.
10330         * doc/autoconf.texi (testsuite Scripts): Adjust.
10331         * tests/Makefile.am (package.m4): New.
10332         EXTRA_DIST it since its a source.
10334 2002-01-06  Akim Demaille  <akim@epita.fr>
10336         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
10337         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
10338         and PACKAGE_BUGREPORT from here...
10339         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
10340         arguments.
10341         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
10342         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
10343         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
10344         * tests/tools.at (autoheader): Adjust.
10345         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
10347 2002-01-06  Akim Demaille  <akim@epita.fr>
10349         * bin/autoscan.in (scan_file): Use `&used'.
10351 2002-01-03  Akim Demaille  <akim@epita.fr>
10353         * doc/autoconf.texi (Output): Improved wording regarding use of
10354         AC_OUTPUT.
10355         From Olly Betts.
10357 2001-12-18  Kevin Ryde  <user42@zip.com.au>
10359         * doc/autoconf.texi (Function Portability): Add notes on sscanf
10360         sometimes needing writable input.
10362 2001-12-17  Jim Meyering  <meyering@lucent.com>
10364         * doc/autoconf.texi (New Macros): Tweak wording.
10366 2001-12-14  Akim Demaille  <akim@epita.fr>
10368         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
10369         trailing files, don't apply `-rf' to files which might not be
10370         created by configure (core, core.*, and *.core), but just `rm -f'.
10371         Suggested by Jonathan Kamens.
10373 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
10375         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
10377 2001-12-14  Akim Demaille  <akim@epita.fr>
10379         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
10381 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
10383         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
10384         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
10385         abs_srcdir, top_srcpath to abs_top_srcdir.
10386         (_AC_OUTPUT_FILES): Adjust.
10387         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
10388         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
10389         * tests/wrappl.in, tests/wrapsh.in: Adjust.
10391 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
10393         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
10394         C/Fortran linking on HP/UX, by extracting the Fortran library
10395         search path from the LPATH line in the $F77 -v output.
10397 2001-12-12  Kevin Ryde  <user42@zip.com.au>
10399         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
10400         forbidden file descriptors table.
10402 2001-11-26  Akim Demaille  <akim@epita.fr>
10404         * bin/autoscan.in (%c_keywords): Build it at top level.
10405         Map to 1 in order to simplify its uses.
10407 2001-11-26  Akim Demaille  <akim@epita.fr>
10409         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
10410         Remove $filepath, useless.
10411         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
10412         variables, they are really part of the tokens.
10413         Split the input line on spaces and then look for tokens.
10414         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
10415         because of `lex$U.$(OBJEXT)'.
10416         (&scan_files): Use "@list" instead of join.
10417         * doc/Makefile.am (CLEANFILES): Add *.fns.
10419 2001-11-26  Akim Demaille  <akim@epita.fr>
10421         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
10422         Remove, replaced by...
10423         * tests/wrappl.in: Be common for all the Perl executables.
10424         In particular autoscan and autoheader want -I.
10425         * configure.ac: Adjust.
10426         * lib/autoscan/headers: errno.h is portable.
10428 2001-11-26  Akim Demaille  <akim@epita.fr>
10430         * bin/autoscan.in (used): New.
10431         Use it.
10433 2001-11-26  Akim Demaille  <akim@epita.fr>
10435         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
10436         directives.
10437         (&scan_sh_file): Remove a duplicate pattern.
10438         (&check_configure_ac): Use long options.
10439         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
10441 2001-11-26  Akim Demaille  <akim@epita.fr>
10443         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
10444         Before, having a line containing the opening of a multi line
10445         comment made the whole line be ignored.
10447 2001-11-26  Akim Demaille  <akim@epita.fr>
10449         * doc/autoconf.texi (Using an Autotest Test Suite): New.
10450         (testsuite Scripts): Be one of its subsection.
10451         (Autotest Logs): New.
10453 2001-11-26  Akim Demaille  <akim@epita.fr>
10455         Test groups are now run two directories deeper.
10457         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
10458         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
10459         at_top_builddir.
10460         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
10461         top_srcdir, builddir and top_builddir.
10462         Use `at_*dir' relatively to the directory containing the
10463         suite, use `*dir' when relatively to the current group dir.
10465 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10467         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
10468         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
10469         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
10470         spelling errors.
10472 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
10474         * doc/autoconf.texi (Using System Type): Add an example of `case
10475         $host' usage so people quit using `case $target' everywhere.
10477 2001-11-22  Akim Demaille  <akim@epita.fr>
10479         * doc/autoconf.texi (Installation Directory Variables): Englishoes
10480         spotted by Jim Meyering.
10482 2001-11-16  Paul Eggert  <eggert@twinsun.com>
10484         This patch implements a `long double' suggestion by Oliver Kiddle.
10486         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
10487         static, to catch errors if the value isn't known at compile-time
10488         and the compiler supports dynamic arrays.  Change its name from
10489         `_array_' to `test_array' to avoid potential name clashes.
10490         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
10491         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
10492         better than double.  Catch a bug in GCC 2.95.2 x86.
10493         * doc/autoconf.texi (C Compiler): Document the above.
10494         * NEWS: Likewise.
10496 2001-11-13  Akim Demaille  <akim@epita.fr>
10498         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
10499         hand.
10500         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
10502 2001-11-13  Akim Demaille  <akim@epita.fr>
10504         * lib/autotest/general.m4 (AT_INIT): After having run the test
10505         group, go back to the initial directory, not to at_suite_dir.
10507 2001-11-13  Akim Demaille  <akim@epita.fr>
10509         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
10510         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
10511         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
10512         option.
10513         (AT_CHECK_CONFIGURE): Use absolute paths.
10514         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
10515         The problem is still the old one: there is no means in M4 (that I
10516         know about) to create a defining macro, because there is no means
10517         to create `$1' etc., therefore, the defining macro ``swallows''
10518         all the arguments meant to the defined macro.
10520 2001-11-13  Akim Demaille  <akim@epita.fr>
10522         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
10523         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
10524         configure.ac.
10525         * tests/aclocal.m4: Remove, as it is no longer used.
10527 2001-11-13  Akim Demaille  <akim@epita.fr>
10529         * lib/autotest/general.m4: Change `tests?' into `groups?' in
10530         variable names when referring to a single test group, or to
10531         `suite' when referring to the whole test suite.
10532         `at_last_test' is removed: m4 compute at_format itself.
10533         (at_stdout, at_stder1, at_stderr): New variables.
10534         (AT_CHECK): Use them.
10536 2001-11-13  Akim Demaille  <akim@epita.fr>
10538         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
10539         in PATH.
10540         Create `testsuite.dir/003/run' instead of `testsuite.003'.
10541         Do it as soon as a test fails, don't wait till the end of the test
10542         suite.
10543         Don't remove $as_me.[0-9]*, since these files no longer exist.
10545 2001-11-13  Akim Demaille  <akim@epita.fr>
10547         * tests/tools.at: Use absolute paths, since we are no longer run
10548         in place.
10550 2001-11-13  Akim Demaille  <akim@epita.fr>
10552         Now that tests are running in their own private dir, there is no
10553         need to list the files to remove at the end of tests groups.
10555         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
10556         (AT_data_files, at_data_files): Remove.
10557         (AT_CLEANUP, AT_DATA): Simplify.
10558         (AT_INIT): Adjust.
10559         Remove the group dir if !debug && !failed.
10560         * tests/atspecific.m4: Adjust.
10562 2001-11-13  Akim Demaille  <akim@epita.fr>
10564         Start a new layout for Autotest: `testsuite' creates
10565         `testsuite.dir' in which the at-check-line etc. files are to be
10566         found, and `testsuite.dir/003' where the test group 3 is run.
10568         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
10569         at_check_line_file, at_format, at_test_normalized, at_group_dir
10570         are new variables.
10571         Create the directories.
10572         Use absolute paths for at- files.
10573         (AT_CHECK): Adjust.
10575 2001-11-11  Michael Matz  <matz@kde.org>
10577         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
10578         (m4_car2): New.
10579         (m4_car): Properly quote arguments.
10581 2001-11-13  Akim Demaille  <akim@epita.fr>
10583         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
10584         with stricter rules on LIBOBJS.
10586 2001-11-12  Paul Eggert  <eggert@twinsun.com>
10588         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
10589         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
10590         __PROTOTYPES too.
10592 2001-11-12  Akim Demaille  <akim@epita.fr>
10594         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
10596 2001-11-12  Akim Demaille  <akim@epita.fr>
10598         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
10599         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
10600         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
10601         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
10602         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
10603         specify to what the macro should be defined (typically to 1).
10605 2001-11-12  Akim Demaille  <akim@epita.fr>
10607         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
10608         From Jim Meyering.
10610 2001-11-12  Akim Demaille  <akim@epita.fr>
10612         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
10613         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
10614         definition used by Automake where LEX is +/- "${missing} lex" and
10615         `missing' itself contains variables.
10617 2001-11-12  Akim Demaille  <akim@epita.fr>
10619         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
10620         Now that M4sh pushes BODY, the comments were output at the end of
10621         the test suites.
10623 2001-11-08  Akim Demaille  <akim@epita.fr>
10625         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
10626         that we can trace macros from aclocal.m4.
10627         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
10628         obsoleted, and redirect to the former anyway.
10629         Reported by Ralf Corsepius.
10631 2001-11-08  Akim Demaille  <akim@epita.fr>
10633         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
10634         processed only if present.
10635         * tests/torture.at (Configuring subdirectories): Use autoreconf
10636         instead of successive calls to autoconf.
10637         Add a nonexistent subdirectory to exercise the patch above.
10638         Reported by Ralf Corsepius.
10640 2001-11-08  Kevin Ryde  <user42@zip.com.au>
10642         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
10643         doesn't accept .S files.
10645 2001-11-07  Akim Demaille  <akim@epita.fr>
10647         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
10648         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
10649         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
10650         * bin/autom4te.in (warn_forbidden): New.
10651         (handle_output): Use it.
10652         Read m4_pattern_forbid with messages.
10654 2001-11-05  Akim Demaille  <akim@epita.fr>
10656         * bin/autom4te.in (--normalize): Remove.
10657         * lib/autom4te.in: Adjust.
10659 2001-11-05  Akim Demaille  <akim@epita.fr>
10661         * tests/Makefile.am (testsuite): Rename this target as...
10662         ($(TESTSUITE)): this.
10663         From Nicolas Joly.
10665 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
10667         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
10668         the --prefix option, also remove it's argument.
10670 2001-11-05  Akim Demaille  <akim@epita.fr>
10672         * doc/autoconf.texi (testsuite Invocation): Update.
10673         (Writing testsuite.at): Update.
10675 2001-11-03  Akim Demaille  <akim@epita.fr>
10677         * doc/autoconf.texi: s/@code/@command/ where appropriate.
10679 2001-11-03  Akim Demaille  <akim@epita.fr>
10681         * lib/Autom4te/General.pm: (&catfile, &canonfile)
10682         (&file_name_is_absolute): New, wrappers around routines from
10683         File::Spec.
10684         Use and export them.
10685         (&find_configure_ac): Optionally take a directory where to look at.
10686         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
10687         the arguments.
10688         Default @ARGV to `.', not find_configure_ac.
10689         (&autoreconf): Argument is a directory.
10690         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
10691         * doc/autoconf.texi (autoreconf Invocation): Update.
10693 2001-11-03  Akim Demaille  <akim@epita.fr>
10695         * lib/Autom4te/General.pm (@export_vars, @export_subs)
10696         (@export_forward_subs): New.
10697         Add basename, dirname, and fileparse.
10698         (@EXPORT): Adjust.
10699         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
10700         Don't look for aclocal flags if we already know aclocal is not
10701         used.
10702         Move aclocal.m4t only if it exists.
10703         Reported by Ezra Peisach.
10705 2001-11-03  Akim Demaille  <akim@epita.fr>
10707         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
10708         passed on command line, defaulting to ./configure.ac if present.
10709         (&maybe_autoreconf, File::Find): Remove, unused.
10710         (&autoreconf): If autoconf is not used, don't try to trace.
10712 2001-11-02  Akim Demaille  <akim@epita.fr>
10714         * configure.ac: Bump to 2.52g.
10716 2001-11-02  Akim Demaille  <akim@epita.fr>
10718         Version 2.52f.
10720 2001-11-02  Akim Demaille  <akim@epita.fr>
10722         * config/config.guess, config/config.sub, doc/standards.texi:
10723         * config/lispdir.m4: Update from masters.
10724         * configure.ac: Bump to 2.52f.
10726 2001-11-02  Akim Demaille  <akim@epita.fr>
10728         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
10729         Don't run aclocal when aclocal.m4 is not from aclocal.
10730         From Ezra Peisach.
10731         Don't run libtoolize and gettextize if --install is not given.
10733 2001-11-01  Paul Eggert  <eggert@twinsun.com>
10735         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
10736         be invoked before _AS_LINENO_PREPARE.
10737         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
10738         than character ranges.
10740         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
10741         invoking AS_BASENAME.  Set the locale variables to 'C' if
10742         possible, as POSIX requires this to get the traditional
10743         behavior.
10744         * doc/autoconf.texi (Special Shell Variables): Describe the above.
10746 2001-10-31  Paul Eggert  <eggert@twinsun.com>
10748         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
10749         with {}, as that triggers a bug in Bash 2.05.
10751         (_AS_LINENO_PREPARE): Use Sed rather than
10752         Awk.  Fix the sed prepass to work even if there are multiple
10753         instances of $LINENO on the same line.  Do not substitute for
10754         other variables like $LINENOT.  Do not check file dates; such a
10755         check is unreliable on sufficiently fast machines, and removing
10756         the check makes the code simpler and more reliable.  Check for
10757         output and chmod failures.
10759         * doc/autoconf.texi (Special Shell Variables): Document
10760         the above.
10762 2001-10-31  Akim Demaille  <akim@epita.fr>
10764         * tests/Makefile.am (atconfig): Remove this target, Automake
10765         handles it now.
10767 2001-10-31  Akim Demaille  <akim@epita.fr>
10769         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
10770         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
10771         provided, while it is optional.
10772         * configure.ac: Adjust.
10774 2001-10-26  Paul Eggert  <eggert@twinsun.com>
10776         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
10777           lib/Autom4te/Struct.pm:
10778         Require Perl 5.005_03 instead of just 5.005, as some tests fail
10779         with 5.005_02.
10781         * doc/autoconf.texi (Special Shell Variables): Document some
10782         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
10784         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
10785         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
10786         eval $LINENO is not portable in practice.
10788 2001-10-24  Akim Demaille  <akim@epita.fr>
10790         * lib/Autom4te/General.pm (backname): New.
10792 2001-10-24  Akim Demaille  <akim@epita.fr>
10794         * m4/: Remove, merged into...
10795         * config/: here.
10797 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
10799         * doc/autoconf.texi (Shellology): Mention the problems with bash
10800         2.05's use of ANSI quoting in its `set' builtin.
10802 2001-10-22  Paul Eggert  <eggert@twinsun.com>
10804         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
10805         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
10806         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
10807         POSIX decided to standardize on the int flavor of strerror_r.
10808         Always do char* test, as there's no reason not to.
10809         Assign to a char* var, to catch strerror_r that returns int*.
10811         * doc/autoconf.texi (Particular Functions):
10812         Document the above changes.  Also, document the fact that
10813         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
10815         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
10817 2001-10-20  Akim Demaille  <akim@epita.fr>
10819         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
10820         the executable was missing from the log.
10822 2001-10-20  Akim Demaille  <akim@epita.fr>
10824         * lib/Autom4te/General.pm (&update_file): If destination is
10825         unchanged, remove the source.
10826         (&up_to_date_p): Don't be verbose, be debug.
10827         * bin/autoreconf.in: No longer support --m4dir.
10828         (&autoreconf): Display the full path of the configure.ac we are
10829         studying.
10830         Trace it only once.
10831         Be sure to honor --force with gettextize.
10832         Always run aclocal.
10833         * doc/autoconf.texi: Adjust.
10835 2001-10-20  Akim Demaille  <akim@epita.fr>
10837         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
10838         Remove, dead.
10839         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
10840         `intl' is already present, as it refuses unless --force.
10841         (&parse_args): Use -I, --include instead of the old Autoconf
10842         options.
10843         ($localdir, $autoconf_dir): Remove.
10844         (@include): New.
10845         (&maybe_autoreconf): New, to preserve $_ for File::Find.
10847 2001-10-19  Jens Petersen  <petersen@redhat.com>
10849         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
10850         * doc/autoconf.texi (Particular Programs): Likewise.
10852 2001-10-19  Akim Demaille  <akim@epita.fr>
10854         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
10855         file in @configure_input@.
10856         Don't mention `automatically' in addition to `generated'.
10857         * tests/torture.at (#define header templates): Adjust.
10859 2001-10-19  Akim Demaille  <akim@epita.fr>
10861         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
10862         comment, explain how to install automatic mode selection.
10863         From Russ Allbery.
10865 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
10867         * bin/autoreconf.in (autoreconf): Display the path to the
10868         configure.ac being studied.
10870 2001-10-18  Paul Eggert  <eggert@twinsun.com>
10872         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
10873         long, to work around a bug in the HP C compiler version HP92453-01
10874         B.11.11.23709.GP.
10876         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
10877         (AS_BASENAME_EXPR): New macro.
10878         (AS_BASENAME_SED): Do not assume GNU sed semantics.
10879         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
10880         and fall back on 'sed' only if the other two fail.  This makes
10881         AS_BASENAME act more like AS_DIRNAME.
10882         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
10883         contains white space.
10884         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
10885         Use AS_DIRNAME, since I think it's now DOS-friendly.
10886         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
10887         Allow "dirname //FOO" to return either / or //, as POSIX allows
10888         either behavior.
10890 2001-10-10  Akim Demaille  <akim@epita.fr>
10892         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
10893         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
10894         From Eric Sharkey.
10896 2001-10-10  Akim Demaille  <akim@epita.fr>
10898         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
10899         m4_define, since...
10900         (_AS_ECHO_N): AS_REQUIREs it.
10902 2001-10-10  Akim Demaille  <akim@epita.fr>
10904         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
10905         (AC_INCLUDES_DEFAULT): Move to...
10906         * lib/autoconf/headers.m4: here.
10907         * lib/autoconf/types.m4: Comment changes.
10908         * doc/autoconf.texi: Specify where the default includes are used
10909         in the macro prototypes.
10911 2001-10-09  Akim Demaille  <akim@epita.fr>
10913         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
10914         transition code.
10916 2001-10-08  Akim Demaille  <akim@epita.fr>
10918         * bin/autoreconf.in (&autoreconf): Remove debugging code.
10919         (&parse_args): Pass verbosity/debugging options to subtools when
10920         --debug, not when --verbose.
10921         * lib/autom4te.in (Autoreconf-preselections): New.
10922         (Autoconf): Use it.
10924 2001-10-08  Akim Demaille  <akim@epita.fr>
10926         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
10928 2001-10-08  Akim Demaille  <akim@epita.fr>
10930         * doc/autoconf.texi (autoreconf Invocation): Adjust.
10931         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
10933 2001-10-08  Akim Demaille  <akim@epita.fr>
10935         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
10936         (Syntax of the shell scripts): Don't.
10937         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
10938         bother with $force since...
10939         * lib/Autom4te/General.pm: does.
10941 2001-10-08  Akim Demaille  <akim@epita.fr>
10943         * bin/autoreconf.in: Rewrite in Perl.
10944         * configure.ac: Adjust.
10945         * lib/Autom4te/General.pm (&up_to_date_p): New.
10946         * bin/autom4te.in (&up_to_date_p): Use it.
10947         Rename as...
10948         (&up_to_date): this.
10950 2001-10-08  Akim Demaille  <akim@epita.fr>
10952         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
10953         (m4_list_cmp): Use $0 to reinvoke yourself.
10954         (m4_patsubsts): New.
10955         (m4_strip, m4_version_unletter): Use it.
10956         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
10958 2001-10-08  Akim Demaille  <akim@epita.fr>
10960         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
10961         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
10962         * lib/autoconf/types.m4, lib/autotest/general.m4,
10963         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
10964         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
10965         m4_bregexp, m4_bpatsubst, and m4_bmatch.
10966         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
10968 2001-10-08  Akim Demaille  <akim@epita.fr>
10970         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
10972 2001-10-08  Akim Demaille  <akim@epita.fr>
10974         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
10975         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
10976         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
10977         * tests/tools.at, tests/m4sh.at: Use it.
10978         * tests/m4sh.at: Don't rely on Autoconf macros.
10979         (DIRNAME_TEST): Also exercise the expr variant.
10980         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
10981         preferred M4sugar extension is now `.4s'.
10982         * tests/README: Remove.
10984 2001-10-08  Akim Demaille  <akim@epita.fr>
10986         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
10987         (m4_provide_if): this.
10988         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
10989         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
10990         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
10991         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
10993 2001-10-08  Akim Demaille  <akim@epita.fr>
10995         Use `add-log-current-defun-function' for ChangeLog creation.
10996         Suggested by Tom Tromey.
10998         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
10999         (autotest-mode): Adjust.
11000         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
11001         'comment-region onto `C-c ;'.
11002         Comments are `#', not `dnl'.
11003         (autoconf-current-defun): New.
11004         (autoconf-font-lock-keywords): Recognize `m4_defun'.
11006 2001-10-08  Akim Demaille  <akim@epita.fr>
11008         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
11009         * lib/m4sugar/m4sh.m4: here.
11010         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
11011         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
11012         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
11013         include handle the m4_pattern_*, no longer push the
11014         BODY diversion nor set the /bin/sh line, AS_INIT does it.
11015         * lib/autotest/general.m4 (AT_INIT): Likewise.
11016         * tests/base.at: Adjust the tests to use AS_INIT.
11017         * tests/tools.at (AT_DATA_FORBIDDEN): New.
11018         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
11019         Autoconf.
11021 2001-10-07  Paul Eggert  <eggert@twinsun.com>
11023         * doc/autoconf.texi (config.status Invocation):
11024         CONFIG_SHELL defaults to a shell that supports LINENO if available.
11026         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
11027         shell does not support LINENO, and if CONFIG_SHELL is unset or
11028         empty, and if we can find a shell that does support LINENO,
11029         then set CONFIG_SHELL to that shell and then re-execute
11030         ourselves with CONFIG_SHELL.
11032 2001-10-05  Paul Eggert  <eggert@twinsun.com>
11034         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
11035         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
11036         build of $(TESTSUITE).
11038 2001-10-05  Akim Demaille  <akim@epita.fr>
11040         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
11041         iff we are a bareword.
11042         Reported by Raja R Harinath.
11044 2001-10-05  Akim Demaille  <akim@epita.fr>
11046         * tests/m4sh.at (LINENO): New.
11047         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
11048         PATH_SEPARATOR before using it.
11049         Fix the absolute path case/esac pattern.
11050         Provide $0 as fallback for as_myself.
11051         Reported by Raja R Harinath.
11053 2001-10-05  Akim Demaille  <akim@epita.fr>
11055         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
11056         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
11058 2001-10-05  Akim Demaille  <akim@epita.fr>
11060         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
11061         (AS_SHELL_SANITIZE): here.  Use it.
11062         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
11063         From Paul Eggert.
11065 2001-10-04  Akim Demaille  <akim@epita.fr>
11067         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
11068         combination of Awk and sed to replace $LINENO.
11070 2001-10-02  Paul Eggert  <eggert@twinsun.com>
11072         * doc/autoconf.texi (Limitations of Builtins): You can't use
11073         "source"; it's not portable.  Remove confusing and
11074         somewhat-incorrect example involving "." and "/".
11076         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
11077         compatibility with POSIX shells.
11079 2001-10-02  Akim Demaille  <akim@epita.fr>
11081         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
11082         instead of exec'ing to preserve $0 and $@.
11084 2001-10-01  Akim Demaille  <akim@epita.fr>
11086         * tests/testsuite (AT_INIT) <at_pass_list>: New.
11087         Don't run twice the same test.
11089 2001-10-01  Akim Demaille  <akim@epita.fr>
11091         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
11092         No longer output the list of tests.
11093         <--list>: New option.
11094         <--full-help>: Remove.
11095         Complete the short/long options duality.
11096         Various small adjustments.
11098 2001-10-01  Akim Demaille  <akim@epita.fr>
11100         * doc/autoconf.texi: Use @kbd for user input.
11101         Always use `$' as shell prompt.
11103 2001-09-30  Paul Eggert  <eggert@twinsun.com>
11105         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
11106         Don't use nested parenthesization.  This patch was originally
11107         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
11108         but somehow it didn't get incorporated then.
11109         * doc/autoconf.texi (Limitations of Usual Tools):
11110         Clarify remark about sed and nested parenthesization.
11112         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
11113         Report an error if the size cannot be determined even though
11114         the type exists.
11115         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
11116         Check for `expr' arithmetic overflow, and for compilation failure,
11117         and invoke a new argument $4 if either is discovered.
11118         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
11119         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
11121 2001-09-28  Akim Demaille  <akim@epita.fr>
11123         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
11124         * m4/lispdir.m4: New.
11125         * aclocal.m4, configure.ac: Adjust.
11127 2001-09-28  Akim Demaille  <akim@epita.fr>
11129         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
11130         (AT_TESTED): this.
11131         (AT_INIT): More the wrapped section to where it will be expanded.
11132         Output `AT_tested' only when existing.
11133         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
11135 2001-09-27  Akim Demaille  <akim@epita.fr>
11137         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
11138         generates too many bug reports.
11140         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
11141         status when executing the ACTION-IF-FALSE.
11142         * tests/base.at (AC_TRY_*): Rename as...
11143         (AC_TRY_COMMAND): this.
11144         (AC_RUN_IFELSE): New.
11145         * tests/compile.at (Extensions, C keywords)
11146         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
11147         (Broken/missing compilers, AC_PROG_CPP with warnings)
11148         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
11149         * tests/c.at (Extensions, C keywords)
11150         (Broken/missing compilers, AC_PROG_CPP with warnings)
11151         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
11152         (AC_PROG_CPP requires AC_PROG_CC): here and...
11153         * tests/fortran.at (GNU Fortran 77): there.
11154         * doc/autoconf.texi (autoconf Invocation): Fix the example:
11155         AC_TRY_RUN is about compilation, not shell commands.
11156         (Test Programs): AC_TRY_RUN works as used to be advertised.
11158 2001-09-27  Akim Demaille  <akim@epita.fr>
11160         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
11161         Raja R Harinath:
11162         Be sure to detect when $LINENO always returns the same value.
11163         Look for the original script, basename($0) is certainly not
11164         enough.
11165         Pass the CLI arguments to `$as_me.lineno'.
11167 2001-09-25  Akim Demaille  <akim@epita.fr>
11169         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
11170         Be sure the close and reopen the LOG fd before and after using tee
11171         to extend the log.
11172         <at_tests_pattern>: Adjust to the new format of at_help_all.
11174 2001-09-23  Akim Demaille  <akim@epita.fr>
11176         * bin/autom4te.in (parse_args): There can be several invocations
11177         of --language now.
11179 2001-09-23  Akim Demaille  <akim@epita.fr>
11181         * doc/autoconf.texi (Top): Wrap in @ifnottex.
11183 2001-09-23  Akim Demaille  <akim@epita.fr>
11185         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
11186         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
11187         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
11188         builddir, buildpath, top_builddir, and top_buildpath.
11189         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
11190         the current directory.
11191         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
11192         variables *before* changing the current directory.
11193         Skip nonexistent dirs.
11194         * doc/autoconf.texi (Preset Output Variables): Document these
11195         variables.
11197         * lib/autotest/general.m4: Do not reset AT_victims.
11198         Don't compute at_srcdir nor at_top_srcdir.
11200         * tests/tools.at: Hence use top_srcdir.
11202         * tests/Makefile.am, tests/autoconf, tests/autoheader,
11203         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
11204         Remove.
11205         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
11206         * tests/wrapsh.in, tests/autoupdate.in: New.
11207         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
11208         * configure.ac: Build the position independent wrappers.
11210         * man/Makefile.am: Now that test wrappers are position
11211         independent, use them and drop dark envvar magic.
11213 2001-09-23  Akim Demaille  <akim@epita.fr>
11215         * doc/autoconf.texi (Common Shell Constructs): Rename as...
11216         (Programming in M4sh): this.
11217         Promote to @section.
11219 2001-09-23  Akim Demaille  <akim@epita.fr>
11221         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
11222         Pass $at_debug_args to the rerun test suite.
11223         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
11224         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
11225         From Paul Eggert.
11227 2001-09-23  Akim Demaille  <akim@epita.fr>
11229         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
11231 2001-09-23  Akim Demaille  <akim@epita.fr>
11233         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
11234         over-escaping.
11236 2001-09-23  Akim Demaille  <akim@epita.fr>
11238         * lib/Autom4te/General.pm (&debug): New.
11239         * bin/autom4te.in ($language): Move to...
11240         (parse_args): here.
11241         Handle --language in languages.
11242         * lib/autom4te.in (Automake-selections, Autoheader-selections)
11243         (Autoscan-selections): New.
11244         (Autoconf): Adjust.
11246 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
11248         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
11249         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
11250         to match current versions from CVS Automake.
11252 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
11254         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
11255         for $LINENO.
11257 2001-09-22  Akim Demaille  <akim@epita.fr>
11259         * lib/autoconf/autotest.m4: Create `package.m4'.
11260         * tests/Makefile.am (package.m4): Remove.
11262 2001-09-22  Akim Demaille  <akim@epita.fr>
11264         Rely on `$LINENO' when possible instead of `__oline__'.
11266         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
11267         `$LINENO' support replacement when not supported.
11268         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
11269         them explicitly to be sure they are not output before this section
11270         (via m4_require).  Cosmetic only.
11271         * lib/autoconf/c.m4, lib/autoconf/general.m4,
11272         * lib/autoconf/programs.m4: Replace all the occurrences of
11273         `__oline__' with `$LINENO'.
11274         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
11276 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
11278         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
11279         character (u: -> ue) in a code comment.
11280         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
11281         it works.
11283 2001-09-21  Akim Demaille  <akim@epita.fr>
11285         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
11286         Suggested by Jim Meyering.
11288 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11290         * lib/autoconf/programs.m4: Use extensions listed in
11291         $ac_executable_extensions when looking for programs.
11293 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11295         * lib/autoconf/general.m4: Fix a small Englisho.
11296         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
11297         setting up ac_dir_suffix and ac_top_builddir.
11298         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
11300 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11302         * doc/autoconf.texi (File System Conventions): Clarify the use of
11303         PATH_SEPARATOR.
11304         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
11305         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
11306         be used instead of ':'.
11307         * lib/autotest/general.m4: Replace occurrences of ':' in
11308         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
11310 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11312         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
11313         arguments.  Fixed a typo.
11315 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11317         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
11318         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
11320 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11322         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
11323         * bin/autoupdate.in: Ditto.
11324         * bin/autoheader.in: Reworded a few comments.
11325         * bin/autoconf.in: Reworded help text for a few options.
11326         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
11327         * bin/autoscan.in, bin/autoupdate.in: Ditto.
11329 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11331         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
11332         already have $file).  Set output files to binary mode (helps avoid
11333         CR issues on DOSish systems).
11335 2001-09-19  Akim Demaille  <akim@epita.fr>
11337         * lib/autotest/general.m4: Englishoes.
11338         From Tim Van Holder and Alexey Mahotkin.
11340 2001-09-18  Paul Eggert  <eggert@twinsun.com>
11342         * doc/autoconf.texi (Common Shell Constructs): New node,
11343         documenting AS_DIRNAME.
11344         (Limitations of Usual Tools): Refer to it when discussing dirname.
11345         Also, update discussion of POSIX standard to reflect latest draft.
11347         * lib/autoconf/c.m4:
11348         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
11350         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
11351         Do not pass a first argument with leading '-'
11352         to expr, by parenthesizing initial integers that might be negative.
11354         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
11355         now merely checks whether it is an error to pass an argument
11356         to getpgrp.
11358         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
11359         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
11360         whether it is a (compile-time) error to pass an argument to
11361         getpgrp.  This simpler test supports the revised documentation,
11362         and is all that AC_FUNC_GETPGRP's users really need.
11364 2001-09-18  Akim Demaille  <akim@epita.fr>
11366         * doc/autoconf.texi (Limitations of Make) <$<>: New.
11368 2001-09-18  Akim Demaille  <akim@epita.fr>
11370         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
11371         `{}'.
11372         * lib/autotest/general.m4 (AT_INIT): Adjust.
11374 2001-09-18  Paul Wagland  <paul@wagland.net>
11376         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
11377         correctly.
11378         Add test for AS_BASENAME.
11379         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
11380         added test. It now correctly handles /1/2/3/, returning '3' not ''.
11381         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
11382         * tests/base.at: Fixed the expected responses. The old ones were
11383         one line out...
11384         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
11385         the documentation claims it should (and how it behaved in 2.13).
11387 2001-09-18  Akim Demaille  <akim@epita.fr>
11389         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
11390         the AC_CONFIG_COMMANDS invocation.
11391         This also solves the name clash problems.
11392         Don't set the package's ID.
11393         * lib/m4sugar/Makefile.am (version.m4): Revamp.
11394         No longer to be shipped.
11395         (version.in): Remove.
11396         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
11397         * lib/autoconf/status.m4: Adjust.
11398         Use `m4_PACKAGE_STRING'.
11399         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
11400         the only optional argument is the name of the test suite.
11401         Expect `package.m4' to define the package signature.
11402         * lib/autom4te.in (Autotest): Add `package.m4?'.
11403         * tests/Makefile.am (package.m4): New.
11404         * tests/suite.at: ifnames is a victim.
11406 2001-09-18  Akim Demaille  <akim@epita.fr>
11408         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
11409         AC_LIBSOURCE, AC_CONFIG_FILES.
11410         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
11411         program version string doesn't match the package's.
11412         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
11413         after `(cached)'.
11415 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11417         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11418         Allow expression to return any value that can fit into unsigned long
11419         (not int, as before).  Check for output errors.
11421 2001-09-17  Bruno Haible  <haible@ilog.fr>
11423         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11424         Always include <stdio.h> and <stdlib.h>. Evaluate
11425         the expression in an extra function before these includes. Call
11426         fprintf "%d" only after ensuring the argument is of type 'int'.
11427         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
11429 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11431         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
11432         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
11433         fatal errors, and AC_CHECK_LIB causes it to include libraries even
11434         when they don't exist.
11436         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
11437         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
11438         need it.
11440         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
11441         version with the version used by fileutils 4.1, except use
11442         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
11443         we don't need it.
11445         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
11447 2001-09-13  Akim Demaille  <akim@epita.fr>
11449         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
11450         _first_.
11451         Reported by Gerrit P. Haase.
11453 2001-09-13  Akim Demaille  <akim@epita.fr>
11455         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
11456         m4_defn'ing is valid.
11458 2001-09-13  Akim Demaille  <akim@epita.fr>
11460         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
11461         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
11462         Use it.
11464 2001-09-13  Akim Demaille  <akim@epita.fr>
11466         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
11467         m4_match.
11468         (m4_re_escape): New.
11469         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
11470         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
11471         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
11472         Likewise.
11473         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
11474         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
11475         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
11476         AT_tests_all for consistency.
11477         Set at_victims.
11478         (AT_VICTIMS): Similar to AT_KEYWORDS.
11479         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
11481 2001-09-13  Akim Demaille  <akim@epita.fr>
11483         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
11485 2001-09-13  Akim Demaille  <akim@epita.fr>
11487         * lib/autotest/general.m4 (AT_INIT): Create and remove
11488         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
11489         test suites can cohabit.
11491 2001-09-13  Akim Demaille  <akim@epita.fr>
11493         * tests/mktests.sh: Don't output banners for empty test files.
11495 2001-09-13  Akim Demaille  <akim@epita.fr>
11497         Test suites can be run independently of configure.
11499         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
11500         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
11501         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
11502         ECHO_N etc.
11503         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
11504         and at_c.
11505         * lib/autotest/general.m4: Use ECHO_*.
11507 2001-09-13  Akim Demaille  <akim@epita.fr>
11509         * bin/ifnames.in: Rewrite in Perl.
11510         * configure.ac: Don't look for AWK.
11511         * tests/tools.at (AWK portability): Remove.
11512         (Syntax of the shell scripts): Don't check ifnames.
11513         (AT_CHECK_PERL_SYNTAX): New.
11514         (Syntax of the Perl scripts): Check ifnames.
11515         * tests/ifnames: New.
11517 2001-09-13  Akim Demaille  <akim@epita.fr>
11519         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
11520         test group titles.
11521         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
11522         Remove all the other keywords.
11524 2001-09-10  Akim Demaille  <akim@epita.fr>
11526         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
11527         SETUP: no longer used.
11528         Support -k, --keywords.
11529         <at_help>: Be `no', `short', or `long'.
11530         <at_help_all>: New variable.
11531         (AT_KEYWORDS): New.
11532         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
11533         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
11534         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
11535         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
11536         No longer fill the HELP diversion.
11537         (AT_CLEANUP): Use them.
11538         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
11539         (m4_list_append): Remove.
11541         Spread a few keywords in the Autoconf test suite.
11543 2001-09-10  Akim Demaille  <akim@epita.fr>
11545         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
11546         PATH_SEPARATOR, let M4sh compute it.
11547         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
11548         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
11549         Move to...
11550         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
11551         Simplify when the path is not a literal.
11552         (AS_UNAME): Use it to report PATH.
11553         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
11554         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
11555         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
11556         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
11557         normalize the path, and to look for victims.
11558         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
11559         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
11561 2001-09-07  Akim Demaille  <akim@epita.fr>
11563         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
11564         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
11565         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
11566         related variables into `at_package_*'.
11567         * lib/autotest/general.m4 (AT_VICTIMS): New.
11568         (AT_INIT): Adjust for stand-alone/embedded test suites.
11569         (AS_MESSAGE_LOG_FD): Define and use it.
11570         * tests/suite.at (AT_VICTIMS): Use it.
11571         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
11572         at_version.
11574 2001-09-07  Akim Demaille  <akim@epita.fr>
11576         Move toward possibly stand-alone test suites.
11578         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
11579         in addition, it introduces useless differences in logs.
11580         (AT_INIT): Let atconfig and atlocal be both optional.
11581         Adjust PATH computation.
11582         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
11584 2001-09-07  Akim Demaille  <akim@epita.fr>
11586         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
11587         m4sugar/version.m4.
11589 2001-09-05  Akim Demaille  <akim@epita.fr>
11591         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
11592         to avoid GCC warnings.
11593         From Uwe Seimet.
11595 2001-09-05  Akim Demaille  <akim@epita.fr>
11597         * bin/autom4te.in: --language is -l, not -s.
11599 2001-09-05  Akim Demaille  <akim@epita.fr>
11601         Be ready to handle filenames as stupid as `dnl.at', for if even
11602         the maintainer is dumb enough to do that...
11604         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
11605         excellence in M4 quotation: consider `__file__' is active.
11607         And BTW, when invoking m4, pass the --include in the right order:
11608         the wrong one.
11610         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
11611         4m.
11613 2001-09-05  Akim Demaille  <akim@epita.fr>
11615         * lib/Autom4te/XFile.pm: New lib file.
11616         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
11617         * bin/autoheader.in: Use it.
11619 2001-09-05  Akim Demaille  <akim@epita.fr>
11621         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
11622         defined.
11624 2001-09-05  Akim Demaille  <akim@epita.fr>
11626         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
11627         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
11629         * bin/autoscan.in: Use `getopt' and `find_files' etc.
11630         Add -I, --include support.
11631         * doc/autoconf.texi (autoscan Invocation): Adjust.
11633 2001-09-05  Akim Demaille  <akim@epita.fr>
11635         CVS GNU M4 doesn't like `undefine(undefined)'.
11637         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
11638         New, extracted from main.
11639         Use IO::File wherever possible.
11640         (input.m4): Be constant, use -I instead of hard coding $tmp.
11641         Therefore be a quoted heredoc.
11642         Don't invoke `_au_disable', since ac was not loaded, but just
11643         `unm4.m4'.
11645 2001-08-31  Akim Demaille  <akim@epita.fr>
11647         Version 2.52d.
11649 2001-08-31  Akim Demaille  <akim@epita.fr>
11651         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
11652         previous patch.
11653         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
11655 2001-08-31  Akim Demaille  <akim@epita.fr>
11657         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
11658         serious problems handling heredocs in heredocs.
11659         Reported by Nicolas Joly.
11661 2001-08-31  Akim Demaille  <akim@epita.fr>
11663         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
11664         (Making testsuite Scripts): Update.
11666 2001-08-31  Akim Demaille  <akim@epita.fr>
11668         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
11670 2001-08-31  Akim Demaille  <akim@epita.fr>
11672         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
11673         (testsuite Scripts): There is no such thing as `atconfig.in'.
11674         And actually one diagram is missing: test suite runtime.
11676 2001-08-31  Akim Demaille  <akim@epita.fr>
11678         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
11679         inverse order.
11681 2001-08-31  Akim Demaille  <akim@epita.fr>
11683         * bin/autoupdate.in (@include): `installcheck' revealed the path
11684         to m4sugar was lacking!
11686 2001-08-31  Akim Demaille  <akim@epita.fr>
11688         * man/Makefile.am (.x.1): We really have to pass
11689         autom4te_perllibdir.
11691 2001-08-31  Akim Demaille  <akim@epita.fr>
11693         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
11694         debug scripts, in particular passing explicitly listed tests to
11695         run is stupid.
11697 2001-08-31  Akim Demaille  <akim@epita.fr>
11699         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
11700         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
11701         Use directly autom4te, not autoconf.
11702         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
11704 2001-08-31  Akim Demaille  <akim@epita.fr>
11706         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
11707         * bin/autoheader.in (%symbol): Strip arguments of macros.
11709 2001-08-31  Akim Demaille  <akim@epita.fr>
11711         * doc/autoconf.texi: Catch up -I, --include changes.
11713 2001-08-31  Akim Demaille  <akim@epita.fr>
11715         * bin/autom4te.in (&parse_args): Die on unknown languages.
11716         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
11717         need for autoconf.
11718         Promote --include over --macrodir and other obsolete options.
11720 2001-08-31  Akim Demaille  <akim@epita.fr>
11722         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
11723         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
11724         * bin/autom4te.in ($autoconf): Pass --force.
11725         `print $out' doesn't print `$_' but `$out'.
11726         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
11727         (autoheader): Pass --force since the test suite goes too fast for
11728         the time stamps.
11729         Adjust to the new autoheader messages.
11731 2001-08-31  Akim Demaille  <akim@epita.fr>
11733         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
11734         Check the completeness of the #template.
11735         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
11736         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
11737         invocation.
11739 2001-08-31  Akim Demaille  <akim@epita.fr>
11741         * lib/Autom4te/General.pm (&find_file, &update_file): New.
11742         * bin/autoupdate.in, bin/autoheader.in: Adjust.
11743         Drop AC_MACRODIR dead for real.
11744         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
11745         `autoheader: `config.hin' is created'.
11746         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
11748 2001-08-31  Akim Demaille  <akim@epita.fr>
11750         * bin/autoheader.in: Rewrite in Perl.
11751         * tests/autoheader: Adjust.
11753 2001-08-31  Akim Demaille  <akim@epita.fr>
11755         * bin/autoconf.in (--include, -I): New option.
11756         Map --localdir, --autoconf-dir onto it.
11757         Forward autom4te's options instead of interpreting them.
11758         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
11759         There is no such envvar since the inception of autom4te.cfg.
11760         * bin/autom4te.in (&parse_args): Uniquify `@include'.
11761         * bin/autoupdate.in: Adjust, and perform more control.
11762         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
11763         * tests/autoconf: Dittowise.
11765 2001-08-31  Akim Demaille  <akim@epita.fr>
11767         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
11768         * bin/autom4te.in (&find_file): Support `FILE?' standing for
11769         optionally `FILE'.
11770         Use -e, not -f, since /dev/null for instance is OK.
11771         (&parse_args): Adjust.
11772         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
11774 2001-08-31  Akim Demaille  <akim@epita.fr>
11776         * configure.ac: Also find tested executables in bin.
11777         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
11778         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
11779         installed peer executables, only PATH is allowed to resolve it.
11780         Pass `autoconf_dir' via options, not via invisible envvars.
11781         * lib/Autom4te/General.pm (&find_peer): Remove.
11782         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
11783         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
11784         * man/Makefile.am: Let help2man rely on PATH instead of trying to
11785         find the executables for it.
11786         * tests/Makefile.am: Major cleanup.  Too lazy to document...
11787         * tests/atlocal.in: Remove all the obscure envvar manipulations.
11788         We only need PERL.
11789         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
11790         indeed related to running the test suite, while passing
11791         --autoconf-dir and others is related to running non installed
11792         Autoconf executables.  So don't do that, leave it to...
11793         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
11794         * tests/autoscan: New.
11795         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
11796         refer to library files: rely on --language.
11798 2001-08-29  Akim Demaille  <akim@epita.fr>
11800         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
11801         s/--set/--language/.
11803 2001-08-29  Akim Demaille  <akim@epita.fr>
11805         * doc/autoconf.texi: Strip the @nodes.
11806         Suggested by Paul Eggert.
11807         (Initializing configure): Typo.
11809 2001-08-29  Akim Demaille  <akim@epita.fr>
11811         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
11812         Suggested by Paul Eggert.
11814 2001-08-29  Akim Demaille  <akim@epita.fr>
11816         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
11817         download in a tmp dir.
11819 2001-08-29  Akim Demaille  <akim@epita.fr>
11821         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
11822         case insensitive OSes out there :(
11823         From Tim Van Holder.
11825 2001-08-29  Akim Demaille  <akim@epita.fr>
11827         * lib/autom4te.in: New.
11828         * lib/Makefile.am (edit, autom4te.cfg): New.
11829         * bin/autom4te.in (BEGIN): Simplify.
11830         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
11831         (&load_configuration): New.  Use it.
11832         (&parse_args): Support --mode, --set, and --melt.
11833         * bin/autoconf.in: Simplify and adjust.
11834         * tests/Makefile.am (AUTOMAKE): Use --set.
11835         * tests/atlocal.in: Adjust.
11836         * BUGS: distcheck and check are weak.
11838 2001-08-29  Akim Demaille  <akim@epita.fr>
11840         * lib/autotest/general.m4: Use
11841                 foo=`(command) 2>/dev/null`
11842         not
11843                 foo=`command` 2>/dev/null
11844         (at-devnull): Rename as...
11845         (AT-devnull): this.
11846         (--clean): Remove AT-* files too.
11847         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
11848         Reported by Nicolas Joly.
11850 2001-08-28  Akim Demaille  <akim@epita.fr>
11852         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
11853         quotes inside single quotes.
11854         Reported by Nicolas Joly.
11856 2001-08-28  Kevin Ryde  <user42@zip.com.au>
11858         * doc/autoconf.texi (Function Portability): Mention C right shifts.
11860 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
11862         * lib/autotest/general.m4: Reword some messages.
11863         (AT_INIT): Check for the `times' builtin before using it.
11864         Support test ranges as arguments to the testsuite.
11865         Have -e imply -d as the help text suggested.
11867 2001-08-27  Akim Demaille  <akim@epita.fr>
11869         * Makefile.maint: Formatting changes.
11870         (do-po-update, po-update, cvs-update, update): New targets.
11871         (AMTAR): Remove.
11873 2001-08-27  Akim Demaille  <akim@epita.fr>
11875         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
11876         <at_cmd_line>: New.
11877         Pass it to debug-*.sh scripts.
11878         <AUTOTEST_PATH>: May contain absolute dir names.
11880 2001-08-27  Akim Demaille  <akim@epita.fr>
11882         * lib/autotest/general.m4 (AT_INIT): Log the command line.
11883         Support `VAR=VAL' as arguments.
11884         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
11885         may be set via the command line.
11887 2001-08-27  Akim Demaille  <akim@epita.fr>
11889         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
11890         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
11891         first the build dirs, then the src dirs.
11892         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
11894 2001-08-27  Akim Demaille  <akim@epita.fr>
11896         * lib/autotest/general.m4 (AT_INIT): Output the definition of
11897         at_data_files earlier.
11898         (--clean, -c): New option.
11899         * tests/Makefile.am: Use this option.
11901 2001-08-27  Akim Demaille  <akim@epita.fr>
11903         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
11904         `ac_top_builddir' to mimic Automake's vocabulary, which much more
11905         readable.
11906         Adjust callers.
11907         * doc/autoconf.texi (Configuration Actions): Document the vars
11908         available in commands.
11909         Emphasize the risks of collisions in init-cmds.
11911 2001-08-27  Akim Demaille  <akim@epita.fr>
11913         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
11914         (Initializing configure): this new node.
11916 2001-08-27  Akim Demaille  <akim@epita.fr>
11918         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
11920 2001-08-27  Akim Demaille  <akim@epita.fr>
11922         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
11923         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
11924         New file.
11925         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
11927 2001-08-27  Akim Demaille  <akim@epita.fr>
11929         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
11930         to...
11931         * lib/autoconf/autoheader.m4: this new file.
11932         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
11933         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
11934         Move to...
11935         * lib/autoconf/autoupdate.m4: this new file.
11937 2001-08-27  Akim Demaille  <akim@epita.fr>
11939         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
11940         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
11941         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
11942         -> ac_dir).
11943         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
11944         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
11946 2001-08-27  Akim Demaille  <akim@epita.fr>
11948         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
11949         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
11950         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
11951         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
11952         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
11953         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
11954         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
11955         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
11956         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
11957         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
11958         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
11959         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
11960         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
11961         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
11962         (_AC_OUTPUT_SUBDIRS): Move to...
11963         * lib/autoconf/status.m4: this new file.
11964         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
11965         * tests/Makefile.am, tests/suite.at: Adjust.
11967 2001-08-27  Akim Demaille  <akim@epita.fr>
11969         Automake 1.5.
11971         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
11972         (AMTAR): Help automake define it.
11973         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
11974         needed, 1.5 can have a macro and a target with the same name.
11975         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
11976         * m4/strip.m4: New.
11977         * m4/init.m4, m4/sanity.m4: Update.
11978         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
11979         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
11980         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
11981         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
11983 2001-08-27  Akim Demaille  <akim@epita.fr>
11985         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
11987         * lib/autoconf/version.in: Remove.
11988         * lib/m4sugar/version.in: New.
11989         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
11990         Adjust callers.
11991         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
11992         the name of the directory they're in, instead of the filename,
11993         since version.m4 is now in m4sugar, but m4_acversion must not be
11994         classified as an Autoconf macro.
11995         ($input_m4): Don't qualify the path to m4sugar.
11996         Rather, pass autoconf_dir to m4.
11997         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
11998         * tests/suite.at: Require 2.52c.
12000 2001-08-27  Akim Demaille  <akim@epita.fr>
12002         testsuite.log should include config.log.
12004         * lib/autotest/autotest.m4: New.
12005         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
12006         * tests/suite.at : Adjust.
12007         (AT_INIT): Log config.log.
12008         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
12009         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
12010         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
12011         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
12012         of config.log on traps.
12013         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
12014         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
12015         for config.status'.
12016         Open the log as soon as possible.
12017         Use the same log introduction as configure's.
12019 2001-08-22  Paul Eggert  <eggert@twinsun.com>
12021         * doc/autoconf.texi (Indices): New node.
12022         Move indices out of the top level menu and into this submenu.
12024 2001-08-22  Akim Demaille  <akim@epita.fr>
12026         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
12027         AC_TRY_COMMAND.
12028         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
12030 2001-08-22  Akim Demaille  <akim@epita.fr>
12032         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
12033         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
12034         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
12035         * lib/autoconf/programs.m4: here.
12036         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
12037         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
12038         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
12039         * lib/autoconf/programs.m4: here.
12040         (_AC_DECL_YYTEXT): Rename as...
12041         (_AC_PROG_LEX_YYTEXT_DECL): this.
12042         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
12043         * tests/Makefile.am, tests/suite.am: Adjust.
12045 2001-08-22  Akim Demaille  <akim@epita.fr>
12047         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
12048         Move to...
12049         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
12050         here.
12051         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
12052         * lib/autoconf/functions.m4: here.
12053         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
12054         (AH_CHECK_LIB): Move to...
12055         * lib/autoconf/libs: this new file.
12056         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
12057         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
12058         * lib/autoconf/libs.m4: here.
12059         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
12061 2001-08-22  Akim Demaille  <akim@epita.fr>
12063         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
12064         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
12065         (AC_SITE_LOAD): Better logging of config.site.
12067 2001-08-20  Akim Demaille  <akim@epita.fr>
12069         * configure.ac (AT_CONFIG): Fix the path.
12070         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
12071         can be used.
12073 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
12075         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
12076         program with AC_LANG_PROGRAM before feeding it to
12077         AC_COMPILE_IFELSE.  Cleanup grep usage.
12079 2001-08-20  Akim Demaille  <akim@epita.fr>
12081         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
12082         * NEWS, README, README-alpha, TODO, tests/README: This package is
12083         `Autoconf', not `autoconf' (the executable).
12085 2001-08-20  Akim Demaille  <akim@epita.fr>
12087         Info readers seem to need `Index' in the index node title :(
12089         * doc/autoconf.texi: Reverse the 2001-08-15 change which
12090         simplified index node names.
12092 2001-08-20  Akim Demaille  <akim@epita.fr>
12094         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
12095         arguments are not literals.
12096         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
12097         Specify the output variables, and macros defined.
12099 2001-08-20  Akim Demaille  <akim@epita.fr>
12101         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
12102         (Examining Syntax) <AC_TRY_COMPILE>
12103         (Examining Libraries) <AC_TRY_LINK>
12104         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
12105         their arguments.
12106         Reported by Werner Lemberg.
12108 2001-08-20  Akim Demaille  <akim@epita.fr>
12110         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
12111         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
12112         Load atlocal late enough to dump it in the log.
12113         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
12115 2001-08-20  Akim Demaille  <akim@epita.fr>
12117         * tests/torture.at (Configuring subdirectories): New test.
12118         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
12119         looking for.
12120         * m4/atconfig.m4: Be sure the let $[0] be expandable.
12121         (top_srcdir): Fix its computation.
12123 2001-08-20  Akim Demaille  <akim@epita.fr>
12125         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
12126         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
12127         test suite lives.
12128         Create `atconfig' automagically.
12129         Configure atlocal.in if present.
12130         * tests/atconfig.in: Remove.
12131         * tests/atlocal.in: New.
12132         * tests/Makefile.am: Adjust.
12134 2001-08-20  Akim Demaille  <akim@epita.fr>
12136         Huh!?!?!  There are still some user EOF tags used, which prevents
12137         their use in AC_CONFIG_COMMANDS for instance...
12139         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
12140         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
12141         `_CSEOF', or `_ATEOF', as appropriate.
12142         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
12143         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
12145 2001-08-20  Akim Demaille  <akim@epita.fr>
12147         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
12148         * tests/semantics.at, tests/tools.at, tests/torture.at:
12149         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
12151 2001-08-20  Akim Demaille  <akim@epita.fr>
12153         Autotest invokes M4sh's initialization.
12155         * lib/autotest/general.m4: Adjust the diversion names.
12156         (AT_INIT): Run AS_INIT.
12157         Use the BINSH diversion to invoke /bin/sh.
12158         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
12159         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
12161 2001-08-20  Akim Demaille  <akim@epita.fr>
12163         Let M4sh have its own diversions.
12165         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
12166         (_m4_divert(NOTICE)): Rename as...
12167         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
12168         (_m4_divert(HEADER-COMMENT)): these.
12169         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
12170         (_m4_divert(NOTICE)): New, for Libtool.
12171         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
12172         long ago with `_m4_divert(GROW)'.
12173         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
12175 2001-08-20  Akim Demaille  <akim@epita.fr>
12177         * tests/base.at, tests/compile.at, tests/foreign.at,
12178         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
12179         * tests/semantics.at, tests/suite.at, tests/tools.at,
12180         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
12182 2001-08-20  Akim Demaille  <akim@epita.fr>
12184         * bin/autom4te.in (handle_output): Handle @__@.
12186 2001-08-20  Akim Demaille  <akim@epita.fr>
12188         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
12189         * lib/autotest/general.m4: Adjust the license.
12191 2001-08-17  Paul Eggert  <eggert@twinsun.com>
12193         * doc/autoconf.texi (Function Portability): Mention snprintf,
12194         following up on a suggestion by Kevin Ryde.
12196 2001-08-17  Akim Demaille  <akim@epita.fr>
12198         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
12199         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
12201 2001-08-17  Akim Demaille  <akim@epita.fr>
12203         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
12204         `$0.log' as for projects where testsuite is in src, we'd have
12205         testsuite.log created in src.
12207 2001-08-17  Akim Demaille  <akim@epita.fr>
12209         * bin/autom4te.in (&parse_args): Recognize --normalize.
12211 2001-08-17  Akim Demaille  <akim@epita.fr>
12213         Start implementing the AC_CHECK_HEADER transition scheme.
12215         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
12216         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
12217         (AC_CHECK_HEADER): Use them.
12219 2001-08-17  Akim Demaille  <akim@epita.fr>
12221         * doc/autoconf.texi: Work around Texinfo buglets.
12222         (Transformation Rules): One example is enough, users are expected
12223         to have their brains on. And BTW, use DESTDIR.
12224         (dvar): New macro.  Use it.
12226 2001-08-17  Akim Demaille  <akim@epita.fr>
12228         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
12229         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
12230         looking for ChangeLogs.
12232 2001-08-17  Akim Demaille  <akim@epita.fr>
12234         * bin/autom4te.in: --normalize is a new option.
12235         * bin/autoconf.in: Use it.
12237 2001-08-17  Akim Demaille  <akim@epita.fr>
12239         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
12240         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
12242 2001-08-16  Paul Eggert  <eggert@twinsun.com>
12244         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
12245         start, not at end.
12247 2001-08-15  Akim Demaille  <akim@epita.fr>
12249         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
12250         Use it.
12252 2001-08-15  Akim Demaille  <akim@epita.fr>
12254         * doc/autoconf.texi (pr): New index.
12255         (prindex, findex): Use, merge, and output them.
12256         (Environment Variable Index, Output Variable Index)
12257         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
12258         (Autotest Macro Index): Rename as...
12259         (Environment Variables, Output Variables,Preprocessor Symbols)
12260         (Autoconf Macros, M4 Macros, Autotest Macros): these.
12261         * doc/install.texi: Use @command.
12262         (Environment Variables): Rename as...
12263         (Defining Variables): this.
12265 2001-08-15  Akim Demaille  <akim@epita.fr>
12267         * doc/autoconf.texi (Function Portability): sprintf's return
12268         value.
12269         From Kevin Ryde.
12271 2001-08-15  Akim Demaille  <akim@epita.fr>
12273         * Makefile.maint (CVS): New.
12274         (local-check): Run changelog-check. last.
12275         (alpha): Don't depend upon local-check, since...
12276         (cvs-dist): depends upon it.
12278 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
12280         * tests/Makefile.am: Use a clean-local rule to remove
12281         autom4te.cache (it's a directory, not a file.
12282         * Makefile.am: Ditto (but maintainer-clean-local).
12284 2001-08-15  Akim Demaille  <akim@epita.fr>
12286         * bin/autom4te.in (@m4_warning): New.
12287         (&handle_m4): Use it.
12288         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
12289         warnings are issued at each run.
12290         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
12291         is in the src tree.
12293 2001-08-15  Akim Demaille  <akim@epita.fr>
12295         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
12296         don't waste time running `autoupdate --version' works.
12297         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
12299 2001-08-13  Akim Demaille  <akim@epita.fr>
12301         * doc/autoconf.texi (ma): Rename this index as...
12302         (ac): this.
12304 2001-08-13  Akim Demaille  <akim@epita.fr>
12306         * Makefile.am: Remove dead code and dead comments.
12307         (pdf, html): New targets.
12308         * doc/autoconf.texi (Using Autotest): New chapter.
12309         * doc/Makefile.am (pdf): New targets.
12310         (CLEANFILES): Adjust.
12312 2001-08-13  Akim Demaille  <akim@epita.fr>
12314         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
12315         duration of the test suite.
12317 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
12319         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
12320         endianness for comparison instead of relying on AT_CHECK_ENV.
12322 2001-08-11  Paul Eggert  <eggert@twinsun.com>
12324         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
12325         to the INSTALL file.
12327 2001-08-11  Paul Eggert  <eggert@twinsun.com>
12329         * NEWS: The autoconf manual now is distributed under the terms
12330         of the GNU Free Documentation License.
12332         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
12333         Add an appendix "Copying This Manual" for the FDL.
12335         * doc/fdl.texi: New file, from
12336         <http://www.gnu.org/licenses/fdl.texi>.
12338         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
12340 2001-08-10  Paul Eggert  <eggert@twinsun.com>
12342         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
12343         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
12344         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
12345         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
12346         m4/sanity.m4, tests/README, tests/aclocal.m4,
12347         tests/atspecific.m4, tests/base.at, tests/compile.at,
12348         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
12349         tests/semantics.at, tests/suite.at, tests/tools.at,
12350         tests/torture.at: Add copyright notice.
12352         * tests/mktests.sh: Update year in copyright notice.
12354 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
12356         * tests/semantics.at (AC_C_BIGENDIAN): New test.
12358 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
12360         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
12361         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
12362         * doc/autoconf.texi (C Compiler Characteristics): Update
12363         documentation for AC_C_BIGENDIAN.
12365 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
12367         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
12368         magic values from an object file when cross-compiling.
12369         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
12371 2001-08-10  Akim Demaille  <akim@epita.fr>
12373         * bin/autom4te.in (&handle_output): Don't use `grep' with side
12374         effects.
12375         Suggested by Russ Allbery.
12377 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
12379         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
12380         current $prefix to the sub-configures.
12382 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
12384         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
12385         extension (needed on BeOS).  Reported by Guido van Rossum.
12387 2001-08-09  Akim Demaille  <akim@epita.fr>
12389         * bin/autom4te.in ($icache): Load it only if older than autom4te.
12391 2001-08-07  Akim Demaille  <akim@epita.fr>
12393         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
12394         removed.
12395         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
12396         No need to remove the files before and after the each test, before
12397         each test and at the end of the suite is enough.
12398         Display only the children `times', not the shell's.
12399         If the test failed or was skipped, at-times is not available.
12401 2001-08-07  Akim Demaille  <akim@epita.fr>
12403         Always produce testsuite.log, including when there are no
12404         failures.  This helps getting information on skipped tests, and
12405         duration of the tests.  Err, implement the latter btw.
12407         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
12408         Dump information on the first run of each test.
12409         (AT_CLEANUP): Create `at-times' containing the duration of the
12410         test group.
12412 2001-08-07  Akim Demaille  <akim@epita.fr>
12414         The use of `dumpstat' revealed that `len' was used although it
12415         should not.  m4_text_wrap was using it, but in the Autoconf world
12416         where it is legal.  Hence (i) test M4sh in its own world, not
12417         Autoconf's, and (ii), ahem, fix the bug :)
12419         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
12420         does not like `' instead of [].
12421         (AT_INIT): Forbid `^_?AT_'.
12422         And don't output such tokens.
12423         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
12424         `script.as', and `autom4te.cache'.
12425         Remove `empty' and `macro' which are no longer used.
12426         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
12427         * tests/m4sugar.at: Use it.
12428         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
12430 2001-08-07  Akim Demaille  <akim@epita.fr>
12432         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
12434 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
12436         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
12438 2001-08-04  Akim Demaille  <akim@epita.fr>
12440         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
12441         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
12442         AC_TRY_LINK.
12443         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
12444         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
12445         (AC_F77_MAIN): Likewise.
12447 2001-08-04  Akim Demaille  <akim@epita.fr>
12449         Don't rely on M4sugar outputting the patterns in files, since we
12450         might process the output _without_ running m4, hence without these
12451         files.
12453         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
12454         * bin/autom4te.in (@Request::includes): Remove, unused.
12455         (@Request::source): Rename as...
12456         (@Request::input): this.
12457         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
12458         (&handle_output): Fetch the patterns from the traces.
12459         `$forbidden' and `$allowed' are constant: use m//o.
12460         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
12461         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
12463 2001-08-04  Akim Demaille  <akim@epita.fr>
12465         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
12466         autoconf', i.e., in addition to caching traces, cache the output.
12468         * bin/autom4te.in (Request::cache): Rename as...
12469         (Request::id): this.
12470         ($cache, $icache, $tcache, $ocache): New.
12471         (&handle_m4): Save M4 output in the cache instead of $tmp.
12472         (&handle_output): Adjust.
12473         (&up_to_date_p): Check that the output cache is up to date too.
12474         (top level): Run `&handle_m4' iff force or the cache is invalid.
12475         Run `&handle_output' if the output cache is more recent.
12477 2001-08-04  Akim Demaille  <akim@epita.fr>
12479         * bin/autom4te.in ($force): New.
12480         (&parse_args, &print_usage): -f, --force is a new option.
12481         (&handle_output): CPP directives might have spaces after `#'.
12482         (&parse_args): The first file only can be frozen.
12484 2001-08-04  Akim Demaille  <akim@epita.fr>
12486         Don't let autom4te compute the `include' traces several times:
12487         first check that the trace cache file is up to date, and then
12488         compare its timestamp with that of the output.
12490         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
12491         the preamble.  Don't require 5.005 as Autom4te::General does it,
12492         and better yet (use `use', not `require'!).
12493         * lib/Autom4te/Struct.pm: Rename the last occurrences of
12494         Class::Struct as Autom4te::Struct.
12495         * lib/Autom4te/General.pm (File::stat): Use it.
12496         (&mtime): New, export it.
12497         * bin/autom4te.in: Use it.
12498         Declare `$req' is invalid if it is outdated.
12499         Don't declare it valid before saving it if something went wrong.
12501 2001-08-04  Akim Demaille  <akim@epita.fr>
12503         Autom4te shall not encode Autoconf data, and preselecting traces
12504         must be proposed to the users.
12506         * bin/autom4te.in (@required_trace): Remove.
12507         (@preselect): New.
12508         (&parse_args, &print_usage): -p, --preselect is a new option.
12509         (&up_to_date_p): Adjust.
12510         * bin/autoconf.in: Preselect some Autoconf macros.
12512 2001-08-04  Akim Demaille  <akim@epita.fr>
12514         * tests/tools.at (autoconf --trace: user macros): Check traces on
12515         macros invoked without arguments, and macros invoked with multiple
12516         lines arguments.
12518 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
12520         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
12521         arguments.
12523 2001-08-03  Akim Demaille  <akim@epita.fr>
12525         * bin/autoconf.in ($@): Work around the usual sh bug.
12526         From Nicolas Joly.
12528 2001-08-03  Akim Demaille  <akim@epita.fr>
12530         Clean up the handling of the M4 builtins tracing exception.
12532         * bin/autom4te.in (Request::request): Don't complete M4 builtins
12533         trace requests.
12534         (@m4_builtins): Rename as...
12535         (@m4_builtin): this.
12536         (%m4_builtin_alternate_name): New.
12537         (&parse_args): Complete the trace requests with alternate names.
12538         (&handle_traces): Hence no longer do it here.
12539         (&trace_requests): Remove, unused.
12541 2001-08-03  Akim Demaille  <akim@epita.fr>
12543         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
12544         m4_if, and m4_wrap.
12546 2001-08-03  Akim Demaille  <akim@epita.fr>
12548         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
12549         (m4_divert_pop): Dump the whole diversion stack when a diversion
12550         mismatch happens.
12551         * bin/autom4te.in (&handle_output): Remember of the first
12552         occurrence of a possibly undefined macro, not the last.
12553         Complain about the possibly undefined macros in the same order as
12554         the appear in the output.
12555         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
12556         * tests/tools.at (autoconf: forbidden tokens, basic)
12557         (autoconf: forbidden tokens, exceptions): No longer sort
12558         autoconf's stderr, as it is now deterministic.
12559         Check that `dnl' is caught.
12561 2001-08-01  Akim Demaille  <akim@epita.fr>
12563         * configure.ac: Bump to 2.52c.
12565 2001-08-01  Akim Demaille  <akim@epita.fr>
12567         Version 2.52b.
12569         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
12571 2001-08-01  Akim Demaille  <akim@epita.fr>
12573         Version 2.52a.
12575 2001-08-01  Akim Demaille  <akim@epita.fr>
12577         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
12578         `die'.
12579         (&END): New.
12580         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
12581         `END', as `Autom4te::General::END' will be triggered.
12582         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
12583         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
12584         system to run `mv', `rm', and `cmp'.
12586 2001-08-01  Akim Demaille  <akim@epita.fr>
12588         * lib/Autom4te/General.pm (&unique): New.
12589         * bin/autoscan.in (&output): Use it to issue trace requests once.
12591 2001-08-01  Akim Demaille  <akim@epita.fr>
12593         * lib/Autom4te/General.pm: New.
12594         * bin/autom4te.in (Autom4te::General): Use it.
12595         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
12596         (&find_configure_ac, &find_slave): Remove.
12597         * bin/autoscan.in: Likewise.
12598         * bin/autoupdate.in: Likewise.
12600 2001-08-01  Akim Demaille  <akim@epita.fr>
12602         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
12603         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
12604         * bin: here, new directory.
12605         * lib/Autoconf: Rename as...
12606         * lib/Autom4te: this, to please case insensitive junkie OSes.
12608 2001-08-01  Akim Demaille  <akim@epita.fr>
12610         * autom4te.in ($m4): Handle the --nesting-limit.
12611         * autoconf.in (M4): Remove.
12613 2001-08-01  Akim Demaille  <akim@epita.fr>
12615         * autoconf.in ($AWK): Remove, no longer used.
12616         * test/tools.at: Use AT_CHECK_AUTOCONF.
12617         (AWK portability): Remove, for autoconf no longer uses AWK.
12618         (Syntax of the Perl scripts): New.
12619         * configure.ac: autoconf no longer needs an AWK with a good
12620         regexp engine.
12621         Use a static test on AC_PACKAGE_VERSION.
12622         * autom4te.in (&up_to_date_p): Output depends on the arguments.
12623         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
12624         * tests/atconfig.in (PERL): New.
12626 2001-08-01  Akim Demaille  <akim@epita.fr>
12628         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
12629         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
12630         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
12631         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
12632         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
12633         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
12634         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
12635         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
12636         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
12637         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
12638         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
12639         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
12640         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
12641         * lib/autoconf/c.m4: here, new file.
12643         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
12644         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
12645         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
12646         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
12647         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
12648         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
12649         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
12650         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
12651         (AC_F77_FUNC): Move to...
12652         * lib/autoconf/fortran.m4: here, new file.
12654 2001-08-01  Akim Demaille  <akim@epita.fr>
12656         * acfunctions.m4: Rename as...
12657         * lib/autoconf/functions.m4: this.
12658         * acgeneral.m4: Rename as...
12659         * lib/autoconf/general.m4: this.
12660         * acheaders.m4: Rename as...
12661         * lib/autoconf/headers.m4: this.
12662         * aclang.m4: Rename as...
12663         * lib/autoconf/lang.m4: this.
12664         * acoldnames.m4: Rename as...
12665         * lib/autoconf/oldnames.m4: this.
12666         * acspecific.m4: Rename as...
12667         * lib/autoconf/specific.m4: this.
12668         * actypes.m4: Rename as...
12669         * lib/autoconf/types.m4: this.
12670         * autoconf.m4: Rename as...
12671         * lib/autoconf/autoconf.m4: this.
12673         * m4sugar.m4: Rename as...
12674         * lib/m4sugar/m4sugar.m4: this.
12675         * m4sh.m4: Rename as...
12676         * lib/m4sugar/m4sh.m4: this.
12678         * tests/atgeneral.m4: Rename as...
12679         * lib/autotest/general.m4: this.
12681         * acfunctions: Rename as...
12682         * lib/autoscan/functions: this.
12683         * acheaders: Rename as...
12684         * lib/autoscan/headers: this.
12685         * acidentifiers: Rename as...
12686         * lib/autoscan/identifiers: this.
12687         * aclibraries: Rename as...
12688         * lib/autoscan/libraries: this.
12689         * acmakevars: Rename as...
12690         * lib/autoscan/makevars: this.
12691         * acprograms: Rename as...
12692         * lib/autoscan/programs: this.
12694 2001-08-01  Akim Demaille  <akim@epita.fr>
12696         * doc/autoconf.texi: Moving/deleting open files is not portable.
12697         Portability issues for `.' (source), and more information about sed.
12699 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
12701         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
12702         which has a special meaning and is not a reference to libibmil.a.
12703         Reported by Matteo Frigo.
12705 2001-07-25  Pavel Roskin  <proski@gnu.org>
12707         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
12708         output.
12710 2001-07-25  Akim Demaille  <akim@epita.fr>
12712         * autoconf.in: Try to define the variables before using them.
12713         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
12714         instead of `$perllibdir'.
12715         * tests/atconfig.in ($autom4te_perllibdir): Export it.
12717 2001-07-25  Akim Demaille  <akim@epita.fr>
12719         * autoconf.in (ac_LF_and_DOT): Remove, unused.
12721 2001-07-24  Akim Demaille  <akim@epita.fr>
12723         Let autoconf use autom4te for traces.
12725         * autoconf.in ($task, task trace): Remove, merely pass --trace to
12726         autom4te.
12727         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
12728         (Because I found no way for autom4te to accept `-').
12729         * autom4te.in (&Request::request): Beware of M4 builtins.
12730         (END): Don't try to remove the content of an empty dir.
12731         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
12732         (&handle_output): Set a default value to `$forbidden'.
12733         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
12734         ($autoconf): Pass --debug and --verbose.
12735         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
12736         cache.
12738 2001-07-24  Akim Demaille  <akim@epita.fr>
12740         Let autoconf use autom4te to create configure.
12742         * autoconf.in ($automate): New var.
12743         (task script): Use autom4te.
12744         * autom4te.in (File::Spec): Use it.
12745         (&find_file): New.
12746         (&parse_args): --warning is -W, not -w.
12747         Find the top level files.
12748         (&handle_m4): Pass the warnings flags.
12749         Don't report verbosely m4's failures, unless requested.
12750         (&handle_output): Don't complain for forbidden tokens in comments.
12751         Be sure to report all the forbidden tokens within a single line.
12752         (&trace_format_to_m4): Preserve `$_'.
12753         (&handle_traces): Sort the output macros.
12754         (&up_to_date_p): Find the files before trying to get its time stamp.
12756 2001-07-24  Akim Demaille  <akim@epita.fr>
12758         * Makefile.am: Ship, build and install Autom4te.
12759         (SUBDIRS): Add lib.
12760         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
12761         * configure.in: Require Perl.
12762         * man/autom4te.in: New.
12764 2001-07-19  Paul Eggert  <eggert@twinsun.com>
12766         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
12767         example, rather than (exit 1); exit (which isn't portable).
12769 2001-07-18  Akim Demaille  <akim@epita.fr>
12771         Version 2.52.
12773 2001-07-18  Akim Demaille  <akim@epita.fr>
12775         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
12776         was run, while they are needed also when it is expanded.
12777         Reported by Nicolas Joly.
12779         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
12780         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
12781         AC_F77_DUMMY_MAIN being expanded.
12783 2001-07-18  Akim Demaille  <akim@epita.fr>
12785         * configure.in: Bump to 2.51a.
12787 2001-07-17  Akim Demaille  <akim@epita.fr>
12789         Version 2.51.
12791 2001-07-17  Akim Demaille  <akim@epita.fr>
12793         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
12794         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
12796 2001-07-17  Akim Demaille  <akim@epita.fr>
12798         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
12799         used.  Well, then use the prototypes when you can, and runtime as
12800         a last resort.
12801         Reported by Artur Frysiak
12803         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
12804         (AC_FUNC_GETPGRP): Use it.
12805         First try to compile with 0-ary or 1-ary calls.
12807 2001-07-17  Akim Demaille  <akim@epita.fr>
12809         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
12810         replacement type.
12811         From Paul Eggert.
12813 2001-07-17  Akim Demaille  <akim@epita.fr>
12815         * Makefile.maint: Sync. with cppi 1.10.
12817 2001-07-17  Akim Demaille  <akim@epita.fr>
12819         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
12820         AC_F77_DUMMY_MAIN has been run.
12821         From Pavel Roskin and Steven G. Johnson.
12823 2001-07-17  Akim Demaille  <akim@epita.fr>
12825         * configure.in: Rename as...
12826         * configure.ac: this.
12828 2001-07-17  Akim Demaille  <akim@epita.fr>
12830         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
12831         rules.
12832         From Marc Espie.
12833         * Makefile.maint (release-archive-dir): Rename as...
12834         (release_archive_dir): this, so that it can be specialized in
12835         Makefile.
12837 2001-07-14  Akim Demaille  <akim@epita.fr>
12839         * configure.in: Bump to 2.50d.
12841 2001-07-14  Akim Demaille  <akim@epita.fr>
12843         Version 2.50c.
12844         * Makefile.maint (alpha): Typo.
12846 2001-07-14  Akim Demaille  <akim@epita.fr>
12848         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
12850 2001-07-14  Akim Demaille  <akim@epita.fr>
12852         * config/config.guess, config/config.sub, config/texinfo.tex
12853         * doc/standards.texi, doc/make-stds.texi: Update.
12855 2001-07-14  Akim Demaille  <akim@epita.fr>
12857         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
12859 2001-07-14  Akim Demaille  <akim@epita.fr>
12861         * Makefile.maint (maintainer-check): Rename as...
12862         (maintainer-distcheck): this.
12863         (changelog-check, static-check): New.
12864         Use them.
12866 2001-07-14  Kevin Ryde  <user42@zip.com.au>
12868         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
12869         for CXX is g++, not gcc.
12871 2001-07-14  Akim Demaille  <akim@epita.fr>
12873         * doc/autoconf.texi (Files): New subsection.
12875 2001-07-14  Akim Demaille  <akim@epita.fr>
12877         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
12878         of...
12879         (Generic Compiler Characteristics): this.
12880         (C++ Compiler): New subsection.
12882 2001-07-14  Akim Demaille  <akim@epita.fr>
12884         * autoscan.in: Use IO::File.
12885         Adjust all the routines to use it.
12886         ($log): New file (autoscan.log).
12887         (output): Dump detailed logs into $log, and a shortened version to
12888         stderr.
12889         (&scan_makefile): Refine the regexp catching tokens in the code.
12890         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
12891         and the `configure.ac' checking feature.
12893 2001-07-12  Akim Demaille  <akim@epita.fr>
12895         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
12896         Reported by Michael Elizabeth Chastain.
12898         * autoconf.in: Refuse such AWK.
12899         * configure.in: Likewise.
12900         * Makefile.am (acversion.m4): Do not use move-if-change this file
12901         has dependencies.
12902         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
12904 2001-07-10  Jens Petersen  <petersen@redhat.com>
12906         * autoscan.in (&scan_makefile): Improve programs regexp to parse
12907         things like "g++", "file.c" and "some-conf" as tokens.
12908         (&scan_file): Match C++ files extensions.
12909         If the filename extension is C++ then ask for c++.
12911 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
12913         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
12914         AC_TRY_LINK_FUNC, to check whether defining a dummy
12915         main-like routine is needed for linking with F77 libs.
12917 2001-07-05  Pavel Roskin  <proski@gnu.org>
12919         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
12920         after using break.
12921         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
12922         linking.
12924 2001-07-05  Akim Demaille  <akim@epita.fr>
12926         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
12927         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
12928         Makes' lives.
12929         Reported by Nicolas Joly.
12931 2001-07-04  Akim Demaille  <akim@epita.fr>
12933         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
12934         up.
12935         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
12936         warnings from compilers.
12937         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
12938         for all the compilers, not only GNU.  Hence move from here...
12939         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
12941 2001-07-04  Akim Demaille  <akim@epita.fr>
12943         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
12944         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
12945         AC_COMPILE_IFELSE.
12947 2001-07-04  Akim Demaille  <akim@epita.fr>
12949         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
12950         the ``strings.h'' change claimed below.
12952 2001-07-04  Akim Demaille  <akim@epita.fr>
12954         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
12956 2001-07-04  Akim Demaille  <akim@epita.fr>
12958         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
12959         strings.h if usable with string.h.
12960         Suggested by Paul Eggert.
12962 2001-07-04  Akim Demaille  <akim@epita.fr>
12964         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
12965         From Jens Petersen.
12967 2001-07-03  Akim Demaille  <akim@epita.fr>
12969         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
12970         etc. in the log.
12972 2001-07-03  Akim Demaille  <akim@epita.fr>
12974         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
12975         compiler, not the preprocessor.
12976         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
12977         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
12978         the right thing.
12979         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
12980         earlier if there are.
12982 2001-07-03  Akim Demaille  <akim@epita.fr>
12984         * autoscan.in ($initfile): Remove.
12985         (&find_file): Rename as...
12986         (&scan_file): this.
12987         Immediately scan the current file, instead of gathering them, and
12988         later having them handled by &scan_files.
12989         (&scan_files): Merely invoke Find::File.
12990         Adjust.
12992 2001-07-02  Akim Demaille  <akim@epita.fr>
12994         * autoscan.in: Formatting changes, matching the invocation order.
12995         (File::Find): Use it instead of Perl 4's `find.pl'.
12996         (&wanted): Rename as...
12997         (&find_file): this.
12999 2001-07-01  Pavel Roskin  <proski@gnu.org>
13001         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
13002         break in the argument to AC_TRY_LINK_FUNC.
13003         (AC_F77_MAIN): Remove conftest* after using break in the
13004         argument to AC_TRY_LINK.
13006 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
13008         Add alternate 'main' routine detection for linking C/C++ with Fortran,
13009         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
13011         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
13012         dummy alternate main is required even if the user provides her own
13013         'main'.
13014         (AC_F77_MAIN): New macro to detect whether it is possible to
13015         provide an alternate 'main' function name, using the 'main' from
13016         the Fortran libraries.
13017         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
13018         cross-language link tests can be performed successfully.
13019         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
13020         after $LIBS, for consistency; this should be the general rule since
13021         the user may want to link to Fortran libraries that require $FLIBS.
13022         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
13024 2001-06-29  Pavel Roskin  <proski@gnu.org>
13026         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
13027         at-stdout and at-stderr instead of removing the newline
13028         from the echo output, which is not guaranteed to work.
13030 2001-06-28  Jens Petersen  <petersen@redhat.com>
13032         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
13033         confdefs.h when non-zero.
13035 2001-06-28  Akim Demaille  <akim@epita.fr>
13037         * configure.in: Bump to 2.50c.
13039 2001-06-26  Akim Demaille  <akim@epita.fr>
13041         Version 2.50b.
13043 2001-06-26  Akim Demaille  <akim@epita.fr>
13045         Version 2.50a.
13047 2001-06-25  Pavel Roskin  <proski@gnu.org>
13049         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
13050         argument, AUTOCONF-FLAGS.
13051         * tests/mktests.sh (update_exclude_list): Add
13052         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
13053         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
13054         AC_FUNC_WAIT3 with "-W no-obsolete".
13056 2001-06-25  Akim Demaille  <akim@epita.fr>
13058         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
13060 2001-06-25  Akim Demaille  <akim@epita.fr>
13062         * autoscan.in (%macro): Now maps from word to list of macros.
13063         (&init_tables): Die when a word which is already handled by
13064         explicit macros is mapped to the default macro.
13065         (&print_unique): Remove, inlined in...
13066         (&output_kind): here.
13067         (File::Basename): Use it.
13068         (&output): Sort the CONFIG_FILES.
13069         * acheaders: Normalize.
13070         * acfunctions: Likewise.
13072 2001-06-25  Akim Demaille  <akim@epita.fr>
13074         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
13075         characteristics in the logs.
13076         Suggested by Mo DeJong.
13078 2001-06-24  Akim Demaille  <akim@epita.fr>
13080         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
13081         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
13082         * doc/autoconf.texi (Autoconf 2.13): New section.
13084 2001-06-24  Akim Demaille  <akim@epita.fr>
13086         * autoconf.in (Task traces): Separate the error messages from the
13087         traces to improve robustness.
13089 2001-06-23  Akim Demaille  <akim@epita.fr>
13091         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
13092         three as failures are unlikely, and speed matters.
13094 2001-06-23  Akim Demaille  <akim@epita.fr>
13096         * doc/autoconf.texi (Redefined M4 Macros): New.
13098 2001-06-23  Akim Demaille  <akim@epita.fr>
13100         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
13101         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
13102         5.3.
13104 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
13106         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
13107         config.status targets to after the evaluation of the INIT-CMDS.
13108         Double quote config.status targets (used to be single quoted).
13110 2001-06-23  Akim Demaille  <akim@epita.fr>
13112         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
13113         Check the content of the created file.
13114         Check the ./config.status command line invocation.
13116 2001-06-23  Akim Demaille  <akim@epita.fr>
13118         * tests/foreign.at (Libtool): Reject prehistoric versions.
13120 2001-06-23  Akim Demaille  <akim@epita.fr>
13122         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
13123         preexisting files matching a.*.
13125 2001-06-23  Akim Demaille  <akim@epita.fr>
13127         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
13128         stderr.
13129         * doc/autoconf.texi (AC_ARG_VAR): Update.
13131 2001-06-21  Akim Demaille  <akim@epita.fr>
13133         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
13134         precious variables have changed.
13135         * tests/torture.at (AC_ARG_VAR): Adjust.
13137 2001-06-21  Akim Demaille  <akim@epita.fr>
13139         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
13140         but some sed choke on multiple `;', and other tools (e.g.,
13141         Automake), include the separator themselves.
13143         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
13145 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
13147         * doc/autoconf.texi (Functions Portability): Rename as...
13148         (Function Portability): this.
13149         (Function Portability): Document potential problems with unlink().
13151 2001-06-19  Paul Eggert  <eggert@twinsun.com>
13153         * NEWS, doc/autoconf.texi: Document quadrigraphs.
13155 2001-06-18  Akim Demaille  <akim@epita.fr>
13157         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
13159 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
13161         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
13162         (_AC_FUNC_VFORK): this.
13163         Remove AC_DEFINEs and don't guess cross-compilation values.
13164         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
13165         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
13166         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
13167         vfork doesn't work.
13168         Guess values if cross-compiling, but warn.
13169         * acfunctions: Add AC_FUNC_FORK.
13170         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
13171         and vfork appropriately.
13173 2001-06-18  Akim Demaille  <akim@epita.fr>
13175         * doc/autoconf.texi (Functions Portability): New section.
13177 2001-06-18  Akim Demaille  <akim@epita.fr>
13179         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
13180         in $M4.
13181         Suggested by Andreas Schwab.
13183 2001-06-18  Akim Demaille  <akim@epita.fr>
13185         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
13186         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
13187         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
13188         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
13189         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
13190         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
13191         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
13192         the converse).
13194 2001-06-18  Akim Demaille  <akim@epita.fr>
13196         * doc/autoconf.texi (ms): New index.
13197         (Macro Index): Rename as...
13198         (Autoconf Macro Index): this.
13199         (M4 Macro Index): New appendix.
13200         (Programming in M4): New chapter.
13201         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
13202         (Quoting): Rename as...
13203         (M$ Quotation): this.
13204         Be part of `Programming in M4).
13206 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
13208         * tests/torture.at (AC_ARG_VAR): Set variables and export them
13209         in separate statements for compatibility with Tru64 v5.1.
13211 2001-06-17  Akim Demaille  <akim@epita.fr>
13213         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
13214         current values of the precious variables, not the previously
13215         cached values.
13216         Pass precious variables which are set to config.status.
13217         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
13218         * tests/torture.at (AC_ARG_VAR): New.
13220 2001-06-15  Paul Eggert  <eggert@twinsun.com>
13222         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
13223         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
13224         and explain why and how to replace them.
13225         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
13226         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
13228 2001-06-15  Akim Demaille  <akim@epita.fr>
13230         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
13231         Reported by Bruno Haible.
13233         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
13234          (_AC_ARG_VAR_PRECIOUS): to here.
13236 2001-06-15  Pavel Roskin  <proski@gnu.org>
13238         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
13239         an unused pointer use cast to this type and `if' statement to
13240         avoid warnings from the compiler.
13241         (AC_HEADER_TIME): Likewise.
13242         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
13243         in `if' statement to avoid warnings from the compiler. Declare
13244         ac_aggr static to avoid the need to initialize it.
13246 2001-06-14  Akim Demaille  <akim@epita.fr>
13248         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
13249         Macros'.
13251 2001-06-13  Akim Demaille  <akim@epita.fr>
13253         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
13254         Suggested by Alexander Mai.
13256 2001-06-13  Akim Demaille  <akim@epita.fr>
13258         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
13259         sys/types.h and sys/stat.h, and check for them.
13261 2001-06-13  Akim Demaille  <akim@epita.fr>
13263         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
13264         INCLUDES.
13266 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
13268         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
13269         succeeds and only try adding libdnet upon a failure.
13271 2001-06-12  Akim Demaille  <akim@epita.fr>
13273         * autoscan.in (&output_kind): Output the comment only if it exists.
13274         (%kind_comment): Add entry for `programs'.
13275         (&output_programs): Use &output_kind.
13276         (&output_functions, &output_identifiers, &output_headers)
13277         (&output_programs): Inline, and remove.
13279 2001-06-12  Akim Demaille  <akim@epita.fr>
13281         * autoscan.in (%kind_comment): New.
13282         (output_kind): New.
13283         (output_functions, output_identifiers, output_headers): Use it.
13285 2001-06-12  Akim Demaille  <akim@epita.fr>
13287         * autoscan.in (&print_unique): Take `$kind' and `$word' as
13288         arguments, to factor indirections into `%macro' and `%used'.
13289         (%generic_macro): Fix a typo.
13291 2001-06-12  Akim Demaille  <akim@epita.fr>
13293         * aclibraries: New.
13294         * autoscan.in (@kinds): Add `libraries'.
13295         Use `@kinds' instead of hard coded lists.
13296         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
13297         Remove, replaced by...
13298         (%used): this.
13300 2001-06-12  Akim Demaille  <akim@epita.fr>
13302         * autoscan.in (%functions_macros %headers_macros)
13303         (%identifiers_macros %programs_macros %makevars_macros): Remove,
13304         replaced by...
13305         (%macro): New.
13307 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
13309         * aclang.m4 (AC_NO_EXECUTABLES): Override
13310         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
13312 2001-06-11  Akim Demaille  <akim@epita.fr>
13314         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
13315         trailing new line.
13316         Reported by Andreas Schwab.
13318 2001-06-11  Akim Demaille  <akim@epita.fr>
13320         * Makefile.am, Makefile.maint: Typos.
13322 2001-06-09  Akim Demaille  <akim@epita.fr>
13324         * doc/autoconf.texi (Here-Documents): New section, gathering
13325         documentation about here-documents.
13326         Use `href', not `uref', and other changes.
13328 2001-06-09  Akim Demaille  <akim@epita.fr>
13330         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
13331         chapter.
13333 2001-06-09  Akim Demaille  <akim@epita.fr>
13335         * doc/autoconf.texi (Limitations of Builtins): Complete the
13336         description of the here-docs penalties with Alexandre Oliva's
13337         explanations.
13339 2001-06-01  Paul Eggert  <eggert@twinsun.com>
13341         * doc/autoconf.texi: Talk about here documents and speedups.
13342         Do not use "echo" on arbitrary strings.
13343         Spell "here-documents" consistently with the standard.
13345 2001-06-09  Akim Demaille  <akim@epita.fr>
13347         * doc/autoconf.texi (Concept Index): Introduce it.
13348         Regenerate the menus.
13350 2001-06-09  Akim Demaille  <akim@epita.fr>
13352         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
13353         * config/prev-version.txt: New.
13354         * config/move-if-change: New, for GNU libc.
13356 2001-06-06  Pavel Roskin  <proski@gnu.org>
13358         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
13360 2001-06-06  Akim Demaille  <akim@epita.fr>
13362         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
13363         properly when $1 is not a literal.
13364         Fixes PR Autoconf/187, reported by Bram Moolenaar.
13366 2001-06-06  Akim Demaille  <akim@epita.fr>
13368         Invoking AC_COPYRIGHT before AC_INIT fails.
13370         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
13371         * acgeneral.m4 (_m4_divert(VERSION_FSF))
13372         (_m4_divert(VERSION_USER)): New.
13373         (AC_COPYRIGHT): $2 is the diversion to use.
13374         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
13375         (AC_INIT): Remove dead comments as now it's commutative.
13377 2001-06-06  Akim Demaille  <akim@epita.fr>
13379         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
13380         PR autoconf/187.
13382 2001-06-05  Akim Demaille  <akim@epita.fr>
13384         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
13385         can be empty.
13386         `*dir' variables cannot be NONE.
13387         Reported by Mark Kettenis.
13389 2001-06-05  Paul Eggert  <eggert@twinsun.com>
13391         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
13393 2001-06-04  Akim Demaille  <akim@epita.fr>
13395         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
13396         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
13397         (AC_TR_SH): Move as...
13398         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
13399         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
13400         (AS_TR_SH): these.
13401         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
13402         (_AS_TR_SH_PREPARE): New.
13403         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
13404         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
13406 2001-06-02  Akim Demaille  <akim@epita.fr>
13408         * Makefile.am (.m4.m4f): Pass the options first.
13409         Fixes PR autoconf/182.
13411 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
13413         GNU getopt, when POSIXLY_CORRECT does not permute options and
13414         arguments.  So pass the options first.
13415         Fixes PR autoconf/184.
13417         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
13418         (run_m4): Remove files.
13419         (run_m4f): Remove.
13420         Update remainder of script to use them.
13421         (for warning in): Do not use a literal comma as it will not be
13422         split by IFS.
13424 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
13426         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
13427         Fortran compilers to check.
13428         (_AC_PROG_F77_V): Add '-###' as a possible option to print
13429         information on library and object files.
13430         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
13431         to check.
13433 2001-06-02  Akim Demaille  <akim@epita.fr>
13435         * autom4te.in (Request::@request): Declare with `vars', not `my',
13436         as it prevents updates via `do FILENAME'.
13438 2001-06-02  Akim Demaille  <akim@epita.fr>
13440         * configure.in (standards_texi): Remove, dead code.
13442 2001-06-02  Akim Demaille  <akim@epita.fr>
13444         * autom4te.in: New.
13446 2001-06-02  Pavel Roskin  <proski@gnu.org>
13448         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
13449         for signals other than 0 - exit with code 1.
13450         * m4sh.m4 (AS_TMPDIR): Likewise.
13451         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
13452         * autoheader.in: Likewise.
13453         * autoreconf.in: Likewise.
13454         * tests/torture.at (Signal handling): New test for the above.
13456 2001-06-01  Akim Demaille  <akim@epita.fr>
13458         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
13459         message.
13461 2001-05-31  Akim Demaille  <akim@epita.fr>
13463         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
13464         Add copyright and comments.
13465         * acheaders: Add stdint.h.
13466         Suggested by Paul Eggert.
13468 2001-05-31  Akim Demaille  <akim@epita.fr>
13470         * atgeneral.m4 (AT_INIT): Use $SHELL.
13471         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
13473 2001-05-31  Akim Demaille  <akim@epita.fr>
13475         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
13476         stdint.h.
13477         From Paul Eggert and Lars Hecking.
13479 2001-05-31  Akim Demaille  <akim@epita.fr>
13481         * tests/base.at: Adjust line numbers in error messages.
13483 2001-05-31  Akim Demaille  <akim@epita.fr>
13485         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
13486         to emit the bangshe line.
13487         Reported by David Carter.
13489 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
13491         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
13492         Fortran (95) compilers to check.
13494 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
13496         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
13497         Macro Archive URL.
13499 2001-05-23  Pavel Roskin  <proski@gnu.org>
13501         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
13502         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
13503         (AC_PROG_CXXCPP): Likewise.
13505 2001-05-22  Akim Demaille  <akim@epita.fr>
13507         * config: New directory.
13508         * configure.in: AC_CONFIG_AUX_DIR it.
13509         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
13511 2001-05-22  Akim Demaille  <akim@epita.fr>
13513         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
13514         * autoupdate.in: Specify the Emacs mode.
13515         * acversion.m4.in: Rename as...
13516         * acversion.m4: this.
13517         * tests/Makefile.am (CLEANFILES): More garbage.
13519 2001-05-22  Akim Demaille  <akim@epita.fr>
13521         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
13522         Rename as...
13523         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
13524         these.
13526 2001-05-21  Akim Demaille  <akim@epita.fr>
13528         * configure.in: Bump to 2.50a.
13531         -----
13533         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
13534         Software Foundation, Inc.
13536         Copying and distribution of this file, with or without
13537         modification, are permitted provided the copyright notice and this
13538         notice are preserved.