* doc/autoconf.texi (Limitations of Usual Tools): sed -e ''
[autoconf.git] / ChangeLog
blob46de1ab9d9717ec5fa2a3dd5959a68d894c2060a
1 2007-06-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2         and Paul Eggert  <eggert@cs.ucla.edu>
4         * doc/autoconf.texi (Limitations of Usual Tools): sed -e ''
5         fails on AIX 5.3.
7 2007-06-17  Noah Misch  <noah@cs.caltech.edu>
9         * lib/autotest/general.m4 (AT_INIT): Handle absolute `srcdir'.
10         * tests/autotest.at (srcdir propagation): Test absolute `srcdir' and
11         `srcdir' as subdirectory of `builddir'.
13 2007-06-13  Noah Misch  <noah@cs.caltech.edu>
15         * lib/autotest/general.m4 (AT_INIT): Compute $srcdir correctly.
16         * tests/autotest.at (srcdir propagation): New test.
17         * THANKS: Update.
18         Reported by Mike Frysinger.
20 2007-06-13  Paul Eggert  <eggert@cs.ucla.edu>
22         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Set FPATH too.
23         Problem reported by Fred Kreek in
24         <http://lists.gnu.org/archive/html/bug-autoconf/2007-06/msg00009.html>.
25         * doc/autoconf.texi (Special Shell Variables): Warn about FPATH.
26         (Macro Names, Defining Directories): Don't mention PATH as a name
27         for a fully qualified file name, as this usage violates the GNU
28         coding standards and we shouldn't recommend it.
30         * lib/autotest/general.m4 (AT_INIT): Don't set PATH to the empty
31         string and then assume shell builtins like "test" will work.
33 2007-06-12  Noah Misch  <noah@cs.caltech.edu>
35         * lib/autoconf/general.m4 (AC_SUBST): Raise a fatal error if VARIABLE is
36         not a valid shell variable name.
37         * tests/mktests.sh (ac_exclude_list): Add AC_ARG_VAR.
38         * tests/torture.at (AC_SUBST: variable name validation): New test.
39         Reported by Andreas Schwab.
41 2007-06-04  Noah Misch  <noah@cs.caltech.edu>
43         * doc/autoconf.texi (AC_F77_MAIN): Give a specific usage example that
44         works with both C and C++.
46 2007-06-03  Noah Misch  <noah@cs.caltech.edu>,
47             Bruno Haible  <bruno@clisp.org>
49         * lib/autoconf/c.m4 (AC_OPENMP): Use a simple loop instead of compiler
50         brand tests.
52 2007-05-31  Paul Eggert  <eggert@cs.ucla.edu>
54         * doc/autoconf.texi (Particular Types): Give example of use for
55         AC_TYPE_INT8_T etc.
57 2007-05-29  Stepan Kasal  <kasal@ucw.cz>
59         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo.
61 2007-05-28  Paul Eggert  <eggert@cs.ucla.edu>
63         * doc/autoconf.texi (Particular Types): AC_TYPE_INT8_T does not
64         define HAVE_INT8_T, and likewise for similar macros.
65         Problem reported by Patrick Welche in
66         <http://lists.gnu.org/archive/html/autoconf/2007-05/msg00062.html>.
68 2007-05-25  Noah Misch  <noah@cs.caltech.edu>
70         * bin/Makefile.am ($(top_builddir)/bin/autom4te): New dependency.
72 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
74         * lib/autoconf/c.m4 (AC_OPENMP): Don't echo --enable-openmp
75         choice, since that's what we do with --enable-largefile etc.
76         Redo indenting and assignments to simplify things a bit, and make
77         the parens work with Emacs.
79         * doc/autoconf.texi (Generic Compiler Characteristics): Fix typo
80         in my previous change: AC_C_OPENMP -> AC_OPENMP.  Reported by Bruno
81         Haible.
83 2007-05-21  Noah Misch  <noah@cs.caltech.edu>
85         * lib/autoconf/c.m4 (AC_OPENMP): Simplify use of AC_ARG_ENABLE.
86         * tests/local.at (AT_CHECK_ENV): Exempt OPENMP_CFLAGS.
88 2007-05-21  Bruno Haible  <bruno@clisp.org>
90         * NEWS: Rename AC_C_OPENMP to AC_OPENMP.
91         * lib/autoconf/c.m4 (AC_OPENMP): Renamed from AC_C_OPENMP.
92         * doc/autoconf.texi (Generic Compiler Characteristics): Move
93         renamed AC_OPENMP documentation here, from "C compiler".
94         Mention C++ and Fortran.
96 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
98         * doc/autoconf.texi (C Compiler): Tweak OpenMP documentation a bit.
100 2007-05-21  Bruno Haible  <bruno@clisp.org>
102         * NEWS: Mention AC_C_OPENMP.
103         * lib/autoconf/c.m4 (AC_C_OPENMP): New macro.
104         * doc/autoconf.texi (C Compiler): Document AC_C_OPENMP.
106 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
108         * bin/autom4te.in: Fix typos.
110 2007-05-16  Noah Misch  <noah@cs.caltech.edu>
112         * bin/autoconf.as: Handle `-' just like other input files.
113         * bin/autom4te.in (parse_args): Pass `-' through.
114         (handle_output): Skip the forbidden token search if we read from stdin.
115         (up_to_date): Always treat stdin as out of date.
116         * tests/tools.at (autoconf: input from stdin): New test.
117         (autoconf: forbidden tokens, basic): Check a second `autoconf' run.
119 2007-05-16  Stepan Kasal  <kasal@ucw.cz>
121         * tests/foreign.at tests/semantics.at, tests/tools.at: Remove
122         parameters for AT_CLEANUP.
123         * tests/local.at (AT_CHECK_AU_MACRO): Likewise.
125 2007-05-14  Paul Eggert  <eggert@cs.ucla.edu>
127         * NEWS: Document that AC_C_RESTRICT checks 'restrict' last.
128         * doc/autoconf.texi (C Compiler): Likewise.
130 2007-05-14  Noah Misch  <noah@cs.caltech.edu>
132         * lib/autoconf/c.m4 (AC_C_RESTRICT): Check `restrict' last.
134 2007-05-09  Stepan Kasal  <kasal@ucw.cz>
136         * doc/autoconf.texi: Direntry for "autoconf Invocation"
137         renamed to "autoconf-invocation"
139         * doc/autoconf.texi (Caching Results): The CACHE-ID variable
140         in the examples should not use the internal "ac_" prefix.
142 2007-05-05  Noah Misch  <noah@cs.caltech.edu>
144         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): Use `eval'.
145         * doc/autoconf.texi ($@, case): Document Zsh limitations.
147 2007-05-03  Stepan Kasal  <kasal@ucw.cz>
149         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Put a.out first.
150         Reorganize the comments before and in the macro.
152 2007-05-02  Stepan Kasal  <kasal@ucw.cz>
154         * lib/autoconf/lang.m4, lib/autoconf/c.m4,
155         lib/autoconf/fortran.m4, lib/autoconf/erlang.m4: Cleanup of
156         section titles and other comments; no code change.
158 2007-05-01  Kevin Ryde  <user42@zip.com.au>
160         * doc/autoconf.texi (Particular Programs): Typo
161         @acindex{AC_PROG_MKDIR_P} shouldn't have "AC" in that call.
163 2007-04-30  Paul Eggert  <eggert@cs.ucla.edu>
165         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Don't imply that
166         'configure' will fail if the shell lacks proper support for shell
167         functions.  Suggested by RMS.
169 2007-04-29  Paul Eggert  <eggert@cs.ucla.edu>
171         * doc/autoconf.texi (Limitations of Builtins): Correct the warning
172         about Solaris /bin/printf '%010000x' 123.  Problem reported by
173         Bruno Haible.
175 2007-04-28  Paul Eggert  <eggert@cs.ucla.edu>
177         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't look
178         for a.* when searching for executables, as this prevents users
179         from having files like a.c.  Problem reported by Ralf Wildenhues in:
180         http://lists.gnu.org/archive/html/autoconf-patches/2007-04/msg00029.html
181         This fixes a problem introduced on 2000-12-19.
183 2007-04-26  Paul Eggert  <eggert@cs.ucla.edu>
185         * doc/autoconf.texi (Limitations of Builtins): Warn about Solaris
186         /bin/printf '%010000x' 123.  Problem reported by Arto C. Nirkko
187         via Bruno Haible.
189 2007-04-12  Paul Eggert  <eggert@cs.ucla.edu>
191         * NEWS: Document recent changes to AC_CHECK_ALIGNOF, AC_CHECK_SIZEOF,
192         AC_CHECK_TYPE, AC_CHECK_TYPES.
193         * doc/autoconf.texi (Generic types): C types must be type-names
194         (the C terminology), not type-ids (the C++ term).  C++ types
195         must not be anonymous.
196         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Remove special case
197         for C++; this drops support for anonymous struct and union types,
198         which were problematic anyway.
199         * tests/semantics.at (AC_CHECK_HEADERS_NEW): Adjust test to work even
200         for C++.
202 2007-04-12  Jim Meyering  <jim@meyering.net>
204         * doc/autoconf.texi (Libraries): Typo fix: insert missing "in".
206 2007-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
208         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Fix AC_CONFIG_LINKS
209         to prefer a link source from the build tree, if it exists.
210         Report by Pallav Gupta <pallavgupta@gmail.com>.
212 2007-04-11  Paul Eggert  <eggert@cs.ucla.edu>
214         * doc/autoconf.texi (Generic Types): Document the restrictions
215         on types imposed by AC_CHECK_TYPE, AC_CHECK_TYPES.
216         (Generic Compiler Characteristics): AC_CHECK_SIZEOF now works
217         with objects too.  Document the restrictions on its use.
218         Document the restrictions on AC_CHECK_ALIGNOF's type argument.
219         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW):
220         For C, just try sizeof (TYPE) and sizeof ((TYPE)); if the former
221         works but the latter doesn't, then it's a valid type.
222         This lets people use function types and so forth.
223         For C++ there doesn't seem to be a simple solution, so leave it alone.
224         (AC_CHECK_SIZEOF): Allow argument to be a variable.
225         (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Don't bother to invoke
226         AC_CHECK_TYPE; that wasn't documented or necessary.
228 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
230         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Skip AS_TEST_X
231         when cross-compiling.
233 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
235         * doc/autoconf.texi (External Software): Fix a typo in the
236         previous change.
238 2007-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
240         * doc/autoconf.texi (External Software, Package Options):
241         Fix ambiguous wording.  Report by Reuben Thomas <rrt@sc3d.org>.
243 2007-04-06  Paul Eggert  <eggert@cs.ucla.edu>
245         * doc/autoconf.texi (Particular Types): AC_C_LONG_DOUBLE is now
246         obsolescent.  Suggested by Bruno Haible.
247         * NEWS: Document this.
249 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
251         * doc/autoconf.texi (Here-Documents, Limitations of Builtins):
252         (Limitations of Usual Tools): Don't say "older" if Solaris 10 by
253         default still has the problem.  Problem reported by Bruce Korb.
255 2007-03-28  Stepan Kasal  <kasal@ucw.cz>
256         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
258         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix a
259         comment in the generated config.status.
261 2007-03-27  Stepan Kasal  <kasal@ucw.cz>
263         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Update comment.
265 2007-03-26  Paul Eggert  <eggert@cs.ucla.edu>
267         * doc/autoconf.texi (Shellology): Rework treatment of the 'test'
268         command and case statements to make it a bit clearer and describe
269         more pitfalls.
271 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
273         * doc/autoconf.texi (C Compiler): Mention that AC_PROG_CC_C99 also
274         checks for unsigned long long int.
276 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
278         * doc/autoconf.texi (Limitations of Usual Tools): Warn about other
279         nonstandard grep R.E. escape sequences.
281 2007-03-17  Jim Meyering  <jim@meyering.net>
283         * doc/autoconf.texi: Adjust grammar around use of "heuristics".
284         (Limitations of Usual Tools): Also list \< and \>, and mention that
285         HP-UX's grep, like the one from Solaris, does not support that syntax.
287 2007-03-09  Stepan Kasal  <kasal@ucw.cz>
289         * doc/autoconf.texi (Specifying Names): `--host' does not
290         change the build type.
292 2007-03-05  Paul Eggert  <eggert@cs.ucla.edu>
294         * doc/autoconf.texi (C Compiler): Warn that AC_C_BIGENDIAN
295         suggests AC_CONFIG_HEADERS.
296         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Warn if not using
297         AC_CONFIG_HEADERS.  Problem reported by
298         Peter O'Gorman.
300 2007-02-28  Paul Eggert  <eggert@cs.ucla.edu>
302         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Fix typo "__LITLE_ENDIAN__".
303         Problem reported by Paolo Bonzini in:
304         http://lists.gnu.org/archive/html/autoconf-patches/2007-02/msg00024.html
305         * tests/semantics.at (AC_C_BIGENDIAN): Don't reject hosts that have
306         universal binaries.  Problem reported by Elias Pipping.
308 2007-02-27  Paul Eggert  <eggert@cs.ucla.edu>
310         * NEWS: AC_C_BIGENDIAN now supports universal binaries a la Mac OS X.
311         * doc/autoconf.texi (C Compiler): Document this.  There is a new
312         extra argument ACTION-IF-UNIVERSAL.
313         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Implement this.
314         Add support for Solaris-style _LITTLE_ENDIAN and _BIG_ENDIAN.
315         Reindent for sanity's sake.
317 2007-02-24  Eric Blake  <ebb9@byu.net>
319         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
320         copyright.
321         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
322         * lib/autotest/general.m4 (AT_INIT): Likewise.
323         (_AT_DECIDE_TRACEABLE): Fix syntax highlighting.
325 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
327         * lib/autotest/general.m4 (AT_INIT): With --clean, return exit
328         status of rm so we know when it failed.
329         If cleaning of test dir failed before running the test, warn.
330         Output the line separator in verbose mode before the warning
331         to make clear the warning belongs to the following test.
333 2007-02-08  Paul Eggert  <eggert@cs.ucla.edu>
335         * doc/autoconf.texi (Parentheses): Mention problem with (( in
336         shells.
338 2007-02-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
339         and Paul Eggert  <eggert@cs.ucla.edu>
341         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix quoting
342         errors introduced in last change.
344 2007-02-07  Paul Eggert  <eggert@cs.ucla.edu>
346         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer \r to
347         an actual carriage return.  Use "ac_cr" to contain the actual
348         carriage return.
349         * doc/autoconf.texi (Limitations of Usual Tools): Document problem
350         with traditional Awk and begin.
351         * tests/torture.at (Limitations of Builtins): Document the problem
352         with Bash 2.03 printf.
353         (Substitute and define special characters):
354         Remove trailing white space.  Work around a bug in Solaris 8 /bin/bash.
356 2007-02-06  Ralf Menzel  <menzel@ls6.cs.uni-dortmund.de>  (tiny change)
358         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Redirect
359         input from /dev/null in awk test, so even Solaris /usr/bin/awk
360         will not wait for input with a script containing only a BEGIN
361         rule.
363 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
365         * doc/autoconf.texi (Introduction, Why GNU M4): Clarify M4 version
366         requirements.
367         * README: Likewise.
369 2007-02-02  Eric Blake  <ebb9@byu.net>
371         * NEWS: Update copyright.
373         * m4/m4.m4 (AC_PROG_GNU_M4): Reject M4 1.4 through 1.4.4 as
374         broken.
375         * configure.ac: Update error message.
376         * NEWS: Note that M4 1.4.5 or later is now a hard dependency.
377         Reported by Gary Vaughan and Jim Meyering, and problem analyzed
378         by Stepan Kasal:
379         http://lists.gnu.org/archive/html/bug-autoconf/2006-11/msg00025.html
381 2007-01-31  Eric Blake  <ebb9@byu.net>
383         * THANKS (people): Update.
385 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
387         * doc/autoconf.texi (Shellology): pdksh 5.2.14 is still the
388         latest version.
389         (Shell Substitutions): Note problems with @{var:=value} etc.
390         Add a new section for problems with @{#var} etc.  Problem noted
391         by Ralf Wildenhues.  See:
392         http://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
394 2007-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
396         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Also
397         AC_SUBST([MKDIR_P]), so that Automake < 1.10 will pick up its
398         trace, if a package uses AC_PROG_MKDIR_P explicitly.  The actual
399         substitution will still be done by the special code.
400         Report by Jim Meyering.
402         * doc/autoconf.texi (File System Conventions): Mention that
403         $PATH_SEPARATOR is for the build system only.
404         Report by Keith Marshall.
406 2007-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
408         * doc/autoconf.texi (Setting Output Variables): Mention that
409         all non-NUL characters are ok in substituted values.
410         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Fix comment typo.
411         (_AC_OUTPUT_FILES_PREPARE): Test and use backslash escaping of
412         carriage return for $AWK, needed for BSD awk.
413         * tests/torture.at (Substitute and define special characters):
414         Test all 8 bit non-NUL characters.
415         Report against Automake by Patrick Welche.
417 2007-01-15  Stepan Kasal  <kasal@ucw.cz>
419         * doc/autoconf.texi: Direntry for "autoconf Invocation" renamed.
421 2007-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
423         * lib/autoconf/programs.m4 (AC_PROG_SED): When closing a pipe
424         early on the reader side, drop stderr of the input to avoid
425         `broken pipe' error output; this may happen even with shell
426         builtin `echo' of some bash versions.  Reports by Ian Macdonald
427         <iamacdo@telkomsa.net> and Sam Sexton <Sam.Sexton@reuters.com>.
429 2007-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
431         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Use newlines to
432         separate items of `ac_user_opts', to avoid long lines.
433         (_AC_INIT_PARSE_ENABLE2, _AC_ENABLE_IF_ACTION): Adjust.
435 2007-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
437         * doc/autoconf.texi: Fix some typos.
439 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
441         Fix some wording problems noted by Paolo Bonzini in:
442         http://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
443         * doc/autoconf.texi (Signed Overflow Examples): Give more
444         discussion about the allow_superuser_privileges example,
445         and change it a bit to make things clearer.
446         (Optimization and Wraparound): Clarify whether the compiler
447         will generate an infinite loop for the example derived from
448         Autoconf's mktime test.
449         (Signed Overflow Advice): Say that -ftrapv is meant for debugging.
450         Also, clarify unsigned multiplication overflow.
452 2007-01-04  Eric Blake  <ebb9@byu.net>
454         * bin/Makefile.am (RELEASE_YEAR): New macro.
455         (edit): Use it to supply correct copyright year to scripts.
456         * bin/autoconf.as (version): Use it.
457         * bin/autoheader.in ($version): Likewise.
458         * bin/autom4te.in ($version): Likewise.
459         * bin/autoreconf.in ($version): Likewise.
460         * bin/autoscan.in ($version): Likewise.
461         * bin/autoupdate.in ($version): Likewise.
462         * bin/ifnames.in ($version): Likewise.
464 2007-01-02  Paul Eggert  <eggert@cs.ucla.edu>
466         * doc/autoconf.texi (Integer Overflow): Revised based on today's
467         feedback.  The most important changes document what happens when
468         you convert an out-of-range value to a signed integer type, and
469         say that (sum < a) != (b < 0) reliably detects overflow when sum =
470         a + b.
472         * doc/autoconf.texi (Integer Overflow): Greatly expand and
473         rewrite, taking notions from the recent discussion on the gcc and
474         autoconf mailing lists; please see
475         http://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
476         and follow the many links.
477         (Integer Overflow Basics, Signed Overflow Examples):
478         (Optimization and Wraparound, Signed Overflow Advice):
479         (Signed Integer Division): New sections.
481 2006-12-28  Steven G. Johnson  <stevenj@alum.mit.edu>
483         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't include
484         preprocessor macro arguments in traced name.
485         * doc/autoconf.texi (Defining symbols): Document longstanding
486         support for AC_DEFINE-ing macros with arguments, and document
487         behavior when the same variable has multiple AC_DEFINEs.
488         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Revert to the
489         old implementation which AC_DEFINEs the FC_FUNC and FC_FUNC_
490         macros directly, giving much shorter and simpler code.
492 2006-12-28  Malcolm Purvis <malcolmp@xemacs.org>  (trivial change)
494         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
495         space before "$ac_configure_args" to prevent a 'config.status
496         --recheck' failure if ac_configure_args doesn't contain a leading
497         space.  This works around a problem with the XEmacs configure.ac,
498         which uses the (undocumented) ac_configure_args variable
499         inconsistently with Autoconf.
501 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
503         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):
504         Include <limits.h>, and use its INT_MAX to rewrite the
505         j loop so that it does not overflow 'int'.  Problem reported by
506         Ralf Wildenhues in
507         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
508         Play it safe by shifting left by 1 rather than multiplying by 2,
509         as GCC is less likely to optimize this away when the value
510         is signed (when it assumes overflow leads to undefined behavior).
511         Also, don't assume time_t uses two's complement.
513 2006-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
515         * tests/torture.at (Substitute a 2000-byte string): Avoid using
516         a 10kB long (multi-line) string literal, OpenServer 5.0.7 ksh
517         dumps core on it.  Report by Tim Rice.
519 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
521         * lib/autoconf/general.m4 (AC_ARG_ENABLE): Print help about
522         --disable-option-checking to --help output even when
523         AC_PRESERVE_HELP_ORDER is not used.
524         (_AC_INIT_PARSE_ENABLE2): Print warnings using actual --enable or
525         --with argument, rather than argument with [-.] replaced by
526         underscores.
527         * NEWS: Fix typo in previous change; the news was in the
528         wrong section.
530 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
532         * NEWS: Warnings are now generated by default for unknown
533         --enable-* and --with-* options.
534         * doc/autoconf.texi (Option Checking): Renamed from
535         (Configure Option Checking).  Tighten up the wording a bit.
536         (External Software, Package Options): Cross-reference to Option
537         Checking, and use this to shorten our section.
538         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Prefer test -n
539         "$x" to test "x$foo" != x.
540         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
541         Don't warn if $enable_option_checking is "no".
542         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Initialize
543         ac_unrecognized_opts to the empty string.
544         Don't echo the unrecognized opts, as this might mishandle
545         backslashes or leading -.
546         (AC_PRESERVE_HELP_ORDER): Put the --disable-option-checking
547         usage next to the other --disable-FEATURE options in the
548         help string.
550 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
552         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, _AC_INIT_PARSE_ARGS):
553         (_AC_INIT_PARSE_ENABLE2, _AC_INIT_HELP, _AC_ENABLE_IF):
554         Print warning for unrecognized --with and --enable options
555         (AC_DISABLE_OPTION_CHECKING): New macro to disable warnings.
556         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS):
557         Disable option checking when subdirs are configured.
558         (AC_OUTPUT): If warnings are enabled, print warning about
559         unrecognized --with and --enable options at the end of
560         the configure output (as well as at the beginning).
561         * doc/autoconf.texi (Option Checking): New node.
562         Document new option warning functionality.
564 2006-12-16  Eric Blake  <ebb9@byu.net>
566         * configure.ac (AC_INIT): Bump version, since 2.61a is released.
567         * NEWS: Start news for current version.
569 2006-12-15  Paul Eggert  <eggert@cs.ucla.edu>
571         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
572         Define HAVE_GETMNTENT to 1, not to the empty string.
573         Problem originally reported by Jochen Friedrich in
574         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
576         This change prompted by a problem report by Andrey Simonenko in
577         <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
578         * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
579         object-like macros only, in the traditional portable character
580         set.
581         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
582         Warn about attempts to define things that are not identifiers.
583         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
584         awful hack that AC_DEFINEd macro names containing parentheses.
586 2006-12-12  Paul Eggert  <eggert@cs.ucla.edu>
588         * doc/autoconf.texi: Undo some of the 2006-12-10 change.  It was
589         too drastic, even if Texinfo in theory requires it for info mode.
591         (config.status Invocation): Renamed back from Recreating a
592         Configuration).
593         (Obsolete config.status Use): Renamed back from Obsolete Recreation.
594         (Autoconf 2.13): Renamed back from 20th-century Autoconf 2.
596 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
598         * NEWS: Version 2.61a.
600 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
601         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
603         * NEWS: Document changes with echo and printf, and the lack
604         of limits on the total size of multi-line values of substituted
605         variables, and the AC_FUNC_FSEEKO fix.
607 2006-12-10  Paul Eggert  <eggert@cs.ucla.edu>
609         * doc/autoconf.texi (Writing Autoconf Input): Renamed from
610         Writing configure.ac.
611         (Autoconf Input Layout): Renamed from configure.ac Layout.
612         (Recreating a Configuration): Renamed from config.status Invocation.
613         (Obsolete Recreation): Renamed from Obsolete config.status Use.
614         (acconfig Header): Renamed from acconfig.h.
615         (20th-century Autoconf 2): Renamed from Autoconf 2.13.
616         (Writing Testsuites): Renamed from Writing testsuite.at.
617         (Autom4te Cache): Renamed from autom4te.cache.
619         * BUGS: Remove mention of VPATH problem, since it's now documented
620         not to be a bug in the Autoconf build procedure itself, but rather
621         a problem with the proprietary `make' programs.
623         * doc/autoconf.texi (Build Directories): Add a cross reference
624         to VPATH and Make.
626         * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex:
627         * doc/standards.texi: Sync from gnulib.
629         * man/autoconf.1, man/autoheader.1, man/autom4te.1, man/autoreconf.1:
630         * man/autoscan.1, man/autoupdate.1, man/config.guess.1:
631         * man/config.sub.1, man/ifnames.1: Remove from CVS, since they're
632         generated automatically.
634 2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
636         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Also try -xc99=all, for Sun
637         C 5.8 on Solaris 10.  Using -xc99=all rather than -xc99 bypasses
638         the buggy -xc99 option of Forte Developer 7 C on Solaris 9.
640 2006-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
642         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Drop the
643         `CEOF$ac_eof' special marker, the awk script cannot contain a
644         line matching `^CEOF', so this is not needed any more.
645         * tests/torture.at (Substitute a newline): Expose the `%!_!# '
646         special marker in the test.
648 2006-12-06  Stepan Kasal  <kasal@ucw.cz>
650         * tests/tools.at (autom4te preselections): Use `find -newer';
651         remove one of the sleeps.
653         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Make it
654         more readable, using ...
655         (_AC_INIT_PARSE_ENABLE2): ... this new helper macro.
657         * doc/autoconf.texi (autoheader Invocation): Do not double-
658         quote the parameter of `AH_BOTTOM' in the example.
660 2006-12-05  Stepan Kasal  <kasal@ucw.cz>
662         * doc/autoconf.texi (Configuration Headers): Remove the
663         example with multiple input files.
664         (autoheader Invocation): Encourage `AH_BOTTOM', discouraging
665         multiple input files.
667 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
669         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
670         creating the awk substitution script, handle one input line at a
671         time, so that the maximum length of a substituted (multi-line)
672         value is not limited by the size of the sed pattern space.
673         The trade-off is a slightly repetitive sed script.
674         * doc/autoconf.texi (Limitations of Usual Tools): Branch labels
675         can only have up to 7 characters, due to Solaris 10 /bin/sed.
676         * tests/torture.at (Substitute a 2000-byte string): Increase the
677         test with several long lines, they should not be caught by sed
678         limits any more.
680         * tests/tools.at (autom4te preselections): New test, to flag
681         entries missing from autom4te.cfg.
682         Report by David Byron <dbyron@hheld.com>.
684         * tests/torture.at (Substitute a 2000-byte string): Actually use
685         AC_PROG_AWK, so the last change works as intended.
686         (Substitute and define special characters): Likewise.
687         (Substitute a newline): Likewise.
689         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
690         instead of `awk' consistently.
691         (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
692         * tests/torture.at (Torturing config.status): Test both the
693         result of AC_PROG_AWK and plain awk.
694         (Substitute a 2000-byte string): Likewise.
695         (Substitute and define special characters): Likewise.
696         (Substitute a newline): Likewise.
698 2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
700         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Check that fseeko
701         can be assigned to a function pointer.  Problem reported by
702         Peter Palfrader in <http://bugs.debian.org/401377>.  Based on
703         part of a patch by Ralf Wildenhues in that same bug report.
705 2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
707         * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
708         * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
710 2006-12-01  Eric Blake  <ebb9@byu.net>
712         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
713         cross-compiling from cygwin to mingw.
714         Reported by Bob Rossi.  This resurrects the 2000-11-30 patch to
715         aclang.m4, which was mistakenly removed in the 2001-09-17 patch
716         to lib/autoconf/c.m4.
718 2006-12-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
720         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
721         string for more reliable failure.  Wrap the entire test that
722         causes the broken Solaris printf to dump core, in a subshell,
723         so the segmentation fault message is reliably suppressed.
724         Fix shell expansion errors by using /usr/ucb/echo always;
725         avoid an error on systems without it by another subshell.
726         Avoid m4 expansion of `$1'.  Set the zeroth argument of the
727         subshell-$as_echo to `as_echo', for better error message.
729 2006-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
731         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
732         `BASH_SOURCE' contain a newline, set them to empty, as they may
733         not be unset.
735 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
737         Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
738         years and is too hard to maintain now.  The last straw was
739         reported by Jerker Baeck in
740         <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
741         * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
742         * doc/autoconf.texi (Particular Functions): Move
743         AC_FUNC_SETVBUF_REVERSED from here...
744         (Obsolete Macros): ... to here.  Say that it does nothing now.
745         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
746         Turn into (almost) a no-op.
748         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
749         (AC_C_VOLATILE):
750         Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
751         These macros are obsolescent and new applications shouldn't need them.
752         * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
753         (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
754         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
755         (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
756         (AC_FUNC_VPRINTF): Likewise.
757         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
758         (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
759         * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
761         * doc/autoconf.texi (Setting Output Variables): Mention that
762         @VAR1@VAR2 has unspecified behavior.  Problem reported by
763         Ralf Wildenhues.
764         * NEWS: Mention this.
766         * Makefile.am: Put only a single '#' into the copyright notice,
767         so that it's also present in the output file.  Standardize wording
768         in makefile copyright notices to match GNU coding standards.
769         * bin/Makefile.am: Likewise.
770         * doc/Makefile.am: Likewise.
771         * lib/Makefile.am: Likewise.
772         * lib/freeze.mk: Likewise.
773         * lib/autoconf/Makefile.am: Likewise.
774         * lib/autoscan/Makefile.am: Likewise.
775         * lib/autotest/Makefile.am: Likewise.
776         * lib/m4sugar/Makefile.am: Likewise.
777         * man/Makefile.am: Likewise.
778         * tests/Makefile.am: Likewise.
779         * lib/emacs/Makefile.am: Remove copyright notice; it's just a
780         one-line file.
782 2006-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
784         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
785         in the sed script that mangles the awk script: delete up to the
786         first exclamation mark only.
787         * tests/torture.at (Substitute and define special characters):
788         Test '!' too.
790 2006-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
792         Rewrite config files generation: avoid quadratic growth in
793         the number of substituted variables by using awk instead of sed
794         for the bulk of the substitutions.
795         * NEWS: Mention this.
796         * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
797         forbidden in the output (and thus input) file.
798         * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
799         (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
800         generate just one large awk script for substitutions,
801         eliminating much of the earlier complexity, while adding some
802         new complexity.  Only expand the substitution templates at
803         configure time, for smaller configure script size.  If
804         _AC_SUBST_FILES are used, test 'awk' for working getline support
805         at config.status time.  If absent, interpolate through the
806         shell.  The awk script was written with much help
807         from Paolo Bonzini and Paul Eggert.
808         (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
809         (_AC_SED_FRAG_NUM): Likewise.
810         (_AC_SUBST_CMDS): Renamed from...
811         (_AC_SED_CMDS): ...this.
812         (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
813         * tests/torture.at (Substitute a 2000-byte string): Also
814         substitute a line with 1000 words, and a variable with several
815         long lines.
816         (Substitute and define special characters): Test awk special
817         characters, and put substitution input strings `@foo@' in the
818         output, to test that no recursion happens; test several other
819         combinations from Paolo Bonzini.
821 2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
823         * lib/autotest/general.m4 (AT_INIT): Undo recent changes
824         that replaced echo with AS_ECHO where this wasn't necessary.
825         Problem reportd by Ralf Wildenhues.
826         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
827         where "/usr/bin/printf '%s\n' S" dumps core if S is long.
828         This is Sun bug 4206210.  Problem reportd by Ralf Wildenhues.
830 2006-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
832         * lib/freeze.mk (GREP): Removed, no need to initialize this.
834 2006-11-21  Paul Eggert  <eggert@cs.ucla.edu>
836         * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
837         that traditional Awk lacks 3-arg "split".  It has it.
838         Mention that FS must be a single character, and a few other
839         99-byte limits of traditional Awk.
840         Mention that if (i in a) doesn't work with traditional Awk.
842 2006-11-18  Paul Eggert  <eggert@cs.ucla.edu>
844         * tests/autotest.at (BSx641-newline in command):
845         (BS-BS-newline in command, BSx640-newline in command):
846         (Newline-CODE-BS-newline in command):
847         (Single-quote-BS-newline in command):
848         (Single-quote-newline-BS-newline in command):
849         Use printf '%s\n' instead of echo, for portability to hosts
850         where echo interprets backslashes.  This will break on hosts
851         that lack printf, but for now let's assume all such hosts
852         are dead (if not, we should get reports of test failures).
854 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
856         'echo' has some portability problems, when given a first argument
857         with a leading '-', or when given any argument containing '\'.
858         Avoid using 'echo' in these cases.
859         * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
860         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
861         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
862         * lib/autotest/general.m4 (AT_INIT): Likewise.
863         * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
864         argument might be unportable.
865         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
866         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
867         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
868         (_AC_FC_LIBRARY_LDFLAGS): Likewise.
869         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
870         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
871         (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
872         (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
873         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
874         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
875         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
876         (AC_PROG_MAKE_SET): Likewise.
877         * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
878         (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
879         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
880         (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
881         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
882         (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
883         (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
884         * bin/autoconf.as: Redo verbose flag implementation, as the old
885         scheme wouldn't work with AS_ECHO.
886         * lib/autotest/general.m4 (AT_INIT): Likewise.
887         * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
888         Don't use ECHO_T, since ECHO_N is now reliable.
889         * lib/autotest/general.m4 (AT_INIT): Likewise.
890         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
891         rather than using a here-document to put the script into a file.
892         (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
893         use AS_ECHO.
894         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
895         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
896         AS_ECHO_N rather than ECHO_N and ECHO_C.  This doesn't fix any
897         bug, but we might as well stop using ECHO_N and ECHO_C internally.
898         * lib/autotest/general.m4 (AT_SETUP): Likewise.
899         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
900         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
901         (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
902         operand, as AS_ECHO requires.  Avoid double file name expansion.
903         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
904         Don't set as_nl, since _AS_ECHO_PREPARE does that now.
905         (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
906         (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
907         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
908         Double-quote strings that would otherwise contain M4 comments.
909         * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
911         * configure.ac (AC_INIT): Bump to 2.61a.
912         * NEWS: Likewise.
914 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
916         Version 2.61.
918         * configure.ac (AC_INIT): Bump to 2.61.
919         * NEWS: Likewise.
921         * tests/autotest.at (Macro with backslash in a test title):
922         Comment out for now, as this tests neither fails nor passes
923         reliably.  Problem reported by Ralf Wildenhues.
925 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
927         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
928         in previous change, which caused test failures.
930 2006-11-16  Stepan Kasal  <kasal@ucw.cz>
932         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
933         code for --enable, --disable, --with, and --without to...
934         (_AC_INIT_PARSE_ENABLE): ... a new macro.
935         * doc/autoconf.texi (Package Options):
936         * NEWS: Document that AC_ARG_ENABLE allows dots, too.
938 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
940         Import these changes from config via gnulib:
942         2006-11-15  Ben Elliston  <bje@gnu.org>
944         From Josselin Mouette <joss@debian.org>:
945         * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
947         2006-11-08  Ben Elliston  <bje@gnu.org>
949         * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
951         2006-11-07  Steve Woodford  <scw@NetBSD.org>
952                     Ben Elliston  <bje@gnu.org>
954         * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
955         * build-aux/config.sub (sh5el): New basic_machine.
958         Import this change from coreutils:
960         2006-02-13  Jim Meyering  <jim@meyering.net>
962         * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
965         Import this change from gnustandards via gnulib:
967         2006-11-15  Karl Berry  <karl@gnu.org>
969         * standards.texi: core -> memory, throughout.
970         (CPU Portability): show correct example of calling write
971         on a char value; thanks to Paul Eggert for the code.
972         Both of these suggestions from Eugene Y. Vasserman.
975         Import these changes from texinfo via gnulib:
977         2006-11-08  Karl Berry  <karl@gnu.org>
979         * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
980           as well as pdf images, since they are supported in pdftex with
981           no further ado.
983         2006-11-05  Karl Berry  <karl@gnu.org>
985         * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
987 2006-11-13  Paul Eggert  <eggert@cs.ucla.edu>
989         * NEWS: Document the AC_ARG_WITH change.
991 2006-11-13  Bruno Haible  <bruno@clisp.org>
993         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
994         options, transliterate also dots to underscores.
995         (_AC_ENABLE_IF): Transliterate also dots to underscores.
996         * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
997         first argument may also contain dots.
999 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1001         * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
1002         benefit of platforms like Solaris+GCC where it is common to have a
1003         non-working g++ installation.
1005 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1006         and Joel E. Denny  <jdenny@ces.clemson.edu>
1007         and Paul Eggert  <eggert@cs.ucla.edu>
1009         * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
1010         and non-portable sed scripts, and use $CONFIG_SHELL when invoking
1011         ./micro-suite.
1013 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
1015         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
1016         ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
1017         Imported from a similar patch to gnulib by Bruno Haible.
1019 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
1021         * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
1022         * doc/autoconf.texi (C Compiler): Document them.
1023         * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
1024         New macros, taken from gnulib.
1026 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1028         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
1029         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
1030         Matthew Woehlke.
1032 2006-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1034         * tests/torture.at (Configuring subdirectories): Do not skip
1035         Automake 1.10 nor future Automake 11.1 (sic).
1037 2006-10-26  Joel E. Denny  <jdenny@ces.clemson.edu>
1038         and Stepan Kasal  <kasal@ucw.cz>
1040         Handle special characters in test case titles correctly.
1041         * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
1042         properly.
1043         (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
1044         * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
1045         argument.  Extend to check titles printed by ./micro-suite and
1046         ./micro-suite -l and the title in micro-suite.log.
1047         (Backquote in a test title,
1048         Single-quote in a test title,
1049         Double-quote in a test title): Don't expect failure anymore.
1050         (Backslash in a test title): Put a non-whitespace character after the
1051         backslash so that Bourne shells might actually see it as an escape
1052         sequence.
1053         (Brackets in a test title,
1054         Pound in a test title,
1055         Comma in a test title,
1056         Quoted Macro in a test title,
1057         Macro in a test title,
1058         Macro with single-quote in a test title): New tests.
1059         (Macro with backquote in a test title,
1060         Macro with double-quote in a test title,
1061         Macro with backslash in a test title): New tests expected to fail.
1062         * tests/torture.at (#define header templates): M4-quote this title in
1063         AT_SETUP call so that no M4 code is commented inadvertently somewhere.
1064         The visible effect was a stray [] in the testsuite output.
1066 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1068         * doc/autoconf.texi (Limitations of Builtins): Do not invoke
1069         `trap ... 0' inside a function, for AIX sh.
1071 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
1073         * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
1074         since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
1075         5363) simply issues a warning when dividing by zero at compile
1076         time.  Problem reported by Elias Pipping.
1078 2006-10-26  Eric Blake  <ebb9@byu.net>
1080         * THANKS: Update.
1081         * doc/autoconf.texi (Evaluation Macros): Improve the example to
1082         show effect on macros that expand with commas.
1083         Reported by Joel E. Denny.
1085         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
1086         Also work with M4 1.4.8.
1088 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
1090         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
1091         Jim Meyering.
1093 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
1095         * tests/tools.at (autom4te --force): New test, verifies that
1096         `--force' always rewrites the output file.
1098 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1100         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
1101         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
1103 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
1105         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
1107 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1109         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
1110         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
1111         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
1112         reported by Nelson H. F. Beebe for Coreutils 6.4.
1114         * tests/tools.at (autoconf --trace: user macros): Remove test
1115         for tracing multiline macros, since m4 1.4.7a uses a different
1116         way to number lines.  Problem reported by Ralf Wildenhues.
1118 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
1120         * bin/autom4te.in (handle_m4): Do not redirect stdin to
1121         /dev/null since the heuristics for interactive behaviour was
1122         fixed in CVS m4.
1124         * bin/autom4te.in: With --force, always refresh the output
1125         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
1127         * bin/autoconf.as: Fix the verbose message at the end.
1129 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
1131         * configure.ac (AC_INIT): Bump to 2.60c.
1132         * NEWS: Likewise.
1134 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
1136         * NEWS: Version 2.60b.
1138         Import this change from Texinfo:
1139         2006-10-15  Karl Berry  <karl@gnu.org>
1140         * build-aux/texinfo.tex: automake 1.10
1142         * NEWS: Remove AC_CACHE_CHECK_INT.
1143         * doc/autoconf.texi (Caching Results): Likewise.
1144         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
1145         AC_CACHE_CHECK_INT, since it's no longer public.
1146         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
1147         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
1149 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1151         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
1153 2006-10-19  Eric Blake  <ebb9@byu.net>
1155         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
1156         (m4_maketemp): Avoid warnings with M4 1.9a.
1157         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
1158         m4_mkstemp.
1159         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
1160         * NEWS: Likewise.
1162 2006-10-16  Eric Blake  <ebb9@byu.net>
1164         * doc/autoconf.texi (Setting Output Variables): Fix typo.
1166         * bin/autoconf.as (version): Reword to match GNU Coding
1167         Standards.
1168         * bin/autoheader.in (version): Likewise.
1169         * bin/autom4te.in (version): Likewise.
1170         * bin/autoreconf.in (version): Likewise.
1171         * bin/autoscan.in (version): Likewise.
1172         * bin/autoupdate.in (version): Likewise.
1173         * bin/ifnames.in (version): Likewise.
1175 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
1177         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
1178         looking for special shell characters.
1179         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
1180         macro defined by AS_VAR_PUSHDEF before passing it as a
1181         parameter.
1182         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
1183         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
1184         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
1185         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
1186         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
1187         Likewise.
1188         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
1189         AS_VAR_* properly.
1190         * tests/m4sh.at (AS_LITERAL_IF): New test.
1192 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1194         (Imported from Automake.)
1195         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
1196         which incorrectly sets the mode of an existing destination
1197         directory.  In some cases the unpatched install-sh could do the
1198         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
1199         system.  We hope this is rare in practice, but it's clearly worth
1200         fixing.  Problem reported by Alex Unleashed in
1201         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
1202         Also, don't bother to check for -m bugs unless we're using -m;
1203         suggested by Stepan Kasal.
1205 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1207         Import this change from Automake:
1209         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
1210         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
1211         is enabled by default with gnu and gnits strictness.
1212         Report from Bruno Haible.
1214         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
1215         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
1216         gnu and gnits modes.
1218         Import this change from Config:
1220         2006-09-20  Ben Elliston  <bje@gnu.org>
1221         * build-aux/config.sub (score, score-*): New.
1223         Import this change from Gnulib:
1225         2006-09-16  Karl Berry  <karl@gnu.org>
1226         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
1227         to avoid sectioning errors.
1229         Import these changes from Texinfo:
1231         2006-10-04  Karl Berry  <karl@gnu.org>
1232         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
1233         (\quoteexpand): rename to \rquoteexpand.
1234         (\codequoteleft): new def, to look for @set codequotebacktick.
1235         (\lquoteexpand, \quoteexpand): new defs.
1236         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
1237         (\code): must use new \...Char values, since now ` is active.
1239         2006-08-26  Karl Berry  <karl@gnu.org>
1240         * build-aux/texinfo.tex (\textdegree): New command.
1242         2006-08-12  Karl Berry  <karl@gnu.org>
1243         * build-aux/texinfo.tex (error \box0): smaller font.
1245 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1247         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
1249 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
1251         * doc/autoconf.texi (Autoheader Macros): Warn that the text
1252         added to the template can get mangled.
1254 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1256         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
1257         include the default headers, and redefine obstack_chunk_alloc
1258         and obstack_chunk_free.  Fixes false failure with glibc.
1260 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1262         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
1263         for backward compatibility with Libtool 1.5.22.  Problem reported
1264         by Ralf Wildenhues.
1266 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1268         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
1269         AC_PROG_CC.
1270         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
1272 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1274         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
1275         the NonStop platform.
1276         * doc/autoconf.texi (Posix Variants): Likewise.
1277         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
1279         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
1280         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
1281         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
1282         Use a better substitute, by inspecting the output of "ls"
1283         rather than just using ":".
1284         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
1285         rather than AS_EXECUTABLE_P, since we needn't worry about
1286         non-regular files here.
1288         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
1289         due to configuration hassles with this.  See Tonya Underwood's report
1290         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
1291         * doc/autoconf.texi (Special Shell Variables): Likewise.
1293 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1294             Stepan Kasal  <kasal@ucw.cz>
1296         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
1297         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
1299 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
1301         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
1302           initialization which is not inherited through the environment
1303         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
1304         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
1306 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
1308         * doc/autoconf.texi (Limitations of Usual Tools): Describe
1309         problems with mkdir -p -m.
1311 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
1313         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
1314         comment about ac_cpp_err; it was incorrect, and anyway
1315         ac_cpp_err is being removed below.
1316         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
1317         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
1318         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
1319         nobody uses it.
1320         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
1321         with werror_flag and conftest.err and so forth.  This is more
1322         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
1323         and anyway the user shouldn't normally want to see this gorp logged.
1324         Problem reported by Ralf Wildenhues.
1325         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
1326         empty, not 'no', since the rest of the code uses 'test -z'.
1328 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
1330         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
1331         Use a single call to AC_DO_TOKENS rather than multiple, for
1332         efficiency.
1333         (_AC_LINK_IFELSE): Test that resulting file is executable.
1334         Problem reported by mwoehlke in
1335         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
1337         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
1338         than creating a file to use with test -x; this is much faster.
1340 2006-10-02  Bruno Haible  <bruno@clisp.org>
1342         * lib/autom4te.in (Automake-preselections): Add
1343         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
1345 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
1347         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
1348         standard error, `experr' should be used, not `expout'.
1350 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1352         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
1353         fseeko testing program twice; just use the earlier result.
1354         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
1355         Set cache var to 'unknown' (not 'no') if leaving the macro unset
1356         still doesn't let the program compile.
1357         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
1358         failed.
1360         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
1361         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
1362         include it, without including anything else.
1363         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
1364         expressions.
1365         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
1367 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1369         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
1370         `error.h', and include it, for a `error_at_line' prototype.
1371         Use a nonempty format string in the link test.
1372         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
1373         for a declaration of wait3.
1375 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1377         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
1378         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
1379         can apply to constants too, and that it checks for macro defns.
1380         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
1381         and simply cast the identifier to void.  This handles structure
1382         values.  Problem reported by Ralf Wildenhues.
1383         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
1385 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1387         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
1388         structure, and function symbols.
1390 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1392         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
1393         member.
1395 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1397         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
1398         * README: Likewise.
1399         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1401 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1402         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1404         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
1405         warnings (uninitialized value).
1406         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
1407         present.
1408         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
1409         parentheses.
1410         (AC_STRUCT_TM): Likewise, avoid unused variables.
1412 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1414         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
1415         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
1416         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
1417         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
1418         Report by Olly Betts.
1420 2006-09-19  Eric Blake  <ebb9@byu.net>
1422         * m4/m4.m4: Change copyright.
1423         * configure: Regenerate.
1424         * Makefile.in: Likewise.
1425         * bin/Makefile.in: Likewise.
1426         * doc/Makefile.in: Likewise.
1427         * lib/Makefile.in: Likewise.
1428         * lib/Autom4te/Makefile.in: Likewise.
1429         * lib/autoconf/Makefile.in: Likewise.
1430         * lib/autoscan/Makefile.in: Likewise.
1431         * lib/autotest/Makefile.in: Likewise.
1432         * lib/emacs/Makefile.in: Likewise.
1433         * lib/m4sugar/Makefile.in: Likewise.
1434         * man/Makefile.in: Likewise.
1435         * tests/Makefile.in: Likewise.
1437         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
1438         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
1439         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
1440         --error-output, to avoid warnings with M4 2.0.
1442 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
1444         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
1445           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
1446         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
1448 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
1450         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
1451         expansion of AC_CHECK_FUNCS.
1453 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
1455         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
1456         mistaken comment: the path has to be relative; do not use
1457         the path at runtime.
1459 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1461         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
1462         argument to `--prefix' for sub-configure scripts.
1463         Pass `--silent' to sub-configure scripts.
1464         * tests/torture.at (Configuring subdirectories): Add tests
1465         for both changes.
1466         * doc/autoconf.texi (Setting Output Variables): Fix example to
1467         not show `--silent' being passed to a `configure' re-run.
1469 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
1471         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
1472         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
1473         for the existence of the directory at configure-time.  That's
1474         too late, anyway.  Problem reported by Stefan Seefeld.
1476         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
1477         7.1.4 /usr/bin/posix/sh described by Tim Rice in
1478         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
1480 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
1482         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
1483         works with GNU M4 1.4.3 again; make the normalized form
1484         match the current m4 message; fix the description.
1485         * test/tools.at (autom4te cache): Adapt to the change.
1487 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1489         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
1490         to catch glibc bug 2821
1491         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1493         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
1494         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
1495         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
1496         assume C89.
1498 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
1500         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
1501         preselections ...
1502         (Autoconf): ... here.
1503         (Autoscan-preselections): Delete.
1505 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
1507         * lib/autom4te.in (Automake-preselections): Preselect
1508         AM_ENABLE_MULTILIB.
1510 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
1512         * doc/autoconf.texi (Preset Output Variables): srcdir and
1513         top_srcdir are not necessarily relative.  Problem reported
1514         by Dries Kimpe.
1516 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1518         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
1519         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
1520         accept files with extension `.f'.  For consistency, also prefer
1521         xlf over f77.
1522         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
1523         from last patch.
1525 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1527         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
1528         of ERLANG_LIB_VER_* variables.
1529         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
1530         variables.
1532 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
1533         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1535         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
1536         bugs of Bash 2.01 and 2.05a.
1537         (Fortran Compiler): Document that AC_PROG_CC should be called
1538         before AC_PROG_FC, due to a bug in Autoconf.
1540 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1542         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
1543         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
1544         except the first two arguments are reversed.
1545         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
1546         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
1547         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
1548         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
1549         equivalent to the old AC_COMPUTE_INT.
1550         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
1551         All uses changed to AC_CACHE_CHECK_INT.
1552         * tests/base.at (AC_CACHE_CHECK_INT): New test.
1553         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
1555 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1557         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
1558         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
1559         programs should use their Gnulib counterparts.
1560         * doc/autoconf.texi (Particular Functions): Likewise.
1561         (Macro Names, testsuite Invocation): Replace uses of these
1562         obsolete macros with uses of non-obsolete macros.
1564 2006-08-29  Eric Blake  <ebb9@byu.net>
1566         * configure.ac (AC_INIT): Bump to 2.60b.
1567         * NEWS: Update.
1569 2006-08-28  Eric Blake  <ebb9@byu.net>
1571         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
1572         mistakenly swapped on 2006-08-15.
1574 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1576         * NEWS: Version 2.60a.
1578 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
1580         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
1581         file created by the PGI compiler.
1583 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
1585         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
1586         simplify the code.
1588 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1590         Fix Lex library problem reported to us by Julio Garvia.
1591         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
1592         for the default, which the user can override.
1593         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
1594         deal with LEXLIB.
1595         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
1596         didn't work if some values were cached but not others.  Test for
1597         broken lex libraries like native ia64-hp-hpux11.22; see
1598         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
1599         work around the problem by preferring an empty LEXLIB to -lfl or
1600         -ll.  Let the user set LEXLIB='' to indicate no library needed.
1602         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
1603         * README: Likewise.
1604         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1606 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1608         Rework to use more-modern build style.
1609         Many files are renamed; all uses of their names were changed.
1610         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
1611         * .x-sc_useless_cpp_parens: New file.
1612         * build-aux/config.guess: Renamed from config/config.guess.  Update.
1613         * build-aux/config.sub: Renamed from config/config.sub.  Update.
1614         * build-aux/elisp-comp: Renamed from config/elisp-comp.
1615         * build-aux/install-sh: Renamed from config/install-sh.  Update.
1616         * build-aux/mdate-sh: Renamed from config/mdate-sh.
1617         * build-aux/missing: Renamed from config/missing.
1618         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
1619         * build-aux/vc-list-files: Renamed from config/vc-list-files.
1620         * config/Makefile.am: Removed.
1621         * config/mkinstalldirs: Removed.
1622         * config/move-if-change: Removed.
1623         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
1624         * Makefile.am (SUBDIRS): Remove config.
1625         (ACLOCAL_AMFLAGS): Include from m4, not config.
1626         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
1627         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
1628         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
1629         Fail if there's an error.
1630         * Makefile.cfg (move_if_change): Remove.
1631         (wget_files): Remove.
1632         (cvs_executable_files): New macro.
1633         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
1634         (executable-update): Use $(cvs_executable_files).
1635         (local-checks-to-skip): Remove.
1636         * Makefile.maint: Merge from coreutils, plus add our own changes
1637         (gzip_rsyncable): New macro.
1638         (GZIP_ENV): Use it.
1639         (CVS_LIST): Use build-aux/vc-list-files.
1640         (VERSION_REGEXP): New macro.
1641         (local-checks-available): Add patch-check, $(syntax-check-rules),
1642         check-AUTHORS.
1643         (syntax-check-rules): Compute dynamically.
1644         (sc_cast_of_x_alloc_return_value): Work even if no source files.
1645         (sc_cast_of_alloca_return_value): Likewise.
1646         (sc_prohibit_atoi_atof): Simplify regexp.
1647         (sc_no_if_have_config_h, sc_require_config_h):
1648         (sc_prohibit_assert_without_use,
1649         (sc_obsolete_symbols): Check for O_NDELAY.
1650         (sc_texi_notab): Remove.
1651         (sc-changelog): Don't make an exception for '----' lines.
1652         (.re-list): Remove, so we don't have a junk file behind.
1653         (sc_system_h_headers): Remove the need for .re-list.
1654         (sc_the_the):  New rule.
1655         (sc_tight_scope): Simplify.
1656         (sc_trailing_blank): Renamed from sc_trailing_space.
1657         (longopt_re): New macro.
1658         (sc_two_space_separator_in_usage): New rule.
1659         (sc_unmarked_diagnostics): Look at all files under CVS.
1660         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
1661         (news-date-check, changelog-check): Version is OK.
1662         (po-check): Look for lib files even if not in CVS.
1663         (copyright-check): Use $() not ``.
1664         (maintainer-distcheck): Do not depend on changelog-check.
1665         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
1666         Also check for -Wpointer-arith.
1667         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
1668         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
1669         Remove.
1670         (announcement): Add --gpg-key-id arg.
1671         (cvs-sv): Remove.
1672         (move_if_change): Just use mv.
1673         (local_updates: Remove wget-update, po-update.
1674         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
1675         (config.guess-url_prefix, config.sub-url_prefix): Remove.
1676         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
1677         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
1678         ($(get-targets)): Remove.
1679         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
1680         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
1681         (cvs-update): Get from gnulib.
1682         (emut_upload_commands): gnupload is in build-aux now.
1683         (alpha beta major): Add changelog-check.  Check version.
1684         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
1685         (AC_CONFIG_FILES): Remove.
1686         * bin/autoconf.as: Add spaces to avoid distcheck warning.
1687         * config/announce-gen: Sync from coreutils.
1688         * doc/make-stds.texi: Sync from gnulib.
1689         * doc/standards.texi: Likewise.
1690         * man/Makefile.am: Adjust for config -> build-aux renaming.
1691         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
1692         * tests/local.at: Adjust from config -> build-aux renaming.
1693         * tests/tools.at: Likewise.
1694         * tests/torture.at: Likewise.
1696         * NEWS: The C99 check now tests for vararg macros and 64-bit
1697         preprocessor ints.
1698         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
1699         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
1700         64-bit preprocessor ints.  Check for static initialization of
1701         long long.  Remove unnecessary casts.
1703 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1705         * doc/autoconf.texi (Particular Programs): Mention that
1706         @INSTALL@ and @MKDIR_P@ may vary for different output files.
1707         Reported by Alexandre Duret-Lutz.
1709 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1711         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
1712         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
1713         Bill Northcott in
1714         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
1716 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
1718         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
1719         pacify insanely picky compilers.  Problem reported by Eric Blake.
1721         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
1722         longer supported by Sun.
1724 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
1726         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
1727         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
1728         -Wundef -Werror".  Problem reported by David Fang in
1729         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
1730         * doc/autoconf.texi (Header Templates, Default Includes):
1731         (Particular Functions, Generic Functions, Header Portability):
1732         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
1733         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
1734         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
1735         Prefer #ifdef to #if.
1736         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
1737         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
1738         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1739         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
1740         Likewise.
1741         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
1742         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
1743         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
1744         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1745         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
1746         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
1747         this.
1749 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
1751         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
1752         problems with arg script text that doesn't end in newline, and
1753         with '-e a...'.  Problems reported by Ralf Wildenhues.
1755 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1757         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
1758         check for libXt by a check for libX11.
1760 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1762         * doc/autoconf.texi (config.status Invocation): Adjust according
1763         to last change.
1765 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1767         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
1768         --help' should mention that `--version' outputs configuration
1769         settings.  Report by Bruno Haible.
1771 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
1773         Fix test suite failures reported by Pierre in
1774         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
1775         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
1776         the compiler created a file "b.out" when it didn't create anything
1777         at all.
1778         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
1779         Discard stderr too, when invoking the test script.
1781 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1783         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
1784         in the restoring of the werror flag.
1786 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
1788         * doc/autoconf.texi (Volatile Objects): Be even a little
1789         less skeptical about "volatile", after discussion with
1790         Bruno Haible on bug-gnulib.
1791         (Limitations of Usual Tools): Warn about sed stripping
1792         leading white space from text.  From Bruno Haible.
1794 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
1796         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
1797         compiler complains about it, even if things works after the
1798         complaint.  Problem reported by Peter O'Gorman.
1800         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
1801         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
1802         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
1804 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
1806         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
1807         after -R regardless of host.  Patrick Welche reports that this
1808         fixes things on NetBSD 3.99.
1810         * NEWS: Recommend M4 1.4.5.
1811         * README: Likewise.
1812         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1813         * tests/tools.at (autom4te cache): Update wording of diagnostic
1814         to match M4 1.4.5.
1816 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1818         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
1819         under AC_C_VOLATILE.
1820         (Volatile Objects): Be a little less skeptical about what
1821         "volatile" means.  Derived from thoughts by Ben Pfaff in
1822         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
1824 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1826         * doc/autoconf.texi: Fix some typos.
1828 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1830         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1831         more globally, since the 2006-06-30 patch didn't suffice.  Problem
1832         reported by Keith Marshall.  Also, don't bother with builddir2,
1833         since it shouldn't be needed any more.
1835 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
1837         * doc/autoconf.texi (Generic compiler characteristics):
1838         Document AC_COMPUTE_INT.  Fix wrong statements on Default
1839         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
1841         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
1842         (_AC_COMPUTE_INT): Add obsoletion warnings.
1843         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
1844         AC_COMPUTE_INT.
1846         * NEWS: Document change.
1848 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
1850         * doc/autoconf.texi (Volatile Objects): New section.
1852         * NEWS: Document previous change.
1854 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1856         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
1857         Require that long long int be at least 64 bits wide.  C99 requires
1858         this and enough programs depend on it so we should check for it.
1859         Bruno Haible reports in
1860         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
1861         that long long int is 32 bits wide with some nonstandard compilers.
1862         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
1864 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
1866         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1867         to a nonexistent file, so that we don't have to worry about
1868         a local site configuration that doesn't use /usr/local.
1869         Problem reported by Keith Marshall in
1870         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
1872 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1874         * doc/autoconf.texi: Be more consistent about using @acronym with
1875         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
1876         quite right (it talked about "OSF/Tru64", even though the
1877         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
1878         and it even mentioned "OSF 4"!) and at this point there's little
1879         reason to talk about OSF any more, since it died in 1994.
1880         (Specific Compiler Characteristics): Simplify example of
1881         negative-size array.
1882         (File Descriptors): Reorder to make the text flow better.
1883         Remove joke about "appreciate the various levels"; I didn't get it.
1884         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
1885         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
1886         (File Descriptors, Limitations of Usual Tools):
1887         Tone down the advice against renaming or removing open files.
1888         (Limitations of Usual Tools): Add a new section, on 'rm'.
1890 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
1892         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
1893         -lXt in LIBS, idea from Karsten Hopp; this was due since
1894         this change:
1896         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1897         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
1898         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
1899         (which belong to Xt, not X itself).  See Debian bug 327655.
1901 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1903         * configure.ac (AC_INIT): Bump to 2.60a.
1904         * NEWS: Update.
1906 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1908         Version 2.60.
1910         * configure.ac, NEWS: Update.
1912 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1914         * config/texinfo.tex: Sync from upstream.
1916         * bin/autom4te.in (handle_traces): Transform the `@S|@'
1917         quadrigraph correctly in traces.
1919         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
1920         Fix typos.
1922         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
1923         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
1924         not defined.
1925         * doc/autoconf.texi (Changed Directory Variables): New node,
1926         to document the whole `datarootdir' business a bit better.
1927         * NEWS: Update.
1928         * tests/torture.at (datarootdir workaround): Extend test.
1929         Prompted by report by Alexandre Julliard.
1931 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1933         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
1934         when using default mode of IBM C 6 for AIX.  Problem and two-line
1935         fix reported by Larry Jones.
1937 2006-06-22  Alexandre Julliard <julliard@winehq.org>
1939         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
1940         about literal '${datarootdir}' if a definition is found in the
1941         output file.
1943 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1945         * NEWS: Use "M4" rather than "m4" when appropriate.
1946         Problem reported by Eric Blake.
1947         * doc/autoconf.texi: Likewise.
1948         Use @acronym around BSD, GCC, and GNU when appropriate.
1949         (Why GNU M4): Renamed from "Why GNU m4".
1950         (Redefined M4 Macros): Mention that Posix
1951         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
1952         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
1953         to int.
1955 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1957         * bin/autom4te.in (handle_output): Do not forbid the empty
1958         pattern.
1959         * tests/tools.at (autoconf: the empty token): New test.
1961 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
1963         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
1964         calls, so that we do not care whether they are LIFO or FIFO;
1965         in the m4_wrap, do not check which diversion is the topmost
1966         one, just check that the stack is balanced at the end.
1967         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
1968         base diversion forever--pop the previous diversion before
1969         opening the new one; consequently, remove the m4_wrap call.
1970         * lib/autotest/general.m4 (AT_INIT): Likewise.
1971         * tests/m4sugar.at: Do not use
1972         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
1974 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
1975         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1977         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
1978         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
1979         Rework example of m4wrap token-pasting trouble so that it doesn't
1980         care whether it's LIFO or FIFO.
1981         Fix some "contrary to"s that are awkward in English.
1983 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1985         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
1986         to `yes' instead of `int$1_t' if the type is found, for more
1987         consistent configure output (where $1 is the number of bits).
1988         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
1989         Suggested by Bruno Haible.
1991         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
1992         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
1993         with system headers.  Report by Bruno Haible.
1995 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1997         * config/config.guess, config/config.sub: Sync from upstream.
1999         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
2000         in order to avoid picking up an older installed frozen m4sh.m4f.
2001         Besides an outdated shell startup, this could have been created
2002         by an earlier M4 version with incompatible frozen file format.
2004 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
2006         * README: Recommend m4 1.4.4 instead of 1.4.3..
2007         * doc/autoconf.texi: Likewise.
2008         (Special Chars in Names): Say that $(.FOO) is portable, as
2009         suggested by Stepan Kasal.
2010         (Installation Directory Variables, Build Directories):
2011         (Automatic Remaking, Subdirectories, Fortran Compiler):
2012         (Making testsuite Scripts, Defining Directories):
2013         Quote variable usages better.
2014         (Making testsuite Scripts): Add clean-local rule to makefile
2015         snippet, by Eric Blake.
2016         (Installation Directory Variables): Fix table item font.
2017         Reword slightly to clarify.  Generalize advice about
2018         not using special characters to include all file-related
2019         vars, not just VPATH.
2020         (Special Chars in Variables): Warn about special characters in
2021         $(srcdir) too.
2022         (Assignments): Clarify default-value example as suggested by
2023         Ralf Wildenhues in
2024         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
2025         (Special Shell Variables): Note leading ./ or ../, as suggested
2026         by Eric Blake.
2027         (Limitations of Builtins): Under cd, warn about CDPATH.
2028         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
2029         Ralf Wildenhues.
2031 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2033         * doc/autoconf.texi (Configuration Actions): Remove duplicate
2034         `@var', for texi2html.
2035         (Systemology): Some more word wrapping, for DVI output.
2036         (autom4te Invocation): The short option for `--melt' is `-M',
2037         not `-m'.
2039 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
2041         * doc/autoconf.texi: More formatting and English tweaks,
2042         many suggested by Ralf Wildenhues.
2043         Reword to avoid "@code{...}'s" and the like, since it's ugly
2044         with Emacs info mode.  discontents -> woes.
2045         Put a few "will"s back.  time stamp -> timestamp.
2046         side-effect -> side effect.
2048 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
2050         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
2051         Warn about $@ not persisting.  Problem reported by Julien Danjou in
2052         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
2053         (Special Chars in Names): Renamed from Leading _ in Macro Names.
2054         Mention other special chars, too.
2056 2006-06-14  Eric Blake  <ebb9@byu.net>
2058         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
2060 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
2062         * doc/autoconf.texi: Some systematic minor improvements, as
2063         follows.  Use "makefile" when talking about makefiles
2064         generally (which might be named "makefile" or "Makefile" or even
2065         "foo.mk"), "Makefile" when talking about a specific makefile
2066         called "Makefile".  This unclutters the text from weird quotes
2067         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
2068         values" rather than "@var{foo}s" and similar constructs containing
2069         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
2070         English-language improvements.  Change the prefix "sub-" to "sub"
2071         and "re-" to "re".
2072         Put blank lines around examples more consistently.
2073         Avoid "rather" and "very" as intensifiers.
2074         Avoid "will" as an auxiliary.
2075         (Limitations of Make): Split this node into....
2076         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
2077         (Leading _ in Macro Names, Backslash-Newline-Newline):
2078         (Backslash-Newline Comments, Long Lines in Makefiles):
2079         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
2080         (obj/ and Make, make -k Status, VPATH and Make):
2081         (VPATH and Double-colon, $< in Explicit Rules):
2082         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
2083         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
2084         New nodes, resulting from splitup of Limitations of Make.
2085         All cross-references changed.  Raise the top node from
2086         a section to a chapter, and all subnodes accordingly.
2087         Redo the introductory wording to match the new organization.
2088         (Installation Directory Variables): Use an example that is
2089         closer to what Autoconf actually does.  Mention that VPATH's
2090         value should not contain metacharacters or white space.
2091         (Fortran Compiler): Fix a VPATH bug in an example.
2092         (Leading _ in Macro Names): Mention that this problem is no longer
2093         of practical concern.
2094         (VPATH and Make): Reword the advice to make it clearer
2095         that Autoconf and Automake support VPATH in non-GNU make, but
2096         many packages have bugs in this area.
2097         ($< in Explicit Rules): Refer to Build Directories rather
2098         than using a (non-VPATH-safe) example.
2099         (Automatic Rule Rewriting): Mention the sort of disaster that
2100         can ensue with Solaris-style rule rewriting with VPATH.
2102 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2104         * doc/install.texi (Compilers and Options): Weaken the
2105         suggestion to use GNU make for VPATH builds.
2107         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
2108         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
2110         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
2111         in regular expression.
2113 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2115         * doc/autoconf.texi (Installation Directory Variables):
2116         Drop extra @samp from `@table @samp' item.
2117         (Limitations of Usual Tools): Comment fix.
2118         Do not nest @samp just to point to other table items.
2119         (Writing testsuite.at) <AT_CHECK>: The second argument to
2120         `@dvar' is already @samp'ed.
2121         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
2122         do not use @var in the second argument.
2124 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
2126         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
2127         $as_shell.exe too.  Problem reported by Andreas Buening in
2128         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
2130 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2132         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
2133         `unused variable' compiler warning, for `-Wall -Werror'.
2134         Reported by Jaap Haitsma in
2135         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
2137 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
2139         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
2140         case the compiler dumps core.  Problem reported for
2141         OpenServer 5.0.7 by Tim Rice in
2142         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
2143         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
2144         Likewise.
2146 2006-06-06  Tim Rice <tim@multitalents.net>.
2148         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
2149         "ERROR" only shows up in "make check" output if there is an
2150         error.
2152 2006-06-06  Eric Blake  <ebb9@byu.net>
2154         * tests/tools.at (automatically allowed tokens): Fix typo.
2156 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2158         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
2160         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
2161         typically overflows on x86 CPUs, even though the C standard
2162         requires otherwise.
2164 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2166         * configure.ac (AC_INIT): Bump to 2.59e.
2167         * NEWS: Update.
2169 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2171         Version 2.59d.
2173         * config/texinfo.tex: Sync from upstream.
2175         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
2176         seen, invoke libtoolize with `--ltdl' argument.
2177         * lib/autom4te.in (Autoreconf-preselections): Adjust.
2178         * NEWS: Update.
2179         Suggested by Eric Blake.
2181 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2183         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
2184         reported by Ralf Wildenhues.
2185         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
2187 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2189         * THANKS: Update.
2191 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2193         * doc/autoconf.texi: Modernize some of the references to Solaris.
2195 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
2197         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
2198         message issued by AC_REQUIRE.
2199         * tests/m4sugar.at: Check m4_require's error message.
2200         * tests/base.at: Check AC_REQUIRE's error message.
2201         * tests/local.at (AT_CHECK_M4): New macro, almost identical
2202         to...
2203         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
2204         AT_CHECK_M4.
2205         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
2206         `expout' as the last parameter.
2207         * tests/tools.at: Adapt to the above change.
2209 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
2211         * doc/autoconf.texi (Limitations of Usual Tools): Correct
2212         information about race-free implementations of mkdir.
2214 2006-06-04  Eric Blake  <ebb9@byu.net>
2216         * bin/autoreconf.in (help): Document M4 environment variable.
2217         * bin/autoconf.as (Usage): Likewise.
2218         * bin/autom4te.in (help): Likewise.
2219         * doc/autoconf.texi (autom4te Invocation): Likewise.
2221 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
2223         * NEWS: GNU make now recommended for VPATH builds.
2224         Mention that some macros are now documented to be obsolescent.
2225         * doc/autoconf.texi:
2226         Prefer "current" to "modern" to describe
2227         currently-used (albeit perhaps old-fashioned) hosts.
2228         Mention which ancient features no longer need to be worried about.
2229         setgid -> set-group-ID
2230         setuid -> set-user-ID (these are the Posix terms)
2231         Fix some misuses of "only".
2232         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
2233         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
2234         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
2235         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
2236         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
2237         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
2238         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
2239         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
2240         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
2241         Mention that these macros are obsolescent.
2242         (Installation Directory Variables): shall -> should
2243         (File Descriptors): Mention that 0, 1, 2 might get reopened.
2244         Mention that it's now safe to use 3 and 4.
2245         (Limitations of Usual Tools): cp -r is now specified by Posix.
2246         Omit longwinded and obsolescent discussion of cp -f.
2247         Modernize discussion of expr, ls.
2248         (Limitations of Make): Modernize discussion of VPATH builds.
2249         Mention $? as a workaround in some cases.
2250         * doc/install.texi (Basic Installation):
2251         Mention "./configure; make; make install" first.  Be more
2252         specific about why this file is generic.  Remove unnecessary
2253         parens.  Remove misleading "only".  Remove obsolete advice
2254         about csh.  Don't say "configure" takes awhile; say it
2255         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
2256         and CC=c99 rather than CC=c89, as these are blessed by current
2257         Posix.  Recommend GNU make if doing a VPATH build.
2259 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
2261         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
2262         examples involving shell prompts.
2264 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
2265         and Paul Eggert  <eggert@cs.ucla.edu>
2267         * doc/autoconf.texi (Here-Documents): Add details about the
2268         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
2269         use "here-documents" instead of "here documents".
2271 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2273         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
2275 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
2277         * doc/autoconf.texi (File System Conventions): Warn about ":"
2278         anywhere in directory names.
2280 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
2282         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
2283         about quoting the case statement, just in case.
2284         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
2285         was fixed in ksh93g; reported by Ralf Wildenhues.
2287 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
2289         * doc/autoconf.texi (System Services): Do not document
2290         overriding EXEEXT via ac_cv_exeext=ext.
2291         (Particular Programs) <AC_PROG_MKDIR_P>:
2292         Document that ${MKDIR_P} understands --.
2293         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
2294         comment.
2296 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2298         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
2299         argument with leading hyphen.  Problem reported by Paul Eggert.
2301 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2303         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
2304         about quoting ac_try: quote all of it, if any of it seems suspicious.
2305         This means we don't have to worry about ${ or sed any more.
2306         Also, double-quote the case statement, to work around misuses via
2307         underquoting as reported by Ralf Wildenhues in
2308         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
2309         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
2310         undocumented and dangerous macro.
2311         Problem reported by Ralf Wildenhues in
2312         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
2314 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2316         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
2317         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
2318         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
2320 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2322         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
2323         since evidently some packages rely on the old, broken behavior.
2324         Problem reported by Ralf Wildenhues in
2325         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
2326         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
2327         pre-2006-05-26 definitions, but leave in the comments that
2328         these macros are dangerous and should not be used.
2329         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
2330         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
2331         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
2332         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
2333         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
2335 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
2337         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
2338         the use of 'tr', since this is our only use of 'tr'.
2340 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2341         and Paul Eggert  <eggert@cs.ucla.edu>
2343         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
2344         Don't assume 'grep' works on long lines, since AIX grep doesn't.
2346 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2348         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
2349         the output file in the `${datarootdir}' test.
2351 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
2352         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2354         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
2355         mention of `datarootdir' in the input file(s), but literal
2356         `${datarootdir}' in the output file, and we haven't warned yet,
2357         then warn as well: the user may have (erroneously) used
2358         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
2359         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
2360         * tests/torture.at (datarootdir workaround): Extend this test.
2361         * NEWS: Update.
2363 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2364         and Paul Eggert  <eggert@cs.ucla.edu>
2366         * doc/autoconf.texi (autoheader Invocation): The first argument to
2367         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
2368         alternatives and clear up the language a bit.
2370 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
2372         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
2373         ac_config_guess, ac_config_sub, ac_configure.
2374         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
2375         Fix typo that prevented an unnecessary space from being removed.
2376         Problems reported by Ralf Wildenhues in:
2377         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
2379 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
2381         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
2382         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
2383         Don't use the term "thread-safe" to talk about mkdir race
2384         conditions, since the problem is more a process than a thread
2385         issue.  Problem reported by Stepan Kasal in:
2386         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
2387         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
2388         the test for 'install' more closely.  Look at MKDIR_P first.
2389         Look in the PATH, and at /opt/sfw/bin.
2390         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
2391         Don't bother to try mkdir -p, since we already check mkdir --version;
2392         just look at the version number.  (There's no easy way to check
2393         for race-free implementations.)
2394         * tests/tools.at (autoconf: subdirectories): Adjust to above
2395         changes, since MKDIR_P now might end in "/mkdir -p".
2397         * doc/autoconf.texi (autoheader Invocation): Mention that the
2398         first arg of AC_DEFINE_UNQUOTED must be a literal.
2399         Problem reported by Ben Pfaff in
2400         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
2402         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
2403         * doc/autoconf.texi (Special Chars in Variables): New section.
2404         (Preset Output Variables): Warn about special chars in CPPFLAGS.
2405         (Installation Directory Variables): Quote $(datadir) better.
2406         (Limitations of Builtins): Describe some of eval's trickiness.
2408         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
2409         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
2410         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
2411         in front of every arg, not just trailing args.  Quote apostrophes.
2412         (_AC_EVAL_ECHO): New macro.
2413         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
2414         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
2415         removed.
2416         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
2417         exposed by quoting of eval argument.  Put the command on line line
2418         so it logs better.
2419         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
2420         (_AC_PATH_X, AC_PATH_X): Quote more safely.
2421         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
2422         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
2423         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
2424         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
2425         Use eval more safely.
2426         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
2427         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
2428         to be replaced.
2429         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
2430         lines, exposed by quoting of eval argument.
2432 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
2433         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2435         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
2436         initialization of `ac_cv_exeext', do not override it if it was
2437         already set, unless it was set to `no', for compatibility with
2438         Autoconf-2.13, and comment this.
2439         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
2440         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
2441         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
2442         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
2443         Document that this test may be overridden by setting
2444         `ac_cv_exeext'.
2446 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2448         Revert these two patches:
2450         2006-04-06  Eric Blake  <ebb9@byu.net>
2451         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
2452         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
2453         2006-04-01.
2455         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2456         Clean up _AC_COMPILER_EXEEXT* macros.
2457         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
2458           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
2459           ac_file to the name of the default output file and call
2460           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
2461           initial `rm' of the candidate files...
2462         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
2463           the same list in subsequent `rm' calls, and for the temporary
2464           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
2465           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
2466         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
2467         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
2468           no longer needed) by libtool.  Make it a cache check.
2469         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
2470           copied here by mistake.
2471         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
2472           _AC_COMPILER_EXEEXT.
2473         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
2474           _AC_COMPILER_OBJEXT directly.
2475         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2477 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2479         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
2480         Fix description of how the buggy `sed' works.
2482 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
2484         Sync from Automake:
2486         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
2487         ENOLCK.  Only mention `make -j' when applicable.  Only raise
2488         fatal errors when `make -j' is involved.  Improve error message.
2490 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2492         * doc/autoconf.texi (Here-Documents): We now know more about
2493         the variable expansion in here documents bug.
2494         Thanks to Tim Rice and Stepan Kasal.
2496         * doc/autoconf.texi (Making testsuite Scripts): Add an example
2497         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
2499 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2501         * tests/autotest.at (Multiline command from M4 expansion):
2502         No failure to be expected if the shell quotes newlines in
2503         commands in the `set -x' output.  Report by Tim Rice.
2504         * THANKS: Update.
2506 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2508         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
2509         expansion in the here-documents used by config.status, as that
2510         runs afoul of the Korn shell version M-12/28/93d bug described in
2511         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
2512         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
2513         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
2515 2006-05-23  Jim Meyering  <jim@meyering.net>
2517         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
2518         Fix typo introduced with 2006-04-02 change.  It reversed the sense
2519         of the test.
2521 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2523         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
2524         ac_dB slightly, to save bytes in the script.
2525         Max out at 50 lines, rather than 96; this is more likely
2526         (though not guaranteed) to avoid obscure 'sed' failures.
2528 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2530         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
2531         `tr -d -' as bad option argument.  Work around this by deleting
2532         an unrelated character.
2533         Report by Tim Rice <tim@multitalents.net>.
2535 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
2536             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2537             Stepan Kasal  <kasal@ucw.cz>
2539         * doc/autoconf.texi (Particular Programs): Do not promise that
2540         we always prefer the GNU version of the program, and that we
2541         search according to PATH; both rules can have exceptions.
2542         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
2543         AC_PROG_SED.  Move descriptions of limitations
2544         to the Limitations of Usual Tools section.
2545         (Limitations of Usual Tools) <sed>: Mention script length
2546         limitations with Solaris /usr/ucb/sed.
2547         <grep>: Fix wording for empty alternative.  Mention that -c and
2548         -l should not be combined, and that -E and -F should not be
2549         combined.
2551 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2552         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2554         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
2555         limits in Solaris 8 /usr/ucb/sed by testing a long script.
2557 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2559         * doc/autoconf.texi (Defining Symbols): Literal parameter of
2560         AC_DEFINE is now passed to m4_pattern_allow.
2561         * NEWS: Mention that; likewise for AC_SUBST.
2562         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
2563         the parameter to m4_pattern_allow.
2564         * tests/tools.at: Add a check for that.
2566 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2568         * lib/autoconf/status.m4: Fix typos.
2570 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2572         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
2573         only the files that this macro generates.
2575 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2577         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
2578         the HP-UX sed limitation of 99 commands, labels do not count.
2579         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
2580         in the comment.
2581         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
2583 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2585         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
2586         Import the following fix from coreutils:
2588         2006-01-13  Jim Meyering  <jim@meyering.net>
2590         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
2591         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
2592         not double-quote uses of that variable, to accommodate the rare
2593         case in which getmntent is available in none of the libraries
2594         checked.  This happens at least on FreeBSD 5.0.
2596 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
2598         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
2599         ac_config_guess, ac_config_sub, and ac_configure, since evidently
2600         some other programs unwisely rely on these undocumented vars.
2601         But put in warning comments about them.
2602         Problem reported by Ralf Wildenhues in
2603         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
2604         * NEWS: Document that these variables are intended to go away.
2606 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2608         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
2609         and set the language to C++ (analogous to the equivalent Fortran
2610         tests).
2612         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
2613         * doc/autoconf.texi (C++ Compiler): Document it.
2614         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
2615         * NEWS: Update.
2617 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
2619         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
2620         that caused config.status to generate 100-command sed scripts; the
2621         portable limit is 99.
2623 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2625         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
2626         variable `ac_d' instead of `d' to avoid infringing namespace.
2627         Report by Ralf Menzel.
2629 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
2631         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
2632         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
2633         * tests/tools.at (autoconf: subdirectories): New test, taken from
2634         the corresponding problem report by Ralf Wildenhues in:
2635         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
2637         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
2638         Quote some uses of shell variables if they might suffer unexpected
2639         globbing.  This doesn't fix all instances of quoting problems that
2640         I found, just the easy ones that look safe.
2641         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
2642         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
2643         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
2644         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
2645         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
2646         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
2647         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
2648         Likewise.
2649         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
2650         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
2652 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2654         * bin/autoreconf.in ($help): Reword according to the manual.
2655         Suggested by Olly Betts.
2657 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
2658         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2660         * bin/autoreconf.in: Pass the directory argument to
2661         `require_configure_ac'.  Fix comment.
2662         * tests/torture.at (Configuring subdirectories): Expose this.
2663         Reported by Olly Betts.
2665 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2667         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
2668         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
2669         Automake as follows:
2671         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
2672         `$configure_in' instead of `configure.in', to preserve
2673         directory component.
2675 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2677         * config/config.guess, config/config.sub, config/texinfo.tex,
2678         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
2680 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
2682         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
2683         test for C99 conformance; (bool) 0.5 is an integer constant
2684         expression, but (bool) -0.5 is not.  Problem reported by Fedor
2685         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
2687 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2689         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
2690         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
2691         Warn about obsolete install-sh files.  Remove stray sentence
2692         fragment and fix cross reference.
2693         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
2694         install -d; this undoes the 2006-05-10 change.
2695         (MKDIR_P): Mark with AN_MAKEVAR.
2696         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
2697         that we don't require $INSTALL to be thread-safe.  Move comments
2698         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
2699         of AC_PROG_INSTALL.  Output a message saying that we're checking
2700         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
2701         MKDIR_P instead of AC_SUBST.
2702         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
2703         Special magic for MKDIR_P, too.
2704         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
2705         a dnl.
2706         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
2708 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
2710         Sync from Automake, as follows:
2712         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2713         * config/install-sh: Initialize IFS, so field splitting isn't
2714         turned off later.
2715         * config/mkinstalldirs: Likewise.
2716         * config/missing: Remove superfluous quotes.  Replace all uses of
2717         `[' by `test', for consistency, and for..
2718         * config/missing (sed_minuso, sed_output): New variables.
2719         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
2720         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
2721         Fixes `missing' to detect `--output' for help2man.  Fixes
2722         PR automake/483.  Report by Dennis J. Linse.
2723         (autom4te): Document in `missing --help'.
2725 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2727         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
2728         * config/install-sh: Don't use 'path' to talk about file names,
2729         as per GNU coding standards.  Close a race condition reported by Ralf
2730         Wildenhues and Stepan Kasal.  There is still a race condition
2731         on hosts that predate Posix 1003.1-1992, but we can't help this.
2732         Don't mishandle weird characters like space on pre-Posix hosts.
2733         Invoke mkdir at most once per dir arg on pre-Posix hosts.
2734         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
2735         AC_PROG_MKDIR_P from AS_MKDIR_P.
2736         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
2737         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
2738         earlier editions are not (including Automake 1.8.3).
2739         Do not suggest mkinstalldirs for thread-safety.
2740         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
2741         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
2742         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
2743         presence of special characters and race conditions.
2744         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
2745         in Autoconf's name space.
2747 2006-05-10  Bruno Haible  <bruno@clisp.org>
2748         and Paul Eggert  <eggert@cs.ucla.edu>
2750         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
2751         from Automake with minor changes.
2752         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
2754 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2756         * config/install-sh: Update to Automake CVS version, as follows:
2757         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2758         * lib/install-sh: Simplify the expr implementation of dirname.
2759         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
2760         * lib/install-sh: Handle --, and diagnose unknown options.
2762 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2764         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
2765         `./autom4te' to create `./testsuite', since the `all' target
2766         will ensure its presence, but `installcheck' should not create
2767         the uninstalled wrappers.
2769         * tests/torture.at (Unusual Automake input files): Skip if we
2770         detect automake < 1.8.
2772 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2774         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
2775         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
2776         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
2777         * NEWS: Update.
2779 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2781         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
2782         munge (multiple) white space and other oddities.
2783         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
2784         single quotes in variable assignment.
2785         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
2786         and similar failures by adding multiple spaces, tabs, and other
2787         special characters.
2788         Report and different test suggested by Francesco Romani
2789         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
2791         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
2792         single quotes, we only need to search for single quotes; this
2793         both simplifies the search pattern, and makes us less
2794         susceptible to `echo' variations for arguments not containing
2795         single quotes.
2796         (_AC_ARG_VAR_VALIDATE): Likewise.
2798 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2800         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
2801         `$*' and IFS concatenation issue with traditional shells and
2802         bash-2.04.  Report by Seanster@Seanster.com.
2804 2006-05-03  Bruno Haible  <bruno@clisp.org>
2806         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
2807         precisely which Mac OS X versions have the od problem.
2809 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2811         * doc/autoconf.texi: Use @option systematically.
2813 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2814         and Bruno Haible  <bruno@clisp.org>
2816         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
2817         about 'od'.
2818         (Integer Overflow): Mention the special case of integer division
2819         overflow.
2821 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2823         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
2824         traditional shells like the Solaris one that do not use the
2825         first IFS character for assembling `$*'.
2826         Prompted by a related report from autoconf_bug@nro.ca.
2828 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
2829         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2831         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
2832         Mention more problems with the -e option.
2834 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2836         * NEWS: Typo.
2837         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
2839         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
2840         in URLs to improve DVI formatted output (requires texinfo 4.6).
2841         (System Services, Systemology, Shellology): Likewise.
2842         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
2843         output.
2845         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
2846         continuous text.
2847         (Runtime): Fix macro argument names to match description:
2848         `action-if-found' -> `action-if-true' and similarly.
2849         (Obsolete Macros): Likewise.
2850         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
2851         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
2852         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
2854 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2856         * doc/autoconf.texi (Limitations of Make): Clean up markup.
2858         * ChangeLog: Typo.
2859         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
2860         DVI output.
2862 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2864         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
2865         /bin/sh set unsorted output.
2866         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
2867         * tests/local.at: Likewise.
2869 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
2871         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
2872         (Integer Overflow, Null Pointers, Buffer Overruns):
2873         (Floating Point Portability, Exiting Portably): New sections.
2874         (Writing Test Programs): Fix some langauge.  Recommend exiting
2875         with status 1, not merely nonzero.  Clarify exit declaration.
2876         (Run Time): Move C exit status stuff to new Exiting Portably section.
2877         (Systemology): Mention Posix and levenez.  Update v7 reference.
2878         (Portable Shell): Mention the Posix shell.
2880 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2882         * bin/autoconf.as (me): Replace by as_me.
2884 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
2886         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
2887         since as_me isn't set yet.
2889 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2891         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
2892         a few minor bugs in this area.
2894         * doc/autoconf.texi (Programming in M4sh): Comment out the
2895         documentation of AS_BASENAME, for now.
2896         (Shell Substitutions): Do not use AS_DIRNAME in an example.
2897         (Limitations of Builtins) <basename>: Do not refer to
2898         AS_BASENAME.
2899         * bin/autoconf.as (me): Don't use AS_BASENAME.
2900         (dir): Remove the unused variable.
2901         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
2902         AS_DETECT_REQUIRED.  All uses changed.
2903         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
2904         All uses changed.
2905         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
2906         (AS_BASENAME): Use "basename --" to protect against leading "-".
2907         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
2908         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
2909         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
2910         (_AS_DIRNAME_PREPARE): Likewise.
2911         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
2912         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
2913         (AS_DIRNAME): Use "dirname --".
2915 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2917         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
2918         of "run time" and "run-time" changed to "runtime", for consistency.
2919         * lib/autoconf/fortran.m4: Likewise (in comment).
2920         * lib/autoconf/functions.m4: Likewise.
2921         * lib/autoconf/general.m4: Likewise.
2922         * lib/autoconf/headers.m4: Likewise.
2924         * doc/autoconf.texi (Run Time): Document the exit status situation
2925         with more accuracy and detail.
2927 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2929         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
2930         Archive is not officially `GNU' any more.  Update URL.
2931         (Defining Directories): Likewise
2932         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
2934 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2936         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
2937         newline from the `trap' code to finish `config.log'; the NetBSD
2938         /bin/sh resets the exit status after an empty command, as
2939         documented in doc/autoconf.texi.
2940         Reported by Dalibor Topic <robilad@kaffe.org>.
2942 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
2944         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
2945         Suggested by Bruno Haible.
2947 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
2949         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
2950         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
2951         Instead, just list the shells that we know work.
2952         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
2953         changed.  Be more cautious about the _cv_ variable.
2954         * tests/tools.at (Syntax of the shell scripts): Check the
2955         _cv_ variable once, at first, to avoid an internal autoconf error
2956         when sh -n does not work.
2958 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2960         * lib/Autom4te/FileUtils.pm: Sync from Automake.
2962 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
2964         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
2965         use ">&-" since we're only 99.999% sure that this is portable,
2966         and since the MinGW bug is fixed in a different way.
2967         * lib/autotest/general.m4 (AT_INIT): Likewise.
2969 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
2971         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
2972         before opening config.log, to avoid hitting a bug on MinGW.
2974 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
2976         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
2977         AS_MESSAGE_LOG_FD before reopening it onto the log file.
2978         This works around a MinGW bug reported by Eric Paire.
2979         Make sure that all writes to the log file append to it,
2980         rather than possibly losing data.
2981         * lib/autotest/general.m4 (AT_INIT): Likewise.
2983 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
2985         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
2986         description.
2988 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2990         * NEWS: Update.
2992         * configure.ac (AC_INIT): Bump to 2.59d.
2994 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2996         Version 2.59c.
2998         * Makefile.maint (news-date-check): Do not require a leading `*'
2999         before the release date in NEWS.
3001 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
3002         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3004         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
3005         the instantiated file do not contain the string 'datarootdir'
3006         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
3007         @mandir@, replace the reference '${datarootdir}' by the value.
3008         * tests/torture.at (datarootdir workaround): New test.
3009         * NEWS: Advertise this temporary fixup.
3010         Based on a patch by Bruno Haible, reported and analyzed by
3011         Paul Eggert and Noah Misch.
3013 2006-04-12  Eric Blake  <ebb9@byu.net>
3015         * tests/autotest.at (Debugging a failed test): Fix comment.
3017 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
3019         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
3020         all the changes since 2006-04-07.
3022 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3024         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
3025         succeeded, but `ln -s file dir' failed, take care to remove the
3026         leftover target before the next test, to prevent its spurious
3027         failure; also make sure `ln file dir' works before selecting it.
3028         Thanks to Keith Marshall for pointing this out.
3029         * THANKS: Update.
3031         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
3032         assignments in `at_debug_args', so that we put them correctly
3033         in the `run' script.
3034         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
3035         Reported by Eric Blake.
3037 2006-04-11  Eric Blake  <ebb9@byu.net>
3039         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
3040         top-level tests after micro-suite has been run.   Used in...
3041         (Debugging a successful test, Debugging script and environment),
3042         (Debugging a failed test): ...these new tests.  The first of these
3043         is fixed by...
3044         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
3045         macro, split out from...
3046         (AT_INIT): ...here, so that using -d also generates a run script.
3047         Document that -d inhibits top-level logging.
3048         * doc/autoconf.texi (testsuite Invocation): Document that -d only
3049         inhibits top-level logging; debug scripts are created.
3051         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
3052         check.
3053         * tests/autotest.at (Empty test, Empty check): New test to check it.
3055         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
3056         from gcc.
3058 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
3060         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
3061         the files if a problem appears.  Make the empty *.at files
3062         read-only, too.  Proposed by Ralf Wildenhues.
3064 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3066         * config/Makefile.am: Add comment to force updated Makefile.in.
3068         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
3069         space only patch to this file, this patch causes the Makefile.in
3070         files that include freeze.mk to be updated, and thus have a
3071         newer time stamp again, which in turn makes a pristine CVS
3072         checkout have correct time stamps.
3074         * Makefile.maint (cvs-sv): New macro, to be used..
3075         (config.guess-url_prefix, config.sub-url_prefix)
3076         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
3077         point to CVS text checkout of Gnulib files.
3078         (copyright-check): Bump current year.
3079         (announcement): Do not hard-wire `./announce-gen'.
3080         (cvs-update): Propagate failures of `cvs' and `move-if-change'
3081         correctly.
3082         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
3083         `chmod +x'.
3084         (wget_files): Update config.guess, config.sub, texinfo.tex by
3085         `wget-update', now that their URLs work again.
3087 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3089         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
3090         Problem noted by Paul D. Smith.
3092 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3094         * doc/autoconf.texi: Remove unused words from word list.
3095         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
3096         .x-sc_trailing_space: New files.
3098         * doc/standards.texi: Sync from gnulib.
3100         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
3101         `LIBOBJDIR' as experimental.
3103         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
3104         with a target directory; it's internally implemented as `cp'
3105         anyway, but since Autoconf advertises the possibility to use
3106         a target directory when LN_S is `ln -s', we need to find out.
3107         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
3108         analyzed by Keith Marshall <keith.marshall@total.com>.
3110         * THANKS: Update.
3112 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3114         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
3115         confdefs.h as-is.  In general, if it has backslash-newline or the
3116         like, then it doesn't work either to sort or to remove empty
3117         lines.
3119 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
3121         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
3123 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
3125         * lib/autom4te.in (Automake-preselections): Preselect
3126         _AM_SUBST_NOTMAKE.
3128 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
3130         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
3131         apostrophe within a single-quoted string, as this is the usual
3132         tradition and is easier to read than '"'"'.  Don't rely on the
3133         shell treating "$/" like '$/'.  Use a more-consistent indenting
3134         style for the trap.
3136 2006-04-09  Eric Blake  <ebb9@byu.net>
3138         * tests/autotest.at (Backquote command substitution),
3139         (Multiline backquote command substitution): Remove mistaken
3140         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
3141         applied...
3142         (Parenthetical command substitution, Multiline parenthetical
3143         command substitution): here.
3145 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
3147         Import macros from gnulib (often changing their name).
3149         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
3150         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
3151         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
3152         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
3153         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
3154         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
3155         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
3156         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
3157         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
3158         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
3159         The manual mentions Gnulib more prominently.
3160         * doc/autoconf.texi (Gnulib): New node.
3161         (Pointers): Add Gnulib URL.
3162         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
3163         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
3164         Gnulib section.
3165         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
3166         suggest a #define rather than a typedef for _Bool, and mention
3167         Gnulib rather than trying to substitute stdbool code.
3168         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
3169         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
3170         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
3171         AC_STRUCT_DIRENT_D_TYPE.
3172         (Particular Types): Mention stdint.h and inttypes.h as standard
3173         headers too.
3174         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
3175         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
3176         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
3177         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
3178         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
3179         (C Compiler): Move AC_C_LONG_DOUBLE to ...
3180         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
3181         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
3182         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
3183         (Coding Style).  Don't mention m4_expand_once.
3184         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
3185         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
3186         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
3187         (AC_CHECK_FUNCS): Use it.
3188         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
3189         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
3190         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
3191         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
3192         (AC_HEADER_ASSERT): New macro.
3193         (AC_HEADER_STDBOOL): Don't assume "#error" works.
3194         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
3195         Catch a bug in an HP-UX C compiler.
3196         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
3197         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
3198         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
3199         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
3200         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
3201         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
3202         New macros.
3204         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
3205         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
3207 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
3209         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
3210         of the warning introduced by the 2001-08-28 change.
3212 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
3213             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3215         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
3216         variables shall be overriden by the cache.
3217         * tests/torture.at (AC_ARG_VAR): Test also with a first value
3218         that contains braces.
3220 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
3222         Revert the patch from 2006-04-01 and only improve
3223         _AS_DETECT_BETTER_SHELL:
3225         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
3226         skip nonexistent directories.
3227         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
3228         only shell candidates which exist.
3229         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
3230         * lib/autotest/general.m4 (AT_INIT): No need to give three
3231         parameters to _AS_PATH_WALK.
3233 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
3234             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3236         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
3237         distinguish m4sugar macros.
3238         * tests/tools.at (autoupdating with aclocal and m4_include):
3239         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
3240         test case by Noah Misch <noah@cs.caltech.edu>.
3242 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
3244         Revert my change from 2006-03-17, in other words:
3245         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
3246           and DUALCASE=1.
3247         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
3248         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
3249           it is set.
3251 2006-04-07  Eric Blake  <ebb9@byu.net>
3253         * doc/autoconf.texi (Programming in M4sh): Document that
3254         AS_MKDIR_P exits the script on failure.
3255         * lib/autotest/general.m4: Remove redundant AS_ERROR.
3257 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3259         * config/elisp-comp, config/install-sh, config/mdate-sh,
3260         config/missing, config/mkinstalldirs: Sync from Automake.
3262         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
3263         from Automake.
3265         * doc/make-stds.texi: Sync from gnulib.
3267 2006-04-06  Eric Blake  <ebb9@byu.net>
3269         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
3270         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
3271         2006-04-01.
3273 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
3274             Eric Blake  <ebb9@byu.net>,
3275             Paul Eggert  <eggert@cs.ucla.edu>,
3276             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3278         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
3279         whether `set' quotes correctly: redirect stderr of the tested
3280         `set', and use a subshell, for Ultrix; use `sed' instead of
3281         `grep' for zsh `set' which may write binary output; match only
3282         at the beginning of a line, to avoid false positives.
3283         In order to avoid false positives by unrelated variables with
3284         multiline content, put the dump algorithm in a subshell and
3285         unset all variables containing newlines (except some which are
3286         special to the shell).  Warn about cache variables that are
3287         unset.
3289 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3291         * config/config.guess, config/config.sub, config/texinfo.tex:
3292         Sync from upstream.
3294         * tests/mktests.sh: Reword comments.
3296         * tests/mktests.sh: Only skip internal macros starting with
3297         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
3298         Update exclusion lists for the test suite to this end:
3299         (AC_ARG_VAR): Do test this now.
3300         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
3301         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
3302         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
3303         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
3305         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
3306         shell issue with double-quoted command substitutions of native
3307         commands.
3308         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
3309         Marshall.
3311         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
3312         no file matches the glob, discard the warning, set `nullglob'.
3313         (syntax-check): Likewise.
3314         (sc_cast_of_x_alloc_return_value): Likewise.
3315         (sc_cast_of_alloca_return_value, sc_error_exit_success)
3316         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
3317         (m4-check): Likewise.
3318         (sc_system_h_headers): Do not print rule on execution.
3319         (sc_tight_scope): Do not fail for non-existing `src' directory.
3320         (sc_changelog): Skip the Copyright footer.
3321         * lib/autoconf/lang.m4: Remove trailing space.
3323         * lib/autoconf/status.m4: More replacements to
3324         <tab><space> where this makes sense.
3326 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
3328         * tests/Makefile.am (maintainer-check-posix):
3329           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
3331         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
3332           ac_config_<foo>s again, sometimes normalized, sometimes not.
3333         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
3334         (AC_CONFIG_COMMANDS): Do not do so here.
3335         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
3336           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
3337           2005-07-25 rewrite.  Noticed by Noah Misch.
3339         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
3340           _AC_PRESERVE_HELP_ORDER, ...
3341         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
3343         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
3344           inside m4_expand_once; it is redundant.
3346         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
3347           for --help from Cygnus `configure.'
3349 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
3351         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
3352         on a patch proposed by Ralf Wildenhues.
3354 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3356         * lib/autoconf/status.m4: Replace <space>''<tab> with
3357         <tab><space> where this makes sense.
3359 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
3360             Noah Misch  <noah@cs.caltech.edu>
3362         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
3363         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
3364         * doc/autoconf.texi (Help Formatting): New node.
3365         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
3367 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3369         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
3370         lib/autoconf/specific.m4, lib/autoconf/status.m4,
3371         lib/autoconf/types.m4, lib/autotest/general.m4,
3372         tests/mktests.sh, tests/torture.at: White space cleanup:
3373         remove some SPACE before TAB, or add quoting ('' or @&t@).
3375         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
3377         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
3379 2006-04-05  Eric Blake  <ebb9@byu.net>
3381         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
3382         empty test suite works.
3383         * tests/autotest.at (Empty test suite): Remove xfail.
3385 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
3387         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
3388         TAGS to ac_config_<foo>s.
3389         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
3390         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
3391         normalizing it, consistent it with previous releases.
3392         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
3394 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3396         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
3397         Use simplified args that Eric Blake originally suggested.
3399 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3401         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
3402         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
3403         Use 'comm' rather than N instances of grep; this also fixes a bug
3404         whereby substrings were incorrectly matched, causing us to not
3405         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
3406         (exclude_list): Exclude empty macros.
3407         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
3409         Use awk rather than grep -E or egrep, to avoid
3410         portability problems with regular expressions containing newlines.
3411         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
3412         Switch from grep to awk syntax.
3413         (ac_exclude_script): Renamed from ac_exclude_egrep.
3414         (au_exclude_script): Renamed from au_exclude_egrep.
3416 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
3418         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
3419         a subdirectory subject to Cygnus `configure'.
3420         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
3422         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
3423         report request when we have no AC_PACKAGE_BUGREPORT.
3425 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3427         * THANKS: Update.
3429         * tests/mktests.sh: Update copyright year in the header of the
3430         generated files.
3432         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
3433         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
3434         typedef'ed restricted pointer, to catch a compiler bug on
3435         HP-UX 11.x, and fix warnings so it passes with -Werror.
3436         (_AC_PROG_CC_C99): Likewise.
3437         Reported by Albert Chin <china@thewrittenword.com>.
3438         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
3440 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3442         * bin/autoscan.in (subdirs): New global.
3443         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
3444         (output): Emit AC_CONFIG_SUBDIRS as needed.
3445         * tests/autoscan.at (autoscan): Remove XFAIL.
3447 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3449         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
3451 2006-04-03  Eric Blake  <ebb9@byu.net>
3453         * THANKS: Add myself.
3455 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3457         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
3458         to log, point to testsuite output tree.
3460 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3462         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
3463         * doc/autoconf.texi (Function Portability): Mention that C++
3464         has trouble with 'exit'.
3465         (Guidelines): Test programs shouldn't use 'exit'.
3466         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
3467         Remove; all uses removed.
3468         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
3469         Return from 'main' instead of calling 'exit'.
3470         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
3471         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
3472         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
3473         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
3474         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
3475         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3476         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
3477         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
3478         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
3479         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
3480         * tests/compile.at: Likewise.
3482 2006-04-02  Pavel Roskin  <proski@gnu.org>
3484         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
3486 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3488         Clean up _AC_COMPILER_EXEEXT* macros.
3490         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
3491           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
3492           ac_file to the name of the default output file and call
3493           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
3494           initial `rm' of the candidate files...
3495         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
3496           the same list in subsequent `rm' calls, and for the temporary
3497           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
3498           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
3499         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
3500         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
3501           no longer needed) by libtool.  Make it a cache check.
3502         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
3503           copied here by mistake.
3504         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
3505           _AC_COMPILER_EXEEXT.
3506         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
3507           _AC_COMPILER_OBJEXT directly.
3508         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3510 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3512         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
3513         (AS_DIRNAME): Use it.
3514         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
3516         * tests/*.at: Remove the generated ones.
3518 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3520         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
3522 2006-04-01  Eric Blake  <ebb9@byu.net>
3524         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
3525         directories, unless optional third argument supplied.
3526         (AS_UNAME): Don't optimize PATH walk.
3528         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
3530 2006-04-01  Eric Blake  <ebb9@byu.net>
3531         and Stepan Kasal  <kasal@ucw.cz>
3533         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
3534         and fix some typos.
3536 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
3538         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
3539         Autoconf version number despite a zero- or one-argument AC_INIT.
3541         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
3542         subordinate tools.
3543         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
3544         * doc/autoconf.texi (autoreconf Invocation): Document it.
3546         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
3547         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
3549 2006-04-01  Eric Blake  <ebb9@byu.net>
3551         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
3552         * lib/autotest/general.m4: Be tolerant of existing directory when
3553           rm failed to remove it.
3555 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3557         * bin/autoupdate.in: Redefine m4_location so that warnings print
3558         the correct lines of the input file by subtracting..
3559         (_au__first_line): ..this new definition.
3561         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
3562         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
3563         Remove stray newline in output.
3564         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
3565         AC_DEFUN this for autoconf, including the obsoletion diagnose.
3566         Fixes autoupdating of code where the replacement output contains
3567         m4sugar macros.
3568         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
3569         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
3570          (au_exclude_list): Add AC_LANG_SAVE.
3571         * tests/tools.at: Several new tests for all of this.
3572         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
3573         hairy details.
3574         The AC_LANG_SAVE issue was reported against Libtool by
3575         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
3576         Kristian Kvilekval <kris@cs.ucsb.edu>.
3578 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3580         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
3581           switch all of them on and of when necessary.  Fixes the bug when
3582           m4sugar macros (e.g., m4_define) were expanded after the first
3583           automatic update (e.g., after AC_PREREQ or AC_INIT).
3585 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
3587         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
3588         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
3590         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
3591         correctly.  Problem reported by Eric Blake.
3592         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
3593         Ralf Wildenhues.
3595 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3597         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
3598         Tighten up the basename/dirname wording.
3600 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3602         * Makefile.maint (sc_texi_notab): New check: do not use TABs
3603         in texinfo files outside of verbatim environments.
3604         (syntax-check-rules): Update.
3605         * doc/autoconf.texi (Configuration Headers): Conform to it.
3607 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
3609         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
3610           aclocal cannot be given on the command line.
3612 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3614         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
3615         Give an example for AS_DIRNAME instead of referring to Posix..
3616         (File System Conventions): Put discussion of // versus / here, and
3617         modernize it a bit.
3618         (Limitations of Usual Tools): Add basename.  Remove verbiage
3619         after dirname, since it got moved to the above sections.
3620         All this was inspired by a patch proposed earlier by Eric Blake.
3622 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3624         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
3625         `$0' to protect against spaces.
3626         * lib/autotest/general.m4 (AT_INIT): Likewise.
3627         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
3628         `$0', $as_me.
3630 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3632         * bin/autoscan.in: The value of find_configure_ac should be
3633         checked for existence, so we don't barf over a nonexisting
3634         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
3636 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3638         * bin/autoupdate.in: Fix some typos.
3640 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
3642         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
3644         * lib/autoscan/autoscan.list: Refreshed.
3646 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3648         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
3649         and Erlang related variables.
3651         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
3652         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
3653         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
3654         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
3655         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
3656         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
3657         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
3658         (_AC_PROG_OBJC_G): New macros.
3659         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
3660         * doc/autoconf.texi (Objective C Compiler): New node.
3661         (Preset Output Variables): Document OBJCFLAGS.
3662         (Language Choice): Document `Objective C' language.
3663         (Fortran Compiler): Fix typo.
3664         * NEWS: Updated.
3665         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
3667 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
3669         * doc/autoconf.texi (Default Includes): Fix typo
3670           s/AC_HEADERS_STDC/AC_HEADER_STDC/
3671         (Limitations of Usual Tools): s/unwriteable/unwritable/
3672         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
3673           Fix typos in the comments.
3675 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
3677         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
3678           Factor out the warning to...
3679         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
3680         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
3681         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
3683         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
3684           case `ac_delim' when writing the sed script.
3686         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
3687           moved DUALCASE=1 ...
3688         (AS_SHELL_SANITIZE): ... here.
3689         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
3690           that it is set.
3692         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
3693           AC_SUBST.
3694         (_AC_PATH_PROG): Store the result to VARIABLE.
3695         (AC_PATH_PROG): No need to set VARIABLE again.
3697         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
3698           the first one is usual AT_CHECK_MACRO test, the second one checks
3699           that the same works when cross-compiling.
3700         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
3701         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
3703 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3705         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
3706         the directory `/usr/bin/posix' in the shell search, to prefer
3707         the Posix shell not only in subsequent spawns as with `$BIN_SH'
3708         on Tru64.
3710         * doc/autoconf.texi (contents): To fix texi2html output, hide
3711         `@setcontentsaftertitlepage' for HTML.
3712         (Writing Autoconf Macros): Likewise, insert space after `@c'.
3713         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
3714         `@,{c}'.
3716 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
3718         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
3719           sanitizing...
3720         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
3721         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
3722           why IFS is restored so late; thank you, Ralf, for reminding us.
3724 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
3726         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
3727           variables in the examples.
3729 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3731         * doc/autoconf.texi (several sections): Cleaned up documentation for
3732         macros in erlang.m4.
3734 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3736         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
3737         failure condition for `$(cmd)' style command substitutions.
3738         (Parenthetical command substition, Multiline parenthetical
3739         command substition): Use it.
3741         * doc/autoconf.texi (Special Shell Variables): Missing word.
3742         Reported by Keith Marshall <keith.marshall@total.com>.
3744         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
3745         IFS even in case of empty `$PATH'.
3747 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3749         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
3750         `expr' away if there is nothing to do.
3751         < --keywords >: Simplify and robustify argument handling.
3752         Revert erroneous comment from 2005-08-23.  Extend to allow
3753         keyword negation with `!'.
3754         Update help message.  Remove broken code to prevent running
3755         tests multiple times.
3756         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
3757         Update and fix the documentation accordingly.
3758         * tests/autotest.at (Keywords): Renamed to..
3759         (Keywords and ranges): .. this.  Extended to make sure negated
3760         keywords, keywords taken from AT_SETUP arguments, and numeric
3761         test ranges work, and that matching is case-insensitive.
3763 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3765         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
3766         allow to pass unnamed structs even in C++.
3767         (AC_CHECK_SIZEOF):  Likewise.
3768         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3769         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
3770         struct): New tests for unnamed structs, each both native and
3771         cross-compiling.
3773         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
3774         a structure inside a cast, for C++ conformance.
3775         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
3776         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3778         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
3779         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
3780         trying to execute the command `no'.
3782         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
3783         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
3784         expanded outside.
3786         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
3787         example.  Do not emphasize `$%', it is hardly new and special.
3788         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
3790         * doc/autoconf.texi (Limitations of Usual Tools): Document
3791         OpenBSD and traditional `grep' failure to handle multiple
3792         patterns separated by newlines.
3794 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3796         * doc/autoconf.texi (several sections): Add documentation for macros
3797         in erlang.m4.
3799 2006-03-10  Eric Blake  <ebb9@byu.net>
3801         * doc/autoconf.texi (Obsolete Macros): Fix wording of
3802         AC_TRY_LINK_FUNC.
3804 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
3806         * doc/autoconf.texi: Use @acronym more consistently for acronyms
3807         like BSD, GPL, LGPL.  Fix minor English typos.
3808         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
3809         Mention that these macros are becoming obsolete.
3810         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
3811         Use more modern terminology for which standard is what.
3812         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
3813         and to ansi2knr.
3814         (AC_PROG_CXX): Likewise.
3815         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
3816         Remove obsolete discussion about how to port to K&R.
3817         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
3818         the obsolescent AC_HEADER_STDC.
3819         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
3820         can't rely on it.
3822 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3824         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3825         Remove stdin redirection from /dev/null to allow pipe to work.
3827 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
3829         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3830         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
3831         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
3832         Ralf Wildenhues.
3834 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3836         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
3837         HP-UX sed is 99 commands, not 100.
3838         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
3839         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
3840         newline for portability.
3841         * tests/torture.at (Torturing config.status): Also test 100
3842         AC_SUBST_FILE invocations.  Fix test to actually verify the
3843         AC_CONFIG_FILES output.
3844         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
3845         command, label, and read-file `r' limits.  Unify HP-UX spelling.
3847         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
3848         non-suffix rule.
3849         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
3850         non-GNU make.
3851         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
3852         * tests/mktests.sh: Small shell portability fixes.
3854 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3856         * doc/autoconf.texi (Caching Results): Fix the examples to use a
3857         recommended quoting style and discard unwanted output.
3859 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3861         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
3862         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
3863         cases, and to work around Tru64 expr bug.
3865 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3867         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
3868         expr bug that turns the result of a regex match into a number if
3869         possible.
3871 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3873         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
3874         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
3875         in section `Specific Compiler Characteristics'.
3877 2006-03-04  Eric Blake  <ebb9@byu.net>
3879         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
3880         variable warning.
3882 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3884         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
3885         order of variable initialization, so even the Solaris 2.6 shell
3886         can create a config header correctly.  Fixes lots of test suite
3887         failures.
3889 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3891         * doc/autoconf.texi (Text processing Macros): New node to
3892         document the m4sugar macros m4_re_escape, m4_tolower,
3893         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
3895 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
3897         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
3898         XrmInitialize (0) -> XrmInitialize ().
3899         Reported by Toshio Kuratomi.
3901 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3903         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
3904         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
3905         * doc/autoconf.texi (Programming in M4sh): Adjusted.
3906         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
3907         both macros are defun'ed so that required macros are evaluated
3908         outside.
3910         * doc/autoconf.texi (Prerequisite Macros): State more precisely
3911         where a required macro will be expanded.
3912         (Coding Style): Another reason not to use `m4_define'.
3914 2006-02-21  Eric Blake  <ebb9@byu.net>
3916         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
3918 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3920         * doc/autoconf.texi (Looping constructs): New node, to
3921         document m4_for, m4_foreach, m4_foreach_w, and mention
3922         obsolete AC_FOREACH.
3923         (Obsolete Macros): Document AC_FOREACH.
3924         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
3925         (m4_for): Fix to never loop (almost) endlessly, work correctly
3926         with arithmetic expressions in arguments, a step of zero or
3927         non-integer multiple of the interval, and avoid integer
3928         overflow.
3929         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
3930         m4_foreach_w.
3932 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3934         Add basic support for Erlang, both for configuring Erlang/OTP
3935         tools, and Erlang as a conf test language.
3936         * lib/autoconf/erlang.m4: New file.
3937         * lib/autoconf/autoconf.m4: Add erlang.m4.
3938         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
3939         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
3940         * NEWS: Add short description of new macros.
3941         * THANKS: Add Romain Lenglet.
3943 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3945         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
3946         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
3948 2006-02-15  Eric Blake  <ebb9@byu.net>
3950         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
3951         warning.
3953 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3955         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
3956         (_AS_CASE): Private helper macro.
3957         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
3958         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
3959         Fix syntax of AS_IF description
3960         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
3961         for the AC_REQUIRE mess.
3962         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
3963         AS_SHELL_SANITIZE.
3965 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
3967         * doc/autoconf.texi: Minor style cleanup.
3968         Be consistent about spaces after commas.
3969         Insert [] where empty args look a bit funny.
3970         Fix some "i.e." and "e.g." usages.
3971         Try to avoid "X/Y" usages.
3972         Don't be pedantic about "ISO C99"; just say C99.
3973         Prefer GNU style for spaces in front of parens.
3974         (Function Portability): Comment about C89 versus C99
3975         signed integer division.
3976         (Particular Headers): Use current gnulib style for dirent
3977         includes.
3979 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
3980         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3982         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
3983         macros without parameters.
3984         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
3985         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
3986         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
3987         `$#' bug.
3988         (autoupdate): Updated to match AU_ALIAS fix.
3990 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3991         and Paul Eggert  <eggert@cs.ucla.edu>
3993         * doc/autoconf.texi (Programming in M4sh): Document
3994         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
3996 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3998         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
3999         (AS_BOURNE_COMPATIBLE): ..this.
4000         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
4002 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
4004         * doc/install.texi (Defining Variables): Tighten up the
4005         CONFIG_SHELL wording.
4007 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
4008         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4010         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
4011         of (set -o) rather than testing whether (set -o posix) succeeds,
4012         to work around a bug in the AIX 5.3 shell.  Problem originally
4013         reportd by Howard Chu for libtool.
4015 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
4017         * doc/autoconf.texi (Running the Compiler, Running the Linker):
4018         Changes the macro arguments in summaries to match the
4019         descriptions.
4021 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
4023         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
4024         hint as ``a workaround for a bug.''
4026 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4028         * bin/autoreconf.in: New option `--no-recursive'.
4029         Improve wording for subpackages a bit.
4030         * doc/autoconf.texi (autoreconf Invocation): Updated.
4031         * NEWS: Updated.
4033         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
4034         in environment of `configure', not the command line.
4035         Reported by Howard Chu <hyc@highlandsun.com>.
4037 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
4039         * doc/autoconf.texi (Limitations of Builtins): Document the
4040         problem with "trap -".
4042 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
4044         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
4045         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
4046         messages to differentiate Fortran and Fortran 77 tests.
4047         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
4048         AC_LANG_ASSERT, to allow use in mixed-language projects.
4050 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4052         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
4053         FOO" to "defined (FOO)".
4054         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
4055         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
4056         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
4057         * tests/tools.at (ifnames): Likewise.
4059 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4061         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
4062         * lib/Autom4te/General.pm (mktmpdir): Likewise.
4063         (END): Improve error message a bit.
4064         Reported by Bruce Korb <bkorb@gnu.org>.
4066 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4068         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
4069         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
4071 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
4073         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
4074         requires sys/stream.h.  Reported by Oliver Kiddle.
4076 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4077             Stepan Kasal  <kasal@ucw.cz>
4079         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
4080         before the removals of test dirs, use `find' to avoid modification
4081         of symlinked directories.
4083 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
4085         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
4086         Don't ignore the macro arguments.
4088 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
4090         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
4091         declaration that works for MSVC.
4093 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4095         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
4096         Add `*.map' and `.inf' for Green Hills compiler.
4097         Reported by Stefan Seefeld <stefan@codesourcery.com>.
4099         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
4100         correctly: pad with spaces after FIRST_PREFIX if necessary,
4101         and compute string lenghts with `m4_qlen' instead of `m4_len'.
4102         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
4103         * tests/m4sh.at (AS_HELP_STRING): Test extended.
4104         * NEWS: Updated.
4105         Reported by numerous people, numerous times.
4107 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4109         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
4110         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
4111         * lib/autoconf/general.m4, lib/autoconf/status.m4:
4112         * lib/autotest/general.m4, tests/local.at:
4113         Update copyright year to 2006.
4115         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
4116         sed substitutions.
4117         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
4118         for file names, again.  Reported by Noah Misch.
4119         (Coding Style): Explain that s|a|b| is preferred for file names.
4120         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
4121         (AC_OUTPUT_MAKE_DEFS): Likewise.
4122         * lib/autotest/general.m4 (AT_INIT): Likewise.
4123         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
4124         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
4126         Fix Posix-conformance bugs re use of { command in sed scripts,
4127         and improve the sed-related documentation a bit.
4128         * doc/autoconf.texi (Installation Directory Variables): Use
4129         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
4130         rather than "sed" when talking about Sed in general.
4131         (Particular Programs): Likewise.
4132         (Coding Style): y is like s with respect to / and ,.
4133         (Limitations of Usual Tools): Document the weird restrictions
4134         that Posix has about { }.  Use better quoting.
4135         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
4136         Rewrite to conform to Posix rules about { } in sed scripts.
4137         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
4138         * tests/foreign.at (Libtool): Likewise.
4139         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
4140         Use our own style advice re 's,a,b,' versus 's|a|b|'.
4142 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4144         * lib/autoconf/status.m4: Fix typo.
4146         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
4147         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
4148         `-def', for the benefit of Portland `pgf90 -Mipa'.
4149         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
4151 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4153         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
4154         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
4155         shell from zsh to bash.
4157 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
4159         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
4160           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
4162 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4164         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
4165         parentheses in $(...).  Problem reported by Eric Blake.
4167 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4169         * doc/autoconf.texi (Limitations of Usual Tools):
4170         Mention which characters can be escaped with \ in portable regular
4171         expressions used in grep, sed, expr.  Mention the leading ^ problem
4172         with expr.  Clean up some confusing wording.  Mention which
4173         grep options are portable.
4175 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
4177         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
4179 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
4181         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
4182         patch, noted by Ralf Wildenhues.
4184 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4186         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
4187         posix' unconditionally, for pdksh in `native sh' emulation.
4189 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
4191         * doc/autoconf.texi (Shellology): Document eval $? problem
4192         with ash.
4193         (Limitations of Builtins): Likewise.
4195 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4197         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
4198         CONFIG_SHELL in the environment of the configure rerun.
4199         * doc/autoconf.texi (Here-Documents, config.status Invocation):
4200         Suggest passing CONFIG_SHELL absolute, and in the environment
4201         rather than as option.
4203 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4205         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
4206         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
4207         Fix macro quoting.  Fix output for n * 98 substituted variables.
4209 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4211         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
4212         `tmp' to avoid file removal race.
4214 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4216         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
4217         ac_clean_files and LIBOBJS.
4219 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4221         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
4222         Factor functionality to..
4223         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
4224         `AC_SUBST($1)' in the public version.
4225         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
4226         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
4227         ac_pt_* variables.
4229 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
4231         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
4232         filesystems.
4234 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4236         * NEWS: Move AH_HEADER mention to right place.
4238 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
4240         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
4241         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4243 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
4245         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
4246         conftst2.$ac_objext.
4247         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4249 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
4251         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
4252         conftest.o, to see whether the compiler really obeys; rm the object
4253         file before and after the test and register it with ac_clean_files.
4254         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4256 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
4258         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
4259         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
4260         code so that the most common case requires less forks.
4262 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
4264         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
4265         not portable; thanks to Paul Eggert and Alexandre.
4267         * NEWS: Fix an old typo.
4269 2005-10-20  Jim Meyering  <jim@meyering.net>
4271         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
4272         the latter'', in two places.
4274 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4276         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
4277         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
4278         the inner workings of AC_LANG_FUNC_LINK_TRY.
4279         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
4280         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
4281         by the function rather than ignoring it.
4282         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
4283         comparing its address.  Intel's interprocedural optimization was
4284         outsmarting the old heuristic.  Problem reported by
4285         Mikulas Patocka.
4287 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
4289         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
4291 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4293         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
4294         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
4296 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
4298         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
4299         before removing it (chmod -R u+rwx); there are three instances of this.
4301 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4302             Stepan Kasal  <kasal@ucw.cz>
4304         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
4305         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
4306         make its content writable before removing it.  Remove an errorneous
4307         comment from the end, where the logs of the failed tests are copied
4308         to the main log file.
4310 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
4312         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
4313           in case the computer is too quick.  Double quote the configure.ac
4314           snippets.
4316         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
4317           problems if the testsuite were running too fast.
4319 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4321         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
4322         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
4323         (which belong to Xt, not X itself).  See Debian bug 327655.
4324         * NEWS: Mention this.
4326 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
4328         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
4330 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4332         * config/move-if-change: Don't output "$2 is unchanged";
4333         suggested by Ben Elliston.  Handle weird characters correctly.
4335 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
4337         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
4338           calls, so that the final expansion of this macro is shorter.
4339           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
4340           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
4341           the cleanup there.  Use AS_VAR_* macros, to be more general.
4342         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
4344         * lib/autoconf/general.m4: Use AS_IF where appropriate.
4346         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
4348 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
4350         * doc/autoconf.texi (Configuration Headers): Add an index entry
4351           for AH_HEADER.
4353 2005-08-26  Pavel Roskin  <proski@gnu.org>
4355         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
4356         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
4357         running xmkmf.
4359 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
4361         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
4362         The previous patch didn't work, so try a better one.
4364 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
4366         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
4367         in the example.  Reported by Bruno Haible.
4368         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
4369         "if $undefined_var;" succeeds with my shell.
4371         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
4372         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
4373         but change the m4_divert_text to m4_divert_once.
4375 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4377         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
4378         Work around bug in Solaris /usr/xpg4/bin/awk.
4379         The bug is present in at least Solaris 8 through 10.
4381 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
4383         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
4384         some evil values and relying on the fact that $* concatenates the
4385         parameters by the first character from IFS.
4387 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
4388             Stepan Kasal  <kasal@ucw.cz>
4390         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
4391         first header appears, define AH_HEADER.
4392         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
4393         Update limitations about when to call AC_CONFIG_HEADERS.
4394         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
4395         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
4396         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
4397         ``Configuration Actions''; fix their index entries.
4399         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
4400         options correctly.  Process N-M as M-N if M is smaller than N.
4401         Process ranges correctly so that N-N will run only N.
4402         Sort and uniquify the tests that will be run.  If there is more
4403         than one test, reinsert the banners for the tests.
4404         * tests/autotest.at (Keywords): Unmark XFAIL.
4406 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
4408         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
4409           before passing the macro name to AH_TEMPLATE.
4411         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
4412           now opens log after option processing; in particular, --version
4413           and --help do not touch config.log.
4415         * Makefile.maint: Revert the change from 2005-08-12.
4417 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
4419         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
4420           common code to...
4421         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
4423 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4425         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
4426         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
4427         Language cleanup.
4429         * doc/autoconf.texi (Defining Symbols, Changed Results):
4430         Prepend to LIBS, not append, in examples.
4432 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
4434         When building in place, set srcdir="."; suggested by Tim Van Holder.
4436         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
4437           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
4438         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
4439         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
4440           does not mean "no --srcdir option".
4442 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4444         * tests/autoscan.at (autoscan): New file.
4445         * tests/suite.at: Use it.
4446         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
4447         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
4449         * tests/autotest.at (Keywords): Test keywords combinations.
4451 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
4453         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
4454           add "2>&1"; gzip 1.2.4 prints help on stderr.
4456 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
4458         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
4459         was pushdef'ed twice while popped only once.  Push it only once.
4460         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
4462 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
4464         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
4465         prefixed by mere "===", not "configure: === ".
4467 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
4469         * Makefile.maint: Update from Bison.
4471         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
4472         "<tab>" in comment, so that the point is understandable.
4474 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
4476         Rewrite substantial part of lib/autoconf/status.m4.
4477         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
4478         and CONFIG_COMMANDS are not processed in four separate loops.
4479         Instead, there is one main loop.  This alows that the common code
4480         is expanded only once, thus config.status (and configure) is smaller.
4482         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
4483         the AC_LIST_FILES and cousins macros are no longer used.
4485         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
4486         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
4487         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
4488         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
4489         contain the initialization, nor the for loop, nor the associated
4490         commands; all these go to ...
4491         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
4492         _AC_OUTPUT_CONFIG_STATUS.
4493         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
4494         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
4495         (_AC_OUTPUT_FILE): The creation of the sed script ...
4496         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
4497         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
4498         _AC_OUTPUT_MAIN_LOOP.
4499         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
4500         _AC_CONFIG_COMMANDS): Use ...
4501         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
4502         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
4503         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
4504         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
4505         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
4506         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
4507         ... new macros.
4508         (_AC_CONFIG_UNIQUE): Update.
4509         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
4510         Replaced by this ...
4511         (_AC_LIST_TAGS): ... new common macro.
4512         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
4513         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
4514         (_AC_LIST_TAG_COMMANDS): ... new common macro.
4515         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
4516         this didn't belong to the `config commands' section.
4517         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
4518         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
4519         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
4520         to the `config commands' section either.
4521         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
4522         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
4524         ... and many changes to the comments nearby.
4526         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
4527         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
4528         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
4529         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
4530         (#define header templates): The comment at the top of the generated
4531         header now includes the name(s) of the source file(s).
4533         Several unrelated small changes:
4535         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
4536         parameter to AC_DIAGNOSE.
4537         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
4538         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
4539         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
4540         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
4541         with AU::AC_OUTPUT.
4542         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
4543         in AC_OUTPUT doesn't double-quote it either.
4544         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
4545         parameters.
4547 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
4549         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
4550         versions of Portland Group compiler produce single- and double-quoted
4551         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
4552         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4554 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
4556         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4557         This is a corrected version of yesterday's patch.
4559 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
4561         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
4562         path, too; insert a "===" to emphasize the line.
4564         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
4565           ac_cv_build_alias to ac_build_alias.
4566         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
4568         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
4569         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
4570         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
4571         (AC_ARG_VAR): ... here.
4572         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
4573           target_alias.
4575         Keep a list of all precious variables and process them with one simple
4576         for loop, instead of expanding all commands, or, OTOH, complicated
4577         processing of output of "set".
4578         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
4579         variable names in new macro...
4580         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
4581         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
4582           a loop to assign all ac_env_* and ac_cv_env_* variables.
4583         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
4584           to INIT_PREPARE.
4585         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
4586           its value to shell variable ac_precious_vars and call
4587           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
4588         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
4589           _AC_ARG_VAR_VALIDATE.
4591         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
4592           and the AC_SUBSTs ...
4593         (AC_INIT): ... here.
4595         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
4596           the ac_subst_files section in config.log.
4598         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
4600 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4602         * NEWS: New macro AC_C_TYPEOF.
4603         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
4604         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
4605         * tests/c.at (C keywords): Test AC_C_TYPEOF.
4607         Fix problems reported by Nicolas Joly.
4608         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
4609         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4610         They are generated by the Tru64 v5.1B shell.
4612 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
4614         Fix my changes from 2005-07-01; reported by Noah Misch.
4615         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
4616         description, the macro now accepts only a single tag.
4617         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
4619         Fix cases when the varsions of Autoconf and Autotest don't match.
4620         Reported by Noah Misch.
4621         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
4622         at_top_builddir, for compatibility with older autotest.
4623         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
4624         is not set, use at_top_builddir, for compatibility with older
4625         versions of autoconf.
4627 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4629         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
4630         Problem reported by Patrick Welche.
4632 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4634         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
4635         sed substitution command, so that we allow | in program prefixes
4636         and program suffixes.  (& is a problem anyway; we're not fixing
4637         that here.)
4638         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
4639         configure_input, top_builddir, srcdir, etc.
4640         * lib/autotest/general.m4 (AT_INIT): Likewise, for
4641         PATH_SEPARATOR in AUTOTEST_PATH.
4643 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
4645         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
4646         for loop over config.site files using `set', to allow
4647         directory names containing IFS characters.
4649 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4651         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
4652         directories with weird names.  Apparently some people like living
4653         on the edge.  However, improve the test that "pwd" actually does
4654         report a name for the working directory.
4655         * NEWS: Remove the claim that we test for funny chars in dir names.
4657 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
4659         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
4660         replaced ...
4661         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
4662         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
4663         Now accept a single tag, not whitespace separated list.
4664         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
4666 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
4668         * doc/autoconf.texi (Configuration Headers): Change the explanation
4669         about #include <config.h>.
4670         (Generic Functions): Mention the Gnulib project.
4671         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
4673         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
4674         document to output the default config_* lists to config.status.
4675         Don't recognize option --file, if the functionality is not there.
4676         Likewise for --header; moreover, recognize --he and --h as shortcuts
4677         for --help in that case.
4679         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
4680         matches the order of execution.  No code changed.
4682 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4684         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
4685         single-quoted -cmdline argument in Portland Group compiler.
4686         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4688 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
4690         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
4692 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4694         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
4695         descriptors to child processes; reported by Norman Gray.
4697 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4699         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
4701         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
4702         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
4703         (AC_SUBST): Call it.
4704         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
4705         the directory specific variables; but don't call it for configure_input.
4707 2005-06-28  Derek Price  <derek@ximbiot.com>
4709         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
4710         addition.
4712 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4714         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
4715         directory have inherent problems with special characters like spaces,
4716         due to limitations in Make syntax.  Problem reported by Alexandre
4717         Duret-Lutz.
4718         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
4719         Also, fix Tru64 porting problem with shell patterns,
4720         reported by Ralf Wildenhues.
4722 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4724         * doc/autoconf.texi (Subdirectories): Fix markup typos.
4726 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4728         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
4730         Fix some more shell quoting problems.  Prompted by a bug report
4731         from Justace Clutter.
4732         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
4733         variable into diagnostic.  Make the diagnostic an error, not a warning,
4734         because we really don't support spaces and suchlike in dir names.
4735         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
4736         Don't worry about backslashes in srcdir; it can't happen now.
4737         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
4738         Simplify ac_optarg handling.
4739         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
4741 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
4743         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
4744         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
4745         * tests/atlocal.in: Propagate $EGREP and $SED.
4746         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
4747         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
4749         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
4750         that '\|' is not allowed in BREs; recommend using newline separated
4751         list of patterns instead of multiple -e options.
4753         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
4755         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
4757 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4759         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
4761 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
4763         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
4764         b, t, r, w commands require single space, while : cannot have any.
4765         (Special Shell Variables): Fix sed code this in the example.
4766         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
4767         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
4769         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
4770         expand to the empty list.  Don't use two pairs of m4_changequote,
4771         it's not necessary.
4773 2005-06-20  Derek Price  <derek@ximbiot.com>
4775         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
4777 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
4779         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
4780         * doc/autoconf.texi:
4781         Don't mention Solaris versions so much, if a
4782         problem is common to all extant versions of Solaris.  Say "SunOS
4783         4" instead of "SunOS" for SunOS 4.
4784         (awk): Mention more of the limitations of traditional Awk.
4785         (cat): Don't talk about cat -v.
4787 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
4789         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
4790         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
4791         but the implementation is entirely different and is designed
4792         to be compatible with glibc strverscmp.
4793         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
4795         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
4796         on Mac OS X 10.4 reported by Peter O'Gorman in:
4797         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
4798         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
4799         Use shell builtins rather than 'expr', to work around expr bug.
4801 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
4803         * doc/autoconf.texi: "filesystem" -> "file system".
4804         "behaviour" -> "behavior".
4805         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
4806         * lib/autoconf/general.m4: Omit blank after ":" sed command,
4807         as per POSIX.
4808         * lib/m4sugar/m4sh.m4: Likewise.
4809         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
4810         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
4812         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
4813         (.x.1): Ignore the time stamp in the .TH line when deciding whether
4814         to update the man page.  That way, we don't have to check in new
4815         man pages every month.
4817         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
4818         quotes and backslashes.  Patch from Derek Price.
4820 2005-06-10  Derek Price  <derek@ximbiot.com>
4822         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
4823         AS_TR_SH.
4825 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
4827         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
4828         -u, since it outputs chatter if the input files are the same.
4829         Problem reported by Ralf Menzel.
4831 2005-06-08  Derek Price  <derek@ximbiot.com>
4833         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
4834         renaming them since they are about to be redefined anyhow.
4836 2005-06-08  Derek Price  <derek@ximbiot.com>
4838         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
4839         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
4840         Move m4_undefine to alphabetical order.
4842 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
4844         * README: Recommend GNU M4 1.4.3 or later.
4845         * doc/autoconf.texi (Introduction): Likewise.
4846         Reword to avoid some formatting glitches.
4847         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
4848         Clarify explanation of HP compiler bug.
4849         Redo example output tp match current CVS snapshot.
4850         Use @example.org in email addresses when the examples
4851         might get inadvertently cut-and-pasted into user code.
4852         Remove example of autom4te usage that doesn't seem to work now.
4853         Use modern AC_INIT (except when the example is meant to be
4854         shown with Autoconf 2.13).
4855         Update ksh info for Solaris 9 and later.
4856         KB -> kB.
4857         Modernize description of Automake versions a bit.
4858         Don't claim a future version of Autoconf is near.
4859         * doc/install.texi: Reword to avoid some formatting glitches.
4861 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4863         * doc/autoconf.texi: Add [] to examples, so that the manual
4864         follows its own advice about quoting better.
4865         Reword to avoid some formatting glitches.
4866         * doc/installt.exi: Reword to avoid some formatting glitches.
4868         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
4869         Tru64 ksh pattern matching bug.  Reported against Libtool by
4870         Albert Chin <libtool@mlists.thewrittenword.com> and
4871         Nicolas Joly <njoly@pasteur.fr>.
4873 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4875         m4_cdr of one-member list was [[]] (one-member list containing an
4876         empty string) instead of [] (an empty list.  Callers were skewed to
4877         match this misbehaviour.  As a consequence of this:
4878          - m4_foreach([x], [], [foo]) expanded to `foo', while
4879          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
4880         This bug has been fixed:
4882         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
4883           expand to an empty string; print error msg if called without
4884           an argument list.
4885         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
4886           misbehaviour; handle [] and [[]] correctly.
4888 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4890         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
4891         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
4892           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
4894 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
4896         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
4897           swallow records with more than 99 fields.
4898         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
4899           parse the long line.
4901 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
4903         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
4904           swallow literals longer than 399.  Reported by Ralf Wildenhues.
4905         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
4906           to workaround this limitation.
4908 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
4910         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
4911         to gfortran, and make these the first two compiler names
4912         checked (following the general autoconf preference for gcc).
4914 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
4916         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
4917         (DISTCLEANFILES): Remove $(check_SCRIPTS).
4918         (testsuite): Make sure autotest.m4f is up-to-date before using it.
4920 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4922         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
4923         expression of unbounded size when processing the --list
4924         option.  This runs afoul of a limit of 399 bytes per regular
4925         expression on AIX.  Problem reported by Ralf Wildenhues.
4927 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
4929         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
4930         * doc/autoconf.texi (Particular Headers): Reword example
4931         for multiline stdbool replacement.
4932         (Setting Output Variables): Reword text a bit.  Don't
4933         give all the details about |#_!!_#|.
4934         Reword description of line replacement.
4936 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
4938         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
4939         now contain newlines, and substituted files must be referenced on
4940         a line alone; the sed scripts to substitute them are now very
4941         different.
4942         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
4943         commands can be put in a sed script portably.
4944         * doc/autoconf.texi (Setting Output Variables): Document above
4945         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
4946         use of multiline substitution.
4947         * tests/torture.at: No longer expect substitution of newline to fail.
4949 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
4951         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
4952         From Ralf Menzel (trivial change).
4954 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4956         * tests/local.at: Don't attempt to check for negated character
4957         classes in shell scripts.  The test was too brittle.
4959 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
4961         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
4962         * doc/autoconf.texi (Limitations of Builtins): Document this
4963           limitation.
4965 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
4967         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
4968           common code; used in many places in the tree.
4969         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
4970         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
4972         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
4974         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
4975           messages when ac_unique_file is not found.
4976         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
4977         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
4978           commands, for consistency with AC_MSG_ERROR and such.
4980         * bin/autoconf.as: Make more use of "shift 2" in option processing.
4982         * bin/Makefile.am: Merge the two rules for creating scripts.
4984 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
4986         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
4987         obsolete; it was never documented.
4988         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
4990 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
4992         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
4993         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
4994         (ac_top_builddir): ... this ...
4995         (ac_top_build_prefix): ... to this; the old name is also kept, for
4996           backward compatibility.
4997         (ac_top_builddir_sub): New variable, without the trailing slash,
4998           always nonempty.
4999         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
5000         * doc/autoconf.texi (Configuration Actions): Rename
5001           ac_top_builddir to ac_top_build_prefix.
5002         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
5003           at_top_builddir to at_top_build_prefix.
5004         * lib/autotest/general.m4 (AT_INIT): Likewise.
5006 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
5008         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
5009           of confdefs.h .
5011 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
5013         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
5014           argument to m4_foreach.  I guess it was necessary in the past,
5015           but I think it's a no-op now.
5017 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
5019         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
5020           ``cat <<_ACEOF'' commands to one.
5021         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
5022         * lib/autoconf/status.m4: On various places, use expr instead of
5023           ``echo|sed.''
5024         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
5025         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
5026         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
5027           a range.
5028         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
5029           the wrong patterns between ``case'' and ``esac.''  The previous
5030           code had false positives.
5032 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
5034         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
5035         as on 2005-05-02.
5036         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
5037         Mention LIBOBJDIR.
5039 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
5041         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
5042         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
5043         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
5044         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
5045         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
5046         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
5047         config/config.guess, config/config.sub, config/elisp-comp,
5048         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
5049         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
5050         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
5051         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
5052         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
5053         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
5054         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
5055         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
5056         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
5057         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
5058         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
5059         lib/autoconf/general.m4, lib/autoconf/headers.m4,
5060         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
5061         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
5062         lib/autoconf/specific.m4, lib/autoconf/status.m4,
5063         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
5064         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
5065         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
5066         lib/autotest/general.m4, lib/emacs/Makefile.am,
5067         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
5068         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
5069         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
5070         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
5071         tests/compile.at, tests/foreign.at, tests/fortran.at,
5072         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
5073         tests/semantics.at, tests/suite.at, tests/tools.at,
5074         tests/torture.at, tests/wrapper.as:
5075         Update FSF postal mail address.
5077 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
5079         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
5080           check.
5081         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
5082           enough arguments, similarly as in m4_bpatsubsts.
5084 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
5086         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
5087           of absolute paths.
5089 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
5091         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
5092           for absolute directory names in one loop.
5093         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
5094           abbreviations of --version and --debug.
5096 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
5098         * doc/autoconf.texi (Autoconf Language): Be more precise about
5099         quoting rules.  Problems noted by Stepan Kasal.
5100         Also, throughout this document, be more careful about white space.
5101         "blank", "white space", and "space" all have different meanings
5102         and we should be careful to say what we mean.
5104 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
5106         Fix C++ related problems reported by Werner Lemberg.
5107         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
5108         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
5109         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
5110         avoid problems with C++ and throw.
5111         * tests/compile.at: .cpp, not .cc.
5113         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
5115 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5117         * doc/autoconf.texi (Generic Functions): Typos.
5119 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
5121         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
5122         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
5123         set by latest automake.
5125 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
5127         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
5128         outputs 0 on GNU/Linux these days.
5130 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
5132         * doc/autoconf.texi (Autoconf Language): Add more description
5133         about quoting heuristics.
5134         (Limitations of Builtins): Describe "set -" problems.
5136 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5138         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
5139         not newline.
5141         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
5142         by AC_DEFINE; it was a mistake.
5143         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
5145 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
5147         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
5149 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
5151         * doc/autoconf.texi (External Software): Quadrigraphs are not
5152           processed correctly in AS_HELP_STRING; avoid this in the examples.
5153         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
5154         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
5155           comment and reduce m4_default([foo], []) to [foo].
5156         (m4_strip): Update the explanation.
5158 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
5160         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
5161         Remove core.conftest.* too; it's generated by Tru64 5.1.
5162         Problem reported by Jennis Pruett.
5163         * lib/autoconf/functions.m4
5164         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
5165         Don't bother to remove core files; AC_RUN_IFELSE should do that
5166         for you.
5168 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
5170         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
5172 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
5174         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
5175         Report from Horst Wente.
5177 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
5179         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
5180           the comment.
5182 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
5184         * doc/autoconf.texi (External Software, Package Options): Add
5185           examples showing how to implement --with-* and --enable-* options.
5187 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5189         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
5190         as well as configure.in.  Problem reported by Gregorio Guidi.
5192 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5194         * doc/autoconf.texi (Particular Functions): Use gnulib's current
5195         pattern for alloca snippet.
5197 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
5199         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
5201 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
5203         * doc/autoconf.texi (Generic Programs): Fix a typo.
5205 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
5207         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
5208         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
5210 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5212         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
5213         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
5214         whole-archive (-zallextract, -zdefaultextract) options in the hope of
5215         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
5216         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
5218 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
5220         * NEWS: The configure command now warns you if you attempt to use
5221         a directory whose name contains a special character like space,
5222         newline, or "\".
5223         * doc/autoconf.texi (Installation Directory Variables): Allow
5224         "," in file names.  Do not use \@; it's not a portable regexp.
5225         * bin/Makefile.am (edit): Likewise.
5226         * lib/Makefile.am (edit): Likewise.
5227         * tests/Makefile.am (edit): Likewise.
5228         * tests/semantics.at: Likewise.
5229         * tests/torture.at: Likewise.
5230         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
5231         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
5232         * doc/autoconf.texi (File System Conventions): Warn about
5233         unportable file names.
5234         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
5235         (AC_INIT): Use it.
5236         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
5237         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
5238         ac_pwd, and quote srcdir.
5239         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
5241         * doc/autoconf.texi: Fix some systematic formatting problems.
5242         ".)"  needs a following @: if not at the end of a sentence, and
5243         similarly for "!)".  "etc." should be preceded by a comma.
5244         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
5246 2005-03-22  Bruno Haible  <bruno@clisp.org>
5248         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
5249         argument is often called 'build-aux'.
5251 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
5253         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
5254           macro AC_TRY_LINK is obsolete.
5255         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
5256           `AC_CONFIG_FILES'.
5258 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
5260         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
5261           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
5262           from a Common Lisp's `cl'.
5263         (AC_PROG_CXX): Behave according to the documentation: don't
5264           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
5265           make the variable CCC precious; use `cl.exe', not `cl'.
5267 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
5268             Alexandre Duret-Lutz  <adl@gnu.org>
5270         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
5271         /dev/null, as "configure" shouldn't read stdin, and this insulates
5272         us from problems (e.g., when testing for "cl").  Also, do this
5273         redirection before invoking "hostname" or "uname", and keep the
5274         original input stream available via...
5275         (AS_ORIGINAL_STDIN_FD): ... this new macro.
5276         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
5277         bother with "</dev/null" since it's now done at the top of
5278         'configure'.
5279         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
5280         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
5281         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
5282         * doc/autoconf.texi (File Descriptor Macros): New section.
5283         (Printing Messages): Mention it.
5284         * tests/base.at (Input/Output): New test.
5286 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
5288         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
5289         newline if neither \c nor -n work, as that would output two
5290         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
5292 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
5294         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
5295         This causes that any required macros inside will get before the if.
5296         * doc/autoconf.texi (autom4te.cache): A typo.
5298 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5300         Undo previous change, except keep the change to
5301         lib/autoconf/programs.m4 that replaced grep with shell
5302         pattern-matching.  This is because net-snmp configure reads stdin.
5303         Reported by Noah Misch.
5305 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
5307         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
5308         from /dev/null, as "configure" shouldn't read stdin, and this
5309         insulates us from problems (e.g., when testing for "cl").
5310         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
5311         before invoking "hostname" or "uname".
5312         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
5313         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
5314         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
5315         "</dev/null" since it's now done at the top of 'configure'.
5316         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
5317         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
5318         Also, replace grep with shell pattern-matching, to save a process.
5320 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
5322         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
5323         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
5324         avoid thinking that Allegro Common Lisp's "cl" command is a C++
5325         compiler.
5327 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
5329         * doc/autoconf.texi (Limitations of Usual Tools): Document that
5330         grep -q isn't portable.  Improve grep -s explanation.
5331         Problem reported by Dan Manthey.
5333 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
5335         * doc/autoconf.texi (Special Shell Variables): Clarify
5336         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
5338 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5340         * doc/autoconf.texi: Use @acronym for DJGPP.
5341         Fix some @code's that should have been @env's, and vice versa.
5342         Sort environment variable names.
5343         Mention that shells no longer inherit IFS.
5344         Don't recommend PATH_SEPARATOR=';' so strongly.
5345         Mention that $RANDOM might expand to the empty string.
5346         "symlink" and "soft link" -> "symbolic link".
5347         Improve mktemp description (reported by Bruno Haible).
5349 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5351         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
5352         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
5353         Likewise.
5354         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
5355         Likewise.
5357 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5359         * NEWS: Mention AT_COPYRIGHT.
5361         * tests/local.at (AT_CMP): Use diff directly on input files rather
5362         than copying them.
5364         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
5365         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
5367 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
5368         and Paul Eggert  <eggert@cs.ucla.edu>
5370         * tests/autotest.at (Empty test suite): New test.
5371         * tests/torture.at (Substitute and define special characters)
5372         (Substitute a 2000-byte string, Define to a 2000-byte string)
5373         (Substitute a newline, Define a newline): New tests.
5375 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
5377         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
5378         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
5379         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
5380         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
5381         (Standard regular expressions): New test.
5382         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
5383         excess test name quoting.
5384         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
5385         CPPFLAGS to `configure' instead of setting it in `configure'.
5387         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
5388         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
5389         on some platforms.
5391         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
5392         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
5394         * tests/local.at (AT_CMP): New macro.
5395         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
5396         (AC_SAVE_STATE): Move environment grep...
5397         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
5398         (AT_CONFIG_CMP): New macro.
5399         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
5400         * tests/c.at (Extensions): Do not exit early.
5401         * tests/atlocal.in: Inherit $GREP.
5403         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
5404         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
5406         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
5407         (AC_COPYRIGHT): Factor header comment portion out and move into...
5408         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
5409         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
5410         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
5411         --version output.
5412         * tests/local.at: Add Autoconf test suite copyright notice.
5413         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
5415 2005-02-04  Bruno Haible  <bruno@clisp.org>
5416         and Paul Eggert  <eggert@cs.ucla.edu>
5418         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
5420 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5422         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
5423         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
5425         Try not to generated lines of unlimited length, as POSIX places a
5426         2047-byte limit on line length of portable text files.
5427         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
5428         Use newline as a separator, not space.
5429         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
5430         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
5431         space.
5433 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5435         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
5436         as_func_*.  Add test to check whether positional parameters
5437         are restored after function return.
5439 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5441         * doc/autoconf.texi (Special Shell Variables): Mention _,
5442         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
5443         if they contain a lower-case letter.  The DUALCASE problem was
5444         reported by Ralf Wildenhues.
5446         * bin/autoconf.as: Don't exit with status 0 after write failure
5447         with --help or --version.
5448         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
5449         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
5451 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5453         * doc/autoconf.texi (Limitations of Usual Tools):
5454         Unicos 9 sed limitations.
5455         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
5456         to get the option-enhanced interface on older Crays.  Try ftn for
5457         Fortran 95 (newer Crays).
5459 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5461         * man/Makefile.am (.x.1): Go back to the simple solution, but take
5462         care to echo the commands, so the user knows what's going on.
5463         Modified from a suggestion by Stepan Kasal.
5465         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
5466         with a cross reference.  Derived from a suggestion by Bruce Korb.
5468 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5470         * doc/autoconf.texi (config.status Invocation): Warn about
5471         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
5472         * doc/install.texi (Defining Variables): Likewise.
5473         Based on a proposed patch by Ralf Wildenhues.
5475         * man/Makefile.am (.x.1): Make sure the required generated files
5476         are up to date.  Problem and original solution proposed by Stepan Kasal.
5477         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
5478         implicit-man-prerequisites): New rules, used by the above.
5480         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
5481         * config/config.guess, config/config.sub, config/install-sh: Likewise.
5482         * config/missing, config/texinfo.tex: Likewise.
5484 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
5486         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
5487         Update the long comment explaining it.
5489         m4_require no longer writes an ``is required by'' line to the
5490         execution stack.  It contains only one bit of non-redundant
5491         information: that the macro was required, not called.  And even
5492         this bit is useless in most situations: have you ever met a macro
5493         which both calls and requires the same macro?
5495         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
5496         (_m4_defun_pro_outer): ... only via this macro, for the outermost
5497           macro.
5498         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
5499         (m4_expansion_stack_pop): Remove the misplaced comment.
5500         (m4_require): Don't put the ``is required by'' line to the
5501           execution stack; slightly improve the out-of-a-defun error message.
5502         (_m4_divert_grow): New macro, counter for the temporary diversions.
5503         (_m4_require_call): Use it.
5504         * tests/m4sugar.at (m4_require): Expect output without the
5505           ``is required by'' messages.
5507 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
5509         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
5510         rather than x for expr.
5512         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
5513         this is safe.
5514         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
5515         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
5516         * lib/autotest/general.m4 (AT_INIT): Likewise.
5517         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
5518         * tests/mktests.sh: Likewise.
5520 2005-01-27  Akim Demaille  <akim@epita.fr>
5522         Have autoheader honor --force.
5524         * doc/make-stds.texi, doc/standards.texi: Update from masters.
5525         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
5526         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
5527         from masters, so that FileUtils.pm's update_file provide --force
5528         support.
5529         * bin/autoheader.in: Pass $force to update_file so that
5530         config.h.in is always recreated when --force.
5532 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
5534         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
5536 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
5538         * doc/autoconf.texi (Limitations of Builtins): Clarify that
5539         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
5541 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
5543         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
5544         Warn about newline stripping in `` and $().  Update Solaris
5545         version to 9.
5546         (Limitations of Builtins): Use expr "X...", not expr "x...", as
5547         X insulates us from future changes to Posix.
5548         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
5549         stripping.
5551 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
5553         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
5554           you cannot use AC_DEFINE to define macros containing `[' or `]'.
5556 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
5558         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
5559         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
5560         bug-tar mailing list.
5562 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
5564         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
5566 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5568         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
5569         ulongval to be static, to avoid unwanted GCC warning.  Problem
5570         reported by Michael Jennings via Daniel Reed; see
5571         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
5573 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
5575         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
5576         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
5577         datadir, infodir, and mandir.  Adjust argument parsing code.
5578         (_AC_INIT_HELP): Update help text.
5579         * doc/autoconf.texi (Installation Directory Variables): Document
5580         new variables.
5582 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
5584         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
5585         not seem to work, assume it does set $(MAKE).
5586         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
5588 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5590         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
5592 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5594         A cleanup of the diversion support in m4sugar.
5596         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
5597         (_m4_divert_n_stack): New macro; the expansion is
5598           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
5599           otherwise.
5600         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
5601         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
5602           stored in _m4_divert_diversion or _m4_divert_dump.
5603         (m4_divert_pop): When the parameter is given, compare the symbolic
5604           name with the last diversion pushed on the stack.  Previously, the
5605           current diversion was compared with the numeric value of the
5606           diversion given as the parameter.
5607         (m4_require): If the macro hasn't been expanded yet, call ...
5608         (_m4_require_call): this new macro.
5610 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5612         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
5613         Workarounds for documented `case' limitations.
5615 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
5617         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
5618         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
5620 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
5622         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
5623         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
5624         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
5626         Patch from Roger Leigh (with some minor changes) as follows:
5627         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
5628         Resurrect AC_PROG_CC_STDC.
5629         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
5630         AC_PROG_CC_C89, AC_PROG_CC_C99.
5631         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
5632         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
5633         AC_PROG_CC_C99): New macros.
5634         (AC_PROG_CC_STDC): Use them.
5635         (_AC_PROG_CC_STDC): Remove.
5636         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
5637         * THANKS: Add Roger Leigh.
5639 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5641         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
5642         signals that the package uses Automake; a `Makefile.am' is typical but
5643         not essential.  Reported by Magnus Therning.
5644         * tests/torture.at (autoreconf.): New banner.
5645         (autoreconf and non-AC configure): Rename to `Non-Autoconf
5646         AC_CONFIG_SUBDIRS'.
5647         (autoreconf an empty directory): Rename to `Empty directory'.
5648         (Unusual Automake input files): New test.
5650 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5652         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
5653         (AT_SETUP): Clear AT_capture_files.
5654         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
5655         (AT_KEYWORDS): Fix comment typo.
5656         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
5657         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
5658         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
5660 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
5662         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
5663         If the variable to set is already set, set ac_cv_path_$1
5664         to the preset value so caller can assume ac_cv_path_$1
5665         is available.  (trivial change)
5667 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
5669         * BUGS (Minor Problems): Warn about makefile limitations.
5670         * Makefile.am: Find and update `INSTALL' in $(srcdir).
5671         * man/Makefile.am: Find and update manual pages in $(srcdir).
5673 2004-12-24  Eric Blake  <ebb9@byu.net>
5675         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
5676         shells in subshell, to avoid noise from ash.  (trivial change)
5678 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5680         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
5681         problems with SunOS ksh and backslash escaping, Bourne shells and
5682         closing brackets (both within character classes).  Bug reported
5683         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
5684         <read>: New entry.  Mention non-availability of -r.
5686 2004-12-21  Akim Demaille  <akim@epita.fr>
5688         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
5689         avoid cluttering displayed messages.  Rather, prepend srcdir where
5690         AT_LINE is used for log files.
5692 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
5694         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
5695         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
5696           no longer part of the macro, quote the occurrence of ``$tmp''.
5697         * doc/autoconf.texi (Forbidden Patterns): Typo.
5699 2004-12-21  Akim Demaille  <akim@epita.fr>
5701         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
5702         separated from the test title by forcing a white space.
5704 2004-12-21  Akim Demaille  <akim@epita.fr>
5706         Enable Emacs navigation within testsuite.log files.
5708         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
5709         use the compilation mode.
5710         (AT_LINE): Point to the srcdir.
5712 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
5714         * tests/Makefile.am (installcheck-local): Use $(bindir).
5715         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
5716         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
5717         Makefile.am scheme Autoconf now uses.
5719 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5721         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
5722         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
5724 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5726         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
5727         (_AT_CHECK): Use it.
5728         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
5729         (AS_ESCAPE): Fix comment.
5730         * tests/autotest.at: Adjust section banner comments.
5731         (AT_CHECK_AT): Accept STATUS and STDERR.
5732         (AT_CHECK_AT_TEST): Likewise.
5733         (Invalid brace-enclosed parameter expansion)
5734         (Multiline command from M4 expansion)
5735         (Double-M4-quoted command): New tests.
5737 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
5739         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
5741 2004-12-17  Akim Demaille  <akim@epita.fr>
5743         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
5744         m4_pattern_allow.
5745         Suggested by Alexandre Duret-Lutz.
5746         * doc/autoconf.texi (Setting Output Variables): Catch up.
5748 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5750         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
5752 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5754         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
5755           remove the comment which said we cannot.
5757 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5759         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
5760         Reini Urban and Paul Eggert for reporting the dependencies.
5762         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
5763         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
5764         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
5766 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5768         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
5769           so that eg. ``autoscan --help'' doesn't truncate it.
5771 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
5773         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
5774         generated conftest files.
5776 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
5778         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
5779         tracing on commands with possibly-escaped newlines.
5780         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
5781         discontinued behavior and its implications.
5782         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
5783         (BSx641-newline in command, BS-BS-newline in command)
5784         (BSx640-newline in command, Newline-CODE-BS-newline in command)
5785         (Single-quote-BS-newline in command)
5786         (Single-quote-newline-BS-newline in command): New tests.
5788 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5790         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
5791           on platforms where it works.
5792         (_AS_TEST_PREPARE): Test for ``test -x''.
5793         (_AS_BROKEN_TEST_PREPARE): Nuke.
5795 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5797         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
5798         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
5799           give only 4-letter prefix to AS_TMPDIR, comment fixed.
5800         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
5801           create the temporary directory.
5802         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
5804 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
5806         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
5807         (trivial change)
5809 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
5811         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
5813 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
5815         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
5816         to avoid using a negated character class.  Reported by Nicolas Joly.
5817         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
5819 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
5821         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
5822         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
5823         Don't depend on .x file explicitly, since "make" does that for us.
5824         Suggested by Stepan Kasal.
5826         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
5827         Add *.tmp.
5828         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
5829         ifnames): Factor common code.  And they said it couldn't be done!
5831 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5833         * bin/.cvsignore: Add autoconf.in.
5834         * tests/.cvsignore: Add wrapper.in.
5835         * lib/autotest/general.m4: Escape '$' in case pattern.
5837 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
5839         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
5841         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
5843         * tests/autotest.at: New file.
5844         * tests/suite.at: Include it.
5845         * tests/Makefile.am: Distribute it.
5847         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
5848           shell tracing on a command that could contain multiple lines.
5849         * doc/autoconf.text: Document that fact and its implications.
5850         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
5851         * tests/autotest.at (Multiline backquote command substitution,
5852           Multiline parameter expansion, Literal multiline command,
5853           Multiline parenthetical command substitution): Remove XFAIL.
5855 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5857         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
5858         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
5860 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5862         * configure.ac (test suite): Cease to generate wrapper scripts.
5863         * configure: Regenerate.
5864         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
5865         (m4f_dependencies): Adjust accordingly.
5866         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
5867         (wrapper.in): Generate it in the build directory.
5868         (MAINTAINERCLEANFILES): Delete wrapper.in.
5869         (CLEANFILES): Add wrapper.in.
5870         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
5871         the output.  Replace each $as_me with a @wrap_program@.
5872         * tests/wrapper.in: Delete it; we always build it.
5874         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
5875         (EXTRA_DIST): Remove autoconf.in.
5876         (CLEANFILES): Add autoconf.in.
5877         (autoconf): Find autoconf.in in the build directory.
5878         * bin/autoconf.in: Delete it; we always build it.
5880 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5882         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
5883         PATH members so as to not prepend an empty element.  Move a comment.
5884         * Makefile.am (SUBDIRS): Build in `tests' last.
5885         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
5887 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
5889         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
5890         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
5891         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
5892         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
5894 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
5896         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
5897         patch: extra "-l"s.
5899 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
5901         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
5902         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
5903         * doc/autoconf.texi (Particular Functions): Mention new behavior.
5905 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
5907         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
5908           out the common code to ...
5909         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
5910           value of the #define--default to 1, iff the macro was called
5911           with exactly one parameter.
5913 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
5915         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
5916         "char c = '\200';" rather than "char c = 0x80;" as the
5917         latter doesn't conform to the strict C standard due to
5918         overflow on signed char hosts.
5920         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
5921         to -qlanglvl=ansi.  We don't want to disable extensions.
5923 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
5925         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
5926         (Using Autotest, testsuite Scripts, Writing testsuite.at):
5927         Reword slightly to avoid some English-language problems noted
5928         by Ralf Wildenhues in:
5929         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
5931 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
5933         * NEWS: Add ^L above each release.
5935 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
5937         Fix documentation problems reported by Russ Boylan in
5938         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
5939         along with some nearby cruft.
5940         * doc/autoconf.texi (Libtool): Libtool can be used without
5941         Automake (not without Autoconf).
5942         (Introduction): Mention lists.gnu.org.
5943         * BUGS: Don't mention bugs.gnu.org.
5944         Remove mention of ancient libtool compatibility problem.
5945         * NEWS: Mention that bugs.gnu.org is kaput.
5946         * README: Likewise.  Mention where mailing list archives can be found.
5948 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
5950         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
5952 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5954         * doc/autoconf.texi (Pretty Help Strings): Go back to
5955         single-quoting assignments to cache variables.
5957 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
5959         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
5960         with the examples; fix the bug in MY_ARG_WITH example reported
5961         by Alexandre Duret-Lutz.
5962         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
5963         expansion of $1 in the comment emitted to configure.
5965 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
5967         * doc/autoconf.texi (Pretty Help Strings): Fix typo
5968         in my editing of the previous patch.  Problem reported
5969         by Alexandre Duret-Lutz.
5971 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
5973         * doc/autoconf.texi (Autoconf Language): Explain that
5974         ``descriptions'' may not be double quotes.
5975         (Quotation Rule Of Thumb): Likewise.
5976         (Pretty Help Strings): Likewise; remove the wrong comment;
5977         simplify the examples and improve their quoting.
5979 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
5981         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
5982         the $1_found variable, don't test whether the file is executable;
5983         Both things are checked ...
5984         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
5985         the former ``test -f''.
5986         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
5988 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
5990         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
5991         use cp -R instead.
5993 2004-11-10  Derek R. Price  <derek@ximbiot.com>
5995         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
5996         limitations.  Reorder paragraphs for clarity.
5998 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6000         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
6001         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
6002         variants", "Unix", and some related minor wording fixups.
6004         (Shellology, Special Shell Variables): Document that the Zsh
6005         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
6006         to Alexandre Duret-Lutz for this info.
6008 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
6010         * doc/autoconf.texi (One-Shot Macros): New node.
6012 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
6014         * doc/autoconf.texi (Function Portability): Fix misdescription
6015         of putenv.  Problem reported by Michael Wardle.
6017 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
6019         * doc/autoconf.texi (auindex): New macro.
6020         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
6021         Problem reported by Stepan Kasal.
6023 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
6025         Fix problems reported by Andreas Buening in:
6026         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
6027         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
6028         in test makefile.
6029         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
6030         readable; it's not true in OS/2-emx.
6032 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
6034         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
6035         "/usr/include", clear ac_x_includes instead of leaving it as "no"
6036         (trivial change).  Problem and patch reported by Andrew Church in:
6037         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
6039 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
6041         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
6042         three args in examples.  Problem reported by Frederik Fouvry in:
6043         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
6044         Also, fix some minor spacing and punctuation bugs.
6046 2004-09-02  Akim Demaille  <akim@epita.fr>
6048         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
6049         "case" to restore ordering.
6050         Reported by Stepan Kasal.
6052 2004-08-26  Akim Demaille  <akim@epita.fr>
6054         * doc/autoconf.texi: Minor typos and stylos.
6056 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6058         * configure.ac (AC_INIT): Bump to 2.59c.
6060 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6062         Version 2.59b.
6064         * README: Add advice about m4 1.4.2.
6066         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
6067         texinfo.tex for now (done by hand now).
6068         * Makefile.maint (wget_files, cvs_files):
6069         Remove ansi2knr.c; nobody uses it.
6070         (ansi2knr.c-url_prefix): Remove.
6071         (cvs-update): Fix test for failure.  I don't know why it ever
6072         worked...
6074         * doc/autoconf.texi: Update URLs, some of which went stale.
6075         Use @uref rather than @href.
6077         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
6078         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
6080         * config/config.guess, config/config.sub, config/elisp-comp,
6081         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
6082         doc/fdl.texi, doc/standards.texi: Sync with master copy.
6084         * NEWS, TODO, configure.ac, bin/autoscan.in,
6085         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
6086         doc/install.texi, lib/Autom4te/Configure_ac.pm,
6087         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
6088         lib/autoconf/programs.m4, lib/autoconf/status.m4,
6089         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
6090         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
6091         tests/tools.at, tests/torture.at:
6092         Use "file name" rather than "filename" or "path",
6093         to be consistent with the terminology of the GNU coding standards.
6095 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6097         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
6098         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
6099         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
6100         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
6102         More fixes to support spaces in the name of the build directory.
6103         This isn't a complete fix but it's an improvement.
6105         * bin/autoconf.as (autom4te_options): New var.
6106         Use it instead of appending to AUTOM4TE, so that we can allow
6107         spaces in the build directory's absolute name.
6108         * bin/autoheader.in ($autoconf): Allow spaces in file names.
6109         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
6110         AT_CHECK_NOESCAPE): Likewise.
6111         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
6112         main program): Likewise.
6114 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6116         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
6117         From Ralf Corsepius in:
6118         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
6120 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
6122         * doc/autoconf.texi (Function Portability): Document isinf and
6123         and isnan.  From a suggestion by Kevin Ryde.
6125         * lib/Autom4te/General.pm (END): Return correct exit status even
6126         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
6128 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6130         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
6131         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
6132         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
6134 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
6136         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
6137         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
6138         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
6139         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
6140         * lib/autom4te.in (Automake-preselections): Preselect
6141         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
6143 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
6145         * lib/autom4te.in (Automake-preselections): Preselect
6146         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
6147         trace them.
6149 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
6151         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
6152         Tru64.
6153         * doc/autoconf.texi (Shellology): Mention BIN_SH.
6154         Document problem with "`""`" in pdksh POSIX mode.
6156 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
6158         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
6159         with pdksh, too.  Problem reported by Patrick Welche via
6160         Gary V. Vaughan.
6161         * doc/autoconf.texi (Shellology): Note that set -o posix is
6162         useful for pkdsh, too.
6164 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
6166         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
6167         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
6168         Don't fail if ENV or BASH_ENV is readonly.
6169         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
6170         etc. are read only.  Problem reported by Ludovic Courtes.
6172 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
6174         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
6175         zsh, disable GLOB_SUBST to avoid backslash handling problems.
6176         (trivial change)
6178 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
6180         * doc/autoconf.texi (File System Conventions): Warn about
6181         names like "aux".  Problem reported by Eric Blake.
6183         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
6184         by zero instead of array size, so that we can use any arithmetic
6185         constant expression (instead of requiring an integer constant
6186         expression).  This allows us to test expressions like DBL_MAX <
6187         LDBL_MAX, which didn't conform to the C standard using the old
6188         method.
6189         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
6190         now that we can do floating-point tests at compile time.
6192 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
6194         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
6195         and LDBL_EPSILON, as the resulting expression isn't an
6196         integer constant expression and violates the C standard.
6197         Problem reported by Nelson H. F. Beebe.  Also, check
6198         for "L" suffix, and check that long double doesn't have
6199         worse range or precision than double, that mixed-mode
6200         arithmetic doesn't generate a diagnostic, that double
6201         constants fit in long double.
6203 2004-06-03  Kevin Ryde  <user42@zip.com.au>
6205         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
6206         malloc(0) and realloc(NULL,size).
6208         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
6209         Bob Proulx.
6211 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
6213         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
6214         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
6215         by Jim Meyering.
6217 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
6219         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
6220         can be rewritten using if-then-else.  Suggested by Bruno Haible.
6222 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
6224         * doc/autoconf.texi (testsuite Scripts): Fix typo.
6225         Problem reported by Stepan Kasal.
6227 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
6229         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
6230         change).  Patch reported by Ralf Wildenhues in
6231         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
6233         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
6234         function F exists if the compiler and linker let you compile an
6235         expression like (F != 0).  Recent versions of GCC optimize away
6236         the reference to F in that case, since every function address must
6237         be nonzero, so the link succeeds even if F does not exist.
6238         Problem reported by Manu in
6239         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
6241         * doc/autoconf.texi (Systemology): Standardize on the spelling of
6242         "Unix".  Many uses changed.
6243         (Limitations of Builtins): Explain better why the ! command isn't
6244         portable.
6246 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
6248         * lib/autom4te.in (Automake-preselections): Preselect
6249         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
6251 2004-05-19  Kevin Ryde  <user42@zip.com.au>
6253         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
6254         referencing AC_FUNC_STRERROR_R.
6256         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
6257         note pessimistic assumption when cross compiling.
6259 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
6261         * doc/autoconf.texi (Limitations of Make): Note that BSD make
6262         (until 2004) invoked subcommands with sh -e, contra POSIX.
6263         Reported by Kevin Ryde.
6265 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
6267         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
6268         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
6269         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
6270         `test -f "        /usr/bin/grep"', which _always_ failed.
6271         (AC_PROG_SED): Ditto bogus PATH fix.
6272         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
6273         requires that grep correctly supports _multiple_ `-e' options, rather
6274         than stating only that grep should accept `-e'.
6276 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
6278         Port to C99, which requires that 'exit' be declared.
6280         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
6281         to ensure that stdlib.h is included.
6282         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
6283         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
6284         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
6285         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
6286         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
6287         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
6288         when using 'exit' in a test; C99 requires that 'exit' be declared.
6290 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6292         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
6293         now prefers 'grep' implementations that accept -e.
6294         (Limitations of Usual Tools): Describe problems of traditional
6295         egrep and fgrep with long input lines, and of traditional grep
6296         with -e.
6297         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
6298         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
6299         All callers changed.  Append /usr/xpg4/bin to the PATH, for
6300         Solaris.
6301         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
6302         the user with complaints about multiple -e options.
6303         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
6304         Define it with AC_PROG_GREP.
6305         * configure.ac (AC_PROG_GREP): Add.
6306         * lib/freeze.mk (GREP): New macro.
6308 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
6310         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
6311         a possible candidate only after all others fail, rather than
6312         consulting it first.  This improves backward compatibility by
6313         better reflecting the way shell selection occurred in previous
6314         versions of Autoconf, and should help to avoid triggering latent
6315         problems in other packages, such as the one in Automake where zsh
6316         is not handled robustly:
6317         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
6318         Although it is not Autoconf's responsibility to work around
6319         problems in Automake, it nevertheless makes sense to avoid
6320         introducing unnecessary incompatibilites.
6322 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
6323             Gary V. Vaughan  <gary@gnu.org>
6325         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
6326         how deeply nested we are when a suitable tool is found, set the
6327         ac_path_TOOL_found flag.
6328         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
6329         nested we are in this macro.  Break out of all 3 nested loops if
6330         ac_path_TOOL_found is set.
6332 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
6334         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
6335         of the _AS_PATH_WALK loop too if GNU flavor is found.
6337 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
6339         * doc/autoconf.texi (Limitations of Make): Update documentation
6340         for `$<'.  New entry `Long lines', based on a report from Simon
6341         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
6342         paragraph about DJGPP, based on a mail from Richard Dawe.
6344 2004-04-20  Paul Eggert  <eggert@twinsun.com>
6346         * tests/c.at (C keywords): Don't assume that GCC supports
6347         "restrict" and "inline", as sufficiently-old GCC versions do not
6348         (also, GCC configured to be in pedantic C89 mode does not).
6349         Problem reported by Sumit Pandya in:
6350         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
6352         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
6353         consider -g to work if it generates warnings when plain compiles
6354         don't.  Problem reported by Braden McDaniel in:
6355         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
6357         * doc/autoconf.texi (Slashes): New section, to document a problem
6358         reported by Jim Meyering in:
6359         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
6361         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
6362         linker output files before linking, to work around IRIX 6 linker bug.
6363         Problem reported by Rainer Orth in:
6364         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
6366 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
6368         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
6369         best tool so far counter rely on the tool path variable name to
6370         avoid checks for one tool being affected by the results of running
6371         the length check on a previous tool.
6373         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
6374         match expression argument, as different greps have different
6375         regular expression flavours.
6376         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
6377         literals.
6378         (AC_PROG_EGREP): Pass 'EGREP$'.
6379         (AC_PROG_GREP): Pass 'GREP$'.
6381 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
6383         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
6384         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
6386 2004-03-29  Paul Eggert  <eggert@twinsun.com>
6388         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
6389         Types, Specific Compiler Characteristics, System Services,
6390         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
6391         etc. consistently instead of 'long', 'short', 'unsigned' etc.
6392         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
6393         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
6394         Likewise.
6395         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
6396         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
6397         AC_TYPE_OFF_T): Likewise.
6398         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
6399         Likewise.
6401         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
6402         pacify libtool 1.5.2.  Fix quoting problems in sed command.
6404 2004-03-28  Paul Eggert  <eggert@twinsun.com>
6406         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
6407         now defines HAVE_DECL_TZNAME if it is declared, when
6408         HAVE_STRUCT_TM_TM_ZONE is not defined.
6409         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
6410         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
6411         for HAVE_TZNAME.
6413 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
6415         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
6416         superfluous backslashing of quotes (") in sed expressions;
6417         thanks to Paul Eggert.
6419 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
6421         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
6422         Fortran compiler is ifort, also added pghpf; thanks to Nelson
6423         H. F. Beebe for the bug report.
6425 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
6427         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
6428         quoted -cmdline argument in Portland Group compiler (bug
6429         reported by Jeffrey J. Barteet).
6431 2004-03-25  Kevin Ryde  <user42@zip.com.au>
6433         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
6434         (Run Time): ... here, where it's now mentioned.
6436 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
6438         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
6439         inherits from language Autoconf-without-aclocal-m4.
6440         (Customizing autom4te): Adjust example; the cache must now be
6441         disabled for language Autoconf-without-aclocal-m4.
6443 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
6444             Nathanael Nerode  <neroden@twcny.rr.com>
6446         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
6447         AC_CHECK_TOOLS): Warn if a cross-tool is found without
6448         a prefix.
6449         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6450         AC_CHECK_TARGET_TOOLS): New macros.
6451         * doc/autoconf.texi (Generic Programs): Document
6452         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6453         AC_CHECK_TARGET_TOOLS, and warn for future changes
6454         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
6455         AC_CHECK_TOOLS.
6456         (Specifying Names): Document the reason for these future
6457         behavioral changes.
6458         * tests/mktests.sh: Do not generate tests for the
6459         new macros.
6460         * NEWS: Document these changes.
6462         * doc/autoconf.texi: Avoid macros with unbraced arguments,
6463         they make TeX hang up.
6465 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
6467         * NEWS: New macro AC_CHECK_ALIGNOF.
6468         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
6469         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
6470         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
6471         vowel.
6472         (AC_CHECK_ALIGNOF): New macro.
6473         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
6474         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
6475         those for sizeof.
6477 2004-03-03  Paul Eggert  <eggert@twinsun.com>
6479         * bin/Makefile.am (edit): Don't use $< in a context where
6480         POSIX doesn't require support for it.  Use $@.in instead.
6481         Problem reported by Anthony N. Frasso in
6482         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
6483         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
6485 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
6487         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
6488         from the next generation of Libtool.
6489         * lib/autom4te.in (Autoreconf-preselections): Ditto.
6491 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
6493         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
6494         is not always thread-safe.  Report from Nathanael Nerode.
6496 2004-02-18  Paul Eggert  <eggert@twinsun.com>
6498         Fix a dependencies problem, stemming from a Autoconf 2.59 build
6499         problem on QNX reported by Stephen Rasku in
6500         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
6502         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
6503         $(m4sh_m4f_dependencies); this removes a FIXME.
6504         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
6505         (MAINTAINERCLEANFILES): Split into pieces,
6506         one per related section.  Add $(srcdir)/wrapper.in.
6508 2004-02-09  Paul Eggert  <eggert@twinsun.com>
6510         * doc/autoconf.texi (Setting Output Variables): Emphasize that
6511         AC_SUBST provides no portable way to escape literal newlines.
6513         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
6514         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
6515         Darwin uses -lcrt2.o and there's little point to cataloging all
6516         the system variants.  Partial fix reported by Andreas Waechter in:
6517         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
6518         for bug reported by Nelson H. F. Beebe in:
6519         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
6521 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
6523         * doc/autoconf.texi (AU_DEFUN): Fix English,
6524         suggested by Paul Eggert.
6525         * lib/autoconf/autoupdate.m4: Correct reference to
6526         acobsolete.m4, suggested by Alexandre Duret-Lutz.
6528 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
6530         * bin/autoupdate.in: Define __file__ so that warnings
6531         refer to the correct file.
6532         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
6533         the behavior of the third argument.
6534         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
6535         correctly the behavior of the third argument.  Document
6536         what the three macros that AU_DEFUN defines do.  Fix
6537         warning message when the third argument includes $0
6538         (reported by Alexandre Duret-Lutz).
6540 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6541             Eric Sunshine  <sunshine@sunshineco.com>
6542             Paul Eggert  <eggert@twinsun.com>
6544         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
6545         (AS_INIT): Output shell initialization there. Removed optional
6546         parameter. Expand _AS_SHELL_FN_SPY.
6547         (AS_INIT_WITH_SHELL_FN): Removed.
6548         (_AS_SHELL_FN_SPY): New macro.
6549         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
6550         macros.
6551         (AS_SHELL_SANITIZE): Remove loop to find better shell
6552         and documentation for the parameter.
6553         (_AS_DETECT_BETTER_SHELL): Move it here.
6554         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
6555         (_AS_RUN): Move it here, support testing with eval.
6556         (AS_REQUIRE_SHELL_FN): Require shell functions when
6557         it is used.
6558         (_AS_LINENO_WORKS): Put around braces, we do not
6559         trigger the bash bug anymore.
6560         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
6561         use AS_INIT_WITH_SHELL_FN.
6562         * bin/autoconf.in, tests/wrapper.in: Regenerated.
6564 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6566         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
6567         * doc/autoconf.texi: Don't say that the third parameter
6568         is broken.
6569         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
6570         (AU_DEFUN): Honor the third parameter, create autoupdate
6571         macros with AU_DEFINE.
6572         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
6573         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
6574         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
6575         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
6576         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
6577         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
6578         AC_XENIX_DIR): Likewise.
6579         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
6580         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
6581         * lib/autoconf/status.m4: Remove FIXME.
6582         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
6583         that the macro is not present anymore in the updated
6584         configure.ac.
6585         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
6586         of autoupdate.
6588 2004-01-28  Paul Eggert  <eggert@twinsun.com>
6590         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
6591         copyright years.
6592         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
6593         2003 (except 1997) to the list of copyright years.  This undoes
6594         the 2003-05-22 change, which removed the older years from the list.
6595         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
6597 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
6598             Albert Chin-A-Young  <china@thewrittenword.com>
6600         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
6601         grep or ggrep program in PATH that accepts as long lines as
6602         possible.
6603         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
6604         AC_PROG_GREP.
6605         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
6606         egrep and fgrep respectively if $GREP -E/-F don't work.
6607         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
6608         _AC_PROG_GREP, and AC_PROG_SED.
6609         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
6610         longest input length accepted by a command.
6611         (AC_PROG_SED): Use it.
6612         * doc/autoconf.texi (Particular Programs): Document the changes.
6613         * NEWS: Updated.
6615 2004-01-27  Paul Eggert  <eggert@twinsun.com>
6617         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
6618         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6619         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
6620         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
6622         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
6623         bin/autoconf.in, config/Makefile.in, config/config.guess,
6624         config/config.sub, config/install-sh, config/mdate-sh,
6625         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
6626         lib/Makefile.in, lib/Autom4te/Makefile.in,
6627         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
6628         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
6629         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
6630         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
6631         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
6632         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
6633         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
6634         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
6635         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
6636         tests/actypes.at: Regenerate and/or sync with original
6637         sources.
6639 2004-01-26  Paul Eggert  <eggert@twinsun.com>
6641         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
6642         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
6643         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
6644         not <inttypes.h>.  Problem reported by Tim Mooney in
6645         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
6646         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
6647         Likewise.
6649         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
6650         otherwise "make check" fails because it forbids cmp (I guess
6651         because cmp treats files as binary on DOS-like systems).
6653         * tests/mktests.sh: Update copyright date to 2004, since some tests
6654         have changed in 2004.
6656 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
6658         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
6659         non-truncating sed or gsed program in PATH.
6660         * tests/acprograms.at: Add it.
6661         * doc/autoconf.texi (Particular Programs): Document it.
6662         * NEWS: Updated.
6664 2004-01-15  Paul Eggert  <eggert@twinsun.com>
6666         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
6667         -std1 disables some useful extensions on Tru64.  Problem reported
6668         by N. Lichtmaier in
6669         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
6671 2004-01-14  Paul Eggert  <eggert@twinsun.com>
6673         * doc/autoconf.texi (Programming in M4sh): Document that
6674         AS_MKDIR_P succeeds if the destination is a symbolic link
6675         to an existing directory.
6676         (Limitations of Usual Tools): Note that mkdir -p might not
6677         succeed on symlinks to directories.
6679 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
6681         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
6682         * bin/autoheader.in: Grammar fix in message.
6683         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
6684         Test for dir before calling mkdir -p.  (trivial changes)
6686 2004-01-13  Eric Blake  <ebb9@byu.net>
6688         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
6689         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
6691 2004-01-10  Jim Meyering  <jim@meyering.net>
6693         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
6695 2004-01-09  Paul Eggert  <eggert@twinsun.com>
6697         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
6698         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
6699         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
6700         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
6701         AC_COMPILE_IFELSE, since we now assume our caller invokes
6702         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
6703         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
6704         of AC_RUN_IFELSE; this avoids the warning mentioned above.
6705         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
6707 2004-01-07  Paul Eggert  <eggert@twinsun.com>
6709         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
6710         `"'...'"`, as it's confusing (and I suspect it may not work on
6711         some platforms).  The code was incorrect anyway, as it assumed
6712         that \$ evaluated to itself in that context.  Reported by
6713         Alexandre Duret-Lutz.
6715 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
6717         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
6718         and _LT_AC_TAGCONFIG.
6720 2004-01-06  Paul Eggert  <eggert@twinsun.com>
6722         * doc/autoconf.texi (One Macro Call): Fix an incorrect
6723         example, and add more examples.  Reported by Eric Sunshine.
6725 2004-01-05  Paul Eggert  <eggert@twinsun.com>
6727         * doc/autoconf.texi (Limitations of Usual Tools):
6728         Remove warning against "rm -fr" introduced yesterday; it
6729         was a false alarm.
6731         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
6732         autoscan, autoupdate, ifnames): Don't use chmod -w.
6733         * lib/Makefile.am (autom4te.cfg): Likewise.
6734         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
6735         "chmod -w".
6737 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6738             Paolo Bonzini  <bonzini@gnu.org>
6740         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
6741         by doing lineno substitution only on lines containing "$LINENO".
6743 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6745         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
6746         Use "rm -f" to remove conftest.sed, not plain "rm".
6747         Bug reported by David Relson in
6748         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
6750         * Makefile.am (autom4te-update):
6751         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
6752         * Makefile.maint (my-distcheck, do-po-update): Likewise.
6753         * doc/autoconf.texi (Guidelines): Likewise.
6754         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
6755         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
6756         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
6757         * lib/autotest/general.m4 (AT_INIT): Likewise.
6758         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
6759         * tests/Makefile.am (clean-local): Likewise.
6760         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
6761         srcdir): Likewise.
6762         * doc/autoconf.texi (Limitations of Usual Tools):
6763         Warn against "rm -fr".
6765 2004-01-03  Paul Eggert  <eggert@twinsun.com>
6767         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
6768         -c -o might not work.  From a suggestion by Kevin Ryde.
6769         (C Compiler, Generating Sources, Limitations
6770         of Usual Tools, Limitations of Make, Making testsuite Scripts):
6771         Don't put '-o' after non-options, as POSIX doesn't allow this.
6772         Mention that cc's name might be gcc or c89 or whatever.
6774 2004-01-04  Kevin Ryde  <user42@zip.com.au>
6776         * doc/autoconf.texi: Add various further index entries.
6778 2003-12-29  Paul Eggert  <eggert@twinsun.com>
6780         * bin/autoreconf.in (autoreconf_current_directory):
6781         Fix typo: mkdir without umask arg.
6783 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
6785         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
6786         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
6787         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
6788         explanation clearer.
6790 2003-12-24  Andreas Schwab  <schwab@suse.de>
6792         * doc/autoconf.texi (Default Includes): Fix misspelling of
6793         AC_INCLUDES_DEFAULT.
6795 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6797         * configure.ac: Test if sh -n works.
6798         * configure: Regenerate.
6799         * tests/atlocal.in: Store the result here.
6800         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
6801         tools.at, looking in atlocal's ac_cv_sh_n_works instead
6802         of explicitly testing.
6803         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
6804         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
6805         * tests/tools.at (Syntax of the shell scripts): Simplify
6806         using AT_CHECK_SHELL_SYNTAX.
6807         (Syntax of the Perl scripts): Remove definition of
6808         AT_CHECK_PERL_SYNTAX.
6810 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6812         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
6813         stderr to /dev/null.
6814         * bin/autoconf.in: Regenerate.
6815         * bin/wrapper.in: Regenerate.
6817 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
6819         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
6820         Extracted from AS_SHELL_SANITIZE.
6821         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
6822         macros.
6823         (AS_SHELL_SANITIZE): Move reinvocation code from
6824         _AS_LINENO_WORKS, use it to find out if shell
6825         functions work.
6826         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
6827         does not work.
6828         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
6829         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
6830         was called.
6831         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
6832         * bin/autoconf.in: Regenerate.
6833         * tests/wrapper.in: Regenerate.
6834         * tests/tools.at: Test the syntax of tests/autoconf
6835         and tests/testsuite.
6837 2003-11-24  Akim Demaille  <akim@epita.fr>
6839         * config/announce-gen (&print_locations, &print_signatures)
6840         (&sizes): New.
6841         Use them.
6842         No longer rely on Gnus to inline the list of signatures: compute
6843         them on the fly.
6845 2003-11-24  Akim Demaille  <akim@epita.fr>
6847         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
6848         override some files.
6849         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
6850         From Debian Autoconf 2.58.
6852 2003-11-24  Akim Demaille  <akim@epita.fr>
6854         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
6855         uses.
6856         From Debian Autoconf 2.58.
6858 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6860         * TODO: Remove already done things.  Update the part about finding
6861         tools for the target.
6863 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6865         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
6866         Make wording more consistent.
6867         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
6868         Explain the transition better.
6869         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
6870         the transition better.
6872 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6874         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
6875         parameter of AU_DEFUN.
6876         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
6877         (AU_DEFUN): Remove the third parameter, it was not used.
6878         Use AC_DEFUN directly, not AU_DEFINE.
6879         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
6880         the expanded body, consistently with other macros such as AC_USG.
6882 2003-11-17  Paul Eggert  <eggert@twinsun.com>
6884         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
6885         into the initial confdefs.h, to work around a bug in NextStep 3.3
6886         patch 3 reported by Eric Sunshine.
6888 2003-11-15  Kevin Ryde  <user42@zip.com.au>
6890         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
6891         than $target since the latter is not usual, add guidelines on when to
6892         use or not use the system type.
6894 2003-11-12  Derek Price  <derek@ximbiot.com>
6896         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
6897         typo misrepaired by an auto-spellcheck.
6899 2003-11-12  Akim Demaille  <akim@epita.fr>
6901         * bin/autoreconf.in (&parse_args): Don't call automake with
6902         --force-missing unless it actually supports it.
6903         From Debian #219336.
6905 2003-11-12  Akim Demaille  <akim@epita.fr>
6907         * configure.ac: Bump to 2.59a.
6908         Require 2.59.
6910 2003-11-06  Akim Demaille  <akim@epita.fr>
6912         Version 2.59.
6914 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
6916         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
6917         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
6918         and ac_abs_top_srcdir are absolute paths.
6919         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
6921 2003-11-05  Akim Demaille  <akim@epita.fr>
6923         * configure.ac: Bump to 2.58a.
6925 2003-11-05  Kevin Ryde  <user42@zip.com.au>
6927         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
6928         it provokes a warning from makeinfo about looking like a cross
6929         reference in info output.
6931         * doc/autoconf.texi (Function Portability): Add notes on signal
6932         handler return type, as per AC_TYPE_SIGNAL.
6934 2003-11-04  Akim Demaille  <akim@epita.fr>
6936         Version 2.58.
6937         * doc/standards.texi: Update from master.
6939         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
6941 2003-11-04  Akim Demaille  <akim@epita.fr>
6943         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
6944         computing the absolute path to d1 in the source hierarchy: it may
6945         not exist at all.  So don't cd into it.
6946         From Alexandre Duret-Lutz.
6947         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
6949         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
6950         From Paul Eggert, but named after Perl's IO::Spec->catfile.
6951         * doc/autoconf.texi (Programming in M4sh): Document.
6952         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
6954 2003-11-03  Pavel Roskin  <proski@gnu.org>
6956         * doc/autoconf.texi (Generic Structure Checks): Describe
6957         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
6959 2003-10-31  Akim Demaille  <akim@epita.fr>
6961         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
6962         (GNU Fortran): New.
6963         * doc/autoconf.texi (Language Choice): Document.
6964         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
6965         the current language is Fortran.
6967 2003-10-31  Akim Demaille  <akim@epita.fr>
6969         * bin/autom4te.in (&freeze): Use a less likely warning separator
6970         than `\n\n', so that `\n\n\n' is valid in warnings.
6971         Reported by Steve Huston.
6973 2003-10-28  Akim Demaille  <akim@epita.fr>
6975         * Makefile.cfg (local_updates, executable-update): Tweak to be
6976         robust to parallel makes.
6977         Suggested by Alexandre Duret-Lutz.
6979 2003-10-27  Akim Demaille  <akim@epita.fr>
6981         * Makefile.cfg (executable-update): New.
6982         (local_updates): Call it.
6984 2003-10-27  Akim Demaille  <akim@epita.fr>
6986         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
6987         Don't remove core.* as it may remove valid user files.
6988         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
6989         (AC_FUNC_UTIME_NULL): Likewise.
6991 2003-10-23  Akim Demaille  <akim@epita.fr>
6993         Version 2.57g.
6994         * config/config.guess, config/config.sub: Upgrade from masters.
6996 2003-10-23  Akim Demaille  <akim@epita.fr>
6998         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
6999         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
7000         hand...
7002 2003-10-23  Akim Demaille  <akim@epita.fr>
7004         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
7005         Don't forget to remove conftest.err.
7007 2003-10-23  Akim Demaille  <akim@epita.fr>
7009         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
7010         same object file in $LIBOBJS.
7011         Reported by Alexandre Duret-Lutz & Derek Robert Price.
7012         * doc/autoconf.texi (Generic Functions): Adjust.
7014 2003-10-20  Paul Eggert  <eggert@twinsun.com>
7016         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
7017         Use 'eval', so that the resulting configure scripts work even if
7018         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
7020 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
7022         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
7023         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
7024         (_AC_LINK_IFELSE): Check the werror flag.
7025         * doc/autoconf.texi (Generic Compiler Characteristics): Document
7026         AC_LANG_WERROR.
7027         * NEWS: Mention it.
7029 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
7031         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
7032         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
7033         override AC_LINK_IFELSE.
7035 2003-10-15  Paul Eggert  <eggert@twinsun.com>
7037         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
7038         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
7039         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
7040         Mention /usr/dt/bin/dtksh on Solaris.
7041         (Shell Substitutions): Warn about $((...)).
7042         (Parentheses): New section.
7044 2003-10-15  Kevin Ryde  <user42@zip.com.au>
7046         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
7047         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
7049 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7051         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
7052         cross test.
7054 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
7056         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
7057         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
7059 2003-10-10  Andreas Schwab  <schwab@suse.de>
7061         * bin/autoheader.in: Avoid empty first line in --version and
7062         --help output.
7063         * bin/ifnames.in: Likewise.
7065 2003-10-09  Paul Eggert  <eggert@twinsun.com>
7067         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
7068         Issue a more-informative diagnostic.
7069         Problems reported by Eric Sunshine.
7071 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
7073         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
7074         -mGLOB_options_string stuff for Intel ifc, which can cause
7075         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
7076         pattern-matching instead of grep.
7078 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
7080         * doc/autoconf.texi: Document new FC Fortran macros.
7082 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
7084         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
7085         that future autopoint/aclocal/automake/autoreconf will be able
7086         to trace to find where to install local m4 macros.
7087         * doc/autoconf.texi (Input): Document it.
7088         * NEWS: Updated.
7090 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
7092         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
7093         -lcrtbegin.o to list of ignored flags and fix underquoting of
7094         -lcrt[01].o.
7096 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
7098         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
7099         cache variable instead of $G77 to decide whether to include -O2,
7100         since $G77 is specific to Fortran 77.
7102 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
7104         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
7105         free" flag.  Re-order flags tested into rough order of popularity.
7107 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
7109         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
7110         arguments so that it can be used with syntax identical to
7111         AC_PROG_F77, and so that we can more easily decide to
7112         remove/deprecate the DIALECT optional argument in the future if it
7113         proves troublesome.
7114         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
7115         non-freeform-supporting compilers.  Document freeform flags.
7117 2003-10-03  Akim Demaille  <akim@epita.fr>
7119         * configure.ac: Look for emacs, not macs.
7120         Reported by Eric Sunshine.
7122 2003-10-03  Akim Demaille  <akim@epita.fr>
7124         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
7125         * bin/autoreconf.in (autoreconf_current_directory): Create the
7126         AUX_DIR if needed, for sake of automake --add-missing etc.
7127         Suggested by Alexandre Duret-Lutz.
7129 2003-10-03  Akim Demaille  <akim@epita.fr>
7131         * configure.ac: Quotation and formatting changes.
7132         (EMACS): Don't set it if it is not recent enough to support
7133         autoconf-mode.el.
7134         From Eric Sunshine.
7136 2003-10-02  Akim Demaille  <akim@epita.fr>
7138         * bin/ifnames.in (&scan_file): Skip C++ comments.
7139         From Jeremy Yallop.
7141 2003-10-01  Pavel Roskin  <proski@gnu.org>
7143         * doc/autoconf.texi (Particular Structure Checks):
7144         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
7146 2003-10-01  Akim Demaille  <akim@epita.fr>
7148         Version 2.57f.
7150 2003-09-30  Paul Eggert  <eggert@twinsun.com>
7152         * lib/Autom4te/XFile.pm: Use Errno.
7153         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
7154         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
7156 2003-09-30  Akim Demaille  <akim@epita.fr>
7158         * config/announce-gen (&print_news_deltas): Extracted from...
7159         (&print_changelog_deltas): here.
7160         (&news_file): Rename as...
7161         (@news_file): this.
7163 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
7165         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
7166         have been created when invoking the compiler.
7167         * tests/fortran.at (GNU Fortran 77): Quote $G77.
7169 2003-09-29  Akim Demaille  <akim@epita.fr>
7171         Version 2.57e.
7173         * config/mkinstalldirs: Upgrade.
7175 2003-09-28  Paul Eggert  <eggert@twinsun.com>
7177         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
7178         Problem reported by Lars J. Aas in
7179         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
7180         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
7181         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
7182         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
7184 2003-09-26  Akim Demaille  <akim@epita.fr>
7186         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
7187         directory for AC_CONFIG_COMMANDS' first argument exists.
7188         This makes valid the invocation of _AC_SRCPATH that follows.
7189         Reported by Eric Sunshine.
7190         * doc/autoconf.texi (Configuration Commands): Adjust.
7192 2003-09-26  Akim Demaille  <akim@epita.fr>
7194         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
7195         Reported by Ralf Corsepius.
7197 2003-09-26  Akim Demaille  <akim@epita.fr>
7199         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
7200         arguments.
7201         Actually, use AU_ALIAS.
7202         From Bruno Haible.
7204 2003-09-26  Paul Eggert  <eggert@twinsun.com>
7206         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
7207         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
7208         Problem reported by Eric Sunshine in:
7209         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
7211 2003-09-26  Akim Demaille  <akim@epita.fr>
7213         The test suite are sometimes assigning timings incorrectly.
7214         Reported by Henk Krus.
7215         Diagnosed by Nicolas Joly.
7217         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
7218         AT_help_all.
7219         Instead of making AT_help a sequence of assignments to grow
7220         $at_help_all, just make AT_help_all be the growing contents of
7221         $at_help_all, and make a single assignment in...
7222         (AT_INIT): here.
7223         (at_times_skip): Flip the meaning and rename as...
7224         (at_times_p): this.
7225         (AT_INIT): When summarizing the test that ran, remove
7226         $at_times_file after use, and check it is present before trying to
7227         use it.
7229 2003-09-25  Akim Demaille  <akim@epita.fr>
7231         Version 2.57d.
7233         * bin/Makefile.am (edit): Handle '@configure_input@'.
7234         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
7235         (ifnames): chmod -w.
7236         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
7237         executables, not bin/ executables!  Otherwise all the magic needed
7238         to find non installed files is turned off.  This caused a failure
7239         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
7240         as found in its environment (sent by tests/autoreconf): pointing
7241         to bin/autom4te that could not find its files.
7242         * tests/mktests.sh: Force the replacement of generated files, for
7243         the sake of "mv" program that are interactive when overwriting a
7244         -w file.
7245         * config/install-sh: Upgrade from CVS Automake.
7247 2003-09-23  Paul Eggert  <eggert@twinsun.com>
7249         * doc/autoconf.texi (Limitations of Builtins): Document test -h
7250         versus test -L issues.
7252 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
7253             Paul Eggert  <eggert@twinsun.com>
7255         Trivial change to support GCC's configuration procedure.
7256         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
7257         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
7258         about inconsistency if the preprocessor is set to give errors for
7259         any warning.
7260         * doc/autoconf.texi (C Compiler Characteristics): Document this.
7262 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
7264         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
7265         and XFile.pm from Automake.
7266         * lib/Autom4te/XFile.pm: Update from Automake.
7268 2003-09-12  Akim Demaille  <akim@epita.fr>
7270         Version 2.57c.
7272 2003-09-12  Akim Demaille  <akim@epita.fr>
7274         * config/config.guess, config/config.sub, config/missing,
7275         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
7276         from masters.
7278 2003-09-12  Akim Demaille  <akim@epita.fr>
7280         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
7281         not asm/types.h.
7283 2003-09-11  Akim Demaille  <akim@epita.fr>
7285         * doc/autoconf.texi (Header Portability): linux/random.h.
7286         From Peter Hendrickson.
7288 2003-09-10  Akim Demaille  <akim@epita.fr>
7290         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
7291         willing to edit the output files.
7293 2003-09-10  Akim Demaille  <akim@epita.fr>
7295         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
7296         and AC_FC_FREEFORM.
7297         * tests/mktests.sh: Skip AC_FC_SRCEXT.
7298         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
7300 2003-09-09  Akim Demaille  <akim@epita.fr>
7302         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
7303         Reported by Gary Vaughan.
7304         * bin/autom4te.in (handle_m4): Likewise.
7306 2003-09-09  Akim Demaille  <akim@epita.fr>
7308         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
7309         trailing files.
7311 2003-09-07  Paul Eggert  <eggert@twinsun.com>
7313         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
7314         Improve the accuracy of the wording about obsolescence.
7315         From a suggestion by Ian Lance Taylor in
7316         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
7318 2003-09-05  Paul Eggert  <eggert@twinsun.com>
7320         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
7321         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
7323 2003-09-04  Akim Demaille  <akim@epita.fr>
7325         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
7326         AC_FUNC_WAIT3.
7328 2003-09-04  Akim Demaille  <akim@epita.fr>
7330         * bin/autom4te.in: Use &fatal where more appropriate than &error.
7331         (freeze): When exiting, use $exit_code.
7332         * lib/autoconf/fortran.m4: Comment changes.
7334 2003-09-04  Akim Demaille  <akim@epita.fr>
7336         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
7338 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
7340         Add support for newer Fortran dialects.  The F77 interface is
7341         unchanged, and continues to support Fortran 77.  New FC macros
7342         correspond to all the old F77 macros, with output variables FC,
7343         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
7344         available dialect, but older dialects can be specified.  There are
7345         new macros AC_FC_SRCEXT to set the source extension, and
7346         AC_FC_FREEFORM to accept free-form source files.
7348         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
7349         New macros.
7350         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
7351         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
7352         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
7353         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
7354         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
7355         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
7356         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
7357         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
7358         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
7359         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
7360         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
7361         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
7362         AC_FC_SRCEXT, AC_FC_FREEFORM):
7363         New macros.
7364         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
7365         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
7366         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
7367         Rewrite in terms of the above.
7368         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
7369         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
7370         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
7371         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
7373 2003-09-02  Paul Eggert  <eggert@twinsun.com>
7375         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
7376         Document problems with timestamp resolution that 'make', 'cp -p', and
7377         'touch -r' have.
7379 2003-08-27  Akim Demaille  <akim@epita.fr>
7381         * tests/m4sugar.at (cross_warning): Make sure to enable the
7382         output, so that we can track spurious m4sugar output.
7383         * tests/local.at: Require 2.57.
7384         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
7385         are defaulted by AT_CHECK anyway.
7386         Use AT_CHECK_AUTOM4TE.
7387         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
7388         missing dnl.
7390 2003-08-27  Akim Demaille  <akim@epita.fr>
7392         * bin/autoheader.in: Issue the "Using auxiliary..." message only
7393         when -Wobsolete is set.
7394         Set it on by default.
7395         Suggested by Klee Dienes.
7397 2003-08-27  Akim Demaille  <akim@epita.fr>
7399         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
7400         documentation.
7401         From Guido Draheim.
7403 2003-08-26  Akim Demaille  <akim@epita.fr>
7405         * doc/autoconf.texi (Output): Make clear that one can run code
7406         after AC_OUTPUT.
7408 2003-08-25  Akim Demaille  <akim@epita.fr>
7410         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
7411         CVS Bison.
7413 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
7415         * bin/autoreconf.in (parse_args): Do not pass --no-force to
7416         Automake versions prior to 1.8.
7418 2003-08-25  Akim Demaille  <akim@epita.fr>
7420         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
7421         From Ville Karaila.
7423 2003-08-24  Akim Demaille  <akim@epita.fr>
7425         * configure.ac: Bump to 2.57c.
7427 2003-08-22  Akim Demaille  <akim@epita.fr>
7429         Version 2.57b.
7431         * Makefile.cfg (local-checks-to-skip): New.
7432         * Makefile.maint (local-check): Rename as...
7433         (local-checks-available): this.
7434         (local-check): New.
7436         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
7437         * configure.ac: Require Automake 1.7.6.
7439 2003-08-22  Akim Demaille  <akim@epita.fr>
7441         Output stack traces in warnings.
7443         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
7444         Replace the former...
7445         (m4_warn): Pass the call stack to _m4_warn.
7446         * bin/autom4te.in: Adjust to output the call stack.
7447         * tests/m4sugar.at (m4@&t@_warn): Adjust.
7449 2003-08-22  Akim Demaille  <akim@epita.fr>
7451         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
7452         * bin/autom4te.in: Adjust.
7454 2003-08-21  Akim Demaille  <akim@epita.fr>
7456         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
7457         (&verbose): Remove.
7458         (&getopt): Adjust the note and verb channels, depending upon
7459         --verbose.
7460         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
7461         * bin/autoupdate.in: Adjust.
7462         Use &verb, not &verbose.
7464 2003-08-21  Akim Demaille  <akim@epita.fr>
7466         * bin/autoheader.in (&parse_args): Use &parse_warnings and
7467         &parse_WARNINGS.
7468         ($help): Use Autom4te::ChannelDefs::usage.
7469         * bin/autoscan.in: Use Autom4te::ChannelDefs.
7470         * lib/Autom4te/General.pm: Don't export error: you don't own it.
7472 2003-08-21  Akim Demaille  <akim@epita.fr>
7474         First stab at preserving warnings between calls to autom4te,
7475         including when the cache is used.
7477         There are still several issues: (i) there are too many runs of m4
7478         (one for include, one for warnings, and some more), (ii) warnings
7479         spreading on several lines are not handled gracefully, (iii) the
7480         code meant to have the call stack display for errors does not work
7481         (its handling should move from m4 to autom4te).
7483         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
7484         Use them.
7485         (@preselect): Add m4_warn.
7486         ($exit_status): Remove, use $exit_code.
7487         ($help): Use Autom4te::ChannelDefs::usage.
7488         (&handle_m4): No longer define the m4_warnings.
7489         At each run, extract and report the warnings.
7490         Always cache the result, including if the exit status is on
7491         failure, since if nothing changes, we should result in the same
7492         failure, hence we can use the cache.
7493         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
7494         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
7495         Remove.
7496         (m4_warn): Redefine as a do-nothing: it is its invocation that
7497         matters, as warnings are now reported via traces.
7498         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
7499         the contents of m4_warn: make it _call_ m4_warn, so that tracing
7500         the latter reveals calls to the former.
7502         Adjust the tests.
7504         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
7506 2003-08-21  Akim Demaille  <akim@epita.fr>
7508         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
7509         Use them.
7511 2003-08-21  Akim Demaille  <akim@epita.fr>
7513         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
7514         forward order.
7515         * lib/Autom4te/ChannelDefs.pm: Doc typos.
7516         (&parse_warnings): Accept a list of warning requests.
7517         (&usage): Return a string, not a side effect.
7518         (cross): New warning category.
7520 2003-08-21  Akim Demaille  <akim@epita.fr>
7522         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
7523         (&require_configure_ac): Accept an optional directory argument.
7524         ($configure_ac): Remove.
7525         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
7526         (&catfile): Remove.
7527         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
7528         * bin/autoscan.in: Adjust.
7530 2003-08-20  Akim Demaille  <akim@epita.fr>
7532         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
7533         Reported by Alexandre Duret-Lutz.
7535 2003-08-20  Akim Demaille  <akim@epita.fr>
7537         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
7538         * bin/autom4te: Adjust.
7539         In particular, be Autoconf tools are really silent when properly
7540         working, bind the verbosity of the 'note' channel to $verbose.
7541         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
7542         (&xsystem, &contents): Remove, since they are exported by...
7543         * lib/Autom4te/FileUtils.pm: this.
7544         More perldoc.
7545         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
7546         * lib/Autom4te/FileUtils.pm: here.
7548 2003-08-20  Akim Demaille  <akim@epita.fr>
7550         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
7551         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
7552         from CVS Automake.
7554 2003-08-20  Akim Demaille  <akim@epita.fr>
7556         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
7557         (autom4te-update): New.
7558         * Makefile.cfg (update): Bind autom4te-update.
7560 2003-08-19  Derek Price  <derek@ximbiot.com>
7562         * lib/autotest/general.m4: Comment various HELP_* diversions.
7563         (PARSE_ARGS_BEGIN): New section for option parsing related
7564         initialization.
7565         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
7566         package specific options and associated help.
7568 2003-08-19  Akim Demaille  <akim@epita.fr>
7570         * config/announce-gen, Makefile.cfg: New.
7571         * Makefile.am: Adjust.
7572         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
7574 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7576         * lib/autom4te.in (Automake-preselections): Preselect
7577         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
7578         and m4_sinclude.
7580 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7582         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
7583         (Autoconf-without-aclocal-m4): ... this new language.
7584         * doc/autoconf.texi (autom4te Invocation): Mention
7585         Autoconf-without-aclocal-m4.
7587 2003-08-18  Derek Price  <derek@ximbiot.com>
7589         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
7590         RUN-IF-PASS optional arguments.
7592 2003-08-18  Derek Price  <derek@ximbiot.com>
7594         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
7596 2003-08-16  Derek Price  <derek@ximbiot.com>
7598         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
7599         STDOUT & STDERR arguments.
7601 2003-08-14  Derek Price  <derek@ximbiot.com>
7603         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
7604         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
7605         shorter column three.  Add DESCRIPTION to log file content.
7607 2003-08-13  Derek Price  <derek@ximbiot.com>
7609         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
7610         output.
7612 2003-08-12  Derek Price  <derek@ximbiot.com>
7614         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
7615         (AT_CHECK_NOESCAPE): Move core functionality to...
7616         (_AT_CHECK): ...this new macro.
7618 2003-08-07  Derek Price  <derek@ximbiot.com>
7620         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
7621         (AT_CHECK_NOESCAPE): ...to this new macro.
7623 2003-07-31  Paul Eggert  <eggert@twinsun.com>
7625         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
7626         in Bash 2.01.  Problem reported by Brian Gough in
7627         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
7629 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
7631         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
7632         -lcrt1.o, for OS X.  (trivial change)
7634 2003-07-07  Paul Eggert  <eggert@twinsun.com>
7636         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
7637         inside '#ifndef __cplusplus'.  Problem reported by
7638         Bob Friesenhahn.
7640 2003-07-06  Bill Clarke  <llib@computer.org>
7642         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
7643         'long', not 'int', for benefit of Sun's recent C++ compilers
7644         (trivial change).  See:
7645         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
7646         (This really should be 'intptr_t', not 'long', but that would
7647         take more work.)
7649 2003-06-25  Akim Demaille  <akim@epita.fr>
7651         * lib/Makefile.am (autom4te.cfg): Make it read only.
7652         Depend on Makefile since it contains substitutions.
7653         From Paolo Bonzini.
7654         * lib/autom4te.in (args): Add local.at? for Autotest args.
7655         This change was made on autom4te.cfg which is generated.
7656         Reported by Raja R. Harinath.
7658 2003-06-25  Akim Demaille  <akim@epita.fr>
7660         * doc/autoconf.texi (Header Portability): sys/mount.h.
7661         From Gareth McCaughan.
7663 2003-06-23  Akim Demaille  <akim@epita.fr>
7665         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
7666         not all of them.  This fixes 1. the fact that when testing
7667         Autoconf there are many many config.log, 2. the incorrect use of
7668         top_srcdir to find config.log.
7669         Don't mix the detailed output of failed test with the summary of
7670         failures.  Rather, append detailed log afterwards.
7672 2003-06-23  Akim Demaille  <akim@epita.fr>
7674         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
7675         always run: output config.log on $at_group_log.
7677 2003-06-23  Akim Demaille  <akim@epita.fr>
7679         * tests/torture.at (#define header templates): Don't use quotes in
7680         C++ comments as it puzzles Emacs' sh font-lock-mode.
7682 2003-06-23  Akim Demaille  <akim@epita.fr>
7684         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
7685         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
7686         * tests/atspecific.m4: Rename as...
7687         * tests/local.at: This.
7688         * tests/suite.at: Move the globals into...
7689         * tests/local.at: here.
7690         * tests/Makefile.am: Adjust.
7691         * doc/autoconf.texi (testsuite Scripts): Adjust.
7693 2003-06-21  Kevin Ryde  <user42@zip.com.au>
7695         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
7696         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
7697         ensuring we add -std1 for full-ANSI.
7699         * doc/autoconf.texi (hdrindex): New macro.
7700         Add index entries for portability of various standard header files.
7702 2003-06-20  Akim Demaille  <akim@epita.fr>
7704         * configure.ac: Bump to 2.57b.
7706 2003-06-20  Akim Demaille  <akim@epita.fr>
7708         Version 2.57a.
7710 2003-06-20  Akim Demaille  <akim@epita.fr>
7712         * bin/autom4te.in: Don't rely on $HOME being defined.
7713         Reported by Marc Espie as PR/233.
7715 2003-06-20  Akim Demaille  <akim@epita.fr>
7717         * lib/autotest/general.m4: Use at_times_file only if used.
7718         From Nicolas Joly.
7720 2003-06-20  Akim Demaille  <akim@epita.fr>
7722         * config/config.guess, config/config.sub, config/elisp-comp,
7723         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
7724         Update from masters.
7726 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
7728         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
7729         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
7730         (TEST_SCRIPT): New diversion.
7731         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
7732         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
7733         (AT_INIT): Support for expected failures.
7735 2003-06-02  Akim Demaille  <akim@epita.fr>
7737         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
7738         changes.
7739         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
7740         Autoconf nor Automake.
7741         (&contents): New, from Automake.
7742         PODify.
7744 2003-05-28  Paul Eggert  <eggert@twinsun.com>
7746         * NEWS, doc/autoconf.texi (Particular Functions),
7747         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
7748         is the inverse of localtime.
7750 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
7752         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
7753         (handle_exec_errors): New function.  Work around $! being
7754         altered by WEXITSTATUS.
7755         (xqx, xsystem): Use handle_exec_errors.
7757 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
7759         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
7760         Do not call `_exit()', simply modify `$?'.
7761         (xsystem): Reset $! before running system, and check it afterward.
7762         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
7763         63 for version mismatches.
7765 2003-05-23  Akim Demaille  <akim@epita.fr>
7767         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
7768         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
7769         the middle of a line).
7770         * lib/m4sugar/m4sugar.m4: Likewise.
7771         Remove useless spaces in comments.
7773 2003-05-23  Akim Demaille  <akim@epita.fr>
7775         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
7776         exit 63, so that we (or Automake's "missing") can tell the
7777         difference with a plain failure.
7778         * doc/autoconf.texi (Notices): Adjust.
7780 2003-05-23  Akim Demaille  <akim@epita.fr>
7782         * Makefile.am, bin/Makefile.am, config/Makefile.am,
7783         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
7784         White spaces cleanup.
7786 2003-05-22  Jim Meyering  <jim@meyering.net>
7787             Paul Eggert  <eggert@twinsun.com>
7789         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
7790         Remove `#include <stdlib.h>' from the list; we should never
7791         make confdefs.h include <stdlib.h> or <cstdlib>, because the
7792         resulting namespace pollution would cause other tests to fail.
7793         Configure scripts run with some older versions of g++ and HP's
7794         aCC would fail due to such an #include.  Problems reported by
7795         Matthew Mueller in <http://bugs.debian.org/120704> and by
7796         Keith Bostic in
7797         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
7798         In the test, use the test declaration before including <stdlib.h>,
7799         as that's closer to how it'll be used.
7801 2003-05-23  Akim Demaille  <akim@epita.fr>
7803         * doc/autoconf.texi (Header Portability): ucred.h.
7804         From Ian Redfern.
7806 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7808         Overhaul Autotest's logging: generate separate log files
7809         in testsuite.dir/NNN/testsuite.log, and append them to
7810         testsuite.log instead of re-running the test verbosely.
7812         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
7813         file descriptor, write 0 to at_status_file instead of setting
7814         at_status=0, initialize some new variables (at_status_file,
7815         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
7816         to rerun the tests, instead append the at_group_log to the
7817         at_suite_log when a test fails.
7818         (AT_SETUP): pipe the test case's output into at_tee_pipe,
7819         with the AS_MESSAGE_LOG_FD redirected to stdout.
7820         (AT_CLEANUP): save the output status in $at_status_file
7821         and restore it, redirect the AS_MESSAGE_LOG_FD back to
7822         its original place.
7823         (AT_CHECK): since tests are run with a redirected stdout,
7824         and used to be re-run in verbose mode, turn some $at_verbose
7825         into echo, and don't redirect the output of testing stdout
7826         and stderr.
7828         * lib/autotest/autoconf.texi (testsuite Scripts): Update
7829         the name of the debugging directory and information about
7830         its contents.
7832 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7834         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
7835         parameter.
7837 2003-05-22  Akim Demaille  <akim@epita.fr>
7839         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
7840         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
7841         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
7842         * lib/autoconf/status.m4: Fix and adjust copyright notices.
7844 2003-05-22  Akim Demaille  <akim@epita.fr>
7846         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
7847         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
7848         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
7849         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
7850         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
7851         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
7852         * lib/autoconf/status.m4, lib/autoconf/types.m4,
7853         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
7854         * tests/atspecific.m4, tests/base.at, tests/compile.at,
7855         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
7856         * tests/tools.at, tests/torture.at:
7857         Whitespace clean up.
7858         Suggested by Jim Meyering.
7860 2003-05-22  Akim Demaille  <akim@epita.fr>
7862         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
7863         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
7864         Reported by Jim Meyering.
7866 2003-05-22  Akim Demaille  <akim@epita.fr>
7868         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
7869         Add AC_HELP_STRING  to the obsolete macros section.
7870         Typos.
7871         Use '@.' for sentences that ended in a capital letter.
7872         From Art Haas.
7874 2003-05-22  Akim Demaille  <akim@epita.fr>
7876         * config/config.guess, config/config.sub, config/elisp-comp,
7877         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
7878         * config/texinfo.tex, doc/standards.texi: Update from masters.
7880 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
7882         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
7883         it to eval.
7885 2003-05-21  Akim Demaille  <akim@epita.fr>
7887         * bin/autoupdate.in ($m4): Fix quotation.
7888         Reported by Martin Mokrejs.
7890 2003-05-19  Paul Eggert  <eggert@twinsun.com>
7892         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
7893         Remove non-ASCII characters.
7895 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
7897         * tests/semantics.at (AC_SEARCH_LIBS): New test.
7898         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
7899         AC_CHECK_HEADERS_NEW): New tests.
7901 2003-05-17  Akim Demaille  <akim@epita.fr>
7903         * lib/autoconf/functions.m4: Use the default includes so that
7904         memcmp be declared before being tested.
7905         Reported by Sander Niemeijer.
7906         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
7907         * doc/autoconf.texi (Default Includes): Document
7908         AC_INCLUDES_DEFAULT.
7910 2003-05-17  Akim Demaille  <akim@epita.fr>
7912         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
7913         * doc/autoconf.texi (Obsolete Macros): Adjust.
7914         Reported by Werner LEMBERG and Debian Bug 190886.
7916 2003-05-16  Akim Demaille  <akim@epita.fr>
7918         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
7919         user name space clashes.
7920         Reported by Bruno Haible.
7922 2003-05-16  Akim Demaille  <akim@epita.fr>
7924         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7925         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
7926         them uniform, and more robust to Perl special characters.
7927         Reported by Martin Mokrejs.
7929 2003-05-14  Akim Demaille  <akim@epita.fr>
7931         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
7933 2003-05-14  Akim Demaille  <akim@epita.fr>
7935         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
7936         linux/irda.h.
7938 2003-05-12  Akim Demaille  <akim@epita.fr>
7940         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
7941         message.
7942         From Matthias Andree.
7944 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
7946         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
7947         and truncate.
7949 2003-05-06  Akim Demaille  <akim@epita.fr>
7951         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
7952         longer updates aclocal.m4 if useless, (ii) if a file m4_included
7953         by aclocal.m4 is changed it might require the importing of another
7954         m4 extension file, i.e., aclocal must be run.
7956         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
7957         (&parse_args): Use --force with aclocal if required and supported.
7958         (&autoreconf_current_directory): Use &run_aclocal.
7960 2003-05-06  Akim Demaille  <akim@epita.fr>
7962         Lock autom4te's cache.
7964         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
7965         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
7966         argument instead of a file name, so that the request file remains
7967         open during the whole autom4te run.
7968         ($icache_file): New.
7969         (&freeze): Lock the $icache_file.
7971 2003-04-29  Derek Price  <derek@ximbiot.com>
7973         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
7974         seperator with m4_append_uniq().  It doesn't work.
7975         (AT_CLEANUP): Add `;' to end of at_help_all.
7976         (AT_INIT): Allow --keywords to be specified more than once.  When
7977         grepping $at_help_all for keywords, use the field and keyword
7978         seperators to ensure a complete keyword match.  Alter at_prev handling
7979         to support the new --keywords behavior.
7981 2003-04-27  Karl Berry  <karl@freefriends.org>
7983         * doc/autoconf.texi: Make the dir entries in the autoconf manual
7984         align better with others.  I also made some of the individual
7985         entries on one line, for brevity and to make it easier for me to
7986         sort my dir-example file in the Texinfo distribution :).
7988 2003-04-12  Jim Meyering  <jim@meyering.net>
7990         * NEWS: Mention the new macro.
7991         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
7992         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
7993         * tests/c.at: Test AC_C_RESTRICT.
7994         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
7996 2003-04-08  Akim Demaille  <akim@epita.fr>
7998         * bin/ifnames.in: Skip C++ comments.
7999         From Jeremy Yallop.
8001 2003-04-08  Akim Demaille  <akim@epita.fr>
8003         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
8004         From Ilya Zakharevich.
8006 2003-04-08  Akim Demaille  <akim@epita.fr>
8008         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
8009         net/if.h, stdlib.h.
8011 2003-04-01  Derek Price  <derek@ximbiot.com>
8013         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
8014         from Akim's checkin of 2003-03-29.
8016 2003-04-01  Derek Price  <derek@ximbiot.com>
8018         * tests/torture.at (Configuring subdirectories): Add missing
8019         close-quote for Akim's change from 2003-03-28.
8021 2003-04-01  Akim Demaille  <akim@epita.fr>
8023         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
8024         (AC, AT, MS): these.
8025         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
8026         New.
8027         Use them.
8028         * doc/Makefile.am (CLEANFILES): Adjust.
8029         (TEXI2DVI): Make it --batch.
8031 2003-03-31  Derek Price  <derek@ximbiot.com>
8033         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
8034         which removed the main loop.
8035         Thanks to Akim Demaille.
8037 2003-03-29  Akim Demaille  <akim@epita.fr>
8039         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
8040         that starts a GUI.
8041         From Ilya Zakharevich.
8043 2003-03-29  Akim Demaille  <akim@epita.fr>
8045         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
8046         documentation to read is Autoconf's.
8047         Suggested by Paul Eggert.
8049 2003-03-28  Akim Demaille  <akim@epita.fr>
8051         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
8052         reading the section "Present But Cannot Be Compiled" when the
8053         header causes problems.
8055 2003-03-28  Akim Demaille  <akim@epita.fr>
8057         * tests/torture.at (Configuring subdirectories): Require aclocal
8058         1.4, otherwise the test fails, as it does support configure.ac.
8059         This fixes the "test 40 failed" bug reports.
8061 2003-03-28  Akim Demaille  <akim@epita.fr>
8063         * doc/autoconf.texi (C Compiler): `#line' portability.
8064         From Paul Eggert and Nelson H. F. Beebe.
8066 2003-03-27  Derek Price  <derek@ximbiot.com>
8068         * lib/autotest/general.m4: Eliminate main loop and reorganize test
8069         layout in order to allow scripting around test groups.
8071 2003-03-27  Derek Price  <derek@ximbiot.com>
8073         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
8074         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
8075         use new diversions in preparation for accepting new arguments and
8076         allowing scripting around tests.
8077         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
8079 2003-03-26  Derek Price  <derek@ximbiot.com>
8081         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
8082         obsolete AC_HELP_STRING.
8083         (AC_HELP_STRING): AU_DEFUN to...
8084         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
8085         * tests/m4sh.at (AS_HELP_STRING): New test.
8087         * tests/acgeneral.at: Regenerated.
8089 2003-03-26  Derek Price  <derek@ximbiot.com>
8091         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
8092         sense.  Verbosify the diversion definitions comment.
8094 2003-03-26  Derek Price  <derek@ximbiot.com>
8096         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
8097         AS_PREPARE.
8099 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
8101         * doc/autoconf.texi (Present But Cannot Be Compiled):
8102         Grammar fixes and minor rewording. (trivial change)
8104 2003-03-06  Paul Eggert  <eggert@twinsun.com>
8106         Work around a problem noted by Nelson H. F. Beebe with coreutils
8107         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
8108         2002/05/09) rejects '#line 32768 "configure"' because the line
8109         number overflows.
8110         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
8111         #line directives.
8112         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
8113         * doc/autoconf.texi (Generating Sources): Document this.
8115 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
8117         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
8118         file name for the m4 program, when it has an "exe" file extension.
8119         DJGPP's error messages include the error code in brackets -
8120         remove the error code during normalization.
8122 2003-02-28  Akim Demaille  <akim@epita.fr>
8124         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
8126 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
8128         * doc/autoconf.texi (Limitations of Make): Remove the section
8129         about `$<' in inference rules, it was a bogus interpretation of
8130         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
8131         Tru64 make in the "target lookup" section.
8132         (Automake): Automake 1.5+ no longer requires special tools to be
8133         present on the developer's host.
8135 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
8137         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
8138         to a shell that can handle redirection or quoting correctly.
8139         Override SHELL with the shell detected by configure.
8140         Use of $^O suggested by Tim van Holder.
8141         * bin/autom4te.in (BEGIN): Likewise.
8142         * bin/autoreconf.in (BEGIN): Likewise.
8143         * bin/autoscan.in (BEGIN): Likewise.
8144         * bin/autoupdate.in (BEGIN): Likewise.
8145         * bin/ifnames.in (BEGIN): Likewise.
8147         * bin/ifnames.in: Add final newline to help and version messages.
8149         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
8150         to cope with DOS-style absolute paths, when constructing
8151         ${ac_make}.
8153         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
8154         When constructing paths with IFS=:, quote the path. If we're
8155         constructing a DOS-style absolute path, we don't want to split it
8156         on the colon.
8158         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
8159         in description.
8161 2003-02-25  Pavel Roskin  <proski@gnu.org>
8163         * bin/autoheader.in: Add missing newline when printing
8164         suggestion how change AC_DEFINE call.
8166 2003-02-24  Paul Eggert  <eggert@twinsun.com>
8168         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
8169         2002-09-01 patch by replacing "test -n" with "test -z".
8170         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
8171         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
8173         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
8174         to fix a mismatch between example and discussion.
8176 2003-02-24  Kevin Ryde  <user42@zip.com.au>
8178         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
8179         format starting with "-".
8181 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
8183         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
8184         is not portable inside Makefile.
8186 2003-02-20  Akim Demaille  <akim@epita.fr>
8188         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
8189         compiler says yeah, but preproc says nope, compiler is right.
8190         Conversely, prompt the reader to send a bug report to the
8191         maintainers of the package, not of Autoconf.
8193 2003-02-20  Klee Dienes  <kdienes@apple.com>
8195         * bin/autoreconf.in (autoreconf_current_directory): Properly
8196         handle an empty aclocal.m4.
8198 2003-02-20  Akim Demaille  <akim@epita.fr>
8200         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
8201         $ac_prefix_program.
8202         From Larry Jones.
8204 2002-12-23  Paul Eggert  <eggert@twinsun.com>
8206         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
8207         innocuous variant befor including <limits.h> or <assert.h>.  This
8208         works around a bug reported by Albert Chin: HP-UX 11i
8209         (and earlier versions) have a <limits.h> that declares
8210         gettimeofday and many other functions.
8212 2002-12-03  Paul Eggert  <eggert@twinsun.com>
8214         Version 2.57.
8216         * NEWS, configure.ac: Update version.
8218         * doc/fdl.texi: Upgrade to FDL version 1.2.
8220         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
8221         nontrivially in main's body, so that f's external declaration is
8222         not optimized away in AIX.  This should fix the bug reported by
8223         Martin Frydl in
8224         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
8226         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
8227         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
8228         defined, to support freestanding compilers.  This should fix the
8229         bug reported by Momchil Velkov in
8230         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
8232         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
8233         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
8234         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
8235         by Simon Josefsson in
8236         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
8238         * Makefile.maint (www-gnu): New macro.
8239         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
8240         the location has moved.
8242 2002-12-02  Martin Frydl  <martin@systinet.com>
8244         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
8245         \(.*\) match is too long and there is something more to be checked.
8246         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
8248 2002-11-15  Akim Demaille  <akim@epita.fr>
8250         Version 2.56.
8252         * config/install-sh: chmod +x.
8253         From Paul Eggert.
8254         * config/move-if-change: Indenting changes.
8255         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
8256         * configure.ac (AM_INIT_AUTOMAKE): here.
8257         Require 1.7.1.
8259 2002-11-14  Akim Demaille  <akim@epita.fr>
8261         Version 2.55.
8263         * config/config.guess, config/config.sub, config/install-sh:
8264         Update from masters.
8266 2002-11-14  Akim Demaille  <akim@epita.fr>
8268         * Makefile.maint: Sync with Bison, i.e.:
8269         (po-check): Scan .l and .y files instead of the
8270         .c and the .h files that they generate.  This fixes the bug
8271         reported by Tim Van Holder in:
8272         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
8273         Look for N_ as well as for _.  Try to avoid matching #define for
8274         N_ and _.
8275         From Paul Eggert.
8277 2002-11-14  Akim Demaille  <akim@epita.fr>
8279         * doc/autoconf.texi (C Compiler): Compiling several files at once.
8280         From Paul Eggert and Albert Chin-A-Young.
8282 2002-11-14  Akim Demaille  <akim@epita.fr>
8284         * doc/autoconf.texi (C Compiler): Solitary backslashes.
8285         From Paul Eggert and Albert Chin-A-Young.
8287 2002-11-14  Kevin Ryde  <user42@zip.com.au>
8289         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
8290         than assigning in main, to avoid HP cc +O3 optimizing it away.
8292 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
8294         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
8295         option.  Process --recheck after parsing all options.  Pass -q
8296         option to configure on --recheck.
8297         (AC_OUTPUT): Pass -q from configure to config.status.
8298         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
8299         arguments to record.
8300         * doc/autoconf.texi (config.status Invocation): Document
8301         config.status -q option.
8303 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
8305         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
8306         Makefile.in if Makefile.am exists.
8307         (output): Strip `.am' from Makefiles.  Don't
8308         output AC_CONFIG_FILES if no Makefiles were found.
8310 2002-11-07  Akim Demaille  <akim@epita.fr>
8312         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
8313         (local_updates): New.
8314         * Makefile.maint: Update, from CVS Bison.
8315         (local_updates): New.
8317 2002-11-06  Akim Demaille  <akim@epita.fr>
8319         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
8320         declaration in extern "C" too.
8321         Reported by Roberto Bagnara.
8323 2002-11-06  Akim Demaille  <akim@epita.fr>
8325         * tests/torture.at (Configuring subdirectories): Don't use grep
8326         -w.
8327         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
8328         Reported by Ezra Peisach.
8330 2002-11-05  Akim Demaille  <akim@epita.fr>
8332         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
8333         Remove.
8334         We _have_ to stop using the old compatibility scheme that tried to
8335         avoid useless backslashes because Libtool 1.4.3 contains a
8336         AC_DEFINE([error_t], [int],
8337         [Define to a type to use for \`error_t' if it is not
8338         otherwise available.])
8339         We _have_ to quote the single quote and backslashes with \.  The
8340         old compatibility scheme saw that ` was backslashed, and therefore
8341         did not quote the single quote.  Hence before this patch, Autoconf
8342         was not compatible with Libtool.
8344 2002-11-04  Paul Eggert  <eggert@twinsun.com>
8346         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
8347         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
8348         LC_NAME, LC_PAPER, LC_TELEPHONE.
8349         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
8351 2002-11-04  Akim Demaille  <akim@epita.fr>
8353         Version 2.54c.
8355         * Makefile.maint (update, cvs-update, po-update, do-po-update):
8356         New.
8357         * config/texinfo.tex: Update.
8359 2002-11-03  Akim Demaille  <akim@epita.fr>
8361         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
8362         from...
8363         (&autoreconf): here.
8364         ($help, $make, &parse_args, &autoreconf_current_directory):
8365         Support -m/--make.
8366         * doc/autoconf.texi (autoreconf Invocation): Adjust.
8368 2002-10-31  Bruno Haible  <bruno@clisp.org>
8370         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
8371         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
8372         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
8373         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
8374         to ac_cv_func_realloc_0_nonnull.
8375         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
8377 2002-10-31  Akim Demaille  <akim@epita.fr>
8379         The test suite was no longer checking for trailing envvars and files.
8381         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
8382         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
8384 2002-10-31  Akim Demaille  <akim@epita.fr>
8386         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
8387         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
8388         Make variable, not a shell variable.
8389         Suggested by Bruno Haible.
8391 2002-10-31  Akim Demaille  <akim@epita.fr>
8393         * bin/autom4te.in (load_configuration): Reject #args out of any
8394         language.
8396 2002-10-31  Akim Demaille  <akim@epita.fr>
8398         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
8399         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
8400         (_AC_RUN_IFELSE): Use it.
8401         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
8402         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
8403         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
8404         inline it.
8406 2002-10-30  Akim Demaille  <akim@epita.fr>
8408         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
8409         * doc/autoconf.texi (autom4te Invocation): Adjust.
8410         Suggested by Tim van Holder.
8412 2002-10-29  Paul Eggert  <eggert@twinsun.com>
8414         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
8415         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
8416         Problem reported by Bruno Haible.
8418 2002-10-29  Akim Demaille  <akim@epita.fr>
8420         * doc/autoconf.texi (Header Templates): Put also in words what the
8421         pictures says to assist free style readers.
8422         (Customizing autom4te): s/--cache=/--cache /.
8424 2002-10-29  Akim Demaille  <akim@epita.fr>
8426         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
8427         sys/wait.h.
8428         sparc_address_test returns void.
8429         Use it with an argument, as prototyped.
8430         From Bruno Haible.
8432 2002-10-29  Akim Demaille  <akim@epita.fr>
8434         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
8435         configure.in, not configure.ac.
8436         Reported by Bruno Haible.
8438 2002-10-29  Akim Demaille  <akim@epita.fr>
8440         * tests/torture.at (Deep Package): New test.
8441         (Configuring subdirectories): Don't use a testSubDir as Autotest
8442         now does it itself.
8444 2002-10-29  Akim Demaille  <akim@epita.fr>
8446         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
8447         * doc/autoconf.texi (Invoking autom4te): Rename as...
8448         (autom4te Invocation): this, for consistency with the other nodes.
8450 2002-10-29  Akim Demaille  <akim@epita.fr>
8452         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
8453         Reported by Ralf Corsepius.
8455 2002-10-29  Akim Demaille  <akim@epita.fr>
8457         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8458         characters is a back as an `obsolete' warning now.
8459         Reported by Ralf Corsepius.
8461 2002-10-28  Akim Demaille  <akim@epita.fr>
8463         * configure.ac: Bump to 2.54c.
8465 2002-10-28  Akim Demaille  <akim@epita.fr>
8467         Version 2.54b.
8469         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
8471 2002-10-28  Akim Demaille  <akim@epita.fr>
8473         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
8474         m4 executable names, and different GNU M4 version.
8475         Reported by Ezra Peisach and Paul Jarc.
8477 2002-10-27  Akim Demaille  <akim@epita.fr>
8479         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
8480         AC_RUN_IFELSE.
8482 2002-10-27  Akim Demaille  <akim@epita.fr>
8484         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
8485         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
8486         Die when a simple Fortran program cannot be compiled.
8487         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
8488         Issue a warning if no function is given.
8490 2002-10-27  Akim Demaille  <akim@epita.fr>
8492         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
8493         Move the documentation of AC_TRY_RUN to...
8494         (Obsolete Macros): here.
8495         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
8496         (autoconf Invocation): Remove the duplicates with `invoking
8497         autom4te'.
8498         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
8499         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
8501 2002-10-27  Akim Demaille  <akim@epita.fr>
8503         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
8504         and AC_LANG_FUNC_LINK_TRY.
8505         (Examining Libraries): Rename as...
8506         (Running the Linker): this.
8507         Document AC_LINK_IFELSE.
8508         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
8509         (Obsolete Macros): here.
8510         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
8511         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
8512         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
8513         * lib/autoconf/headers.m4 (AC_USG): Likewise.
8515 2002-10-27  Akim Demaille  <akim@epita.fr>
8517         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
8519         More `check config.log' messages.
8521         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
8522         * doc/autoconf.texi (Printing Messages): Document it.
8523         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
8524         appropriate.
8525         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
8526         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
8527         (_AC_COMPILER_OBJEXT): Likewise.
8528         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
8529         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
8530         Likewise.
8531         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
8532         Likewise.
8534         Deprecate macros with unusual interfaces.
8536         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
8537         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
8539         Document the new ones, and proper style.
8541         * doc/autoconf.texi (Generating Sources): New.
8542         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
8543         (Examining Declarations): Rename as...
8544         (Running the Preprocessor): this.
8545         Document AC_PREPROC_IFELSE.
8546         (Examining Syntax): Rename as...
8547         (Running the Compiler): this.
8548         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
8549         (Obsolete Macros): Move the definition of AC_TRY_CPP and
8550         AC_TRY_COMPILE here.
8552 2002-10-27  Akim Demaille  <akim@epita.fr>
8554         Move sections around.
8556         * doc/autoconf.texi (Customizing autom4te): Remove a lost
8557         sentence.
8558         Reported by Burno Haible.
8559         (Language Choice): Now the first section of...
8560         (Writing Tests): this section.
8561         Make the introduction less C-centric.
8562         (Guidelines, Test Functions): Move to...
8563         (Writing Test Programs): this new section.
8564         (Test Programs): Merge into...
8565         (Run Time): this.
8567 2002-10-27  Akim Demaille  <akim@epita.fr>
8569         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
8570         autom4te.in that resulted in the need for two `make' runs.
8572 2002-10-27  Akim Demaille  <akim@epita.fr>
8574         * configure.ac: Bump to 2.54b.
8576 2002-10-25  Akim Demaille  <akim@epita.fr>
8578         Version 2.54a.
8580         * Makefile.maint: Update from the Coreutils.
8581         (AMTAR): Remove, obsolete.
8582         (automake_repo): Update to redhat.com.
8583         (cvs_file): New.
8584         Adjust to the fact that ansi2knr is now hosted by Automake.
8585         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
8586         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
8587         Update from masters.
8588         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
8589         autoscan.pre is not to be installed, and autoscan.list is not to
8590         be shipped.
8591         (CLEANFILES): Add autoscan.list.
8592         (autoscan.list): Disable the cache.
8593         * bin/Makefile.am: Include freeze.mk.
8595 2002-10-25  Akim Demaille  <akim@epita.fr>
8597         * bin/autom4te.in (&load_configuration): Take the file as
8598         argument.
8599         (&parse_args): Handle -C, --cache.
8600         ($help): Adjust.
8601         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
8602         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
8603         * doc/autoconf.texi (Invoking autom4te): Document --cache.
8604         Now a subsection of...
8605         (Using autom4te): This new section.
8606         (Customizing autom4te): New.
8607         (autom4te.cache): Adjust.
8609 2002-10-25  Akim Demaille  <akim@epita.fr>
8611         * doc/autoconf.texi (Generic Headers): More information on how to
8612         use AC_CHECK_HEADERS.
8614 2002-10-25  Akim Demaille  <akim@epita.fr>
8616         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
8617         Space changes.
8619 2002-10-25  Akim Demaille  <akim@epita.fr>
8621         * bin/autoscan.in (output): Output AC_PREREQ.
8622         (%needed_macros): Add AC_PREREQ so that configure.ac without one
8623         be reported.
8625 2002-10-23  Akim Demaille  <akim@epita.fr>
8627         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
8628         document _Bool.
8630 2002-10-23  Akim Demaille  <akim@epita.fr>
8632         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
8633         Reported by Peter Eisentraut.
8635 2002-10-23  Akim Demaille  <akim@epita.fr>
8637         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
8638         type _Bool.
8639         Fix a typo.
8640         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
8641         Eggert's recommandations.
8643 2002-10-22  Akim Demaille  <akim@epita.fr>
8645         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
8646         Bison, by Paul Eggert.
8647         * doc/autoconf.texi (Particular Headers): Document it.
8649 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
8651         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
8652         `$ac_configure_args'.
8654 2002-10-22  Akim Demaille  <akim@epita.fr>
8656         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
8657         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
8658         From Art Haas.
8660 2002-10-22  Akim Demaille  <akim@epita.fr>
8662         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
8664         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8665         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
8666         (_AC_CHECK_HEADER_NEW): Rename as...
8667         (AC_CHECK_HEADER): this.
8669 2002-10-22  Akim Demaille  <akim@epita.fr>
8671         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
8672         words about HP-UX cmp: it was actually a user-written cmp.
8674 2002-10-22  Akim Demaille  <akim@epita.fr>
8676         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
8677         are a few warnings.
8678         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8679         Quote for Perl '' strings, not "".
8680         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
8681         strings.
8683 2002-10-22  Akim Demaille  <akim@epita.fr>
8685         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8686         characters is a syntax warning now.
8687         (_AS_QUOTE): Accept $2 as list of characters to quote.
8688         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8689         Quote for Perl, not sh.
8690         * bin/autoheader.in: When $debug, report the file which is
8691         `do'ne.
8692         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
8693         `@', to tickle Perl's lists.
8694         Reported by Carlos Velasco.
8696 2002-10-18  Akim Demaille  <akim@epita.fr>
8698         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
8699         missing included files _are_ errors.
8700         Thanks to Alexandre Duret-Lutz.
8701         * tests/tools.at (autom4te cache): Adjust.
8702         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
8703         (AT_CHECK_M4SUGAR): Use it.
8704         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8705         Adjust.
8706         * tests/tools.at (autom4te): Now it does exit 1.
8708 2002-10-17  Akim Demaille  <akim@epita.fr>
8710         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
8711         Fixes the `AC_ARG_VAR' test failures.
8712         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
8713         * lib/freeze.mk (check-forbidden-patterns): New.
8714         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
8715         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
8716         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
8717         /dev/null.
8718         Reported months ago by H. Merijn Brand.
8720 2002-10-17  Akim Demaille  <akim@epita.fr>
8722         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
8724 2002-10-16  Paul Eggert  <eggert@twinsun.com>
8726         * Makefile.maint (wget_files): Remove ansi2knr.c.
8727         (ansi2knr.c-url_prefix): Remove.
8729 2002-10-16  Akim Demaille  <akim@epita.fr>
8731         Because of caching, some files that no longer exist and are no
8732         longer required can still cause errors.
8733         Reported by Alexandre Duret-Lutz.
8735         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
8736         to frozen files in @ARGV, as @ARGV must remain being a list of
8737         files.  Rather, at M4 call sites, use this...
8738         (&files_to_options): New function.
8739         (&freeze): Use &error.
8740         (&up_to_date): If a file that was included according to the cache
8741         is no longer there, then the output is out dated.
8742         (&main): Don't even check whether a file is up to date is anyway
8743         --force is given.
8744         * tests/tools.at (autom4te cache): New.
8746 2002-10-16  Akim Demaille  <akim@epita.fr>
8748         * bin/autoconf.as: Kill dead options.
8749         * bin/autoupdate.in (&parse_args): Kill old options.
8750         * bin/autoreconf.in (&parse_args): Remove dead options.
8751         Factor some code.
8752         (&autoreconf): Report the directories we enter *and leave*, so
8753         that error messages can be easily located, and use GNU Make
8754         format, so that Emacs' compile mode understands us.
8755         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
8756         if some file was changed instead of `print'.
8757         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
8758         (&parse_args): Remove the dead options.
8759         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
8760         autoheader's quiet mode.
8761         (AT_CHECK_AUTOUPDATE): Likewise.
8762         * tests/tools.at (autoupdate): Adjust.
8763         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
8765 2002-10-11  Akim Demaille  <akim@epita.fr>
8767         No longer use CPP to check for the existing of headers: use CC to
8768         check for compilability.
8770         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8771         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
8772         (_AC_CHECK_HEADER_NEW): Rename as...
8773         (AC_CHECK_HEADER): this.
8775         * lib/autotest/general.m4 (AT_INIT): Include the failed test
8776         numbers in the Subject suggestion.
8778 2002-10-11  Akim Demaille  <akim@epita.fr>
8780         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
8781         Suggest using AC_CHECK_DECLS instead.
8783 2002-10-11  Akim Demaille  <akim@epita.fr>
8785         * tests/torture.at (AC_ARG_VAR): Have configure report the value
8786         of `precious'.
8788 2002-10-11  Akim Demaille  <akim@epita.fr>
8790         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
8791         file name to enable parallel executions.
8792         From Sam Varshavchik.
8794 2002-10-08  Akim Demaille  <akim@epita.fr>
8796         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
8797         aclocal invocation, as Gettext macros might not be visible to
8798         aclocal.
8799         Instead of blindly running autopoint, scan configure.ac (not the
8800         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
8801         Reported by Paul D. Smith.
8803 2002-10-08  Paul Eggert  <eggert@twinsun.com>
8805         Work around problems found when POSIXLY_CORRECT=1 is set.
8806         None of this seems to have anything to do with POSIX, really,
8807         but it's how Perl getopt works.
8808         * bin/autom4te.in (parse_args): Configure GetOpt with
8809         "permute", too.
8810         * doc/autoconf.texi (Invoking autom4te):
8811         --warning -> --warnings.
8812         * lib/autom4te.in: --warning -> --warnings.
8814 2002-09-28  Akim Demaille  <akim@epita.fr>
8816         * doc/autoconf.texi (autom4te.cache): New section.
8818 2002-09-28  Akim Demaille  <akim@epita.fr>
8820         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
8821         (Automake-preselections): Update.
8822         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
8824 2002-09-28  Akim Demaille  <akim@epita.fr>
8826         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
8827         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
8828         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8829         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
8831 2002-09-28  Akim Demaille  <akim@epita.fr>
8833         * tests/torture.at (Configuring subdirectories): Be robust to
8834         users who use config.site to require for a cache: in this case,
8835         the two last configure runs, using two different sets of
8836         arguments, trigger a legitimate error.
8838 2002-09-28  Akim Demaille  <akim@epita.fr>
8840         * tests/m4sh.at (Functions Support, Functions and return Support):
8841         New.
8843 2002-09-28  Akim Demaille  <akim@epita.fr>
8845         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
8846         autoheader are Perl programs.
8847         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
8848         (autom4te): Specify that the sources are in the $srcdir.
8849         * doc/autoconf.texi (Installation Directory Variables): Adjust.
8851 2002-09-28  Akim Demaille  <akim@epita.fr>
8853         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
8854         (tm_zone): Move their rules to...
8855         * lib/autoconf/types.m4: here, using AN_ macros.
8856         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
8857         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
8858         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
8859         * lib/autoconf/programs.m4: here.
8860         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
8861         (ETAGS_FOR_AUTOCONF): New.
8862         Use it.
8864 2002-09-28  Akim Demaille  <akim@epita.fr>
8866         * lib/autoconf/autoscan.m4: New file.
8867         * lib/autoconf/autoconf.m4: Include it.
8868         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
8869         that were listed in the original autoscan.list.
8870         * lib/autoconf/headers.m4: Similarly with headers.
8871         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
8872         (.m4.m4f): Don't pass --prepend-include, since that's done by
8873         tests/autom4te itself.
8874         * lib/autoscan/Makefile.am: Include freeze.mk.
8875         (autoscan.list): New target --this file is no longer a source.
8876         (autoscan.pre): New file.
8878 2002-09-28  Akim Demaille  <akim@epita.fr>
8880         * bin/autoscan.in (@kinds): Make them singular.
8881         Adjust all uses.
8882         (&init_tables): When --debug, report the list of rules to ease
8883         tracking changes in autoscan.list.
8884         * lib/autoscan/autoscan.list (function): Strip comments, sort.
8886 2002-09-28  Akim Demaille  <akim@epita.fr>
8888         * lib/autoscan/functions, lib/autoscan/headers,
8889         * lib/autoscan/identifiers, lib/autoscan/makevars,
8890         * lib/autoscan/programs: Merge into...
8891         * lib/autoscan/autoscan.list: this.
8892         * bin/autoscan.in (&init_tables): Adjust.
8894 2002-09-28  Akim Demaille  <akim@epita.fr>
8896         * lib/autoscan/functions, lib/autoscan/headers,
8897         * lib/autoscan/identifiers, lib/autoscan/makevars,
8898         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
8899         `functions' line is now prefixed with `function:'.
8900         * bin/autoscan.in (&init_tables): Adjust.
8902 2002-09-28  Akim Demaille  <akim@epita.fr>
8904         From now on, autoscan files must always map a macro name to a
8905         word: there is no `default' macro for autoscan.
8907         * bin/autoscan.in (&init_tables): Reject entries with no macro at
8908         all.
8909         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
8910         explicit.
8912 2002-09-28  Akim Demaille  <akim@epita.fr>
8914         * bin/autoscan.in (%c_keywords): Remove.
8915         (&used): Keep only track of the words we might be interested in.
8916         (&output_kind): It is no longer needed to look for non active
8917         checks.
8919 2002-09-27  Akim Demaille  <akim@epita.fr>
8921         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
8922         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
8923         * lib/autoscan/functions: Adjust.
8924         * doc/autoconf.texi (Particular Functions): Adjust.
8926 2002-09-27  Akim Demaille  <akim@epita.fr>
8928         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
8929         from /tmp.
8930         Thanks to Bill Moseley and Paul Eggert.
8931         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
8932         the tmpdir must be created.
8933         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
8934         dir be in the build tree, instead of $TMPDIR.
8936 2002-09-27  Akim Demaille  <akim@epita.fr>
8938         * bin/autoscan.in: Improve the comments.
8939         (&parse_args): Drop obsolete undocumented options.
8940         (&output_kind): Output warnings.
8941         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
8942         (getwd): Trigger a warning.
8944 2002-09-26  Akim Demaille  <akim@epita.fr>
8946         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
8947         Reported by Ralf Corsepius.
8948         * doc/autoconf.texi (autoreconf Invocation): Likewise.
8950 2002-09-26  Akim Demaille  <akim@epita.fr>
8952         Single suffix rules and seperated dependencies are not portable.
8954         * doc/autoconf.texi (Installation Directory Variables): Update.
8955         (Limitations of Make): Some about `Single Suffix Rules and
8956         Separated Dependencies'.
8957         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
8958         (ifnames, autoscan, autom4te): Un-factor into several rules.
8960 2002-09-25  Paul Eggert  <eggert@twinsun.com>
8962         * BUGS (Interoperability bugs): New section.  Mention libtool
8963         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
8965 2002-09-24  Paul Eggert  <eggert@twinsun.com>
8967         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
8968         make handles suffix-rules differently from GNU make.
8970         * bin/Makefile.am (SUFFIXES, .in): Remove.
8971         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
8972         Move the body of the old .in rule here.
8974 2002-09-16  Akim Demaille  <akim@epita.fr>
8976         i960 compilers create `b.out' files by default.
8977         Reported by Ralf Corsepius.
8979         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
8980         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
8982 2002-09-13  Paul Eggert  <eggert@twinsun.com>
8984         * doc/autoconf.texi (Particular Headers): Remove obsolete
8985         reference to `struct timezone' in the description of
8986         AC_HEADER_TIME.
8988 2002-09-13  Akim Demaille  <akim@epita.fr>
8990         Version 2.54.
8992         * config/config.sub, config/config.guess: Update.
8993         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
8994         * Makefile.am: Adjust.
8996 2002-09-13  Akim Demaille  <akim@epita.fr>
8998         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
8999         reading config.log when the compiler is rejected.
9000         Suggested by Guido Draheim.
9002 2002-09-13  Akim Demaille  <akim@epita.fr>
9004         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
9005         (chdir_init) might hang when stat'ing mounted directories.
9006         Reported by Vance Shipley.
9008 2002-09-12  Akim Demaille  <akim@epita.fr>
9010         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
9011         the lists.
9013 2002-09-12  Akim Demaille  <akim@epita.fr>
9015         * doc/autoconf.texi (Defining Symbols): Present two different
9016         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
9017         difference between 1 argument calls, and 2-3 argument calls.
9019 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
9021         * doc/autoconf.texi: Review grammar and punctuation.
9023 2002-09-11  Paul Eggert  <eggert@twinsun.com>
9025         * doc/autoconf.texi: Fix minor formatting, spelling, and
9026         grammatical typos.
9027         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
9028         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
9029         is obsolescent.
9031 2002-09-11  Akim Demaille  <akim@epita.fr>
9033         * doc/autoconf.texi (Questions): Rename as...
9034         (FAQ): this.
9035         (Defining Directories): New.
9037 2002-09-09  Akim Demaille  <akim@epita.fr>
9039         * doc/autoconf.texi (Making testsuite Scripts): Update.
9040         Suggested by Nishio Futoshi.
9042 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
9044         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
9045         plain `@' is wanted.
9047 2002-09-09  Akim Demaille  <akim@epita.fr>
9049         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
9050         `duplicates', since the algorithm was too naive and could keep
9051         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
9052         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
9053         Reported by Ralf Corsepius.
9054         * tests/torture.at (Configuring subdirectories): Exercise these
9055         cases.
9057 2002-09-09  Akim Demaille  <akim@epita.fr>
9059         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
9060         looking for a replacement file.
9061         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
9062         directory is relative.
9063         * doc/autoconf.texi (Generic Functions): Clarify the replacement
9064         directory definition.
9065         Reported by Andreas Schwab and Jim Meyering.
9067 2002-09-06  Akim Demaille  <akim@epita.fr>
9069         * doc/autoconf.texi (Setting Output Variables): Clarify what
9070         precious variables are.
9071         Suggested by Pontus Skoeld.
9073 2002-09-05  Akim Demaille  <akim@epita.fr>
9075         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
9076         (ifnames, autoscan, autom4te): Since we don't only depend on
9077         configure.ac variables (such as VERSION etc.), but also on prefix
9078         and so forth, depend on Makefile, not configure.ac.
9079         Reported by Alexandre Duret-Lutz.
9080         * doc/autoconf.texi (Installation Directory Variables): Adjust.
9082 2002-09-05  Kevin Ryde  <user42@zip.com.au>
9084         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
9085         doesn't seem to be confined to ia64, just say "some versions".
9087 2002-09-04  Akim Demaille  <akim@epita.fr>
9089         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
9090         Automake 1.6c.
9091         * Makefile.am (maintainer-clean-local): Remove.
9092         (MAINTAINERCLEANFILES): Remove COPYING.
9094 2002-09-03  Paul Eggert  <eggert@twinsun.com>
9096         * doc/autoconf.texi (Configuration Commands): Remove obsolete
9097         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
9098         Brinkmann.
9100 2002-09-03  Akim Demaille  <akim@epita.fr>
9102         * configure.ac: Bump to 2.53d.
9103         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
9104         as of today, on Automake's team suggestion.
9106 2002-09-03  Akim Demaille  <akim@epita.fr>
9108         Version 2.53c.
9110 2002-09-02  Akim Demaille  <akim@epita.fr>
9112         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
9113         SITE_MACRO_DIR.
9114         * configure.ac: Disable SITE_MACRO_DIR.
9116 2002-09-02  Jim Meyering  <meyering@lucent.com>
9118         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
9119         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
9120         Also, tweak grammar: s/make sure to/be sure to/.
9122 2002-09-02  Paul Eggert  <eggert@twinsun.com>
9124         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
9125         directory names are generally preferable to physical names.
9127 2002-09-02  Akim Demaille  <akim@epita.fr>
9129         * lib/Autom4te/General.pm (&update_file): s/die/error/.
9130         Reported by Raja R. Harinath.
9131         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
9132         * bin/autoupdate.in: Use error instead of die.
9134 2002-09-01  Paul Eggert  <eggert@twinsun.com>
9136         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
9137         ordinary shell concatenation rather than echo+tr+sed command that
9138         runs afoul of a long-line-related sed bug in Solaris 8.
9140         * bin/autoheader.in (parse_args): --warning -> --warnings.
9142         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
9143         stdout, as traditional "ls" does.
9144         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
9145         _AC_COMPILER_EXEEXT_O): Likewise.
9146         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
9148         * bin/autoconf.as: Add --prepend-include option.  This patch was
9149         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
9150         but bin/autoconf.in is generated automatically from bin/autoconf.as.
9152         * bin/autoconf.in, configure: Regenerate.
9154         * doc/autoconf.texi (Special Shell Variables): Mention
9155         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
9157         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
9158         MAILPATH and set PS1, PS2, PS4 to default values, to work
9159         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
9160         For LC_ALL etc, first try to set to "C" as POSIX requires and as
9161         the Autoconf documentation specifies; fall back to "unset" only if
9162         this fails.  Use a shell for-loop for this rather than an m4 loop,
9163         to shorten the output script.
9165 2002-08-30  Paul Eggert  <eggert@twinsun.com>
9167         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
9168         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
9169         for the CDPATH problem.  Document PWD.
9170         (Limitations of Builtins): Document the problem that "cd $foo" and
9171         "ls $foo" may refer to different directories in shells conforming
9172         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
9173         example, since the old example is now out of date.
9175         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
9176         FOO" and "ls FOO" talk about different directories; this catches
9177         problems when POSIX 1003.1-2001 "cd" fails due to symlink
9178         spaghetti.
9180         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
9181         of rolling our own unset.
9182         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
9183         in practice we needn't worry about CDPATH if unset doesn't work.
9185         * Makefile.in, aclocal.m4, bin/Makefile.in,
9186         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
9187         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
9188         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
9189         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
9190         tests/Makefile.in: Regenerate with Automake 1.6.3.
9192         * config/config.guess, config/config.sub, config/mkinstalldirs:
9193         Update.
9195         * configure: Regenerate with self.
9197 2002-08-30  Kevin Ryde  <user42@zip.com.au>
9199         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
9200         default output.
9202 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9204         * bin/autom4te.in (Request::load): Correctly test for "do" read
9205         failure.
9207 2002-08-29  Akim Demaille  <akim@epita.fr>
9209         * lib/Autom4te/General.pm (&xqx): New.
9210         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
9211         hand, which is not portable.
9212         (&error): New.
9213         * bin/autom4te.in: Use them.
9214         Use &error instead of die.
9215         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
9216         Adjust.
9218 2002-08-17  Paul Eggert  <eggert@twinsun.com>
9220         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
9221         default list of compilers to try, since it was long ago superseded
9222         by the ksh fc builtin.  Suggested by Steven G. Johnson.
9224 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
9226         * doc/autoconf.texi (Invoking autom4te): End the option table,
9227         fixing a bug introduced by the previous patch.
9228         (Limitations of Make): Add a 'target lookup' subentry in the
9229         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
9231 2002-07-29  Mark D. Roth  <roth@feep.net>
9233         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
9234         options and use $AUTOM4TE_PATH.
9235         * doc/autoconf.texi: Remove documentation of autom4te
9236         --include-envvar and --site-macro-subdir options and document
9237         use of $AUTOM4TE_PATH.
9238         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
9239         arguments from each language section.
9241 2002-07-29  Paul Eggert  <eggert@twinsun.com>
9243         * doc/install.texi: Include copyright symbol in copyright notice.
9245         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
9246         Replace with:
9247         (AM_MAKEINFOFLAGS): New macro.
9248         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
9249         * Makefile.am (INSTALL): Use the new macros.
9250         Use -o rather than --output, since "missing" does not grok --output.
9252 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
9254         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
9255         comments do not always work. Never trust the exit status of
9256         `make -k'.
9258 2002-07-24  Kevin Ryde  <user42@zip.com.au>
9260         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
9261         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
9263 2002-07-23  Paul Eggert  <eggert@twinsun.com>
9265         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
9266         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
9267         apparently treats PATH="nonexistent" as if it contained ".".
9268         Bug reported by Stefan `Sec' Zehl.
9270 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
9272         * doc/autoconf.texi (Limitations of Make): Mention the special
9273         handling of the obj/ directory by BSD make.
9275 2002-07-20  Kevin Ryde  <user42@zip.com.au>
9277         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
9278         backslashes.
9280 2002-07-19  Akim Demaille  <akim@epita.fr>
9282         * doc/autoconf.texi (Function Portability): `exit'.
9283         (Programming in M4sh): Ethymology of M4sh.
9285 2002-07-19  Akim Demaille  <akim@epita.fr>
9287         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
9289 2002-07-18  Akim Demaille  <akim@epita.fr>
9291         Version 2.53b.
9293 2002-07-18  Akim Demaille  <akim@epita.fr>
9295         * config/config.guess, config/config.sub: Update.
9297 2002-07-18  Akim Demaille  <akim@epita.fr>
9299         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
9300         Automake's parts.
9302         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
9303         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
9304         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
9306 2002-07-18  Akim Demaille  <akim@epita.fr>,
9307             Alexandre Duret-Lutz  <duret_g@epita.fr>
9309         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
9310         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
9312 2002-07-17  Russ Allbery  <rra@stanford.edu>
9314         * doc/autoconf.texi (Initializing configure): Clarify the
9315         description of the tarname default.
9317 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
9319         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
9320         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
9321         latter was not run.
9323 2002-07-17  Akim Demaille  <akim@epita.fr>
9325         * lib/Autom4te/General.pm (find_file): Browse the directories in
9326         the order they are given.
9328 2002-07-17  Akim Demaille  <akim@epita.fr>
9330         * tests/wrapsh.as, tests/wrappl.as: Merge into...
9331         * tests/wrapper.as: this.
9332         * tests/Makefile.am, configure.ac: Adjust.
9334 2002-07-17  Mark D. Roth  <roth@feep.net>
9336         * configure.ac: Add --enable-site-macro-dir option.
9337         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
9338         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
9339         --site-macro-subdir options.
9340         * bin/autoconf.in: Add --prepend-include option.
9341         * bin/autoheader.in: Add --prepend-include option.
9342         * bin/autoreconf.in: Add --prepend-include option.
9343         * bin/autoscan.in: Add --prepend-include option.
9344         * bin/autoupdate.in: Add --prepend-include option.
9345         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
9346         macro directory, remove note that include path directories are
9347         used in reverse order, and document --prepend-include option.
9348         * lib/autom4te.in: Use --prepend-include instead of --include.
9349         * tests/wrapsh.in: Use --prepend-include instead of --include.
9351 2002-07-17  Akim Demaille  <akim@epita.fr>
9353         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
9354         tarnames.
9355         * doc/autoconf.texi (Initializing configure): Adjust.
9357 2002-07-17  Akim Demaille  <akim@epita.fr>
9359         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
9360         (_AC_FUNC_MALLOC): New.
9361         (AC_FUNC_MALLOC): Use the latter.
9362         Define HAVE_MALLOC to 0 if broken.
9363         * doc/autoconf.texi (Particular Functions): Adjust.
9365 2002-07-16  Akim Demaille  <akim@epita.fr>
9367         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
9368         * doc/autoconf.texi (C Compiler): Adjust.
9370 2002-07-09  Akim Demaille  <akim@epita.fr>
9372         * doc/autoconf.texi: Properly set the ``header'' part.
9374 2002-07-09  Akim Demaille  <akim@epita.fr>
9376         * doc/autoconf.texi (Systemology): Some about Darwin.
9378 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9380         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
9381         Don't use AC_REQUIRE in AU_DEFUN.
9383 2002-07-09  Art Haas  <ahaas@neosoft.com>
9385         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
9387 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
9389         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9390         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
9391         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
9392         so that Emacs setups GNU style for perl-mode and cperl-mode.
9394 2002-06-27  Paul Eggert  <eggert@twinsun.com>
9396         * config/install-sh: Quote $src.  Prefer || to test's -o option,
9397         as per "Limitations of Builtins".
9398         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
9399         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
9401         * tests/mktests.sh: Use grep instead of fgrep, as per
9402         "Limitations of Builtins".
9404 2002-06-15  Paul Eggert  <eggert@twinsun.com>
9406         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
9407         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
9408         so that we consistently test the just-built programs.
9409         * tests/wrappl.as: Likewise.
9411 2002-06-12  Paul Eggert  <eggert@twinsun.com>
9413         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
9414         name, so that symlinks to 'autoconf' work properly.  Bug reported
9415         by Bruno Haible.
9416         * bin/autoheader.in (AUTOM4TE): Likewise.
9417         * bin/autoreconf.in (autoconf, autoheader): Likewise.
9418         * bin/autoscan.in (autom4te): Likewise.
9419         * bin/autoupdate.in (autom4te): Likewise.
9421         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
9422         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
9423         on Solaris 2.5.1.
9425 2002-06-11  Andreas Schwab  <schwab@suse.de>
9427         * doc/autoconf.texi: Add more dir entries.
9429 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
9431         * bin/autom4te.in ($cache): Don't define using `$me', the name
9432         of the cache should not depend on the name under which autom4te
9433         was installed.
9435 2002-06-07  Akim Demaille  <akim@epita.fr>
9437         * tests/tools.at (autoconf: forbidden tokens, basic)
9438         (autoconf: forbidden tokens, exceptions): Adjust to the change of
9439         words in autom4te.in.
9441 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
9443         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
9444         _AC_LANG_PROGRAM_C_F77_HOOKS.
9446 2002-06-07  Akim Demaille  <akim@epita.fr>
9448         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
9449         rename as...
9450         (AC_REPLACE_FNMATCH): this.
9451         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
9452         AC_FUNC_FNMATCH_GNU.
9454 2002-06-07  Akim Demaille  <akim@epita.fr>
9456         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
9457         Rosetta Stone for Unix.
9459 2002-06-07  Akim Demaille  <akim@epita.fr>
9461         * bin/autom4te.in (warn_forbidden): When rejecting a token,
9462         suggest m4_pattern_allow.
9463         Suggested by Adam J. Richter.
9465 2002-06-07  Akim Demaille  <akim@epita.fr>
9467         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
9468         ac_config_libobj_dir.
9469         (AC_CONFIG_LIBOBJ_DIR): New.
9470         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
9471         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
9472         Use ac_config_libobj_dir to find the replacement files.
9473         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
9474         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
9475         (AC_REPLACE_FNMATCH_GNU): these.
9476         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
9477         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
9478         * tests/mktests.sh (ac_exclude_list): Don't check
9479         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
9481 2002-06-06  Paul Eggert  <eggert@twinsun.com>
9483         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
9484         if ln doesn't work.
9485         * NEWS: Likewise.
9486         * doc/autoconf.texi (Configuration Links): Likewise.
9487         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
9489 2002-06-05  Paul Eggert  <eggert@twinsun.com>
9491         * config/config.guess, config/config.sub, config/texinfo.tex:
9492         Update from masters.
9494 2002-05-29  Paul Eggert  <eggert@twinsun.com>
9496         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
9497         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
9498         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
9499         Likewise.
9500         * lib/autoconf/Makefile.am (check-local): Likewise.
9501         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
9502         * lib/autoconf/types.m4 (commentary only): Likewise.
9503         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
9504         * lib/autotest/Makefile.am (check-local): Likewise.
9505         * lib/m4sugar/Makefile.am (check-local): Likewise.
9506         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
9507         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
9509         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
9510         * doc/autoconf.texi (Particular Programs): Document them.
9511         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
9512         * NEWS: Likewise.
9514 2002-05-27  Paul Eggert  <eggert@twinsun.com>
9516         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
9517         * NEWS, doc/autoconf.texi (Particular Types): Document it.
9518         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
9519         instead of AC_MBSTATE_T, which never existed.
9521 2002-05-23  Akim Demaille  <akim@epita.fr>
9523         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
9524         version of Autoconf that is discussed.
9526 2002-05-22  Paul Eggert  <eggert@twinsun.com>
9528         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
9529         from the default list of compilers to try.  Suggested by
9530         Kate Hedstrom.
9531         * NEWS: Document the above.
9532         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
9534 2002-05-17  Paul Eggert  <eggert@twinsun.com>
9536         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
9537         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
9538         This improves on an earlier suggestion by H. Peter Anvin.
9540 2002-05-16  Paul Eggert  <eggert@twinsun.com>
9542         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
9543         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
9544         Both macros now accept an optional source-dir arg.
9545         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
9547         * NEWS: Document this.
9548         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
9550         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
9551         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
9552         not for GNU extensions; this undoes part of the 2000-11-03 change,
9553         reverting to 2.13-compatible behavior.
9554         Add new optional argument DIR.
9555         (AC_FUNC_FNMATCH_GNU): New macro.
9557         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
9559 2002-05-08  Paul Eggert  <eggert@twinsun.com>
9561         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
9562         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
9563         and it causes a 'test' syntax error if it fails.
9564         Bug reported by Stephen Gildea.
9566         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
9567         If prototypes are supported, use them to check this at compile-time,
9568         instead of trying to check it at run-time.  If we must do a run-time
9569         check, assume that setvbuf is standard when cross-compiling, as
9570         nonstandard setvbuf occurs only on ancient and unlikely hosts.
9571         Bug reported by Paul D. Smith.
9573         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
9574         argument specifying location of getloadavg.c.  This removes a
9575         FIXME.  This idea was taken from Jim Meyering's implementation in
9576         textutils.
9577         * doc/autoconf.texi (Particular Functions): Document this.
9578         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
9579         that's what the code does; this fixes a bug reported by
9580         Paul D. Smith.
9582 2002-05-03  Akim Demaille  <akim@epita.fr>
9584         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
9585         autopoint instead of gettextize.
9586         ($uses_alocal): Rename as...
9587         ($uses_aclocal): this.
9588         * doc/autoconf.texi (autoreconf Invocation): Adjust.
9589         Suggested by Bruno Haible.
9591 2002-05-03  Akim Demaille  <akim@epita.fr>
9593         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
9595 2002-04-29  Paul Eggert  <eggert@twinsun.com>
9597         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
9598         files to be 1 second older; just set them to be the same time.
9599         Also, sleep 1 second after the first aclocal, to work around
9600         problems with sub-second time stamps on the input files.
9602 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
9604         * doc/autoconf.texi: Mention "set -e -x" lossage
9605         under node "Limitations of Builtins".
9607 2002-04-29  Akim Demaille  <akim@epita.fr>
9609         * doc/install.texi: Better wording for setting variables when
9610         running configure.
9611         From Christian Cornelssen.
9613 2002-04-29  Akim Demaille  <akim@epita.fr>
9615         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
9616         of lack of $LINENO support, then the test will compare the $LINENO
9617         in testsuite vs. the lineno in the test file.  This is wrong, of
9618         course.
9619         Be sure to protect it.
9620         Reported by Patrick Welche.
9622 2002-04-25  Akim Demaille  <akim@epita.fr>
9624         * doc/autoconf.texi (Obsolete Macros): Typo.
9625         Reported by Vladimir Volovich.
9627 2002-04-25  Akim Demaille  <akim@epita.fr>
9629         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
9630         than some of the input files, hence, on the second run of aclocal,
9631         if some of its input are younger, make them older.
9632         Suggested by Paul Eggert.
9634 2002-04-25  Akim Demaille  <akim@epita.fr>
9636         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
9637         Thanks to Paul Eggert.
9639 2002-04-25  Akim Demaille  <akim@epita.fr>
9641         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
9642         and ac_subst_vars be sh variables containing the list of
9643         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
9644         DEFAULT diversion.
9645         (_AC_INIT_PREPARE): Use them to log them.
9646         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
9647         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
9648         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
9649         _AC_SUBST_FILES and _AC_SUBST_VARS.
9650         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
9652 2002-04-24  Akim Demaille  <akim@epita.fr>
9654         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
9655         autoheader, so that automake does not complain about a missing
9656         config.h.in that was to be created.
9658 2002-04-23  Akim Demaille  <akim@epita.fr>
9660         * bin/autoheader.in (parse_args): --warning takes an argument.
9661         Fixes PR/220.
9663 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
9665         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
9666         and bb.out when cleaning up.
9668 2002-04-22  Akim Demaille  <akim@epita.fr>
9670         Version 2.53a.
9672 2002-04-22  Akim Demaille  <akim@epita.fr>
9674         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
9676 2002-04-22  Akim Demaille  <akim@epita.fr>
9678         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
9679         comma.
9680         Reported by Gregory Giannoni.
9682 2002-04-22  Akim Demaille  <akim@epita.fr>
9684         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
9685         Fixes false failures on Darwin.
9687 2002-04-21  Paul Eggert  <eggert@twinsun.com>
9689         * TODO, bin/autoupdate.in, doc/autoconf.texi,
9690         lib/autoconf/general.m4, lib/autoconf/libs.m4,
9691         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
9692         tests/tools.at: Minor spelling and grammar fixes.
9694 2002-04-20  Paul Eggert  <eggert@twinsun.com>
9696         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
9697         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
9698         * lib/autotest/general.m4 (AT_INIT): Likewise.
9699         * tests/atgeneral.m4 (AT_INIT): Likewise.
9701 2002-04-19  Paul Eggert  <eggert@twinsun.com>
9703         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
9704         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
9705         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
9706         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9707         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
9708         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
9709         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
9710         Minor spelling and grammar fixes.
9712         * doc/autoconf.texi: Follow the outline suggested in the GNU
9713         Sample Texts sections of the Texinfo 4.2 manual.  Most
9714         importantly, this makes sure that the copyright notices appear in
9715         all output formats.  You probably need Texinfo 4.2 to generate
9716         the manual now.
9718         Fix some bugs when using "$@" when there might be zero positional
9719         arguments in cases where this matters.
9721         * bin/autoconf.as: Rewrite so that the problem does not come up.
9722         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
9723         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
9724         * lib/autotest/general.m4 (AT_INIT): Likewise.
9726         * bin/autoheader.in: Use 'case' statement to work around problem.
9727         * bin/auto4mte.in: Likewise.
9728         * bin/autoreconf.in: Likewise.
9729         * bin/autoscan.in: Likewise.
9730         * bin/autoupdate.in: Likewise.
9731         * bin/ifnames.in: Likewise.
9733         * doc/autoconf.texi (Shell Substitutions): Document the problem.
9735         * lib/autotest/general.m4 (AT_INIT):
9736         Use Zsh alias to work around problem.
9737         * tests/atgeneral.m4 (AT_INIT): Likewise.
9739         * tests/c.at: We can't have zero arguments, so remove workaround
9740         that is not portable to Zsh.
9742 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
9744         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
9745         from aclocal.m4 too.
9747 2002-04-12  Akim Demaille  <akim@epita.fr>
9749         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
9751 2002-04-10  Akim Demaille  <akim@epita.fr>
9753         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
9754         workaround for ${1+"$@"}.
9755         * doc/autoconf.texi (Shell Substitutions): Explain it.
9756         From Oliver Kiddle and Peter Stephenson.
9758         Have M4sh perform minimal shell sanitizing.
9760         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
9761         part into...
9762         (_AS_PREPARE): this new macro.
9763         (AS_PREPARE): New.
9764         (AS_INIT): Invoke AS_SHELL_SANITIZE.
9765         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
9767         Adjust Autoconf and Autotest.
9769         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
9770         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
9771         * lib/autotest/general.m4 (AT_INIT): Likewise.
9772         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
9773         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
9774         AS_SHELL_SANITIZE.
9776         Use this M4sh to generate Autoconf's shell scripts.
9778         * tests/wrapsh.as: New, precursor of wrapsh.in.
9779         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
9780         on Autotest and M4sh.
9781         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
9782         (wrapsh.in): New target.
9783         * bin/autoconf.as: New, precursor of autoconf.in.
9784         (autoconf.in): New target.
9786 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9788         * doc/autoconf.texi (Limitations of Make): Mention the issue
9789         with indented comments in rules.
9791 2002-04-09  Andreas Schwab  <schwab@suse.de>
9793         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
9794         ac_top_builddir when setting ac_abs_top_builddir.
9796 2002-04-06  Kevin Ryde  <user42@zip.com.au>
9798         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
9799         (Portable Shell): Cross reference to Systemology.
9801 2002-04-05  Akim Demaille  <akim@epita.fr>
9803         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
9804         directories when descending in a SUBDIRS.
9805         Reported by Ezra Peisach.
9807 2002-04-04  Andreas Schwab  <schwab@suse.de>
9809         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
9810         contains no literal separators.
9812 2002-04-03  Akim Demaille  <akim@epita.fr>
9814         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
9815         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
9816         Use dnl, not the KILL diversion.
9817         Extracted from...
9818         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
9819         (AC_CONFIG_LINKS): here.
9820         Adjust.
9821         Don't use the KILL diversion, as it kills spurious output, which
9822         results in failures being hidden.
9823         Use m4_defn where appropriate.
9824         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
9825         after the second argument.
9826         Use m4_defn.
9827         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
9828         syntax, as it is provided by M4sugar.
9829         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
9831 2002-04-03  Andreas Schwab  <schwab@suse.de>
9833         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
9834         expanded if $# <= 2.
9836         * bin/autoreconf.in (autoreconf): Run automake after rerunning
9837         aclocal.
9839 2002-04-03  Akim Demaille  <akim@epita.fr>
9841         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
9842         (_AC_COMPILER_EXEEXT_REJECT): New.
9843         Also recognize *.bb and *.bbg as compilation byproducts.
9844         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
9845         (_AC_COMPILER_OBJEXT): Use them.
9846         Fixes Debian #138666.
9848 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
9850         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
9852         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
9853         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
9854         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
9855         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
9856         (AC_C_CONST): Same.
9857         (AC_C_INLINE): Same.
9858         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
9859         * doc/autoconf.texi, NEWS: Document.
9860         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
9861         AC_C_CROSS.
9863 2002-04-02  Akim Demaille  <akim@epita.fr>
9865         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
9866         _AS_MKDIR_P_PREPARE.
9868 2002-03-28  Kevin Ryde  <user42@zip.com.au>
9870         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
9871         to avoid versions of HP C which don't allow that.
9873 2002-03-27  Paul Eggert  <eggert@twinsun.com>
9875         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
9876         (AS_SHELL_SANITIZE): Invoke it.
9877         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
9879 2002-03-26  Akim Demaille  <akim@epita.fr>
9881         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
9883 2002-03-26  Akim Demaille  <akim@epita.fr>
9885         * doc/autoconf.texi (Introduction): The GNATS base moved.
9887 2002-03-25  Paul Eggert  <eggert@twinsun.com>
9889         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
9890         as POSIX requires, as it doesn't work with Zsh.
9891         * doc/autoconf.texi (Assignments): Document the problem.
9893 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
9895         * doc/autoconf.texi (Limitations of Make): Mention more issue
9896         about VPATH, overriding of macros in sub-makes, and handling of
9897         SHELL.
9899 2002-03-21  Paul Eggert  <eggert@twinsun.com>
9901         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
9902         problem with here-document buffer boundaries.
9904         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
9905         when reinvoking the shell, to work around problems with installers
9906         who put strange things like "cd" commands in their environments.
9908 2002-03-19  Akim Demaille  <akim@epita.fr>
9910         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
9911         From Aaron Ucko.
9913 2002-03-19  Akim Demaille  <akim@epita.fr>
9915         * bin/autoscan.in (scan_file): Specify the location in `&used'
9916         invocations.
9917         From Nicolas Joly.
9919 2002-03-19  Akim Demaille  <akim@epita.fr>
9921         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
9922         From Nishio Futoshi.
9924 2002-03-19  Akim Demaille  <akim@epita.fr>
9926         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
9928 2002-03-18  Paul Eggert  <eggert@twinsun.com>
9930         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
9931         (Limitations of Usual Tools): Add mkdir section.
9933         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
9934         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
9935         back on AS_DIRNAME to compute prefixes otherwise; this is
9936         roughly what mkinstalldirs does.  That way, we need not have
9937         our own filename disassembler.  The old disassembler did not
9938         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
9940         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
9941         Create at_test_all by a series of assignments,
9942         not by a single assignment of a long string.  The latter causes ksh
9943         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
9944         presumably because of a buffer overrun.
9946 2002-03-14  Paul Eggert  <eggert@twinsun.com>
9948         * lib/autotest/general.m4 (at_times_skip):
9949         Renamed from at_times.  Now a boolean.
9950         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
9951         says 'times: not found'.
9953 2002-03-14  Akim Demaille  <akim@epita.fr>
9955         * bin/autoreconf.in (&study_gettextize): New.
9956         (&autoreconf): Handle newest gettextize.
9957         Rerun aclocal if needed.
9958         Suggested by Andreas Schwab.
9960 2002-03-13  Akim Demaille  <akim@epita.fr>
9962         * doc/autoconf.texi (Special Shell Variables): More about IFS.
9964 2002-03-13  Akim Demaille  <akim@epita.fr>
9966         * doc/autoconf.texi (Header Portability): New.
9967         Add information about stdint.h and inttypes.h from Paul Eggert.
9969 2002-03-13  Akim Demaille  <akim@epita.fr>
9971         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
9972         -p'.
9973         From Bob Proulx.
9975 2002-03-12  Akim Demaille  <akim@epita.fr>
9977         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
9978         m4_require.
9980 2002-03-11  Andreas Schwab  <schwab@suse.de>
9982         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
9983         does not do it if --with-lispdir is given.
9985 2002-03-08  Akim Demaille  <akim@epita.fr>
9987         Version 2.53.
9989 2002-03-08  Akim Demaille  <akim@epita.fr>
9991         * doc/autoconf.texi (Subdirectories): Clarify that the
9992         subdirectory should exist.
9994 2002-03-08  Akim Demaille  <akim@epita.fr>
9996         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
9998 2002-03-08  Akim Demaille  <akim@epita.fr>
10000         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
10001         aliases the actual variables, and modifications of the former
10002         affect the latter.
10004 2002-03-08  Akim Demaille  <akim@epita.fr>
10006         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
10007         because of C-c: have m4 output in tmp files, then mv them.
10009 2002-03-08  Akim Demaille  <akim@epita.fr>
10011         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
10012         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
10013         * bin/ifnames.in: Copyright update.
10015 2002-03-08  Akim Demaille  <akim@epita.fr>
10017         * doc/autoconf.texi (Invoking autom4te): New.
10019 2002-03-05  Akim Demaille  <akim@epita.fr>
10021         * doc/autoconf.texi (Specifying Names): Clarification suggested by
10022         Kevin Ryde.
10024 2002-03-05  Akim Demaille  <akim@epita.fr>
10026         Version 2.52i.
10028 2002-03-04  Akim Demaille  <akim@epita.fr>
10030         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
10031         * lib/autoconf/general.m4 (AC_INIT): More informative error
10032         message for LIBOBJ.
10034 2002-03-04  Akim Demaille  <akim@epita.fr>
10036         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
10037         parallel builds.
10039 2002-03-04  Akim Demaille  <akim@epita.fr>
10041         * doc/autoconf.texi (Transforming Names): Equality between target
10042         and host is irrelevant.
10043         (Specifying Names, Canonicalizing): Remove all references to the
10044         backward compatibility hooks.  Rather, collect them all into...
10045         (Hosts and Cross-Compilation): this new section.
10046         * doc/install.texi (System Type): Ditto.
10047         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
10048         that `--host' implies cross-compilation.
10050 2002-03-04  Akim Demaille  <akim@epita.fr>
10052         * doc/autoconf.texi (Evaluation Macros): New.
10053         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
10054         useless.
10055         (_m4_foreach): Define the variant with immediate evaluation so
10056         that it contains exactly the items, not an expression which
10057         evaluation is the current item.
10058         (m4_re_string, m4_re_word): Don't over quote them.
10060 2002-03-04  Akim Demaille  <akim@epita.fr>
10062         Instead of having stacking `shift's evaluated at the end, let
10063         `foreach' loops immediately evaluate them.
10065         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
10066         $*.  This is the n-th time I change my mind, but hopefully this is
10067         the last...
10068         (m4_lquote): New.
10069         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
10070         efficient.
10071         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
10072         it was only a hack for m4_text_wrap.
10073         (m4_car2): Remove, replaced by...
10074         (m4_cdr): New.
10075         (_m4_foreach): Adjust.
10076         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
10077         m4_bpatsubst for clarification.
10079 2002-03-04  Akim Demaille  <akim@epita.fr>
10081         * doc/autoconf.texi (Changequote is Evil): New.
10083 2002-03-03  Kevin Ryde  <user42@zip.com.au>
10085         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
10086         on old systems like SunOS.
10088 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
10090         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
10091         lib/autoconf/functions.m4, lib/autoconf/general.m4,
10092         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
10093         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
10094         of messages.
10096 2002-02-28  Akim Demaille  <akim@epita.fr>
10098         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
10099         message to be sent.
10101 2002-02-28  Kevin Ryde  <user42@zip.com.au>
10103         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
10105 2002-02-25  Akim Demaille  <akim@epita.fr>
10107         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
10108         From Akinori Musha.
10110 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
10112         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
10113         translate \r\n to \n.
10115 2002-02-07  Akim Demaille  <akim@epita.fr>
10117         Version 2.52h.
10119 2002-02-07  Akim Demaille  <akim@epita.fr>
10121         Fix Autoconf PR/209.
10122         Also reported by Frank Denis.
10124         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
10126 2002-02-07  Akim Demaille  <akim@epita.fr>
10128         Fix Autoconf PR/207:
10129         AC_PREFIX_PROGRAM fails with dashed program names
10131         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
10132         variable when looking for the prefix program.
10133         Now it also works for shell variables.
10135 2002-02-07  Akim Demaille  <akim@epita.fr>
10137         * doc/autoconf.texi (Limitations of Builtins): More about
10138         case/esac.
10140 2002-02-06  Akim Demaille  <akim@epita.fr>
10142         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
10143         case/esac, some shells don't support it.
10144         Reported by Zack Weinberg.
10145         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
10147 2002-02-06  Akim Demaille  <akim@epita.fr>
10149         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
10150         sure not to introduce newlines in at_groups.
10151         * lib/autotest/Makefile.am (autotest.m4f): Typo.
10153 2002-02-06  Akim Demaille  <akim@epita.fr>
10155         * tests/torture.at (Configuring subdirectories): Skip if aclocal
10156         is not available.
10158 2002-02-05  Paul Eggert  <eggert@twinsun.com>
10160         * doc/autoconf.texi (Specific Compiler Characteristics):
10161         Describe HP-UX cc bug workaround more accurately.
10162         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
10163         not unsigned long.
10164         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
10165         cross-compilers, too.  This undoes some of the most recent change
10166         to this file.
10168 2002-02-05  Akim Demaille  <akim@epita.fr>
10170         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
10171         to make sure they are up to date when `check' is run.
10173 2002-02-05  Akim Demaille  <akim@epita.fr>
10175         * doc/autoconf.texi (Making testsuite Scripts): Document
10176         package.m4.
10178 2002-02-05  Akim Demaille  <akim@epita.fr>
10180         * lib/freeze.mk: New.
10182 2002-02-05  Akim Demaille  <akim@epita.fr>
10184         Implement `autom4te --freeze'.
10186         * bin/autom4te.in (&freeze): New.
10187         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
10188         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
10190 2002-02-05  Akim Demaille  <akim@epita.fr>
10192         * bin/autom4te.in (&parse_args): Implement `frozen files are
10193         optional are the sum of the previous files on the command line'.
10194         Also, pass `--reload-state=' on them, so...
10195         (handle_m4): don't.
10196         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
10197         (M4sh): Rely on M4sugar.
10198         (Autotest, M4sh, M4sugar): Use frozen files.
10200 2002-01-31  Akim Demaille  <akim@epita.fr>
10202         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
10203         * doc/autoconf.texi (Initializing configure): Adjust.
10205 2002-01-30  Akim Demaille  <akim@epita.fr>
10207         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
10208         alphanumeric to `-' instead of `_'.
10210 2002-01-30  Akim Demaille  <akim@epita.fr>
10212         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
10213         for plain code, the other for cross-compilation code.  The latter
10214         is now run with GCC only.
10215         * doc/autoconf.texi (Compilers and Preprocessors): New.
10217 2002-01-30  Akim Demaille  <akim@epita.fr>
10219         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
10220         values.
10221         * doc/autoconf.texi (Initializing configure): Explain how to
10222         change AC_INIT default values.
10224 2002-01-29  Akim Demaille  <akim@epita.fr>
10226         * tests/torture.at (Configuring subdirectories): Use configure.in,
10227         so that aclocal 1.4 works.
10228         Reported by Alexandre Duret-Lutz and Larry Schmitt.
10230 2002-01-28  Akim Demaille  <akim@epita.fr>
10232         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
10233         needs an argument.
10235 2002-01-28  Akim Demaille  <akim@epita.fr>
10237         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
10238         AUTOTEST_PATH *after* it was set.
10239         Don't put `.' in the PATH: the user should be precise and `./' if
10240         needed.  In addition, given that the test suite does some `cd', if
10241         `.' is in the path, the `tested programs' sections will report
10242         programs found in the test suite's directory, while during the
10243         tests (performed in their own directory), these programs are no
10244         longer visible.  In other words, the results is confusing and
10245         useless.
10246         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
10248 2002-01-24  Akim Demaille  <akim@epita.fr>
10250         Version 2.52g.
10252 2002-01-24  Akim Demaille  <akim@epita.fr>
10254         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
10255         * doc/autoconf.texi: Finally add Akim as an author.
10257 2002-01-24  Akim Demaille  <akim@epita.fr>
10259         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
10260         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
10261         Bourne. Use /bin/sh.
10262         From Andreas Buening.
10264 2002-01-24  Akim Demaille  <akim@epita.fr>
10266         * config/config.guess, config/config.sub, config/texinfo.tex:
10267         Update from masters.
10269 2002-01-24  Akim Demaille  <akim@epita.fr>
10271         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
10272         * config/auxdir.m4, config/cond.m4, config/depend.m4,
10273         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
10274         * config/missing.m4, config/sanity.m4, config/select.m4,
10275         * config/strip.m4: Remove, to ease sync'ing with any version of
10276         Automake.
10278 2002-01-24  Akim Demaille  <akim@epita.fr>
10280         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
10281         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
10282         Reported by Geir Ove Myhr.
10284 2002-01-21  Akim Demaille  <akim@epita.fr>
10286         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
10288 2002-01-21  Akim Demaille  <akim@epita.fr>
10290         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
10291         message on invalid options.
10292         * bin/autom4te.in (parse_args): Don't use
10293         Autoconf::General::getopt with non valid options.
10295 2002-01-17  Jim Meyering  <meyering@lucent.com>
10297         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
10298         $ac_cv_exeext so we don't use an old, invalid, cached value.
10300 2002-01-11  Akim Demaille  <akim@epita.fr>
10302         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
10303         Meyering.
10304         * doc/autoconf.texi (Function Portability): Document the strnlen
10305         limitation.
10306         (Particular Functions): Document AC_FUNC_STRNLEN.
10307         * lib/autoscan/functions: Adjust.
10309 2002-01-06  Akim Demaille  <akim@epita.fr>
10311         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
10312         package.m4, since is really depends upon configure.ac, not
10313         configure.
10314         * doc/autoconf.texi (testsuite Scripts): Adjust.
10315         * tests/Makefile.am (package.m4): New.
10316         EXTRA_DIST it since its a source.
10318 2002-01-06  Akim Demaille  <akim@epita.fr>
10320         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
10321         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
10322         and PACKAGE_BUGREPORT from here...
10323         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
10324         arguments.
10325         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
10326         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
10327         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
10328         * tests/tools.at (autoheader): Adjust.
10329         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
10331 2002-01-06  Akim Demaille  <akim@epita.fr>
10333         * bin/autoscan.in (scan_file): Use `&used'.
10335 2002-01-03  Akim Demaille  <akim@epita.fr>
10337         * doc/autoconf.texi (Output): Improved wording regarding use of
10338         AC_OUTPUT.
10339         From Olly Betts.
10341 2001-12-18  Kevin Ryde  <user42@zip.com.au>
10343         * doc/autoconf.texi (Function Portability): Add notes on sscanf
10344         sometimes needing writable input.
10346 2001-12-17  Jim Meyering  <meyering@lucent.com>
10348         * doc/autoconf.texi (New Macros): Tweak wording.
10350 2001-12-14  Akim Demaille  <akim@epita.fr>
10352         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
10353         trailing files, don't apply `-rf' to files which might not be
10354         created by configure (core, core.*, and *.core), but just `rm -f'.
10355         Suggested by Jonathan Kamens.
10357 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
10359         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
10361 2001-12-14  Akim Demaille  <akim@epita.fr>
10363         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
10365 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
10367         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
10368         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
10369         abs_srcdir, top_srcpath to abs_top_srcdir.
10370         (_AC_OUTPUT_FILES): Adjust.
10371         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
10372         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
10373         * tests/wrappl.in, tests/wrapsh.in: Adjust.
10375 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
10377         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
10378         C/Fortran linking on HP/UX, by extracting the Fortran library
10379         search path from the LPATH line in the $F77 -v output.
10381 2001-12-12  Kevin Ryde  <user42@zip.com.au>
10383         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
10384         forbidden file descriptors table.
10386 2001-11-26  Akim Demaille  <akim@epita.fr>
10388         * bin/autoscan.in (%c_keywords): Build it at top level.
10389         Map to 1 in order to simplify its uses.
10391 2001-11-26  Akim Demaille  <akim@epita.fr>
10393         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
10394         Remove $filepath, useless.
10395         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
10396         variables, they are really part of the tokens.
10397         Split the input line on spaces and then look for tokens.
10398         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
10399         because of `lex$U.$(OBJEXT)'.
10400         (&scan_files): Use "@list" instead of join.
10401         * doc/Makefile.am (CLEANFILES): Add *.fns.
10403 2001-11-26  Akim Demaille  <akim@epita.fr>
10405         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
10406         Remove, replaced by...
10407         * tests/wrappl.in: Be common for all the Perl executables.
10408         In particular autoscan and autoheader want -I.
10409         * configure.ac: Adjust.
10410         * lib/autoscan/headers: errno.h is portable.
10412 2001-11-26  Akim Demaille  <akim@epita.fr>
10414         * bin/autoscan.in (used): New.
10415         Use it.
10417 2001-11-26  Akim Demaille  <akim@epita.fr>
10419         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
10420         directives.
10421         (&scan_sh_file): Remove a duplicate pattern.
10422         (&check_configure_ac): Use long options.
10423         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
10425 2001-11-26  Akim Demaille  <akim@epita.fr>
10427         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
10428         Before, having a line containing the opening of a multi line
10429         comment made the whole line be ignored.
10431 2001-11-26  Akim Demaille  <akim@epita.fr>
10433         * doc/autoconf.texi (Using an Autotest Test Suite): New.
10434         (testsuite Scripts): Be one of its subsection.
10435         (Autotest Logs): New.
10437 2001-11-26  Akim Demaille  <akim@epita.fr>
10439         Test groups are now run two directories deeper.
10441         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
10442         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
10443         at_top_builddir.
10444         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
10445         top_srcdir, builddir and top_builddir.
10446         Use `at_*dir' relatively to the directory containing the
10447         suite, use `*dir' when relatively to the current group dir.
10449 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10451         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
10452         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
10453         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
10454         spelling errors.
10456 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
10458         * doc/autoconf.texi (Using System Type): Add an example of `case
10459         $host' usage so people quit using `case $target' everywhere.
10461 2001-11-22  Akim Demaille  <akim@epita.fr>
10463         * doc/autoconf.texi (Installation Directory Variables): Englishoes
10464         spotted by Jim Meyering.
10466 2001-11-16  Paul Eggert  <eggert@twinsun.com>
10468         This patch implements a `long double' suggestion by Oliver Kiddle.
10470         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
10471         static, to catch errors if the value isn't known at compile-time
10472         and the compiler supports dynamic arrays.  Change its name from
10473         `_array_' to `test_array' to avoid potential name clashes.
10474         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
10475         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
10476         better than double.  Catch a bug in GCC 2.95.2 x86.
10477         * doc/autoconf.texi (C Compiler): Document the above.
10478         * NEWS: Likewise.
10480 2001-11-13  Akim Demaille  <akim@epita.fr>
10482         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
10483         hand.
10484         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
10486 2001-11-13  Akim Demaille  <akim@epita.fr>
10488         * lib/autotest/general.m4 (AT_INIT): After having run the test
10489         group, go back to the initial directory, not to at_suite_dir.
10491 2001-11-13  Akim Demaille  <akim@epita.fr>
10493         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
10494         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
10495         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
10496         option.
10497         (AT_CHECK_CONFIGURE): Use absolute paths.
10498         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
10499         The problem is still the old one: there is no means in M4 (that I
10500         know about) to create a defining macro, because there is no means
10501         to create `$1' etc., therefore, the defining macro ``swallows''
10502         all the arguments meant to the defined macro.
10504 2001-11-13  Akim Demaille  <akim@epita.fr>
10506         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
10507         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
10508         configure.ac.
10509         * tests/aclocal.m4: Remove, as it is no longer used.
10511 2001-11-13  Akim Demaille  <akim@epita.fr>
10513         * lib/autotest/general.m4: Change `tests?' into `groups?' in
10514         variable names when referring to a single test group, or to
10515         `suite' when referring to the whole test suite.
10516         `at_last_test' is removed: m4 compute at_format itself.
10517         (at_stdout, at_stder1, at_stderr): New variables.
10518         (AT_CHECK): Use them.
10520 2001-11-13  Akim Demaille  <akim@epita.fr>
10522         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
10523         in PATH.
10524         Create `testsuite.dir/003/run' instead of `testsuite.003'.
10525         Do it as soon as a test fails, don't wait till the end of the test
10526         suite.
10527         Don't remove $as_me.[0-9]*, since these files no longer exist.
10529 2001-11-13  Akim Demaille  <akim@epita.fr>
10531         * tests/tools.at: Use absolute paths, since we are no longer run
10532         in place.
10534 2001-11-13  Akim Demaille  <akim@epita.fr>
10536         Now that tests are running in their own private dir, there is no
10537         need to list the files to remove at the end of tests groups.
10539         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
10540         (AT_data_files, at_data_files): Remove.
10541         (AT_CLEANUP, AT_DATA): Simplify.
10542         (AT_INIT): Adjust.
10543         Remove the group dir if !debug && !failed.
10544         * tests/atspecific.m4: Adjust.
10546 2001-11-13  Akim Demaille  <akim@epita.fr>
10548         Start a new layout for Autotest: `testsuite' creates
10549         `testsuite.dir' in which the at-check-line etc. files are to be
10550         found, and `testsuite.dir/003' where the test group 3 is run.
10552         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
10553         at_check_line_file, at_format, at_test_normalized, at_group_dir
10554         are new variables.
10555         Create the directories.
10556         Use absolute paths for at- files.
10557         (AT_CHECK): Adjust.
10559 2001-11-11  Michael Matz  <matz@kde.org>
10561         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
10562         (m4_car2): New.
10563         (m4_car): Properly quote arguments.
10565 2001-11-13  Akim Demaille  <akim@epita.fr>
10567         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
10568         with stricter rules on LIBOBJS.
10570 2001-11-12  Paul Eggert  <eggert@twinsun.com>
10572         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
10573         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
10574         __PROTOTYPES too.
10576 2001-11-12  Akim Demaille  <akim@epita.fr>
10578         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
10580 2001-11-12  Akim Demaille  <akim@epita.fr>
10582         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
10583         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
10584         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
10585         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
10586         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
10587         specify to what the macro should be defined (typically to 1).
10589 2001-11-12  Akim Demaille  <akim@epita.fr>
10591         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
10592         From Jim Meyering.
10594 2001-11-12  Akim Demaille  <akim@epita.fr>
10596         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
10597         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
10598         definition used by Automake where LEX is +/- "${missing} lex" and
10599         `missing' itself contains variables.
10601 2001-11-12  Akim Demaille  <akim@epita.fr>
10603         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
10604         Now that M4sh pushes BODY, the comments were output at the end of
10605         the test suites.
10607 2001-11-08  Akim Demaille  <akim@epita.fr>
10609         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
10610         that we can trace macros from aclocal.m4.
10611         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
10612         obsoleted, and redirect to the former anyway.
10613         Reported by Ralf Corsepius.
10615 2001-11-08  Akim Demaille  <akim@epita.fr>
10617         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
10618         processed only if present.
10619         * tests/torture.at (Configuring subdirectories): Use autoreconf
10620         instead of successive calls to autoconf.
10621         Add a nonexistent subdirectory to exercise the patch above.
10622         Reported by Ralf Corsepius.
10624 2001-11-08  Kevin Ryde  <user42@zip.com.au>
10626         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
10627         doesn't accept .S files.
10629 2001-11-07  Akim Demaille  <akim@epita.fr>
10631         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
10632         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
10633         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
10634         * bin/autom4te.in (warn_forbidden): New.
10635         (handle_output): Use it.
10636         Read m4_pattern_forbid with messages.
10638 2001-11-05  Akim Demaille  <akim@epita.fr>
10640         * bin/autom4te.in (--normalize): Remove.
10641         * lib/autom4te.in: Adjust.
10643 2001-11-05  Akim Demaille  <akim@epita.fr>
10645         * tests/Makefile.am (testsuite): Rename this target as...
10646         ($(TESTSUITE)): this.
10647         From Nicolas Joly.
10649 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
10651         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
10652         the --prefix option, also remove it's argument.
10654 2001-11-05  Akim Demaille  <akim@epita.fr>
10656         * doc/autoconf.texi (testsuite Invocation): Update.
10657         (Writing testsuite.at): Update.
10659 2001-11-03  Akim Demaille  <akim@epita.fr>
10661         * doc/autoconf.texi: s/@code/@command/ where appropriate.
10663 2001-11-03  Akim Demaille  <akim@epita.fr>
10665         * lib/Autom4te/General.pm: (&catfile, &canonfile)
10666         (&file_name_is_absolute): New, wrappers around routines from
10667         File::Spec.
10668         Use and export them.
10669         (&find_configure_ac): Optionally take a directory where to look at.
10670         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
10671         the arguments.
10672         Default @ARGV to `.', not find_configure_ac.
10673         (&autoreconf): Argument is a directory.
10674         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
10675         * doc/autoconf.texi (autoreconf Invocation): Update.
10677 2001-11-03  Akim Demaille  <akim@epita.fr>
10679         * lib/Autom4te/General.pm (@export_vars, @export_subs)
10680         (@export_forward_subs): New.
10681         Add basename, dirname, and fileparse.
10682         (@EXPORT): Adjust.
10683         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
10684         Don't look for aclocal flags if we already know aclocal is not
10685         used.
10686         Move aclocal.m4t only if it exists.
10687         Reported by Ezra Peisach.
10689 2001-11-03  Akim Demaille  <akim@epita.fr>
10691         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
10692         passed on command line, defaulting to ./configure.ac if present.
10693         (&maybe_autoreconf, File::Find): Remove, unused.
10694         (&autoreconf): If autoconf is not used, don't try to trace.
10696 2001-11-02  Akim Demaille  <akim@epita.fr>
10698         * configure.ac: Bump to 2.52g.
10700 2001-11-02  Akim Demaille  <akim@epita.fr>
10702         Version 2.52f.
10704 2001-11-02  Akim Demaille  <akim@epita.fr>
10706         * config/config.guess, config/config.sub, doc/standards.texi:
10707         * config/lispdir.m4: Update from masters.
10708         * configure.ac: Bump to 2.52f.
10710 2001-11-02  Akim Demaille  <akim@epita.fr>
10712         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
10713         Don't run aclocal when aclocal.m4 is not from aclocal.
10714         From Ezra Peisach.
10715         Don't run libtoolize and gettextize if --install is not given.
10717 2001-11-01  Paul Eggert  <eggert@twinsun.com>
10719         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
10720         be invoked before _AS_LINENO_PREPARE.
10721         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
10722         than character ranges.
10724         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
10725         invoking AS_BASENAME.  Set the locale variables to 'C' if
10726         possible, as POSIX requires this to get the traditional
10727         behavior.
10728         * doc/autoconf.texi (Special Shell Variables): Describe the above.
10730 2001-10-31  Paul Eggert  <eggert@twinsun.com>
10732         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
10733         with {}, as that triggers a bug in Bash 2.05.
10735         (_AS_LINENO_PREPARE): Use Sed rather than
10736         Awk.  Fix the sed prepass to work even if there are multiple
10737         instances of $LINENO on the same line.  Do not substitute for
10738         other variables like $LINENOT.  Do not check file dates; such a
10739         check is unreliable on sufficiently fast machines, and removing
10740         the check makes the code simpler and more reliable.  Check for
10741         output and chmod failures.
10743         * doc/autoconf.texi (Special Shell Variables): Document
10744         the above.
10746 2001-10-31  Akim Demaille  <akim@epita.fr>
10748         * tests/Makefile.am (atconfig): Remove this target, Automake
10749         handles it now.
10751 2001-10-31  Akim Demaille  <akim@epita.fr>
10753         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
10754         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
10755         provided, while it is optional.
10756         * configure.ac: Adjust.
10758 2001-10-26  Paul Eggert  <eggert@twinsun.com>
10760         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
10761           lib/Autom4te/Struct.pm:
10762         Require Perl 5.005_03 instead of just 5.005, as some tests fail
10763         with 5.005_02.
10765         * doc/autoconf.texi (Special Shell Variables): Document some
10766         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
10768         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
10769         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
10770         eval $LINENO is not portable in practice.
10772 2001-10-24  Akim Demaille  <akim@epita.fr>
10774         * lib/Autom4te/General.pm (backname): New.
10776 2001-10-24  Akim Demaille  <akim@epita.fr>
10778         * m4/: Remove, merged into...
10779         * config/: here.
10781 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
10783         * doc/autoconf.texi (Shellology): Mention the problems with bash
10784         2.05's use of ANSI quoting in its `set' builtin.
10786 2001-10-22  Paul Eggert  <eggert@twinsun.com>
10788         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
10789         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
10790         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
10791         POSIX decided to standardize on the int flavor of strerror_r.
10792         Always do char* test, as there's no reason not to.
10793         Assign to a char* var, to catch strerror_r that returns int*.
10795         * doc/autoconf.texi (Particular Functions):
10796         Document the above changes.  Also, document the fact that
10797         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
10799         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
10801 2001-10-20  Akim Demaille  <akim@epita.fr>
10803         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
10804         the executable was missing from the log.
10806 2001-10-20  Akim Demaille  <akim@epita.fr>
10808         * lib/Autom4te/General.pm (&update_file): If destination is
10809         unchanged, remove the source.
10810         (&up_to_date_p): Don't be verbose, be debug.
10811         * bin/autoreconf.in: No longer support --m4dir.
10812         (&autoreconf): Display the full path of the configure.ac we are
10813         studying.
10814         Trace it only once.
10815         Be sure to honor --force with gettextize.
10816         Always run aclocal.
10817         * doc/autoconf.texi: Adjust.
10819 2001-10-20  Akim Demaille  <akim@epita.fr>
10821         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
10822         Remove, dead.
10823         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
10824         `intl' is already present, as it refuses unless --force.
10825         (&parse_args): Use -I, --include instead of the old Autoconf
10826         options.
10827         ($localdir, $autoconf_dir): Remove.
10828         (@include): New.
10829         (&maybe_autoreconf): New, to preserve $_ for File::Find.
10831 2001-10-19  Jens Petersen  <petersen@redhat.com>
10833         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
10834         * doc/autoconf.texi (Particular Programs): Likewise.
10836 2001-10-19  Akim Demaille  <akim@epita.fr>
10838         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
10839         file in @configure_input@.
10840         Don't mention `automatically' in addition to `generated'.
10841         * tests/torture.at (#define header templates): Adjust.
10843 2001-10-19  Akim Demaille  <akim@epita.fr>
10845         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
10846         comment, explain how to install automatic mode selection.
10847         From Russ Allbery.
10849 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
10851         * bin/autoreconf.in (autoreconf): Display the path to the
10852         configure.ac being studied.
10854 2001-10-18  Paul Eggert  <eggert@twinsun.com>
10856         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
10857         long, to work around a bug in the HP C compiler version HP92453-01
10858         B.11.11.23709.GP.
10860         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
10861         (AS_BASENAME_EXPR): New macro.
10862         (AS_BASENAME_SED): Do not assume GNU sed semantics.
10863         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
10864         and fall back on 'sed' only if the other two fail.  This makes
10865         AS_BASENAME act more like AS_DIRNAME.
10866         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
10867         contains white space.
10868         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
10869         Use AS_DIRNAME, since I think it's now DOS-friendly.
10870         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
10871         Allow "dirname //FOO" to return either / or //, as POSIX allows
10872         either behavior.
10874 2001-10-10  Akim Demaille  <akim@epita.fr>
10876         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
10877         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
10878         From Eric Sharkey.
10880 2001-10-10  Akim Demaille  <akim@epita.fr>
10882         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
10883         m4_define, since...
10884         (_AS_ECHO_N): AS_REQUIREs it.
10886 2001-10-10  Akim Demaille  <akim@epita.fr>
10888         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
10889         (AC_INCLUDES_DEFAULT): Move to...
10890         * lib/autoconf/headers.m4: here.
10891         * lib/autoconf/types.m4: Comment changes.
10892         * doc/autoconf.texi: Specify where the default includes are used
10893         in the macro prototypes.
10895 2001-10-09  Akim Demaille  <akim@epita.fr>
10897         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
10898         transition code.
10900 2001-10-08  Akim Demaille  <akim@epita.fr>
10902         * bin/autoreconf.in (&autoreconf): Remove debugging code.
10903         (&parse_args): Pass verbosity/debugging options to subtools when
10904         --debug, not when --verbose.
10905         * lib/autom4te.in (Autoreconf-preselections): New.
10906         (Autoconf): Use it.
10908 2001-10-08  Akim Demaille  <akim@epita.fr>
10910         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
10912 2001-10-08  Akim Demaille  <akim@epita.fr>
10914         * doc/autoconf.texi (autoreconf Invocation): Adjust.
10915         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
10917 2001-10-08  Akim Demaille  <akim@epita.fr>
10919         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
10920         (Syntax of the shell scripts): Don't.
10921         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
10922         bother with $force since...
10923         * lib/Autom4te/General.pm: does.
10925 2001-10-08  Akim Demaille  <akim@epita.fr>
10927         * bin/autoreconf.in: Rewrite in Perl.
10928         * configure.ac: Adjust.
10929         * lib/Autom4te/General.pm (&up_to_date_p): New.
10930         * bin/autom4te.in (&up_to_date_p): Use it.
10931         Rename as...
10932         (&up_to_date): this.
10934 2001-10-08  Akim Demaille  <akim@epita.fr>
10936         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
10937         (m4_list_cmp): Use $0 to reinvoke yourself.
10938         (m4_patsubsts): New.
10939         (m4_strip, m4_version_unletter): Use it.
10940         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
10942 2001-10-08  Akim Demaille  <akim@epita.fr>
10944         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
10945         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
10946         * lib/autoconf/types.m4, lib/autotest/general.m4,
10947         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
10948         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
10949         m4_bregexp, m4_bpatsubst, and m4_bmatch.
10950         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
10952 2001-10-08  Akim Demaille  <akim@epita.fr>
10954         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
10956 2001-10-08  Akim Demaille  <akim@epita.fr>
10958         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
10959         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
10960         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
10961         * tests/tools.at, tests/m4sh.at: Use it.
10962         * tests/m4sh.at: Don't rely on Autoconf macros.
10963         (DIRNAME_TEST): Also exercise the expr variant.
10964         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
10965         preferred M4sugar extension is now `.4s'.
10966         * tests/README: Remove.
10968 2001-10-08  Akim Demaille  <akim@epita.fr>
10970         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
10971         (m4_provide_if): this.
10972         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
10973         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
10974         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
10975         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
10977 2001-10-08  Akim Demaille  <akim@epita.fr>
10979         Use `add-log-current-defun-function' for ChangeLog creation.
10980         Suggested by Tom Tromey.
10982         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
10983         (autotest-mode): Adjust.
10984         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
10985         'comment-region onto `C-c ;'.
10986         Comments are `#', not `dnl'.
10987         (autoconf-current-defun): New.
10988         (autoconf-font-lock-keywords): Recognize `m4_defun'.
10990 2001-10-08  Akim Demaille  <akim@epita.fr>
10992         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
10993         * lib/m4sugar/m4sh.m4: here.
10994         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
10995         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
10996         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
10997         include handle the m4_pattern_*, no longer push the
10998         BODY diversion nor set the /bin/sh line, AS_INIT does it.
10999         * lib/autotest/general.m4 (AT_INIT): Likewise.
11000         * tests/base.at: Adjust the tests to use AS_INIT.
11001         * tests/tools.at (AT_DATA_FORBIDDEN): New.
11002         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
11003         Autoconf.
11005 2001-10-07  Paul Eggert  <eggert@twinsun.com>
11007         * doc/autoconf.texi (config.status Invocation):
11008         CONFIG_SHELL defaults to a shell that supports LINENO if available.
11010         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
11011         shell does not support LINENO, and if CONFIG_SHELL is unset or
11012         empty, and if we can find a shell that does support LINENO,
11013         then set CONFIG_SHELL to that shell and then re-execute
11014         ourselves with CONFIG_SHELL.
11016 2001-10-05  Paul Eggert  <eggert@twinsun.com>
11018         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
11019         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
11020         build of $(TESTSUITE).
11022 2001-10-05  Akim Demaille  <akim@epita.fr>
11024         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
11025         iff we are a bareword.
11026         Reported by Raja R Harinath.
11028 2001-10-05  Akim Demaille  <akim@epita.fr>
11030         * tests/m4sh.at (LINENO): New.
11031         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
11032         PATH_SEPARATOR before using it.
11033         Fix the absolute path case/esac pattern.
11034         Provide $0 as fallback for as_myself.
11035         Reported by Raja R Harinath.
11037 2001-10-05  Akim Demaille  <akim@epita.fr>
11039         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
11040         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
11042 2001-10-05  Akim Demaille  <akim@epita.fr>
11044         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
11045         (AS_SHELL_SANITIZE): here.  Use it.
11046         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
11047         From Paul Eggert.
11049 2001-10-04  Akim Demaille  <akim@epita.fr>
11051         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
11052         combination of Awk and sed to replace $LINENO.
11054 2001-10-02  Paul Eggert  <eggert@twinsun.com>
11056         * doc/autoconf.texi (Limitations of Builtins): You can't use
11057         "source"; it's not portable.  Remove confusing and
11058         somewhat-incorrect example involving "." and "/".
11060         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
11061         compatibility with POSIX shells.
11063 2001-10-02  Akim Demaille  <akim@epita.fr>
11065         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
11066         instead of exec'ing to preserve $0 and $@.
11068 2001-10-01  Akim Demaille  <akim@epita.fr>
11070         * tests/testsuite (AT_INIT) <at_pass_list>: New.
11071         Don't run twice the same test.
11073 2001-10-01  Akim Demaille  <akim@epita.fr>
11075         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
11076         No longer output the list of tests.
11077         <--list>: New option.
11078         <--full-help>: Remove.
11079         Complete the short/long options duality.
11080         Various small adjustments.
11082 2001-10-01  Akim Demaille  <akim@epita.fr>
11084         * doc/autoconf.texi: Use @kbd for user input.
11085         Always use `$' as shell prompt.
11087 2001-09-30  Paul Eggert  <eggert@twinsun.com>
11089         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
11090         Don't use nested parenthesization.  This patch was originally
11091         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
11092         but somehow it didn't get incorporated then.
11093         * doc/autoconf.texi (Limitations of Usual Tools):
11094         Clarify remark about sed and nested parenthesization.
11096         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
11097         Report an error if the size cannot be determined even though
11098         the type exists.
11099         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
11100         Check for `expr' arithmetic overflow, and for compilation failure,
11101         and invoke a new argument $4 if either is discovered.
11102         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
11103         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
11105 2001-09-28  Akim Demaille  <akim@epita.fr>
11107         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
11108         * m4/lispdir.m4: New.
11109         * aclocal.m4, configure.ac: Adjust.
11111 2001-09-28  Akim Demaille  <akim@epita.fr>
11113         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
11114         (AT_TESTED): this.
11115         (AT_INIT): More the wrapped section to where it will be expanded.
11116         Output `AT_tested' only when existing.
11117         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
11119 2001-09-27  Akim Demaille  <akim@epita.fr>
11121         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
11122         generates too many bug reports.
11124         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
11125         status when executing the ACTION-IF-FALSE.
11126         * tests/base.at (AC_TRY_*): Rename as...
11127         (AC_TRY_COMMAND): this.
11128         (AC_RUN_IFELSE): New.
11129         * tests/compile.at (Extensions, C keywords)
11130         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
11131         (Broken/missing compilers, AC_PROG_CPP with warnings)
11132         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
11133         * tests/c.at (Extensions, C keywords)
11134         (Broken/missing compilers, AC_PROG_CPP with warnings)
11135         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
11136         (AC_PROG_CPP requires AC_PROG_CC): here and...
11137         * tests/fortran.at (GNU Fortran 77): there.
11138         * doc/autoconf.texi (autoconf Invocation): Fix the example:
11139         AC_TRY_RUN is about compilation, not shell commands.
11140         (Test Programs): AC_TRY_RUN works as used to be advertised.
11142 2001-09-27  Akim Demaille  <akim@epita.fr>
11144         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
11145         Raja R Harinath:
11146         Be sure to detect when $LINENO always returns the same value.
11147         Look for the original script, basename($0) is certainly not
11148         enough.
11149         Pass the CLI arguments to `$as_me.lineno'.
11151 2001-09-25  Akim Demaille  <akim@epita.fr>
11153         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
11154         Be sure the close and reopen the LOG fd before and after using tee
11155         to extend the log.
11156         <at_tests_pattern>: Adjust to the new format of at_help_all.
11158 2001-09-23  Akim Demaille  <akim@epita.fr>
11160         * bin/autom4te.in (parse_args): There can be several invocations
11161         of --language now.
11163 2001-09-23  Akim Demaille  <akim@epita.fr>
11165         * doc/autoconf.texi (Top): Wrap in @ifnottex.
11167 2001-09-23  Akim Demaille  <akim@epita.fr>
11169         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
11170         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
11171         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
11172         builddir, buildpath, top_builddir, and top_buildpath.
11173         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
11174         the current directory.
11175         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
11176         variables *before* changing the current directory.
11177         Skip nonexistent dirs.
11178         * doc/autoconf.texi (Preset Output Variables): Document these
11179         variables.
11181         * lib/autotest/general.m4: Do not reset AT_victims.
11182         Don't compute at_srcdir nor at_top_srcdir.
11184         * tests/tools.at: Hence use top_srcdir.
11186         * tests/Makefile.am, tests/autoconf, tests/autoheader,
11187         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
11188         Remove.
11189         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
11190         * tests/wrapsh.in, tests/autoupdate.in: New.
11191         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
11192         * configure.ac: Build the position independent wrappers.
11194         * man/Makefile.am: Now that test wrappers are position
11195         independent, use them and drop dark envvar magic.
11197 2001-09-23  Akim Demaille  <akim@epita.fr>
11199         * doc/autoconf.texi (Common Shell Constructs): Rename as...
11200         (Programming in M4sh): this.
11201         Promote to @section.
11203 2001-09-23  Akim Demaille  <akim@epita.fr>
11205         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
11206         Pass $at_debug_args to the rerun test suite.
11207         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
11208         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
11209         From Paul Eggert.
11211 2001-09-23  Akim Demaille  <akim@epita.fr>
11213         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
11215 2001-09-23  Akim Demaille  <akim@epita.fr>
11217         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
11218         over-escaping.
11220 2001-09-23  Akim Demaille  <akim@epita.fr>
11222         * lib/Autom4te/General.pm (&debug): New.
11223         * bin/autom4te.in ($language): Move to...
11224         (parse_args): here.
11225         Handle --language in languages.
11226         * lib/autom4te.in (Automake-selections, Autoheader-selections)
11227         (Autoscan-selections): New.
11228         (Autoconf): Adjust.
11230 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
11232         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
11233         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
11234         to match current versions from CVS Automake.
11236 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
11238         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
11239         for $LINENO.
11241 2001-09-22  Akim Demaille  <akim@epita.fr>
11243         * lib/autoconf/autotest.m4: Create `package.m4'.
11244         * tests/Makefile.am (package.m4): Remove.
11246 2001-09-22  Akim Demaille  <akim@epita.fr>
11248         Rely on `$LINENO' when possible instead of `__oline__'.
11250         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
11251         `$LINENO' support replacement when not supported.
11252         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
11253         them explicitly to be sure they are not output before this section
11254         (via m4_require).  Cosmetic only.
11255         * lib/autoconf/c.m4, lib/autoconf/general.m4,
11256         * lib/autoconf/programs.m4: Replace all the occurrences of
11257         `__oline__' with `$LINENO'.
11258         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
11260 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
11262         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
11263         character (u: -> ue) in a code comment.
11264         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
11265         it works.
11267 2001-09-21  Akim Demaille  <akim@epita.fr>
11269         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
11270         Suggested by Jim Meyering.
11272 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11274         * lib/autoconf/programs.m4: Use extensions listed in
11275         $ac_executable_extensions when looking for programs.
11277 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11279         * lib/autoconf/general.m4: Fix a small Englisho.
11280         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
11281         setting up ac_dir_suffix and ac_top_builddir.
11282         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
11284 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11286         * doc/autoconf.texi (File System Conventions): Clarify the use of
11287         PATH_SEPARATOR.
11288         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
11289         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
11290         be used instead of ':'.
11291         * lib/autotest/general.m4: Replace occurrences of ':' in
11292         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
11294 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11296         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
11297         arguments.  Fixed a typo.
11299 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11301         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
11302         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
11304 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11306         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
11307         * bin/autoupdate.in: Ditto.
11308         * bin/autoheader.in: Reworded a few comments.
11309         * bin/autoconf.in: Reworded help text for a few options.
11310         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
11311         * bin/autoscan.in, bin/autoupdate.in: Ditto.
11313 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11315         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
11316         already have $file).  Set output files to binary mode (helps avoid
11317         CR issues on DOSish systems).
11319 2001-09-19  Akim Demaille  <akim@epita.fr>
11321         * lib/autotest/general.m4: Englishoes.
11322         From Tim Van Holder and Alexey Mahotkin.
11324 2001-09-18  Paul Eggert  <eggert@twinsun.com>
11326         * doc/autoconf.texi (Common Shell Constructs): New node,
11327         documenting AS_DIRNAME.
11328         (Limitations of Usual Tools): Refer to it when discussing dirname.
11329         Also, update discussion of POSIX standard to reflect latest draft.
11331         * lib/autoconf/c.m4:
11332         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
11334         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
11335         Do not pass a first argument with leading '-'
11336         to expr, by parenthesizing initial integers that might be negative.
11338         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
11339         now merely checks whether it is an error to pass an argument
11340         to getpgrp.
11342         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
11343         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
11344         whether it is a (compile-time) error to pass an argument to
11345         getpgrp.  This simpler test supports the revised documentation,
11346         and is all that AC_FUNC_GETPGRP's users really need.
11348 2001-09-18  Akim Demaille  <akim@epita.fr>
11350         * doc/autoconf.texi (Limitations of Make) <$<>: New.
11352 2001-09-18  Akim Demaille  <akim@epita.fr>
11354         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
11355         `{}'.
11356         * lib/autotest/general.m4 (AT_INIT): Adjust.
11358 2001-09-18  Paul Wagland  <paul@wagland.net>
11360         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
11361         correctly.
11362         Add test for AS_BASENAME.
11363         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
11364         added test. It now correctly handles /1/2/3/, returning '3' not ''.
11365         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
11366         * tests/base.at: Fixed the expected responses. The old ones were
11367         one line out...
11368         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
11369         the documentation claims it should (and how it behaved in 2.13).
11371 2001-09-18  Akim Demaille  <akim@epita.fr>
11373         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
11374         the AC_CONFIG_COMMANDS invocation.
11375         This also solves the name clash problems.
11376         Don't set the package's ID.
11377         * lib/m4sugar/Makefile.am (version.m4): Revamp.
11378         No longer to be shipped.
11379         (version.in): Remove.
11380         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
11381         * lib/autoconf/status.m4: Adjust.
11382         Use `m4_PACKAGE_STRING'.
11383         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
11384         the only optional argument is the name of the test suite.
11385         Expect `package.m4' to define the package signature.
11386         * lib/autom4te.in (Autotest): Add `package.m4?'.
11387         * tests/Makefile.am (package.m4): New.
11388         * tests/suite.at: ifnames is a victim.
11390 2001-09-18  Akim Demaille  <akim@epita.fr>
11392         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
11393         AC_LIBSOURCE, AC_CONFIG_FILES.
11394         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
11395         program version string doesn't match the package's.
11396         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
11397         after `(cached)'.
11399 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11401         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11402         Allow expression to return any value that can fit into unsigned long
11403         (not int, as before).  Check for output errors.
11405 2001-09-17  Bruno Haible  <haible@ilog.fr>
11407         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11408         Always include <stdio.h> and <stdlib.h>. Evaluate
11409         the expression in an extra function before these includes. Call
11410         fprintf "%d" only after ensuring the argument is of type 'int'.
11411         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
11413 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11415         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
11416         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
11417         fatal errors, and AC_CHECK_LIB causes it to include libraries even
11418         when they don't exist.
11420         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
11421         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
11422         need it.
11424         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
11425         version with the version used by fileutils 4.1, except use
11426         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
11427         we don't need it.
11429         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
11431 2001-09-13  Akim Demaille  <akim@epita.fr>
11433         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
11434         _first_.
11435         Reported by Gerrit P. Haase.
11437 2001-09-13  Akim Demaille  <akim@epita.fr>
11439         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
11440         m4_defn'ing is valid.
11442 2001-09-13  Akim Demaille  <akim@epita.fr>
11444         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
11445         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
11446         Use it.
11448 2001-09-13  Akim Demaille  <akim@epita.fr>
11450         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
11451         m4_match.
11452         (m4_re_escape): New.
11453         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
11454         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
11455         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
11456         Likewise.
11457         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
11458         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
11459         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
11460         AT_tests_all for consistency.
11461         Set at_victims.
11462         (AT_VICTIMS): Similar to AT_KEYWORDS.
11463         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
11465 2001-09-13  Akim Demaille  <akim@epita.fr>
11467         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
11469 2001-09-13  Akim Demaille  <akim@epita.fr>
11471         * lib/autotest/general.m4 (AT_INIT): Create and remove
11472         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
11473         test suites can cohabit.
11475 2001-09-13  Akim Demaille  <akim@epita.fr>
11477         * tests/mktests.sh: Don't output banners for empty test files.
11479 2001-09-13  Akim Demaille  <akim@epita.fr>
11481         Test suites can be run independently of configure.
11483         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
11484         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
11485         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
11486         ECHO_N etc.
11487         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
11488         and at_c.
11489         * lib/autotest/general.m4: Use ECHO_*.
11491 2001-09-13  Akim Demaille  <akim@epita.fr>
11493         * bin/ifnames.in: Rewrite in Perl.
11494         * configure.ac: Don't look for AWK.
11495         * tests/tools.at (AWK portability): Remove.
11496         (Syntax of the shell scripts): Don't check ifnames.
11497         (AT_CHECK_PERL_SYNTAX): New.
11498         (Syntax of the Perl scripts): Check ifnames.
11499         * tests/ifnames: New.
11501 2001-09-13  Akim Demaille  <akim@epita.fr>
11503         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
11504         test group titles.
11505         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
11506         Remove all the other keywords.
11508 2001-09-10  Akim Demaille  <akim@epita.fr>
11510         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
11511         SETUP: no longer used.
11512         Support -k, --keywords.
11513         <at_help>: Be `no', `short', or `long'.
11514         <at_help_all>: New variable.
11515         (AT_KEYWORDS): New.
11516         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
11517         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
11518         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
11519         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
11520         No longer fill the HELP diversion.
11521         (AT_CLEANUP): Use them.
11522         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
11523         (m4_list_append): Remove.
11525         Spread a few keywords in the Autoconf test suite.
11527 2001-09-10  Akim Demaille  <akim@epita.fr>
11529         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
11530         PATH_SEPARATOR, let M4sh compute it.
11531         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
11532         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
11533         Move to...
11534         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
11535         Simplify when the path is not a literal.
11536         (AS_UNAME): Use it to report PATH.
11537         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
11538         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
11539         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
11540         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
11541         normalize the path, and to look for victims.
11542         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
11543         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
11545 2001-09-07  Akim Demaille  <akim@epita.fr>
11547         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
11548         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
11549         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
11550         related variables into `at_package_*'.
11551         * lib/autotest/general.m4 (AT_VICTIMS): New.
11552         (AT_INIT): Adjust for stand-alone/embedded test suites.
11553         (AS_MESSAGE_LOG_FD): Define and use it.
11554         * tests/suite.at (AT_VICTIMS): Use it.
11555         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
11556         at_version.
11558 2001-09-07  Akim Demaille  <akim@epita.fr>
11560         Move toward possibly stand-alone test suites.
11562         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
11563         in addition, it introduces useless differences in logs.
11564         (AT_INIT): Let atconfig and atlocal be both optional.
11565         Adjust PATH computation.
11566         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
11568 2001-09-07  Akim Demaille  <akim@epita.fr>
11570         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
11571         m4sugar/version.m4.
11573 2001-09-05  Akim Demaille  <akim@epita.fr>
11575         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
11576         to avoid GCC warnings.
11577         From Uwe Seimet.
11579 2001-09-05  Akim Demaille  <akim@epita.fr>
11581         * bin/autom4te.in: --language is -l, not -s.
11583 2001-09-05  Akim Demaille  <akim@epita.fr>
11585         Be ready to handle filenames as stupid as `dnl.at', for if even
11586         the maintainer is dumb enough to do that...
11588         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
11589         excellence in M4 quotation: consider `__file__' is active.
11591         And BTW, when invoking m4, pass the --include in the right order:
11592         the wrong one.
11594         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
11595         4m.
11597 2001-09-05  Akim Demaille  <akim@epita.fr>
11599         * lib/Autom4te/XFile.pm: New lib file.
11600         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
11601         * bin/autoheader.in: Use it.
11603 2001-09-05  Akim Demaille  <akim@epita.fr>
11605         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
11606         defined.
11608 2001-09-05  Akim Demaille  <akim@epita.fr>
11610         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
11611         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
11613         * bin/autoscan.in: Use `getopt' and `find_files' etc.
11614         Add -I, --include support.
11615         * doc/autoconf.texi (autoscan Invocation): Adjust.
11617 2001-09-05  Akim Demaille  <akim@epita.fr>
11619         CVS GNU M4 doesn't like `undefine(undefined)'.
11621         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
11622         New, extracted from main.
11623         Use IO::File wherever possible.
11624         (input.m4): Be constant, use -I instead of hard coding $tmp.
11625         Therefore be a quoted heredoc.
11626         Don't invoke `_au_disable', since ac was not loaded, but just
11627         `unm4.m4'.
11629 2001-08-31  Akim Demaille  <akim@epita.fr>
11631         Version 2.52d.
11633 2001-08-31  Akim Demaille  <akim@epita.fr>
11635         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
11636         previous patch.
11637         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
11639 2001-08-31  Akim Demaille  <akim@epita.fr>
11641         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
11642         serious problems handling heredocs in heredocs.
11643         Reported by Nicolas Joly.
11645 2001-08-31  Akim Demaille  <akim@epita.fr>
11647         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
11648         (Making testsuite Scripts): Update.
11650 2001-08-31  Akim Demaille  <akim@epita.fr>
11652         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
11654 2001-08-31  Akim Demaille  <akim@epita.fr>
11656         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
11657         (testsuite Scripts): There is no such thing as `atconfig.in'.
11658         And actually one diagram is missing: test suite runtime.
11660 2001-08-31  Akim Demaille  <akim@epita.fr>
11662         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
11663         inverse order.
11665 2001-08-31  Akim Demaille  <akim@epita.fr>
11667         * bin/autoupdate.in (@include): `installcheck' revealed the path
11668         to m4sugar was lacking!
11670 2001-08-31  Akim Demaille  <akim@epita.fr>
11672         * man/Makefile.am (.x.1): We really have to pass
11673         autom4te_perllibdir.
11675 2001-08-31  Akim Demaille  <akim@epita.fr>
11677         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
11678         debug scripts, in particular passing explicitly listed tests to
11679         run is stupid.
11681 2001-08-31  Akim Demaille  <akim@epita.fr>
11683         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
11684         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
11685         Use directly autom4te, not autoconf.
11686         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
11688 2001-08-31  Akim Demaille  <akim@epita.fr>
11690         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
11691         * bin/autoheader.in (%symbol): Strip arguments of macros.
11693 2001-08-31  Akim Demaille  <akim@epita.fr>
11695         * doc/autoconf.texi: Catch up -I, --include changes.
11697 2001-08-31  Akim Demaille  <akim@epita.fr>
11699         * bin/autom4te.in (&parse_args): Die on unknown languages.
11700         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
11701         need for autoconf.
11702         Promote --include over --macrodir and other obsolete options.
11704 2001-08-31  Akim Demaille  <akim@epita.fr>
11706         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
11707         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
11708         * bin/autom4te.in ($autoconf): Pass --force.
11709         `print $out' doesn't print `$_' but `$out'.
11710         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
11711         (autoheader): Pass --force since the test suite goes too fast for
11712         the time stamps.
11713         Adjust to the new autoheader messages.
11715 2001-08-31  Akim Demaille  <akim@epita.fr>
11717         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
11718         Check the completeness of the #template.
11719         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
11720         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
11721         invocation.
11723 2001-08-31  Akim Demaille  <akim@epita.fr>
11725         * lib/Autom4te/General.pm (&find_file, &update_file): New.
11726         * bin/autoupdate.in, bin/autoheader.in: Adjust.
11727         Drop AC_MACRODIR dead for real.
11728         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
11729         `autoheader: `config.hin' is created'.
11730         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
11732 2001-08-31  Akim Demaille  <akim@epita.fr>
11734         * bin/autoheader.in: Rewrite in Perl.
11735         * tests/autoheader: Adjust.
11737 2001-08-31  Akim Demaille  <akim@epita.fr>
11739         * bin/autoconf.in (--include, -I): New option.
11740         Map --localdir, --autoconf-dir onto it.
11741         Forward autom4te's options instead of interpreting them.
11742         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
11743         There is no such envvar since the inception of autom4te.cfg.
11744         * bin/autom4te.in (&parse_args): Uniquify `@include'.
11745         * bin/autoupdate.in: Adjust, and perform more control.
11746         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
11747         * tests/autoconf: Dittowise.
11749 2001-08-31  Akim Demaille  <akim@epita.fr>
11751         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
11752         * bin/autom4te.in (&find_file): Support `FILE?' standing for
11753         optionally `FILE'.
11754         Use -e, not -f, since /dev/null for instance is OK.
11755         (&parse_args): Adjust.
11756         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
11758 2001-08-31  Akim Demaille  <akim@epita.fr>
11760         * configure.ac: Also find tested executables in bin.
11761         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
11762         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
11763         installed peer executables, only PATH is allowed to resolve it.
11764         Pass `autoconf_dir' via options, not via invisible envvars.
11765         * lib/Autom4te/General.pm (&find_peer): Remove.
11766         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
11767         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
11768         * man/Makefile.am: Let help2man rely on PATH instead of trying to
11769         find the executables for it.
11770         * tests/Makefile.am: Major cleanup.  Too lazy to document...
11771         * tests/atlocal.in: Remove all the obscure envvar manipulations.
11772         We only need PERL.
11773         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
11774         indeed related to running the test suite, while passing
11775         --autoconf-dir and others is related to running non installed
11776         Autoconf executables.  So don't do that, leave it to...
11777         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
11778         * tests/autoscan: New.
11779         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
11780         refer to library files: rely on --language.
11782 2001-08-29  Akim Demaille  <akim@epita.fr>
11784         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
11785         s/--set/--language/.
11787 2001-08-29  Akim Demaille  <akim@epita.fr>
11789         * doc/autoconf.texi: Strip the @nodes.
11790         Suggested by Paul Eggert.
11791         (Initializing configure): Typo.
11793 2001-08-29  Akim Demaille  <akim@epita.fr>
11795         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
11796         Suggested by Paul Eggert.
11798 2001-08-29  Akim Demaille  <akim@epita.fr>
11800         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
11801         download in a tmp dir.
11803 2001-08-29  Akim Demaille  <akim@epita.fr>
11805         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
11806         case insensitive OSes out there :(
11807         From Tim Van Holder.
11809 2001-08-29  Akim Demaille  <akim@epita.fr>
11811         * lib/autom4te.in: New.
11812         * lib/Makefile.am (edit, autom4te.cfg): New.
11813         * bin/autom4te.in (BEGIN): Simplify.
11814         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
11815         (&load_configuration): New.  Use it.
11816         (&parse_args): Support --mode, --set, and --melt.
11817         * bin/autoconf.in: Simplify and adjust.
11818         * tests/Makefile.am (AUTOMAKE): Use --set.
11819         * tests/atlocal.in: Adjust.
11820         * BUGS: distcheck and check are weak.
11822 2001-08-29  Akim Demaille  <akim@epita.fr>
11824         * lib/autotest/general.m4: Use
11825                 foo=`(command) 2>/dev/null`
11826         not
11827                 foo=`command` 2>/dev/null
11828         (at-devnull): Rename as...
11829         (AT-devnull): this.
11830         (--clean): Remove AT-* files too.
11831         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
11832         Reported by Nicolas Joly.
11834 2001-08-28  Akim Demaille  <akim@epita.fr>
11836         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
11837         quotes inside single quotes.
11838         Reported by Nicolas Joly.
11840 2001-08-28  Kevin Ryde  <user42@zip.com.au>
11842         * doc/autoconf.texi (Function Portability): Mention C right shifts.
11844 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
11846         * lib/autotest/general.m4: Reword some messages.
11847         (AT_INIT): Check for the `times' builtin before using it.
11848         Support test ranges as arguments to the testsuite.
11849         Have -e imply -d as the help text suggested.
11851 2001-08-27  Akim Demaille  <akim@epita.fr>
11853         * Makefile.maint: Formatting changes.
11854         (do-po-update, po-update, cvs-update, update): New targets.
11855         (AMTAR): Remove.
11857 2001-08-27  Akim Demaille  <akim@epita.fr>
11859         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
11860         <at_cmd_line>: New.
11861         Pass it to debug-*.sh scripts.
11862         <AUTOTEST_PATH>: May contain absolute dir names.
11864 2001-08-27  Akim Demaille  <akim@epita.fr>
11866         * lib/autotest/general.m4 (AT_INIT): Log the command line.
11867         Support `VAR=VAL' as arguments.
11868         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
11869         may be set via the command line.
11871 2001-08-27  Akim Demaille  <akim@epita.fr>
11873         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
11874         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
11875         first the build dirs, then the src dirs.
11876         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
11878 2001-08-27  Akim Demaille  <akim@epita.fr>
11880         * lib/autotest/general.m4 (AT_INIT): Output the definition of
11881         at_data_files earlier.
11882         (--clean, -c): New option.
11883         * tests/Makefile.am: Use this option.
11885 2001-08-27  Akim Demaille  <akim@epita.fr>
11887         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
11888         `ac_top_builddir' to mimic Automake's vocabulary, which much more
11889         readable.
11890         Adjust callers.
11891         * doc/autoconf.texi (Configuration Actions): Document the vars
11892         available in commands.
11893         Emphasize the risks of collisions in init-cmds.
11895 2001-08-27  Akim Demaille  <akim@epita.fr>
11897         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
11898         (Initializing configure): this new node.
11900 2001-08-27  Akim Demaille  <akim@epita.fr>
11902         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
11904 2001-08-27  Akim Demaille  <akim@epita.fr>
11906         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
11907         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
11908         New file.
11909         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
11911 2001-08-27  Akim Demaille  <akim@epita.fr>
11913         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
11914         to...
11915         * lib/autoconf/autoheader.m4: this new file.
11916         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
11917         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
11918         Move to...
11919         * lib/autoconf/autoupdate.m4: this new file.
11921 2001-08-27  Akim Demaille  <akim@epita.fr>
11923         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
11924         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
11925         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
11926         -> ac_dir).
11927         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
11928         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
11930 2001-08-27  Akim Demaille  <akim@epita.fr>
11932         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
11933         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
11934         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
11935         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
11936         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
11937         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
11938         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
11939         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
11940         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
11941         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
11942         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
11943         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
11944         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
11945         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
11946         (_AC_OUTPUT_SUBDIRS): Move to...
11947         * lib/autoconf/status.m4: this new file.
11948         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
11949         * tests/Makefile.am, tests/suite.at: Adjust.
11951 2001-08-27  Akim Demaille  <akim@epita.fr>
11953         Automake 1.5.
11955         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
11956         (AMTAR): Help automake define it.
11957         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
11958         needed, 1.5 can have a macro and a target with the same name.
11959         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
11960         * m4/strip.m4: New.
11961         * m4/init.m4, m4/sanity.m4: Update.
11962         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
11963         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
11964         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
11965         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
11967 2001-08-27  Akim Demaille  <akim@epita.fr>
11969         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
11971         * lib/autoconf/version.in: Remove.
11972         * lib/m4sugar/version.in: New.
11973         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
11974         Adjust callers.
11975         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
11976         the name of the directory they're in, instead of the filename,
11977         since version.m4 is now in m4sugar, but m4_acversion must not be
11978         classified as an Autoconf macro.
11979         ($input_m4): Don't qualify the path to m4sugar.
11980         Rather, pass autoconf_dir to m4.
11981         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
11982         * tests/suite.at: Require 2.52c.
11984 2001-08-27  Akim Demaille  <akim@epita.fr>
11986         testsuite.log should include config.log.
11988         * lib/autotest/autotest.m4: New.
11989         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
11990         * tests/suite.at : Adjust.
11991         (AT_INIT): Log config.log.
11992         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
11993         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
11994         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
11995         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
11996         of config.log on traps.
11997         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
11998         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
11999         for config.status'.
12000         Open the log as soon as possible.
12001         Use the same log introduction as configure's.
12003 2001-08-22  Paul Eggert  <eggert@twinsun.com>
12005         * doc/autoconf.texi (Indices): New node.
12006         Move indices out of the top level menu and into this submenu.
12008 2001-08-22  Akim Demaille  <akim@epita.fr>
12010         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
12011         AC_TRY_COMMAND.
12012         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
12014 2001-08-22  Akim Demaille  <akim@epita.fr>
12016         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
12017         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
12018         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
12019         * lib/autoconf/programs.m4: here.
12020         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
12021         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
12022         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
12023         * lib/autoconf/programs.m4: here.
12024         (_AC_DECL_YYTEXT): Rename as...
12025         (_AC_PROG_LEX_YYTEXT_DECL): this.
12026         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
12027         * tests/Makefile.am, tests/suite.am: Adjust.
12029 2001-08-22  Akim Demaille  <akim@epita.fr>
12031         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
12032         Move to...
12033         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
12034         here.
12035         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
12036         * lib/autoconf/functions.m4: here.
12037         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
12038         (AH_CHECK_LIB): Move to...
12039         * lib/autoconf/libs: this new file.
12040         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
12041         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
12042         * lib/autoconf/libs.m4: here.
12043         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
12045 2001-08-22  Akim Demaille  <akim@epita.fr>
12047         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
12048         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
12049         (AC_SITE_LOAD): Better logging of config.site.
12051 2001-08-20  Akim Demaille  <akim@epita.fr>
12053         * configure.ac (AT_CONFIG): Fix the path.
12054         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
12055         can be used.
12057 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
12059         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
12060         program with AC_LANG_PROGRAM before feeding it to
12061         AC_COMPILE_IFELSE.  Cleanup grep usage.
12063 2001-08-20  Akim Demaille  <akim@epita.fr>
12065         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
12066         * NEWS, README, README-alpha, TODO, tests/README: This package is
12067         `Autoconf', not `autoconf' (the executable).
12069 2001-08-20  Akim Demaille  <akim@epita.fr>
12071         Info readers seem to need `Index' in the index node title :(
12073         * doc/autoconf.texi: Reverse the 2001-08-15 change which
12074         simplified index node names.
12076 2001-08-20  Akim Demaille  <akim@epita.fr>
12078         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
12079         arguments are not literals.
12080         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
12081         Specify the output variables, and macros defined.
12083 2001-08-20  Akim Demaille  <akim@epita.fr>
12085         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
12086         (Examining Syntax) <AC_TRY_COMPILE>
12087         (Examining Libraries) <AC_TRY_LINK>
12088         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
12089         their arguments.
12090         Reported by Werner Lemberg.
12092 2001-08-20  Akim Demaille  <akim@epita.fr>
12094         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
12095         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
12096         Load atlocal late enough to dump it in the log.
12097         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
12099 2001-08-20  Akim Demaille  <akim@epita.fr>
12101         * tests/torture.at (Configuring subdirectories): New test.
12102         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
12103         looking for.
12104         * m4/atconfig.m4: Be sure the let $[0] be expandable.
12105         (top_srcdir): Fix its computation.
12107 2001-08-20  Akim Demaille  <akim@epita.fr>
12109         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
12110         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
12111         test suite lives.
12112         Create `atconfig' automagically.
12113         Configure atlocal.in if present.
12114         * tests/atconfig.in: Remove.
12115         * tests/atlocal.in: New.
12116         * tests/Makefile.am: Adjust.
12118 2001-08-20  Akim Demaille  <akim@epita.fr>
12120         Huh!?!?!  There are still some user EOF tags used, which prevents
12121         their use in AC_CONFIG_COMMANDS for instance...
12123         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
12124         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
12125         `_CSEOF', or `_ATEOF', as appropriate.
12126         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
12127         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
12129 2001-08-20  Akim Demaille  <akim@epita.fr>
12131         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
12132         * tests/semantics.at, tests/tools.at, tests/torture.at:
12133         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
12135 2001-08-20  Akim Demaille  <akim@epita.fr>
12137         Autotest invokes M4sh's initialization.
12139         * lib/autotest/general.m4: Adjust the diversion names.
12140         (AT_INIT): Run AS_INIT.
12141         Use the BINSH diversion to invoke /bin/sh.
12142         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
12143         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
12145 2001-08-20  Akim Demaille  <akim@epita.fr>
12147         Let M4sh have its own diversions.
12149         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
12150         (_m4_divert(NOTICE)): Rename as...
12151         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
12152         (_m4_divert(HEADER-COMMENT)): these.
12153         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
12154         (_m4_divert(NOTICE)): New, for Libtool.
12155         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
12156         long ago with `_m4_divert(GROW)'.
12157         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
12159 2001-08-20  Akim Demaille  <akim@epita.fr>
12161         * tests/base.at, tests/compile.at, tests/foreign.at,
12162         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
12163         * tests/semantics.at, tests/suite.at, tests/tools.at,
12164         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
12166 2001-08-20  Akim Demaille  <akim@epita.fr>
12168         * bin/autom4te.in (handle_output): Handle @__@.
12170 2001-08-20  Akim Demaille  <akim@epita.fr>
12172         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
12173         * lib/autotest/general.m4: Adjust the license.
12175 2001-08-17  Paul Eggert  <eggert@twinsun.com>
12177         * doc/autoconf.texi (Function Portability): Mention snprintf,
12178         following up on a suggestion by Kevin Ryde.
12180 2001-08-17  Akim Demaille  <akim@epita.fr>
12182         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
12183         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
12185 2001-08-17  Akim Demaille  <akim@epita.fr>
12187         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
12188         `$0.log' as for projects where testsuite is in src, we'd have
12189         testsuite.log created in src.
12191 2001-08-17  Akim Demaille  <akim@epita.fr>
12193         * bin/autom4te.in (&parse_args): Recognize --normalize.
12195 2001-08-17  Akim Demaille  <akim@epita.fr>
12197         Start implementing the AC_CHECK_HEADER transition scheme.
12199         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
12200         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
12201         (AC_CHECK_HEADER): Use them.
12203 2001-08-17  Akim Demaille  <akim@epita.fr>
12205         * doc/autoconf.texi: Work around Texinfo buglets.
12206         (Transformation Rules): One example is enough, users are expected
12207         to have their brains on. And BTW, use DESTDIR.
12208         (dvar): New macro.  Use it.
12210 2001-08-17  Akim Demaille  <akim@epita.fr>
12212         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
12213         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
12214         looking for ChangeLogs.
12216 2001-08-17  Akim Demaille  <akim@epita.fr>
12218         * bin/autom4te.in: --normalize is a new option.
12219         * bin/autoconf.in: Use it.
12221 2001-08-17  Akim Demaille  <akim@epita.fr>
12223         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
12224         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
12226 2001-08-16  Paul Eggert  <eggert@twinsun.com>
12228         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
12229         start, not at end.
12231 2001-08-15  Akim Demaille  <akim@epita.fr>
12233         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
12234         Use it.
12236 2001-08-15  Akim Demaille  <akim@epita.fr>
12238         * doc/autoconf.texi (pr): New index.
12239         (prindex, findex): Use, merge, and output them.
12240         (Environment Variable Index, Output Variable Index)
12241         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
12242         (Autotest Macro Index): Rename as...
12243         (Environment Variables, Output Variables,Preprocessor Symbols)
12244         (Autoconf Macros, M4 Macros, Autotest Macros): these.
12245         * doc/install.texi: Use @command.
12246         (Environment Variables): Rename as...
12247         (Defining Variables): this.
12249 2001-08-15  Akim Demaille  <akim@epita.fr>
12251         * doc/autoconf.texi (Function Portability): sprintf's return
12252         value.
12253         From Kevin Ryde.
12255 2001-08-15  Akim Demaille  <akim@epita.fr>
12257         * Makefile.maint (CVS): New.
12258         (local-check): Run changelog-check. last.
12259         (alpha): Don't depend upon local-check, since...
12260         (cvs-dist): depends upon it.
12262 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
12264         * tests/Makefile.am: Use a clean-local rule to remove
12265         autom4te.cache (it's a directory, not a file.
12266         * Makefile.am: Ditto (but maintainer-clean-local).
12268 2001-08-15  Akim Demaille  <akim@epita.fr>
12270         * bin/autom4te.in (@m4_warning): New.
12271         (&handle_m4): Use it.
12272         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
12273         warnings are issued at each run.
12274         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
12275         is in the src tree.
12277 2001-08-15  Akim Demaille  <akim@epita.fr>
12279         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
12280         don't waste time running `autoupdate --version' works.
12281         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
12283 2001-08-13  Akim Demaille  <akim@epita.fr>
12285         * doc/autoconf.texi (ma): Rename this index as...
12286         (ac): this.
12288 2001-08-13  Akim Demaille  <akim@epita.fr>
12290         * Makefile.am: Remove dead code and dead comments.
12291         (pdf, html): New targets.
12292         * doc/autoconf.texi (Using Autotest): New chapter.
12293         * doc/Makefile.am (pdf): New targets.
12294         (CLEANFILES): Adjust.
12296 2001-08-13  Akim Demaille  <akim@epita.fr>
12298         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
12299         duration of the test suite.
12301 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
12303         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
12304         endianness for comparison instead of relying on AT_CHECK_ENV.
12306 2001-08-11  Paul Eggert  <eggert@twinsun.com>
12308         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
12309         to the INSTALL file.
12311 2001-08-11  Paul Eggert  <eggert@twinsun.com>
12313         * NEWS: The autoconf manual now is distributed under the terms
12314         of the GNU Free Documentation License.
12316         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
12317         Add an appendix "Copying This Manual" for the FDL.
12319         * doc/fdl.texi: New file, from
12320         <http://www.gnu.org/licenses/fdl.texi>.
12322         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
12324 2001-08-10  Paul Eggert  <eggert@twinsun.com>
12326         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
12327         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
12328         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
12329         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
12330         m4/sanity.m4, tests/README, tests/aclocal.m4,
12331         tests/atspecific.m4, tests/base.at, tests/compile.at,
12332         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
12333         tests/semantics.at, tests/suite.at, tests/tools.at,
12334         tests/torture.at: Add copyright notice.
12336         * tests/mktests.sh: Update year in copyright notice.
12338 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
12340         * tests/semantics.at (AC_C_BIGENDIAN): New test.
12342 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
12344         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
12345         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
12346         * doc/autoconf.texi (C Compiler Characteristics): Update
12347         documentation for AC_C_BIGENDIAN.
12349 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
12351         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
12352         magic values from an object file when cross-compiling.
12353         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
12355 2001-08-10  Akim Demaille  <akim@epita.fr>
12357         * bin/autom4te.in (&handle_output): Don't use `grep' with side
12358         effects.
12359         Suggested by Russ Allbery.
12361 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
12363         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
12364         current $prefix to the sub-configures.
12366 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
12368         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
12369         extension (needed on BeOS).  Reported by Guido van Rossum.
12371 2001-08-09  Akim Demaille  <akim@epita.fr>
12373         * bin/autom4te.in ($icache): Load it only if older than autom4te.
12375 2001-08-07  Akim Demaille  <akim@epita.fr>
12377         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
12378         removed.
12379         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
12380         No need to remove the files before and after the each test, before
12381         each test and at the end of the suite is enough.
12382         Display only the children `times', not the shell's.
12383         If the test failed or was skipped, at-times is not available.
12385 2001-08-07  Akim Demaille  <akim@epita.fr>
12387         Always produce testsuite.log, including when there are no
12388         failures.  This helps getting information on skipped tests, and
12389         duration of the tests.  Err, implement the latter btw.
12391         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
12392         Dump information on the first run of each test.
12393         (AT_CLEANUP): Create `at-times' containing the duration of the
12394         test group.
12396 2001-08-07  Akim Demaille  <akim@epita.fr>
12398         The use of `dumpstat' revealed that `len' was used although it
12399         should not.  m4_text_wrap was using it, but in the Autoconf world
12400         where it is legal.  Hence (i) test M4sh in its own world, not
12401         Autoconf's, and (ii), ahem, fix the bug :)
12403         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
12404         does not like `' instead of [].
12405         (AT_INIT): Forbid `^_?AT_'.
12406         And don't output such tokens.
12407         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
12408         `script.as', and `autom4te.cache'.
12409         Remove `empty' and `macro' which are no longer used.
12410         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
12411         * tests/m4sugar.at: Use it.
12412         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
12414 2001-08-07  Akim Demaille  <akim@epita.fr>
12416         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
12418 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
12420         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
12422 2001-08-04  Akim Demaille  <akim@epita.fr>
12424         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
12425         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
12426         AC_TRY_LINK.
12427         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
12428         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
12429         (AC_F77_MAIN): Likewise.
12431 2001-08-04  Akim Demaille  <akim@epita.fr>
12433         Don't rely on M4sugar outputting the patterns in files, since we
12434         might process the output _without_ running m4, hence without these
12435         files.
12437         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
12438         * bin/autom4te.in (@Request::includes): Remove, unused.
12439         (@Request::source): Rename as...
12440         (@Request::input): this.
12441         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
12442         (&handle_output): Fetch the patterns from the traces.
12443         `$forbidden' and `$allowed' are constant: use m//o.
12444         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
12445         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
12447 2001-08-04  Akim Demaille  <akim@epita.fr>
12449         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
12450         autoconf', i.e., in addition to caching traces, cache the output.
12452         * bin/autom4te.in (Request::cache): Rename as...
12453         (Request::id): this.
12454         ($cache, $icache, $tcache, $ocache): New.
12455         (&handle_m4): Save M4 output in the cache instead of $tmp.
12456         (&handle_output): Adjust.
12457         (&up_to_date_p): Check that the output cache is up to date too.
12458         (top level): Run `&handle_m4' iff force or the cache is invalid.
12459         Run `&handle_output' if the output cache is more recent.
12461 2001-08-04  Akim Demaille  <akim@epita.fr>
12463         * bin/autom4te.in ($force): New.
12464         (&parse_args, &print_usage): -f, --force is a new option.
12465         (&handle_output): CPP directives might have spaces after `#'.
12466         (&parse_args): The first file only can be frozen.
12468 2001-08-04  Akim Demaille  <akim@epita.fr>
12470         Don't let autom4te compute the `include' traces several times:
12471         first check that the trace cache file is up to date, and then
12472         compare its timestamp with that of the output.
12474         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
12475         the preamble.  Don't require 5.005 as Autom4te::General does it,
12476         and better yet (use `use', not `require'!).
12477         * lib/Autom4te/Struct.pm: Rename the last occurrences of
12478         Class::Struct as Autom4te::Struct.
12479         * lib/Autom4te/General.pm (File::stat): Use it.
12480         (&mtime): New, export it.
12481         * bin/autom4te.in: Use it.
12482         Declare `$req' is invalid if it is outdated.
12483         Don't declare it valid before saving it if something went wrong.
12485 2001-08-04  Akim Demaille  <akim@epita.fr>
12487         Autom4te shall not encode Autoconf data, and preselecting traces
12488         must be proposed to the users.
12490         * bin/autom4te.in (@required_trace): Remove.
12491         (@preselect): New.
12492         (&parse_args, &print_usage): -p, --preselect is a new option.
12493         (&up_to_date_p): Adjust.
12494         * bin/autoconf.in: Preselect some Autoconf macros.
12496 2001-08-04  Akim Demaille  <akim@epita.fr>
12498         * tests/tools.at (autoconf --trace: user macros): Check traces on
12499         macros invoked without arguments, and macros invoked with multiple
12500         lines arguments.
12502 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
12504         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
12505         arguments.
12507 2001-08-03  Akim Demaille  <akim@epita.fr>
12509         * bin/autoconf.in ($@): Work around the usual sh bug.
12510         From Nicolas Joly.
12512 2001-08-03  Akim Demaille  <akim@epita.fr>
12514         Clean up the handling of the M4 builtins tracing exception.
12516         * bin/autom4te.in (Request::request): Don't complete M4 builtins
12517         trace requests.
12518         (@m4_builtins): Rename as...
12519         (@m4_builtin): this.
12520         (%m4_builtin_alternate_name): New.
12521         (&parse_args): Complete the trace requests with alternate names.
12522         (&handle_traces): Hence no longer do it here.
12523         (&trace_requests): Remove, unused.
12525 2001-08-03  Akim Demaille  <akim@epita.fr>
12527         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
12528         m4_if, and m4_wrap.
12530 2001-08-03  Akim Demaille  <akim@epita.fr>
12532         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
12533         (m4_divert_pop): Dump the whole diversion stack when a diversion
12534         mismatch happens.
12535         * bin/autom4te.in (&handle_output): Remember of the first
12536         occurrence of a possibly undefined macro, not the last.
12537         Complain about the possibly undefined macros in the same order as
12538         the appear in the output.
12539         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
12540         * tests/tools.at (autoconf: forbidden tokens, basic)
12541         (autoconf: forbidden tokens, exceptions): No longer sort
12542         autoconf's stderr, as it is now deterministic.
12543         Check that `dnl' is caught.
12545 2001-08-01  Akim Demaille  <akim@epita.fr>
12547         * configure.ac: Bump to 2.52c.
12549 2001-08-01  Akim Demaille  <akim@epita.fr>
12551         Version 2.52b.
12553         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
12555 2001-08-01  Akim Demaille  <akim@epita.fr>
12557         Version 2.52a.
12559 2001-08-01  Akim Demaille  <akim@epita.fr>
12561         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
12562         `die'.
12563         (&END): New.
12564         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
12565         `END', as `Autom4te::General::END' will be triggered.
12566         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
12567         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
12568         system to run `mv', `rm', and `cmp'.
12570 2001-08-01  Akim Demaille  <akim@epita.fr>
12572         * lib/Autom4te/General.pm (&unique): New.
12573         * bin/autoscan.in (&output): Use it to issue trace requests once.
12575 2001-08-01  Akim Demaille  <akim@epita.fr>
12577         * lib/Autom4te/General.pm: New.
12578         * bin/autom4te.in (Autom4te::General): Use it.
12579         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
12580         (&find_configure_ac, &find_slave): Remove.
12581         * bin/autoscan.in: Likewise.
12582         * bin/autoupdate.in: Likewise.
12584 2001-08-01  Akim Demaille  <akim@epita.fr>
12586         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
12587         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
12588         * bin: here, new directory.
12589         * lib/Autoconf: Rename as...
12590         * lib/Autom4te: this, to please case insensitive junkie OSes.
12592 2001-08-01  Akim Demaille  <akim@epita.fr>
12594         * autom4te.in ($m4): Handle the --nesting-limit.
12595         * autoconf.in (M4): Remove.
12597 2001-08-01  Akim Demaille  <akim@epita.fr>
12599         * autoconf.in ($AWK): Remove, no longer used.
12600         * test/tools.at: Use AT_CHECK_AUTOCONF.
12601         (AWK portability): Remove, for autoconf no longer uses AWK.
12602         (Syntax of the Perl scripts): New.
12603         * configure.ac: autoconf no longer needs an AWK with a good
12604         regexp engine.
12605         Use a static test on AC_PACKAGE_VERSION.
12606         * autom4te.in (&up_to_date_p): Output depends on the arguments.
12607         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
12608         * tests/atconfig.in (PERL): New.
12610 2001-08-01  Akim Demaille  <akim@epita.fr>
12612         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
12613         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
12614         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
12615         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
12616         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
12617         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
12618         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
12619         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
12620         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
12621         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
12622         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
12623         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
12624         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
12625         * lib/autoconf/c.m4: here, new file.
12627         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
12628         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
12629         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
12630         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
12631         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
12632         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
12633         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
12634         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
12635         (AC_F77_FUNC): Move to...
12636         * lib/autoconf/fortran.m4: here, new file.
12638 2001-08-01  Akim Demaille  <akim@epita.fr>
12640         * acfunctions.m4: Rename as...
12641         * lib/autoconf/functions.m4: this.
12642         * acgeneral.m4: Rename as...
12643         * lib/autoconf/general.m4: this.
12644         * acheaders.m4: Rename as...
12645         * lib/autoconf/headers.m4: this.
12646         * aclang.m4: Rename as...
12647         * lib/autoconf/lang.m4: this.
12648         * acoldnames.m4: Rename as...
12649         * lib/autoconf/oldnames.m4: this.
12650         * acspecific.m4: Rename as...
12651         * lib/autoconf/specific.m4: this.
12652         * actypes.m4: Rename as...
12653         * lib/autoconf/types.m4: this.
12654         * autoconf.m4: Rename as...
12655         * lib/autoconf/autoconf.m4: this.
12657         * m4sugar.m4: Rename as...
12658         * lib/m4sugar/m4sugar.m4: this.
12659         * m4sh.m4: Rename as...
12660         * lib/m4sugar/m4sh.m4: this.
12662         * tests/atgeneral.m4: Rename as...
12663         * lib/autotest/general.m4: this.
12665         * acfunctions: Rename as...
12666         * lib/autoscan/functions: this.
12667         * acheaders: Rename as...
12668         * lib/autoscan/headers: this.
12669         * acidentifiers: Rename as...
12670         * lib/autoscan/identifiers: this.
12671         * aclibraries: Rename as...
12672         * lib/autoscan/libraries: this.
12673         * acmakevars: Rename as...
12674         * lib/autoscan/makevars: this.
12675         * acprograms: Rename as...
12676         * lib/autoscan/programs: this.
12678 2001-08-01  Akim Demaille  <akim@epita.fr>
12680         * doc/autoconf.texi: Moving/deleting open files is not portable.
12681         Portability issues for `.' (source), and more information about sed.
12683 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
12685         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
12686         which has a special meaning and is not a reference to libibmil.a.
12687         Reported by Matteo Frigo.
12689 2001-07-25  Pavel Roskin  <proski@gnu.org>
12691         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
12692         output.
12694 2001-07-25  Akim Demaille  <akim@epita.fr>
12696         * autoconf.in: Try to define the variables before using them.
12697         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
12698         instead of `$perllibdir'.
12699         * tests/atconfig.in ($autom4te_perllibdir): Export it.
12701 2001-07-25  Akim Demaille  <akim@epita.fr>
12703         * autoconf.in (ac_LF_and_DOT): Remove, unused.
12705 2001-07-24  Akim Demaille  <akim@epita.fr>
12707         Let autoconf use autom4te for traces.
12709         * autoconf.in ($task, task trace): Remove, merely pass --trace to
12710         autom4te.
12711         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
12712         (Because I found no way for autom4te to accept `-').
12713         * autom4te.in (&Request::request): Beware of M4 builtins.
12714         (END): Don't try to remove the content of an empty dir.
12715         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
12716         (&handle_output): Set a default value to `$forbidden'.
12717         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
12718         ($autoconf): Pass --debug and --verbose.
12719         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
12720         cache.
12722 2001-07-24  Akim Demaille  <akim@epita.fr>
12724         Let autoconf use autom4te to create configure.
12726         * autoconf.in ($automate): New var.
12727         (task script): Use autom4te.
12728         * autom4te.in (File::Spec): Use it.
12729         (&find_file): New.
12730         (&parse_args): --warning is -W, not -w.
12731         Find the top level files.
12732         (&handle_m4): Pass the warnings flags.
12733         Don't report verbosely m4's failures, unless requested.
12734         (&handle_output): Don't complain for forbidden tokens in comments.
12735         Be sure to report all the forbidden tokens within a single line.
12736         (&trace_format_to_m4): Preserve `$_'.
12737         (&handle_traces): Sort the output macros.
12738         (&up_to_date_p): Find the files before trying to get its time stamp.
12740 2001-07-24  Akim Demaille  <akim@epita.fr>
12742         * Makefile.am: Ship, build and install Autom4te.
12743         (SUBDIRS): Add lib.
12744         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
12745         * configure.in: Require Perl.
12746         * man/autom4te.in: New.
12748 2001-07-19  Paul Eggert  <eggert@twinsun.com>
12750         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
12751         example, rather than (exit 1); exit (which isn't portable).
12753 2001-07-18  Akim Demaille  <akim@epita.fr>
12755         Version 2.52.
12757 2001-07-18  Akim Demaille  <akim@epita.fr>
12759         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
12760         was run, while they are needed also when it is expanded.
12761         Reported by Nicolas Joly.
12763         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
12764         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
12765         AC_F77_DUMMY_MAIN being expanded.
12767 2001-07-18  Akim Demaille  <akim@epita.fr>
12769         * configure.in: Bump to 2.51a.
12771 2001-07-17  Akim Demaille  <akim@epita.fr>
12773         Version 2.51.
12775 2001-07-17  Akim Demaille  <akim@epita.fr>
12777         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
12778         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
12780 2001-07-17  Akim Demaille  <akim@epita.fr>
12782         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
12783         used.  Well, then use the prototypes when you can, and runtime as
12784         a last resort.
12785         Reported by Artur Frysiak
12787         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
12788         (AC_FUNC_GETPGRP): Use it.
12789         First try to compile with 0-ary or 1-ary calls.
12791 2001-07-17  Akim Demaille  <akim@epita.fr>
12793         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
12794         replacement type.
12795         From Paul Eggert.
12797 2001-07-17  Akim Demaille  <akim@epita.fr>
12799         * Makefile.maint: Sync. with cppi 1.10.
12801 2001-07-17  Akim Demaille  <akim@epita.fr>
12803         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
12804         AC_F77_DUMMY_MAIN has been run.
12805         From Pavel Roskin and Steven G. Johnson.
12807 2001-07-17  Akim Demaille  <akim@epita.fr>
12809         * configure.in: Rename as...
12810         * configure.ac: this.
12812 2001-07-17  Akim Demaille  <akim@epita.fr>
12814         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
12815         rules.
12816         From Marc Espie.
12817         * Makefile.maint (release-archive-dir): Rename as...
12818         (release_archive_dir): this, so that it can be specialized in
12819         Makefile.
12821 2001-07-14  Akim Demaille  <akim@epita.fr>
12823         * configure.in: Bump to 2.50d.
12825 2001-07-14  Akim Demaille  <akim@epita.fr>
12827         Version 2.50c.
12828         * Makefile.maint (alpha): Typo.
12830 2001-07-14  Akim Demaille  <akim@epita.fr>
12832         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
12834 2001-07-14  Akim Demaille  <akim@epita.fr>
12836         * config/config.guess, config/config.sub, config/texinfo.tex
12837         * doc/standards.texi, doc/make-stds.texi: Update.
12839 2001-07-14  Akim Demaille  <akim@epita.fr>
12841         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
12843 2001-07-14  Akim Demaille  <akim@epita.fr>
12845         * Makefile.maint (maintainer-check): Rename as...
12846         (maintainer-distcheck): this.
12847         (changelog-check, static-check): New.
12848         Use them.
12850 2001-07-14  Kevin Ryde  <user42@zip.com.au>
12852         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
12853         for CXX is g++, not gcc.
12855 2001-07-14  Akim Demaille  <akim@epita.fr>
12857         * doc/autoconf.texi (Files): New subsection.
12859 2001-07-14  Akim Demaille  <akim@epita.fr>
12861         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
12862         of...
12863         (Generic Compiler Characteristics): this.
12864         (C++ Compiler): New subsection.
12866 2001-07-14  Akim Demaille  <akim@epita.fr>
12868         * autoscan.in: Use IO::File.
12869         Adjust all the routines to use it.
12870         ($log): New file (autoscan.log).
12871         (output): Dump detailed logs into $log, and a shortened version to
12872         stderr.
12873         (&scan_makefile): Refine the regexp catching tokens in the code.
12874         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
12875         and the `configure.ac' checking feature.
12877 2001-07-12  Akim Demaille  <akim@epita.fr>
12879         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
12880         Reported by Michael Elizabeth Chastain.
12882         * autoconf.in: Refuse such AWK.
12883         * configure.in: Likewise.
12884         * Makefile.am (acversion.m4): Do not use move-if-change this file
12885         has dependencies.
12886         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
12888 2001-07-10  Jens Petersen  <petersen@redhat.com>
12890         * autoscan.in (&scan_makefile): Improve programs regexp to parse
12891         things like "g++", "file.c" and "some-conf" as tokens.
12892         (&scan_file): Match C++ files extensions.
12893         If the filename extension is C++ then ask for c++.
12895 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
12897         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
12898         AC_TRY_LINK_FUNC, to check whether defining a dummy
12899         main-like routine is needed for linking with F77 libs.
12901 2001-07-05  Pavel Roskin  <proski@gnu.org>
12903         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
12904         after using break.
12905         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
12906         linking.
12908 2001-07-05  Akim Demaille  <akim@epita.fr>
12910         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
12911         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
12912         Makes' lives.
12913         Reported by Nicolas Joly.
12915 2001-07-04  Akim Demaille  <akim@epita.fr>
12917         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
12918         up.
12919         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
12920         warnings from compilers.
12921         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
12922         for all the compilers, not only GNU.  Hence move from here...
12923         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
12925 2001-07-04  Akim Demaille  <akim@epita.fr>
12927         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
12928         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
12929         AC_COMPILE_IFELSE.
12931 2001-07-04  Akim Demaille  <akim@epita.fr>
12933         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
12934         the ``strings.h'' change claimed below.
12936 2001-07-04  Akim Demaille  <akim@epita.fr>
12938         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
12940 2001-07-04  Akim Demaille  <akim@epita.fr>
12942         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
12943         strings.h if usable with string.h.
12944         Suggested by Paul Eggert.
12946 2001-07-04  Akim Demaille  <akim@epita.fr>
12948         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
12949         From Jens Petersen.
12951 2001-07-03  Akim Demaille  <akim@epita.fr>
12953         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
12954         etc. in the log.
12956 2001-07-03  Akim Demaille  <akim@epita.fr>
12958         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
12959         compiler, not the preprocessor.
12960         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
12961         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
12962         the right thing.
12963         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
12964         earlier if there are.
12966 2001-07-03  Akim Demaille  <akim@epita.fr>
12968         * autoscan.in ($initfile): Remove.
12969         (&find_file): Rename as...
12970         (&scan_file): this.
12971         Immediately scan the current file, instead of gathering them, and
12972         later having them handled by &scan_files.
12973         (&scan_files): Merely invoke Find::File.
12974         Adjust.
12976 2001-07-02  Akim Demaille  <akim@epita.fr>
12978         * autoscan.in: Formatting changes, matching the invocation order.
12979         (File::Find): Use it instead of Perl 4's `find.pl'.
12980         (&wanted): Rename as...
12981         (&find_file): this.
12983 2001-07-01  Pavel Roskin  <proski@gnu.org>
12985         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
12986         break in the argument to AC_TRY_LINK_FUNC.
12987         (AC_F77_MAIN): Remove conftest* after using break in the
12988         argument to AC_TRY_LINK.
12990 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
12992         Add alternate 'main' routine detection for linking C/C++ with Fortran,
12993         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
12995         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
12996         dummy alternate main is required even if the user provides her own
12997         'main'.
12998         (AC_F77_MAIN): New macro to detect whether it is possible to
12999         provide an alternate 'main' function name, using the 'main' from
13000         the Fortran libraries.
13001         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
13002         cross-language link tests can be performed successfully.
13003         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
13004         after $LIBS, for consistency; this should be the general rule since
13005         the user may want to link to Fortran libraries that require $FLIBS.
13006         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
13008 2001-06-29  Pavel Roskin  <proski@gnu.org>
13010         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
13011         at-stdout and at-stderr instead of removing the newline
13012         from the echo output, which is not guaranteed to work.
13014 2001-06-28  Jens Petersen  <petersen@redhat.com>
13016         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
13017         confdefs.h when non-zero.
13019 2001-06-28  Akim Demaille  <akim@epita.fr>
13021         * configure.in: Bump to 2.50c.
13023 2001-06-26  Akim Demaille  <akim@epita.fr>
13025         Version 2.50b.
13027 2001-06-26  Akim Demaille  <akim@epita.fr>
13029         Version 2.50a.
13031 2001-06-25  Pavel Roskin  <proski@gnu.org>
13033         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
13034         argument, AUTOCONF-FLAGS.
13035         * tests/mktests.sh (update_exclude_list): Add
13036         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
13037         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
13038         AC_FUNC_WAIT3 with "-W no-obsolete".
13040 2001-06-25  Akim Demaille  <akim@epita.fr>
13042         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
13044 2001-06-25  Akim Demaille  <akim@epita.fr>
13046         * autoscan.in (%macro): Now maps from word to list of macros.
13047         (&init_tables): Die when a word which is already handled by
13048         explicit macros is mapped to the default macro.
13049         (&print_unique): Remove, inlined in...
13050         (&output_kind): here.
13051         (File::Basename): Use it.
13052         (&output): Sort the CONFIG_FILES.
13053         * acheaders: Normalize.
13054         * acfunctions: Likewise.
13056 2001-06-25  Akim Demaille  <akim@epita.fr>
13058         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
13059         characteristics in the logs.
13060         Suggested by Mo DeJong.
13062 2001-06-24  Akim Demaille  <akim@epita.fr>
13064         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
13065         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
13066         * doc/autoconf.texi (Autoconf 2.13): New section.
13068 2001-06-24  Akim Demaille  <akim@epita.fr>
13070         * autoconf.in (Task traces): Separate the error messages from the
13071         traces to improve robustness.
13073 2001-06-23  Akim Demaille  <akim@epita.fr>
13075         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
13076         three as failures are unlikely, and speed matters.
13078 2001-06-23  Akim Demaille  <akim@epita.fr>
13080         * doc/autoconf.texi (Redefined M4 Macros): New.
13082 2001-06-23  Akim Demaille  <akim@epita.fr>
13084         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
13085         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
13086         5.3.
13088 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
13090         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
13091         config.status targets to after the evaluation of the INIT-CMDS.
13092         Double quote config.status targets (used to be single quoted).
13094 2001-06-23  Akim Demaille  <akim@epita.fr>
13096         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
13097         Check the content of the created file.
13098         Check the ./config.status command line invocation.
13100 2001-06-23  Akim Demaille  <akim@epita.fr>
13102         * tests/foreign.at (Libtool): Reject prehistoric versions.
13104 2001-06-23  Akim Demaille  <akim@epita.fr>
13106         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
13107         preexisting files matching a.*.
13109 2001-06-23  Akim Demaille  <akim@epita.fr>
13111         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
13112         stderr.
13113         * doc/autoconf.texi (AC_ARG_VAR): Update.
13115 2001-06-21  Akim Demaille  <akim@epita.fr>
13117         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
13118         precious variables have changed.
13119         * tests/torture.at (AC_ARG_VAR): Adjust.
13121 2001-06-21  Akim Demaille  <akim@epita.fr>
13123         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
13124         but some sed choke on multiple `;', and other tools (e.g.,
13125         Automake), include the separator themselves.
13127         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
13129 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
13131         * doc/autoconf.texi (Functions Portability): Rename as...
13132         (Function Portability): this.
13133         (Function Portability): Document potential problems with unlink().
13135 2001-06-19  Paul Eggert  <eggert@twinsun.com>
13137         * NEWS, doc/autoconf.texi: Document quadrigraphs.
13139 2001-06-18  Akim Demaille  <akim@epita.fr>
13141         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
13143 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
13145         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
13146         (_AC_FUNC_VFORK): this.
13147         Remove AC_DEFINEs and don't guess cross-compilation values.
13148         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
13149         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
13150         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
13151         vfork doesn't work.
13152         Guess values if cross-compiling, but warn.
13153         * acfunctions: Add AC_FUNC_FORK.
13154         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
13155         and vfork appropriately.
13157 2001-06-18  Akim Demaille  <akim@epita.fr>
13159         * doc/autoconf.texi (Functions Portability): New section.
13161 2001-06-18  Akim Demaille  <akim@epita.fr>
13163         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
13164         in $M4.
13165         Suggested by Andreas Schwab.
13167 2001-06-18  Akim Demaille  <akim@epita.fr>
13169         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
13170         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
13171         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
13172         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
13173         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
13174         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
13175         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
13176         the converse).
13178 2001-06-18  Akim Demaille  <akim@epita.fr>
13180         * doc/autoconf.texi (ms): New index.
13181         (Macro Index): Rename as...
13182         (Autoconf Macro Index): this.
13183         (M4 Macro Index): New appendix.
13184         (Programming in M4): New chapter.
13185         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
13186         (Quoting): Rename as...
13187         (M$ Quotation): this.
13188         Be part of `Programming in M4).
13190 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
13192         * tests/torture.at (AC_ARG_VAR): Set variables and export them
13193         in separate statements for compatibility with Tru64 v5.1.
13195 2001-06-17  Akim Demaille  <akim@epita.fr>
13197         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
13198         current values of the precious variables, not the previously
13199         cached values.
13200         Pass precious variables which are set to config.status.
13201         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
13202         * tests/torture.at (AC_ARG_VAR): New.
13204 2001-06-15  Paul Eggert  <eggert@twinsun.com>
13206         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
13207         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
13208         and explain why and how to replace them.
13209         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
13210         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
13212 2001-06-15  Akim Demaille  <akim@epita.fr>
13214         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
13215         Reported by Bruno Haible.
13217         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
13218          (_AC_ARG_VAR_PRECIOUS): to here.
13220 2001-06-15  Pavel Roskin  <proski@gnu.org>
13222         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
13223         an unused pointer use cast to this type and `if' statement to
13224         avoid warnings from the compiler.
13225         (AC_HEADER_TIME): Likewise.
13226         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
13227         in `if' statement to avoid warnings from the compiler. Declare
13228         ac_aggr static to avoid the need to initialize it.
13230 2001-06-14  Akim Demaille  <akim@epita.fr>
13232         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
13233         Macros'.
13235 2001-06-13  Akim Demaille  <akim@epita.fr>
13237         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
13238         Suggested by Alexander Mai.
13240 2001-06-13  Akim Demaille  <akim@epita.fr>
13242         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
13243         sys/types.h and sys/stat.h, and check for them.
13245 2001-06-13  Akim Demaille  <akim@epita.fr>
13247         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
13248         INCLUDES.
13250 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
13252         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
13253         succeeds and only try adding libdnet upon a failure.
13255 2001-06-12  Akim Demaille  <akim@epita.fr>
13257         * autoscan.in (&output_kind): Output the comment only if it exists.
13258         (%kind_comment): Add entry for `programs'.
13259         (&output_programs): Use &output_kind.
13260         (&output_functions, &output_identifiers, &output_headers)
13261         (&output_programs): Inline, and remove.
13263 2001-06-12  Akim Demaille  <akim@epita.fr>
13265         * autoscan.in (%kind_comment): New.
13266         (output_kind): New.
13267         (output_functions, output_identifiers, output_headers): Use it.
13269 2001-06-12  Akim Demaille  <akim@epita.fr>
13271         * autoscan.in (&print_unique): Take `$kind' and `$word' as
13272         arguments, to factor indirections into `%macro' and `%used'.
13273         (%generic_macro): Fix a typo.
13275 2001-06-12  Akim Demaille  <akim@epita.fr>
13277         * aclibraries: New.
13278         * autoscan.in (@kinds): Add `libraries'.
13279         Use `@kinds' instead of hard coded lists.
13280         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
13281         Remove, replaced by...
13282         (%used): this.
13284 2001-06-12  Akim Demaille  <akim@epita.fr>
13286         * autoscan.in (%functions_macros %headers_macros)
13287         (%identifiers_macros %programs_macros %makevars_macros): Remove,
13288         replaced by...
13289         (%macro): New.
13291 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
13293         * aclang.m4 (AC_NO_EXECUTABLES): Override
13294         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
13296 2001-06-11  Akim Demaille  <akim@epita.fr>
13298         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
13299         trailing new line.
13300         Reported by Andreas Schwab.
13302 2001-06-11  Akim Demaille  <akim@epita.fr>
13304         * Makefile.am, Makefile.maint: Typos.
13306 2001-06-09  Akim Demaille  <akim@epita.fr>
13308         * doc/autoconf.texi (Here-Documents): New section, gathering
13309         documentation about here-documents.
13310         Use `href', not `uref', and other changes.
13312 2001-06-09  Akim Demaille  <akim@epita.fr>
13314         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
13315         chapter.
13317 2001-06-09  Akim Demaille  <akim@epita.fr>
13319         * doc/autoconf.texi (Limitations of Builtins): Complete the
13320         description of the here-docs penalties with Alexandre Oliva's
13321         explanations.
13323 2001-06-01  Paul Eggert  <eggert@twinsun.com>
13325         * doc/autoconf.texi: Talk about here documents and speedups.
13326         Do not use "echo" on arbitrary strings.
13327         Spell "here-documents" consistently with the standard.
13329 2001-06-09  Akim Demaille  <akim@epita.fr>
13331         * doc/autoconf.texi (Concept Index): Introduce it.
13332         Regenerate the menus.
13334 2001-06-09  Akim Demaille  <akim@epita.fr>
13336         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
13337         * config/prev-version.txt: New.
13338         * config/move-if-change: New, for GNU libc.
13340 2001-06-06  Pavel Roskin  <proski@gnu.org>
13342         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
13344 2001-06-06  Akim Demaille  <akim@epita.fr>
13346         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
13347         properly when $1 is not a literal.
13348         Fixes PR Autoconf/187, reported by Bram Moolenaar.
13350 2001-06-06  Akim Demaille  <akim@epita.fr>
13352         Invoking AC_COPYRIGHT before AC_INIT fails.
13354         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
13355         * acgeneral.m4 (_m4_divert(VERSION_FSF))
13356         (_m4_divert(VERSION_USER)): New.
13357         (AC_COPYRIGHT): $2 is the diversion to use.
13358         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
13359         (AC_INIT): Remove dead comments as now it's commutative.
13361 2001-06-06  Akim Demaille  <akim@epita.fr>
13363         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
13364         PR autoconf/187.
13366 2001-06-05  Akim Demaille  <akim@epita.fr>
13368         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
13369         can be empty.
13370         `*dir' variables cannot be NONE.
13371         Reported by Mark Kettenis.
13373 2001-06-05  Paul Eggert  <eggert@twinsun.com>
13375         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
13377 2001-06-04  Akim Demaille  <akim@epita.fr>
13379         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
13380         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
13381         (AC_TR_SH): Move as...
13382         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
13383         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
13384         (AS_TR_SH): these.
13385         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
13386         (_AS_TR_SH_PREPARE): New.
13387         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
13388         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
13390 2001-06-02  Akim Demaille  <akim@epita.fr>
13392         * Makefile.am (.m4.m4f): Pass the options first.
13393         Fixes PR autoconf/182.
13395 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
13397         GNU getopt, when POSIXLY_CORRECT does not permute options and
13398         arguments.  So pass the options first.
13399         Fixes PR autoconf/184.
13401         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
13402         (run_m4): Remove files.
13403         (run_m4f): Remove.
13404         Update remainder of script to use them.
13405         (for warning in): Do not use a literal comma as it will not be
13406         split by IFS.
13408 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
13410         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
13411         Fortran compilers to check.
13412         (_AC_PROG_F77_V): Add '-###' as a possible option to print
13413         information on library and object files.
13414         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
13415         to check.
13417 2001-06-02  Akim Demaille  <akim@epita.fr>
13419         * autom4te.in (Request::@request): Declare with `vars', not `my',
13420         as it prevents updates via `do FILENAME'.
13422 2001-06-02  Akim Demaille  <akim@epita.fr>
13424         * configure.in (standards_texi): Remove, dead code.
13426 2001-06-02  Akim Demaille  <akim@epita.fr>
13428         * autom4te.in: New.
13430 2001-06-02  Pavel Roskin  <proski@gnu.org>
13432         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
13433         for signals other than 0 - exit with code 1.
13434         * m4sh.m4 (AS_TMPDIR): Likewise.
13435         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
13436         * autoheader.in: Likewise.
13437         * autoreconf.in: Likewise.
13438         * tests/torture.at (Signal handling): New test for the above.
13440 2001-06-01  Akim Demaille  <akim@epita.fr>
13442         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
13443         message.
13445 2001-05-31  Akim Demaille  <akim@epita.fr>
13447         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
13448         Add copyright and comments.
13449         * acheaders: Add stdint.h.
13450         Suggested by Paul Eggert.
13452 2001-05-31  Akim Demaille  <akim@epita.fr>
13454         * atgeneral.m4 (AT_INIT): Use $SHELL.
13455         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
13457 2001-05-31  Akim Demaille  <akim@epita.fr>
13459         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
13460         stdint.h.
13461         From Paul Eggert and Lars Hecking.
13463 2001-05-31  Akim Demaille  <akim@epita.fr>
13465         * tests/base.at: Adjust line numbers in error messages.
13467 2001-05-31  Akim Demaille  <akim@epita.fr>
13469         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
13470         to emit the bangshe line.
13471         Reported by David Carter.
13473 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
13475         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
13476         Fortran (95) compilers to check.
13478 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
13480         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
13481         Macro Archive URL.
13483 2001-05-23  Pavel Roskin  <proski@gnu.org>
13485         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
13486         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
13487         (AC_PROG_CXXCPP): Likewise.
13489 2001-05-22  Akim Demaille  <akim@epita.fr>
13491         * config: New directory.
13492         * configure.in: AC_CONFIG_AUX_DIR it.
13493         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
13495 2001-05-22  Akim Demaille  <akim@epita.fr>
13497         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
13498         * autoupdate.in: Specify the Emacs mode.
13499         * acversion.m4.in: Rename as...
13500         * acversion.m4: this.
13501         * tests/Makefile.am (CLEANFILES): More garbage.
13503 2001-05-22  Akim Demaille  <akim@epita.fr>
13505         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
13506         Rename as...
13507         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
13508         these.
13510 2001-05-21  Akim Demaille  <akim@epita.fr>
13512         * configure.in: Bump to 2.50a.
13515         -----
13517         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
13518         Software Foundation, Inc.
13520         This file is part of GNU Autoconf.
13522         GNU Autoconf is free software; you can redistribute it and/or modify
13523         it under the terms of the GNU General Public License as published by
13524         the Free Software Foundation; either version 2, or (at your option)
13525         any later version.
13527         GNU Autoconf is distributed in the hope that it will be useful,
13528         but WITHOUT ANY WARRANTY; without even the implied warranty of
13529         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13530         GNU General Public License for more details.
13532         You should have received a copy of the GNU General Public License
13533         along with autoconf; see the file COPYING.  If not, write to
13534         the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13535         Boston, MA 02110-1301, USA.