* lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Set FPATH too.
[autoconf.git] / ChangeLog
blob86ecdbb094482802fb384a89095f35f78abd3269
1 2007-06-13  Paul Eggert  <eggert@cs.ucla.edu>
3         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Set FPATH too.
4         Problem reported by Fred Kreek in
5         <http://lists.gnu.org/archive/html/bug-autoconf/2007-06/msg00009.html>.
6         * doc/autoconf.texi (Special Shell Variables): Warn about FPATH.
7         (Macro Names, Defining Directories): Don't mention PATH as a name
8         for a fully qualified file name, as this usage violates the GNU
9         coding standards and we shouldn't recommend it.
11         * lib/autotest/general.m4 (AT_INIT): Don't set PATH to the empty
12         string and then assume shell builtins like "test" will work.
14 2007-06-12  Noah Misch  <noah@cs.caltech.edu>
16         * lib/autoconf/general.m4 (AC_SUBST): Raise a fatal error if VARIABLE is
17         not a valid shell variable name.
18         * tests/mktests.sh (ac_exclude_list): Add AC_ARG_VAR.
19         * tests/torture.at (AC_SUBST: variable name validation): New test.
20         Reported by Andreas Schwab.
22 2007-06-04  Noah Misch  <noah@cs.caltech.edu>
24         * doc/autoconf.texi (AC_F77_MAIN): Give a specific usage example that
25         works with both C and C++.
27 2007-06-03  Noah Misch  <noah@cs.caltech.edu>,
28             Bruno Haible  <bruno@clisp.org>
30         * lib/autoconf/c.m4 (AC_OPENMP): Use a simple loop instead of compiler
31         brand tests.
33 2007-05-31  Paul Eggert  <eggert@cs.ucla.edu>
35         * doc/autoconf.texi (Particular Types): Give example of use for
36         AC_TYPE_INT8_T etc.
38 2007-05-29  Stepan Kasal  <kasal@ucw.cz>
40         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo.
42 2007-05-28  Paul Eggert  <eggert@cs.ucla.edu>
44         * doc/autoconf.texi (Particular Types): AC_TYPE_INT8_T does not
45         define HAVE_INT8_T, and likewise for similar macros.
46         Problem reported by Patrick Welche in
47         <http://lists.gnu.org/archive/html/autoconf/2007-05/msg00062.html>.
49 2007-05-25  Noah Misch  <noah@cs.caltech.edu>
51         * bin/Makefile.am ($(top_builddir)/bin/autom4te): New dependency.
53 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
55         * lib/autoconf/c.m4 (AC_OPENMP): Don't echo --enable-openmp
56         choice, since that's what we do with --enable-largefile etc.
57         Redo indenting and assignments to simplify things a bit, and make
58         the parens work with Emacs.
60         * doc/autoconf.texi (Generic Compiler Characteristics): Fix typo
61         in my previous change: AC_C_OPENMP -> AC_OPENMP.  Reported by Bruno
62         Haible.
64 2007-05-21  Noah Misch  <noah@cs.caltech.edu>
66         * lib/autoconf/c.m4 (AC_OPENMP): Simplify use of AC_ARG_ENABLE.
67         * tests/local.at (AT_CHECK_ENV): Exempt OPENMP_CFLAGS.
69 2007-05-21  Bruno Haible  <bruno@clisp.org>
71         * NEWS: Rename AC_C_OPENMP to AC_OPENMP.
72         * lib/autoconf/c.m4 (AC_OPENMP): Renamed from AC_C_OPENMP.
73         * doc/autoconf.texi (Generic Compiler Characteristics): Move
74         renamed AC_OPENMP documentation here, from "C compiler".
75         Mention C++ and Fortran.
77 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
79         * doc/autoconf.texi (C Compiler): Tweak OpenMP documentation a bit.
81 2007-05-21  Bruno Haible  <bruno@clisp.org>
83         * NEWS: Mention AC_C_OPENMP.
84         * lib/autoconf/c.m4 (AC_C_OPENMP): New macro.
85         * doc/autoconf.texi (C Compiler): Document AC_C_OPENMP.
87 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
89         * bin/autom4te.in: Fix typos.
91 2007-05-16  Noah Misch  <noah@cs.caltech.edu>
93         * bin/autoconf.as: Handle `-' just like other input files.
94         * bin/autom4te.in (parse_args): Pass `-' through.
95         (handle_output): Skip the forbidden token search if we read from stdin.
96         (up_to_date): Always treat stdin as out of date.
97         * tests/tools.at (autoconf: input from stdin): New test.
98         (autoconf: forbidden tokens, basic): Check a second `autoconf' run.
100 2007-05-16  Stepan Kasal  <kasal@ucw.cz>
102         * tests/foreign.at tests/semantics.at, tests/tools.at: Remove
103         parameters for AT_CLEANUP.
104         * tests/local.at (AT_CHECK_AU_MACRO): Likewise.
106 2007-05-14  Paul Eggert  <eggert@cs.ucla.edu>
108         * NEWS: Document that AC_C_RESTRICT checks 'restrict' last.
109         * doc/autoconf.texi (C Compiler): Likewise.
111 2007-05-14  Noah Misch  <noah@cs.caltech.edu>
113         * lib/autoconf/c.m4 (AC_C_RESTRICT): Check `restrict' last.
115 2007-05-09  Stepan Kasal  <kasal@ucw.cz>
117         * doc/autoconf.texi: Direntry for "autoconf Invocation"
118         renamed to "autoconf-invocation"
120         * doc/autoconf.texi (Caching Results): The CACHE-ID variable
121         in the examples should not use the internal "ac_" prefix.
123 2007-05-05  Noah Misch  <noah@cs.caltech.edu>
125         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): Use `eval'.
126         * doc/autoconf.texi ($@, case): Document Zsh limitations.
128 2007-05-03  Stepan Kasal  <kasal@ucw.cz>
130         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Put a.out first.
131         Reorganize the comments before and in the macro.
133 2007-05-02  Stepan Kasal  <kasal@ucw.cz>
135         * lib/autoconf/lang.m4, lib/autoconf/c.m4,
136         lib/autoconf/fortran.m4, lib/autoconf/erlang.m4: Cleanup of
137         section titles and other comments; no code change.
139 2007-05-01  Kevin Ryde  <user42@zip.com.au>
141         * doc/autoconf.texi (Particular Programs): Typo
142         @acindex{AC_PROG_MKDIR_P} shouldn't have "AC" in that call.
144 2007-04-30  Paul Eggert  <eggert@cs.ucla.edu>
146         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Don't imply that
147         'configure' will fail if the shell lacks proper support for shell
148         functions.  Suggested by RMS.
150 2007-04-29  Paul Eggert  <eggert@cs.ucla.edu>
152         * doc/autoconf.texi (Limitations of Builtins): Correct the warning
153         about Solaris /bin/printf '%010000x' 123.  Problem reported by
154         Bruno Haible.
156 2007-04-28  Paul Eggert  <eggert@cs.ucla.edu>
158         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't look
159         for a.* when searching for executables, as this prevents users
160         from having files like a.c.  Problem reported by Ralf Wildenhues in:
161         http://lists.gnu.org/archive/html/autoconf-patches/2007-04/msg00029.html
162         This fixes a problem introduced on 2000-12-19.
164 2007-04-26  Paul Eggert  <eggert@cs.ucla.edu>
166         * doc/autoconf.texi (Limitations of Builtins): Warn about Solaris
167         /bin/printf '%010000x' 123.  Problem reported by Arto C. Nirkko
168         via Bruno Haible.
170 2007-04-12  Paul Eggert  <eggert@cs.ucla.edu>
172         * NEWS: Document recent changes to AC_CHECK_ALIGNOF, AC_CHECK_SIZEOF,
173         AC_CHECK_TYPE, AC_CHECK_TYPES.
174         * doc/autoconf.texi (Generic types): C types must be type-names
175         (the C terminology), not type-ids (the C++ term).  C++ types
176         must not be anonymous.
177         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Remove special case
178         for C++; this drops support for anonymous struct and union types,
179         which were problematic anyway.
180         * tests/semantics.at (AC_CHECK_HEADERS_NEW): Adjust test to work even
181         for C++.
183 2007-04-12  Jim Meyering  <jim@meyering.net>
185         * doc/autoconf.texi (Libraries): Typo fix: insert missing "in".
187 2007-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
189         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Fix AC_CONFIG_LINKS
190         to prefer a link source from the build tree, if it exists.
191         Report by Pallav Gupta <pallavgupta@gmail.com>.
193 2007-04-11  Paul Eggert  <eggert@cs.ucla.edu>
195         * doc/autoconf.texi (Generic Types): Document the restrictions
196         on types imposed by AC_CHECK_TYPE, AC_CHECK_TYPES.
197         (Generic Compiler Characteristics): AC_CHECK_SIZEOF now works
198         with objects too.  Document the restrictions on its use.
199         Document the restrictions on AC_CHECK_ALIGNOF's type argument.
200         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW):
201         For C, just try sizeof (TYPE) and sizeof ((TYPE)); if the former
202         works but the latter doesn't, then it's a valid type.
203         This lets people use function types and so forth.
204         For C++ there doesn't seem to be a simple solution, so leave it alone.
205         (AC_CHECK_SIZEOF): Allow argument to be a variable.
206         (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Don't bother to invoke
207         AC_CHECK_TYPE; that wasn't documented or necessary.
209 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
211         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Skip AS_TEST_X
212         when cross-compiling.
214 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
216         * doc/autoconf.texi (External Software): Fix a typo in the
217         previous change.
219 2007-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
221         * doc/autoconf.texi (External Software, Package Options):
222         Fix ambiguous wording.  Report by Reuben Thomas <rrt@sc3d.org>.
224 2007-04-06  Paul Eggert  <eggert@cs.ucla.edu>
226         * doc/autoconf.texi (Particular Types): AC_C_LONG_DOUBLE is now
227         obsolescent.  Suggested by Bruno Haible.
228         * NEWS: Document this.
230 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
232         * doc/autoconf.texi (Here-Documents, Limitations of Builtins):
233         (Limitations of Usual Tools): Don't say "older" if Solaris 10 by
234         default still has the problem.  Problem reported by Bruce Korb.
236 2007-03-28  Stepan Kasal  <kasal@ucw.cz>
237         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
239         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix a
240         comment in the generated config.status.
242 2007-03-27  Stepan Kasal  <kasal@ucw.cz>
244         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Update comment.
246 2007-03-26  Paul Eggert  <eggert@cs.ucla.edu>
248         * doc/autoconf.texi (Shellology): Rework treatment of the 'test'
249         command and case statements to make it a bit clearer and describe
250         more pitfalls.
252 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
254         * doc/autoconf.texi (C Compiler): Mention that AC_PROG_CC_C99 also
255         checks for unsigned long long int.
257 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
259         * doc/autoconf.texi (Limitations of Usual Tools): Warn about other
260         nonstandard grep R.E. escape sequences.
262 2007-03-17  Jim Meyering  <jim@meyering.net>
264         * doc/autoconf.texi: Adjust grammar around use of "heuristics".
265         (Limitations of Usual Tools): Also list \< and \>, and mention that
266         HP-UX's grep, like the one from Solaris, does not support that syntax.
268 2007-03-09  Stepan Kasal  <kasal@ucw.cz>
270         * doc/autoconf.texi (Specifying Names): `--host' does not
271         change the build type.
273 2007-03-05  Paul Eggert  <eggert@cs.ucla.edu>
275         * doc/autoconf.texi (C Compiler): Warn that AC_C_BIGENDIAN
276         suggests AC_CONFIG_HEADERS.
277         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Warn if not using
278         AC_CONFIG_HEADERS.  Problem reported by
279         Peter O'Gorman.
281 2007-02-28  Paul Eggert  <eggert@cs.ucla.edu>
283         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Fix typo "__LITLE_ENDIAN__".
284         Problem reported by Paolo Bonzini in:
285         http://lists.gnu.org/archive/html/autoconf-patches/2007-02/msg00024.html
286         * tests/semantics.at (AC_C_BIGENDIAN): Don't reject hosts that have
287         universal binaries.  Problem reported by Elias Pipping.
289 2007-02-27  Paul Eggert  <eggert@cs.ucla.edu>
291         * NEWS: AC_C_BIGENDIAN now supports universal binaries a la Mac OS X.
292         * doc/autoconf.texi (C Compiler): Document this.  There is a new
293         extra argument ACTION-IF-UNIVERSAL.
294         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Implement this.
295         Add support for Solaris-style _LITTLE_ENDIAN and _BIG_ENDIAN.
296         Reindent for sanity's sake.
298 2007-02-24  Eric Blake  <ebb9@byu.net>
300         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
301         copyright.
302         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
303         * lib/autotest/general.m4 (AT_INIT): Likewise.
304         (_AT_DECIDE_TRACEABLE): Fix syntax highlighting.
306 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
308         * lib/autotest/general.m4 (AT_INIT): With --clean, return exit
309         status of rm so we know when it failed.
310         If cleaning of test dir failed before running the test, warn.
311         Output the line separator in verbose mode before the warning
312         to make clear the warning belongs to the following test.
314 2007-02-08  Paul Eggert  <eggert@cs.ucla.edu>
316         * doc/autoconf.texi (Parentheses): Mention problem with (( in
317         shells.
319 2007-02-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
320         and Paul Eggert  <eggert@cs.ucla.edu>
322         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix quoting
323         errors introduced in last change.
325 2007-02-07  Paul Eggert  <eggert@cs.ucla.edu>
327         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer \r to
328         an actual carriage return.  Use "ac_cr" to contain the actual
329         carriage return.
330         * doc/autoconf.texi (Limitations of Usual Tools): Document problem
331         with traditional Awk and begin.
332         * tests/torture.at (Limitations of Builtins): Document the problem
333         with Bash 2.03 printf.
334         (Substitute and define special characters):
335         Remove trailing white space.  Work around a bug in Solaris 8 /bin/bash.
337 2007-02-06  Ralf Menzel  <menzel@ls6.cs.uni-dortmund.de>  (tiny change)
339         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Redirect
340         input from /dev/null in awk test, so even Solaris /usr/bin/awk
341         will not wait for input with a script containing only a BEGIN
342         rule.
344 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
346         * doc/autoconf.texi (Introduction, Why GNU M4): Clarify M4 version
347         requirements.
348         * README: Likewise.
350 2007-02-02  Eric Blake  <ebb9@byu.net>
352         * NEWS: Update copyright.
354         * m4/m4.m4 (AC_PROG_GNU_M4): Reject M4 1.4 through 1.4.4 as
355         broken.
356         * configure.ac: Update error message.
357         * NEWS: Note that M4 1.4.5 or later is now a hard dependency.
358         Reported by Gary Vaughan and Jim Meyering, and problem analyzed
359         by Stepan Kasal:
360         http://lists.gnu.org/archive/html/bug-autoconf/2006-11/msg00025.html
362 2007-01-31  Eric Blake  <ebb9@byu.net>
364         * THANKS (people): Update.
366 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
368         * doc/autoconf.texi (Shellology): pdksh 5.2.14 is still the
369         latest version.
370         (Shell Substitutions): Note problems with @{var:=value} etc.
371         Add a new section for problems with @{#var} etc.  Problem noted
372         by Ralf Wildenhues.  See:
373         http://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
375 2007-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
377         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Also
378         AC_SUBST([MKDIR_P]), so that Automake < 1.10 will pick up its
379         trace, if a package uses AC_PROG_MKDIR_P explicitly.  The actual
380         substitution will still be done by the special code.
381         Report by Jim Meyering.
383         * doc/autoconf.texi (File System Conventions): Mention that
384         $PATH_SEPARATOR is for the build system only.
385         Report by Keith Marshall.
387 2007-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
389         * doc/autoconf.texi (Setting Output Variables): Mention that
390         all non-NUL characters are ok in substituted values.
391         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Fix comment typo.
392         (_AC_OUTPUT_FILES_PREPARE): Test and use backslash escaping of
393         carriage return for $AWK, needed for BSD awk.
394         * tests/torture.at (Substitute and define special characters):
395         Test all 8 bit non-NUL characters.
396         Report against Automake by Patrick Welche.
398 2007-01-15  Stepan Kasal  <kasal@ucw.cz>
400         * doc/autoconf.texi: Direntry for "autoconf Invocation" renamed.
402 2007-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
404         * lib/autoconf/programs.m4 (AC_PROG_SED): When closing a pipe
405         early on the reader side, drop stderr of the input to avoid
406         `broken pipe' error output; this may happen even with shell
407         builtin `echo' of some bash versions.  Reports by Ian Macdonald
408         <iamacdo@telkomsa.net> and Sam Sexton <Sam.Sexton@reuters.com>.
410 2007-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
412         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Use newlines to
413         separate items of `ac_user_opts', to avoid long lines.
414         (_AC_INIT_PARSE_ENABLE2, _AC_ENABLE_IF_ACTION): Adjust.
416 2007-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
418         * doc/autoconf.texi: Fix some typos.
420 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
422         Fix some wording problems noted by Paolo Bonzini in:
423         http://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
424         * doc/autoconf.texi (Signed Overflow Examples): Give more
425         discussion about the allow_superuser_privileges example,
426         and change it a bit to make things clearer.
427         (Optimization and Wraparound): Clarify whether the compiler
428         will generate an infinite loop for the example derived from
429         Autoconf's mktime test.
430         (Signed Overflow Advice): Say that -ftrapv is meant for debugging.
431         Also, clarify unsigned multiplication overflow.
433 2007-01-04  Eric Blake  <ebb9@byu.net>
435         * bin/Makefile.am (RELEASE_YEAR): New macro.
436         (edit): Use it to supply correct copyright year to scripts.
437         * bin/autoconf.as (version): Use it.
438         * bin/autoheader.in ($version): Likewise.
439         * bin/autom4te.in ($version): Likewise.
440         * bin/autoreconf.in ($version): Likewise.
441         * bin/autoscan.in ($version): Likewise.
442         * bin/autoupdate.in ($version): Likewise.
443         * bin/ifnames.in ($version): Likewise.
445 2007-01-02  Paul Eggert  <eggert@cs.ucla.edu>
447         * doc/autoconf.texi (Integer Overflow): Revised based on today's
448         feedback.  The most important changes document what happens when
449         you convert an out-of-range value to a signed integer type, and
450         say that (sum < a) != (b < 0) reliably detects overflow when sum =
451         a + b.
453         * doc/autoconf.texi (Integer Overflow): Greatly expand and
454         rewrite, taking notions from the recent discussion on the gcc and
455         autoconf mailing lists; please see
456         http://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
457         and follow the many links.
458         (Integer Overflow Basics, Signed Overflow Examples):
459         (Optimization and Wraparound, Signed Overflow Advice):
460         (Signed Integer Division): New sections.
462 2006-12-28  Steven G. Johnson  <stevenj@alum.mit.edu>
464         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't include
465         preprocessor macro arguments in traced name.
466         * doc/autoconf.texi (Defining symbols): Document longstanding
467         support for AC_DEFINE-ing macros with arguments, and document
468         behavior when the same variable has multiple AC_DEFINEs.
469         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Revert to the
470         old implementation which AC_DEFINEs the FC_FUNC and FC_FUNC_
471         macros directly, giving much shorter and simpler code.
473 2006-12-28  Malcolm Purvis <malcolmp@xemacs.org>  (trivial change)
475         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
476         space before "$ac_configure_args" to prevent a 'config.status
477         --recheck' failure if ac_configure_args doesn't contain a leading
478         space.  This works around a problem with the XEmacs configure.ac,
479         which uses the (undocumented) ac_configure_args variable
480         inconsistently with Autoconf.
482 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
484         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):
485         Include <limits.h>, and use its INT_MAX to rewrite the
486         j loop so that it does not overflow 'int'.  Problem reported by
487         Ralf Wildenhues in
488         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
489         Play it safe by shifting left by 1 rather than multiplying by 2,
490         as GCC is less likely to optimize this away when the value
491         is signed (when it assumes overflow leads to undefined behavior).
492         Also, don't assume time_t uses two's complement.
494 2006-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
496         * tests/torture.at (Substitute a 2000-byte string): Avoid using
497         a 10kB long (multi-line) string literal, OpenServer 5.0.7 ksh
498         dumps core on it.  Report by Tim Rice.
500 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
502         * lib/autoconf/general.m4 (AC_ARG_ENABLE): Print help about
503         --disable-option-checking to --help output even when
504         AC_PRESERVE_HELP_ORDER is not used.
505         (_AC_INIT_PARSE_ENABLE2): Print warnings using actual --enable or
506         --with argument, rather than argument with [-.] replaced by
507         underscores.
508         * NEWS: Fix typo in previous change; the news was in the
509         wrong section.
511 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
513         * NEWS: Warnings are now generated by default for unknown
514         --enable-* and --with-* options.
515         * doc/autoconf.texi (Option Checking): Renamed from
516         (Configure Option Checking).  Tighten up the wording a bit.
517         (External Software, Package Options): Cross-reference to Option
518         Checking, and use this to shorten our section.
519         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Prefer test -n
520         "$x" to test "x$foo" != x.
521         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
522         Don't warn if $enable_option_checking is "no".
523         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Initialize
524         ac_unrecognized_opts to the empty string.
525         Don't echo the unrecognized opts, as this might mishandle
526         backslashes or leading -.
527         (AC_PRESERVE_HELP_ORDER): Put the --disable-option-checking
528         usage next to the other --disable-FEATURE options in the
529         help string.
531 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
533         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, _AC_INIT_PARSE_ARGS):
534         (_AC_INIT_PARSE_ENABLE2, _AC_INIT_HELP, _AC_ENABLE_IF):
535         Print warning for unrecognized --with and --enable options
536         (AC_DISABLE_OPTION_CHECKING): New macro to disable warnings.
537         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS):
538         Disable option checking when subdirs are configured.
539         (AC_OUTPUT): If warnings are enabled, print warning about
540         unrecognized --with and --enable options at the end of
541         the configure output (as well as at the beginning).
542         * doc/autoconf.texi (Option Checking): New node.
543         Document new option warning functionality.
545 2006-12-16  Eric Blake  <ebb9@byu.net>
547         * configure.ac (AC_INIT): Bump version, since 2.61a is released.
548         * NEWS: Start news for current version.
550 2006-12-15  Paul Eggert  <eggert@cs.ucla.edu>
552         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
553         Define HAVE_GETMNTENT to 1, not to the empty string.
554         Problem originally reported by Jochen Friedrich in
555         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
557         This change prompted by a problem report by Andrey Simonenko in
558         <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
559         * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
560         object-like macros only, in the traditional portable character
561         set.
562         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
563         Warn about attempts to define things that are not identifiers.
564         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
565         awful hack that AC_DEFINEd macro names containing parentheses.
567 2006-12-12  Paul Eggert  <eggert@cs.ucla.edu>
569         * doc/autoconf.texi: Undo some of the 2006-12-10 change.  It was
570         too drastic, even if Texinfo in theory requires it for info mode.
572         (config.status Invocation): Renamed back from Recreating a
573         Configuration).
574         (Obsolete config.status Use): Renamed back from Obsolete Recreation.
575         (Autoconf 2.13): Renamed back from 20th-century Autoconf 2.
577 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
579         * NEWS: Version 2.61a.
581 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
582         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
584         * NEWS: Document changes with echo and printf, and the lack
585         of limits on the total size of multi-line values of substituted
586         variables, and the AC_FUNC_FSEEKO fix.
588 2006-12-10  Paul Eggert  <eggert@cs.ucla.edu>
590         * doc/autoconf.texi (Writing Autoconf Input): Renamed from
591         Writing configure.ac.
592         (Autoconf Input Layout): Renamed from configure.ac Layout.
593         (Recreating a Configuration): Renamed from config.status Invocation.
594         (Obsolete Recreation): Renamed from Obsolete config.status Use.
595         (acconfig Header): Renamed from acconfig.h.
596         (20th-century Autoconf 2): Renamed from Autoconf 2.13.
597         (Writing Testsuites): Renamed from Writing testsuite.at.
598         (Autom4te Cache): Renamed from autom4te.cache.
600         * BUGS: Remove mention of VPATH problem, since it's now documented
601         not to be a bug in the Autoconf build procedure itself, but rather
602         a problem with the proprietary `make' programs.
604         * doc/autoconf.texi (Build Directories): Add a cross reference
605         to VPATH and Make.
607         * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex:
608         * doc/standards.texi: Sync from gnulib.
610         * man/autoconf.1, man/autoheader.1, man/autom4te.1, man/autoreconf.1:
611         * man/autoscan.1, man/autoupdate.1, man/config.guess.1:
612         * man/config.sub.1, man/ifnames.1: Remove from CVS, since they're
613         generated automatically.
615 2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
617         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Also try -xc99=all, for Sun
618         C 5.8 on Solaris 10.  Using -xc99=all rather than -xc99 bypasses
619         the buggy -xc99 option of Forte Developer 7 C on Solaris 9.
621 2006-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
623         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Drop the
624         `CEOF$ac_eof' special marker, the awk script cannot contain a
625         line matching `^CEOF', so this is not needed any more.
626         * tests/torture.at (Substitute a newline): Expose the `%!_!# '
627         special marker in the test.
629 2006-12-06  Stepan Kasal  <kasal@ucw.cz>
631         * tests/tools.at (autom4te preselections): Use `find -newer';
632         remove one of the sleeps.
634         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Make it
635         more readable, using ...
636         (_AC_INIT_PARSE_ENABLE2): ... this new helper macro.
638         * doc/autoconf.texi (autoheader Invocation): Do not double-
639         quote the parameter of `AH_BOTTOM' in the example.
641 2006-12-05  Stepan Kasal  <kasal@ucw.cz>
643         * doc/autoconf.texi (Configuration Headers): Remove the
644         example with multiple input files.
645         (autoheader Invocation): Encourage `AH_BOTTOM', discouraging
646         multiple input files.
648 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
650         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
651         creating the awk substitution script, handle one input line at a
652         time, so that the maximum length of a substituted (multi-line)
653         value is not limited by the size of the sed pattern space.
654         The trade-off is a slightly repetitive sed script.
655         * doc/autoconf.texi (Limitations of Usual Tools): Branch labels
656         can only have up to 7 characters, due to Solaris 10 /bin/sed.
657         * tests/torture.at (Substitute a 2000-byte string): Increase the
658         test with several long lines, they should not be caught by sed
659         limits any more.
661         * tests/tools.at (autom4te preselections): New test, to flag
662         entries missing from autom4te.cfg.
663         Report by David Byron <dbyron@hheld.com>.
665         * tests/torture.at (Substitute a 2000-byte string): Actually use
666         AC_PROG_AWK, so the last change works as intended.
667         (Substitute and define special characters): Likewise.
668         (Substitute a newline): Likewise.
670         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
671         instead of `awk' consistently.
672         (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
673         * tests/torture.at (Torturing config.status): Test both the
674         result of AC_PROG_AWK and plain awk.
675         (Substitute a 2000-byte string): Likewise.
676         (Substitute and define special characters): Likewise.
677         (Substitute a newline): Likewise.
679 2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
681         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Check that fseeko
682         can be assigned to a function pointer.  Problem reported by
683         Peter Palfrader in <http://bugs.debian.org/401377>.  Based on
684         part of a patch by Ralf Wildenhues in that same bug report.
686 2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
688         * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
689         * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
691 2006-12-01  Eric Blake  <ebb9@byu.net>
693         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
694         cross-compiling from cygwin to mingw.
695         Reported by Bob Rossi.  This resurrects the 2000-11-30 patch to
696         aclang.m4, which was mistakenly removed in the 2001-09-17 patch
697         to lib/autoconf/c.m4.
699 2006-12-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
701         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
702         string for more reliable failure.  Wrap the entire test that
703         causes the broken Solaris printf to dump core, in a subshell,
704         so the segmentation fault message is reliably suppressed.
705         Fix shell expansion errors by using /usr/ucb/echo always;
706         avoid an error on systems without it by another subshell.
707         Avoid m4 expansion of `$1'.  Set the zeroth argument of the
708         subshell-$as_echo to `as_echo', for better error message.
710 2006-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
712         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
713         `BASH_SOURCE' contain a newline, set them to empty, as they may
714         not be unset.
716 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
718         Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
719         years and is too hard to maintain now.  The last straw was
720         reported by Jerker Baeck in
721         <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
722         * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
723         * doc/autoconf.texi (Particular Functions): Move
724         AC_FUNC_SETVBUF_REVERSED from here...
725         (Obsolete Macros): ... to here.  Say that it does nothing now.
726         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
727         Turn into (almost) a no-op.
729         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
730         (AC_C_VOLATILE):
731         Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
732         These macros are obsolescent and new applications shouldn't need them.
733         * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
734         (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
735         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
736         (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
737         (AC_FUNC_VPRINTF): Likewise.
738         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
739         (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
740         * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
742         * doc/autoconf.texi (Setting Output Variables): Mention that
743         @VAR1@VAR2 has unspecified behavior.  Problem reported by
744         Ralf Wildenhues.
745         * NEWS: Mention this.
747         * Makefile.am: Put only a single '#' into the copyright notice,
748         so that it's also present in the output file.  Standardize wording
749         in makefile copyright notices to match GNU coding standards.
750         * bin/Makefile.am: Likewise.
751         * doc/Makefile.am: Likewise.
752         * lib/Makefile.am: Likewise.
753         * lib/freeze.mk: Likewise.
754         * lib/autoconf/Makefile.am: Likewise.
755         * lib/autoscan/Makefile.am: Likewise.
756         * lib/autotest/Makefile.am: Likewise.
757         * lib/m4sugar/Makefile.am: Likewise.
758         * man/Makefile.am: Likewise.
759         * tests/Makefile.am: Likewise.
760         * lib/emacs/Makefile.am: Remove copyright notice; it's just a
761         one-line file.
763 2006-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
765         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
766         in the sed script that mangles the awk script: delete up to the
767         first exclamation mark only.
768         * tests/torture.at (Substitute and define special characters):
769         Test '!' too.
771 2006-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
773         Rewrite config files generation: avoid quadratic growth in
774         the number of substituted variables by using awk instead of sed
775         for the bulk of the substitutions.
776         * NEWS: Mention this.
777         * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
778         forbidden in the output (and thus input) file.
779         * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
780         (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
781         generate just one large awk script for substitutions,
782         eliminating much of the earlier complexity, while adding some
783         new complexity.  Only expand the substitution templates at
784         configure time, for smaller configure script size.  If
785         _AC_SUBST_FILES are used, test 'awk' for working getline support
786         at config.status time.  If absent, interpolate through the
787         shell.  The awk script was written with much help
788         from Paolo Bonzini and Paul Eggert.
789         (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
790         (_AC_SED_FRAG_NUM): Likewise.
791         (_AC_SUBST_CMDS): Renamed from...
792         (_AC_SED_CMDS): ...this.
793         (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
794         * tests/torture.at (Substitute a 2000-byte string): Also
795         substitute a line with 1000 words, and a variable with several
796         long lines.
797         (Substitute and define special characters): Test awk special
798         characters, and put substitution input strings `@foo@' in the
799         output, to test that no recursion happens; test several other
800         combinations from Paolo Bonzini.
802 2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
804         * lib/autotest/general.m4 (AT_INIT): Undo recent changes
805         that replaced echo with AS_ECHO where this wasn't necessary.
806         Problem reportd by Ralf Wildenhues.
807         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
808         where "/usr/bin/printf '%s\n' S" dumps core if S is long.
809         This is Sun bug 4206210.  Problem reportd by Ralf Wildenhues.
811 2006-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
813         * lib/freeze.mk (GREP): Removed, no need to initialize this.
815 2006-11-21  Paul Eggert  <eggert@cs.ucla.edu>
817         * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
818         that traditional Awk lacks 3-arg "split".  It has it.
819         Mention that FS must be a single character, and a few other
820         99-byte limits of traditional Awk.
821         Mention that if (i in a) doesn't work with traditional Awk.
823 2006-11-18  Paul Eggert  <eggert@cs.ucla.edu>
825         * tests/autotest.at (BSx641-newline in command):
826         (BS-BS-newline in command, BSx640-newline in command):
827         (Newline-CODE-BS-newline in command):
828         (Single-quote-BS-newline in command):
829         (Single-quote-newline-BS-newline in command):
830         Use printf '%s\n' instead of echo, for portability to hosts
831         where echo interprets backslashes.  This will break on hosts
832         that lack printf, but for now let's assume all such hosts
833         are dead (if not, we should get reports of test failures).
835 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
837         'echo' has some portability problems, when given a first argument
838         with a leading '-', or when given any argument containing '\'.
839         Avoid using 'echo' in these cases.
840         * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
841         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
842         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
843         * lib/autotest/general.m4 (AT_INIT): Likewise.
844         * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
845         argument might be unportable.
846         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
847         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
848         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
849         (_AC_FC_LIBRARY_LDFLAGS): Likewise.
850         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
851         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
852         (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
853         (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
854         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
855         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
856         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
857         (AC_PROG_MAKE_SET): Likewise.
858         * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
859         (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
860         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
861         (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
862         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
863         (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
864         (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
865         * bin/autoconf.as: Redo verbose flag implementation, as the old
866         scheme wouldn't work with AS_ECHO.
867         * lib/autotest/general.m4 (AT_INIT): Likewise.
868         * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
869         Don't use ECHO_T, since ECHO_N is now reliable.
870         * lib/autotest/general.m4 (AT_INIT): Likewise.
871         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
872         rather than using a here-document to put the script into a file.
873         (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
874         use AS_ECHO.
875         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
876         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
877         AS_ECHO_N rather than ECHO_N and ECHO_C.  This doesn't fix any
878         bug, but we might as well stop using ECHO_N and ECHO_C internally.
879         * lib/autotest/general.m4 (AT_SETUP): Likewise.
880         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
881         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
882         (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
883         operand, as AS_ECHO requires.  Avoid double file name expansion.
884         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
885         Don't set as_nl, since _AS_ECHO_PREPARE does that now.
886         (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
887         (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
888         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
889         Double-quote strings that would otherwise contain M4 comments.
890         * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
892         * configure.ac (AC_INIT): Bump to 2.61a.
893         * NEWS: Likewise.
895 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
897         Version 2.61.
899         * configure.ac (AC_INIT): Bump to 2.61.
900         * NEWS: Likewise.
902         * tests/autotest.at (Macro with backslash in a test title):
903         Comment out for now, as this tests neither fails nor passes
904         reliably.  Problem reported by Ralf Wildenhues.
906 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
908         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
909         in previous change, which caused test failures.
911 2006-11-16  Stepan Kasal  <kasal@ucw.cz>
913         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
914         code for --enable, --disable, --with, and --without to...
915         (_AC_INIT_PARSE_ENABLE): ... a new macro.
916         * doc/autoconf.texi (Package Options):
917         * NEWS: Document that AC_ARG_ENABLE allows dots, too.
919 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
921         Import these changes from config via gnulib:
923         2006-11-15  Ben Elliston  <bje@gnu.org>
925         From Josselin Mouette <joss@debian.org>:
926         * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
928         2006-11-08  Ben Elliston  <bje@gnu.org>
930         * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
932         2006-11-07  Steve Woodford  <scw@NetBSD.org>
933                     Ben Elliston  <bje@gnu.org>
935         * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
936         * build-aux/config.sub (sh5el): New basic_machine.
939         Import this change from coreutils:
941         2006-02-13  Jim Meyering  <jim@meyering.net>
943         * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
946         Import this change from gnustandards via gnulib:
948         2006-11-15  Karl Berry  <karl@gnu.org>
950         * standards.texi: core -> memory, throughout.
951         (CPU Portability): show correct example of calling write
952         on a char value; thanks to Paul Eggert for the code.
953         Both of these suggestions from Eugene Y. Vasserman.
956         Import these changes from texinfo via gnulib:
958         2006-11-08  Karl Berry  <karl@gnu.org>
960         * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
961           as well as pdf images, since they are supported in pdftex with
962           no further ado.
964         2006-11-05  Karl Berry  <karl@gnu.org>
966         * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
968 2006-11-13  Paul Eggert  <eggert@cs.ucla.edu>
970         * NEWS: Document the AC_ARG_WITH change.
972 2006-11-13  Bruno Haible  <bruno@clisp.org>
974         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
975         options, transliterate also dots to underscores.
976         (_AC_ENABLE_IF): Transliterate also dots to underscores.
977         * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
978         first argument may also contain dots.
980 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
982         * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
983         benefit of platforms like Solaris+GCC where it is common to have a
984         non-working g++ installation.
986 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
987         and Joel E. Denny  <jdenny@ces.clemson.edu>
988         and Paul Eggert  <eggert@cs.ucla.edu>
990         * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
991         and non-portable sed scripts, and use $CONFIG_SHELL when invoking
992         ./micro-suite.
994 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
996         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
997         ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
998         Imported from a similar patch to gnulib by Bruno Haible.
1000 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
1002         * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
1003         * doc/autoconf.texi (C Compiler): Document them.
1004         * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
1005         New macros, taken from gnulib.
1007 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1009         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
1010         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
1011         Matthew Woehlke.
1013 2006-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1015         * tests/torture.at (Configuring subdirectories): Do not skip
1016         Automake 1.10 nor future Automake 11.1 (sic).
1018 2006-10-26  Joel E. Denny  <jdenny@ces.clemson.edu>
1019         and Stepan Kasal  <kasal@ucw.cz>
1021         Handle special characters in test case titles correctly.
1022         * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
1023         properly.
1024         (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
1025         * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
1026         argument.  Extend to check titles printed by ./micro-suite and
1027         ./micro-suite -l and the title in micro-suite.log.
1028         (Backquote in a test title,
1029         Single-quote in a test title,
1030         Double-quote in a test title): Don't expect failure anymore.
1031         (Backslash in a test title): Put a non-whitespace character after the
1032         backslash so that Bourne shells might actually see it as an escape
1033         sequence.
1034         (Brackets in a test title,
1035         Pound in a test title,
1036         Comma in a test title,
1037         Quoted Macro in a test title,
1038         Macro in a test title,
1039         Macro with single-quote in a test title): New tests.
1040         (Macro with backquote in a test title,
1041         Macro with double-quote in a test title,
1042         Macro with backslash in a test title): New tests expected to fail.
1043         * tests/torture.at (#define header templates): M4-quote this title in
1044         AT_SETUP call so that no M4 code is commented inadvertently somewhere.
1045         The visible effect was a stray [] in the testsuite output.
1047 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1049         * doc/autoconf.texi (Limitations of Builtins): Do not invoke
1050         `trap ... 0' inside a function, for AIX sh.
1052 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
1054         * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
1055         since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
1056         5363) simply issues a warning when dividing by zero at compile
1057         time.  Problem reported by Elias Pipping.
1059 2006-10-26  Eric Blake  <ebb9@byu.net>
1061         * THANKS: Update.
1062         * doc/autoconf.texi (Evaluation Macros): Improve the example to
1063         show effect on macros that expand with commas.
1064         Reported by Joel E. Denny.
1066         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
1067         Also work with M4 1.4.8.
1069 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
1071         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
1072         Jim Meyering.
1074 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
1076         * tests/tools.at (autom4te --force): New test, verifies that
1077         `--force' always rewrites the output file.
1079 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1081         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
1082         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
1084 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
1086         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
1088 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1090         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
1091         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
1092         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
1093         reported by Nelson H. F. Beebe for Coreutils 6.4.
1095         * tests/tools.at (autoconf --trace: user macros): Remove test
1096         for tracing multiline macros, since m4 1.4.7a uses a different
1097         way to number lines.  Problem reported by Ralf Wildenhues.
1099 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
1101         * bin/autom4te.in (handle_m4): Do not redirect stdin to
1102         /dev/null since the heuristics for interactive behaviour was
1103         fixed in CVS m4.
1105         * bin/autom4te.in: With --force, always refresh the output
1106         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
1108         * bin/autoconf.as: Fix the verbose message at the end.
1110 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
1112         * configure.ac (AC_INIT): Bump to 2.60c.
1113         * NEWS: Likewise.
1115 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
1117         * NEWS: Version 2.60b.
1119         Import this change from Texinfo:
1120         2006-10-15  Karl Berry  <karl@gnu.org>
1121         * build-aux/texinfo.tex: automake 1.10
1123         * NEWS: Remove AC_CACHE_CHECK_INT.
1124         * doc/autoconf.texi (Caching Results): Likewise.
1125         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
1126         AC_CACHE_CHECK_INT, since it's no longer public.
1127         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
1128         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
1130 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1132         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
1134 2006-10-19  Eric Blake  <ebb9@byu.net>
1136         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
1137         (m4_maketemp): Avoid warnings with M4 1.9a.
1138         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
1139         m4_mkstemp.
1140         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
1141         * NEWS: Likewise.
1143 2006-10-16  Eric Blake  <ebb9@byu.net>
1145         * doc/autoconf.texi (Setting Output Variables): Fix typo.
1147         * bin/autoconf.as (version): Reword to match GNU Coding
1148         Standards.
1149         * bin/autoheader.in (version): Likewise.
1150         * bin/autom4te.in (version): Likewise.
1151         * bin/autoreconf.in (version): Likewise.
1152         * bin/autoscan.in (version): Likewise.
1153         * bin/autoupdate.in (version): Likewise.
1154         * bin/ifnames.in (version): Likewise.
1156 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
1158         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
1159         looking for special shell characters.
1160         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
1161         macro defined by AS_VAR_PUSHDEF before passing it as a
1162         parameter.
1163         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
1164         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
1165         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
1166         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
1167         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
1168         Likewise.
1169         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
1170         AS_VAR_* properly.
1171         * tests/m4sh.at (AS_LITERAL_IF): New test.
1173 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1175         (Imported from Automake.)
1176         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
1177         which incorrectly sets the mode of an existing destination
1178         directory.  In some cases the unpatched install-sh could do the
1179         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
1180         system.  We hope this is rare in practice, but it's clearly worth
1181         fixing.  Problem reported by Alex Unleashed in
1182         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
1183         Also, don't bother to check for -m bugs unless we're using -m;
1184         suggested by Stepan Kasal.
1186 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1188         Import this change from Automake:
1190         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
1191         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
1192         is enabled by default with gnu and gnits strictness.
1193         Report from Bruno Haible.
1195         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
1196         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
1197         gnu and gnits modes.
1199         Import this change from Config:
1201         2006-09-20  Ben Elliston  <bje@gnu.org>
1202         * build-aux/config.sub (score, score-*): New.
1204         Import this change from Gnulib:
1206         2006-09-16  Karl Berry  <karl@gnu.org>
1207         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
1208         to avoid sectioning errors.
1210         Import these changes from Texinfo:
1212         2006-10-04  Karl Berry  <karl@gnu.org>
1213         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
1214         (\quoteexpand): rename to \rquoteexpand.
1215         (\codequoteleft): new def, to look for @set codequotebacktick.
1216         (\lquoteexpand, \quoteexpand): new defs.
1217         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
1218         (\code): must use new \...Char values, since now ` is active.
1220         2006-08-26  Karl Berry  <karl@gnu.org>
1221         * build-aux/texinfo.tex (\textdegree): New command.
1223         2006-08-12  Karl Berry  <karl@gnu.org>
1224         * build-aux/texinfo.tex (error \box0): smaller font.
1226 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1228         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
1230 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
1232         * doc/autoconf.texi (Autoheader Macros): Warn that the text
1233         added to the template can get mangled.
1235 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1237         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
1238         include the default headers, and redefine obstack_chunk_alloc
1239         and obstack_chunk_free.  Fixes false failure with glibc.
1241 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1243         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
1244         for backward compatibility with Libtool 1.5.22.  Problem reported
1245         by Ralf Wildenhues.
1247 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1249         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
1250         AC_PROG_CC.
1251         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
1253 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1255         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
1256         the NonStop platform.
1257         * doc/autoconf.texi (Posix Variants): Likewise.
1258         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
1260         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
1261         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
1262         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
1263         Use a better substitute, by inspecting the output of "ls"
1264         rather than just using ":".
1265         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
1266         rather than AS_EXECUTABLE_P, since we needn't worry about
1267         non-regular files here.
1269         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
1270         due to configuration hassles with this.  See Tonya Underwood's report
1271         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
1272         * doc/autoconf.texi (Special Shell Variables): Likewise.
1274 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1275             Stepan Kasal  <kasal@ucw.cz>
1277         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
1278         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
1280 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
1282         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
1283           initialization which is not inherited through the environment
1284         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
1285         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
1287 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
1289         * doc/autoconf.texi (Limitations of Usual Tools): Describe
1290         problems with mkdir -p -m.
1292 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
1294         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
1295         comment about ac_cpp_err; it was incorrect, and anyway
1296         ac_cpp_err is being removed below.
1297         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
1298         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
1299         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
1300         nobody uses it.
1301         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
1302         with werror_flag and conftest.err and so forth.  This is more
1303         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
1304         and anyway the user shouldn't normally want to see this gorp logged.
1305         Problem reported by Ralf Wildenhues.
1306         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
1307         empty, not 'no', since the rest of the code uses 'test -z'.
1309 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
1311         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
1312         Use a single call to AC_DO_TOKENS rather than multiple, for
1313         efficiency.
1314         (_AC_LINK_IFELSE): Test that resulting file is executable.
1315         Problem reported by mwoehlke in
1316         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
1318         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
1319         than creating a file to use with test -x; this is much faster.
1321 2006-10-02  Bruno Haible  <bruno@clisp.org>
1323         * lib/autom4te.in (Automake-preselections): Add
1324         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
1326 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
1328         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
1329         standard error, `experr' should be used, not `expout'.
1331 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1333         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
1334         fseeko testing program twice; just use the earlier result.
1335         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
1336         Set cache var to 'unknown' (not 'no') if leaving the macro unset
1337         still doesn't let the program compile.
1338         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
1339         failed.
1341         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
1342         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
1343         include it, without including anything else.
1344         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
1345         expressions.
1346         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
1348 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1350         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
1351         `error.h', and include it, for a `error_at_line' prototype.
1352         Use a nonempty format string in the link test.
1353         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
1354         for a declaration of wait3.
1356 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1358         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
1359         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
1360         can apply to constants too, and that it checks for macro defns.
1361         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
1362         and simply cast the identifier to void.  This handles structure
1363         values.  Problem reported by Ralf Wildenhues.
1364         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
1366 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1368         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
1369         structure, and function symbols.
1371 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1373         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
1374         member.
1376 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1378         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
1379         * README: Likewise.
1380         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1382 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1383         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1385         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
1386         warnings (uninitialized value).
1387         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
1388         present.
1389         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
1390         parentheses.
1391         (AC_STRUCT_TM): Likewise, avoid unused variables.
1393 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1395         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
1396         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
1397         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
1398         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
1399         Report by Olly Betts.
1401 2006-09-19  Eric Blake  <ebb9@byu.net>
1403         * m4/m4.m4: Change copyright.
1404         * configure: Regenerate.
1405         * Makefile.in: Likewise.
1406         * bin/Makefile.in: Likewise.
1407         * doc/Makefile.in: Likewise.
1408         * lib/Makefile.in: Likewise.
1409         * lib/Autom4te/Makefile.in: Likewise.
1410         * lib/autoconf/Makefile.in: Likewise.
1411         * lib/autoscan/Makefile.in: Likewise.
1412         * lib/autotest/Makefile.in: Likewise.
1413         * lib/emacs/Makefile.in: Likewise.
1414         * lib/m4sugar/Makefile.in: Likewise.
1415         * man/Makefile.in: Likewise.
1416         * tests/Makefile.in: Likewise.
1418         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
1419         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
1420         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
1421         --error-output, to avoid warnings with M4 2.0.
1423 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
1425         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
1426           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
1427         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
1429 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
1431         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
1432         expansion of AC_CHECK_FUNCS.
1434 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
1436         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
1437         mistaken comment: the path has to be relative; do not use
1438         the path at runtime.
1440 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1442         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
1443         argument to `--prefix' for sub-configure scripts.
1444         Pass `--silent' to sub-configure scripts.
1445         * tests/torture.at (Configuring subdirectories): Add tests
1446         for both changes.
1447         * doc/autoconf.texi (Setting Output Variables): Fix example to
1448         not show `--silent' being passed to a `configure' re-run.
1450 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
1452         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
1453         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
1454         for the existence of the directory at configure-time.  That's
1455         too late, anyway.  Problem reported by Stefan Seefeld.
1457         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
1458         7.1.4 /usr/bin/posix/sh described by Tim Rice in
1459         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
1461 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
1463         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
1464         works with GNU M4 1.4.3 again; make the normalized form
1465         match the current m4 message; fix the description.
1466         * test/tools.at (autom4te cache): Adapt to the change.
1468 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1470         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
1471         to catch glibc bug 2821
1472         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1474         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
1475         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
1476         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
1477         assume C89.
1479 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
1481         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
1482         preselections ...
1483         (Autoconf): ... here.
1484         (Autoscan-preselections): Delete.
1486 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
1488         * lib/autom4te.in (Automake-preselections): Preselect
1489         AM_ENABLE_MULTILIB.
1491 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
1493         * doc/autoconf.texi (Preset Output Variables): srcdir and
1494         top_srcdir are not necessarily relative.  Problem reported
1495         by Dries Kimpe.
1497 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1499         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
1500         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
1501         accept files with extension `.f'.  For consistency, also prefer
1502         xlf over f77.
1503         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
1504         from last patch.
1506 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1508         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
1509         of ERLANG_LIB_VER_* variables.
1510         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
1511         variables.
1513 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
1514         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1516         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
1517         bugs of Bash 2.01 and 2.05a.
1518         (Fortran Compiler): Document that AC_PROG_CC should be called
1519         before AC_PROG_FC, due to a bug in Autoconf.
1521 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1523         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
1524         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
1525         except the first two arguments are reversed.
1526         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
1527         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
1528         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
1529         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
1530         equivalent to the old AC_COMPUTE_INT.
1531         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
1532         All uses changed to AC_CACHE_CHECK_INT.
1533         * tests/base.at (AC_CACHE_CHECK_INT): New test.
1534         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
1536 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1538         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
1539         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
1540         programs should use their Gnulib counterparts.
1541         * doc/autoconf.texi (Particular Functions): Likewise.
1542         (Macro Names, testsuite Invocation): Replace uses of these
1543         obsolete macros with uses of non-obsolete macros.
1545 2006-08-29  Eric Blake  <ebb9@byu.net>
1547         * configure.ac (AC_INIT): Bump to 2.60b.
1548         * NEWS: Update.
1550 2006-08-28  Eric Blake  <ebb9@byu.net>
1552         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
1553         mistakenly swapped on 2006-08-15.
1555 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1557         * NEWS: Version 2.60a.
1559 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
1561         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
1562         file created by the PGI compiler.
1564 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
1566         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
1567         simplify the code.
1569 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1571         Fix Lex library problem reported to us by Julio Garvia.
1572         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
1573         for the default, which the user can override.
1574         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
1575         deal with LEXLIB.
1576         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
1577         didn't work if some values were cached but not others.  Test for
1578         broken lex libraries like native ia64-hp-hpux11.22; see
1579         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
1580         work around the problem by preferring an empty LEXLIB to -lfl or
1581         -ll.  Let the user set LEXLIB='' to indicate no library needed.
1583         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
1584         * README: Likewise.
1585         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1587 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1589         Rework to use more-modern build style.
1590         Many files are renamed; all uses of their names were changed.
1591         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
1592         * .x-sc_useless_cpp_parens: New file.
1593         * build-aux/config.guess: Renamed from config/config.guess.  Update.
1594         * build-aux/config.sub: Renamed from config/config.sub.  Update.
1595         * build-aux/elisp-comp: Renamed from config/elisp-comp.
1596         * build-aux/install-sh: Renamed from config/install-sh.  Update.
1597         * build-aux/mdate-sh: Renamed from config/mdate-sh.
1598         * build-aux/missing: Renamed from config/missing.
1599         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
1600         * build-aux/vc-list-files: Renamed from config/vc-list-files.
1601         * config/Makefile.am: Removed.
1602         * config/mkinstalldirs: Removed.
1603         * config/move-if-change: Removed.
1604         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
1605         * Makefile.am (SUBDIRS): Remove config.
1606         (ACLOCAL_AMFLAGS): Include from m4, not config.
1607         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
1608         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
1609         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
1610         Fail if there's an error.
1611         * Makefile.cfg (move_if_change): Remove.
1612         (wget_files): Remove.
1613         (cvs_executable_files): New macro.
1614         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
1615         (executable-update): Use $(cvs_executable_files).
1616         (local-checks-to-skip): Remove.
1617         * Makefile.maint: Merge from coreutils, plus add our own changes
1618         (gzip_rsyncable): New macro.
1619         (GZIP_ENV): Use it.
1620         (CVS_LIST): Use build-aux/vc-list-files.
1621         (VERSION_REGEXP): New macro.
1622         (local-checks-available): Add patch-check, $(syntax-check-rules),
1623         check-AUTHORS.
1624         (syntax-check-rules): Compute dynamically.
1625         (sc_cast_of_x_alloc_return_value): Work even if no source files.
1626         (sc_cast_of_alloca_return_value): Likewise.
1627         (sc_prohibit_atoi_atof): Simplify regexp.
1628         (sc_no_if_have_config_h, sc_require_config_h):
1629         (sc_prohibit_assert_without_use,
1630         (sc_obsolete_symbols): Check for O_NDELAY.
1631         (sc_texi_notab): Remove.
1632         (sc-changelog): Don't make an exception for '----' lines.
1633         (.re-list): Remove, so we don't have a junk file behind.
1634         (sc_system_h_headers): Remove the need for .re-list.
1635         (sc_the_the):  New rule.
1636         (sc_tight_scope): Simplify.
1637         (sc_trailing_blank): Renamed from sc_trailing_space.
1638         (longopt_re): New macro.
1639         (sc_two_space_separator_in_usage): New rule.
1640         (sc_unmarked_diagnostics): Look at all files under CVS.
1641         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
1642         (news-date-check, changelog-check): Version is OK.
1643         (po-check): Look for lib files even if not in CVS.
1644         (copyright-check): Use $() not ``.
1645         (maintainer-distcheck): Do not depend on changelog-check.
1646         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
1647         Also check for -Wpointer-arith.
1648         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
1649         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
1650         Remove.
1651         (announcement): Add --gpg-key-id arg.
1652         (cvs-sv): Remove.
1653         (move_if_change): Just use mv.
1654         (local_updates: Remove wget-update, po-update.
1655         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
1656         (config.guess-url_prefix, config.sub-url_prefix): Remove.
1657         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
1658         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
1659         ($(get-targets)): Remove.
1660         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
1661         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
1662         (cvs-update): Get from gnulib.
1663         (emut_upload_commands): gnupload is in build-aux now.
1664         (alpha beta major): Add changelog-check.  Check version.
1665         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
1666         (AC_CONFIG_FILES): Remove.
1667         * bin/autoconf.as: Add spaces to avoid distcheck warning.
1668         * config/announce-gen: Sync from coreutils.
1669         * doc/make-stds.texi: Sync from gnulib.
1670         * doc/standards.texi: Likewise.
1671         * man/Makefile.am: Adjust for config -> build-aux renaming.
1672         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
1673         * tests/local.at: Adjust from config -> build-aux renaming.
1674         * tests/tools.at: Likewise.
1675         * tests/torture.at: Likewise.
1677         * NEWS: The C99 check now tests for vararg macros and 64-bit
1678         preprocessor ints.
1679         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
1680         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
1681         64-bit preprocessor ints.  Check for static initialization of
1682         long long.  Remove unnecessary casts.
1684 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1686         * doc/autoconf.texi (Particular Programs): Mention that
1687         @INSTALL@ and @MKDIR_P@ may vary for different output files.
1688         Reported by Alexandre Duret-Lutz.
1690 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1692         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
1693         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
1694         Bill Northcott in
1695         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
1697 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
1699         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
1700         pacify insanely picky compilers.  Problem reported by Eric Blake.
1702         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
1703         longer supported by Sun.
1705 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
1707         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
1708         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
1709         -Wundef -Werror".  Problem reported by David Fang in
1710         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
1711         * doc/autoconf.texi (Header Templates, Default Includes):
1712         (Particular Functions, Generic Functions, Header Portability):
1713         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
1714         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
1715         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
1716         Prefer #ifdef to #if.
1717         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
1718         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
1719         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1720         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
1721         Likewise.
1722         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
1723         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
1724         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
1725         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1726         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
1727         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
1728         this.
1730 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
1732         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
1733         problems with arg script text that doesn't end in newline, and
1734         with '-e a...'.  Problems reported by Ralf Wildenhues.
1736 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1738         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
1739         check for libXt by a check for libX11.
1741 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1743         * doc/autoconf.texi (config.status Invocation): Adjust according
1744         to last change.
1746 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1748         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
1749         --help' should mention that `--version' outputs configuration
1750         settings.  Report by Bruno Haible.
1752 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
1754         Fix test suite failures reported by Pierre in
1755         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
1756         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
1757         the compiler created a file "b.out" when it didn't create anything
1758         at all.
1759         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
1760         Discard stderr too, when invoking the test script.
1762 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
1764         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
1765         in the restoring of the werror flag.
1767 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
1769         * doc/autoconf.texi (Volatile Objects): Be even a little
1770         less skeptical about "volatile", after discussion with
1771         Bruno Haible on bug-gnulib.
1772         (Limitations of Usual Tools): Warn about sed stripping
1773         leading white space from text.  From Bruno Haible.
1775 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
1777         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
1778         compiler complains about it, even if things works after the
1779         complaint.  Problem reported by Peter O'Gorman.
1781         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
1782         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
1783         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
1785 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
1787         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
1788         after -R regardless of host.  Patrick Welche reports that this
1789         fixes things on NetBSD 3.99.
1791         * NEWS: Recommend M4 1.4.5.
1792         * README: Likewise.
1793         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1794         * tests/tools.at (autom4te cache): Update wording of diagnostic
1795         to match M4 1.4.5.
1797 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1799         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
1800         under AC_C_VOLATILE.
1801         (Volatile Objects): Be a little less skeptical about what
1802         "volatile" means.  Derived from thoughts by Ben Pfaff in
1803         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
1805 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1807         * doc/autoconf.texi: Fix some typos.
1809 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1811         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1812         more globally, since the 2006-06-30 patch didn't suffice.  Problem
1813         reported by Keith Marshall.  Also, don't bother with builddir2,
1814         since it shouldn't be needed any more.
1816 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
1818         * doc/autoconf.texi (Generic compiler characteristics):
1819         Document AC_COMPUTE_INT.  Fix wrong statements on Default
1820         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
1822         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
1823         (_AC_COMPUTE_INT): Add obsoletion warnings.
1824         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
1825         AC_COMPUTE_INT.
1827         * NEWS: Document change.
1829 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
1831         * doc/autoconf.texi (Volatile Objects): New section.
1833         * NEWS: Document previous change.
1835 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1837         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
1838         Require that long long int be at least 64 bits wide.  C99 requires
1839         this and enough programs depend on it so we should check for it.
1840         Bruno Haible reports in
1841         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
1842         that long long int is 32 bits wide with some nonstandard compilers.
1843         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
1845 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
1847         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
1848         to a nonexistent file, so that we don't have to worry about
1849         a local site configuration that doesn't use /usr/local.
1850         Problem reported by Keith Marshall in
1851         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
1853 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1855         * doc/autoconf.texi: Be more consistent about using @acronym with
1856         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
1857         quite right (it talked about "OSF/Tru64", even though the
1858         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
1859         and it even mentioned "OSF 4"!) and at this point there's little
1860         reason to talk about OSF any more, since it died in 1994.
1861         (Specific Compiler Characteristics): Simplify example of
1862         negative-size array.
1863         (File Descriptors): Reorder to make the text flow better.
1864         Remove joke about "appreciate the various levels"; I didn't get it.
1865         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
1866         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
1867         (File Descriptors, Limitations of Usual Tools):
1868         Tone down the advice against renaming or removing open files.
1869         (Limitations of Usual Tools): Add a new section, on 'rm'.
1871 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
1873         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
1874         -lXt in LIBS, idea from Karsten Hopp; this was due since
1875         this change:
1877         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1878         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
1879         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
1880         (which belong to Xt, not X itself).  See Debian bug 327655.
1882 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1884         * configure.ac (AC_INIT): Bump to 2.60a.
1885         * NEWS: Update.
1887 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1889         Version 2.60.
1891         * configure.ac, NEWS: Update.
1893 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1895         * config/texinfo.tex: Sync from upstream.
1897         * bin/autom4te.in (handle_traces): Transform the `@S|@'
1898         quadrigraph correctly in traces.
1900         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
1901         Fix typos.
1903         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
1904         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
1905         not defined.
1906         * doc/autoconf.texi (Changed Directory Variables): New node,
1907         to document the whole `datarootdir' business a bit better.
1908         * NEWS: Update.
1909         * tests/torture.at (datarootdir workaround): Extend test.
1910         Prompted by report by Alexandre Julliard.
1912 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1914         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
1915         when using default mode of IBM C 6 for AIX.  Problem and two-line
1916         fix reported by Larry Jones.
1918 2006-06-22  Alexandre Julliard <julliard@winehq.org>
1920         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
1921         about literal '${datarootdir}' if a definition is found in the
1922         output file.
1924 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1926         * NEWS: Use "M4" rather than "m4" when appropriate.
1927         Problem reported by Eric Blake.
1928         * doc/autoconf.texi: Likewise.
1929         Use @acronym around BSD, GCC, and GNU when appropriate.
1930         (Why GNU M4): Renamed from "Why GNU m4".
1931         (Redefined M4 Macros): Mention that Posix
1932         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
1933         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
1934         to int.
1936 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1938         * bin/autom4te.in (handle_output): Do not forbid the empty
1939         pattern.
1940         * tests/tools.at (autoconf: the empty token): New test.
1942 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
1944         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
1945         calls, so that we do not care whether they are LIFO or FIFO;
1946         in the m4_wrap, do not check which diversion is the topmost
1947         one, just check that the stack is balanced at the end.
1948         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
1949         base diversion forever--pop the previous diversion before
1950         opening the new one; consequently, remove the m4_wrap call.
1951         * lib/autotest/general.m4 (AT_INIT): Likewise.
1952         * tests/m4sugar.at: Do not use
1953         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
1955 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
1956         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1958         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
1959         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
1960         Rework example of m4wrap token-pasting trouble so that it doesn't
1961         care whether it's LIFO or FIFO.
1962         Fix some "contrary to"s that are awkward in English.
1964 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1966         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
1967         to `yes' instead of `int$1_t' if the type is found, for more
1968         consistent configure output (where $1 is the number of bits).
1969         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
1970         Suggested by Bruno Haible.
1972         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
1973         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
1974         with system headers.  Report by Bruno Haible.
1976 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1978         * config/config.guess, config/config.sub: Sync from upstream.
1980         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
1981         in order to avoid picking up an older installed frozen m4sh.m4f.
1982         Besides an outdated shell startup, this could have been created
1983         by an earlier M4 version with incompatible frozen file format.
1985 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
1987         * README: Recommend m4 1.4.4 instead of 1.4.3..
1988         * doc/autoconf.texi: Likewise.
1989         (Special Chars in Names): Say that $(.FOO) is portable, as
1990         suggested by Stepan Kasal.
1991         (Installation Directory Variables, Build Directories):
1992         (Automatic Remaking, Subdirectories, Fortran Compiler):
1993         (Making testsuite Scripts, Defining Directories):
1994         Quote variable usages better.
1995         (Making testsuite Scripts): Add clean-local rule to makefile
1996         snippet, by Eric Blake.
1997         (Installation Directory Variables): Fix table item font.
1998         Reword slightly to clarify.  Generalize advice about
1999         not using special characters to include all file-related
2000         vars, not just VPATH.
2001         (Special Chars in Variables): Warn about special characters in
2002         $(srcdir) too.
2003         (Assignments): Clarify default-value example as suggested by
2004         Ralf Wildenhues in
2005         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
2006         (Special Shell Variables): Note leading ./ or ../, as suggested
2007         by Eric Blake.
2008         (Limitations of Builtins): Under cd, warn about CDPATH.
2009         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
2010         Ralf Wildenhues.
2012 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2014         * doc/autoconf.texi (Configuration Actions): Remove duplicate
2015         `@var', for texi2html.
2016         (Systemology): Some more word wrapping, for DVI output.
2017         (autom4te Invocation): The short option for `--melt' is `-M',
2018         not `-m'.
2020 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
2022         * doc/autoconf.texi: More formatting and English tweaks,
2023         many suggested by Ralf Wildenhues.
2024         Reword to avoid "@code{...}'s" and the like, since it's ugly
2025         with Emacs info mode.  discontents -> woes.
2026         Put a few "will"s back.  time stamp -> timestamp.
2027         side-effect -> side effect.
2029 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
2031         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
2032         Warn about $@ not persisting.  Problem reported by Julien Danjou in
2033         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
2034         (Special Chars in Names): Renamed from Leading _ in Macro Names.
2035         Mention other special chars, too.
2037 2006-06-14  Eric Blake  <ebb9@byu.net>
2039         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
2041 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
2043         * doc/autoconf.texi: Some systematic minor improvements, as
2044         follows.  Use "makefile" when talking about makefiles
2045         generally (which might be named "makefile" or "Makefile" or even
2046         "foo.mk"), "Makefile" when talking about a specific makefile
2047         called "Makefile".  This unclutters the text from weird quotes
2048         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
2049         values" rather than "@var{foo}s" and similar constructs containing
2050         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
2051         English-language improvements.  Change the prefix "sub-" to "sub"
2052         and "re-" to "re".
2053         Put blank lines around examples more consistently.
2054         Avoid "rather" and "very" as intensifiers.
2055         Avoid "will" as an auxiliary.
2056         (Limitations of Make): Split this node into....
2057         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
2058         (Leading _ in Macro Names, Backslash-Newline-Newline):
2059         (Backslash-Newline Comments, Long Lines in Makefiles):
2060         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
2061         (obj/ and Make, make -k Status, VPATH and Make):
2062         (VPATH and Double-colon, $< in Explicit Rules):
2063         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
2064         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
2065         New nodes, resulting from splitup of Limitations of Make.
2066         All cross-references changed.  Raise the top node from
2067         a section to a chapter, and all subnodes accordingly.
2068         Redo the introductory wording to match the new organization.
2069         (Installation Directory Variables): Use an example that is
2070         closer to what Autoconf actually does.  Mention that VPATH's
2071         value should not contain metacharacters or white space.
2072         (Fortran Compiler): Fix a VPATH bug in an example.
2073         (Leading _ in Macro Names): Mention that this problem is no longer
2074         of practical concern.
2075         (VPATH and Make): Reword the advice to make it clearer
2076         that Autoconf and Automake support VPATH in non-GNU make, but
2077         many packages have bugs in this area.
2078         ($< in Explicit Rules): Refer to Build Directories rather
2079         than using a (non-VPATH-safe) example.
2080         (Automatic Rule Rewriting): Mention the sort of disaster that
2081         can ensue with Solaris-style rule rewriting with VPATH.
2083 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2085         * doc/install.texi (Compilers and Options): Weaken the
2086         suggestion to use GNU make for VPATH builds.
2088         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
2089         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
2091         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
2092         in regular expression.
2094 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2096         * doc/autoconf.texi (Installation Directory Variables):
2097         Drop extra @samp from `@table @samp' item.
2098         (Limitations of Usual Tools): Comment fix.
2099         Do not nest @samp just to point to other table items.
2100         (Writing testsuite.at) <AT_CHECK>: The second argument to
2101         `@dvar' is already @samp'ed.
2102         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
2103         do not use @var in the second argument.
2105 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
2107         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
2108         $as_shell.exe too.  Problem reported by Andreas Buening in
2109         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
2111 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2113         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
2114         `unused variable' compiler warning, for `-Wall -Werror'.
2115         Reported by Jaap Haitsma in
2116         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
2118 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
2120         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
2121         case the compiler dumps core.  Problem reported for
2122         OpenServer 5.0.7 by Tim Rice in
2123         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
2124         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
2125         Likewise.
2127 2006-06-06  Tim Rice <tim@multitalents.net>.
2129         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
2130         "ERROR" only shows up in "make check" output if there is an
2131         error.
2133 2006-06-06  Eric Blake  <ebb9@byu.net>
2135         * tests/tools.at (automatically allowed tokens): Fix typo.
2137 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2139         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
2141         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
2142         typically overflows on x86 CPUs, even though the C standard
2143         requires otherwise.
2145 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2147         * configure.ac (AC_INIT): Bump to 2.59e.
2148         * NEWS: Update.
2150 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2152         Version 2.59d.
2154         * config/texinfo.tex: Sync from upstream.
2156         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
2157         seen, invoke libtoolize with `--ltdl' argument.
2158         * lib/autom4te.in (Autoreconf-preselections): Adjust.
2159         * NEWS: Update.
2160         Suggested by Eric Blake.
2162 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2164         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
2165         reported by Ralf Wildenhues.
2166         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
2168 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2170         * THANKS: Update.
2172 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2174         * doc/autoconf.texi: Modernize some of the references to Solaris.
2176 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
2178         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
2179         message issued by AC_REQUIRE.
2180         * tests/m4sugar.at: Check m4_require's error message.
2181         * tests/base.at: Check AC_REQUIRE's error message.
2182         * tests/local.at (AT_CHECK_M4): New macro, almost identical
2183         to...
2184         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
2185         AT_CHECK_M4.
2186         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
2187         `expout' as the last parameter.
2188         * tests/tools.at: Adapt to the above change.
2190 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
2192         * doc/autoconf.texi (Limitations of Usual Tools): Correct
2193         information about race-free implementations of mkdir.
2195 2006-06-04  Eric Blake  <ebb9@byu.net>
2197         * bin/autoreconf.in (help): Document M4 environment variable.
2198         * bin/autoconf.as (Usage): Likewise.
2199         * bin/autom4te.in (help): Likewise.
2200         * doc/autoconf.texi (autom4te Invocation): Likewise.
2202 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
2204         * NEWS: GNU make now recommended for VPATH builds.
2205         Mention that some macros are now documented to be obsolescent.
2206         * doc/autoconf.texi:
2207         Prefer "current" to "modern" to describe
2208         currently-used (albeit perhaps old-fashioned) hosts.
2209         Mention which ancient features no longer need to be worried about.
2210         setgid -> set-group-ID
2211         setuid -> set-user-ID (these are the Posix terms)
2212         Fix some misuses of "only".
2213         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
2214         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
2215         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
2216         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
2217         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
2218         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
2219         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
2220         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
2221         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
2222         Mention that these macros are obsolescent.
2223         (Installation Directory Variables): shall -> should
2224         (File Descriptors): Mention that 0, 1, 2 might get reopened.
2225         Mention that it's now safe to use 3 and 4.
2226         (Limitations of Usual Tools): cp -r is now specified by Posix.
2227         Omit longwinded and obsolescent discussion of cp -f.
2228         Modernize discussion of expr, ls.
2229         (Limitations of Make): Modernize discussion of VPATH builds.
2230         Mention $? as a workaround in some cases.
2231         * doc/install.texi (Basic Installation):
2232         Mention "./configure; make; make install" first.  Be more
2233         specific about why this file is generic.  Remove unnecessary
2234         parens.  Remove misleading "only".  Remove obsolete advice
2235         about csh.  Don't say "configure" takes awhile; say it
2236         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
2237         and CC=c99 rather than CC=c89, as these are blessed by current
2238         Posix.  Recommend GNU make if doing a VPATH build.
2240 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
2242         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
2243         examples involving shell prompts.
2245 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
2246         and Paul Eggert  <eggert@cs.ucla.edu>
2248         * doc/autoconf.texi (Here-Documents): Add details about the
2249         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
2250         use "here-documents" instead of "here documents".
2252 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2254         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
2256 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
2258         * doc/autoconf.texi (File System Conventions): Warn about ":"
2259         anywhere in directory names.
2261 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
2263         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
2264         about quoting the case statement, just in case.
2265         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
2266         was fixed in ksh93g; reported by Ralf Wildenhues.
2268 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
2270         * doc/autoconf.texi (System Services): Do not document
2271         overriding EXEEXT via ac_cv_exeext=ext.
2272         (Particular Programs) <AC_PROG_MKDIR_P>:
2273         Document that ${MKDIR_P} understands --.
2274         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
2275         comment.
2277 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2279         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
2280         argument with leading hyphen.  Problem reported by Paul Eggert.
2282 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2284         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
2285         about quoting ac_try: quote all of it, if any of it seems suspicious.
2286         This means we don't have to worry about ${ or sed any more.
2287         Also, double-quote the case statement, to work around misuses via
2288         underquoting as reported by Ralf Wildenhues in
2289         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
2290         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
2291         undocumented and dangerous macro.
2292         Problem reported by Ralf Wildenhues in
2293         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
2295 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2297         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
2298         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
2299         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
2301 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2303         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
2304         since evidently some packages rely on the old, broken behavior.
2305         Problem reported by Ralf Wildenhues in
2306         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
2307         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
2308         pre-2006-05-26 definitions, but leave in the comments that
2309         these macros are dangerous and should not be used.
2310         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
2311         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
2312         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
2313         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
2314         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
2316 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
2318         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
2319         the use of 'tr', since this is our only use of 'tr'.
2321 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2322         and Paul Eggert  <eggert@cs.ucla.edu>
2324         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
2325         Don't assume 'grep' works on long lines, since AIX grep doesn't.
2327 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2329         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
2330         the output file in the `${datarootdir}' test.
2332 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
2333         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2335         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
2336         mention of `datarootdir' in the input file(s), but literal
2337         `${datarootdir}' in the output file, and we haven't warned yet,
2338         then warn as well: the user may have (erroneously) used
2339         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
2340         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
2341         * tests/torture.at (datarootdir workaround): Extend this test.
2342         * NEWS: Update.
2344 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2345         and Paul Eggert  <eggert@cs.ucla.edu>
2347         * doc/autoconf.texi (autoheader Invocation): The first argument to
2348         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
2349         alternatives and clear up the language a bit.
2351 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
2353         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
2354         ac_config_guess, ac_config_sub, ac_configure.
2355         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
2356         Fix typo that prevented an unnecessary space from being removed.
2357         Problems reported by Ralf Wildenhues in:
2358         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
2360 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
2362         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
2363         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
2364         Don't use the term "thread-safe" to talk about mkdir race
2365         conditions, since the problem is more a process than a thread
2366         issue.  Problem reported by Stepan Kasal in:
2367         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
2368         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
2369         the test for 'install' more closely.  Look at MKDIR_P first.
2370         Look in the PATH, and at /opt/sfw/bin.
2371         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
2372         Don't bother to try mkdir -p, since we already check mkdir --version;
2373         just look at the version number.  (There's no easy way to check
2374         for race-free implementations.)
2375         * tests/tools.at (autoconf: subdirectories): Adjust to above
2376         changes, since MKDIR_P now might end in "/mkdir -p".
2378         * doc/autoconf.texi (autoheader Invocation): Mention that the
2379         first arg of AC_DEFINE_UNQUOTED must be a literal.
2380         Problem reported by Ben Pfaff in
2381         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
2383         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
2384         * doc/autoconf.texi (Special Chars in Variables): New section.
2385         (Preset Output Variables): Warn about special chars in CPPFLAGS.
2386         (Installation Directory Variables): Quote $(datadir) better.
2387         (Limitations of Builtins): Describe some of eval's trickiness.
2389         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
2390         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
2391         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
2392         in front of every arg, not just trailing args.  Quote apostrophes.
2393         (_AC_EVAL_ECHO): New macro.
2394         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
2395         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
2396         removed.
2397         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
2398         exposed by quoting of eval argument.  Put the command on line line
2399         so it logs better.
2400         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
2401         (_AC_PATH_X, AC_PATH_X): Quote more safely.
2402         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
2403         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
2404         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
2405         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
2406         Use eval more safely.
2407         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
2408         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
2409         to be replaced.
2410         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
2411         lines, exposed by quoting of eval argument.
2413 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
2414         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2416         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
2417         initialization of `ac_cv_exeext', do not override it if it was
2418         already set, unless it was set to `no', for compatibility with
2419         Autoconf-2.13, and comment this.
2420         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
2421         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
2422         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
2423         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
2424         Document that this test may be overridden by setting
2425         `ac_cv_exeext'.
2427 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2429         Revert these two patches:
2431         2006-04-06  Eric Blake  <ebb9@byu.net>
2432         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
2433         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
2434         2006-04-01.
2436         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2437         Clean up _AC_COMPILER_EXEEXT* macros.
2438         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
2439           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
2440           ac_file to the name of the default output file and call
2441           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
2442           initial `rm' of the candidate files...
2443         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
2444           the same list in subsequent `rm' calls, and for the temporary
2445           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
2446           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
2447         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
2448         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
2449           no longer needed) by libtool.  Make it a cache check.
2450         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
2451           copied here by mistake.
2452         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
2453           _AC_COMPILER_EXEEXT.
2454         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
2455           _AC_COMPILER_OBJEXT directly.
2456         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2458 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2460         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
2461         Fix description of how the buggy `sed' works.
2463 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
2465         Sync from Automake:
2467         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
2468         ENOLCK.  Only mention `make -j' when applicable.  Only raise
2469         fatal errors when `make -j' is involved.  Improve error message.
2471 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2473         * doc/autoconf.texi (Here-Documents): We now know more about
2474         the variable expansion in here documents bug.
2475         Thanks to Tim Rice and Stepan Kasal.
2477         * doc/autoconf.texi (Making testsuite Scripts): Add an example
2478         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
2480 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2482         * tests/autotest.at (Multiline command from M4 expansion):
2483         No failure to be expected if the shell quotes newlines in
2484         commands in the `set -x' output.  Report by Tim Rice.
2485         * THANKS: Update.
2487 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2489         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
2490         expansion in the here-documents used by config.status, as that
2491         runs afoul of the Korn shell version M-12/28/93d bug described in
2492         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
2493         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
2494         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
2496 2006-05-23  Jim Meyering  <jim@meyering.net>
2498         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
2499         Fix typo introduced with 2006-04-02 change.  It reversed the sense
2500         of the test.
2502 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2504         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
2505         ac_dB slightly, to save bytes in the script.
2506         Max out at 50 lines, rather than 96; this is more likely
2507         (though not guaranteed) to avoid obscure 'sed' failures.
2509 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2511         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
2512         `tr -d -' as bad option argument.  Work around this by deleting
2513         an unrelated character.
2514         Report by Tim Rice <tim@multitalents.net>.
2516 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
2517             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2518             Stepan Kasal  <kasal@ucw.cz>
2520         * doc/autoconf.texi (Particular Programs): Do not promise that
2521         we always prefer the GNU version of the program, and that we
2522         search according to PATH; both rules can have exceptions.
2523         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
2524         AC_PROG_SED.  Move descriptions of limitations
2525         to the Limitations of Usual Tools section.
2526         (Limitations of Usual Tools) <sed>: Mention script length
2527         limitations with Solaris /usr/ucb/sed.
2528         <grep>: Fix wording for empty alternative.  Mention that -c and
2529         -l should not be combined, and that -E and -F should not be
2530         combined.
2532 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2533         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2535         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
2536         limits in Solaris 8 /usr/ucb/sed by testing a long script.
2538 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2540         * doc/autoconf.texi (Defining Symbols): Literal parameter of
2541         AC_DEFINE is now passed to m4_pattern_allow.
2542         * NEWS: Mention that; likewise for AC_SUBST.
2543         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
2544         the parameter to m4_pattern_allow.
2545         * tests/tools.at: Add a check for that.
2547 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2549         * lib/autoconf/status.m4: Fix typos.
2551 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2553         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
2554         only the files that this macro generates.
2556 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2558         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
2559         the HP-UX sed limitation of 99 commands, labels do not count.
2560         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
2561         in the comment.
2562         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
2564 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2566         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
2567         Import the following fix from coreutils:
2569         2006-01-13  Jim Meyering  <jim@meyering.net>
2571         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
2572         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
2573         not double-quote uses of that variable, to accommodate the rare
2574         case in which getmntent is available in none of the libraries
2575         checked.  This happens at least on FreeBSD 5.0.
2577 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
2579         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
2580         ac_config_guess, ac_config_sub, and ac_configure, since evidently
2581         some other programs unwisely rely on these undocumented vars.
2582         But put in warning comments about them.
2583         Problem reported by Ralf Wildenhues in
2584         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
2585         * NEWS: Document that these variables are intended to go away.
2587 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2589         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
2590         and set the language to C++ (analogous to the equivalent Fortran
2591         tests).
2593         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
2594         * doc/autoconf.texi (C++ Compiler): Document it.
2595         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
2596         * NEWS: Update.
2598 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
2600         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
2601         that caused config.status to generate 100-command sed scripts; the
2602         portable limit is 99.
2604 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2606         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
2607         variable `ac_d' instead of `d' to avoid infringing namespace.
2608         Report by Ralf Menzel.
2610 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
2612         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
2613         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
2614         * tests/tools.at (autoconf: subdirectories): New test, taken from
2615         the corresponding problem report by Ralf Wildenhues in:
2616         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
2618         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
2619         Quote some uses of shell variables if they might suffer unexpected
2620         globbing.  This doesn't fix all instances of quoting problems that
2621         I found, just the easy ones that look safe.
2622         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
2623         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
2624         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
2625         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
2626         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
2627         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
2628         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
2629         Likewise.
2630         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
2631         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
2633 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2635         * bin/autoreconf.in ($help): Reword according to the manual.
2636         Suggested by Olly Betts.
2638 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
2639         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2641         * bin/autoreconf.in: Pass the directory argument to
2642         `require_configure_ac'.  Fix comment.
2643         * tests/torture.at (Configuring subdirectories): Expose this.
2644         Reported by Olly Betts.
2646 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2648         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
2649         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
2650         Automake as follows:
2652         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
2653         `$configure_in' instead of `configure.in', to preserve
2654         directory component.
2656 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2658         * config/config.guess, config/config.sub, config/texinfo.tex,
2659         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
2661 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
2663         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
2664         test for C99 conformance; (bool) 0.5 is an integer constant
2665         expression, but (bool) -0.5 is not.  Problem reported by Fedor
2666         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
2668 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2670         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
2671         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
2672         Warn about obsolete install-sh files.  Remove stray sentence
2673         fragment and fix cross reference.
2674         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
2675         install -d; this undoes the 2006-05-10 change.
2676         (MKDIR_P): Mark with AN_MAKEVAR.
2677         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
2678         that we don't require $INSTALL to be thread-safe.  Move comments
2679         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
2680         of AC_PROG_INSTALL.  Output a message saying that we're checking
2681         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
2682         MKDIR_P instead of AC_SUBST.
2683         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
2684         Special magic for MKDIR_P, too.
2685         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
2686         a dnl.
2687         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
2689 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
2691         Sync from Automake, as follows:
2693         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2694         * config/install-sh: Initialize IFS, so field splitting isn't
2695         turned off later.
2696         * config/mkinstalldirs: Likewise.
2697         * config/missing: Remove superfluous quotes.  Replace all uses of
2698         `[' by `test', for consistency, and for..
2699         * config/missing (sed_minuso, sed_output): New variables.
2700         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
2701         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
2702         Fixes `missing' to detect `--output' for help2man.  Fixes
2703         PR automake/483.  Report by Dennis J. Linse.
2704         (autom4te): Document in `missing --help'.
2706 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2708         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
2709         * config/install-sh: Don't use 'path' to talk about file names,
2710         as per GNU coding standards.  Close a race condition reported by Ralf
2711         Wildenhues and Stepan Kasal.  There is still a race condition
2712         on hosts that predate Posix 1003.1-1992, but we can't help this.
2713         Don't mishandle weird characters like space on pre-Posix hosts.
2714         Invoke mkdir at most once per dir arg on pre-Posix hosts.
2715         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
2716         AC_PROG_MKDIR_P from AS_MKDIR_P.
2717         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
2718         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
2719         earlier editions are not (including Automake 1.8.3).
2720         Do not suggest mkinstalldirs for thread-safety.
2721         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
2722         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
2723         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
2724         presence of special characters and race conditions.
2725         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
2726         in Autoconf's name space.
2728 2006-05-10  Bruno Haible  <bruno@clisp.org>
2729         and Paul Eggert  <eggert@cs.ucla.edu>
2731         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
2732         from Automake with minor changes.
2733         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
2735 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2737         * config/install-sh: Update to Automake CVS version, as follows:
2738         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2739         * lib/install-sh: Simplify the expr implementation of dirname.
2740         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
2741         * lib/install-sh: Handle --, and diagnose unknown options.
2743 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2745         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
2746         `./autom4te' to create `./testsuite', since the `all' target
2747         will ensure its presence, but `installcheck' should not create
2748         the uninstalled wrappers.
2750         * tests/torture.at (Unusual Automake input files): Skip if we
2751         detect automake < 1.8.
2753 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2755         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
2756         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
2757         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
2758         * NEWS: Update.
2760 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2762         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
2763         munge (multiple) white space and other oddities.
2764         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
2765         single quotes in variable assignment.
2766         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
2767         and similar failures by adding multiple spaces, tabs, and other
2768         special characters.
2769         Report and different test suggested by Francesco Romani
2770         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
2772         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
2773         single quotes, we only need to search for single quotes; this
2774         both simplifies the search pattern, and makes us less
2775         susceptible to `echo' variations for arguments not containing
2776         single quotes.
2777         (_AC_ARG_VAR_VALIDATE): Likewise.
2779 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2781         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
2782         `$*' and IFS concatenation issue with traditional shells and
2783         bash-2.04.  Report by Seanster@Seanster.com.
2785 2006-05-03  Bruno Haible  <bruno@clisp.org>
2787         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
2788         precisely which Mac OS X versions have the od problem.
2790 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2792         * doc/autoconf.texi: Use @option systematically.
2794 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2795         and Bruno Haible  <bruno@clisp.org>
2797         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
2798         about 'od'.
2799         (Integer Overflow): Mention the special case of integer division
2800         overflow.
2802 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2804         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
2805         traditional shells like the Solaris one that do not use the
2806         first IFS character for assembling `$*'.
2807         Prompted by a related report from autoconf_bug@nro.ca.
2809 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
2810         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2812         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
2813         Mention more problems with the -e option.
2815 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2817         * NEWS: Typo.
2818         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
2820         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
2821         in URLs to improve DVI formatted output (requires texinfo 4.6).
2822         (System Services, Systemology, Shellology): Likewise.
2823         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
2824         output.
2826         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
2827         continuous text.
2828         (Runtime): Fix macro argument names to match description:
2829         `action-if-found' -> `action-if-true' and similarly.
2830         (Obsolete Macros): Likewise.
2831         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
2832         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
2833         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
2835 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2837         * doc/autoconf.texi (Limitations of Make): Clean up markup.
2839         * ChangeLog: Typo.
2840         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
2841         DVI output.
2843 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2845         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
2846         /bin/sh set unsorted output.
2847         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
2848         * tests/local.at: Likewise.
2850 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
2852         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
2853         (Integer Overflow, Null Pointers, Buffer Overruns):
2854         (Floating Point Portability, Exiting Portably): New sections.
2855         (Writing Test Programs): Fix some langauge.  Recommend exiting
2856         with status 1, not merely nonzero.  Clarify exit declaration.
2857         (Run Time): Move C exit status stuff to new Exiting Portably section.
2858         (Systemology): Mention Posix and levenez.  Update v7 reference.
2859         (Portable Shell): Mention the Posix shell.
2861 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
2863         * bin/autoconf.as (me): Replace by as_me.
2865 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
2867         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
2868         since as_me isn't set yet.
2870 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2872         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
2873         a few minor bugs in this area.
2875         * doc/autoconf.texi (Programming in M4sh): Comment out the
2876         documentation of AS_BASENAME, for now.
2877         (Shell Substitutions): Do not use AS_DIRNAME in an example.
2878         (Limitations of Builtins) <basename>: Do not refer to
2879         AS_BASENAME.
2880         * bin/autoconf.as (me): Don't use AS_BASENAME.
2881         (dir): Remove the unused variable.
2882         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
2883         AS_DETECT_REQUIRED.  All uses changed.
2884         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
2885         All uses changed.
2886         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
2887         (AS_BASENAME): Use "basename --" to protect against leading "-".
2888         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
2889         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
2890         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
2891         (_AS_DIRNAME_PREPARE): Likewise.
2892         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
2893         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
2894         (AS_DIRNAME): Use "dirname --".
2896 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
2898         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
2899         of "run time" and "run-time" changed to "runtime", for consistency.
2900         * lib/autoconf/fortran.m4: Likewise (in comment).
2901         * lib/autoconf/functions.m4: Likewise.
2902         * lib/autoconf/general.m4: Likewise.
2903         * lib/autoconf/headers.m4: Likewise.
2905         * doc/autoconf.texi (Run Time): Document the exit status situation
2906         with more accuracy and detail.
2908 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2910         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
2911         Archive is not officially `GNU' any more.  Update URL.
2912         (Defining Directories): Likewise
2913         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
2915 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2917         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
2918         newline from the `trap' code to finish `config.log'; the NetBSD
2919         /bin/sh resets the exit status after an empty command, as
2920         documented in doc/autoconf.texi.
2921         Reported by Dalibor Topic <robilad@kaffe.org>.
2923 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
2925         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
2926         Suggested by Bruno Haible.
2928 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
2930         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
2931         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
2932         Instead, just list the shells that we know work.
2933         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
2934         changed.  Be more cautious about the _cv_ variable.
2935         * tests/tools.at (Syntax of the shell scripts): Check the
2936         _cv_ variable once, at first, to avoid an internal autoconf error
2937         when sh -n does not work.
2939 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2941         * lib/Autom4te/FileUtils.pm: Sync from Automake.
2943 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
2945         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
2946         use ">&-" since we're only 99.999% sure that this is portable,
2947         and since the MinGW bug is fixed in a different way.
2948         * lib/autotest/general.m4 (AT_INIT): Likewise.
2950 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
2952         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
2953         before opening config.log, to avoid hitting a bug on MinGW.
2955 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
2957         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
2958         AS_MESSAGE_LOG_FD before reopening it onto the log file.
2959         This works around a MinGW bug reported by Eric Paire.
2960         Make sure that all writes to the log file append to it,
2961         rather than possibly losing data.
2962         * lib/autotest/general.m4 (AT_INIT): Likewise.
2964 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
2966         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
2967         description.
2969 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2971         * NEWS: Update.
2973         * configure.ac (AC_INIT): Bump to 2.59d.
2975 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2977         Version 2.59c.
2979         * Makefile.maint (news-date-check): Do not require a leading `*'
2980         before the release date in NEWS.
2982 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
2983         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2985         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
2986         the instantiated file do not contain the string 'datarootdir'
2987         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
2988         @mandir@, replace the reference '${datarootdir}' by the value.
2989         * tests/torture.at (datarootdir workaround): New test.
2990         * NEWS: Advertise this temporary fixup.
2991         Based on a patch by Bruno Haible, reported and analyzed by
2992         Paul Eggert and Noah Misch.
2994 2006-04-12  Eric Blake  <ebb9@byu.net>
2996         * tests/autotest.at (Debugging a failed test): Fix comment.
2998 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
3000         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
3001         all the changes since 2006-04-07.
3003 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3005         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
3006         succeeded, but `ln -s file dir' failed, take care to remove the
3007         leftover target before the next test, to prevent its spurious
3008         failure; also make sure `ln file dir' works before selecting it.
3009         Thanks to Keith Marshall for pointing this out.
3010         * THANKS: Update.
3012         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
3013         assignments in `at_debug_args', so that we put them correctly
3014         in the `run' script.
3015         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
3016         Reported by Eric Blake.
3018 2006-04-11  Eric Blake  <ebb9@byu.net>
3020         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
3021         top-level tests after micro-suite has been run.   Used in...
3022         (Debugging a successful test, Debugging script and environment),
3023         (Debugging a failed test): ...these new tests.  The first of these
3024         is fixed by...
3025         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
3026         macro, split out from...
3027         (AT_INIT): ...here, so that using -d also generates a run script.
3028         Document that -d inhibits top-level logging.
3029         * doc/autoconf.texi (testsuite Invocation): Document that -d only
3030         inhibits top-level logging; debug scripts are created.
3032         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
3033         check.
3034         * tests/autotest.at (Empty test, Empty check): New test to check it.
3036         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
3037         from gcc.
3039 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
3041         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
3042         the files if a problem appears.  Make the empty *.at files
3043         read-only, too.  Proposed by Ralf Wildenhues.
3045 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3047         * config/Makefile.am: Add comment to force updated Makefile.in.
3049         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
3050         space only patch to this file, this patch causes the Makefile.in
3051         files that include freeze.mk to be updated, and thus have a
3052         newer time stamp again, which in turn makes a pristine CVS
3053         checkout have correct time stamps.
3055         * Makefile.maint (cvs-sv): New macro, to be used..
3056         (config.guess-url_prefix, config.sub-url_prefix)
3057         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
3058         point to CVS text checkout of Gnulib files.
3059         (copyright-check): Bump current year.
3060         (announcement): Do not hard-wire `./announce-gen'.
3061         (cvs-update): Propagate failures of `cvs' and `move-if-change'
3062         correctly.
3063         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
3064         `chmod +x'.
3065         (wget_files): Update config.guess, config.sub, texinfo.tex by
3066         `wget-update', now that their URLs work again.
3068 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3070         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
3071         Problem noted by Paul D. Smith.
3073 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3075         * doc/autoconf.texi: Remove unused words from word list.
3076         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
3077         .x-sc_trailing_space: New files.
3079         * doc/standards.texi: Sync from gnulib.
3081         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
3082         `LIBOBJDIR' as experimental.
3084         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
3085         with a target directory; it's internally implemented as `cp'
3086         anyway, but since Autoconf advertises the possibility to use
3087         a target directory when LN_S is `ln -s', we need to find out.
3088         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
3089         analyzed by Keith Marshall <keith.marshall@total.com>.
3091         * THANKS: Update.
3093 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3095         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
3096         confdefs.h as-is.  In general, if it has backslash-newline or the
3097         like, then it doesn't work either to sort or to remove empty
3098         lines.
3100 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
3102         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
3104 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
3106         * lib/autom4te.in (Automake-preselections): Preselect
3107         _AM_SUBST_NOTMAKE.
3109 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
3111         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
3112         apostrophe within a single-quoted string, as this is the usual
3113         tradition and is easier to read than '"'"'.  Don't rely on the
3114         shell treating "$/" like '$/'.  Use a more-consistent indenting
3115         style for the trap.
3117 2006-04-09  Eric Blake  <ebb9@byu.net>
3119         * tests/autotest.at (Backquote command substitution),
3120         (Multiline backquote command substitution): Remove mistaken
3121         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
3122         applied...
3123         (Parenthetical command substitution, Multiline parenthetical
3124         command substitution): here.
3126 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
3128         Import macros from gnulib (often changing their name).
3130         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
3131         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
3132         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
3133         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
3134         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
3135         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
3136         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
3137         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
3138         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
3139         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
3140         The manual mentions Gnulib more prominently.
3141         * doc/autoconf.texi (Gnulib): New node.
3142         (Pointers): Add Gnulib URL.
3143         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
3144         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
3145         Gnulib section.
3146         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
3147         suggest a #define rather than a typedef for _Bool, and mention
3148         Gnulib rather than trying to substitute stdbool code.
3149         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
3150         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
3151         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
3152         AC_STRUCT_DIRENT_D_TYPE.
3153         (Particular Types): Mention stdint.h and inttypes.h as standard
3154         headers too.
3155         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
3156         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
3157         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
3158         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
3159         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
3160         (C Compiler): Move AC_C_LONG_DOUBLE to ...
3161         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
3162         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
3163         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
3164         (Coding Style).  Don't mention m4_expand_once.
3165         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
3166         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
3167         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
3168         (AC_CHECK_FUNCS): Use it.
3169         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
3170         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
3171         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
3172         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
3173         (AC_HEADER_ASSERT): New macro.
3174         (AC_HEADER_STDBOOL): Don't assume "#error" works.
3175         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
3176         Catch a bug in an HP-UX C compiler.
3177         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
3178         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
3179         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
3180         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
3181         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
3182         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
3183         New macros.
3185         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
3186         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
3188 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
3190         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
3191         of the warning introduced by the 2001-08-28 change.
3193 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
3194             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3196         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
3197         variables shall be overriden by the cache.
3198         * tests/torture.at (AC_ARG_VAR): Test also with a first value
3199         that contains braces.
3201 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
3203         Revert the patch from 2006-04-01 and only improve
3204         _AS_DETECT_BETTER_SHELL:
3206         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
3207         skip nonexistent directories.
3208         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
3209         only shell candidates which exist.
3210         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
3211         * lib/autotest/general.m4 (AT_INIT): No need to give three
3212         parameters to _AS_PATH_WALK.
3214 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
3215             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3217         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
3218         distinguish m4sugar macros.
3219         * tests/tools.at (autoupdating with aclocal and m4_include):
3220         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
3221         test case by Noah Misch <noah@cs.caltech.edu>.
3223 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
3225         Revert my change from 2006-03-17, in other words:
3226         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
3227           and DUALCASE=1.
3228         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
3229         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
3230           it is set.
3232 2006-04-07  Eric Blake  <ebb9@byu.net>
3234         * doc/autoconf.texi (Programming in M4sh): Document that
3235         AS_MKDIR_P exits the script on failure.
3236         * lib/autotest/general.m4: Remove redundant AS_ERROR.
3238 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3240         * config/elisp-comp, config/install-sh, config/mdate-sh,
3241         config/missing, config/mkinstalldirs: Sync from Automake.
3243         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
3244         from Automake.
3246         * doc/make-stds.texi: Sync from gnulib.
3248 2006-04-06  Eric Blake  <ebb9@byu.net>
3250         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
3251         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
3252         2006-04-01.
3254 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
3255             Eric Blake  <ebb9@byu.net>,
3256             Paul Eggert  <eggert@cs.ucla.edu>,
3257             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3259         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
3260         whether `set' quotes correctly: redirect stderr of the tested
3261         `set', and use a subshell, for Ultrix; use `sed' instead of
3262         `grep' for zsh `set' which may write binary output; match only
3263         at the beginning of a line, to avoid false positives.
3264         In order to avoid false positives by unrelated variables with
3265         multiline content, put the dump algorithm in a subshell and
3266         unset all variables containing newlines (except some which are
3267         special to the shell).  Warn about cache variables that are
3268         unset.
3270 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3272         * config/config.guess, config/config.sub, config/texinfo.tex:
3273         Sync from upstream.
3275         * tests/mktests.sh: Reword comments.
3277         * tests/mktests.sh: Only skip internal macros starting with
3278         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
3279         Update exclusion lists for the test suite to this end:
3280         (AC_ARG_VAR): Do test this now.
3281         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
3282         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
3283         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
3284         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
3286         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
3287         shell issue with double-quoted command substitutions of native
3288         commands.
3289         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
3290         Marshall.
3292         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
3293         no file matches the glob, discard the warning, set `nullglob'.
3294         (syntax-check): Likewise.
3295         (sc_cast_of_x_alloc_return_value): Likewise.
3296         (sc_cast_of_alloca_return_value, sc_error_exit_success)
3297         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
3298         (m4-check): Likewise.
3299         (sc_system_h_headers): Do not print rule on execution.
3300         (sc_tight_scope): Do not fail for non-existing `src' directory.
3301         (sc_changelog): Skip the Copyright footer.
3302         * lib/autoconf/lang.m4: Remove trailing space.
3304         * lib/autoconf/status.m4: More replacements to
3305         <tab><space> where this makes sense.
3307 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
3309         * tests/Makefile.am (maintainer-check-posix):
3310           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
3312         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
3313           ac_config_<foo>s again, sometimes normalized, sometimes not.
3314         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
3315         (AC_CONFIG_COMMANDS): Do not do so here.
3316         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
3317           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
3318           2005-07-25 rewrite.  Noticed by Noah Misch.
3320         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
3321           _AC_PRESERVE_HELP_ORDER, ...
3322         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
3324         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
3325           inside m4_expand_once; it is redundant.
3327         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
3328           for --help from Cygnus `configure.'
3330 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
3332         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
3333         on a patch proposed by Ralf Wildenhues.
3335 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3337         * lib/autoconf/status.m4: Replace <space>''<tab> with
3338         <tab><space> where this makes sense.
3340 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
3341             Noah Misch  <noah@cs.caltech.edu>
3343         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
3344         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
3345         * doc/autoconf.texi (Help Formatting): New node.
3346         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
3348 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3350         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
3351         lib/autoconf/specific.m4, lib/autoconf/status.m4,
3352         lib/autoconf/types.m4, lib/autotest/general.m4,
3353         tests/mktests.sh, tests/torture.at: White space cleanup:
3354         remove some SPACE before TAB, or add quoting ('' or @&t@).
3356         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
3358         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
3360 2006-04-05  Eric Blake  <ebb9@byu.net>
3362         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
3363         empty test suite works.
3364         * tests/autotest.at (Empty test suite): Remove xfail.
3366 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
3368         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
3369         TAGS to ac_config_<foo>s.
3370         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
3371         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
3372         normalizing it, consistent it with previous releases.
3373         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
3375 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3377         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
3378         Use simplified args that Eric Blake originally suggested.
3380 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3382         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
3383         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
3384         Use 'comm' rather than N instances of grep; this also fixes a bug
3385         whereby substrings were incorrectly matched, causing us to not
3386         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
3387         (exclude_list): Exclude empty macros.
3388         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
3390         Use awk rather than grep -E or egrep, to avoid
3391         portability problems with regular expressions containing newlines.
3392         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
3393         Switch from grep to awk syntax.
3394         (ac_exclude_script): Renamed from ac_exclude_egrep.
3395         (au_exclude_script): Renamed from au_exclude_egrep.
3397 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
3399         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
3400         a subdirectory subject to Cygnus `configure'.
3401         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
3403         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
3404         report request when we have no AC_PACKAGE_BUGREPORT.
3406 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3408         * THANKS: Update.
3410         * tests/mktests.sh: Update copyright year in the header of the
3411         generated files.
3413         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
3414         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
3415         typedef'ed restricted pointer, to catch a compiler bug on
3416         HP-UX 11.x, and fix warnings so it passes with -Werror.
3417         (_AC_PROG_CC_C99): Likewise.
3418         Reported by Albert Chin <china@thewrittenword.com>.
3419         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
3421 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3423         * bin/autoscan.in (subdirs): New global.
3424         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
3425         (output): Emit AC_CONFIG_SUBDIRS as needed.
3426         * tests/autoscan.at (autoscan): Remove XFAIL.
3428 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3430         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
3432 2006-04-03  Eric Blake  <ebb9@byu.net>
3434         * THANKS: Add myself.
3436 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3438         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
3439         to log, point to testsuite output tree.
3441 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3443         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
3444         * doc/autoconf.texi (Function Portability): Mention that C++
3445         has trouble with 'exit'.
3446         (Guidelines): Test programs shouldn't use 'exit'.
3447         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
3448         Remove; all uses removed.
3449         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
3450         Return from 'main' instead of calling 'exit'.
3451         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
3452         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
3453         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
3454         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
3455         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
3456         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3457         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
3458         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
3459         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
3460         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
3461         * tests/compile.at: Likewise.
3463 2006-04-02  Pavel Roskin  <proski@gnu.org>
3465         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
3467 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3469         Clean up _AC_COMPILER_EXEEXT* macros.
3471         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
3472           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
3473           ac_file to the name of the default output file and call
3474           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
3475           initial `rm' of the candidate files...
3476         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
3477           the same list in subsequent `rm' calls, and for the temporary
3478           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
3479           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
3480         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
3481         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
3482           no longer needed) by libtool.  Make it a cache check.
3483         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
3484           copied here by mistake.
3485         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
3486           _AC_COMPILER_EXEEXT.
3487         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
3488           _AC_COMPILER_OBJEXT directly.
3489         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3491 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3493         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
3494         (AS_DIRNAME): Use it.
3495         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
3497         * tests/*.at: Remove the generated ones.
3499 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3501         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
3503 2006-04-01  Eric Blake  <ebb9@byu.net>
3505         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
3506         directories, unless optional third argument supplied.
3507         (AS_UNAME): Don't optimize PATH walk.
3509         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
3511 2006-04-01  Eric Blake  <ebb9@byu.net>
3512         and Stepan Kasal  <kasal@ucw.cz>
3514         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
3515         and fix some typos.
3517 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
3519         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
3520         Autoconf version number despite a zero- or one-argument AC_INIT.
3522         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
3523         subordinate tools.
3524         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
3525         * doc/autoconf.texi (autoreconf Invocation): Document it.
3527         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
3528         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
3530 2006-04-01  Eric Blake  <ebb9@byu.net>
3532         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
3533         * lib/autotest/general.m4: Be tolerant of existing directory when
3534           rm failed to remove it.
3536 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3538         * bin/autoupdate.in: Redefine m4_location so that warnings print
3539         the correct lines of the input file by subtracting..
3540         (_au__first_line): ..this new definition.
3542         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
3543         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
3544         Remove stray newline in output.
3545         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
3546         AC_DEFUN this for autoconf, including the obsoletion diagnose.
3547         Fixes autoupdating of code where the replacement output contains
3548         m4sugar macros.
3549         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
3550         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
3551          (au_exclude_list): Add AC_LANG_SAVE.
3552         * tests/tools.at: Several new tests for all of this.
3553         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
3554         hairy details.
3555         The AC_LANG_SAVE issue was reported against Libtool by
3556         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
3557         Kristian Kvilekval <kris@cs.ucsb.edu>.
3559 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3561         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
3562           switch all of them on and of when necessary.  Fixes the bug when
3563           m4sugar macros (e.g., m4_define) were expanded after the first
3564           automatic update (e.g., after AC_PREREQ or AC_INIT).
3566 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
3568         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
3569         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
3571         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
3572         correctly.  Problem reported by Eric Blake.
3573         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
3574         Ralf Wildenhues.
3576 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3578         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
3579         Tighten up the basename/dirname wording.
3581 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3583         * Makefile.maint (sc_texi_notab): New check: do not use TABs
3584         in texinfo files outside of verbatim environments.
3585         (syntax-check-rules): Update.
3586         * doc/autoconf.texi (Configuration Headers): Conform to it.
3588 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
3590         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
3591           aclocal cannot be given on the command line.
3593 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3595         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
3596         Give an example for AS_DIRNAME instead of referring to Posix..
3597         (File System Conventions): Put discussion of // versus / here, and
3598         modernize it a bit.
3599         (Limitations of Usual Tools): Add basename.  Remove verbiage
3600         after dirname, since it got moved to the above sections.
3601         All this was inspired by a patch proposed earlier by Eric Blake.
3603 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3605         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
3606         `$0' to protect against spaces.
3607         * lib/autotest/general.m4 (AT_INIT): Likewise.
3608         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
3609         `$0', $as_me.
3611 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3613         * bin/autoscan.in: The value of find_configure_ac should be
3614         checked for existence, so we don't barf over a nonexisting
3615         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
3617 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3619         * bin/autoupdate.in: Fix some typos.
3621 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
3623         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
3625         * lib/autoscan/autoscan.list: Refreshed.
3627 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3629         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
3630         and Erlang related variables.
3632         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
3633         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
3634         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
3635         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
3636         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
3637         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
3638         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
3639         (_AC_PROG_OBJC_G): New macros.
3640         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
3641         * doc/autoconf.texi (Objective C Compiler): New node.
3642         (Preset Output Variables): Document OBJCFLAGS.
3643         (Language Choice): Document `Objective C' language.
3644         (Fortran Compiler): Fix typo.
3645         * NEWS: Updated.
3646         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
3648 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
3650         * doc/autoconf.texi (Default Includes): Fix typo
3651           s/AC_HEADERS_STDC/AC_HEADER_STDC/
3652         (Limitations of Usual Tools): s/unwriteable/unwritable/
3653         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
3654           Fix typos in the comments.
3656 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
3658         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
3659           Factor out the warning to...
3660         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
3661         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
3662         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
3664         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
3665           case `ac_delim' when writing the sed script.
3667         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
3668           moved DUALCASE=1 ...
3669         (AS_SHELL_SANITIZE): ... here.
3670         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
3671           that it is set.
3673         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
3674           AC_SUBST.
3675         (_AC_PATH_PROG): Store the result to VARIABLE.
3676         (AC_PATH_PROG): No need to set VARIABLE again.
3678         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
3679           the first one is usual AT_CHECK_MACRO test, the second one checks
3680           that the same works when cross-compiling.
3681         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
3682         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
3684 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3686         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
3687         the directory `/usr/bin/posix' in the shell search, to prefer
3688         the Posix shell not only in subsequent spawns as with `$BIN_SH'
3689         on Tru64.
3691         * doc/autoconf.texi (contents): To fix texi2html output, hide
3692         `@setcontentsaftertitlepage' for HTML.
3693         (Writing Autoconf Macros): Likewise, insert space after `@c'.
3694         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
3695         `@,{c}'.
3697 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
3699         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
3700           sanitizing...
3701         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
3702         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
3703           why IFS is restored so late; thank you, Ralf, for reminding us.
3705 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
3707         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
3708           variables in the examples.
3710 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3712         * doc/autoconf.texi (several sections): Cleaned up documentation for
3713         macros in erlang.m4.
3715 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3717         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
3718         failure condition for `$(cmd)' style command substitutions.
3719         (Parenthetical command substition, Multiline parenthetical
3720         command substition): Use it.
3722         * doc/autoconf.texi (Special Shell Variables): Missing word.
3723         Reported by Keith Marshall <keith.marshall@total.com>.
3725         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
3726         IFS even in case of empty `$PATH'.
3728 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3730         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
3731         `expr' away if there is nothing to do.
3732         < --keywords >: Simplify and robustify argument handling.
3733         Revert erroneous comment from 2005-08-23.  Extend to allow
3734         keyword negation with `!'.
3735         Update help message.  Remove broken code to prevent running
3736         tests multiple times.
3737         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
3738         Update and fix the documentation accordingly.
3739         * tests/autotest.at (Keywords): Renamed to..
3740         (Keywords and ranges): .. this.  Extended to make sure negated
3741         keywords, keywords taken from AT_SETUP arguments, and numeric
3742         test ranges work, and that matching is case-insensitive.
3744 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3746         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
3747         allow to pass unnamed structs even in C++.
3748         (AC_CHECK_SIZEOF):  Likewise.
3749         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3750         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
3751         struct): New tests for unnamed structs, each both native and
3752         cross-compiling.
3754         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
3755         a structure inside a cast, for C++ conformance.
3756         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
3757         Also fix quoting error in `AC_MSG_FAILURE' arguments.
3759         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
3760         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
3761         trying to execute the command `no'.
3763         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
3764         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
3765         expanded outside.
3767         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
3768         example.  Do not emphasize `$%', it is hardly new and special.
3769         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
3771         * doc/autoconf.texi (Limitations of Usual Tools): Document
3772         OpenBSD and traditional `grep' failure to handle multiple
3773         patterns separated by newlines.
3775 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3777         * doc/autoconf.texi (several sections): Add documentation for macros
3778         in erlang.m4.
3780 2006-03-10  Eric Blake  <ebb9@byu.net>
3782         * doc/autoconf.texi (Obsolete Macros): Fix wording of
3783         AC_TRY_LINK_FUNC.
3785 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
3787         * doc/autoconf.texi: Use @acronym more consistently for acronyms
3788         like BSD, GPL, LGPL.  Fix minor English typos.
3789         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
3790         Mention that these macros are becoming obsolete.
3791         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
3792         Use more modern terminology for which standard is what.
3793         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
3794         and to ansi2knr.
3795         (AC_PROG_CXX): Likewise.
3796         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
3797         Remove obsolete discussion about how to port to K&R.
3798         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
3799         the obsolescent AC_HEADER_STDC.
3800         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
3801         can't rely on it.
3803 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3805         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3806         Remove stdin redirection from /dev/null to allow pipe to work.
3808 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
3810         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3811         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
3812         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
3813         Ralf Wildenhues.
3815 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3817         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
3818         HP-UX sed is 99 commands, not 100.
3819         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
3820         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
3821         newline for portability.
3822         * tests/torture.at (Torturing config.status): Also test 100
3823         AC_SUBST_FILE invocations.  Fix test to actually verify the
3824         AC_CONFIG_FILES output.
3825         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
3826         command, label, and read-file `r' limits.  Unify HP-UX spelling.
3828         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
3829         non-suffix rule.
3830         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
3831         non-GNU make.
3832         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
3833         * tests/mktests.sh: Small shell portability fixes.
3835 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3837         * doc/autoconf.texi (Caching Results): Fix the examples to use a
3838         recommended quoting style and discard unwanted output.
3840 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
3842         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
3843         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
3844         cases, and to work around Tru64 expr bug.
3846 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3848         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
3849         expr bug that turns the result of a regex match into a number if
3850         possible.
3852 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3854         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
3855         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
3856         in section `Specific Compiler Characteristics'.
3858 2006-03-04  Eric Blake  <ebb9@byu.net>
3860         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
3861         variable warning.
3863 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3865         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
3866         order of variable initialization, so even the Solaris 2.6 shell
3867         can create a config header correctly.  Fixes lots of test suite
3868         failures.
3870 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3872         * doc/autoconf.texi (Text processing Macros): New node to
3873         document the m4sugar macros m4_re_escape, m4_tolower,
3874         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
3876 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
3878         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
3879         XrmInitialize (0) -> XrmInitialize ().
3880         Reported by Toshio Kuratomi.
3882 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3884         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
3885         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
3886         * doc/autoconf.texi (Programming in M4sh): Adjusted.
3887         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
3888         both macros are defun'ed so that required macros are evaluated
3889         outside.
3891         * doc/autoconf.texi (Prerequisite Macros): State more precisely
3892         where a required macro will be expanded.
3893         (Coding Style): Another reason not to use `m4_define'.
3895 2006-02-21  Eric Blake  <ebb9@byu.net>
3897         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
3899 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3901         * doc/autoconf.texi (Looping constructs): New node, to
3902         document m4_for, m4_foreach, m4_foreach_w, and mention
3903         obsolete AC_FOREACH.
3904         (Obsolete Macros): Document AC_FOREACH.
3905         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
3906         (m4_for): Fix to never loop (almost) endlessly, work correctly
3907         with arithmetic expressions in arguments, a step of zero or
3908         non-integer multiple of the interval, and avoid integer
3909         overflow.
3910         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
3911         m4_foreach_w.
3913 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3915         Add basic support for Erlang, both for configuring Erlang/OTP
3916         tools, and Erlang as a conf test language.
3917         * lib/autoconf/erlang.m4: New file.
3918         * lib/autoconf/autoconf.m4: Add erlang.m4.
3919         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
3920         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
3921         * NEWS: Add short description of new macros.
3922         * THANKS: Add Romain Lenglet.
3924 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3926         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
3927         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
3929 2006-02-15  Eric Blake  <ebb9@byu.net>
3931         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
3932         warning.
3934 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3936         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
3937         (_AS_CASE): Private helper macro.
3938         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
3939         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
3940         Fix syntax of AS_IF description
3941         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
3942         for the AC_REQUIRE mess.
3943         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
3944         AS_SHELL_SANITIZE.
3946 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
3948         * doc/autoconf.texi: Minor style cleanup.
3949         Be consistent about spaces after commas.
3950         Insert [] where empty args look a bit funny.
3951         Fix some "i.e." and "e.g." usages.
3952         Try to avoid "X/Y" usages.
3953         Don't be pedantic about "ISO C99"; just say C99.
3954         Prefer GNU style for spaces in front of parens.
3955         (Function Portability): Comment about C89 versus C99
3956         signed integer division.
3957         (Particular Headers): Use current gnulib style for dirent
3958         includes.
3960 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
3961         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3963         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
3964         macros without parameters.
3965         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
3966         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
3967         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
3968         `$#' bug.
3969         (autoupdate): Updated to match AU_ALIAS fix.
3971 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3972         and Paul Eggert  <eggert@cs.ucla.edu>
3974         * doc/autoconf.texi (Programming in M4sh): Document
3975         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
3977 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3979         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
3980         (AS_BOURNE_COMPATIBLE): ..this.
3981         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
3983 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
3985         * doc/install.texi (Defining Variables): Tighten up the
3986         CONFIG_SHELL wording.
3988 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
3989         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3991         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
3992         of (set -o) rather than testing whether (set -o posix) succeeds,
3993         to work around a bug in the AIX 5.3 shell.  Problem originally
3994         reportd by Howard Chu for libtool.
3996 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
3998         * doc/autoconf.texi (Running the Compiler, Running the Linker):
3999         Changes the macro arguments in summaries to match the
4000         descriptions.
4002 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
4004         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
4005         hint as ``a workaround for a bug.''
4007 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4009         * bin/autoreconf.in: New option `--no-recursive'.
4010         Improve wording for subpackages a bit.
4011         * doc/autoconf.texi (autoreconf Invocation): Updated.
4012         * NEWS: Updated.
4014         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
4015         in environment of `configure', not the command line.
4016         Reported by Howard Chu <hyc@highlandsun.com>.
4018 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
4020         * doc/autoconf.texi (Limitations of Builtins): Document the
4021         problem with "trap -".
4023 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
4025         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
4026         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
4027         messages to differentiate Fortran and Fortran 77 tests.
4028         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
4029         AC_LANG_ASSERT, to allow use in mixed-language projects.
4031 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4033         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
4034         FOO" to "defined (FOO)".
4035         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
4036         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
4037         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
4038         * tests/tools.at (ifnames): Likewise.
4040 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4042         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
4043         * lib/Autom4te/General.pm (mktmpdir): Likewise.
4044         (END): Improve error message a bit.
4045         Reported by Bruce Korb <bkorb@gnu.org>.
4047 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4049         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
4050         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
4052 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
4054         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
4055         requires sys/stream.h.  Reported by Oliver Kiddle.
4057 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4058             Stepan Kasal  <kasal@ucw.cz>
4060         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
4061         before the removals of test dirs, use `find' to avoid modification
4062         of symlinked directories.
4064 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
4066         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
4067         Don't ignore the macro arguments.
4069 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
4071         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
4072         declaration that works for MSVC.
4074 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4076         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
4077         Add `*.map' and `.inf' for Green Hills compiler.
4078         Reported by Stefan Seefeld <stefan@codesourcery.com>.
4080         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
4081         correctly: pad with spaces after FIRST_PREFIX if necessary,
4082         and compute string lenghts with `m4_qlen' instead of `m4_len'.
4083         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
4084         * tests/m4sh.at (AS_HELP_STRING): Test extended.
4085         * NEWS: Updated.
4086         Reported by numerous people, numerous times.
4088 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4090         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
4091         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
4092         * lib/autoconf/general.m4, lib/autoconf/status.m4:
4093         * lib/autotest/general.m4, tests/local.at:
4094         Update copyright year to 2006.
4096         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
4097         sed substitutions.
4098         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
4099         for file names, again.  Reported by Noah Misch.
4100         (Coding Style): Explain that s|a|b| is preferred for file names.
4101         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
4102         (AC_OUTPUT_MAKE_DEFS): Likewise.
4103         * lib/autotest/general.m4 (AT_INIT): Likewise.
4104         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
4105         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
4107         Fix Posix-conformance bugs re use of { command in sed scripts,
4108         and improve the sed-related documentation a bit.
4109         * doc/autoconf.texi (Installation Directory Variables): Use
4110         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
4111         rather than "sed" when talking about Sed in general.
4112         (Particular Programs): Likewise.
4113         (Coding Style): y is like s with respect to / and ,.
4114         (Limitations of Usual Tools): Document the weird restrictions
4115         that Posix has about { }.  Use better quoting.
4116         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
4117         Rewrite to conform to Posix rules about { } in sed scripts.
4118         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
4119         * tests/foreign.at (Libtool): Likewise.
4120         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
4121         Use our own style advice re 's,a,b,' versus 's|a|b|'.
4123 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4125         * lib/autoconf/status.m4: Fix typo.
4127         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
4128         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
4129         `-def', for the benefit of Portland `pgf90 -Mipa'.
4130         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
4132 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4134         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
4135         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
4136         shell from zsh to bash.
4138 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
4140         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
4141           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
4143 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4145         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
4146         parentheses in $(...).  Problem reported by Eric Blake.
4148 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4150         * doc/autoconf.texi (Limitations of Usual Tools):
4151         Mention which characters can be escaped with \ in portable regular
4152         expressions used in grep, sed, expr.  Mention the leading ^ problem
4153         with expr.  Clean up some confusing wording.  Mention which
4154         grep options are portable.
4156 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
4158         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
4160 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
4162         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
4163         patch, noted by Ralf Wildenhues.
4165 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4167         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
4168         posix' unconditionally, for pdksh in `native sh' emulation.
4170 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
4172         * doc/autoconf.texi (Shellology): Document eval $? problem
4173         with ash.
4174         (Limitations of Builtins): Likewise.
4176 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4178         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
4179         CONFIG_SHELL in the environment of the configure rerun.
4180         * doc/autoconf.texi (Here-Documents, config.status Invocation):
4181         Suggest passing CONFIG_SHELL absolute, and in the environment
4182         rather than as option.
4184 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4186         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
4187         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
4188         Fix macro quoting.  Fix output for n * 98 substituted variables.
4190 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4192         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
4193         `tmp' to avoid file removal race.
4195 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4197         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
4198         ac_clean_files and LIBOBJS.
4200 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4202         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
4203         Factor functionality to..
4204         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
4205         `AC_SUBST($1)' in the public version.
4206         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
4207         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
4208         ac_pt_* variables.
4210 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
4212         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
4213         filesystems.
4215 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4217         * NEWS: Move AH_HEADER mention to right place.
4219 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
4221         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
4222         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4224 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
4226         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
4227         conftst2.$ac_objext.
4228         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4230 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
4232         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
4233         conftest.o, to see whether the compiler really obeys; rm the object
4234         file before and after the test and register it with ac_clean_files.
4235         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4237 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
4239         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
4240         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
4241         code so that the most common case requires less forks.
4243 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
4245         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
4246         not portable; thanks to Paul Eggert and Alexandre.
4248         * NEWS: Fix an old typo.
4250 2005-10-20  Jim Meyering  <jim@meyering.net>
4252         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
4253         the latter'', in two places.
4255 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4257         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
4258         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
4259         the inner workings of AC_LANG_FUNC_LINK_TRY.
4260         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
4261         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
4262         by the function rather than ignoring it.
4263         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
4264         comparing its address.  Intel's interprocedural optimization was
4265         outsmarting the old heuristic.  Problem reported by
4266         Mikulas Patocka.
4268 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
4270         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
4272 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4274         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
4275         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
4277 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
4279         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
4280         before removing it (chmod -R u+rwx); there are three instances of this.
4282 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4283             Stepan Kasal  <kasal@ucw.cz>
4285         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
4286         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
4287         make its content writable before removing it.  Remove an errorneous
4288         comment from the end, where the logs of the failed tests are copied
4289         to the main log file.
4291 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
4293         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
4294           in case the computer is too quick.  Double quote the configure.ac
4295           snippets.
4297         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
4298           problems if the testsuite were running too fast.
4300 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4302         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
4303         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
4304         (which belong to Xt, not X itself).  See Debian bug 327655.
4305         * NEWS: Mention this.
4307 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
4309         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
4311 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4313         * config/move-if-change: Don't output "$2 is unchanged";
4314         suggested by Ben Elliston.  Handle weird characters correctly.
4316 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
4318         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
4319           calls, so that the final expansion of this macro is shorter.
4320           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
4321           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
4322           the cleanup there.  Use AS_VAR_* macros, to be more general.
4323         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
4325         * lib/autoconf/general.m4: Use AS_IF where appropriate.
4327         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
4329 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
4331         * doc/autoconf.texi (Configuration Headers): Add an index entry
4332           for AH_HEADER.
4334 2005-08-26  Pavel Roskin  <proski@gnu.org>
4336         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
4337         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
4338         running xmkmf.
4340 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
4342         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
4343         The previous patch didn't work, so try a better one.
4345 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
4347         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
4348         in the example.  Reported by Bruno Haible.
4349         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
4350         "if $undefined_var;" succeeds with my shell.
4352         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
4353         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
4354         but change the m4_divert_text to m4_divert_once.
4356 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4358         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
4359         Work around bug in Solaris /usr/xpg4/bin/awk.
4360         The bug is present in at least Solaris 8 through 10.
4362 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
4364         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
4365         some evil values and relying on the fact that $* concatenates the
4366         parameters by the first character from IFS.
4368 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
4369             Stepan Kasal  <kasal@ucw.cz>
4371         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
4372         first header appears, define AH_HEADER.
4373         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
4374         Update limitations about when to call AC_CONFIG_HEADERS.
4375         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
4376         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
4377         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
4378         ``Configuration Actions''; fix their index entries.
4380         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
4381         options correctly.  Process N-M as M-N if M is smaller than N.
4382         Process ranges correctly so that N-N will run only N.
4383         Sort and uniquify the tests that will be run.  If there is more
4384         than one test, reinsert the banners for the tests.
4385         * tests/autotest.at (Keywords): Unmark XFAIL.
4387 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
4389         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
4390           before passing the macro name to AH_TEMPLATE.
4392         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
4393           now opens log after option processing; in particular, --version
4394           and --help do not touch config.log.
4396         * Makefile.maint: Revert the change from 2005-08-12.
4398 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
4400         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
4401           common code to...
4402         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
4404 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4406         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
4407         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
4408         Language cleanup.
4410         * doc/autoconf.texi (Defining Symbols, Changed Results):
4411         Prepend to LIBS, not append, in examples.
4413 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
4415         When building in place, set srcdir="."; suggested by Tim Van Holder.
4417         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
4418           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
4419         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
4420         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
4421           does not mean "no --srcdir option".
4423 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4425         * tests/autoscan.at (autoscan): New file.
4426         * tests/suite.at: Use it.
4427         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
4428         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
4430         * tests/autotest.at (Keywords): Test keywords combinations.
4432 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
4434         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
4435           add "2>&1"; gzip 1.2.4 prints help on stderr.
4437 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
4439         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
4440         was pushdef'ed twice while popped only once.  Push it only once.
4441         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
4443 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
4445         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
4446         prefixed by mere "===", not "configure: === ".
4448 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
4450         * Makefile.maint: Update from Bison.
4452         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
4453         "<tab>" in comment, so that the point is understandable.
4455 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
4457         Rewrite substantial part of lib/autoconf/status.m4.
4458         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
4459         and CONFIG_COMMANDS are not processed in four separate loops.
4460         Instead, there is one main loop.  This alows that the common code
4461         is expanded only once, thus config.status (and configure) is smaller.
4463         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
4464         the AC_LIST_FILES and cousins macros are no longer used.
4466         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
4467         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
4468         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
4469         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
4470         contain the initialization, nor the for loop, nor the associated
4471         commands; all these go to ...
4472         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
4473         _AC_OUTPUT_CONFIG_STATUS.
4474         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
4475         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
4476         (_AC_OUTPUT_FILE): The creation of the sed script ...
4477         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
4478         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
4479         _AC_OUTPUT_MAIN_LOOP.
4480         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
4481         _AC_CONFIG_COMMANDS): Use ...
4482         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
4483         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
4484         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
4485         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
4486         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
4487         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
4488         ... new macros.
4489         (_AC_CONFIG_UNIQUE): Update.
4490         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
4491         Replaced by this ...
4492         (_AC_LIST_TAGS): ... new common macro.
4493         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
4494         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
4495         (_AC_LIST_TAG_COMMANDS): ... new common macro.
4496         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
4497         this didn't belong to the `config commands' section.
4498         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
4499         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
4500         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
4501         to the `config commands' section either.
4502         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
4503         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
4505         ... and many changes to the comments nearby.
4507         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
4508         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
4509         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
4510         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
4511         (#define header templates): The comment at the top of the generated
4512         header now includes the name(s) of the source file(s).
4514         Several unrelated small changes:
4516         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
4517         parameter to AC_DIAGNOSE.
4518         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
4519         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
4520         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
4521         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
4522         with AU::AC_OUTPUT.
4523         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
4524         in AC_OUTPUT doesn't double-quote it either.
4525         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
4526         parameters.
4528 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
4530         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
4531         versions of Portland Group compiler produce single- and double-quoted
4532         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
4533         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4535 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
4537         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4538         This is a corrected version of yesterday's patch.
4540 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
4542         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
4543         path, too; insert a "===" to emphasize the line.
4545         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
4546           ac_cv_build_alias to ac_build_alias.
4547         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
4549         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
4550         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
4551         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
4552         (AC_ARG_VAR): ... here.
4553         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
4554           target_alias.
4556         Keep a list of all precious variables and process them with one simple
4557         for loop, instead of expanding all commands, or, OTOH, complicated
4558         processing of output of "set".
4559         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
4560         variable names in new macro...
4561         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
4562         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
4563           a loop to assign all ac_env_* and ac_cv_env_* variables.
4564         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
4565           to INIT_PREPARE.
4566         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
4567           its value to shell variable ac_precious_vars and call
4568           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
4569         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
4570           _AC_ARG_VAR_VALIDATE.
4572         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
4573           and the AC_SUBSTs ...
4574         (AC_INIT): ... here.
4576         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
4577           the ac_subst_files section in config.log.
4579         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
4581 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4583         * NEWS: New macro AC_C_TYPEOF.
4584         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
4585         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
4586         * tests/c.at (C keywords): Test AC_C_TYPEOF.
4588         Fix problems reported by Nicolas Joly.
4589         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
4590         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4591         They are generated by the Tru64 v5.1B shell.
4593 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
4595         Fix my changes from 2005-07-01; reported by Noah Misch.
4596         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
4597         description, the macro now accepts only a single tag.
4598         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
4600         Fix cases when the varsions of Autoconf and Autotest don't match.
4601         Reported by Noah Misch.
4602         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
4603         at_top_builddir, for compatibility with older autotest.
4604         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
4605         is not set, use at_top_builddir, for compatibility with older
4606         versions of autoconf.
4608 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4610         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
4611         Problem reported by Patrick Welche.
4613 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4615         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
4616         sed substitution command, so that we allow | in program prefixes
4617         and program suffixes.  (& is a problem anyway; we're not fixing
4618         that here.)
4619         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
4620         configure_input, top_builddir, srcdir, etc.
4621         * lib/autotest/general.m4 (AT_INIT): Likewise, for
4622         PATH_SEPARATOR in AUTOTEST_PATH.
4624 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
4626         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
4627         for loop over config.site files using `set', to allow
4628         directory names containing IFS characters.
4630 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4632         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
4633         directories with weird names.  Apparently some people like living
4634         on the edge.  However, improve the test that "pwd" actually does
4635         report a name for the working directory.
4636         * NEWS: Remove the claim that we test for funny chars in dir names.
4638 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
4640         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
4641         replaced ...
4642         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
4643         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
4644         Now accept a single tag, not whitespace separated list.
4645         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
4647 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
4649         * doc/autoconf.texi (Configuration Headers): Change the explanation
4650         about #include <config.h>.
4651         (Generic Functions): Mention the Gnulib project.
4652         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
4654         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
4655         document to output the default config_* lists to config.status.
4656         Don't recognize option --file, if the functionality is not there.
4657         Likewise for --header; moreover, recognize --he and --h as shortcuts
4658         for --help in that case.
4660         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
4661         matches the order of execution.  No code changed.
4663 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4665         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
4666         single-quoted -cmdline argument in Portland Group compiler.
4667         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4669 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
4671         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
4673 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4675         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
4676         descriptors to child processes; reported by Norman Gray.
4678 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4680         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
4682         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
4683         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
4684         (AC_SUBST): Call it.
4685         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
4686         the directory specific variables; but don't call it for configure_input.
4688 2005-06-28  Derek Price  <derek@ximbiot.com>
4690         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
4691         addition.
4693 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4695         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
4696         directory have inherent problems with special characters like spaces,
4697         due to limitations in Make syntax.  Problem reported by Alexandre
4698         Duret-Lutz.
4699         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
4700         Also, fix Tru64 porting problem with shell patterns,
4701         reported by Ralf Wildenhues.
4703 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4705         * doc/autoconf.texi (Subdirectories): Fix markup typos.
4707 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4709         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
4711         Fix some more shell quoting problems.  Prompted by a bug report
4712         from Justace Clutter.
4713         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
4714         variable into diagnostic.  Make the diagnostic an error, not a warning,
4715         because we really don't support spaces and suchlike in dir names.
4716         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
4717         Don't worry about backslashes in srcdir; it can't happen now.
4718         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
4719         Simplify ac_optarg handling.
4720         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
4722 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
4724         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
4725         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
4726         * tests/atlocal.in: Propagate $EGREP and $SED.
4727         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
4728         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
4730         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
4731         that '\|' is not allowed in BREs; recommend using newline separated
4732         list of patterns instead of multiple -e options.
4734         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
4736         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
4738 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4740         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
4742 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
4744         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
4745         b, t, r, w commands require single space, while : cannot have any.
4746         (Special Shell Variables): Fix sed code this in the example.
4747         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
4748         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
4750         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
4751         expand to the empty list.  Don't use two pairs of m4_changequote,
4752         it's not necessary.
4754 2005-06-20  Derek Price  <derek@ximbiot.com>
4756         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
4758 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
4760         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
4761         * doc/autoconf.texi:
4762         Don't mention Solaris versions so much, if a
4763         problem is common to all extant versions of Solaris.  Say "SunOS
4764         4" instead of "SunOS" for SunOS 4.
4765         (awk): Mention more of the limitations of traditional Awk.
4766         (cat): Don't talk about cat -v.
4768 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
4770         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
4771         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
4772         but the implementation is entirely different and is designed
4773         to be compatible with glibc strverscmp.
4774         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
4776         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
4777         on Mac OS X 10.4 reported by Peter O'Gorman in:
4778         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
4779         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
4780         Use shell builtins rather than 'expr', to work around expr bug.
4782 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
4784         * doc/autoconf.texi: "filesystem" -> "file system".
4785         "behaviour" -> "behavior".
4786         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
4787         * lib/autoconf/general.m4: Omit blank after ":" sed command,
4788         as per POSIX.
4789         * lib/m4sugar/m4sh.m4: Likewise.
4790         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
4791         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
4793         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
4794         (.x.1): Ignore the time stamp in the .TH line when deciding whether
4795         to update the man page.  That way, we don't have to check in new
4796         man pages every month.
4798         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
4799         quotes and backslashes.  Patch from Derek Price.
4801 2005-06-10  Derek Price  <derek@ximbiot.com>
4803         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
4804         AS_TR_SH.
4806 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
4808         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
4809         -u, since it outputs chatter if the input files are the same.
4810         Problem reported by Ralf Menzel.
4812 2005-06-08  Derek Price  <derek@ximbiot.com>
4814         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
4815         renaming them since they are about to be redefined anyhow.
4817 2005-06-08  Derek Price  <derek@ximbiot.com>
4819         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
4820         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
4821         Move m4_undefine to alphabetical order.
4823 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
4825         * README: Recommend GNU M4 1.4.3 or later.
4826         * doc/autoconf.texi (Introduction): Likewise.
4827         Reword to avoid some formatting glitches.
4828         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
4829         Clarify explanation of HP compiler bug.
4830         Redo example output tp match current CVS snapshot.
4831         Use @example.org in email addresses when the examples
4832         might get inadvertently cut-and-pasted into user code.
4833         Remove example of autom4te usage that doesn't seem to work now.
4834         Use modern AC_INIT (except when the example is meant to be
4835         shown with Autoconf 2.13).
4836         Update ksh info for Solaris 9 and later.
4837         KB -> kB.
4838         Modernize description of Automake versions a bit.
4839         Don't claim a future version of Autoconf is near.
4840         * doc/install.texi: Reword to avoid some formatting glitches.
4842 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4844         * doc/autoconf.texi: Add [] to examples, so that the manual
4845         follows its own advice about quoting better.
4846         Reword to avoid some formatting glitches.
4847         * doc/installt.exi: Reword to avoid some formatting glitches.
4849         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
4850         Tru64 ksh pattern matching bug.  Reported against Libtool by
4851         Albert Chin <libtool@mlists.thewrittenword.com> and
4852         Nicolas Joly <njoly@pasteur.fr>.
4854 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4856         m4_cdr of one-member list was [[]] (one-member list containing an
4857         empty string) instead of [] (an empty list.  Callers were skewed to
4858         match this misbehaviour.  As a consequence of this:
4859          - m4_foreach([x], [], [foo]) expanded to `foo', while
4860          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
4861         This bug has been fixed:
4863         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
4864           expand to an empty string; print error msg if called without
4865           an argument list.
4866         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
4867           misbehaviour; handle [] and [[]] correctly.
4869 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
4871         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
4872         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
4873           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
4875 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
4877         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
4878           swallow records with more than 99 fields.
4879         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
4880           parse the long line.
4882 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
4884         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
4885           swallow literals longer than 399.  Reported by Ralf Wildenhues.
4886         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
4887           to workaround this limitation.
4889 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
4891         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
4892         to gfortran, and make these the first two compiler names
4893         checked (following the general autoconf preference for gcc).
4895 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
4897         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
4898         (DISTCLEANFILES): Remove $(check_SCRIPTS).
4899         (testsuite): Make sure autotest.m4f is up-to-date before using it.
4901 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4903         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
4904         expression of unbounded size when processing the --list
4905         option.  This runs afoul of a limit of 399 bytes per regular
4906         expression on AIX.  Problem reported by Ralf Wildenhues.
4908 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
4910         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
4911         * doc/autoconf.texi (Particular Headers): Reword example
4912         for multiline stdbool replacement.
4913         (Setting Output Variables): Reword text a bit.  Don't
4914         give all the details about |#_!!_#|.
4915         Reword description of line replacement.
4917 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
4919         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
4920         now contain newlines, and substituted files must be referenced on
4921         a line alone; the sed scripts to substitute them are now very
4922         different.
4923         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
4924         commands can be put in a sed script portably.
4925         * doc/autoconf.texi (Setting Output Variables): Document above
4926         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
4927         use of multiline substitution.
4928         * tests/torture.at: No longer expect substitution of newline to fail.
4930 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
4932         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
4933         From Ralf Menzel (trivial change).
4935 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4937         * tests/local.at: Don't attempt to check for negated character
4938         classes in shell scripts.  The test was too brittle.
4940 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
4942         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
4943         * doc/autoconf.texi (Limitations of Builtins): Document this
4944           limitation.
4946 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
4948         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
4949           common code; used in many places in the tree.
4950         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
4951         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
4953         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
4955         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
4956           messages when ac_unique_file is not found.
4957         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
4958         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
4959           commands, for consistency with AC_MSG_ERROR and such.
4961         * bin/autoconf.as: Make more use of "shift 2" in option processing.
4963         * bin/Makefile.am: Merge the two rules for creating scripts.
4965 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
4967         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
4968         obsolete; it was never documented.
4969         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
4971 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
4973         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
4974         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
4975         (ac_top_builddir): ... this ...
4976         (ac_top_build_prefix): ... to this; the old name is also kept, for
4977           backward compatibility.
4978         (ac_top_builddir_sub): New variable, without the trailing slash,
4979           always nonempty.
4980         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
4981         * doc/autoconf.texi (Configuration Actions): Rename
4982           ac_top_builddir to ac_top_build_prefix.
4983         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
4984           at_top_builddir to at_top_build_prefix.
4985         * lib/autotest/general.m4 (AT_INIT): Likewise.
4987 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
4989         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
4990           of confdefs.h .
4992 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
4994         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
4995           argument to m4_foreach.  I guess it was necessary in the past,
4996           but I think it's a no-op now.
4998 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
5000         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
5001           ``cat <<_ACEOF'' commands to one.
5002         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
5003         * lib/autoconf/status.m4: On various places, use expr instead of
5004           ``echo|sed.''
5005         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
5006         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
5007         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
5008           a range.
5009         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
5010           the wrong patterns between ``case'' and ``esac.''  The previous
5011           code had false positives.
5013 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
5015         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
5016         as on 2005-05-02.
5017         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
5018         Mention LIBOBJDIR.
5020 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
5022         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
5023         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
5024         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
5025         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
5026         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
5027         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
5028         config/config.guess, config/config.sub, config/elisp-comp,
5029         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
5030         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
5031         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
5032         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
5033         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
5034         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
5035         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
5036         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
5037         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
5038         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
5039         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
5040         lib/autoconf/general.m4, lib/autoconf/headers.m4,
5041         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
5042         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
5043         lib/autoconf/specific.m4, lib/autoconf/status.m4,
5044         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
5045         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
5046         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
5047         lib/autotest/general.m4, lib/emacs/Makefile.am,
5048         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
5049         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
5050         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
5051         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
5052         tests/compile.at, tests/foreign.at, tests/fortran.at,
5053         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
5054         tests/semantics.at, tests/suite.at, tests/tools.at,
5055         tests/torture.at, tests/wrapper.as:
5056         Update FSF postal mail address.
5058 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
5060         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
5061           check.
5062         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
5063           enough arguments, similarly as in m4_bpatsubsts.
5065 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
5067         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
5068           of absolute paths.
5070 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
5072         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
5073           for absolute directory names in one loop.
5074         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
5075           abbreviations of --version and --debug.
5077 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
5079         * doc/autoconf.texi (Autoconf Language): Be more precise about
5080         quoting rules.  Problems noted by Stepan Kasal.
5081         Also, throughout this document, be more careful about white space.
5082         "blank", "white space", and "space" all have different meanings
5083         and we should be careful to say what we mean.
5085 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
5087         Fix C++ related problems reported by Werner Lemberg.
5088         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
5089         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
5090         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
5091         avoid problems with C++ and throw.
5092         * tests/compile.at: .cpp, not .cc.
5094         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
5096 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5098         * doc/autoconf.texi (Generic Functions): Typos.
5100 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
5102         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
5103         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
5104         set by latest automake.
5106 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
5108         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
5109         outputs 0 on GNU/Linux these days.
5111 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
5113         * doc/autoconf.texi (Autoconf Language): Add more description
5114         about quoting heuristics.
5115         (Limitations of Builtins): Describe "set -" problems.
5117 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5119         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
5120         not newline.
5122         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
5123         by AC_DEFINE; it was a mistake.
5124         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
5126 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
5128         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
5130 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
5132         * doc/autoconf.texi (External Software): Quadrigraphs are not
5133           processed correctly in AS_HELP_STRING; avoid this in the examples.
5134         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
5135         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
5136           comment and reduce m4_default([foo], []) to [foo].
5137         (m4_strip): Update the explanation.
5139 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
5141         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
5142         Remove core.conftest.* too; it's generated by Tru64 5.1.
5143         Problem reported by Jennis Pruett.
5144         * lib/autoconf/functions.m4
5145         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
5146         Don't bother to remove core files; AC_RUN_IFELSE should do that
5147         for you.
5149 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
5151         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
5153 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
5155         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
5156         Report from Horst Wente.
5158 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
5160         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
5161           the comment.
5163 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
5165         * doc/autoconf.texi (External Software, Package Options): Add
5166           examples showing how to implement --with-* and --enable-* options.
5168 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5170         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
5171         as well as configure.in.  Problem reported by Gregorio Guidi.
5173 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5175         * doc/autoconf.texi (Particular Functions): Use gnulib's current
5176         pattern for alloca snippet.
5178 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
5180         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
5182 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
5184         * doc/autoconf.texi (Generic Programs): Fix a typo.
5186 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
5188         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
5189         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
5191 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5193         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
5194         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
5195         whole-archive (-zallextract, -zdefaultextract) options in the hope of
5196         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
5197         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
5199 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
5201         * NEWS: The configure command now warns you if you attempt to use
5202         a directory whose name contains a special character like space,
5203         newline, or "\".
5204         * doc/autoconf.texi (Installation Directory Variables): Allow
5205         "," in file names.  Do not use \@; it's not a portable regexp.
5206         * bin/Makefile.am (edit): Likewise.
5207         * lib/Makefile.am (edit): Likewise.
5208         * tests/Makefile.am (edit): Likewise.
5209         * tests/semantics.at: Likewise.
5210         * tests/torture.at: Likewise.
5211         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
5212         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
5213         * doc/autoconf.texi (File System Conventions): Warn about
5214         unportable file names.
5215         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
5216         (AC_INIT): Use it.
5217         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
5218         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
5219         ac_pwd, and quote srcdir.
5220         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
5222         * doc/autoconf.texi: Fix some systematic formatting problems.
5223         ".)"  needs a following @: if not at the end of a sentence, and
5224         similarly for "!)".  "etc." should be preceded by a comma.
5225         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
5227 2005-03-22  Bruno Haible  <bruno@clisp.org>
5229         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
5230         argument is often called 'build-aux'.
5232 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
5234         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
5235           macro AC_TRY_LINK is obsolete.
5236         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
5237           `AC_CONFIG_FILES'.
5239 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
5241         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
5242           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
5243           from a Common Lisp's `cl'.
5244         (AC_PROG_CXX): Behave according to the documentation: don't
5245           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
5246           make the variable CCC precious; use `cl.exe', not `cl'.
5248 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
5249             Alexandre Duret-Lutz  <adl@gnu.org>
5251         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
5252         /dev/null, as "configure" shouldn't read stdin, and this insulates
5253         us from problems (e.g., when testing for "cl").  Also, do this
5254         redirection before invoking "hostname" or "uname", and keep the
5255         original input stream available via...
5256         (AS_ORIGINAL_STDIN_FD): ... this new macro.
5257         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
5258         bother with "</dev/null" since it's now done at the top of
5259         'configure'.
5260         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
5261         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
5262         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
5263         * doc/autoconf.texi (File Descriptor Macros): New section.
5264         (Printing Messages): Mention it.
5265         * tests/base.at (Input/Output): New test.
5267 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
5269         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
5270         newline if neither \c nor -n work, as that would output two
5271         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
5273 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
5275         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
5276         This causes that any required macros inside will get before the if.
5277         * doc/autoconf.texi (autom4te.cache): A typo.
5279 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5281         Undo previous change, except keep the change to
5282         lib/autoconf/programs.m4 that replaced grep with shell
5283         pattern-matching.  This is because net-snmp configure reads stdin.
5284         Reported by Noah Misch.
5286 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
5288         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
5289         from /dev/null, as "configure" shouldn't read stdin, and this
5290         insulates us from problems (e.g., when testing for "cl").
5291         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
5292         before invoking "hostname" or "uname".
5293         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
5294         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
5295         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
5296         "</dev/null" since it's now done at the top of 'configure'.
5297         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
5298         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
5299         Also, replace grep with shell pattern-matching, to save a process.
5301 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
5303         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
5304         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
5305         avoid thinking that Allegro Common Lisp's "cl" command is a C++
5306         compiler.
5308 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
5310         * doc/autoconf.texi (Limitations of Usual Tools): Document that
5311         grep -q isn't portable.  Improve grep -s explanation.
5312         Problem reported by Dan Manthey.
5314 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
5316         * doc/autoconf.texi (Special Shell Variables): Clarify
5317         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
5319 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5321         * doc/autoconf.texi: Use @acronym for DJGPP.
5322         Fix some @code's that should have been @env's, and vice versa.
5323         Sort environment variable names.
5324         Mention that shells no longer inherit IFS.
5325         Don't recommend PATH_SEPARATOR=';' so strongly.
5326         Mention that $RANDOM might expand to the empty string.
5327         "symlink" and "soft link" -> "symbolic link".
5328         Improve mktemp description (reported by Bruno Haible).
5330 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5332         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
5333         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
5334         Likewise.
5335         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
5336         Likewise.
5338 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5340         * NEWS: Mention AT_COPYRIGHT.
5342         * tests/local.at (AT_CMP): Use diff directly on input files rather
5343         than copying them.
5345         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
5346         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
5348 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
5349         and Paul Eggert  <eggert@cs.ucla.edu>
5351         * tests/autotest.at (Empty test suite): New test.
5352         * tests/torture.at (Substitute and define special characters)
5353         (Substitute a 2000-byte string, Define to a 2000-byte string)
5354         (Substitute a newline, Define a newline): New tests.
5356 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
5358         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
5359         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
5360         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
5361         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
5362         (Standard regular expressions): New test.
5363         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
5364         excess test name quoting.
5365         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
5366         CPPFLAGS to `configure' instead of setting it in `configure'.
5368         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
5369         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
5370         on some platforms.
5372         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
5373         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
5375         * tests/local.at (AT_CMP): New macro.
5376         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
5377         (AC_SAVE_STATE): Move environment grep...
5378         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
5379         (AT_CONFIG_CMP): New macro.
5380         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
5381         * tests/c.at (Extensions): Do not exit early.
5382         * tests/atlocal.in: Inherit $GREP.
5384         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
5385         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
5387         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
5388         (AC_COPYRIGHT): Factor header comment portion out and move into...
5389         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
5390         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
5391         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
5392         --version output.
5393         * tests/local.at: Add Autoconf test suite copyright notice.
5394         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
5396 2005-02-04  Bruno Haible  <bruno@clisp.org>
5397         and Paul Eggert  <eggert@cs.ucla.edu>
5399         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
5401 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5403         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
5404         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
5406         Try not to generated lines of unlimited length, as POSIX places a
5407         2047-byte limit on line length of portable text files.
5408         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
5409         Use newline as a separator, not space.
5410         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
5411         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
5412         space.
5414 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5416         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
5417         as_func_*.  Add test to check whether positional parameters
5418         are restored after function return.
5420 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5422         * doc/autoconf.texi (Special Shell Variables): Mention _,
5423         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
5424         if they contain a lower-case letter.  The DUALCASE problem was
5425         reported by Ralf Wildenhues.
5427         * bin/autoconf.as: Don't exit with status 0 after write failure
5428         with --help or --version.
5429         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
5430         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
5432 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5434         * doc/autoconf.texi (Limitations of Usual Tools):
5435         Unicos 9 sed limitations.
5436         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
5437         to get the option-enhanced interface on older Crays.  Try ftn for
5438         Fortran 95 (newer Crays).
5440 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5442         * man/Makefile.am (.x.1): Go back to the simple solution, but take
5443         care to echo the commands, so the user knows what's going on.
5444         Modified from a suggestion by Stepan Kasal.
5446         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
5447         with a cross reference.  Derived from a suggestion by Bruce Korb.
5449 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5451         * doc/autoconf.texi (config.status Invocation): Warn about
5452         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
5453         * doc/install.texi (Defining Variables): Likewise.
5454         Based on a proposed patch by Ralf Wildenhues.
5456         * man/Makefile.am (.x.1): Make sure the required generated files
5457         are up to date.  Problem and original solution proposed by Stepan Kasal.
5458         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
5459         implicit-man-prerequisites): New rules, used by the above.
5461         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
5462         * config/config.guess, config/config.sub, config/install-sh: Likewise.
5463         * config/missing, config/texinfo.tex: Likewise.
5465 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
5467         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
5468         Update the long comment explaining it.
5470         m4_require no longer writes an ``is required by'' line to the
5471         execution stack.  It contains only one bit of non-redundant
5472         information: that the macro was required, not called.  And even
5473         this bit is useless in most situations: have you ever met a macro
5474         which both calls and requires the same macro?
5476         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
5477         (_m4_defun_pro_outer): ... only via this macro, for the outermost
5478           macro.
5479         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
5480         (m4_expansion_stack_pop): Remove the misplaced comment.
5481         (m4_require): Don't put the ``is required by'' line to the
5482           execution stack; slightly improve the out-of-a-defun error message.
5483         (_m4_divert_grow): New macro, counter for the temporary diversions.
5484         (_m4_require_call): Use it.
5485         * tests/m4sugar.at (m4_require): Expect output without the
5486           ``is required by'' messages.
5488 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
5490         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
5491         rather than x for expr.
5493         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
5494         this is safe.
5495         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
5496         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
5497         * lib/autotest/general.m4 (AT_INIT): Likewise.
5498         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
5499         * tests/mktests.sh: Likewise.
5501 2005-01-27  Akim Demaille  <akim@epita.fr>
5503         Have autoheader honor --force.
5505         * doc/make-stds.texi, doc/standards.texi: Update from masters.
5506         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
5507         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
5508         from masters, so that FileUtils.pm's update_file provide --force
5509         support.
5510         * bin/autoheader.in: Pass $force to update_file so that
5511         config.h.in is always recreated when --force.
5513 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
5515         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
5517 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
5519         * doc/autoconf.texi (Limitations of Builtins): Clarify that
5520         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
5522 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
5524         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
5525         Warn about newline stripping in `` and $().  Update Solaris
5526         version to 9.
5527         (Limitations of Builtins): Use expr "X...", not expr "x...", as
5528         X insulates us from future changes to Posix.
5529         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
5530         stripping.
5532 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
5534         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
5535           you cannot use AC_DEFINE to define macros containing `[' or `]'.
5537 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
5539         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
5540         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
5541         bug-tar mailing list.
5543 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
5545         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
5547 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5549         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
5550         ulongval to be static, to avoid unwanted GCC warning.  Problem
5551         reported by Michael Jennings via Daniel Reed; see
5552         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
5554 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
5556         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
5557         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
5558         datadir, infodir, and mandir.  Adjust argument parsing code.
5559         (_AC_INIT_HELP): Update help text.
5560         * doc/autoconf.texi (Installation Directory Variables): Document
5561         new variables.
5563 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
5565         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
5566         not seem to work, assume it does set $(MAKE).
5567         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
5569 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5571         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
5573 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5575         A cleanup of the diversion support in m4sugar.
5577         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
5578         (_m4_divert_n_stack): New macro; the expansion is
5579           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
5580           otherwise.
5581         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
5582         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
5583           stored in _m4_divert_diversion or _m4_divert_dump.
5584         (m4_divert_pop): When the parameter is given, compare the symbolic
5585           name with the last diversion pushed on the stack.  Previously, the
5586           current diversion was compared with the numeric value of the
5587           diversion given as the parameter.
5588         (m4_require): If the macro hasn't been expanded yet, call ...
5589         (_m4_require_call): this new macro.
5591 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5593         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
5594         Workarounds for documented `case' limitations.
5596 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
5598         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
5599         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
5601 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
5603         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
5604         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
5605         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
5607         Patch from Roger Leigh (with some minor changes) as follows:
5608         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
5609         Resurrect AC_PROG_CC_STDC.
5610         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
5611         AC_PROG_CC_C89, AC_PROG_CC_C99.
5612         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
5613         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
5614         AC_PROG_CC_C99): New macros.
5615         (AC_PROG_CC_STDC): Use them.
5616         (_AC_PROG_CC_STDC): Remove.
5617         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
5618         * THANKS: Add Roger Leigh.
5620 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5622         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
5623         signals that the package uses Automake; a `Makefile.am' is typical but
5624         not essential.  Reported by Magnus Therning.
5625         * tests/torture.at (autoreconf.): New banner.
5626         (autoreconf and non-AC configure): Rename to `Non-Autoconf
5627         AC_CONFIG_SUBDIRS'.
5628         (autoreconf an empty directory): Rename to `Empty directory'.
5629         (Unusual Automake input files): New test.
5631 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5633         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
5634         (AT_SETUP): Clear AT_capture_files.
5635         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
5636         (AT_KEYWORDS): Fix comment typo.
5637         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
5638         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
5639         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
5641 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
5643         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
5644         If the variable to set is already set, set ac_cv_path_$1
5645         to the preset value so caller can assume ac_cv_path_$1
5646         is available.  (trivial change)
5648 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
5650         * BUGS (Minor Problems): Warn about makefile limitations.
5651         * Makefile.am: Find and update `INSTALL' in $(srcdir).
5652         * man/Makefile.am: Find and update manual pages in $(srcdir).
5654 2004-12-24  Eric Blake  <ebb9@byu.net>
5656         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
5657         shells in subshell, to avoid noise from ash.  (trivial change)
5659 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5661         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
5662         problems with SunOS ksh and backslash escaping, Bourne shells and
5663         closing brackets (both within character classes).  Bug reported
5664         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
5665         <read>: New entry.  Mention non-availability of -r.
5667 2004-12-21  Akim Demaille  <akim@epita.fr>
5669         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
5670         avoid cluttering displayed messages.  Rather, prepend srcdir where
5671         AT_LINE is used for log files.
5673 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
5675         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
5676         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
5677           no longer part of the macro, quote the occurrence of ``$tmp''.
5678         * doc/autoconf.texi (Forbidden Patterns): Typo.
5680 2004-12-21  Akim Demaille  <akim@epita.fr>
5682         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
5683         separated from the test title by forcing a white space.
5685 2004-12-21  Akim Demaille  <akim@epita.fr>
5687         Enable Emacs navigation within testsuite.log files.
5689         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
5690         use the compilation mode.
5691         (AT_LINE): Point to the srcdir.
5693 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
5695         * tests/Makefile.am (installcheck-local): Use $(bindir).
5696         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
5697         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
5698         Makefile.am scheme Autoconf now uses.
5700 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5702         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
5703         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
5705 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5707         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
5708         (_AT_CHECK): Use it.
5709         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
5710         (AS_ESCAPE): Fix comment.
5711         * tests/autotest.at: Adjust section banner comments.
5712         (AT_CHECK_AT): Accept STATUS and STDERR.
5713         (AT_CHECK_AT_TEST): Likewise.
5714         (Invalid brace-enclosed parameter expansion)
5715         (Multiline command from M4 expansion)
5716         (Double-M4-quoted command): New tests.
5718 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
5720         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
5722 2004-12-17  Akim Demaille  <akim@epita.fr>
5724         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
5725         m4_pattern_allow.
5726         Suggested by Alexandre Duret-Lutz.
5727         * doc/autoconf.texi (Setting Output Variables): Catch up.
5729 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5731         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
5733 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5735         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
5736           remove the comment which said we cannot.
5738 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5740         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
5741         Reini Urban and Paul Eggert for reporting the dependencies.
5743         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
5744         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
5745         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
5747 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
5749         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
5750           so that eg. ``autoscan --help'' doesn't truncate it.
5752 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
5754         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
5755         generated conftest files.
5757 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
5759         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
5760         tracing on commands with possibly-escaped newlines.
5761         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
5762         discontinued behavior and its implications.
5763         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
5764         (BSx641-newline in command, BS-BS-newline in command)
5765         (BSx640-newline in command, Newline-CODE-BS-newline in command)
5766         (Single-quote-BS-newline in command)
5767         (Single-quote-newline-BS-newline in command): New tests.
5769 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5771         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
5772           on platforms where it works.
5773         (_AS_TEST_PREPARE): Test for ``test -x''.
5774         (_AS_BROKEN_TEST_PREPARE): Nuke.
5776 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
5778         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
5779         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
5780           give only 4-letter prefix to AS_TMPDIR, comment fixed.
5781         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
5782           create the temporary directory.
5783         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
5785 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
5787         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
5788         (trivial change)
5790 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
5792         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
5794 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
5796         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
5797         to avoid using a negated character class.  Reported by Nicolas Joly.
5798         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
5800 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
5802         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
5803         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
5804         Don't depend on .x file explicitly, since "make" does that for us.
5805         Suggested by Stepan Kasal.
5807         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
5808         Add *.tmp.
5809         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
5810         ifnames): Factor common code.  And they said it couldn't be done!
5812 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5814         * bin/.cvsignore: Add autoconf.in.
5815         * tests/.cvsignore: Add wrapper.in.
5816         * lib/autotest/general.m4: Escape '$' in case pattern.
5818 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
5820         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
5822         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
5824         * tests/autotest.at: New file.
5825         * tests/suite.at: Include it.
5826         * tests/Makefile.am: Distribute it.
5828         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
5829           shell tracing on a command that could contain multiple lines.
5830         * doc/autoconf.text: Document that fact and its implications.
5831         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
5832         * tests/autotest.at (Multiline backquote command substitution,
5833           Multiline parameter expansion, Literal multiline command,
5834           Multiline parenthetical command substitution): Remove XFAIL.
5836 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
5838         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
5839         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
5841 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5843         * configure.ac (test suite): Cease to generate wrapper scripts.
5844         * configure: Regenerate.
5845         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
5846         (m4f_dependencies): Adjust accordingly.
5847         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
5848         (wrapper.in): Generate it in the build directory.
5849         (MAINTAINERCLEANFILES): Delete wrapper.in.
5850         (CLEANFILES): Add wrapper.in.
5851         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
5852         the output.  Replace each $as_me with a @wrap_program@.
5853         * tests/wrapper.in: Delete it; we always build it.
5855         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
5856         (EXTRA_DIST): Remove autoconf.in.
5857         (CLEANFILES): Add autoconf.in.
5858         (autoconf): Find autoconf.in in the build directory.
5859         * bin/autoconf.in: Delete it; we always build it.
5861 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
5863         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
5864         PATH members so as to not prepend an empty element.  Move a comment.
5865         * Makefile.am (SUBDIRS): Build in `tests' last.
5866         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
5868 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
5870         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
5871         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
5872         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
5873         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
5875 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
5877         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
5878         patch: extra "-l"s.
5880 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
5882         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
5883         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
5884         * doc/autoconf.texi (Particular Functions): Mention new behavior.
5886 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
5888         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
5889           out the common code to ...
5890         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
5891           value of the #define--default to 1, iff the macro was called
5892           with exactly one parameter.
5894 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
5896         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
5897         "char c = '\200';" rather than "char c = 0x80;" as the
5898         latter doesn't conform to the strict C standard due to
5899         overflow on signed char hosts.
5901         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
5902         to -qlanglvl=ansi.  We don't want to disable extensions.
5904 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
5906         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
5907         (Using Autotest, testsuite Scripts, Writing testsuite.at):
5908         Reword slightly to avoid some English-language problems noted
5909         by Ralf Wildenhues in:
5910         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
5912 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
5914         * NEWS: Add ^L above each release.
5916 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
5918         Fix documentation problems reported by Russ Boylan in
5919         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
5920         along with some nearby cruft.
5921         * doc/autoconf.texi (Libtool): Libtool can be used without
5922         Automake (not without Autoconf).
5923         (Introduction): Mention lists.gnu.org.
5924         * BUGS: Don't mention bugs.gnu.org.
5925         Remove mention of ancient libtool compatibility problem.
5926         * NEWS: Mention that bugs.gnu.org is kaput.
5927         * README: Likewise.  Mention where mailing list archives can be found.
5929 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
5931         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
5933 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5935         * doc/autoconf.texi (Pretty Help Strings): Go back to
5936         single-quoting assignments to cache variables.
5938 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
5940         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
5941         with the examples; fix the bug in MY_ARG_WITH example reported
5942         by Alexandre Duret-Lutz.
5943         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
5944         expansion of $1 in the comment emitted to configure.
5946 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
5948         * doc/autoconf.texi (Pretty Help Strings): Fix typo
5949         in my editing of the previous patch.  Problem reported
5950         by Alexandre Duret-Lutz.
5952 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
5954         * doc/autoconf.texi (Autoconf Language): Explain that
5955         ``descriptions'' may not be double quotes.
5956         (Quotation Rule Of Thumb): Likewise.
5957         (Pretty Help Strings): Likewise; remove the wrong comment;
5958         simplify the examples and improve their quoting.
5960 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
5962         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
5963         the $1_found variable, don't test whether the file is executable;
5964         Both things are checked ...
5965         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
5966         the former ``test -f''.
5967         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
5969 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
5971         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
5972         use cp -R instead.
5974 2004-11-10  Derek R. Price  <derek@ximbiot.com>
5976         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
5977         limitations.  Reorder paragraphs for clarity.
5979 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5981         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
5982         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
5983         variants", "Unix", and some related minor wording fixups.
5985         (Shellology, Special Shell Variables): Document that the Zsh
5986         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
5987         to Alexandre Duret-Lutz for this info.
5989 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
5991         * doc/autoconf.texi (One-Shot Macros): New node.
5993 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
5995         * doc/autoconf.texi (Function Portability): Fix misdescription
5996         of putenv.  Problem reported by Michael Wardle.
5998 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
6000         * doc/autoconf.texi (auindex): New macro.
6001         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
6002         Problem reported by Stepan Kasal.
6004 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
6006         Fix problems reported by Andreas Buening in:
6007         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
6008         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
6009         in test makefile.
6010         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
6011         readable; it's not true in OS/2-emx.
6013 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
6015         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
6016         "/usr/include", clear ac_x_includes instead of leaving it as "no"
6017         (trivial change).  Problem and patch reported by Andrew Church in:
6018         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
6020 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
6022         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
6023         three args in examples.  Problem reported by Frederik Fouvry in:
6024         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
6025         Also, fix some minor spacing and punctuation bugs.
6027 2004-09-02  Akim Demaille  <akim@epita.fr>
6029         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
6030         "case" to restore ordering.
6031         Reported by Stepan Kasal.
6033 2004-08-26  Akim Demaille  <akim@epita.fr>
6035         * doc/autoconf.texi: Minor typos and stylos.
6037 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6039         * configure.ac (AC_INIT): Bump to 2.59c.
6041 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6043         Version 2.59b.
6045         * README: Add advice about m4 1.4.2.
6047         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
6048         texinfo.tex for now (done by hand now).
6049         * Makefile.maint (wget_files, cvs_files):
6050         Remove ansi2knr.c; nobody uses it.
6051         (ansi2knr.c-url_prefix): Remove.
6052         (cvs-update): Fix test for failure.  I don't know why it ever
6053         worked...
6055         * doc/autoconf.texi: Update URLs, some of which went stale.
6056         Use @uref rather than @href.
6058         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
6059         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
6061         * config/config.guess, config/config.sub, config/elisp-comp,
6062         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
6063         doc/fdl.texi, doc/standards.texi: Sync with master copy.
6065         * NEWS, TODO, configure.ac, bin/autoscan.in,
6066         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
6067         doc/install.texi, lib/Autom4te/Configure_ac.pm,
6068         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
6069         lib/autoconf/programs.m4, lib/autoconf/status.m4,
6070         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
6071         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
6072         tests/tools.at, tests/torture.at:
6073         Use "file name" rather than "filename" or "path",
6074         to be consistent with the terminology of the GNU coding standards.
6076 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6078         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
6079         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
6080         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
6081         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
6083         More fixes to support spaces in the name of the build directory.
6084         This isn't a complete fix but it's an improvement.
6086         * bin/autoconf.as (autom4te_options): New var.
6087         Use it instead of appending to AUTOM4TE, so that we can allow
6088         spaces in the build directory's absolute name.
6089         * bin/autoheader.in ($autoconf): Allow spaces in file names.
6090         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
6091         AT_CHECK_NOESCAPE): Likewise.
6092         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
6093         main program): Likewise.
6095 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6097         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
6098         From Ralf Corsepius in:
6099         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
6101 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
6103         * doc/autoconf.texi (Function Portability): Document isinf and
6104         and isnan.  From a suggestion by Kevin Ryde.
6106         * lib/Autom4te/General.pm (END): Return correct exit status even
6107         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
6109 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6111         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
6112         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
6113         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
6115 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
6117         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
6118         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
6119         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
6120         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
6121         * lib/autom4te.in (Automake-preselections): Preselect
6122         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
6124 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
6126         * lib/autom4te.in (Automake-preselections): Preselect
6127         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
6128         trace them.
6130 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
6132         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
6133         Tru64.
6134         * doc/autoconf.texi (Shellology): Mention BIN_SH.
6135         Document problem with "`""`" in pdksh POSIX mode.
6137 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
6139         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
6140         with pdksh, too.  Problem reported by Patrick Welche via
6141         Gary V. Vaughan.
6142         * doc/autoconf.texi (Shellology): Note that set -o posix is
6143         useful for pkdsh, too.
6145 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
6147         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
6148         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
6149         Don't fail if ENV or BASH_ENV is readonly.
6150         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
6151         etc. are read only.  Problem reported by Ludovic Courtes.
6153 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
6155         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
6156         zsh, disable GLOB_SUBST to avoid backslash handling problems.
6157         (trivial change)
6159 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
6161         * doc/autoconf.texi (File System Conventions): Warn about
6162         names like "aux".  Problem reported by Eric Blake.
6164         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
6165         by zero instead of array size, so that we can use any arithmetic
6166         constant expression (instead of requiring an integer constant
6167         expression).  This allows us to test expressions like DBL_MAX <
6168         LDBL_MAX, which didn't conform to the C standard using the old
6169         method.
6170         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
6171         now that we can do floating-point tests at compile time.
6173 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
6175         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
6176         and LDBL_EPSILON, as the resulting expression isn't an
6177         integer constant expression and violates the C standard.
6178         Problem reported by Nelson H. F. Beebe.  Also, check
6179         for "L" suffix, and check that long double doesn't have
6180         worse range or precision than double, that mixed-mode
6181         arithmetic doesn't generate a diagnostic, that double
6182         constants fit in long double.
6184 2004-06-03  Kevin Ryde  <user42@zip.com.au>
6186         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
6187         malloc(0) and realloc(NULL,size).
6189         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
6190         Bob Proulx.
6192 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
6194         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
6195         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
6196         by Jim Meyering.
6198 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
6200         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
6201         can be rewritten using if-then-else.  Suggested by Bruno Haible.
6203 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
6205         * doc/autoconf.texi (testsuite Scripts): Fix typo.
6206         Problem reported by Stepan Kasal.
6208 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
6210         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
6211         change).  Patch reported by Ralf Wildenhues in
6212         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
6214         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
6215         function F exists if the compiler and linker let you compile an
6216         expression like (F != 0).  Recent versions of GCC optimize away
6217         the reference to F in that case, since every function address must
6218         be nonzero, so the link succeeds even if F does not exist.
6219         Problem reported by Manu in
6220         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
6222         * doc/autoconf.texi (Systemology): Standardize on the spelling of
6223         "Unix".  Many uses changed.
6224         (Limitations of Builtins): Explain better why the ! command isn't
6225         portable.
6227 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
6229         * lib/autom4te.in (Automake-preselections): Preselect
6230         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
6232 2004-05-19  Kevin Ryde  <user42@zip.com.au>
6234         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
6235         referencing AC_FUNC_STRERROR_R.
6237         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
6238         note pessimistic assumption when cross compiling.
6240 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
6242         * doc/autoconf.texi (Limitations of Make): Note that BSD make
6243         (until 2004) invoked subcommands with sh -e, contra POSIX.
6244         Reported by Kevin Ryde.
6246 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
6248         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
6249         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
6250         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
6251         `test -f "        /usr/bin/grep"', which _always_ failed.
6252         (AC_PROG_SED): Ditto bogus PATH fix.
6253         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
6254         requires that grep correctly supports _multiple_ `-e' options, rather
6255         than stating only that grep should accept `-e'.
6257 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
6259         Port to C99, which requires that 'exit' be declared.
6261         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
6262         to ensure that stdlib.h is included.
6263         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
6264         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
6265         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
6266         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
6267         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
6268         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
6269         when using 'exit' in a test; C99 requires that 'exit' be declared.
6271 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6273         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
6274         now prefers 'grep' implementations that accept -e.
6275         (Limitations of Usual Tools): Describe problems of traditional
6276         egrep and fgrep with long input lines, and of traditional grep
6277         with -e.
6278         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
6279         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
6280         All callers changed.  Append /usr/xpg4/bin to the PATH, for
6281         Solaris.
6282         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
6283         the user with complaints about multiple -e options.
6284         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
6285         Define it with AC_PROG_GREP.
6286         * configure.ac (AC_PROG_GREP): Add.
6287         * lib/freeze.mk (GREP): New macro.
6289 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
6291         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
6292         a possible candidate only after all others fail, rather than
6293         consulting it first.  This improves backward compatibility by
6294         better reflecting the way shell selection occurred in previous
6295         versions of Autoconf, and should help to avoid triggering latent
6296         problems in other packages, such as the one in Automake where zsh
6297         is not handled robustly:
6298         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
6299         Although it is not Autoconf's responsibility to work around
6300         problems in Automake, it nevertheless makes sense to avoid
6301         introducing unnecessary incompatibilites.
6303 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
6304             Gary V. Vaughan  <gary@gnu.org>
6306         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
6307         how deeply nested we are when a suitable tool is found, set the
6308         ac_path_TOOL_found flag.
6309         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
6310         nested we are in this macro.  Break out of all 3 nested loops if
6311         ac_path_TOOL_found is set.
6313 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
6315         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
6316         of the _AS_PATH_WALK loop too if GNU flavor is found.
6318 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
6320         * doc/autoconf.texi (Limitations of Make): Update documentation
6321         for `$<'.  New entry `Long lines', based on a report from Simon
6322         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
6323         paragraph about DJGPP, based on a mail from Richard Dawe.
6325 2004-04-20  Paul Eggert  <eggert@twinsun.com>
6327         * tests/c.at (C keywords): Don't assume that GCC supports
6328         "restrict" and "inline", as sufficiently-old GCC versions do not
6329         (also, GCC configured to be in pedantic C89 mode does not).
6330         Problem reported by Sumit Pandya in:
6331         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
6333         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
6334         consider -g to work if it generates warnings when plain compiles
6335         don't.  Problem reported by Braden McDaniel in:
6336         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
6338         * doc/autoconf.texi (Slashes): New section, to document a problem
6339         reported by Jim Meyering in:
6340         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
6342         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
6343         linker output files before linking, to work around IRIX 6 linker bug.
6344         Problem reported by Rainer Orth in:
6345         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
6347 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
6349         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
6350         best tool so far counter rely on the tool path variable name to
6351         avoid checks for one tool being affected by the results of running
6352         the length check on a previous tool.
6354         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
6355         match expression argument, as different greps have different
6356         regular expression flavours.
6357         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
6358         literals.
6359         (AC_PROG_EGREP): Pass 'EGREP$'.
6360         (AC_PROG_GREP): Pass 'GREP$'.
6362 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
6364         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
6365         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
6367 2004-03-29  Paul Eggert  <eggert@twinsun.com>
6369         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
6370         Types, Specific Compiler Characteristics, System Services,
6371         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
6372         etc. consistently instead of 'long', 'short', 'unsigned' etc.
6373         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
6374         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
6375         Likewise.
6376         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
6377         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
6378         AC_TYPE_OFF_T): Likewise.
6379         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
6380         Likewise.
6382         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
6383         pacify libtool 1.5.2.  Fix quoting problems in sed command.
6385 2004-03-28  Paul Eggert  <eggert@twinsun.com>
6387         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
6388         now defines HAVE_DECL_TZNAME if it is declared, when
6389         HAVE_STRUCT_TM_TM_ZONE is not defined.
6390         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
6391         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
6392         for HAVE_TZNAME.
6394 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
6396         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
6397         superfluous backslashing of quotes (") in sed expressions;
6398         thanks to Paul Eggert.
6400 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
6402         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
6403         Fortran compiler is ifort, also added pghpf; thanks to Nelson
6404         H. F. Beebe for the bug report.
6406 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
6408         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
6409         quoted -cmdline argument in Portland Group compiler (bug
6410         reported by Jeffrey J. Barteet).
6412 2004-03-25  Kevin Ryde  <user42@zip.com.au>
6414         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
6415         (Run Time): ... here, where it's now mentioned.
6417 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
6419         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
6420         inherits from language Autoconf-without-aclocal-m4.
6421         (Customizing autom4te): Adjust example; the cache must now be
6422         disabled for language Autoconf-without-aclocal-m4.
6424 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
6425             Nathanael Nerode  <neroden@twcny.rr.com>
6427         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
6428         AC_CHECK_TOOLS): Warn if a cross-tool is found without
6429         a prefix.
6430         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6431         AC_CHECK_TARGET_TOOLS): New macros.
6432         * doc/autoconf.texi (Generic Programs): Document
6433         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6434         AC_CHECK_TARGET_TOOLS, and warn for future changes
6435         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
6436         AC_CHECK_TOOLS.
6437         (Specifying Names): Document the reason for these future
6438         behavioral changes.
6439         * tests/mktests.sh: Do not generate tests for the
6440         new macros.
6441         * NEWS: Document these changes.
6443         * doc/autoconf.texi: Avoid macros with unbraced arguments,
6444         they make TeX hang up.
6446 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
6448         * NEWS: New macro AC_CHECK_ALIGNOF.
6449         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
6450         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
6451         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
6452         vowel.
6453         (AC_CHECK_ALIGNOF): New macro.
6454         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
6455         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
6456         those for sizeof.
6458 2004-03-03  Paul Eggert  <eggert@twinsun.com>
6460         * bin/Makefile.am (edit): Don't use $< in a context where
6461         POSIX doesn't require support for it.  Use $@.in instead.
6462         Problem reported by Anthony N. Frasso in
6463         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
6464         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
6466 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
6468         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
6469         from the next generation of Libtool.
6470         * lib/autom4te.in (Autoreconf-preselections): Ditto.
6472 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
6474         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
6475         is not always thread-safe.  Report from Nathanael Nerode.
6477 2004-02-18  Paul Eggert  <eggert@twinsun.com>
6479         Fix a dependencies problem, stemming from a Autoconf 2.59 build
6480         problem on QNX reported by Stephen Rasku in
6481         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
6483         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
6484         $(m4sh_m4f_dependencies); this removes a FIXME.
6485         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
6486         (MAINTAINERCLEANFILES): Split into pieces,
6487         one per related section.  Add $(srcdir)/wrapper.in.
6489 2004-02-09  Paul Eggert  <eggert@twinsun.com>
6491         * doc/autoconf.texi (Setting Output Variables): Emphasize that
6492         AC_SUBST provides no portable way to escape literal newlines.
6494         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
6495         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
6496         Darwin uses -lcrt2.o and there's little point to cataloging all
6497         the system variants.  Partial fix reported by Andreas Waechter in:
6498         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
6499         for bug reported by Nelson H. F. Beebe in:
6500         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
6502 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
6504         * doc/autoconf.texi (AU_DEFUN): Fix English,
6505         suggested by Paul Eggert.
6506         * lib/autoconf/autoupdate.m4: Correct reference to
6507         acobsolete.m4, suggested by Alexandre Duret-Lutz.
6509 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
6511         * bin/autoupdate.in: Define __file__ so that warnings
6512         refer to the correct file.
6513         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
6514         the behavior of the third argument.
6515         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
6516         correctly the behavior of the third argument.  Document
6517         what the three macros that AU_DEFUN defines do.  Fix
6518         warning message when the third argument includes $0
6519         (reported by Alexandre Duret-Lutz).
6521 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6522             Eric Sunshine  <sunshine@sunshineco.com>
6523             Paul Eggert  <eggert@twinsun.com>
6525         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
6526         (AS_INIT): Output shell initialization there. Removed optional
6527         parameter. Expand _AS_SHELL_FN_SPY.
6528         (AS_INIT_WITH_SHELL_FN): Removed.
6529         (_AS_SHELL_FN_SPY): New macro.
6530         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
6531         macros.
6532         (AS_SHELL_SANITIZE): Remove loop to find better shell
6533         and documentation for the parameter.
6534         (_AS_DETECT_BETTER_SHELL): Move it here.
6535         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
6536         (_AS_RUN): Move it here, support testing with eval.
6537         (AS_REQUIRE_SHELL_FN): Require shell functions when
6538         it is used.
6539         (_AS_LINENO_WORKS): Put around braces, we do not
6540         trigger the bash bug anymore.
6541         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
6542         use AS_INIT_WITH_SHELL_FN.
6543         * bin/autoconf.in, tests/wrapper.in: Regenerated.
6545 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6547         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
6548         * doc/autoconf.texi: Don't say that the third parameter
6549         is broken.
6550         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
6551         (AU_DEFUN): Honor the third parameter, create autoupdate
6552         macros with AU_DEFINE.
6553         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
6554         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
6555         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
6556         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
6557         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
6558         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
6559         AC_XENIX_DIR): Likewise.
6560         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
6561         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
6562         * lib/autoconf/status.m4: Remove FIXME.
6563         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
6564         that the macro is not present anymore in the updated
6565         configure.ac.
6566         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
6567         of autoupdate.
6569 2004-01-28  Paul Eggert  <eggert@twinsun.com>
6571         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
6572         copyright years.
6573         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
6574         2003 (except 1997) to the list of copyright years.  This undoes
6575         the 2003-05-22 change, which removed the older years from the list.
6576         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
6578 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
6579             Albert Chin-A-Young  <china@thewrittenword.com>
6581         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
6582         grep or ggrep program in PATH that accepts as long lines as
6583         possible.
6584         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
6585         AC_PROG_GREP.
6586         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
6587         egrep and fgrep respectively if $GREP -E/-F don't work.
6588         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
6589         _AC_PROG_GREP, and AC_PROG_SED.
6590         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
6591         longest input length accepted by a command.
6592         (AC_PROG_SED): Use it.
6593         * doc/autoconf.texi (Particular Programs): Document the changes.
6594         * NEWS: Updated.
6596 2004-01-27  Paul Eggert  <eggert@twinsun.com>
6598         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
6599         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6600         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
6601         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
6603         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
6604         bin/autoconf.in, config/Makefile.in, config/config.guess,
6605         config/config.sub, config/install-sh, config/mdate-sh,
6606         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
6607         lib/Makefile.in, lib/Autom4te/Makefile.in,
6608         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
6609         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
6610         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
6611         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
6612         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
6613         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
6614         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
6615         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
6616         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
6617         tests/actypes.at: Regenerate and/or sync with original
6618         sources.
6620 2004-01-26  Paul Eggert  <eggert@twinsun.com>
6622         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
6623         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
6624         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
6625         not <inttypes.h>.  Problem reported by Tim Mooney in
6626         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
6627         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
6628         Likewise.
6630         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
6631         otherwise "make check" fails because it forbids cmp (I guess
6632         because cmp treats files as binary on DOS-like systems).
6634         * tests/mktests.sh: Update copyright date to 2004, since some tests
6635         have changed in 2004.
6637 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
6639         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
6640         non-truncating sed or gsed program in PATH.
6641         * tests/acprograms.at: Add it.
6642         * doc/autoconf.texi (Particular Programs): Document it.
6643         * NEWS: Updated.
6645 2004-01-15  Paul Eggert  <eggert@twinsun.com>
6647         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
6648         -std1 disables some useful extensions on Tru64.  Problem reported
6649         by N. Lichtmaier in
6650         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
6652 2004-01-14  Paul Eggert  <eggert@twinsun.com>
6654         * doc/autoconf.texi (Programming in M4sh): Document that
6655         AS_MKDIR_P succeeds if the destination is a symbolic link
6656         to an existing directory.
6657         (Limitations of Usual Tools): Note that mkdir -p might not
6658         succeed on symlinks to directories.
6660 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
6662         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
6663         * bin/autoheader.in: Grammar fix in message.
6664         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
6665         Test for dir before calling mkdir -p.  (trivial changes)
6667 2004-01-13  Eric Blake  <ebb9@byu.net>
6669         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
6670         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
6672 2004-01-10  Jim Meyering  <jim@meyering.net>
6674         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
6676 2004-01-09  Paul Eggert  <eggert@twinsun.com>
6678         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
6679         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
6680         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
6681         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
6682         AC_COMPILE_IFELSE, since we now assume our caller invokes
6683         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
6684         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
6685         of AC_RUN_IFELSE; this avoids the warning mentioned above.
6686         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
6688 2004-01-07  Paul Eggert  <eggert@twinsun.com>
6690         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
6691         `"'...'"`, as it's confusing (and I suspect it may not work on
6692         some platforms).  The code was incorrect anyway, as it assumed
6693         that \$ evaluated to itself in that context.  Reported by
6694         Alexandre Duret-Lutz.
6696 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
6698         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
6699         and _LT_AC_TAGCONFIG.
6701 2004-01-06  Paul Eggert  <eggert@twinsun.com>
6703         * doc/autoconf.texi (One Macro Call): Fix an incorrect
6704         example, and add more examples.  Reported by Eric Sunshine.
6706 2004-01-05  Paul Eggert  <eggert@twinsun.com>
6708         * doc/autoconf.texi (Limitations of Usual Tools):
6709         Remove warning against "rm -fr" introduced yesterday; it
6710         was a false alarm.
6712         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
6713         autoscan, autoupdate, ifnames): Don't use chmod -w.
6714         * lib/Makefile.am (autom4te.cfg): Likewise.
6715         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
6716         "chmod -w".
6718 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6719             Paolo Bonzini  <bonzini@gnu.org>
6721         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
6722         by doing lineno substitution only on lines containing "$LINENO".
6724 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6726         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
6727         Use "rm -f" to remove conftest.sed, not plain "rm".
6728         Bug reported by David Relson in
6729         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
6731         * Makefile.am (autom4te-update):
6732         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
6733         * Makefile.maint (my-distcheck, do-po-update): Likewise.
6734         * doc/autoconf.texi (Guidelines): Likewise.
6735         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
6736         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
6737         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
6738         * lib/autotest/general.m4 (AT_INIT): Likewise.
6739         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
6740         * tests/Makefile.am (clean-local): Likewise.
6741         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
6742         srcdir): Likewise.
6743         * doc/autoconf.texi (Limitations of Usual Tools):
6744         Warn against "rm -fr".
6746 2004-01-03  Paul Eggert  <eggert@twinsun.com>
6748         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
6749         -c -o might not work.  From a suggestion by Kevin Ryde.
6750         (C Compiler, Generating Sources, Limitations
6751         of Usual Tools, Limitations of Make, Making testsuite Scripts):
6752         Don't put '-o' after non-options, as POSIX doesn't allow this.
6753         Mention that cc's name might be gcc or c89 or whatever.
6755 2004-01-04  Kevin Ryde  <user42@zip.com.au>
6757         * doc/autoconf.texi: Add various further index entries.
6759 2003-12-29  Paul Eggert  <eggert@twinsun.com>
6761         * bin/autoreconf.in (autoreconf_current_directory):
6762         Fix typo: mkdir without umask arg.
6764 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
6766         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
6767         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
6768         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
6769         explanation clearer.
6771 2003-12-24  Andreas Schwab  <schwab@suse.de>
6773         * doc/autoconf.texi (Default Includes): Fix misspelling of
6774         AC_INCLUDES_DEFAULT.
6776 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6778         * configure.ac: Test if sh -n works.
6779         * configure: Regenerate.
6780         * tests/atlocal.in: Store the result here.
6781         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
6782         tools.at, looking in atlocal's ac_cv_sh_n_works instead
6783         of explicitly testing.
6784         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
6785         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
6786         * tests/tools.at (Syntax of the shell scripts): Simplify
6787         using AT_CHECK_SHELL_SYNTAX.
6788         (Syntax of the Perl scripts): Remove definition of
6789         AT_CHECK_PERL_SYNTAX.
6791 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
6793         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
6794         stderr to /dev/null.
6795         * bin/autoconf.in: Regenerate.
6796         * bin/wrapper.in: Regenerate.
6798 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
6800         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
6801         Extracted from AS_SHELL_SANITIZE.
6802         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
6803         macros.
6804         (AS_SHELL_SANITIZE): Move reinvocation code from
6805         _AS_LINENO_WORKS, use it to find out if shell
6806         functions work.
6807         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
6808         does not work.
6809         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
6810         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
6811         was called.
6812         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
6813         * bin/autoconf.in: Regenerate.
6814         * tests/wrapper.in: Regenerate.
6815         * tests/tools.at: Test the syntax of tests/autoconf
6816         and tests/testsuite.
6818 2003-11-24  Akim Demaille  <akim@epita.fr>
6820         * config/announce-gen (&print_locations, &print_signatures)
6821         (&sizes): New.
6822         Use them.
6823         No longer rely on Gnus to inline the list of signatures: compute
6824         them on the fly.
6826 2003-11-24  Akim Demaille  <akim@epita.fr>
6828         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
6829         override some files.
6830         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
6831         From Debian Autoconf 2.58.
6833 2003-11-24  Akim Demaille  <akim@epita.fr>
6835         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
6836         uses.
6837         From Debian Autoconf 2.58.
6839 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6841         * TODO: Remove already done things.  Update the part about finding
6842         tools for the target.
6844 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6846         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
6847         Make wording more consistent.
6848         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
6849         Explain the transition better.
6850         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
6851         the transition better.
6853 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
6855         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
6856         parameter of AU_DEFUN.
6857         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
6858         (AU_DEFUN): Remove the third parameter, it was not used.
6859         Use AC_DEFUN directly, not AU_DEFINE.
6860         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
6861         the expanded body, consistently with other macros such as AC_USG.
6863 2003-11-17  Paul Eggert  <eggert@twinsun.com>
6865         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
6866         into the initial confdefs.h, to work around a bug in NextStep 3.3
6867         patch 3 reported by Eric Sunshine.
6869 2003-11-15  Kevin Ryde  <user42@zip.com.au>
6871         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
6872         than $target since the latter is not usual, add guidelines on when to
6873         use or not use the system type.
6875 2003-11-12  Derek Price  <derek@ximbiot.com>
6877         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
6878         typo misrepaired by an auto-spellcheck.
6880 2003-11-12  Akim Demaille  <akim@epita.fr>
6882         * bin/autoreconf.in (&parse_args): Don't call automake with
6883         --force-missing unless it actually supports it.
6884         From Debian #219336.
6886 2003-11-12  Akim Demaille  <akim@epita.fr>
6888         * configure.ac: Bump to 2.59a.
6889         Require 2.59.
6891 2003-11-06  Akim Demaille  <akim@epita.fr>
6893         Version 2.59.
6895 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
6897         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
6898         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
6899         and ac_abs_top_srcdir are absolute paths.
6900         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
6902 2003-11-05  Akim Demaille  <akim@epita.fr>
6904         * configure.ac: Bump to 2.58a.
6906 2003-11-05  Kevin Ryde  <user42@zip.com.au>
6908         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
6909         it provokes a warning from makeinfo about looking like a cross
6910         reference in info output.
6912         * doc/autoconf.texi (Function Portability): Add notes on signal
6913         handler return type, as per AC_TYPE_SIGNAL.
6915 2003-11-04  Akim Demaille  <akim@epita.fr>
6917         Version 2.58.
6918         * doc/standards.texi: Update from master.
6920         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
6922 2003-11-04  Akim Demaille  <akim@epita.fr>
6924         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
6925         computing the absolute path to d1 in the source hierarchy: it may
6926         not exist at all.  So don't cd into it.
6927         From Alexandre Duret-Lutz.
6928         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
6930         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
6931         From Paul Eggert, but named after Perl's IO::Spec->catfile.
6932         * doc/autoconf.texi (Programming in M4sh): Document.
6933         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
6935 2003-11-03  Pavel Roskin  <proski@gnu.org>
6937         * doc/autoconf.texi (Generic Structure Checks): Describe
6938         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
6940 2003-10-31  Akim Demaille  <akim@epita.fr>
6942         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
6943         (GNU Fortran): New.
6944         * doc/autoconf.texi (Language Choice): Document.
6945         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
6946         the current language is Fortran.
6948 2003-10-31  Akim Demaille  <akim@epita.fr>
6950         * bin/autom4te.in (&freeze): Use a less likely warning separator
6951         than `\n\n', so that `\n\n\n' is valid in warnings.
6952         Reported by Steve Huston.
6954 2003-10-28  Akim Demaille  <akim@epita.fr>
6956         * Makefile.cfg (local_updates, executable-update): Tweak to be
6957         robust to parallel makes.
6958         Suggested by Alexandre Duret-Lutz.
6960 2003-10-27  Akim Demaille  <akim@epita.fr>
6962         * Makefile.cfg (executable-update): New.
6963         (local_updates): Call it.
6965 2003-10-27  Akim Demaille  <akim@epita.fr>
6967         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
6968         Don't remove core.* as it may remove valid user files.
6969         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
6970         (AC_FUNC_UTIME_NULL): Likewise.
6972 2003-10-23  Akim Demaille  <akim@epita.fr>
6974         Version 2.57g.
6975         * config/config.guess, config/config.sub: Upgrade from masters.
6977 2003-10-23  Akim Demaille  <akim@epita.fr>
6979         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
6980         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
6981         hand...
6983 2003-10-23  Akim Demaille  <akim@epita.fr>
6985         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
6986         Don't forget to remove conftest.err.
6988 2003-10-23  Akim Demaille  <akim@epita.fr>
6990         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
6991         same object file in $LIBOBJS.
6992         Reported by Alexandre Duret-Lutz & Derek Robert Price.
6993         * doc/autoconf.texi (Generic Functions): Adjust.
6995 2003-10-20  Paul Eggert  <eggert@twinsun.com>
6997         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
6998         Use 'eval', so that the resulting configure scripts work even if
6999         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
7001 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
7003         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
7004         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
7005         (_AC_LINK_IFELSE): Check the werror flag.
7006         * doc/autoconf.texi (Generic Compiler Characteristics): Document
7007         AC_LANG_WERROR.
7008         * NEWS: Mention it.
7010 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
7012         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
7013         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
7014         override AC_LINK_IFELSE.
7016 2003-10-15  Paul Eggert  <eggert@twinsun.com>
7018         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
7019         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
7020         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
7021         Mention /usr/dt/bin/dtksh on Solaris.
7022         (Shell Substitutions): Warn about $((...)).
7023         (Parentheses): New section.
7025 2003-10-15  Kevin Ryde  <user42@zip.com.au>
7027         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
7028         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
7030 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7032         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
7033         cross test.
7035 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
7037         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
7038         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
7040 2003-10-10  Andreas Schwab  <schwab@suse.de>
7042         * bin/autoheader.in: Avoid empty first line in --version and
7043         --help output.
7044         * bin/ifnames.in: Likewise.
7046 2003-10-09  Paul Eggert  <eggert@twinsun.com>
7048         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
7049         Issue a more-informative diagnostic.
7050         Problems reported by Eric Sunshine.
7052 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
7054         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
7055         -mGLOB_options_string stuff for Intel ifc, which can cause
7056         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
7057         pattern-matching instead of grep.
7059 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
7061         * doc/autoconf.texi: Document new FC Fortran macros.
7063 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
7065         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
7066         that future autopoint/aclocal/automake/autoreconf will be able
7067         to trace to find where to install local m4 macros.
7068         * doc/autoconf.texi (Input): Document it.
7069         * NEWS: Updated.
7071 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
7073         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
7074         -lcrtbegin.o to list of ignored flags and fix underquoting of
7075         -lcrt[01].o.
7077 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
7079         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
7080         cache variable instead of $G77 to decide whether to include -O2,
7081         since $G77 is specific to Fortran 77.
7083 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
7085         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
7086         free" flag.  Re-order flags tested into rough order of popularity.
7088 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
7090         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
7091         arguments so that it can be used with syntax identical to
7092         AC_PROG_F77, and so that we can more easily decide to
7093         remove/deprecate the DIALECT optional argument in the future if it
7094         proves troublesome.
7095         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
7096         non-freeform-supporting compilers.  Document freeform flags.
7098 2003-10-03  Akim Demaille  <akim@epita.fr>
7100         * configure.ac: Look for emacs, not macs.
7101         Reported by Eric Sunshine.
7103 2003-10-03  Akim Demaille  <akim@epita.fr>
7105         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
7106         * bin/autoreconf.in (autoreconf_current_directory): Create the
7107         AUX_DIR if needed, for sake of automake --add-missing etc.
7108         Suggested by Alexandre Duret-Lutz.
7110 2003-10-03  Akim Demaille  <akim@epita.fr>
7112         * configure.ac: Quotation and formatting changes.
7113         (EMACS): Don't set it if it is not recent enough to support
7114         autoconf-mode.el.
7115         From Eric Sunshine.
7117 2003-10-02  Akim Demaille  <akim@epita.fr>
7119         * bin/ifnames.in (&scan_file): Skip C++ comments.
7120         From Jeremy Yallop.
7122 2003-10-01  Pavel Roskin  <proski@gnu.org>
7124         * doc/autoconf.texi (Particular Structure Checks):
7125         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
7127 2003-10-01  Akim Demaille  <akim@epita.fr>
7129         Version 2.57f.
7131 2003-09-30  Paul Eggert  <eggert@twinsun.com>
7133         * lib/Autom4te/XFile.pm: Use Errno.
7134         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
7135         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
7137 2003-09-30  Akim Demaille  <akim@epita.fr>
7139         * config/announce-gen (&print_news_deltas): Extracted from...
7140         (&print_changelog_deltas): here.
7141         (&news_file): Rename as...
7142         (@news_file): this.
7144 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
7146         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
7147         have been created when invoking the compiler.
7148         * tests/fortran.at (GNU Fortran 77): Quote $G77.
7150 2003-09-29  Akim Demaille  <akim@epita.fr>
7152         Version 2.57e.
7154         * config/mkinstalldirs: Upgrade.
7156 2003-09-28  Paul Eggert  <eggert@twinsun.com>
7158         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
7159         Problem reported by Lars J. Aas in
7160         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
7161         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
7162         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
7163         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
7165 2003-09-26  Akim Demaille  <akim@epita.fr>
7167         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
7168         directory for AC_CONFIG_COMMANDS' first argument exists.
7169         This makes valid the invocation of _AC_SRCPATH that follows.
7170         Reported by Eric Sunshine.
7171         * doc/autoconf.texi (Configuration Commands): Adjust.
7173 2003-09-26  Akim Demaille  <akim@epita.fr>
7175         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
7176         Reported by Ralf Corsepius.
7178 2003-09-26  Akim Demaille  <akim@epita.fr>
7180         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
7181         arguments.
7182         Actually, use AU_ALIAS.
7183         From Bruno Haible.
7185 2003-09-26  Paul Eggert  <eggert@twinsun.com>
7187         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
7188         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
7189         Problem reported by Eric Sunshine in:
7190         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
7192 2003-09-26  Akim Demaille  <akim@epita.fr>
7194         The test suite are sometimes assigning timings incorrectly.
7195         Reported by Henk Krus.
7196         Diagnosed by Nicolas Joly.
7198         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
7199         AT_help_all.
7200         Instead of making AT_help a sequence of assignments to grow
7201         $at_help_all, just make AT_help_all be the growing contents of
7202         $at_help_all, and make a single assignment in...
7203         (AT_INIT): here.
7204         (at_times_skip): Flip the meaning and rename as...
7205         (at_times_p): this.
7206         (AT_INIT): When summarizing the test that ran, remove
7207         $at_times_file after use, and check it is present before trying to
7208         use it.
7210 2003-09-25  Akim Demaille  <akim@epita.fr>
7212         Version 2.57d.
7214         * bin/Makefile.am (edit): Handle '@configure_input@'.
7215         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
7216         (ifnames): chmod -w.
7217         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
7218         executables, not bin/ executables!  Otherwise all the magic needed
7219         to find non installed files is turned off.  This caused a failure
7220         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
7221         as found in its environment (sent by tests/autoreconf): pointing
7222         to bin/autom4te that could not find its files.
7223         * tests/mktests.sh: Force the replacement of generated files, for
7224         the sake of "mv" program that are interactive when overwriting a
7225         -w file.
7226         * config/install-sh: Upgrade from CVS Automake.
7228 2003-09-23  Paul Eggert  <eggert@twinsun.com>
7230         * doc/autoconf.texi (Limitations of Builtins): Document test -h
7231         versus test -L issues.
7233 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
7234             Paul Eggert  <eggert@twinsun.com>
7236         Trivial change to support GCC's configuration procedure.
7237         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
7238         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
7239         about inconsistency if the preprocessor is set to give errors for
7240         any warning.
7241         * doc/autoconf.texi (C Compiler Characteristics): Document this.
7243 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
7245         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
7246         and XFile.pm from Automake.
7247         * lib/Autom4te/XFile.pm: Update from Automake.
7249 2003-09-12  Akim Demaille  <akim@epita.fr>
7251         Version 2.57c.
7253 2003-09-12  Akim Demaille  <akim@epita.fr>
7255         * config/config.guess, config/config.sub, config/missing,
7256         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
7257         from masters.
7259 2003-09-12  Akim Demaille  <akim@epita.fr>
7261         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
7262         not asm/types.h.
7264 2003-09-11  Akim Demaille  <akim@epita.fr>
7266         * doc/autoconf.texi (Header Portability): linux/random.h.
7267         From Peter Hendrickson.
7269 2003-09-10  Akim Demaille  <akim@epita.fr>
7271         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
7272         willing to edit the output files.
7274 2003-09-10  Akim Demaille  <akim@epita.fr>
7276         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
7277         and AC_FC_FREEFORM.
7278         * tests/mktests.sh: Skip AC_FC_SRCEXT.
7279         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
7281 2003-09-09  Akim Demaille  <akim@epita.fr>
7283         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
7284         Reported by Gary Vaughan.
7285         * bin/autom4te.in (handle_m4): Likewise.
7287 2003-09-09  Akim Demaille  <akim@epita.fr>
7289         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
7290         trailing files.
7292 2003-09-07  Paul Eggert  <eggert@twinsun.com>
7294         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
7295         Improve the accuracy of the wording about obsolescence.
7296         From a suggestion by Ian Lance Taylor in
7297         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
7299 2003-09-05  Paul Eggert  <eggert@twinsun.com>
7301         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
7302         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
7304 2003-09-04  Akim Demaille  <akim@epita.fr>
7306         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
7307         AC_FUNC_WAIT3.
7309 2003-09-04  Akim Demaille  <akim@epita.fr>
7311         * bin/autom4te.in: Use &fatal where more appropriate than &error.
7312         (freeze): When exiting, use $exit_code.
7313         * lib/autoconf/fortran.m4: Comment changes.
7315 2003-09-04  Akim Demaille  <akim@epita.fr>
7317         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
7319 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
7321         Add support for newer Fortran dialects.  The F77 interface is
7322         unchanged, and continues to support Fortran 77.  New FC macros
7323         correspond to all the old F77 macros, with output variables FC,
7324         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
7325         available dialect, but older dialects can be specified.  There are
7326         new macros AC_FC_SRCEXT to set the source extension, and
7327         AC_FC_FREEFORM to accept free-form source files.
7329         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
7330         New macros.
7331         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
7332         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
7333         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
7334         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
7335         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
7336         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
7337         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
7338         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
7339         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
7340         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
7341         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
7342         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
7343         AC_FC_SRCEXT, AC_FC_FREEFORM):
7344         New macros.
7345         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
7346         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
7347         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
7348         Rewrite in terms of the above.
7349         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
7350         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
7351         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
7352         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
7354 2003-09-02  Paul Eggert  <eggert@twinsun.com>
7356         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
7357         Document problems with timestamp resolution that 'make', 'cp -p', and
7358         'touch -r' have.
7360 2003-08-27  Akim Demaille  <akim@epita.fr>
7362         * tests/m4sugar.at (cross_warning): Make sure to enable the
7363         output, so that we can track spurious m4sugar output.
7364         * tests/local.at: Require 2.57.
7365         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
7366         are defaulted by AT_CHECK anyway.
7367         Use AT_CHECK_AUTOM4TE.
7368         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
7369         missing dnl.
7371 2003-08-27  Akim Demaille  <akim@epita.fr>
7373         * bin/autoheader.in: Issue the "Using auxiliary..." message only
7374         when -Wobsolete is set.
7375         Set it on by default.
7376         Suggested by Klee Dienes.
7378 2003-08-27  Akim Demaille  <akim@epita.fr>
7380         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
7381         documentation.
7382         From Guido Draheim.
7384 2003-08-26  Akim Demaille  <akim@epita.fr>
7386         * doc/autoconf.texi (Output): Make clear that one can run code
7387         after AC_OUTPUT.
7389 2003-08-25  Akim Demaille  <akim@epita.fr>
7391         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
7392         CVS Bison.
7394 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
7396         * bin/autoreconf.in (parse_args): Do not pass --no-force to
7397         Automake versions prior to 1.8.
7399 2003-08-25  Akim Demaille  <akim@epita.fr>
7401         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
7402         From Ville Karaila.
7404 2003-08-24  Akim Demaille  <akim@epita.fr>
7406         * configure.ac: Bump to 2.57c.
7408 2003-08-22  Akim Demaille  <akim@epita.fr>
7410         Version 2.57b.
7412         * Makefile.cfg (local-checks-to-skip): New.
7413         * Makefile.maint (local-check): Rename as...
7414         (local-checks-available): this.
7415         (local-check): New.
7417         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
7418         * configure.ac: Require Automake 1.7.6.
7420 2003-08-22  Akim Demaille  <akim@epita.fr>
7422         Output stack traces in warnings.
7424         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
7425         Replace the former...
7426         (m4_warn): Pass the call stack to _m4_warn.
7427         * bin/autom4te.in: Adjust to output the call stack.
7428         * tests/m4sugar.at (m4@&t@_warn): Adjust.
7430 2003-08-22  Akim Demaille  <akim@epita.fr>
7432         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
7433         * bin/autom4te.in: Adjust.
7435 2003-08-21  Akim Demaille  <akim@epita.fr>
7437         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
7438         (&verbose): Remove.
7439         (&getopt): Adjust the note and verb channels, depending upon
7440         --verbose.
7441         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
7442         * bin/autoupdate.in: Adjust.
7443         Use &verb, not &verbose.
7445 2003-08-21  Akim Demaille  <akim@epita.fr>
7447         * bin/autoheader.in (&parse_args): Use &parse_warnings and
7448         &parse_WARNINGS.
7449         ($help): Use Autom4te::ChannelDefs::usage.
7450         * bin/autoscan.in: Use Autom4te::ChannelDefs.
7451         * lib/Autom4te/General.pm: Don't export error: you don't own it.
7453 2003-08-21  Akim Demaille  <akim@epita.fr>
7455         First stab at preserving warnings between calls to autom4te,
7456         including when the cache is used.
7458         There are still several issues: (i) there are too many runs of m4
7459         (one for include, one for warnings, and some more), (ii) warnings
7460         spreading on several lines are not handled gracefully, (iii) the
7461         code meant to have the call stack display for errors does not work
7462         (its handling should move from m4 to autom4te).
7464         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
7465         Use them.
7466         (@preselect): Add m4_warn.
7467         ($exit_status): Remove, use $exit_code.
7468         ($help): Use Autom4te::ChannelDefs::usage.
7469         (&handle_m4): No longer define the m4_warnings.
7470         At each run, extract and report the warnings.
7471         Always cache the result, including if the exit status is on
7472         failure, since if nothing changes, we should result in the same
7473         failure, hence we can use the cache.
7474         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
7475         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
7476         Remove.
7477         (m4_warn): Redefine as a do-nothing: it is its invocation that
7478         matters, as warnings are now reported via traces.
7479         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
7480         the contents of m4_warn: make it _call_ m4_warn, so that tracing
7481         the latter reveals calls to the former.
7483         Adjust the tests.
7485         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
7487 2003-08-21  Akim Demaille  <akim@epita.fr>
7489         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
7490         Use them.
7492 2003-08-21  Akim Demaille  <akim@epita.fr>
7494         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
7495         forward order.
7496         * lib/Autom4te/ChannelDefs.pm: Doc typos.
7497         (&parse_warnings): Accept a list of warning requests.
7498         (&usage): Return a string, not a side effect.
7499         (cross): New warning category.
7501 2003-08-21  Akim Demaille  <akim@epita.fr>
7503         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
7504         (&require_configure_ac): Accept an optional directory argument.
7505         ($configure_ac): Remove.
7506         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
7507         (&catfile): Remove.
7508         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
7509         * bin/autoscan.in: Adjust.
7511 2003-08-20  Akim Demaille  <akim@epita.fr>
7513         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
7514         Reported by Alexandre Duret-Lutz.
7516 2003-08-20  Akim Demaille  <akim@epita.fr>
7518         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
7519         * bin/autom4te: Adjust.
7520         In particular, be Autoconf tools are really silent when properly
7521         working, bind the verbosity of the 'note' channel to $verbose.
7522         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
7523         (&xsystem, &contents): Remove, since they are exported by...
7524         * lib/Autom4te/FileUtils.pm: this.
7525         More perldoc.
7526         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
7527         * lib/Autom4te/FileUtils.pm: here.
7529 2003-08-20  Akim Demaille  <akim@epita.fr>
7531         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
7532         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
7533         from CVS Automake.
7535 2003-08-20  Akim Demaille  <akim@epita.fr>
7537         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
7538         (autom4te-update): New.
7539         * Makefile.cfg (update): Bind autom4te-update.
7541 2003-08-19  Derek Price  <derek@ximbiot.com>
7543         * lib/autotest/general.m4: Comment various HELP_* diversions.
7544         (PARSE_ARGS_BEGIN): New section for option parsing related
7545         initialization.
7546         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
7547         package specific options and associated help.
7549 2003-08-19  Akim Demaille  <akim@epita.fr>
7551         * config/announce-gen, Makefile.cfg: New.
7552         * Makefile.am: Adjust.
7553         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
7555 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7557         * lib/autom4te.in (Automake-preselections): Preselect
7558         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
7559         and m4_sinclude.
7561 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7563         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
7564         (Autoconf-without-aclocal-m4): ... this new language.
7565         * doc/autoconf.texi (autom4te Invocation): Mention
7566         Autoconf-without-aclocal-m4.
7568 2003-08-18  Derek Price  <derek@ximbiot.com>
7570         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
7571         RUN-IF-PASS optional arguments.
7573 2003-08-18  Derek Price  <derek@ximbiot.com>
7575         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
7577 2003-08-16  Derek Price  <derek@ximbiot.com>
7579         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
7580         STDOUT & STDERR arguments.
7582 2003-08-14  Derek Price  <derek@ximbiot.com>
7584         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
7585         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
7586         shorter column three.  Add DESCRIPTION to log file content.
7588 2003-08-13  Derek Price  <derek@ximbiot.com>
7590         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
7591         output.
7593 2003-08-12  Derek Price  <derek@ximbiot.com>
7595         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
7596         (AT_CHECK_NOESCAPE): Move core functionality to...
7597         (_AT_CHECK): ...this new macro.
7599 2003-08-07  Derek Price  <derek@ximbiot.com>
7601         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
7602         (AT_CHECK_NOESCAPE): ...to this new macro.
7604 2003-07-31  Paul Eggert  <eggert@twinsun.com>
7606         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
7607         in Bash 2.01.  Problem reported by Brian Gough in
7608         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
7610 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
7612         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
7613         -lcrt1.o, for OS X.  (trivial change)
7615 2003-07-07  Paul Eggert  <eggert@twinsun.com>
7617         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
7618         inside '#ifndef __cplusplus'.  Problem reported by
7619         Bob Friesenhahn.
7621 2003-07-06  Bill Clarke  <llib@computer.org>
7623         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
7624         'long', not 'int', for benefit of Sun's recent C++ compilers
7625         (trivial change).  See:
7626         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
7627         (This really should be 'intptr_t', not 'long', but that would
7628         take more work.)
7630 2003-06-25  Akim Demaille  <akim@epita.fr>
7632         * lib/Makefile.am (autom4te.cfg): Make it read only.
7633         Depend on Makefile since it contains substitutions.
7634         From Paolo Bonzini.
7635         * lib/autom4te.in (args): Add local.at? for Autotest args.
7636         This change was made on autom4te.cfg which is generated.
7637         Reported by Raja R. Harinath.
7639 2003-06-25  Akim Demaille  <akim@epita.fr>
7641         * doc/autoconf.texi (Header Portability): sys/mount.h.
7642         From Gareth McCaughan.
7644 2003-06-23  Akim Demaille  <akim@epita.fr>
7646         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
7647         not all of them.  This fixes 1. the fact that when testing
7648         Autoconf there are many many config.log, 2. the incorrect use of
7649         top_srcdir to find config.log.
7650         Don't mix the detailed output of failed test with the summary of
7651         failures.  Rather, append detailed log afterwards.
7653 2003-06-23  Akim Demaille  <akim@epita.fr>
7655         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
7656         always run: output config.log on $at_group_log.
7658 2003-06-23  Akim Demaille  <akim@epita.fr>
7660         * tests/torture.at (#define header templates): Don't use quotes in
7661         C++ comments as it puzzles Emacs' sh font-lock-mode.
7663 2003-06-23  Akim Demaille  <akim@epita.fr>
7665         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
7666         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
7667         * tests/atspecific.m4: Rename as...
7668         * tests/local.at: This.
7669         * tests/suite.at: Move the globals into...
7670         * tests/local.at: here.
7671         * tests/Makefile.am: Adjust.
7672         * doc/autoconf.texi (testsuite Scripts): Adjust.
7674 2003-06-21  Kevin Ryde  <user42@zip.com.au>
7676         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
7677         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
7678         ensuring we add -std1 for full-ANSI.
7680         * doc/autoconf.texi (hdrindex): New macro.
7681         Add index entries for portability of various standard header files.
7683 2003-06-20  Akim Demaille  <akim@epita.fr>
7685         * configure.ac: Bump to 2.57b.
7687 2003-06-20  Akim Demaille  <akim@epita.fr>
7689         Version 2.57a.
7691 2003-06-20  Akim Demaille  <akim@epita.fr>
7693         * bin/autom4te.in: Don't rely on $HOME being defined.
7694         Reported by Marc Espie as PR/233.
7696 2003-06-20  Akim Demaille  <akim@epita.fr>
7698         * lib/autotest/general.m4: Use at_times_file only if used.
7699         From Nicolas Joly.
7701 2003-06-20  Akim Demaille  <akim@epita.fr>
7703         * config/config.guess, config/config.sub, config/elisp-comp,
7704         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
7705         Update from masters.
7707 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
7709         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
7710         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
7711         (TEST_SCRIPT): New diversion.
7712         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
7713         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
7714         (AT_INIT): Support for expected failures.
7716 2003-06-02  Akim Demaille  <akim@epita.fr>
7718         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
7719         changes.
7720         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
7721         Autoconf nor Automake.
7722         (&contents): New, from Automake.
7723         PODify.
7725 2003-05-28  Paul Eggert  <eggert@twinsun.com>
7727         * NEWS, doc/autoconf.texi (Particular Functions),
7728         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
7729         is the inverse of localtime.
7731 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
7733         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
7734         (handle_exec_errors): New function.  Work around $! being
7735         altered by WEXITSTATUS.
7736         (xqx, xsystem): Use handle_exec_errors.
7738 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
7740         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
7741         Do not call `_exit()', simply modify `$?'.
7742         (xsystem): Reset $! before running system, and check it afterward.
7743         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
7744         63 for version mismatches.
7746 2003-05-23  Akim Demaille  <akim@epita.fr>
7748         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
7749         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
7750         the middle of a line).
7751         * lib/m4sugar/m4sugar.m4: Likewise.
7752         Remove useless spaces in comments.
7754 2003-05-23  Akim Demaille  <akim@epita.fr>
7756         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
7757         exit 63, so that we (or Automake's "missing") can tell the
7758         difference with a plain failure.
7759         * doc/autoconf.texi (Notices): Adjust.
7761 2003-05-23  Akim Demaille  <akim@epita.fr>
7763         * Makefile.am, bin/Makefile.am, config/Makefile.am,
7764         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
7765         White spaces cleanup.
7767 2003-05-22  Jim Meyering  <jim@meyering.net>
7768             Paul Eggert  <eggert@twinsun.com>
7770         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
7771         Remove `#include <stdlib.h>' from the list; we should never
7772         make confdefs.h include <stdlib.h> or <cstdlib>, because the
7773         resulting namespace pollution would cause other tests to fail.
7774         Configure scripts run with some older versions of g++ and HP's
7775         aCC would fail due to such an #include.  Problems reported by
7776         Matthew Mueller in <http://bugs.debian.org/120704> and by
7777         Keith Bostic in
7778         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
7779         In the test, use the test declaration before including <stdlib.h>,
7780         as that's closer to how it'll be used.
7782 2003-05-23  Akim Demaille  <akim@epita.fr>
7784         * doc/autoconf.texi (Header Portability): ucred.h.
7785         From Ian Redfern.
7787 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7789         Overhaul Autotest's logging: generate separate log files
7790         in testsuite.dir/NNN/testsuite.log, and append them to
7791         testsuite.log instead of re-running the test verbosely.
7793         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
7794         file descriptor, write 0 to at_status_file instead of setting
7795         at_status=0, initialize some new variables (at_status_file,
7796         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
7797         to rerun the tests, instead append the at_group_log to the
7798         at_suite_log when a test fails.
7799         (AT_SETUP): pipe the test case's output into at_tee_pipe,
7800         with the AS_MESSAGE_LOG_FD redirected to stdout.
7801         (AT_CLEANUP): save the output status in $at_status_file
7802         and restore it, redirect the AS_MESSAGE_LOG_FD back to
7803         its original place.
7804         (AT_CHECK): since tests are run with a redirected stdout,
7805         and used to be re-run in verbose mode, turn some $at_verbose
7806         into echo, and don't redirect the output of testing stdout
7807         and stderr.
7809         * lib/autotest/autoconf.texi (testsuite Scripts): Update
7810         the name of the debugging directory and information about
7811         its contents.
7813 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
7815         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
7816         parameter.
7818 2003-05-22  Akim Demaille  <akim@epita.fr>
7820         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
7821         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
7822         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
7823         * lib/autoconf/status.m4: Fix and adjust copyright notices.
7825 2003-05-22  Akim Demaille  <akim@epita.fr>
7827         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
7828         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
7829         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
7830         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
7831         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
7832         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
7833         * lib/autoconf/status.m4, lib/autoconf/types.m4,
7834         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
7835         * tests/atspecific.m4, tests/base.at, tests/compile.at,
7836         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
7837         * tests/tools.at, tests/torture.at:
7838         Whitespace clean up.
7839         Suggested by Jim Meyering.
7841 2003-05-22  Akim Demaille  <akim@epita.fr>
7843         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
7844         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
7845         Reported by Jim Meyering.
7847 2003-05-22  Akim Demaille  <akim@epita.fr>
7849         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
7850         Add AC_HELP_STRING  to the obsolete macros section.
7851         Typos.
7852         Use '@.' for sentences that ended in a capital letter.
7853         From Art Haas.
7855 2003-05-22  Akim Demaille  <akim@epita.fr>
7857         * config/config.guess, config/config.sub, config/elisp-comp,
7858         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
7859         * config/texinfo.tex, doc/standards.texi: Update from masters.
7861 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
7863         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
7864         it to eval.
7866 2003-05-21  Akim Demaille  <akim@epita.fr>
7868         * bin/autoupdate.in ($m4): Fix quotation.
7869         Reported by Martin Mokrejs.
7871 2003-05-19  Paul Eggert  <eggert@twinsun.com>
7873         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
7874         Remove non-ASCII characters.
7876 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
7878         * tests/semantics.at (AC_SEARCH_LIBS): New test.
7879         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
7880         AC_CHECK_HEADERS_NEW): New tests.
7882 2003-05-17  Akim Demaille  <akim@epita.fr>
7884         * lib/autoconf/functions.m4: Use the default includes so that
7885         memcmp be declared before being tested.
7886         Reported by Sander Niemeijer.
7887         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
7888         * doc/autoconf.texi (Default Includes): Document
7889         AC_INCLUDES_DEFAULT.
7891 2003-05-17  Akim Demaille  <akim@epita.fr>
7893         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
7894         * doc/autoconf.texi (Obsolete Macros): Adjust.
7895         Reported by Werner LEMBERG and Debian Bug 190886.
7897 2003-05-16  Akim Demaille  <akim@epita.fr>
7899         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
7900         user name space clashes.
7901         Reported by Bruno Haible.
7903 2003-05-16  Akim Demaille  <akim@epita.fr>
7905         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7906         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
7907         them uniform, and more robust to Perl special characters.
7908         Reported by Martin Mokrejs.
7910 2003-05-14  Akim Demaille  <akim@epita.fr>
7912         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
7914 2003-05-14  Akim Demaille  <akim@epita.fr>
7916         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
7917         linux/irda.h.
7919 2003-05-12  Akim Demaille  <akim@epita.fr>
7921         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
7922         message.
7923         From Matthias Andree.
7925 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
7927         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
7928         and truncate.
7930 2003-05-06  Akim Demaille  <akim@epita.fr>
7932         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
7933         longer updates aclocal.m4 if useless, (ii) if a file m4_included
7934         by aclocal.m4 is changed it might require the importing of another
7935         m4 extension file, i.e., aclocal must be run.
7937         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
7938         (&parse_args): Use --force with aclocal if required and supported.
7939         (&autoreconf_current_directory): Use &run_aclocal.
7941 2003-05-06  Akim Demaille  <akim@epita.fr>
7943         Lock autom4te's cache.
7945         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
7946         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
7947         argument instead of a file name, so that the request file remains
7948         open during the whole autom4te run.
7949         ($icache_file): New.
7950         (&freeze): Lock the $icache_file.
7952 2003-04-29  Derek Price  <derek@ximbiot.com>
7954         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
7955         seperator with m4_append_uniq().  It doesn't work.
7956         (AT_CLEANUP): Add `;' to end of at_help_all.
7957         (AT_INIT): Allow --keywords to be specified more than once.  When
7958         grepping $at_help_all for keywords, use the field and keyword
7959         seperators to ensure a complete keyword match.  Alter at_prev handling
7960         to support the new --keywords behavior.
7962 2003-04-27  Karl Berry  <karl@freefriends.org>
7964         * doc/autoconf.texi: Make the dir entries in the autoconf manual
7965         align better with others.  I also made some of the individual
7966         entries on one line, for brevity and to make it easier for me to
7967         sort my dir-example file in the Texinfo distribution :).
7969 2003-04-12  Jim Meyering  <jim@meyering.net>
7971         * NEWS: Mention the new macro.
7972         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
7973         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
7974         * tests/c.at: Test AC_C_RESTRICT.
7975         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
7977 2003-04-08  Akim Demaille  <akim@epita.fr>
7979         * bin/ifnames.in: Skip C++ comments.
7980         From Jeremy Yallop.
7982 2003-04-08  Akim Demaille  <akim@epita.fr>
7984         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
7985         From Ilya Zakharevich.
7987 2003-04-08  Akim Demaille  <akim@epita.fr>
7989         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
7990         net/if.h, stdlib.h.
7992 2003-04-01  Derek Price  <derek@ximbiot.com>
7994         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
7995         from Akim's checkin of 2003-03-29.
7997 2003-04-01  Derek Price  <derek@ximbiot.com>
7999         * tests/torture.at (Configuring subdirectories): Add missing
8000         close-quote for Akim's change from 2003-03-28.
8002 2003-04-01  Akim Demaille  <akim@epita.fr>
8004         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
8005         (AC, AT, MS): these.
8006         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
8007         New.
8008         Use them.
8009         * doc/Makefile.am (CLEANFILES): Adjust.
8010         (TEXI2DVI): Make it --batch.
8012 2003-03-31  Derek Price  <derek@ximbiot.com>
8014         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
8015         which removed the main loop.
8016         Thanks to Akim Demaille.
8018 2003-03-29  Akim Demaille  <akim@epita.fr>
8020         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
8021         that starts a GUI.
8022         From Ilya Zakharevich.
8024 2003-03-29  Akim Demaille  <akim@epita.fr>
8026         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
8027         documentation to read is Autoconf's.
8028         Suggested by Paul Eggert.
8030 2003-03-28  Akim Demaille  <akim@epita.fr>
8032         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
8033         reading the section "Present But Cannot Be Compiled" when the
8034         header causes problems.
8036 2003-03-28  Akim Demaille  <akim@epita.fr>
8038         * tests/torture.at (Configuring subdirectories): Require aclocal
8039         1.4, otherwise the test fails, as it does support configure.ac.
8040         This fixes the "test 40 failed" bug reports.
8042 2003-03-28  Akim Demaille  <akim@epita.fr>
8044         * doc/autoconf.texi (C Compiler): `#line' portability.
8045         From Paul Eggert and Nelson H. F. Beebe.
8047 2003-03-27  Derek Price  <derek@ximbiot.com>
8049         * lib/autotest/general.m4: Eliminate main loop and reorganize test
8050         layout in order to allow scripting around test groups.
8052 2003-03-27  Derek Price  <derek@ximbiot.com>
8054         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
8055         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
8056         use new diversions in preparation for accepting new arguments and
8057         allowing scripting around tests.
8058         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
8060 2003-03-26  Derek Price  <derek@ximbiot.com>
8062         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
8063         obsolete AC_HELP_STRING.
8064         (AC_HELP_STRING): AU_DEFUN to...
8065         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
8066         * tests/m4sh.at (AS_HELP_STRING): New test.
8068         * tests/acgeneral.at: Regenerated.
8070 2003-03-26  Derek Price  <derek@ximbiot.com>
8072         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
8073         sense.  Verbosify the diversion definitions comment.
8075 2003-03-26  Derek Price  <derek@ximbiot.com>
8077         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
8078         AS_PREPARE.
8080 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
8082         * doc/autoconf.texi (Present But Cannot Be Compiled):
8083         Grammar fixes and minor rewording. (trivial change)
8085 2003-03-06  Paul Eggert  <eggert@twinsun.com>
8087         Work around a problem noted by Nelson H. F. Beebe with coreutils
8088         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
8089         2002/05/09) rejects '#line 32768 "configure"' because the line
8090         number overflows.
8091         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
8092         #line directives.
8093         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
8094         * doc/autoconf.texi (Generating Sources): Document this.
8096 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
8098         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
8099         file name for the m4 program, when it has an "exe" file extension.
8100         DJGPP's error messages include the error code in brackets -
8101         remove the error code during normalization.
8103 2003-02-28  Akim Demaille  <akim@epita.fr>
8105         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
8107 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
8109         * doc/autoconf.texi (Limitations of Make): Remove the section
8110         about `$<' in inference rules, it was a bogus interpretation of
8111         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
8112         Tru64 make in the "target lookup" section.
8113         (Automake): Automake 1.5+ no longer requires special tools to be
8114         present on the developer's host.
8116 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
8118         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
8119         to a shell that can handle redirection or quoting correctly.
8120         Override SHELL with the shell detected by configure.
8121         Use of $^O suggested by Tim van Holder.
8122         * bin/autom4te.in (BEGIN): Likewise.
8123         * bin/autoreconf.in (BEGIN): Likewise.
8124         * bin/autoscan.in (BEGIN): Likewise.
8125         * bin/autoupdate.in (BEGIN): Likewise.
8126         * bin/ifnames.in (BEGIN): Likewise.
8128         * bin/ifnames.in: Add final newline to help and version messages.
8130         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
8131         to cope with DOS-style absolute paths, when constructing
8132         ${ac_make}.
8134         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
8135         When constructing paths with IFS=:, quote the path. If we're
8136         constructing a DOS-style absolute path, we don't want to split it
8137         on the colon.
8139         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
8140         in description.
8142 2003-02-25  Pavel Roskin  <proski@gnu.org>
8144         * bin/autoheader.in: Add missing newline when printing
8145         suggestion how change AC_DEFINE call.
8147 2003-02-24  Paul Eggert  <eggert@twinsun.com>
8149         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
8150         2002-09-01 patch by replacing "test -n" with "test -z".
8151         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
8152         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
8154         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
8155         to fix a mismatch between example and discussion.
8157 2003-02-24  Kevin Ryde  <user42@zip.com.au>
8159         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
8160         format starting with "-".
8162 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
8164         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
8165         is not portable inside Makefile.
8167 2003-02-20  Akim Demaille  <akim@epita.fr>
8169         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
8170         compiler says yeah, but preproc says nope, compiler is right.
8171         Conversely, prompt the reader to send a bug report to the
8172         maintainers of the package, not of Autoconf.
8174 2003-02-20  Klee Dienes  <kdienes@apple.com>
8176         * bin/autoreconf.in (autoreconf_current_directory): Properly
8177         handle an empty aclocal.m4.
8179 2003-02-20  Akim Demaille  <akim@epita.fr>
8181         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
8182         $ac_prefix_program.
8183         From Larry Jones.
8185 2002-12-23  Paul Eggert  <eggert@twinsun.com>
8187         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
8188         innocuous variant befor including <limits.h> or <assert.h>.  This
8189         works around a bug reported by Albert Chin: HP-UX 11i
8190         (and earlier versions) have a <limits.h> that declares
8191         gettimeofday and many other functions.
8193 2002-12-03  Paul Eggert  <eggert@twinsun.com>
8195         Version 2.57.
8197         * NEWS, configure.ac: Update version.
8199         * doc/fdl.texi: Upgrade to FDL version 1.2.
8201         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
8202         nontrivially in main's body, so that f's external declaration is
8203         not optimized away in AIX.  This should fix the bug reported by
8204         Martin Frydl in
8205         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
8207         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
8208         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
8209         defined, to support freestanding compilers.  This should fix the
8210         bug reported by Momchil Velkov in
8211         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
8213         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
8214         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
8215         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
8216         by Simon Josefsson in
8217         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
8219         * Makefile.maint (www-gnu): New macro.
8220         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
8221         the location has moved.
8223 2002-12-02  Martin Frydl  <martin@systinet.com>
8225         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
8226         \(.*\) match is too long and there is something more to be checked.
8227         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
8229 2002-11-15  Akim Demaille  <akim@epita.fr>
8231         Version 2.56.
8233         * config/install-sh: chmod +x.
8234         From Paul Eggert.
8235         * config/move-if-change: Indenting changes.
8236         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
8237         * configure.ac (AM_INIT_AUTOMAKE): here.
8238         Require 1.7.1.
8240 2002-11-14  Akim Demaille  <akim@epita.fr>
8242         Version 2.55.
8244         * config/config.guess, config/config.sub, config/install-sh:
8245         Update from masters.
8247 2002-11-14  Akim Demaille  <akim@epita.fr>
8249         * Makefile.maint: Sync with Bison, i.e.:
8250         (po-check): Scan .l and .y files instead of the
8251         .c and the .h files that they generate.  This fixes the bug
8252         reported by Tim Van Holder in:
8253         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
8254         Look for N_ as well as for _.  Try to avoid matching #define for
8255         N_ and _.
8256         From Paul Eggert.
8258 2002-11-14  Akim Demaille  <akim@epita.fr>
8260         * doc/autoconf.texi (C Compiler): Compiling several files at once.
8261         From Paul Eggert and Albert Chin-A-Young.
8263 2002-11-14  Akim Demaille  <akim@epita.fr>
8265         * doc/autoconf.texi (C Compiler): Solitary backslashes.
8266         From Paul Eggert and Albert Chin-A-Young.
8268 2002-11-14  Kevin Ryde  <user42@zip.com.au>
8270         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
8271         than assigning in main, to avoid HP cc +O3 optimizing it away.
8273 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
8275         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
8276         option.  Process --recheck after parsing all options.  Pass -q
8277         option to configure on --recheck.
8278         (AC_OUTPUT): Pass -q from configure to config.status.
8279         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
8280         arguments to record.
8281         * doc/autoconf.texi (config.status Invocation): Document
8282         config.status -q option.
8284 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
8286         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
8287         Makefile.in if Makefile.am exists.
8288         (output): Strip `.am' from Makefiles.  Don't
8289         output AC_CONFIG_FILES if no Makefiles were found.
8291 2002-11-07  Akim Demaille  <akim@epita.fr>
8293         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
8294         (local_updates): New.
8295         * Makefile.maint: Update, from CVS Bison.
8296         (local_updates): New.
8298 2002-11-06  Akim Demaille  <akim@epita.fr>
8300         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
8301         declaration in extern "C" too.
8302         Reported by Roberto Bagnara.
8304 2002-11-06  Akim Demaille  <akim@epita.fr>
8306         * tests/torture.at (Configuring subdirectories): Don't use grep
8307         -w.
8308         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
8309         Reported by Ezra Peisach.
8311 2002-11-05  Akim Demaille  <akim@epita.fr>
8313         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
8314         Remove.
8315         We _have_ to stop using the old compatibility scheme that tried to
8316         avoid useless backslashes because Libtool 1.4.3 contains a
8317         AC_DEFINE([error_t], [int],
8318         [Define to a type to use for \`error_t' if it is not
8319         otherwise available.])
8320         We _have_ to quote the single quote and backslashes with \.  The
8321         old compatibility scheme saw that ` was backslashed, and therefore
8322         did not quote the single quote.  Hence before this patch, Autoconf
8323         was not compatible with Libtool.
8325 2002-11-04  Paul Eggert  <eggert@twinsun.com>
8327         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
8328         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
8329         LC_NAME, LC_PAPER, LC_TELEPHONE.
8330         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
8332 2002-11-04  Akim Demaille  <akim@epita.fr>
8334         Version 2.54c.
8336         * Makefile.maint (update, cvs-update, po-update, do-po-update):
8337         New.
8338         * config/texinfo.tex: Update.
8340 2002-11-03  Akim Demaille  <akim@epita.fr>
8342         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
8343         from...
8344         (&autoreconf): here.
8345         ($help, $make, &parse_args, &autoreconf_current_directory):
8346         Support -m/--make.
8347         * doc/autoconf.texi (autoreconf Invocation): Adjust.
8349 2002-10-31  Bruno Haible  <bruno@clisp.org>
8351         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
8352         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
8353         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
8354         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
8355         to ac_cv_func_realloc_0_nonnull.
8356         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
8358 2002-10-31  Akim Demaille  <akim@epita.fr>
8360         The test suite was no longer checking for trailing envvars and files.
8362         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
8363         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
8365 2002-10-31  Akim Demaille  <akim@epita.fr>
8367         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
8368         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
8369         Make variable, not a shell variable.
8370         Suggested by Bruno Haible.
8372 2002-10-31  Akim Demaille  <akim@epita.fr>
8374         * bin/autom4te.in (load_configuration): Reject #args out of any
8375         language.
8377 2002-10-31  Akim Demaille  <akim@epita.fr>
8379         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
8380         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
8381         (_AC_RUN_IFELSE): Use it.
8382         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
8383         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
8384         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
8385         inline it.
8387 2002-10-30  Akim Demaille  <akim@epita.fr>
8389         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
8390         * doc/autoconf.texi (autom4te Invocation): Adjust.
8391         Suggested by Tim van Holder.
8393 2002-10-29  Paul Eggert  <eggert@twinsun.com>
8395         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
8396         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
8397         Problem reported by Bruno Haible.
8399 2002-10-29  Akim Demaille  <akim@epita.fr>
8401         * doc/autoconf.texi (Header Templates): Put also in words what the
8402         pictures says to assist free style readers.
8403         (Customizing autom4te): s/--cache=/--cache /.
8405 2002-10-29  Akim Demaille  <akim@epita.fr>
8407         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
8408         sys/wait.h.
8409         sparc_address_test returns void.
8410         Use it with an argument, as prototyped.
8411         From Bruno Haible.
8413 2002-10-29  Akim Demaille  <akim@epita.fr>
8415         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
8416         configure.in, not configure.ac.
8417         Reported by Bruno Haible.
8419 2002-10-29  Akim Demaille  <akim@epita.fr>
8421         * tests/torture.at (Deep Package): New test.
8422         (Configuring subdirectories): Don't use a testSubDir as Autotest
8423         now does it itself.
8425 2002-10-29  Akim Demaille  <akim@epita.fr>
8427         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
8428         * doc/autoconf.texi (Invoking autom4te): Rename as...
8429         (autom4te Invocation): this, for consistency with the other nodes.
8431 2002-10-29  Akim Demaille  <akim@epita.fr>
8433         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
8434         Reported by Ralf Corsepius.
8436 2002-10-29  Akim Demaille  <akim@epita.fr>
8438         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8439         characters is a back as an `obsolete' warning now.
8440         Reported by Ralf Corsepius.
8442 2002-10-28  Akim Demaille  <akim@epita.fr>
8444         * configure.ac: Bump to 2.54c.
8446 2002-10-28  Akim Demaille  <akim@epita.fr>
8448         Version 2.54b.
8450         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
8452 2002-10-28  Akim Demaille  <akim@epita.fr>
8454         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
8455         m4 executable names, and different GNU M4 version.
8456         Reported by Ezra Peisach and Paul Jarc.
8458 2002-10-27  Akim Demaille  <akim@epita.fr>
8460         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
8461         AC_RUN_IFELSE.
8463 2002-10-27  Akim Demaille  <akim@epita.fr>
8465         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
8466         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
8467         Die when a simple Fortran program cannot be compiled.
8468         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
8469         Issue a warning if no function is given.
8471 2002-10-27  Akim Demaille  <akim@epita.fr>
8473         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
8474         Move the documentation of AC_TRY_RUN to...
8475         (Obsolete Macros): here.
8476         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
8477         (autoconf Invocation): Remove the duplicates with `invoking
8478         autom4te'.
8479         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
8480         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
8482 2002-10-27  Akim Demaille  <akim@epita.fr>
8484         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
8485         and AC_LANG_FUNC_LINK_TRY.
8486         (Examining Libraries): Rename as...
8487         (Running the Linker): this.
8488         Document AC_LINK_IFELSE.
8489         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
8490         (Obsolete Macros): here.
8491         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
8492         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
8493         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
8494         * lib/autoconf/headers.m4 (AC_USG): Likewise.
8496 2002-10-27  Akim Demaille  <akim@epita.fr>
8498         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
8500         More `check config.log' messages.
8502         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
8503         * doc/autoconf.texi (Printing Messages): Document it.
8504         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
8505         appropriate.
8506         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
8507         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
8508         (_AC_COMPILER_OBJEXT): Likewise.
8509         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
8510         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
8511         Likewise.
8512         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
8513         Likewise.
8515         Deprecate macros with unusual interfaces.
8517         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
8518         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
8520         Document the new ones, and proper style.
8522         * doc/autoconf.texi (Generating Sources): New.
8523         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
8524         (Examining Declarations): Rename as...
8525         (Running the Preprocessor): this.
8526         Document AC_PREPROC_IFELSE.
8527         (Examining Syntax): Rename as...
8528         (Running the Compiler): this.
8529         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
8530         (Obsolete Macros): Move the definition of AC_TRY_CPP and
8531         AC_TRY_COMPILE here.
8533 2002-10-27  Akim Demaille  <akim@epita.fr>
8535         Move sections around.
8537         * doc/autoconf.texi (Customizing autom4te): Remove a lost
8538         sentence.
8539         Reported by Burno Haible.
8540         (Language Choice): Now the first section of...
8541         (Writing Tests): this section.
8542         Make the introduction less C-centric.
8543         (Guidelines, Test Functions): Move to...
8544         (Writing Test Programs): this new section.
8545         (Test Programs): Merge into...
8546         (Run Time): this.
8548 2002-10-27  Akim Demaille  <akim@epita.fr>
8550         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
8551         autom4te.in that resulted in the need for two `make' runs.
8553 2002-10-27  Akim Demaille  <akim@epita.fr>
8555         * configure.ac: Bump to 2.54b.
8557 2002-10-25  Akim Demaille  <akim@epita.fr>
8559         Version 2.54a.
8561         * Makefile.maint: Update from the Coreutils.
8562         (AMTAR): Remove, obsolete.
8563         (automake_repo): Update to redhat.com.
8564         (cvs_file): New.
8565         Adjust to the fact that ansi2knr is now hosted by Automake.
8566         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
8567         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
8568         Update from masters.
8569         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
8570         autoscan.pre is not to be installed, and autoscan.list is not to
8571         be shipped.
8572         (CLEANFILES): Add autoscan.list.
8573         (autoscan.list): Disable the cache.
8574         * bin/Makefile.am: Include freeze.mk.
8576 2002-10-25  Akim Demaille  <akim@epita.fr>
8578         * bin/autom4te.in (&load_configuration): Take the file as
8579         argument.
8580         (&parse_args): Handle -C, --cache.
8581         ($help): Adjust.
8582         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
8583         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
8584         * doc/autoconf.texi (Invoking autom4te): Document --cache.
8585         Now a subsection of...
8586         (Using autom4te): This new section.
8587         (Customizing autom4te): New.
8588         (autom4te.cache): Adjust.
8590 2002-10-25  Akim Demaille  <akim@epita.fr>
8592         * doc/autoconf.texi (Generic Headers): More information on how to
8593         use AC_CHECK_HEADERS.
8595 2002-10-25  Akim Demaille  <akim@epita.fr>
8597         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
8598         Space changes.
8600 2002-10-25  Akim Demaille  <akim@epita.fr>
8602         * bin/autoscan.in (output): Output AC_PREREQ.
8603         (%needed_macros): Add AC_PREREQ so that configure.ac without one
8604         be reported.
8606 2002-10-23  Akim Demaille  <akim@epita.fr>
8608         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
8609         document _Bool.
8611 2002-10-23  Akim Demaille  <akim@epita.fr>
8613         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
8614         Reported by Peter Eisentraut.
8616 2002-10-23  Akim Demaille  <akim@epita.fr>
8618         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
8619         type _Bool.
8620         Fix a typo.
8621         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
8622         Eggert's recommandations.
8624 2002-10-22  Akim Demaille  <akim@epita.fr>
8626         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
8627         Bison, by Paul Eggert.
8628         * doc/autoconf.texi (Particular Headers): Document it.
8630 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
8632         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
8633         `$ac_configure_args'.
8635 2002-10-22  Akim Demaille  <akim@epita.fr>
8637         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
8638         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
8639         From Art Haas.
8641 2002-10-22  Akim Demaille  <akim@epita.fr>
8643         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
8645         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8646         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
8647         (_AC_CHECK_HEADER_NEW): Rename as...
8648         (AC_CHECK_HEADER): this.
8650 2002-10-22  Akim Demaille  <akim@epita.fr>
8652         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
8653         words about HP-UX cmp: it was actually a user-written cmp.
8655 2002-10-22  Akim Demaille  <akim@epita.fr>
8657         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
8658         are a few warnings.
8659         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8660         Quote for Perl '' strings, not "".
8661         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
8662         strings.
8664 2002-10-22  Akim Demaille  <akim@epita.fr>
8666         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8667         characters is a syntax warning now.
8668         (_AS_QUOTE): Accept $2 as list of characters to quote.
8669         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8670         Quote for Perl, not sh.
8671         * bin/autoheader.in: When $debug, report the file which is
8672         `do'ne.
8673         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
8674         `@', to tickle Perl's lists.
8675         Reported by Carlos Velasco.
8677 2002-10-18  Akim Demaille  <akim@epita.fr>
8679         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
8680         missing included files _are_ errors.
8681         Thanks to Alexandre Duret-Lutz.
8682         * tests/tools.at (autom4te cache): Adjust.
8683         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
8684         (AT_CHECK_M4SUGAR): Use it.
8685         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8686         Adjust.
8687         * tests/tools.at (autom4te): Now it does exit 1.
8689 2002-10-17  Akim Demaille  <akim@epita.fr>
8691         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
8692         Fixes the `AC_ARG_VAR' test failures.
8693         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
8694         * lib/freeze.mk (check-forbidden-patterns): New.
8695         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
8696         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
8697         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
8698         /dev/null.
8699         Reported months ago by H. Merijn Brand.
8701 2002-10-17  Akim Demaille  <akim@epita.fr>
8703         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
8705 2002-10-16  Paul Eggert  <eggert@twinsun.com>
8707         * Makefile.maint (wget_files): Remove ansi2knr.c.
8708         (ansi2knr.c-url_prefix): Remove.
8710 2002-10-16  Akim Demaille  <akim@epita.fr>
8712         Because of caching, some files that no longer exist and are no
8713         longer required can still cause errors.
8714         Reported by Alexandre Duret-Lutz.
8716         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
8717         to frozen files in @ARGV, as @ARGV must remain being a list of
8718         files.  Rather, at M4 call sites, use this...
8719         (&files_to_options): New function.
8720         (&freeze): Use &error.
8721         (&up_to_date): If a file that was included according to the cache
8722         is no longer there, then the output is out dated.
8723         (&main): Don't even check whether a file is up to date is anyway
8724         --force is given.
8725         * tests/tools.at (autom4te cache): New.
8727 2002-10-16  Akim Demaille  <akim@epita.fr>
8729         * bin/autoconf.as: Kill dead options.
8730         * bin/autoupdate.in (&parse_args): Kill old options.
8731         * bin/autoreconf.in (&parse_args): Remove dead options.
8732         Factor some code.
8733         (&autoreconf): Report the directories we enter *and leave*, so
8734         that error messages can be easily located, and use GNU Make
8735         format, so that Emacs' compile mode understands us.
8736         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
8737         if some file was changed instead of `print'.
8738         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
8739         (&parse_args): Remove the dead options.
8740         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
8741         autoheader's quiet mode.
8742         (AT_CHECK_AUTOUPDATE): Likewise.
8743         * tests/tools.at (autoupdate): Adjust.
8744         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
8746 2002-10-11  Akim Demaille  <akim@epita.fr>
8748         No longer use CPP to check for the existing of headers: use CC to
8749         check for compilability.
8751         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8752         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
8753         (_AC_CHECK_HEADER_NEW): Rename as...
8754         (AC_CHECK_HEADER): this.
8756         * lib/autotest/general.m4 (AT_INIT): Include the failed test
8757         numbers in the Subject suggestion.
8759 2002-10-11  Akim Demaille  <akim@epita.fr>
8761         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
8762         Suggest using AC_CHECK_DECLS instead.
8764 2002-10-11  Akim Demaille  <akim@epita.fr>
8766         * tests/torture.at (AC_ARG_VAR): Have configure report the value
8767         of `precious'.
8769 2002-10-11  Akim Demaille  <akim@epita.fr>
8771         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
8772         file name to enable parallel executions.
8773         From Sam Varshavchik.
8775 2002-10-08  Akim Demaille  <akim@epita.fr>
8777         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
8778         aclocal invocation, as Gettext macros might not be visible to
8779         aclocal.
8780         Instead of blindly running autopoint, scan configure.ac (not the
8781         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
8782         Reported by Paul D. Smith.
8784 2002-10-08  Paul Eggert  <eggert@twinsun.com>
8786         Work around problems found when POSIXLY_CORRECT=1 is set.
8787         None of this seems to have anything to do with POSIX, really,
8788         but it's how Perl getopt works.
8789         * bin/autom4te.in (parse_args): Configure GetOpt with
8790         "permute", too.
8791         * doc/autoconf.texi (Invoking autom4te):
8792         --warning -> --warnings.
8793         * lib/autom4te.in: --warning -> --warnings.
8795 2002-09-28  Akim Demaille  <akim@epita.fr>
8797         * doc/autoconf.texi (autom4te.cache): New section.
8799 2002-09-28  Akim Demaille  <akim@epita.fr>
8801         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
8802         (Automake-preselections): Update.
8803         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
8805 2002-09-28  Akim Demaille  <akim@epita.fr>
8807         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
8808         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
8809         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8810         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
8812 2002-09-28  Akim Demaille  <akim@epita.fr>
8814         * tests/torture.at (Configuring subdirectories): Be robust to
8815         users who use config.site to require for a cache: in this case,
8816         the two last configure runs, using two different sets of
8817         arguments, trigger a legitimate error.
8819 2002-09-28  Akim Demaille  <akim@epita.fr>
8821         * tests/m4sh.at (Functions Support, Functions and return Support):
8822         New.
8824 2002-09-28  Akim Demaille  <akim@epita.fr>
8826         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
8827         autoheader are Perl programs.
8828         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
8829         (autom4te): Specify that the sources are in the $srcdir.
8830         * doc/autoconf.texi (Installation Directory Variables): Adjust.
8832 2002-09-28  Akim Demaille  <akim@epita.fr>
8834         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
8835         (tm_zone): Move their rules to...
8836         * lib/autoconf/types.m4: here, using AN_ macros.
8837         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
8838         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
8839         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
8840         * lib/autoconf/programs.m4: here.
8841         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
8842         (ETAGS_FOR_AUTOCONF): New.
8843         Use it.
8845 2002-09-28  Akim Demaille  <akim@epita.fr>
8847         * lib/autoconf/autoscan.m4: New file.
8848         * lib/autoconf/autoconf.m4: Include it.
8849         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
8850         that were listed in the original autoscan.list.
8851         * lib/autoconf/headers.m4: Similarly with headers.
8852         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
8853         (.m4.m4f): Don't pass --prepend-include, since that's done by
8854         tests/autom4te itself.
8855         * lib/autoscan/Makefile.am: Include freeze.mk.
8856         (autoscan.list): New target --this file is no longer a source.
8857         (autoscan.pre): New file.
8859 2002-09-28  Akim Demaille  <akim@epita.fr>
8861         * bin/autoscan.in (@kinds): Make them singular.
8862         Adjust all uses.
8863         (&init_tables): When --debug, report the list of rules to ease
8864         tracking changes in autoscan.list.
8865         * lib/autoscan/autoscan.list (function): Strip comments, sort.
8867 2002-09-28  Akim Demaille  <akim@epita.fr>
8869         * lib/autoscan/functions, lib/autoscan/headers,
8870         * lib/autoscan/identifiers, lib/autoscan/makevars,
8871         * lib/autoscan/programs: Merge into...
8872         * lib/autoscan/autoscan.list: this.
8873         * bin/autoscan.in (&init_tables): Adjust.
8875 2002-09-28  Akim Demaille  <akim@epita.fr>
8877         * lib/autoscan/functions, lib/autoscan/headers,
8878         * lib/autoscan/identifiers, lib/autoscan/makevars,
8879         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
8880         `functions' line is now prefixed with `function:'.
8881         * bin/autoscan.in (&init_tables): Adjust.
8883 2002-09-28  Akim Demaille  <akim@epita.fr>
8885         From now on, autoscan files must always map a macro name to a
8886         word: there is no `default' macro for autoscan.
8888         * bin/autoscan.in (&init_tables): Reject entries with no macro at
8889         all.
8890         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
8891         explicit.
8893 2002-09-28  Akim Demaille  <akim@epita.fr>
8895         * bin/autoscan.in (%c_keywords): Remove.
8896         (&used): Keep only track of the words we might be interested in.
8897         (&output_kind): It is no longer needed to look for non active
8898         checks.
8900 2002-09-27  Akim Demaille  <akim@epita.fr>
8902         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
8903         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
8904         * lib/autoscan/functions: Adjust.
8905         * doc/autoconf.texi (Particular Functions): Adjust.
8907 2002-09-27  Akim Demaille  <akim@epita.fr>
8909         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
8910         from /tmp.
8911         Thanks to Bill Moseley and Paul Eggert.
8912         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
8913         the tmpdir must be created.
8914         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
8915         dir be in the build tree, instead of $TMPDIR.
8917 2002-09-27  Akim Demaille  <akim@epita.fr>
8919         * bin/autoscan.in: Improve the comments.
8920         (&parse_args): Drop obsolete undocumented options.
8921         (&output_kind): Output warnings.
8922         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
8923         (getwd): Trigger a warning.
8925 2002-09-26  Akim Demaille  <akim@epita.fr>
8927         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
8928         Reported by Ralf Corsepius.
8929         * doc/autoconf.texi (autoreconf Invocation): Likewise.
8931 2002-09-26  Akim Demaille  <akim@epita.fr>
8933         Single suffix rules and seperated dependencies are not portable.
8935         * doc/autoconf.texi (Installation Directory Variables): Update.
8936         (Limitations of Make): Some about `Single Suffix Rules and
8937         Separated Dependencies'.
8938         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
8939         (ifnames, autoscan, autom4te): Un-factor into several rules.
8941 2002-09-25  Paul Eggert  <eggert@twinsun.com>
8943         * BUGS (Interoperability bugs): New section.  Mention libtool
8944         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
8946 2002-09-24  Paul Eggert  <eggert@twinsun.com>
8948         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
8949         make handles suffix-rules differently from GNU make.
8951         * bin/Makefile.am (SUFFIXES, .in): Remove.
8952         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
8953         Move the body of the old .in rule here.
8955 2002-09-16  Akim Demaille  <akim@epita.fr>
8957         i960 compilers create `b.out' files by default.
8958         Reported by Ralf Corsepius.
8960         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
8961         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
8963 2002-09-13  Paul Eggert  <eggert@twinsun.com>
8965         * doc/autoconf.texi (Particular Headers): Remove obsolete
8966         reference to `struct timezone' in the description of
8967         AC_HEADER_TIME.
8969 2002-09-13  Akim Demaille  <akim@epita.fr>
8971         Version 2.54.
8973         * config/config.sub, config/config.guess: Update.
8974         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
8975         * Makefile.am: Adjust.
8977 2002-09-13  Akim Demaille  <akim@epita.fr>
8979         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
8980         reading config.log when the compiler is rejected.
8981         Suggested by Guido Draheim.
8983 2002-09-13  Akim Demaille  <akim@epita.fr>
8985         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
8986         (chdir_init) might hang when stat'ing mounted directories.
8987         Reported by Vance Shipley.
8989 2002-09-12  Akim Demaille  <akim@epita.fr>
8991         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
8992         the lists.
8994 2002-09-12  Akim Demaille  <akim@epita.fr>
8996         * doc/autoconf.texi (Defining Symbols): Present two different
8997         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
8998         difference between 1 argument calls, and 2-3 argument calls.
9000 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
9002         * doc/autoconf.texi: Review grammar and punctuation.
9004 2002-09-11  Paul Eggert  <eggert@twinsun.com>
9006         * doc/autoconf.texi: Fix minor formatting, spelling, and
9007         grammatical typos.
9008         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
9009         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
9010         is obsolescent.
9012 2002-09-11  Akim Demaille  <akim@epita.fr>
9014         * doc/autoconf.texi (Questions): Rename as...
9015         (FAQ): this.
9016         (Defining Directories): New.
9018 2002-09-09  Akim Demaille  <akim@epita.fr>
9020         * doc/autoconf.texi (Making testsuite Scripts): Update.
9021         Suggested by Nishio Futoshi.
9023 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
9025         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
9026         plain `@' is wanted.
9028 2002-09-09  Akim Demaille  <akim@epita.fr>
9030         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
9031         `duplicates', since the algorithm was too naive and could keep
9032         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
9033         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
9034         Reported by Ralf Corsepius.
9035         * tests/torture.at (Configuring subdirectories): Exercise these
9036         cases.
9038 2002-09-09  Akim Demaille  <akim@epita.fr>
9040         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
9041         looking for a replacement file.
9042         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
9043         directory is relative.
9044         * doc/autoconf.texi (Generic Functions): Clarify the replacement
9045         directory definition.
9046         Reported by Andreas Schwab and Jim Meyering.
9048 2002-09-06  Akim Demaille  <akim@epita.fr>
9050         * doc/autoconf.texi (Setting Output Variables): Clarify what
9051         precious variables are.
9052         Suggested by Pontus Skoeld.
9054 2002-09-05  Akim Demaille  <akim@epita.fr>
9056         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
9057         (ifnames, autoscan, autom4te): Since we don't only depend on
9058         configure.ac variables (such as VERSION etc.), but also on prefix
9059         and so forth, depend on Makefile, not configure.ac.
9060         Reported by Alexandre Duret-Lutz.
9061         * doc/autoconf.texi (Installation Directory Variables): Adjust.
9063 2002-09-05  Kevin Ryde  <user42@zip.com.au>
9065         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
9066         doesn't seem to be confined to ia64, just say "some versions".
9068 2002-09-04  Akim Demaille  <akim@epita.fr>
9070         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
9071         Automake 1.6c.
9072         * Makefile.am (maintainer-clean-local): Remove.
9073         (MAINTAINERCLEANFILES): Remove COPYING.
9075 2002-09-03  Paul Eggert  <eggert@twinsun.com>
9077         * doc/autoconf.texi (Configuration Commands): Remove obsolete
9078         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
9079         Brinkmann.
9081 2002-09-03  Akim Demaille  <akim@epita.fr>
9083         * configure.ac: Bump to 2.53d.
9084         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
9085         as of today, on Automake's team suggestion.
9087 2002-09-03  Akim Demaille  <akim@epita.fr>
9089         Version 2.53c.
9091 2002-09-02  Akim Demaille  <akim@epita.fr>
9093         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
9094         SITE_MACRO_DIR.
9095         * configure.ac: Disable SITE_MACRO_DIR.
9097 2002-09-02  Jim Meyering  <meyering@lucent.com>
9099         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
9100         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
9101         Also, tweak grammar: s/make sure to/be sure to/.
9103 2002-09-02  Paul Eggert  <eggert@twinsun.com>
9105         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
9106         directory names are generally preferable to physical names.
9108 2002-09-02  Akim Demaille  <akim@epita.fr>
9110         * lib/Autom4te/General.pm (&update_file): s/die/error/.
9111         Reported by Raja R. Harinath.
9112         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
9113         * bin/autoupdate.in: Use error instead of die.
9115 2002-09-01  Paul Eggert  <eggert@twinsun.com>
9117         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
9118         ordinary shell concatenation rather than echo+tr+sed command that
9119         runs afoul of a long-line-related sed bug in Solaris 8.
9121         * bin/autoheader.in (parse_args): --warning -> --warnings.
9123         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
9124         stdout, as traditional "ls" does.
9125         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
9126         _AC_COMPILER_EXEEXT_O): Likewise.
9127         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
9129         * bin/autoconf.as: Add --prepend-include option.  This patch was
9130         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
9131         but bin/autoconf.in is generated automatically from bin/autoconf.as.
9133         * bin/autoconf.in, configure: Regenerate.
9135         * doc/autoconf.texi (Special Shell Variables): Mention
9136         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
9138         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
9139         MAILPATH and set PS1, PS2, PS4 to default values, to work
9140         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
9141         For LC_ALL etc, first try to set to "C" as POSIX requires and as
9142         the Autoconf documentation specifies; fall back to "unset" only if
9143         this fails.  Use a shell for-loop for this rather than an m4 loop,
9144         to shorten the output script.
9146 2002-08-30  Paul Eggert  <eggert@twinsun.com>
9148         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
9149         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
9150         for the CDPATH problem.  Document PWD.
9151         (Limitations of Builtins): Document the problem that "cd $foo" and
9152         "ls $foo" may refer to different directories in shells conforming
9153         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
9154         example, since the old example is now out of date.
9156         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
9157         FOO" and "ls FOO" talk about different directories; this catches
9158         problems when POSIX 1003.1-2001 "cd" fails due to symlink
9159         spaghetti.
9161         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
9162         of rolling our own unset.
9163         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
9164         in practice we needn't worry about CDPATH if unset doesn't work.
9166         * Makefile.in, aclocal.m4, bin/Makefile.in,
9167         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
9168         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
9169         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
9170         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
9171         tests/Makefile.in: Regenerate with Automake 1.6.3.
9173         * config/config.guess, config/config.sub, config/mkinstalldirs:
9174         Update.
9176         * configure: Regenerate with self.
9178 2002-08-30  Kevin Ryde  <user42@zip.com.au>
9180         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
9181         default output.
9183 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9185         * bin/autom4te.in (Request::load): Correctly test for "do" read
9186         failure.
9188 2002-08-29  Akim Demaille  <akim@epita.fr>
9190         * lib/Autom4te/General.pm (&xqx): New.
9191         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
9192         hand, which is not portable.
9193         (&error): New.
9194         * bin/autom4te.in: Use them.
9195         Use &error instead of die.
9196         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
9197         Adjust.
9199 2002-08-17  Paul Eggert  <eggert@twinsun.com>
9201         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
9202         default list of compilers to try, since it was long ago superseded
9203         by the ksh fc builtin.  Suggested by Steven G. Johnson.
9205 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
9207         * doc/autoconf.texi (Invoking autom4te): End the option table,
9208         fixing a bug introduced by the previous patch.
9209         (Limitations of Make): Add a 'target lookup' subentry in the
9210         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
9212 2002-07-29  Mark D. Roth  <roth@feep.net>
9214         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
9215         options and use $AUTOM4TE_PATH.
9216         * doc/autoconf.texi: Remove documentation of autom4te
9217         --include-envvar and --site-macro-subdir options and document
9218         use of $AUTOM4TE_PATH.
9219         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
9220         arguments from each language section.
9222 2002-07-29  Paul Eggert  <eggert@twinsun.com>
9224         * doc/install.texi: Include copyright symbol in copyright notice.
9226         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
9227         Replace with:
9228         (AM_MAKEINFOFLAGS): New macro.
9229         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
9230         * Makefile.am (INSTALL): Use the new macros.
9231         Use -o rather than --output, since "missing" does not grok --output.
9233 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
9235         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
9236         comments do not always work. Never trust the exit status of
9237         `make -k'.
9239 2002-07-24  Kevin Ryde  <user42@zip.com.au>
9241         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
9242         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
9244 2002-07-23  Paul Eggert  <eggert@twinsun.com>
9246         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
9247         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
9248         apparently treats PATH="nonexistent" as if it contained ".".
9249         Bug reported by Stefan `Sec' Zehl.
9251 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
9253         * doc/autoconf.texi (Limitations of Make): Mention the special
9254         handling of the obj/ directory by BSD make.
9256 2002-07-20  Kevin Ryde  <user42@zip.com.au>
9258         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
9259         backslashes.
9261 2002-07-19  Akim Demaille  <akim@epita.fr>
9263         * doc/autoconf.texi (Function Portability): `exit'.
9264         (Programming in M4sh): Ethymology of M4sh.
9266 2002-07-19  Akim Demaille  <akim@epita.fr>
9268         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
9270 2002-07-18  Akim Demaille  <akim@epita.fr>
9272         Version 2.53b.
9274 2002-07-18  Akim Demaille  <akim@epita.fr>
9276         * config/config.guess, config/config.sub: Update.
9278 2002-07-18  Akim Demaille  <akim@epita.fr>
9280         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
9281         Automake's parts.
9283         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
9284         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
9285         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
9287 2002-07-18  Akim Demaille  <akim@epita.fr>,
9288             Alexandre Duret-Lutz  <duret_g@epita.fr>
9290         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
9291         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
9293 2002-07-17  Russ Allbery  <rra@stanford.edu>
9295         * doc/autoconf.texi (Initializing configure): Clarify the
9296         description of the tarname default.
9298 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
9300         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
9301         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
9302         latter was not run.
9304 2002-07-17  Akim Demaille  <akim@epita.fr>
9306         * lib/Autom4te/General.pm (find_file): Browse the directories in
9307         the order they are given.
9309 2002-07-17  Akim Demaille  <akim@epita.fr>
9311         * tests/wrapsh.as, tests/wrappl.as: Merge into...
9312         * tests/wrapper.as: this.
9313         * tests/Makefile.am, configure.ac: Adjust.
9315 2002-07-17  Mark D. Roth  <roth@feep.net>
9317         * configure.ac: Add --enable-site-macro-dir option.
9318         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
9319         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
9320         --site-macro-subdir options.
9321         * bin/autoconf.in: Add --prepend-include option.
9322         * bin/autoheader.in: Add --prepend-include option.
9323         * bin/autoreconf.in: Add --prepend-include option.
9324         * bin/autoscan.in: Add --prepend-include option.
9325         * bin/autoupdate.in: Add --prepend-include option.
9326         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
9327         macro directory, remove note that include path directories are
9328         used in reverse order, and document --prepend-include option.
9329         * lib/autom4te.in: Use --prepend-include instead of --include.
9330         * tests/wrapsh.in: Use --prepend-include instead of --include.
9332 2002-07-17  Akim Demaille  <akim@epita.fr>
9334         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
9335         tarnames.
9336         * doc/autoconf.texi (Initializing configure): Adjust.
9338 2002-07-17  Akim Demaille  <akim@epita.fr>
9340         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
9341         (_AC_FUNC_MALLOC): New.
9342         (AC_FUNC_MALLOC): Use the latter.
9343         Define HAVE_MALLOC to 0 if broken.
9344         * doc/autoconf.texi (Particular Functions): Adjust.
9346 2002-07-16  Akim Demaille  <akim@epita.fr>
9348         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
9349         * doc/autoconf.texi (C Compiler): Adjust.
9351 2002-07-09  Akim Demaille  <akim@epita.fr>
9353         * doc/autoconf.texi: Properly set the ``header'' part.
9355 2002-07-09  Akim Demaille  <akim@epita.fr>
9357         * doc/autoconf.texi (Systemology): Some about Darwin.
9359 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9361         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
9362         Don't use AC_REQUIRE in AU_DEFUN.
9364 2002-07-09  Art Haas  <ahaas@neosoft.com>
9366         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
9368 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
9370         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9371         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
9372         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
9373         so that Emacs setups GNU style for perl-mode and cperl-mode.
9375 2002-06-27  Paul Eggert  <eggert@twinsun.com>
9377         * config/install-sh: Quote $src.  Prefer || to test's -o option,
9378         as per "Limitations of Builtins".
9379         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
9380         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
9382         * tests/mktests.sh: Use grep instead of fgrep, as per
9383         "Limitations of Builtins".
9385 2002-06-15  Paul Eggert  <eggert@twinsun.com>
9387         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
9388         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
9389         so that we consistently test the just-built programs.
9390         * tests/wrappl.as: Likewise.
9392 2002-06-12  Paul Eggert  <eggert@twinsun.com>
9394         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
9395         name, so that symlinks to 'autoconf' work properly.  Bug reported
9396         by Bruno Haible.
9397         * bin/autoheader.in (AUTOM4TE): Likewise.
9398         * bin/autoreconf.in (autoconf, autoheader): Likewise.
9399         * bin/autoscan.in (autom4te): Likewise.
9400         * bin/autoupdate.in (autom4te): Likewise.
9402         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
9403         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
9404         on Solaris 2.5.1.
9406 2002-06-11  Andreas Schwab  <schwab@suse.de>
9408         * doc/autoconf.texi: Add more dir entries.
9410 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
9412         * bin/autom4te.in ($cache): Don't define using `$me', the name
9413         of the cache should not depend on the name under which autom4te
9414         was installed.
9416 2002-06-07  Akim Demaille  <akim@epita.fr>
9418         * tests/tools.at (autoconf: forbidden tokens, basic)
9419         (autoconf: forbidden tokens, exceptions): Adjust to the change of
9420         words in autom4te.in.
9422 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
9424         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
9425         _AC_LANG_PROGRAM_C_F77_HOOKS.
9427 2002-06-07  Akim Demaille  <akim@epita.fr>
9429         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
9430         rename as...
9431         (AC_REPLACE_FNMATCH): this.
9432         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
9433         AC_FUNC_FNMATCH_GNU.
9435 2002-06-07  Akim Demaille  <akim@epita.fr>
9437         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
9438         Rosetta Stone for Unix.
9440 2002-06-07  Akim Demaille  <akim@epita.fr>
9442         * bin/autom4te.in (warn_forbidden): When rejecting a token,
9443         suggest m4_pattern_allow.
9444         Suggested by Adam J. Richter.
9446 2002-06-07  Akim Demaille  <akim@epita.fr>
9448         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
9449         ac_config_libobj_dir.
9450         (AC_CONFIG_LIBOBJ_DIR): New.
9451         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
9452         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
9453         Use ac_config_libobj_dir to find the replacement files.
9454         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
9455         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
9456         (AC_REPLACE_FNMATCH_GNU): these.
9457         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
9458         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
9459         * tests/mktests.sh (ac_exclude_list): Don't check
9460         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
9462 2002-06-06  Paul Eggert  <eggert@twinsun.com>
9464         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
9465         if ln doesn't work.
9466         * NEWS: Likewise.
9467         * doc/autoconf.texi (Configuration Links): Likewise.
9468         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
9470 2002-06-05  Paul Eggert  <eggert@twinsun.com>
9472         * config/config.guess, config/config.sub, config/texinfo.tex:
9473         Update from masters.
9475 2002-05-29  Paul Eggert  <eggert@twinsun.com>
9477         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
9478         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
9479         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
9480         Likewise.
9481         * lib/autoconf/Makefile.am (check-local): Likewise.
9482         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
9483         * lib/autoconf/types.m4 (commentary only): Likewise.
9484         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
9485         * lib/autotest/Makefile.am (check-local): Likewise.
9486         * lib/m4sugar/Makefile.am (check-local): Likewise.
9487         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
9488         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
9490         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
9491         * doc/autoconf.texi (Particular Programs): Document them.
9492         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
9493         * NEWS: Likewise.
9495 2002-05-27  Paul Eggert  <eggert@twinsun.com>
9497         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
9498         * NEWS, doc/autoconf.texi (Particular Types): Document it.
9499         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
9500         instead of AC_MBSTATE_T, which never existed.
9502 2002-05-23  Akim Demaille  <akim@epita.fr>
9504         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
9505         version of Autoconf that is discussed.
9507 2002-05-22  Paul Eggert  <eggert@twinsun.com>
9509         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
9510         from the default list of compilers to try.  Suggested by
9511         Kate Hedstrom.
9512         * NEWS: Document the above.
9513         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
9515 2002-05-17  Paul Eggert  <eggert@twinsun.com>
9517         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
9518         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
9519         This improves on an earlier suggestion by H. Peter Anvin.
9521 2002-05-16  Paul Eggert  <eggert@twinsun.com>
9523         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
9524         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
9525         Both macros now accept an optional source-dir arg.
9526         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
9528         * NEWS: Document this.
9529         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
9531         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
9532         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
9533         not for GNU extensions; this undoes part of the 2000-11-03 change,
9534         reverting to 2.13-compatible behavior.
9535         Add new optional argument DIR.
9536         (AC_FUNC_FNMATCH_GNU): New macro.
9538         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
9540 2002-05-08  Paul Eggert  <eggert@twinsun.com>
9542         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
9543         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
9544         and it causes a 'test' syntax error if it fails.
9545         Bug reported by Stephen Gildea.
9547         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
9548         If prototypes are supported, use them to check this at compile-time,
9549         instead of trying to check it at run-time.  If we must do a run-time
9550         check, assume that setvbuf is standard when cross-compiling, as
9551         nonstandard setvbuf occurs only on ancient and unlikely hosts.
9552         Bug reported by Paul D. Smith.
9554         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
9555         argument specifying location of getloadavg.c.  This removes a
9556         FIXME.  This idea was taken from Jim Meyering's implementation in
9557         textutils.
9558         * doc/autoconf.texi (Particular Functions): Document this.
9559         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
9560         that's what the code does; this fixes a bug reported by
9561         Paul D. Smith.
9563 2002-05-03  Akim Demaille  <akim@epita.fr>
9565         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
9566         autopoint instead of gettextize.
9567         ($uses_alocal): Rename as...
9568         ($uses_aclocal): this.
9569         * doc/autoconf.texi (autoreconf Invocation): Adjust.
9570         Suggested by Bruno Haible.
9572 2002-05-03  Akim Demaille  <akim@epita.fr>
9574         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
9576 2002-04-29  Paul Eggert  <eggert@twinsun.com>
9578         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
9579         files to be 1 second older; just set them to be the same time.
9580         Also, sleep 1 second after the first aclocal, to work around
9581         problems with sub-second time stamps on the input files.
9583 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
9585         * doc/autoconf.texi: Mention "set -e -x" lossage
9586         under node "Limitations of Builtins".
9588 2002-04-29  Akim Demaille  <akim@epita.fr>
9590         * doc/install.texi: Better wording for setting variables when
9591         running configure.
9592         From Christian Cornelssen.
9594 2002-04-29  Akim Demaille  <akim@epita.fr>
9596         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
9597         of lack of $LINENO support, then the test will compare the $LINENO
9598         in testsuite vs. the lineno in the test file.  This is wrong, of
9599         course.
9600         Be sure to protect it.
9601         Reported by Patrick Welche.
9603 2002-04-25  Akim Demaille  <akim@epita.fr>
9605         * doc/autoconf.texi (Obsolete Macros): Typo.
9606         Reported by Vladimir Volovich.
9608 2002-04-25  Akim Demaille  <akim@epita.fr>
9610         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
9611         than some of the input files, hence, on the second run of aclocal,
9612         if some of its input are younger, make them older.
9613         Suggested by Paul Eggert.
9615 2002-04-25  Akim Demaille  <akim@epita.fr>
9617         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
9618         Thanks to Paul Eggert.
9620 2002-04-25  Akim Demaille  <akim@epita.fr>
9622         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
9623         and ac_subst_vars be sh variables containing the list of
9624         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
9625         DEFAULT diversion.
9626         (_AC_INIT_PREPARE): Use them to log them.
9627         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
9628         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
9629         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
9630         _AC_SUBST_FILES and _AC_SUBST_VARS.
9631         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
9633 2002-04-24  Akim Demaille  <akim@epita.fr>
9635         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
9636         autoheader, so that automake does not complain about a missing
9637         config.h.in that was to be created.
9639 2002-04-23  Akim Demaille  <akim@epita.fr>
9641         * bin/autoheader.in (parse_args): --warning takes an argument.
9642         Fixes PR/220.
9644 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
9646         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
9647         and bb.out when cleaning up.
9649 2002-04-22  Akim Demaille  <akim@epita.fr>
9651         Version 2.53a.
9653 2002-04-22  Akim Demaille  <akim@epita.fr>
9655         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
9657 2002-04-22  Akim Demaille  <akim@epita.fr>
9659         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
9660         comma.
9661         Reported by Gregory Giannoni.
9663 2002-04-22  Akim Demaille  <akim@epita.fr>
9665         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
9666         Fixes false failures on Darwin.
9668 2002-04-21  Paul Eggert  <eggert@twinsun.com>
9670         * TODO, bin/autoupdate.in, doc/autoconf.texi,
9671         lib/autoconf/general.m4, lib/autoconf/libs.m4,
9672         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
9673         tests/tools.at: Minor spelling and grammar fixes.
9675 2002-04-20  Paul Eggert  <eggert@twinsun.com>
9677         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
9678         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
9679         * lib/autotest/general.m4 (AT_INIT): Likewise.
9680         * tests/atgeneral.m4 (AT_INIT): Likewise.
9682 2002-04-19  Paul Eggert  <eggert@twinsun.com>
9684         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
9685         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
9686         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
9687         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9688         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
9689         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
9690         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
9691         Minor spelling and grammar fixes.
9693         * doc/autoconf.texi: Follow the outline suggested in the GNU
9694         Sample Texts sections of the Texinfo 4.2 manual.  Most
9695         importantly, this makes sure that the copyright notices appear in
9696         all output formats.  You probably need Texinfo 4.2 to generate
9697         the manual now.
9699         Fix some bugs when using "$@" when there might be zero positional
9700         arguments in cases where this matters.
9702         * bin/autoconf.as: Rewrite so that the problem does not come up.
9703         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
9704         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
9705         * lib/autotest/general.m4 (AT_INIT): Likewise.
9707         * bin/autoheader.in: Use 'case' statement to work around problem.
9708         * bin/auto4mte.in: Likewise.
9709         * bin/autoreconf.in: Likewise.
9710         * bin/autoscan.in: Likewise.
9711         * bin/autoupdate.in: Likewise.
9712         * bin/ifnames.in: Likewise.
9714         * doc/autoconf.texi (Shell Substitutions): Document the problem.
9716         * lib/autotest/general.m4 (AT_INIT):
9717         Use Zsh alias to work around problem.
9718         * tests/atgeneral.m4 (AT_INIT): Likewise.
9720         * tests/c.at: We can't have zero arguments, so remove workaround
9721         that is not portable to Zsh.
9723 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
9725         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
9726         from aclocal.m4 too.
9728 2002-04-12  Akim Demaille  <akim@epita.fr>
9730         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
9732 2002-04-10  Akim Demaille  <akim@epita.fr>
9734         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
9735         workaround for ${1+"$@"}.
9736         * doc/autoconf.texi (Shell Substitutions): Explain it.
9737         From Oliver Kiddle and Peter Stephenson.
9739         Have M4sh perform minimal shell sanitizing.
9741         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
9742         part into...
9743         (_AS_PREPARE): this new macro.
9744         (AS_PREPARE): New.
9745         (AS_INIT): Invoke AS_SHELL_SANITIZE.
9746         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
9748         Adjust Autoconf and Autotest.
9750         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
9751         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
9752         * lib/autotest/general.m4 (AT_INIT): Likewise.
9753         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
9754         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
9755         AS_SHELL_SANITIZE.
9757         Use this M4sh to generate Autoconf's shell scripts.
9759         * tests/wrapsh.as: New, precursor of wrapsh.in.
9760         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
9761         on Autotest and M4sh.
9762         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
9763         (wrapsh.in): New target.
9764         * bin/autoconf.as: New, precursor of autoconf.in.
9765         (autoconf.in): New target.
9767 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9769         * doc/autoconf.texi (Limitations of Make): Mention the issue
9770         with indented comments in rules.
9772 2002-04-09  Andreas Schwab  <schwab@suse.de>
9774         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
9775         ac_top_builddir when setting ac_abs_top_builddir.
9777 2002-04-06  Kevin Ryde  <user42@zip.com.au>
9779         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
9780         (Portable Shell): Cross reference to Systemology.
9782 2002-04-05  Akim Demaille  <akim@epita.fr>
9784         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
9785         directories when descending in a SUBDIRS.
9786         Reported by Ezra Peisach.
9788 2002-04-04  Andreas Schwab  <schwab@suse.de>
9790         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
9791         contains no literal separators.
9793 2002-04-03  Akim Demaille  <akim@epita.fr>
9795         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
9796         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
9797         Use dnl, not the KILL diversion.
9798         Extracted from...
9799         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
9800         (AC_CONFIG_LINKS): here.
9801         Adjust.
9802         Don't use the KILL diversion, as it kills spurious output, which
9803         results in failures being hidden.
9804         Use m4_defn where appropriate.
9805         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
9806         after the second argument.
9807         Use m4_defn.
9808         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
9809         syntax, as it is provided by M4sugar.
9810         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
9812 2002-04-03  Andreas Schwab  <schwab@suse.de>
9814         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
9815         expanded if $# <= 2.
9817         * bin/autoreconf.in (autoreconf): Run automake after rerunning
9818         aclocal.
9820 2002-04-03  Akim Demaille  <akim@epita.fr>
9822         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
9823         (_AC_COMPILER_EXEEXT_REJECT): New.
9824         Also recognize *.bb and *.bbg as compilation byproducts.
9825         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
9826         (_AC_COMPILER_OBJEXT): Use them.
9827         Fixes Debian #138666.
9829 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
9831         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
9833         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
9834         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
9835         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
9836         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
9837         (AC_C_CONST): Same.
9838         (AC_C_INLINE): Same.
9839         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
9840         * doc/autoconf.texi, NEWS: Document.
9841         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
9842         AC_C_CROSS.
9844 2002-04-02  Akim Demaille  <akim@epita.fr>
9846         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
9847         _AS_MKDIR_P_PREPARE.
9849 2002-03-28  Kevin Ryde  <user42@zip.com.au>
9851         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
9852         to avoid versions of HP C which don't allow that.
9854 2002-03-27  Paul Eggert  <eggert@twinsun.com>
9856         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
9857         (AS_SHELL_SANITIZE): Invoke it.
9858         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
9860 2002-03-26  Akim Demaille  <akim@epita.fr>
9862         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
9864 2002-03-26  Akim Demaille  <akim@epita.fr>
9866         * doc/autoconf.texi (Introduction): The GNATS base moved.
9868 2002-03-25  Paul Eggert  <eggert@twinsun.com>
9870         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
9871         as POSIX requires, as it doesn't work with Zsh.
9872         * doc/autoconf.texi (Assignments): Document the problem.
9874 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
9876         * doc/autoconf.texi (Limitations of Make): Mention more issue
9877         about VPATH, overriding of macros in sub-makes, and handling of
9878         SHELL.
9880 2002-03-21  Paul Eggert  <eggert@twinsun.com>
9882         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
9883         problem with here-document buffer boundaries.
9885         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
9886         when reinvoking the shell, to work around problems with installers
9887         who put strange things like "cd" commands in their environments.
9889 2002-03-19  Akim Demaille  <akim@epita.fr>
9891         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
9892         From Aaron Ucko.
9894 2002-03-19  Akim Demaille  <akim@epita.fr>
9896         * bin/autoscan.in (scan_file): Specify the location in `&used'
9897         invocations.
9898         From Nicolas Joly.
9900 2002-03-19  Akim Demaille  <akim@epita.fr>
9902         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
9903         From Nishio Futoshi.
9905 2002-03-19  Akim Demaille  <akim@epita.fr>
9907         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
9909 2002-03-18  Paul Eggert  <eggert@twinsun.com>
9911         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
9912         (Limitations of Usual Tools): Add mkdir section.
9914         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
9915         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
9916         back on AS_DIRNAME to compute prefixes otherwise; this is
9917         roughly what mkinstalldirs does.  That way, we need not have
9918         our own filename disassembler.  The old disassembler did not
9919         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
9921         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
9922         Create at_test_all by a series of assignments,
9923         not by a single assignment of a long string.  The latter causes ksh
9924         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
9925         presumably because of a buffer overrun.
9927 2002-03-14  Paul Eggert  <eggert@twinsun.com>
9929         * lib/autotest/general.m4 (at_times_skip):
9930         Renamed from at_times.  Now a boolean.
9931         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
9932         says 'times: not found'.
9934 2002-03-14  Akim Demaille  <akim@epita.fr>
9936         * bin/autoreconf.in (&study_gettextize): New.
9937         (&autoreconf): Handle newest gettextize.
9938         Rerun aclocal if needed.
9939         Suggested by Andreas Schwab.
9941 2002-03-13  Akim Demaille  <akim@epita.fr>
9943         * doc/autoconf.texi (Special Shell Variables): More about IFS.
9945 2002-03-13  Akim Demaille  <akim@epita.fr>
9947         * doc/autoconf.texi (Header Portability): New.
9948         Add information about stdint.h and inttypes.h from Paul Eggert.
9950 2002-03-13  Akim Demaille  <akim@epita.fr>
9952         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
9953         -p'.
9954         From Bob Proulx.
9956 2002-03-12  Akim Demaille  <akim@epita.fr>
9958         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
9959         m4_require.
9961 2002-03-11  Andreas Schwab  <schwab@suse.de>
9963         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
9964         does not do it if --with-lispdir is given.
9966 2002-03-08  Akim Demaille  <akim@epita.fr>
9968         Version 2.53.
9970 2002-03-08  Akim Demaille  <akim@epita.fr>
9972         * doc/autoconf.texi (Subdirectories): Clarify that the
9973         subdirectory should exist.
9975 2002-03-08  Akim Demaille  <akim@epita.fr>
9977         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
9979 2002-03-08  Akim Demaille  <akim@epita.fr>
9981         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
9982         aliases the actual variables, and modifications of the former
9983         affect the latter.
9985 2002-03-08  Akim Demaille  <akim@epita.fr>
9987         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
9988         because of C-c: have m4 output in tmp files, then mv them.
9990 2002-03-08  Akim Demaille  <akim@epita.fr>
9992         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
9993         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
9994         * bin/ifnames.in: Copyright update.
9996 2002-03-08  Akim Demaille  <akim@epita.fr>
9998         * doc/autoconf.texi (Invoking autom4te): New.
10000 2002-03-05  Akim Demaille  <akim@epita.fr>
10002         * doc/autoconf.texi (Specifying Names): Clarification suggested by
10003         Kevin Ryde.
10005 2002-03-05  Akim Demaille  <akim@epita.fr>
10007         Version 2.52i.
10009 2002-03-04  Akim Demaille  <akim@epita.fr>
10011         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
10012         * lib/autoconf/general.m4 (AC_INIT): More informative error
10013         message for LIBOBJ.
10015 2002-03-04  Akim Demaille  <akim@epita.fr>
10017         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
10018         parallel builds.
10020 2002-03-04  Akim Demaille  <akim@epita.fr>
10022         * doc/autoconf.texi (Transforming Names): Equality between target
10023         and host is irrelevant.
10024         (Specifying Names, Canonicalizing): Remove all references to the
10025         backward compatibility hooks.  Rather, collect them all into...
10026         (Hosts and Cross-Compilation): this new section.
10027         * doc/install.texi (System Type): Ditto.
10028         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
10029         that `--host' implies cross-compilation.
10031 2002-03-04  Akim Demaille  <akim@epita.fr>
10033         * doc/autoconf.texi (Evaluation Macros): New.
10034         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
10035         useless.
10036         (_m4_foreach): Define the variant with immediate evaluation so
10037         that it contains exactly the items, not an expression which
10038         evaluation is the current item.
10039         (m4_re_string, m4_re_word): Don't over quote them.
10041 2002-03-04  Akim Demaille  <akim@epita.fr>
10043         Instead of having stacking `shift's evaluated at the end, let
10044         `foreach' loops immediately evaluate them.
10046         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
10047         $*.  This is the n-th time I change my mind, but hopefully this is
10048         the last...
10049         (m4_lquote): New.
10050         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
10051         efficient.
10052         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
10053         it was only a hack for m4_text_wrap.
10054         (m4_car2): Remove, replaced by...
10055         (m4_cdr): New.
10056         (_m4_foreach): Adjust.
10057         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
10058         m4_bpatsubst for clarification.
10060 2002-03-04  Akim Demaille  <akim@epita.fr>
10062         * doc/autoconf.texi (Changequote is Evil): New.
10064 2002-03-03  Kevin Ryde  <user42@zip.com.au>
10066         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
10067         on old systems like SunOS.
10069 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
10071         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
10072         lib/autoconf/functions.m4, lib/autoconf/general.m4,
10073         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
10074         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
10075         of messages.
10077 2002-02-28  Akim Demaille  <akim@epita.fr>
10079         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
10080         message to be sent.
10082 2002-02-28  Kevin Ryde  <user42@zip.com.au>
10084         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
10086 2002-02-25  Akim Demaille  <akim@epita.fr>
10088         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
10089         From Akinori Musha.
10091 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
10093         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
10094         translate \r\n to \n.
10096 2002-02-07  Akim Demaille  <akim@epita.fr>
10098         Version 2.52h.
10100 2002-02-07  Akim Demaille  <akim@epita.fr>
10102         Fix Autoconf PR/209.
10103         Also reported by Frank Denis.
10105         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
10107 2002-02-07  Akim Demaille  <akim@epita.fr>
10109         Fix Autoconf PR/207:
10110         AC_PREFIX_PROGRAM fails with dashed program names
10112         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
10113         variable when looking for the prefix program.
10114         Now it also works for shell variables.
10116 2002-02-07  Akim Demaille  <akim@epita.fr>
10118         * doc/autoconf.texi (Limitations of Builtins): More about
10119         case/esac.
10121 2002-02-06  Akim Demaille  <akim@epita.fr>
10123         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
10124         case/esac, some shells don't support it.
10125         Reported by Zack Weinberg.
10126         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
10128 2002-02-06  Akim Demaille  <akim@epita.fr>
10130         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
10131         sure not to introduce newlines in at_groups.
10132         * lib/autotest/Makefile.am (autotest.m4f): Typo.
10134 2002-02-06  Akim Demaille  <akim@epita.fr>
10136         * tests/torture.at (Configuring subdirectories): Skip if aclocal
10137         is not available.
10139 2002-02-05  Paul Eggert  <eggert@twinsun.com>
10141         * doc/autoconf.texi (Specific Compiler Characteristics):
10142         Describe HP-UX cc bug workaround more accurately.
10143         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
10144         not unsigned long.
10145         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
10146         cross-compilers, too.  This undoes some of the most recent change
10147         to this file.
10149 2002-02-05  Akim Demaille  <akim@epita.fr>
10151         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
10152         to make sure they are up to date when `check' is run.
10154 2002-02-05  Akim Demaille  <akim@epita.fr>
10156         * doc/autoconf.texi (Making testsuite Scripts): Document
10157         package.m4.
10159 2002-02-05  Akim Demaille  <akim@epita.fr>
10161         * lib/freeze.mk: New.
10163 2002-02-05  Akim Demaille  <akim@epita.fr>
10165         Implement `autom4te --freeze'.
10167         * bin/autom4te.in (&freeze): New.
10168         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
10169         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
10171 2002-02-05  Akim Demaille  <akim@epita.fr>
10173         * bin/autom4te.in (&parse_args): Implement `frozen files are
10174         optional are the sum of the previous files on the command line'.
10175         Also, pass `--reload-state=' on them, so...
10176         (handle_m4): don't.
10177         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
10178         (M4sh): Rely on M4sugar.
10179         (Autotest, M4sh, M4sugar): Use frozen files.
10181 2002-01-31  Akim Demaille  <akim@epita.fr>
10183         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
10184         * doc/autoconf.texi (Initializing configure): Adjust.
10186 2002-01-30  Akim Demaille  <akim@epita.fr>
10188         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
10189         alphanumeric to `-' instead of `_'.
10191 2002-01-30  Akim Demaille  <akim@epita.fr>
10193         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
10194         for plain code, the other for cross-compilation code.  The latter
10195         is now run with GCC only.
10196         * doc/autoconf.texi (Compilers and Preprocessors): New.
10198 2002-01-30  Akim Demaille  <akim@epita.fr>
10200         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
10201         values.
10202         * doc/autoconf.texi (Initializing configure): Explain how to
10203         change AC_INIT default values.
10205 2002-01-29  Akim Demaille  <akim@epita.fr>
10207         * tests/torture.at (Configuring subdirectories): Use configure.in,
10208         so that aclocal 1.4 works.
10209         Reported by Alexandre Duret-Lutz and Larry Schmitt.
10211 2002-01-28  Akim Demaille  <akim@epita.fr>
10213         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
10214         needs an argument.
10216 2002-01-28  Akim Demaille  <akim@epita.fr>
10218         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
10219         AUTOTEST_PATH *after* it was set.
10220         Don't put `.' in the PATH: the user should be precise and `./' if
10221         needed.  In addition, given that the test suite does some `cd', if
10222         `.' is in the path, the `tested programs' sections will report
10223         programs found in the test suite's directory, while during the
10224         tests (performed in their own directory), these programs are no
10225         longer visible.  In other words, the results is confusing and
10226         useless.
10227         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
10229 2002-01-24  Akim Demaille  <akim@epita.fr>
10231         Version 2.52g.
10233 2002-01-24  Akim Demaille  <akim@epita.fr>
10235         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
10236         * doc/autoconf.texi: Finally add Akim as an author.
10238 2002-01-24  Akim Demaille  <akim@epita.fr>
10240         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
10241         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
10242         Bourne. Use /bin/sh.
10243         From Andreas Buening.
10245 2002-01-24  Akim Demaille  <akim@epita.fr>
10247         * config/config.guess, config/config.sub, config/texinfo.tex:
10248         Update from masters.
10250 2002-01-24  Akim Demaille  <akim@epita.fr>
10252         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
10253         * config/auxdir.m4, config/cond.m4, config/depend.m4,
10254         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
10255         * config/missing.m4, config/sanity.m4, config/select.m4,
10256         * config/strip.m4: Remove, to ease sync'ing with any version of
10257         Automake.
10259 2002-01-24  Akim Demaille  <akim@epita.fr>
10261         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
10262         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
10263         Reported by Geir Ove Myhr.
10265 2002-01-21  Akim Demaille  <akim@epita.fr>
10267         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
10269 2002-01-21  Akim Demaille  <akim@epita.fr>
10271         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
10272         message on invalid options.
10273         * bin/autom4te.in (parse_args): Don't use
10274         Autoconf::General::getopt with non valid options.
10276 2002-01-17  Jim Meyering  <meyering@lucent.com>
10278         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
10279         $ac_cv_exeext so we don't use an old, invalid, cached value.
10281 2002-01-11  Akim Demaille  <akim@epita.fr>
10283         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
10284         Meyering.
10285         * doc/autoconf.texi (Function Portability): Document the strnlen
10286         limitation.
10287         (Particular Functions): Document AC_FUNC_STRNLEN.
10288         * lib/autoscan/functions: Adjust.
10290 2002-01-06  Akim Demaille  <akim@epita.fr>
10292         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
10293         package.m4, since is really depends upon configure.ac, not
10294         configure.
10295         * doc/autoconf.texi (testsuite Scripts): Adjust.
10296         * tests/Makefile.am (package.m4): New.
10297         EXTRA_DIST it since its a source.
10299 2002-01-06  Akim Demaille  <akim@epita.fr>
10301         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
10302         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
10303         and PACKAGE_BUGREPORT from here...
10304         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
10305         arguments.
10306         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
10307         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
10308         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
10309         * tests/tools.at (autoheader): Adjust.
10310         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
10312 2002-01-06  Akim Demaille  <akim@epita.fr>
10314         * bin/autoscan.in (scan_file): Use `&used'.
10316 2002-01-03  Akim Demaille  <akim@epita.fr>
10318         * doc/autoconf.texi (Output): Improved wording regarding use of
10319         AC_OUTPUT.
10320         From Olly Betts.
10322 2001-12-18  Kevin Ryde  <user42@zip.com.au>
10324         * doc/autoconf.texi (Function Portability): Add notes on sscanf
10325         sometimes needing writable input.
10327 2001-12-17  Jim Meyering  <meyering@lucent.com>
10329         * doc/autoconf.texi (New Macros): Tweak wording.
10331 2001-12-14  Akim Demaille  <akim@epita.fr>
10333         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
10334         trailing files, don't apply `-rf' to files which might not be
10335         created by configure (core, core.*, and *.core), but just `rm -f'.
10336         Suggested by Jonathan Kamens.
10338 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
10340         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
10342 2001-12-14  Akim Demaille  <akim@epita.fr>
10344         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
10346 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
10348         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
10349         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
10350         abs_srcdir, top_srcpath to abs_top_srcdir.
10351         (_AC_OUTPUT_FILES): Adjust.
10352         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
10353         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
10354         * tests/wrappl.in, tests/wrapsh.in: Adjust.
10356 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
10358         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
10359         C/Fortran linking on HP/UX, by extracting the Fortran library
10360         search path from the LPATH line in the $F77 -v output.
10362 2001-12-12  Kevin Ryde  <user42@zip.com.au>
10364         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
10365         forbidden file descriptors table.
10367 2001-11-26  Akim Demaille  <akim@epita.fr>
10369         * bin/autoscan.in (%c_keywords): Build it at top level.
10370         Map to 1 in order to simplify its uses.
10372 2001-11-26  Akim Demaille  <akim@epita.fr>
10374         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
10375         Remove $filepath, useless.
10376         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
10377         variables, they are really part of the tokens.
10378         Split the input line on spaces and then look for tokens.
10379         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
10380         because of `lex$U.$(OBJEXT)'.
10381         (&scan_files): Use "@list" instead of join.
10382         * doc/Makefile.am (CLEANFILES): Add *.fns.
10384 2001-11-26  Akim Demaille  <akim@epita.fr>
10386         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
10387         Remove, replaced by...
10388         * tests/wrappl.in: Be common for all the Perl executables.
10389         In particular autoscan and autoheader want -I.
10390         * configure.ac: Adjust.
10391         * lib/autoscan/headers: errno.h is portable.
10393 2001-11-26  Akim Demaille  <akim@epita.fr>
10395         * bin/autoscan.in (used): New.
10396         Use it.
10398 2001-11-26  Akim Demaille  <akim@epita.fr>
10400         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
10401         directives.
10402         (&scan_sh_file): Remove a duplicate pattern.
10403         (&check_configure_ac): Use long options.
10404         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
10406 2001-11-26  Akim Demaille  <akim@epita.fr>
10408         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
10409         Before, having a line containing the opening of a multi line
10410         comment made the whole line be ignored.
10412 2001-11-26  Akim Demaille  <akim@epita.fr>
10414         * doc/autoconf.texi (Using an Autotest Test Suite): New.
10415         (testsuite Scripts): Be one of its subsection.
10416         (Autotest Logs): New.
10418 2001-11-26  Akim Demaille  <akim@epita.fr>
10420         Test groups are now run two directories deeper.
10422         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
10423         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
10424         at_top_builddir.
10425         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
10426         top_srcdir, builddir and top_builddir.
10427         Use `at_*dir' relatively to the directory containing the
10428         suite, use `*dir' when relatively to the current group dir.
10430 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10432         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
10433         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
10434         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
10435         spelling errors.
10437 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
10439         * doc/autoconf.texi (Using System Type): Add an example of `case
10440         $host' usage so people quit using `case $target' everywhere.
10442 2001-11-22  Akim Demaille  <akim@epita.fr>
10444         * doc/autoconf.texi (Installation Directory Variables): Englishoes
10445         spotted by Jim Meyering.
10447 2001-11-16  Paul Eggert  <eggert@twinsun.com>
10449         This patch implements a `long double' suggestion by Oliver Kiddle.
10451         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
10452         static, to catch errors if the value isn't known at compile-time
10453         and the compiler supports dynamic arrays.  Change its name from
10454         `_array_' to `test_array' to avoid potential name clashes.
10455         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
10456         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
10457         better than double.  Catch a bug in GCC 2.95.2 x86.
10458         * doc/autoconf.texi (C Compiler): Document the above.
10459         * NEWS: Likewise.
10461 2001-11-13  Akim Demaille  <akim@epita.fr>
10463         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
10464         hand.
10465         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
10467 2001-11-13  Akim Demaille  <akim@epita.fr>
10469         * lib/autotest/general.m4 (AT_INIT): After having run the test
10470         group, go back to the initial directory, not to at_suite_dir.
10472 2001-11-13  Akim Demaille  <akim@epita.fr>
10474         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
10475         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
10476         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
10477         option.
10478         (AT_CHECK_CONFIGURE): Use absolute paths.
10479         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
10480         The problem is still the old one: there is no means in M4 (that I
10481         know about) to create a defining macro, because there is no means
10482         to create `$1' etc., therefore, the defining macro ``swallows''
10483         all the arguments meant to the defined macro.
10485 2001-11-13  Akim Demaille  <akim@epita.fr>
10487         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
10488         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
10489         configure.ac.
10490         * tests/aclocal.m4: Remove, as it is no longer used.
10492 2001-11-13  Akim Demaille  <akim@epita.fr>
10494         * lib/autotest/general.m4: Change `tests?' into `groups?' in
10495         variable names when referring to a single test group, or to
10496         `suite' when referring to the whole test suite.
10497         `at_last_test' is removed: m4 compute at_format itself.
10498         (at_stdout, at_stder1, at_stderr): New variables.
10499         (AT_CHECK): Use them.
10501 2001-11-13  Akim Demaille  <akim@epita.fr>
10503         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
10504         in PATH.
10505         Create `testsuite.dir/003/run' instead of `testsuite.003'.
10506         Do it as soon as a test fails, don't wait till the end of the test
10507         suite.
10508         Don't remove $as_me.[0-9]*, since these files no longer exist.
10510 2001-11-13  Akim Demaille  <akim@epita.fr>
10512         * tests/tools.at: Use absolute paths, since we are no longer run
10513         in place.
10515 2001-11-13  Akim Demaille  <akim@epita.fr>
10517         Now that tests are running in their own private dir, there is no
10518         need to list the files to remove at the end of tests groups.
10520         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
10521         (AT_data_files, at_data_files): Remove.
10522         (AT_CLEANUP, AT_DATA): Simplify.
10523         (AT_INIT): Adjust.
10524         Remove the group dir if !debug && !failed.
10525         * tests/atspecific.m4: Adjust.
10527 2001-11-13  Akim Demaille  <akim@epita.fr>
10529         Start a new layout for Autotest: `testsuite' creates
10530         `testsuite.dir' in which the at-check-line etc. files are to be
10531         found, and `testsuite.dir/003' where the test group 3 is run.
10533         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
10534         at_check_line_file, at_format, at_test_normalized, at_group_dir
10535         are new variables.
10536         Create the directories.
10537         Use absolute paths for at- files.
10538         (AT_CHECK): Adjust.
10540 2001-11-11  Michael Matz  <matz@kde.org>
10542         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
10543         (m4_car2): New.
10544         (m4_car): Properly quote arguments.
10546 2001-11-13  Akim Demaille  <akim@epita.fr>
10548         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
10549         with stricter rules on LIBOBJS.
10551 2001-11-12  Paul Eggert  <eggert@twinsun.com>
10553         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
10554         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
10555         __PROTOTYPES too.
10557 2001-11-12  Akim Demaille  <akim@epita.fr>
10559         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
10561 2001-11-12  Akim Demaille  <akim@epita.fr>
10563         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
10564         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
10565         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
10566         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
10567         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
10568         specify to what the macro should be defined (typically to 1).
10570 2001-11-12  Akim Demaille  <akim@epita.fr>
10572         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
10573         From Jim Meyering.
10575 2001-11-12  Akim Demaille  <akim@epita.fr>
10577         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
10578         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
10579         definition used by Automake where LEX is +/- "${missing} lex" and
10580         `missing' itself contains variables.
10582 2001-11-12  Akim Demaille  <akim@epita.fr>
10584         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
10585         Now that M4sh pushes BODY, the comments were output at the end of
10586         the test suites.
10588 2001-11-08  Akim Demaille  <akim@epita.fr>
10590         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
10591         that we can trace macros from aclocal.m4.
10592         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
10593         obsoleted, and redirect to the former anyway.
10594         Reported by Ralf Corsepius.
10596 2001-11-08  Akim Demaille  <akim@epita.fr>
10598         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
10599         processed only if present.
10600         * tests/torture.at (Configuring subdirectories): Use autoreconf
10601         instead of successive calls to autoconf.
10602         Add a nonexistent subdirectory to exercise the patch above.
10603         Reported by Ralf Corsepius.
10605 2001-11-08  Kevin Ryde  <user42@zip.com.au>
10607         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
10608         doesn't accept .S files.
10610 2001-11-07  Akim Demaille  <akim@epita.fr>
10612         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
10613         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
10614         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
10615         * bin/autom4te.in (warn_forbidden): New.
10616         (handle_output): Use it.
10617         Read m4_pattern_forbid with messages.
10619 2001-11-05  Akim Demaille  <akim@epita.fr>
10621         * bin/autom4te.in (--normalize): Remove.
10622         * lib/autom4te.in: Adjust.
10624 2001-11-05  Akim Demaille  <akim@epita.fr>
10626         * tests/Makefile.am (testsuite): Rename this target as...
10627         ($(TESTSUITE)): this.
10628         From Nicolas Joly.
10630 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
10632         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
10633         the --prefix option, also remove it's argument.
10635 2001-11-05  Akim Demaille  <akim@epita.fr>
10637         * doc/autoconf.texi (testsuite Invocation): Update.
10638         (Writing testsuite.at): Update.
10640 2001-11-03  Akim Demaille  <akim@epita.fr>
10642         * doc/autoconf.texi: s/@code/@command/ where appropriate.
10644 2001-11-03  Akim Demaille  <akim@epita.fr>
10646         * lib/Autom4te/General.pm: (&catfile, &canonfile)
10647         (&file_name_is_absolute): New, wrappers around routines from
10648         File::Spec.
10649         Use and export them.
10650         (&find_configure_ac): Optionally take a directory where to look at.
10651         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
10652         the arguments.
10653         Default @ARGV to `.', not find_configure_ac.
10654         (&autoreconf): Argument is a directory.
10655         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
10656         * doc/autoconf.texi (autoreconf Invocation): Update.
10658 2001-11-03  Akim Demaille  <akim@epita.fr>
10660         * lib/Autom4te/General.pm (@export_vars, @export_subs)
10661         (@export_forward_subs): New.
10662         Add basename, dirname, and fileparse.
10663         (@EXPORT): Adjust.
10664         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
10665         Don't look for aclocal flags if we already know aclocal is not
10666         used.
10667         Move aclocal.m4t only if it exists.
10668         Reported by Ezra Peisach.
10670 2001-11-03  Akim Demaille  <akim@epita.fr>
10672         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
10673         passed on command line, defaulting to ./configure.ac if present.
10674         (&maybe_autoreconf, File::Find): Remove, unused.
10675         (&autoreconf): If autoconf is not used, don't try to trace.
10677 2001-11-02  Akim Demaille  <akim@epita.fr>
10679         * configure.ac: Bump to 2.52g.
10681 2001-11-02  Akim Demaille  <akim@epita.fr>
10683         Version 2.52f.
10685 2001-11-02  Akim Demaille  <akim@epita.fr>
10687         * config/config.guess, config/config.sub, doc/standards.texi:
10688         * config/lispdir.m4: Update from masters.
10689         * configure.ac: Bump to 2.52f.
10691 2001-11-02  Akim Demaille  <akim@epita.fr>
10693         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
10694         Don't run aclocal when aclocal.m4 is not from aclocal.
10695         From Ezra Peisach.
10696         Don't run libtoolize and gettextize if --install is not given.
10698 2001-11-01  Paul Eggert  <eggert@twinsun.com>
10700         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
10701         be invoked before _AS_LINENO_PREPARE.
10702         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
10703         than character ranges.
10705         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
10706         invoking AS_BASENAME.  Set the locale variables to 'C' if
10707         possible, as POSIX requires this to get the traditional
10708         behavior.
10709         * doc/autoconf.texi (Special Shell Variables): Describe the above.
10711 2001-10-31  Paul Eggert  <eggert@twinsun.com>
10713         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
10714         with {}, as that triggers a bug in Bash 2.05.
10716         (_AS_LINENO_PREPARE): Use Sed rather than
10717         Awk.  Fix the sed prepass to work even if there are multiple
10718         instances of $LINENO on the same line.  Do not substitute for
10719         other variables like $LINENOT.  Do not check file dates; such a
10720         check is unreliable on sufficiently fast machines, and removing
10721         the check makes the code simpler and more reliable.  Check for
10722         output and chmod failures.
10724         * doc/autoconf.texi (Special Shell Variables): Document
10725         the above.
10727 2001-10-31  Akim Demaille  <akim@epita.fr>
10729         * tests/Makefile.am (atconfig): Remove this target, Automake
10730         handles it now.
10732 2001-10-31  Akim Demaille  <akim@epita.fr>
10734         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
10735         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
10736         provided, while it is optional.
10737         * configure.ac: Adjust.
10739 2001-10-26  Paul Eggert  <eggert@twinsun.com>
10741         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
10742           lib/Autom4te/Struct.pm:
10743         Require Perl 5.005_03 instead of just 5.005, as some tests fail
10744         with 5.005_02.
10746         * doc/autoconf.texi (Special Shell Variables): Document some
10747         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
10749         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
10750         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
10751         eval $LINENO is not portable in practice.
10753 2001-10-24  Akim Demaille  <akim@epita.fr>
10755         * lib/Autom4te/General.pm (backname): New.
10757 2001-10-24  Akim Demaille  <akim@epita.fr>
10759         * m4/: Remove, merged into...
10760         * config/: here.
10762 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
10764         * doc/autoconf.texi (Shellology): Mention the problems with bash
10765         2.05's use of ANSI quoting in its `set' builtin.
10767 2001-10-22  Paul Eggert  <eggert@twinsun.com>
10769         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
10770         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
10771         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
10772         POSIX decided to standardize on the int flavor of strerror_r.
10773         Always do char* test, as there's no reason not to.
10774         Assign to a char* var, to catch strerror_r that returns int*.
10776         * doc/autoconf.texi (Particular Functions):
10777         Document the above changes.  Also, document the fact that
10778         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
10780         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
10782 2001-10-20  Akim Demaille  <akim@epita.fr>
10784         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
10785         the executable was missing from the log.
10787 2001-10-20  Akim Demaille  <akim@epita.fr>
10789         * lib/Autom4te/General.pm (&update_file): If destination is
10790         unchanged, remove the source.
10791         (&up_to_date_p): Don't be verbose, be debug.
10792         * bin/autoreconf.in: No longer support --m4dir.
10793         (&autoreconf): Display the full path of the configure.ac we are
10794         studying.
10795         Trace it only once.
10796         Be sure to honor --force with gettextize.
10797         Always run aclocal.
10798         * doc/autoconf.texi: Adjust.
10800 2001-10-20  Akim Demaille  <akim@epita.fr>
10802         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
10803         Remove, dead.
10804         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
10805         `intl' is already present, as it refuses unless --force.
10806         (&parse_args): Use -I, --include instead of the old Autoconf
10807         options.
10808         ($localdir, $autoconf_dir): Remove.
10809         (@include): New.
10810         (&maybe_autoreconf): New, to preserve $_ for File::Find.
10812 2001-10-19  Jens Petersen  <petersen@redhat.com>
10814         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
10815         * doc/autoconf.texi (Particular Programs): Likewise.
10817 2001-10-19  Akim Demaille  <akim@epita.fr>
10819         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
10820         file in @configure_input@.
10821         Don't mention `automatically' in addition to `generated'.
10822         * tests/torture.at (#define header templates): Adjust.
10824 2001-10-19  Akim Demaille  <akim@epita.fr>
10826         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
10827         comment, explain how to install automatic mode selection.
10828         From Russ Allbery.
10830 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
10832         * bin/autoreconf.in (autoreconf): Display the path to the
10833         configure.ac being studied.
10835 2001-10-18  Paul Eggert  <eggert@twinsun.com>
10837         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
10838         long, to work around a bug in the HP C compiler version HP92453-01
10839         B.11.11.23709.GP.
10841         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
10842         (AS_BASENAME_EXPR): New macro.
10843         (AS_BASENAME_SED): Do not assume GNU sed semantics.
10844         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
10845         and fall back on 'sed' only if the other two fail.  This makes
10846         AS_BASENAME act more like AS_DIRNAME.
10847         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
10848         contains white space.
10849         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
10850         Use AS_DIRNAME, since I think it's now DOS-friendly.
10851         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
10852         Allow "dirname //FOO" to return either / or //, as POSIX allows
10853         either behavior.
10855 2001-10-10  Akim Demaille  <akim@epita.fr>
10857         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
10858         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
10859         From Eric Sharkey.
10861 2001-10-10  Akim Demaille  <akim@epita.fr>
10863         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
10864         m4_define, since...
10865         (_AS_ECHO_N): AS_REQUIREs it.
10867 2001-10-10  Akim Demaille  <akim@epita.fr>
10869         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
10870         (AC_INCLUDES_DEFAULT): Move to...
10871         * lib/autoconf/headers.m4: here.
10872         * lib/autoconf/types.m4: Comment changes.
10873         * doc/autoconf.texi: Specify where the default includes are used
10874         in the macro prototypes.
10876 2001-10-09  Akim Demaille  <akim@epita.fr>
10878         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
10879         transition code.
10881 2001-10-08  Akim Demaille  <akim@epita.fr>
10883         * bin/autoreconf.in (&autoreconf): Remove debugging code.
10884         (&parse_args): Pass verbosity/debugging options to subtools when
10885         --debug, not when --verbose.
10886         * lib/autom4te.in (Autoreconf-preselections): New.
10887         (Autoconf): Use it.
10889 2001-10-08  Akim Demaille  <akim@epita.fr>
10891         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
10893 2001-10-08  Akim Demaille  <akim@epita.fr>
10895         * doc/autoconf.texi (autoreconf Invocation): Adjust.
10896         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
10898 2001-10-08  Akim Demaille  <akim@epita.fr>
10900         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
10901         (Syntax of the shell scripts): Don't.
10902         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
10903         bother with $force since...
10904         * lib/Autom4te/General.pm: does.
10906 2001-10-08  Akim Demaille  <akim@epita.fr>
10908         * bin/autoreconf.in: Rewrite in Perl.
10909         * configure.ac: Adjust.
10910         * lib/Autom4te/General.pm (&up_to_date_p): New.
10911         * bin/autom4te.in (&up_to_date_p): Use it.
10912         Rename as...
10913         (&up_to_date): this.
10915 2001-10-08  Akim Demaille  <akim@epita.fr>
10917         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
10918         (m4_list_cmp): Use $0 to reinvoke yourself.
10919         (m4_patsubsts): New.
10920         (m4_strip, m4_version_unletter): Use it.
10921         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
10923 2001-10-08  Akim Demaille  <akim@epita.fr>
10925         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
10926         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
10927         * lib/autoconf/types.m4, lib/autotest/general.m4,
10928         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
10929         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
10930         m4_bregexp, m4_bpatsubst, and m4_bmatch.
10931         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
10933 2001-10-08  Akim Demaille  <akim@epita.fr>
10935         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
10937 2001-10-08  Akim Demaille  <akim@epita.fr>
10939         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
10940         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
10941         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
10942         * tests/tools.at, tests/m4sh.at: Use it.
10943         * tests/m4sh.at: Don't rely on Autoconf macros.
10944         (DIRNAME_TEST): Also exercise the expr variant.
10945         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
10946         preferred M4sugar extension is now `.4s'.
10947         * tests/README: Remove.
10949 2001-10-08  Akim Demaille  <akim@epita.fr>
10951         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
10952         (m4_provide_if): this.
10953         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
10954         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
10955         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
10956         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
10958 2001-10-08  Akim Demaille  <akim@epita.fr>
10960         Use `add-log-current-defun-function' for ChangeLog creation.
10961         Suggested by Tom Tromey.
10963         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
10964         (autotest-mode): Adjust.
10965         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
10966         'comment-region onto `C-c ;'.
10967         Comments are `#', not `dnl'.
10968         (autoconf-current-defun): New.
10969         (autoconf-font-lock-keywords): Recognize `m4_defun'.
10971 2001-10-08  Akim Demaille  <akim@epita.fr>
10973         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
10974         * lib/m4sugar/m4sh.m4: here.
10975         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
10976         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
10977         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
10978         include handle the m4_pattern_*, no longer push the
10979         BODY diversion nor set the /bin/sh line, AS_INIT does it.
10980         * lib/autotest/general.m4 (AT_INIT): Likewise.
10981         * tests/base.at: Adjust the tests to use AS_INIT.
10982         * tests/tools.at (AT_DATA_FORBIDDEN): New.
10983         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
10984         Autoconf.
10986 2001-10-07  Paul Eggert  <eggert@twinsun.com>
10988         * doc/autoconf.texi (config.status Invocation):
10989         CONFIG_SHELL defaults to a shell that supports LINENO if available.
10991         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
10992         shell does not support LINENO, and if CONFIG_SHELL is unset or
10993         empty, and if we can find a shell that does support LINENO,
10994         then set CONFIG_SHELL to that shell and then re-execute
10995         ourselves with CONFIG_SHELL.
10997 2001-10-05  Paul Eggert  <eggert@twinsun.com>
10999         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
11000         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
11001         build of $(TESTSUITE).
11003 2001-10-05  Akim Demaille  <akim@epita.fr>
11005         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
11006         iff we are a bareword.
11007         Reported by Raja R Harinath.
11009 2001-10-05  Akim Demaille  <akim@epita.fr>
11011         * tests/m4sh.at (LINENO): New.
11012         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
11013         PATH_SEPARATOR before using it.
11014         Fix the absolute path case/esac pattern.
11015         Provide $0 as fallback for as_myself.
11016         Reported by Raja R Harinath.
11018 2001-10-05  Akim Demaille  <akim@epita.fr>
11020         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
11021         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
11023 2001-10-05  Akim Demaille  <akim@epita.fr>
11025         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
11026         (AS_SHELL_SANITIZE): here.  Use it.
11027         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
11028         From Paul Eggert.
11030 2001-10-04  Akim Demaille  <akim@epita.fr>
11032         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
11033         combination of Awk and sed to replace $LINENO.
11035 2001-10-02  Paul Eggert  <eggert@twinsun.com>
11037         * doc/autoconf.texi (Limitations of Builtins): You can't use
11038         "source"; it's not portable.  Remove confusing and
11039         somewhat-incorrect example involving "." and "/".
11041         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
11042         compatibility with POSIX shells.
11044 2001-10-02  Akim Demaille  <akim@epita.fr>
11046         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
11047         instead of exec'ing to preserve $0 and $@.
11049 2001-10-01  Akim Demaille  <akim@epita.fr>
11051         * tests/testsuite (AT_INIT) <at_pass_list>: New.
11052         Don't run twice the same test.
11054 2001-10-01  Akim Demaille  <akim@epita.fr>
11056         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
11057         No longer output the list of tests.
11058         <--list>: New option.
11059         <--full-help>: Remove.
11060         Complete the short/long options duality.
11061         Various small adjustments.
11063 2001-10-01  Akim Demaille  <akim@epita.fr>
11065         * doc/autoconf.texi: Use @kbd for user input.
11066         Always use `$' as shell prompt.
11068 2001-09-30  Paul Eggert  <eggert@twinsun.com>
11070         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
11071         Don't use nested parenthesization.  This patch was originally
11072         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
11073         but somehow it didn't get incorporated then.
11074         * doc/autoconf.texi (Limitations of Usual Tools):
11075         Clarify remark about sed and nested parenthesization.
11077         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
11078         Report an error if the size cannot be determined even though
11079         the type exists.
11080         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
11081         Check for `expr' arithmetic overflow, and for compilation failure,
11082         and invoke a new argument $4 if either is discovered.
11083         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
11084         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
11086 2001-09-28  Akim Demaille  <akim@epita.fr>
11088         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
11089         * m4/lispdir.m4: New.
11090         * aclocal.m4, configure.ac: Adjust.
11092 2001-09-28  Akim Demaille  <akim@epita.fr>
11094         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
11095         (AT_TESTED): this.
11096         (AT_INIT): More the wrapped section to where it will be expanded.
11097         Output `AT_tested' only when existing.
11098         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
11100 2001-09-27  Akim Demaille  <akim@epita.fr>
11102         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
11103         generates too many bug reports.
11105         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
11106         status when executing the ACTION-IF-FALSE.
11107         * tests/base.at (AC_TRY_*): Rename as...
11108         (AC_TRY_COMMAND): this.
11109         (AC_RUN_IFELSE): New.
11110         * tests/compile.at (Extensions, C keywords)
11111         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
11112         (Broken/missing compilers, AC_PROG_CPP with warnings)
11113         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
11114         * tests/c.at (Extensions, C keywords)
11115         (Broken/missing compilers, AC_PROG_CPP with warnings)
11116         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
11117         (AC_PROG_CPP requires AC_PROG_CC): here and...
11118         * tests/fortran.at (GNU Fortran 77): there.
11119         * doc/autoconf.texi (autoconf Invocation): Fix the example:
11120         AC_TRY_RUN is about compilation, not shell commands.
11121         (Test Programs): AC_TRY_RUN works as used to be advertised.
11123 2001-09-27  Akim Demaille  <akim@epita.fr>
11125         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
11126         Raja R Harinath:
11127         Be sure to detect when $LINENO always returns the same value.
11128         Look for the original script, basename($0) is certainly not
11129         enough.
11130         Pass the CLI arguments to `$as_me.lineno'.
11132 2001-09-25  Akim Demaille  <akim@epita.fr>
11134         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
11135         Be sure the close and reopen the LOG fd before and after using tee
11136         to extend the log.
11137         <at_tests_pattern>: Adjust to the new format of at_help_all.
11139 2001-09-23  Akim Demaille  <akim@epita.fr>
11141         * bin/autom4te.in (parse_args): There can be several invocations
11142         of --language now.
11144 2001-09-23  Akim Demaille  <akim@epita.fr>
11146         * doc/autoconf.texi (Top): Wrap in @ifnottex.
11148 2001-09-23  Akim Demaille  <akim@epita.fr>
11150         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
11151         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
11152         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
11153         builddir, buildpath, top_builddir, and top_buildpath.
11154         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
11155         the current directory.
11156         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
11157         variables *before* changing the current directory.
11158         Skip nonexistent dirs.
11159         * doc/autoconf.texi (Preset Output Variables): Document these
11160         variables.
11162         * lib/autotest/general.m4: Do not reset AT_victims.
11163         Don't compute at_srcdir nor at_top_srcdir.
11165         * tests/tools.at: Hence use top_srcdir.
11167         * tests/Makefile.am, tests/autoconf, tests/autoheader,
11168         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
11169         Remove.
11170         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
11171         * tests/wrapsh.in, tests/autoupdate.in: New.
11172         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
11173         * configure.ac: Build the position independent wrappers.
11175         * man/Makefile.am: Now that test wrappers are position
11176         independent, use them and drop dark envvar magic.
11178 2001-09-23  Akim Demaille  <akim@epita.fr>
11180         * doc/autoconf.texi (Common Shell Constructs): Rename as...
11181         (Programming in M4sh): this.
11182         Promote to @section.
11184 2001-09-23  Akim Demaille  <akim@epita.fr>
11186         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
11187         Pass $at_debug_args to the rerun test suite.
11188         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
11189         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
11190         From Paul Eggert.
11192 2001-09-23  Akim Demaille  <akim@epita.fr>
11194         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
11196 2001-09-23  Akim Demaille  <akim@epita.fr>
11198         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
11199         over-escaping.
11201 2001-09-23  Akim Demaille  <akim@epita.fr>
11203         * lib/Autom4te/General.pm (&debug): New.
11204         * bin/autom4te.in ($language): Move to...
11205         (parse_args): here.
11206         Handle --language in languages.
11207         * lib/autom4te.in (Automake-selections, Autoheader-selections)
11208         (Autoscan-selections): New.
11209         (Autoconf): Adjust.
11211 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
11213         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
11214         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
11215         to match current versions from CVS Automake.
11217 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
11219         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
11220         for $LINENO.
11222 2001-09-22  Akim Demaille  <akim@epita.fr>
11224         * lib/autoconf/autotest.m4: Create `package.m4'.
11225         * tests/Makefile.am (package.m4): Remove.
11227 2001-09-22  Akim Demaille  <akim@epita.fr>
11229         Rely on `$LINENO' when possible instead of `__oline__'.
11231         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
11232         `$LINENO' support replacement when not supported.
11233         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
11234         them explicitly to be sure they are not output before this section
11235         (via m4_require).  Cosmetic only.
11236         * lib/autoconf/c.m4, lib/autoconf/general.m4,
11237         * lib/autoconf/programs.m4: Replace all the occurrences of
11238         `__oline__' with `$LINENO'.
11239         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
11241 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
11243         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
11244         character (u: -> ue) in a code comment.
11245         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
11246         it works.
11248 2001-09-21  Akim Demaille  <akim@epita.fr>
11250         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
11251         Suggested by Jim Meyering.
11253 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11255         * lib/autoconf/programs.m4: Use extensions listed in
11256         $ac_executable_extensions when looking for programs.
11258 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11260         * lib/autoconf/general.m4: Fix a small Englisho.
11261         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
11262         setting up ac_dir_suffix and ac_top_builddir.
11263         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
11265 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11267         * doc/autoconf.texi (File System Conventions): Clarify the use of
11268         PATH_SEPARATOR.
11269         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
11270         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
11271         be used instead of ':'.
11272         * lib/autotest/general.m4: Replace occurrences of ':' in
11273         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
11275 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11277         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
11278         arguments.  Fixed a typo.
11280 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11282         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
11283         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
11285 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11287         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
11288         * bin/autoupdate.in: Ditto.
11289         * bin/autoheader.in: Reworded a few comments.
11290         * bin/autoconf.in: Reworded help text for a few options.
11291         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
11292         * bin/autoscan.in, bin/autoupdate.in: Ditto.
11294 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11296         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
11297         already have $file).  Set output files to binary mode (helps avoid
11298         CR issues on DOSish systems).
11300 2001-09-19  Akim Demaille  <akim@epita.fr>
11302         * lib/autotest/general.m4: Englishoes.
11303         From Tim Van Holder and Alexey Mahotkin.
11305 2001-09-18  Paul Eggert  <eggert@twinsun.com>
11307         * doc/autoconf.texi (Common Shell Constructs): New node,
11308         documenting AS_DIRNAME.
11309         (Limitations of Usual Tools): Refer to it when discussing dirname.
11310         Also, update discussion of POSIX standard to reflect latest draft.
11312         * lib/autoconf/c.m4:
11313         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
11315         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
11316         Do not pass a first argument with leading '-'
11317         to expr, by parenthesizing initial integers that might be negative.
11319         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
11320         now merely checks whether it is an error to pass an argument
11321         to getpgrp.
11323         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
11324         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
11325         whether it is a (compile-time) error to pass an argument to
11326         getpgrp.  This simpler test supports the revised documentation,
11327         and is all that AC_FUNC_GETPGRP's users really need.
11329 2001-09-18  Akim Demaille  <akim@epita.fr>
11331         * doc/autoconf.texi (Limitations of Make) <$<>: New.
11333 2001-09-18  Akim Demaille  <akim@epita.fr>
11335         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
11336         `{}'.
11337         * lib/autotest/general.m4 (AT_INIT): Adjust.
11339 2001-09-18  Paul Wagland  <paul@wagland.net>
11341         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
11342         correctly.
11343         Add test for AS_BASENAME.
11344         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
11345         added test. It now correctly handles /1/2/3/, returning '3' not ''.
11346         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
11347         * tests/base.at: Fixed the expected responses. The old ones were
11348         one line out...
11349         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
11350         the documentation claims it should (and how it behaved in 2.13).
11352 2001-09-18  Akim Demaille  <akim@epita.fr>
11354         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
11355         the AC_CONFIG_COMMANDS invocation.
11356         This also solves the name clash problems.
11357         Don't set the package's ID.
11358         * lib/m4sugar/Makefile.am (version.m4): Revamp.
11359         No longer to be shipped.
11360         (version.in): Remove.
11361         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
11362         * lib/autoconf/status.m4: Adjust.
11363         Use `m4_PACKAGE_STRING'.
11364         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
11365         the only optional argument is the name of the test suite.
11366         Expect `package.m4' to define the package signature.
11367         * lib/autom4te.in (Autotest): Add `package.m4?'.
11368         * tests/Makefile.am (package.m4): New.
11369         * tests/suite.at: ifnames is a victim.
11371 2001-09-18  Akim Demaille  <akim@epita.fr>
11373         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
11374         AC_LIBSOURCE, AC_CONFIG_FILES.
11375         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
11376         program version string doesn't match the package's.
11377         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
11378         after `(cached)'.
11380 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11382         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11383         Allow expression to return any value that can fit into unsigned long
11384         (not int, as before).  Check for output errors.
11386 2001-09-17  Bruno Haible  <haible@ilog.fr>
11388         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11389         Always include <stdio.h> and <stdlib.h>. Evaluate
11390         the expression in an extra function before these includes. Call
11391         fprintf "%d" only after ensuring the argument is of type 'int'.
11392         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
11394 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11396         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
11397         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
11398         fatal errors, and AC_CHECK_LIB causes it to include libraries even
11399         when they don't exist.
11401         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
11402         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
11403         need it.
11405         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
11406         version with the version used by fileutils 4.1, except use
11407         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
11408         we don't need it.
11410         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
11412 2001-09-13  Akim Demaille  <akim@epita.fr>
11414         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
11415         _first_.
11416         Reported by Gerrit P. Haase.
11418 2001-09-13  Akim Demaille  <akim@epita.fr>
11420         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
11421         m4_defn'ing is valid.
11423 2001-09-13  Akim Demaille  <akim@epita.fr>
11425         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
11426         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
11427         Use it.
11429 2001-09-13  Akim Demaille  <akim@epita.fr>
11431         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
11432         m4_match.
11433         (m4_re_escape): New.
11434         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
11435         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
11436         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
11437         Likewise.
11438         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
11439         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
11440         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
11441         AT_tests_all for consistency.
11442         Set at_victims.
11443         (AT_VICTIMS): Similar to AT_KEYWORDS.
11444         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
11446 2001-09-13  Akim Demaille  <akim@epita.fr>
11448         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
11450 2001-09-13  Akim Demaille  <akim@epita.fr>
11452         * lib/autotest/general.m4 (AT_INIT): Create and remove
11453         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
11454         test suites can cohabit.
11456 2001-09-13  Akim Demaille  <akim@epita.fr>
11458         * tests/mktests.sh: Don't output banners for empty test files.
11460 2001-09-13  Akim Demaille  <akim@epita.fr>
11462         Test suites can be run independently of configure.
11464         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
11465         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
11466         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
11467         ECHO_N etc.
11468         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
11469         and at_c.
11470         * lib/autotest/general.m4: Use ECHO_*.
11472 2001-09-13  Akim Demaille  <akim@epita.fr>
11474         * bin/ifnames.in: Rewrite in Perl.
11475         * configure.ac: Don't look for AWK.
11476         * tests/tools.at (AWK portability): Remove.
11477         (Syntax of the shell scripts): Don't check ifnames.
11478         (AT_CHECK_PERL_SYNTAX): New.
11479         (Syntax of the Perl scripts): Check ifnames.
11480         * tests/ifnames: New.
11482 2001-09-13  Akim Demaille  <akim@epita.fr>
11484         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
11485         test group titles.
11486         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
11487         Remove all the other keywords.
11489 2001-09-10  Akim Demaille  <akim@epita.fr>
11491         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
11492         SETUP: no longer used.
11493         Support -k, --keywords.
11494         <at_help>: Be `no', `short', or `long'.
11495         <at_help_all>: New variable.
11496         (AT_KEYWORDS): New.
11497         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
11498         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
11499         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
11500         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
11501         No longer fill the HELP diversion.
11502         (AT_CLEANUP): Use them.
11503         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
11504         (m4_list_append): Remove.
11506         Spread a few keywords in the Autoconf test suite.
11508 2001-09-10  Akim Demaille  <akim@epita.fr>
11510         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
11511         PATH_SEPARATOR, let M4sh compute it.
11512         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
11513         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
11514         Move to...
11515         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
11516         Simplify when the path is not a literal.
11517         (AS_UNAME): Use it to report PATH.
11518         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
11519         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
11520         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
11521         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
11522         normalize the path, and to look for victims.
11523         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
11524         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
11526 2001-09-07  Akim Demaille  <akim@epita.fr>
11528         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
11529         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
11530         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
11531         related variables into `at_package_*'.
11532         * lib/autotest/general.m4 (AT_VICTIMS): New.
11533         (AT_INIT): Adjust for stand-alone/embedded test suites.
11534         (AS_MESSAGE_LOG_FD): Define and use it.
11535         * tests/suite.at (AT_VICTIMS): Use it.
11536         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
11537         at_version.
11539 2001-09-07  Akim Demaille  <akim@epita.fr>
11541         Move toward possibly stand-alone test suites.
11543         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
11544         in addition, it introduces useless differences in logs.
11545         (AT_INIT): Let atconfig and atlocal be both optional.
11546         Adjust PATH computation.
11547         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
11549 2001-09-07  Akim Demaille  <akim@epita.fr>
11551         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
11552         m4sugar/version.m4.
11554 2001-09-05  Akim Demaille  <akim@epita.fr>
11556         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
11557         to avoid GCC warnings.
11558         From Uwe Seimet.
11560 2001-09-05  Akim Demaille  <akim@epita.fr>
11562         * bin/autom4te.in: --language is -l, not -s.
11564 2001-09-05  Akim Demaille  <akim@epita.fr>
11566         Be ready to handle filenames as stupid as `dnl.at', for if even
11567         the maintainer is dumb enough to do that...
11569         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
11570         excellence in M4 quotation: consider `__file__' is active.
11572         And BTW, when invoking m4, pass the --include in the right order:
11573         the wrong one.
11575         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
11576         4m.
11578 2001-09-05  Akim Demaille  <akim@epita.fr>
11580         * lib/Autom4te/XFile.pm: New lib file.
11581         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
11582         * bin/autoheader.in: Use it.
11584 2001-09-05  Akim Demaille  <akim@epita.fr>
11586         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
11587         defined.
11589 2001-09-05  Akim Demaille  <akim@epita.fr>
11591         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
11592         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
11594         * bin/autoscan.in: Use `getopt' and `find_files' etc.
11595         Add -I, --include support.
11596         * doc/autoconf.texi (autoscan Invocation): Adjust.
11598 2001-09-05  Akim Demaille  <akim@epita.fr>
11600         CVS GNU M4 doesn't like `undefine(undefined)'.
11602         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
11603         New, extracted from main.
11604         Use IO::File wherever possible.
11605         (input.m4): Be constant, use -I instead of hard coding $tmp.
11606         Therefore be a quoted heredoc.
11607         Don't invoke `_au_disable', since ac was not loaded, but just
11608         `unm4.m4'.
11610 2001-08-31  Akim Demaille  <akim@epita.fr>
11612         Version 2.52d.
11614 2001-08-31  Akim Demaille  <akim@epita.fr>
11616         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
11617         previous patch.
11618         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
11620 2001-08-31  Akim Demaille  <akim@epita.fr>
11622         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
11623         serious problems handling heredocs in heredocs.
11624         Reported by Nicolas Joly.
11626 2001-08-31  Akim Demaille  <akim@epita.fr>
11628         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
11629         (Making testsuite Scripts): Update.
11631 2001-08-31  Akim Demaille  <akim@epita.fr>
11633         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
11635 2001-08-31  Akim Demaille  <akim@epita.fr>
11637         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
11638         (testsuite Scripts): There is no such thing as `atconfig.in'.
11639         And actually one diagram is missing: test suite runtime.
11641 2001-08-31  Akim Demaille  <akim@epita.fr>
11643         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
11644         inverse order.
11646 2001-08-31  Akim Demaille  <akim@epita.fr>
11648         * bin/autoupdate.in (@include): `installcheck' revealed the path
11649         to m4sugar was lacking!
11651 2001-08-31  Akim Demaille  <akim@epita.fr>
11653         * man/Makefile.am (.x.1): We really have to pass
11654         autom4te_perllibdir.
11656 2001-08-31  Akim Demaille  <akim@epita.fr>
11658         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
11659         debug scripts, in particular passing explicitly listed tests to
11660         run is stupid.
11662 2001-08-31  Akim Demaille  <akim@epita.fr>
11664         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
11665         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
11666         Use directly autom4te, not autoconf.
11667         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
11669 2001-08-31  Akim Demaille  <akim@epita.fr>
11671         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
11672         * bin/autoheader.in (%symbol): Strip arguments of macros.
11674 2001-08-31  Akim Demaille  <akim@epita.fr>
11676         * doc/autoconf.texi: Catch up -I, --include changes.
11678 2001-08-31  Akim Demaille  <akim@epita.fr>
11680         * bin/autom4te.in (&parse_args): Die on unknown languages.
11681         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
11682         need for autoconf.
11683         Promote --include over --macrodir and other obsolete options.
11685 2001-08-31  Akim Demaille  <akim@epita.fr>
11687         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
11688         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
11689         * bin/autom4te.in ($autoconf): Pass --force.
11690         `print $out' doesn't print `$_' but `$out'.
11691         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
11692         (autoheader): Pass --force since the test suite goes too fast for
11693         the time stamps.
11694         Adjust to the new autoheader messages.
11696 2001-08-31  Akim Demaille  <akim@epita.fr>
11698         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
11699         Check the completeness of the #template.
11700         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
11701         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
11702         invocation.
11704 2001-08-31  Akim Demaille  <akim@epita.fr>
11706         * lib/Autom4te/General.pm (&find_file, &update_file): New.
11707         * bin/autoupdate.in, bin/autoheader.in: Adjust.
11708         Drop AC_MACRODIR dead for real.
11709         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
11710         `autoheader: `config.hin' is created'.
11711         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
11713 2001-08-31  Akim Demaille  <akim@epita.fr>
11715         * bin/autoheader.in: Rewrite in Perl.
11716         * tests/autoheader: Adjust.
11718 2001-08-31  Akim Demaille  <akim@epita.fr>
11720         * bin/autoconf.in (--include, -I): New option.
11721         Map --localdir, --autoconf-dir onto it.
11722         Forward autom4te's options instead of interpreting them.
11723         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
11724         There is no such envvar since the inception of autom4te.cfg.
11725         * bin/autom4te.in (&parse_args): Uniquify `@include'.
11726         * bin/autoupdate.in: Adjust, and perform more control.
11727         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
11728         * tests/autoconf: Dittowise.
11730 2001-08-31  Akim Demaille  <akim@epita.fr>
11732         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
11733         * bin/autom4te.in (&find_file): Support `FILE?' standing for
11734         optionally `FILE'.
11735         Use -e, not -f, since /dev/null for instance is OK.
11736         (&parse_args): Adjust.
11737         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
11739 2001-08-31  Akim Demaille  <akim@epita.fr>
11741         * configure.ac: Also find tested executables in bin.
11742         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
11743         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
11744         installed peer executables, only PATH is allowed to resolve it.
11745         Pass `autoconf_dir' via options, not via invisible envvars.
11746         * lib/Autom4te/General.pm (&find_peer): Remove.
11747         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
11748         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
11749         * man/Makefile.am: Let help2man rely on PATH instead of trying to
11750         find the executables for it.
11751         * tests/Makefile.am: Major cleanup.  Too lazy to document...
11752         * tests/atlocal.in: Remove all the obscure envvar manipulations.
11753         We only need PERL.
11754         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
11755         indeed related to running the test suite, while passing
11756         --autoconf-dir and others is related to running non installed
11757         Autoconf executables.  So don't do that, leave it to...
11758         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
11759         * tests/autoscan: New.
11760         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
11761         refer to library files: rely on --language.
11763 2001-08-29  Akim Demaille  <akim@epita.fr>
11765         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
11766         s/--set/--language/.
11768 2001-08-29  Akim Demaille  <akim@epita.fr>
11770         * doc/autoconf.texi: Strip the @nodes.
11771         Suggested by Paul Eggert.
11772         (Initializing configure): Typo.
11774 2001-08-29  Akim Demaille  <akim@epita.fr>
11776         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
11777         Suggested by Paul Eggert.
11779 2001-08-29  Akim Demaille  <akim@epita.fr>
11781         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
11782         download in a tmp dir.
11784 2001-08-29  Akim Demaille  <akim@epita.fr>
11786         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
11787         case insensitive OSes out there :(
11788         From Tim Van Holder.
11790 2001-08-29  Akim Demaille  <akim@epita.fr>
11792         * lib/autom4te.in: New.
11793         * lib/Makefile.am (edit, autom4te.cfg): New.
11794         * bin/autom4te.in (BEGIN): Simplify.
11795         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
11796         (&load_configuration): New.  Use it.
11797         (&parse_args): Support --mode, --set, and --melt.
11798         * bin/autoconf.in: Simplify and adjust.
11799         * tests/Makefile.am (AUTOMAKE): Use --set.
11800         * tests/atlocal.in: Adjust.
11801         * BUGS: distcheck and check are weak.
11803 2001-08-29  Akim Demaille  <akim@epita.fr>
11805         * lib/autotest/general.m4: Use
11806                 foo=`(command) 2>/dev/null`
11807         not
11808                 foo=`command` 2>/dev/null
11809         (at-devnull): Rename as...
11810         (AT-devnull): this.
11811         (--clean): Remove AT-* files too.
11812         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
11813         Reported by Nicolas Joly.
11815 2001-08-28  Akim Demaille  <akim@epita.fr>
11817         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
11818         quotes inside single quotes.
11819         Reported by Nicolas Joly.
11821 2001-08-28  Kevin Ryde  <user42@zip.com.au>
11823         * doc/autoconf.texi (Function Portability): Mention C right shifts.
11825 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
11827         * lib/autotest/general.m4: Reword some messages.
11828         (AT_INIT): Check for the `times' builtin before using it.
11829         Support test ranges as arguments to the testsuite.
11830         Have -e imply -d as the help text suggested.
11832 2001-08-27  Akim Demaille  <akim@epita.fr>
11834         * Makefile.maint: Formatting changes.
11835         (do-po-update, po-update, cvs-update, update): New targets.
11836         (AMTAR): Remove.
11838 2001-08-27  Akim Demaille  <akim@epita.fr>
11840         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
11841         <at_cmd_line>: New.
11842         Pass it to debug-*.sh scripts.
11843         <AUTOTEST_PATH>: May contain absolute dir names.
11845 2001-08-27  Akim Demaille  <akim@epita.fr>
11847         * lib/autotest/general.m4 (AT_INIT): Log the command line.
11848         Support `VAR=VAL' as arguments.
11849         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
11850         may be set via the command line.
11852 2001-08-27  Akim Demaille  <akim@epita.fr>
11854         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
11855         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
11856         first the build dirs, then the src dirs.
11857         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
11859 2001-08-27  Akim Demaille  <akim@epita.fr>
11861         * lib/autotest/general.m4 (AT_INIT): Output the definition of
11862         at_data_files earlier.
11863         (--clean, -c): New option.
11864         * tests/Makefile.am: Use this option.
11866 2001-08-27  Akim Demaille  <akim@epita.fr>
11868         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
11869         `ac_top_builddir' to mimic Automake's vocabulary, which much more
11870         readable.
11871         Adjust callers.
11872         * doc/autoconf.texi (Configuration Actions): Document the vars
11873         available in commands.
11874         Emphasize the risks of collisions in init-cmds.
11876 2001-08-27  Akim Demaille  <akim@epita.fr>
11878         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
11879         (Initializing configure): this new node.
11881 2001-08-27  Akim Demaille  <akim@epita.fr>
11883         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
11885 2001-08-27  Akim Demaille  <akim@epita.fr>
11887         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
11888         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
11889         New file.
11890         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
11892 2001-08-27  Akim Demaille  <akim@epita.fr>
11894         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
11895         to...
11896         * lib/autoconf/autoheader.m4: this new file.
11897         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
11898         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
11899         Move to...
11900         * lib/autoconf/autoupdate.m4: this new file.
11902 2001-08-27  Akim Demaille  <akim@epita.fr>
11904         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
11905         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
11906         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
11907         -> ac_dir).
11908         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
11909         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
11911 2001-08-27  Akim Demaille  <akim@epita.fr>
11913         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
11914         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
11915         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
11916         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
11917         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
11918         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
11919         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
11920         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
11921         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
11922         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
11923         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
11924         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
11925         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
11926         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
11927         (_AC_OUTPUT_SUBDIRS): Move to...
11928         * lib/autoconf/status.m4: this new file.
11929         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
11930         * tests/Makefile.am, tests/suite.at: Adjust.
11932 2001-08-27  Akim Demaille  <akim@epita.fr>
11934         Automake 1.5.
11936         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
11937         (AMTAR): Help automake define it.
11938         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
11939         needed, 1.5 can have a macro and a target with the same name.
11940         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
11941         * m4/strip.m4: New.
11942         * m4/init.m4, m4/sanity.m4: Update.
11943         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
11944         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
11945         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
11946         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
11948 2001-08-27  Akim Demaille  <akim@epita.fr>
11950         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
11952         * lib/autoconf/version.in: Remove.
11953         * lib/m4sugar/version.in: New.
11954         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
11955         Adjust callers.
11956         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
11957         the name of the directory they're in, instead of the filename,
11958         since version.m4 is now in m4sugar, but m4_acversion must not be
11959         classified as an Autoconf macro.
11960         ($input_m4): Don't qualify the path to m4sugar.
11961         Rather, pass autoconf_dir to m4.
11962         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
11963         * tests/suite.at: Require 2.52c.
11965 2001-08-27  Akim Demaille  <akim@epita.fr>
11967         testsuite.log should include config.log.
11969         * lib/autotest/autotest.m4: New.
11970         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
11971         * tests/suite.at : Adjust.
11972         (AT_INIT): Log config.log.
11973         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
11974         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
11975         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
11976         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
11977         of config.log on traps.
11978         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
11979         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
11980         for config.status'.
11981         Open the log as soon as possible.
11982         Use the same log introduction as configure's.
11984 2001-08-22  Paul Eggert  <eggert@twinsun.com>
11986         * doc/autoconf.texi (Indices): New node.
11987         Move indices out of the top level menu and into this submenu.
11989 2001-08-22  Akim Demaille  <akim@epita.fr>
11991         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
11992         AC_TRY_COMMAND.
11993         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
11995 2001-08-22  Akim Demaille  <akim@epita.fr>
11997         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
11998         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
11999         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
12000         * lib/autoconf/programs.m4: here.
12001         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
12002         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
12003         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
12004         * lib/autoconf/programs.m4: here.
12005         (_AC_DECL_YYTEXT): Rename as...
12006         (_AC_PROG_LEX_YYTEXT_DECL): this.
12007         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
12008         * tests/Makefile.am, tests/suite.am: Adjust.
12010 2001-08-22  Akim Demaille  <akim@epita.fr>
12012         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
12013         Move to...
12014         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
12015         here.
12016         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
12017         * lib/autoconf/functions.m4: here.
12018         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
12019         (AH_CHECK_LIB): Move to...
12020         * lib/autoconf/libs: this new file.
12021         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
12022         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
12023         * lib/autoconf/libs.m4: here.
12024         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
12026 2001-08-22  Akim Demaille  <akim@epita.fr>
12028         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
12029         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
12030         (AC_SITE_LOAD): Better logging of config.site.
12032 2001-08-20  Akim Demaille  <akim@epita.fr>
12034         * configure.ac (AT_CONFIG): Fix the path.
12035         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
12036         can be used.
12038 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
12040         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
12041         program with AC_LANG_PROGRAM before feeding it to
12042         AC_COMPILE_IFELSE.  Cleanup grep usage.
12044 2001-08-20  Akim Demaille  <akim@epita.fr>
12046         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
12047         * NEWS, README, README-alpha, TODO, tests/README: This package is
12048         `Autoconf', not `autoconf' (the executable).
12050 2001-08-20  Akim Demaille  <akim@epita.fr>
12052         Info readers seem to need `Index' in the index node title :(
12054         * doc/autoconf.texi: Reverse the 2001-08-15 change which
12055         simplified index node names.
12057 2001-08-20  Akim Demaille  <akim@epita.fr>
12059         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
12060         arguments are not literals.
12061         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
12062         Specify the output variables, and macros defined.
12064 2001-08-20  Akim Demaille  <akim@epita.fr>
12066         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
12067         (Examining Syntax) <AC_TRY_COMPILE>
12068         (Examining Libraries) <AC_TRY_LINK>
12069         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
12070         their arguments.
12071         Reported by Werner Lemberg.
12073 2001-08-20  Akim Demaille  <akim@epita.fr>
12075         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
12076         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
12077         Load atlocal late enough to dump it in the log.
12078         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
12080 2001-08-20  Akim Demaille  <akim@epita.fr>
12082         * tests/torture.at (Configuring subdirectories): New test.
12083         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
12084         looking for.
12085         * m4/atconfig.m4: Be sure the let $[0] be expandable.
12086         (top_srcdir): Fix its computation.
12088 2001-08-20  Akim Demaille  <akim@epita.fr>
12090         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
12091         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
12092         test suite lives.
12093         Create `atconfig' automagically.
12094         Configure atlocal.in if present.
12095         * tests/atconfig.in: Remove.
12096         * tests/atlocal.in: New.
12097         * tests/Makefile.am: Adjust.
12099 2001-08-20  Akim Demaille  <akim@epita.fr>
12101         Huh!?!?!  There are still some user EOF tags used, which prevents
12102         their use in AC_CONFIG_COMMANDS for instance...
12104         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
12105         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
12106         `_CSEOF', or `_ATEOF', as appropriate.
12107         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
12108         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
12110 2001-08-20  Akim Demaille  <akim@epita.fr>
12112         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
12113         * tests/semantics.at, tests/tools.at, tests/torture.at:
12114         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
12116 2001-08-20  Akim Demaille  <akim@epita.fr>
12118         Autotest invokes M4sh's initialization.
12120         * lib/autotest/general.m4: Adjust the diversion names.
12121         (AT_INIT): Run AS_INIT.
12122         Use the BINSH diversion to invoke /bin/sh.
12123         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
12124         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
12126 2001-08-20  Akim Demaille  <akim@epita.fr>
12128         Let M4sh have its own diversions.
12130         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
12131         (_m4_divert(NOTICE)): Rename as...
12132         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
12133         (_m4_divert(HEADER-COMMENT)): these.
12134         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
12135         (_m4_divert(NOTICE)): New, for Libtool.
12136         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
12137         long ago with `_m4_divert(GROW)'.
12138         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
12140 2001-08-20  Akim Demaille  <akim@epita.fr>
12142         * tests/base.at, tests/compile.at, tests/foreign.at,
12143         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
12144         * tests/semantics.at, tests/suite.at, tests/tools.at,
12145         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
12147 2001-08-20  Akim Demaille  <akim@epita.fr>
12149         * bin/autom4te.in (handle_output): Handle @__@.
12151 2001-08-20  Akim Demaille  <akim@epita.fr>
12153         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
12154         * lib/autotest/general.m4: Adjust the license.
12156 2001-08-17  Paul Eggert  <eggert@twinsun.com>
12158         * doc/autoconf.texi (Function Portability): Mention snprintf,
12159         following up on a suggestion by Kevin Ryde.
12161 2001-08-17  Akim Demaille  <akim@epita.fr>
12163         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
12164         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
12166 2001-08-17  Akim Demaille  <akim@epita.fr>
12168         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
12169         `$0.log' as for projects where testsuite is in src, we'd have
12170         testsuite.log created in src.
12172 2001-08-17  Akim Demaille  <akim@epita.fr>
12174         * bin/autom4te.in (&parse_args): Recognize --normalize.
12176 2001-08-17  Akim Demaille  <akim@epita.fr>
12178         Start implementing the AC_CHECK_HEADER transition scheme.
12180         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
12181         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
12182         (AC_CHECK_HEADER): Use them.
12184 2001-08-17  Akim Demaille  <akim@epita.fr>
12186         * doc/autoconf.texi: Work around Texinfo buglets.
12187         (Transformation Rules): One example is enough, users are expected
12188         to have their brains on. And BTW, use DESTDIR.
12189         (dvar): New macro.  Use it.
12191 2001-08-17  Akim Demaille  <akim@epita.fr>
12193         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
12194         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
12195         looking for ChangeLogs.
12197 2001-08-17  Akim Demaille  <akim@epita.fr>
12199         * bin/autom4te.in: --normalize is a new option.
12200         * bin/autoconf.in: Use it.
12202 2001-08-17  Akim Demaille  <akim@epita.fr>
12204         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
12205         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
12207 2001-08-16  Paul Eggert  <eggert@twinsun.com>
12209         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
12210         start, not at end.
12212 2001-08-15  Akim Demaille  <akim@epita.fr>
12214         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
12215         Use it.
12217 2001-08-15  Akim Demaille  <akim@epita.fr>
12219         * doc/autoconf.texi (pr): New index.
12220         (prindex, findex): Use, merge, and output them.
12221         (Environment Variable Index, Output Variable Index)
12222         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
12223         (Autotest Macro Index): Rename as...
12224         (Environment Variables, Output Variables,Preprocessor Symbols)
12225         (Autoconf Macros, M4 Macros, Autotest Macros): these.
12226         * doc/install.texi: Use @command.
12227         (Environment Variables): Rename as...
12228         (Defining Variables): this.
12230 2001-08-15  Akim Demaille  <akim@epita.fr>
12232         * doc/autoconf.texi (Function Portability): sprintf's return
12233         value.
12234         From Kevin Ryde.
12236 2001-08-15  Akim Demaille  <akim@epita.fr>
12238         * Makefile.maint (CVS): New.
12239         (local-check): Run changelog-check. last.
12240         (alpha): Don't depend upon local-check, since...
12241         (cvs-dist): depends upon it.
12243 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
12245         * tests/Makefile.am: Use a clean-local rule to remove
12246         autom4te.cache (it's a directory, not a file.
12247         * Makefile.am: Ditto (but maintainer-clean-local).
12249 2001-08-15  Akim Demaille  <akim@epita.fr>
12251         * bin/autom4te.in (@m4_warning): New.
12252         (&handle_m4): Use it.
12253         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
12254         warnings are issued at each run.
12255         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
12256         is in the src tree.
12258 2001-08-15  Akim Demaille  <akim@epita.fr>
12260         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
12261         don't waste time running `autoupdate --version' works.
12262         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
12264 2001-08-13  Akim Demaille  <akim@epita.fr>
12266         * doc/autoconf.texi (ma): Rename this index as...
12267         (ac): this.
12269 2001-08-13  Akim Demaille  <akim@epita.fr>
12271         * Makefile.am: Remove dead code and dead comments.
12272         (pdf, html): New targets.
12273         * doc/autoconf.texi (Using Autotest): New chapter.
12274         * doc/Makefile.am (pdf): New targets.
12275         (CLEANFILES): Adjust.
12277 2001-08-13  Akim Demaille  <akim@epita.fr>
12279         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
12280         duration of the test suite.
12282 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
12284         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
12285         endianness for comparison instead of relying on AT_CHECK_ENV.
12287 2001-08-11  Paul Eggert  <eggert@twinsun.com>
12289         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
12290         to the INSTALL file.
12292 2001-08-11  Paul Eggert  <eggert@twinsun.com>
12294         * NEWS: The autoconf manual now is distributed under the terms
12295         of the GNU Free Documentation License.
12297         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
12298         Add an appendix "Copying This Manual" for the FDL.
12300         * doc/fdl.texi: New file, from
12301         <http://www.gnu.org/licenses/fdl.texi>.
12303         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
12305 2001-08-10  Paul Eggert  <eggert@twinsun.com>
12307         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
12308         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
12309         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
12310         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
12311         m4/sanity.m4, tests/README, tests/aclocal.m4,
12312         tests/atspecific.m4, tests/base.at, tests/compile.at,
12313         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
12314         tests/semantics.at, tests/suite.at, tests/tools.at,
12315         tests/torture.at: Add copyright notice.
12317         * tests/mktests.sh: Update year in copyright notice.
12319 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
12321         * tests/semantics.at (AC_C_BIGENDIAN): New test.
12323 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
12325         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
12326         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
12327         * doc/autoconf.texi (C Compiler Characteristics): Update
12328         documentation for AC_C_BIGENDIAN.
12330 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
12332         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
12333         magic values from an object file when cross-compiling.
12334         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
12336 2001-08-10  Akim Demaille  <akim@epita.fr>
12338         * bin/autom4te.in (&handle_output): Don't use `grep' with side
12339         effects.
12340         Suggested by Russ Allbery.
12342 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
12344         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
12345         current $prefix to the sub-configures.
12347 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
12349         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
12350         extension (needed on BeOS).  Reported by Guido van Rossum.
12352 2001-08-09  Akim Demaille  <akim@epita.fr>
12354         * bin/autom4te.in ($icache): Load it only if older than autom4te.
12356 2001-08-07  Akim Demaille  <akim@epita.fr>
12358         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
12359         removed.
12360         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
12361         No need to remove the files before and after the each test, before
12362         each test and at the end of the suite is enough.
12363         Display only the children `times', not the shell's.
12364         If the test failed or was skipped, at-times is not available.
12366 2001-08-07  Akim Demaille  <akim@epita.fr>
12368         Always produce testsuite.log, including when there are no
12369         failures.  This helps getting information on skipped tests, and
12370         duration of the tests.  Err, implement the latter btw.
12372         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
12373         Dump information on the first run of each test.
12374         (AT_CLEANUP): Create `at-times' containing the duration of the
12375         test group.
12377 2001-08-07  Akim Demaille  <akim@epita.fr>
12379         The use of `dumpstat' revealed that `len' was used although it
12380         should not.  m4_text_wrap was using it, but in the Autoconf world
12381         where it is legal.  Hence (i) test M4sh in its own world, not
12382         Autoconf's, and (ii), ahem, fix the bug :)
12384         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
12385         does not like `' instead of [].
12386         (AT_INIT): Forbid `^_?AT_'.
12387         And don't output such tokens.
12388         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
12389         `script.as', and `autom4te.cache'.
12390         Remove `empty' and `macro' which are no longer used.
12391         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
12392         * tests/m4sugar.at: Use it.
12393         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
12395 2001-08-07  Akim Demaille  <akim@epita.fr>
12397         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
12399 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
12401         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
12403 2001-08-04  Akim Demaille  <akim@epita.fr>
12405         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
12406         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
12407         AC_TRY_LINK.
12408         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
12409         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
12410         (AC_F77_MAIN): Likewise.
12412 2001-08-04  Akim Demaille  <akim@epita.fr>
12414         Don't rely on M4sugar outputting the patterns in files, since we
12415         might process the output _without_ running m4, hence without these
12416         files.
12418         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
12419         * bin/autom4te.in (@Request::includes): Remove, unused.
12420         (@Request::source): Rename as...
12421         (@Request::input): this.
12422         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
12423         (&handle_output): Fetch the patterns from the traces.
12424         `$forbidden' and `$allowed' are constant: use m//o.
12425         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
12426         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
12428 2001-08-04  Akim Demaille  <akim@epita.fr>
12430         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
12431         autoconf', i.e., in addition to caching traces, cache the output.
12433         * bin/autom4te.in (Request::cache): Rename as...
12434         (Request::id): this.
12435         ($cache, $icache, $tcache, $ocache): New.
12436         (&handle_m4): Save M4 output in the cache instead of $tmp.
12437         (&handle_output): Adjust.
12438         (&up_to_date_p): Check that the output cache is up to date too.
12439         (top level): Run `&handle_m4' iff force or the cache is invalid.
12440         Run `&handle_output' if the output cache is more recent.
12442 2001-08-04  Akim Demaille  <akim@epita.fr>
12444         * bin/autom4te.in ($force): New.
12445         (&parse_args, &print_usage): -f, --force is a new option.
12446         (&handle_output): CPP directives might have spaces after `#'.
12447         (&parse_args): The first file only can be frozen.
12449 2001-08-04  Akim Demaille  <akim@epita.fr>
12451         Don't let autom4te compute the `include' traces several times:
12452         first check that the trace cache file is up to date, and then
12453         compare its timestamp with that of the output.
12455         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
12456         the preamble.  Don't require 5.005 as Autom4te::General does it,
12457         and better yet (use `use', not `require'!).
12458         * lib/Autom4te/Struct.pm: Rename the last occurrences of
12459         Class::Struct as Autom4te::Struct.
12460         * lib/Autom4te/General.pm (File::stat): Use it.
12461         (&mtime): New, export it.
12462         * bin/autom4te.in: Use it.
12463         Declare `$req' is invalid if it is outdated.
12464         Don't declare it valid before saving it if something went wrong.
12466 2001-08-04  Akim Demaille  <akim@epita.fr>
12468         Autom4te shall not encode Autoconf data, and preselecting traces
12469         must be proposed to the users.
12471         * bin/autom4te.in (@required_trace): Remove.
12472         (@preselect): New.
12473         (&parse_args, &print_usage): -p, --preselect is a new option.
12474         (&up_to_date_p): Adjust.
12475         * bin/autoconf.in: Preselect some Autoconf macros.
12477 2001-08-04  Akim Demaille  <akim@epita.fr>
12479         * tests/tools.at (autoconf --trace: user macros): Check traces on
12480         macros invoked without arguments, and macros invoked with multiple
12481         lines arguments.
12483 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
12485         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
12486         arguments.
12488 2001-08-03  Akim Demaille  <akim@epita.fr>
12490         * bin/autoconf.in ($@): Work around the usual sh bug.
12491         From Nicolas Joly.
12493 2001-08-03  Akim Demaille  <akim@epita.fr>
12495         Clean up the handling of the M4 builtins tracing exception.
12497         * bin/autom4te.in (Request::request): Don't complete M4 builtins
12498         trace requests.
12499         (@m4_builtins): Rename as...
12500         (@m4_builtin): this.
12501         (%m4_builtin_alternate_name): New.
12502         (&parse_args): Complete the trace requests with alternate names.
12503         (&handle_traces): Hence no longer do it here.
12504         (&trace_requests): Remove, unused.
12506 2001-08-03  Akim Demaille  <akim@epita.fr>
12508         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
12509         m4_if, and m4_wrap.
12511 2001-08-03  Akim Demaille  <akim@epita.fr>
12513         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
12514         (m4_divert_pop): Dump the whole diversion stack when a diversion
12515         mismatch happens.
12516         * bin/autom4te.in (&handle_output): Remember of the first
12517         occurrence of a possibly undefined macro, not the last.
12518         Complain about the possibly undefined macros in the same order as
12519         the appear in the output.
12520         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
12521         * tests/tools.at (autoconf: forbidden tokens, basic)
12522         (autoconf: forbidden tokens, exceptions): No longer sort
12523         autoconf's stderr, as it is now deterministic.
12524         Check that `dnl' is caught.
12526 2001-08-01  Akim Demaille  <akim@epita.fr>
12528         * configure.ac: Bump to 2.52c.
12530 2001-08-01  Akim Demaille  <akim@epita.fr>
12532         Version 2.52b.
12534         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
12536 2001-08-01  Akim Demaille  <akim@epita.fr>
12538         Version 2.52a.
12540 2001-08-01  Akim Demaille  <akim@epita.fr>
12542         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
12543         `die'.
12544         (&END): New.
12545         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
12546         `END', as `Autom4te::General::END' will be triggered.
12547         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
12548         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
12549         system to run `mv', `rm', and `cmp'.
12551 2001-08-01  Akim Demaille  <akim@epita.fr>
12553         * lib/Autom4te/General.pm (&unique): New.
12554         * bin/autoscan.in (&output): Use it to issue trace requests once.
12556 2001-08-01  Akim Demaille  <akim@epita.fr>
12558         * lib/Autom4te/General.pm: New.
12559         * bin/autom4te.in (Autom4te::General): Use it.
12560         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
12561         (&find_configure_ac, &find_slave): Remove.
12562         * bin/autoscan.in: Likewise.
12563         * bin/autoupdate.in: Likewise.
12565 2001-08-01  Akim Demaille  <akim@epita.fr>
12567         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
12568         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
12569         * bin: here, new directory.
12570         * lib/Autoconf: Rename as...
12571         * lib/Autom4te: this, to please case insensitive junkie OSes.
12573 2001-08-01  Akim Demaille  <akim@epita.fr>
12575         * autom4te.in ($m4): Handle the --nesting-limit.
12576         * autoconf.in (M4): Remove.
12578 2001-08-01  Akim Demaille  <akim@epita.fr>
12580         * autoconf.in ($AWK): Remove, no longer used.
12581         * test/tools.at: Use AT_CHECK_AUTOCONF.
12582         (AWK portability): Remove, for autoconf no longer uses AWK.
12583         (Syntax of the Perl scripts): New.
12584         * configure.ac: autoconf no longer needs an AWK with a good
12585         regexp engine.
12586         Use a static test on AC_PACKAGE_VERSION.
12587         * autom4te.in (&up_to_date_p): Output depends on the arguments.
12588         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
12589         * tests/atconfig.in (PERL): New.
12591 2001-08-01  Akim Demaille  <akim@epita.fr>
12593         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
12594         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
12595         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
12596         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
12597         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
12598         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
12599         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
12600         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
12601         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
12602         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
12603         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
12604         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
12605         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
12606         * lib/autoconf/c.m4: here, new file.
12608         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
12609         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
12610         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
12611         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
12612         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
12613         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
12614         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
12615         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
12616         (AC_F77_FUNC): Move to...
12617         * lib/autoconf/fortran.m4: here, new file.
12619 2001-08-01  Akim Demaille  <akim@epita.fr>
12621         * acfunctions.m4: Rename as...
12622         * lib/autoconf/functions.m4: this.
12623         * acgeneral.m4: Rename as...
12624         * lib/autoconf/general.m4: this.
12625         * acheaders.m4: Rename as...
12626         * lib/autoconf/headers.m4: this.
12627         * aclang.m4: Rename as...
12628         * lib/autoconf/lang.m4: this.
12629         * acoldnames.m4: Rename as...
12630         * lib/autoconf/oldnames.m4: this.
12631         * acspecific.m4: Rename as...
12632         * lib/autoconf/specific.m4: this.
12633         * actypes.m4: Rename as...
12634         * lib/autoconf/types.m4: this.
12635         * autoconf.m4: Rename as...
12636         * lib/autoconf/autoconf.m4: this.
12638         * m4sugar.m4: Rename as...
12639         * lib/m4sugar/m4sugar.m4: this.
12640         * m4sh.m4: Rename as...
12641         * lib/m4sugar/m4sh.m4: this.
12643         * tests/atgeneral.m4: Rename as...
12644         * lib/autotest/general.m4: this.
12646         * acfunctions: Rename as...
12647         * lib/autoscan/functions: this.
12648         * acheaders: Rename as...
12649         * lib/autoscan/headers: this.
12650         * acidentifiers: Rename as...
12651         * lib/autoscan/identifiers: this.
12652         * aclibraries: Rename as...
12653         * lib/autoscan/libraries: this.
12654         * acmakevars: Rename as...
12655         * lib/autoscan/makevars: this.
12656         * acprograms: Rename as...
12657         * lib/autoscan/programs: this.
12659 2001-08-01  Akim Demaille  <akim@epita.fr>
12661         * doc/autoconf.texi: Moving/deleting open files is not portable.
12662         Portability issues for `.' (source), and more information about sed.
12664 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
12666         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
12667         which has a special meaning and is not a reference to libibmil.a.
12668         Reported by Matteo Frigo.
12670 2001-07-25  Pavel Roskin  <proski@gnu.org>
12672         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
12673         output.
12675 2001-07-25  Akim Demaille  <akim@epita.fr>
12677         * autoconf.in: Try to define the variables before using them.
12678         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
12679         instead of `$perllibdir'.
12680         * tests/atconfig.in ($autom4te_perllibdir): Export it.
12682 2001-07-25  Akim Demaille  <akim@epita.fr>
12684         * autoconf.in (ac_LF_and_DOT): Remove, unused.
12686 2001-07-24  Akim Demaille  <akim@epita.fr>
12688         Let autoconf use autom4te for traces.
12690         * autoconf.in ($task, task trace): Remove, merely pass --trace to
12691         autom4te.
12692         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
12693         (Because I found no way for autom4te to accept `-').
12694         * autom4te.in (&Request::request): Beware of M4 builtins.
12695         (END): Don't try to remove the content of an empty dir.
12696         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
12697         (&handle_output): Set a default value to `$forbidden'.
12698         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
12699         ($autoconf): Pass --debug and --verbose.
12700         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
12701         cache.
12703 2001-07-24  Akim Demaille  <akim@epita.fr>
12705         Let autoconf use autom4te to create configure.
12707         * autoconf.in ($automate): New var.
12708         (task script): Use autom4te.
12709         * autom4te.in (File::Spec): Use it.
12710         (&find_file): New.
12711         (&parse_args): --warning is -W, not -w.
12712         Find the top level files.
12713         (&handle_m4): Pass the warnings flags.
12714         Don't report verbosely m4's failures, unless requested.
12715         (&handle_output): Don't complain for forbidden tokens in comments.
12716         Be sure to report all the forbidden tokens within a single line.
12717         (&trace_format_to_m4): Preserve `$_'.
12718         (&handle_traces): Sort the output macros.
12719         (&up_to_date_p): Find the files before trying to get its time stamp.
12721 2001-07-24  Akim Demaille  <akim@epita.fr>
12723         * Makefile.am: Ship, build and install Autom4te.
12724         (SUBDIRS): Add lib.
12725         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
12726         * configure.in: Require Perl.
12727         * man/autom4te.in: New.
12729 2001-07-19  Paul Eggert  <eggert@twinsun.com>
12731         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
12732         example, rather than (exit 1); exit (which isn't portable).
12734 2001-07-18  Akim Demaille  <akim@epita.fr>
12736         Version 2.52.
12738 2001-07-18  Akim Demaille  <akim@epita.fr>
12740         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
12741         was run, while they are needed also when it is expanded.
12742         Reported by Nicolas Joly.
12744         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
12745         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
12746         AC_F77_DUMMY_MAIN being expanded.
12748 2001-07-18  Akim Demaille  <akim@epita.fr>
12750         * configure.in: Bump to 2.51a.
12752 2001-07-17  Akim Demaille  <akim@epita.fr>
12754         Version 2.51.
12756 2001-07-17  Akim Demaille  <akim@epita.fr>
12758         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
12759         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
12761 2001-07-17  Akim Demaille  <akim@epita.fr>
12763         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
12764         used.  Well, then use the prototypes when you can, and runtime as
12765         a last resort.
12766         Reported by Artur Frysiak
12768         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
12769         (AC_FUNC_GETPGRP): Use it.
12770         First try to compile with 0-ary or 1-ary calls.
12772 2001-07-17  Akim Demaille  <akim@epita.fr>
12774         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
12775         replacement type.
12776         From Paul Eggert.
12778 2001-07-17  Akim Demaille  <akim@epita.fr>
12780         * Makefile.maint: Sync. with cppi 1.10.
12782 2001-07-17  Akim Demaille  <akim@epita.fr>
12784         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
12785         AC_F77_DUMMY_MAIN has been run.
12786         From Pavel Roskin and Steven G. Johnson.
12788 2001-07-17  Akim Demaille  <akim@epita.fr>
12790         * configure.in: Rename as...
12791         * configure.ac: this.
12793 2001-07-17  Akim Demaille  <akim@epita.fr>
12795         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
12796         rules.
12797         From Marc Espie.
12798         * Makefile.maint (release-archive-dir): Rename as...
12799         (release_archive_dir): this, so that it can be specialized in
12800         Makefile.
12802 2001-07-14  Akim Demaille  <akim@epita.fr>
12804         * configure.in: Bump to 2.50d.
12806 2001-07-14  Akim Demaille  <akim@epita.fr>
12808         Version 2.50c.
12809         * Makefile.maint (alpha): Typo.
12811 2001-07-14  Akim Demaille  <akim@epita.fr>
12813         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
12815 2001-07-14  Akim Demaille  <akim@epita.fr>
12817         * config/config.guess, config/config.sub, config/texinfo.tex
12818         * doc/standards.texi, doc/make-stds.texi: Update.
12820 2001-07-14  Akim Demaille  <akim@epita.fr>
12822         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
12824 2001-07-14  Akim Demaille  <akim@epita.fr>
12826         * Makefile.maint (maintainer-check): Rename as...
12827         (maintainer-distcheck): this.
12828         (changelog-check, static-check): New.
12829         Use them.
12831 2001-07-14  Kevin Ryde  <user42@zip.com.au>
12833         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
12834         for CXX is g++, not gcc.
12836 2001-07-14  Akim Demaille  <akim@epita.fr>
12838         * doc/autoconf.texi (Files): New subsection.
12840 2001-07-14  Akim Demaille  <akim@epita.fr>
12842         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
12843         of...
12844         (Generic Compiler Characteristics): this.
12845         (C++ Compiler): New subsection.
12847 2001-07-14  Akim Demaille  <akim@epita.fr>
12849         * autoscan.in: Use IO::File.
12850         Adjust all the routines to use it.
12851         ($log): New file (autoscan.log).
12852         (output): Dump detailed logs into $log, and a shortened version to
12853         stderr.
12854         (&scan_makefile): Refine the regexp catching tokens in the code.
12855         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
12856         and the `configure.ac' checking feature.
12858 2001-07-12  Akim Demaille  <akim@epita.fr>
12860         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
12861         Reported by Michael Elizabeth Chastain.
12863         * autoconf.in: Refuse such AWK.
12864         * configure.in: Likewise.
12865         * Makefile.am (acversion.m4): Do not use move-if-change this file
12866         has dependencies.
12867         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
12869 2001-07-10  Jens Petersen  <petersen@redhat.com>
12871         * autoscan.in (&scan_makefile): Improve programs regexp to parse
12872         things like "g++", "file.c" and "some-conf" as tokens.
12873         (&scan_file): Match C++ files extensions.
12874         If the filename extension is C++ then ask for c++.
12876 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
12878         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
12879         AC_TRY_LINK_FUNC, to check whether defining a dummy
12880         main-like routine is needed for linking with F77 libs.
12882 2001-07-05  Pavel Roskin  <proski@gnu.org>
12884         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
12885         after using break.
12886         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
12887         linking.
12889 2001-07-05  Akim Demaille  <akim@epita.fr>
12891         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
12892         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
12893         Makes' lives.
12894         Reported by Nicolas Joly.
12896 2001-07-04  Akim Demaille  <akim@epita.fr>
12898         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
12899         up.
12900         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
12901         warnings from compilers.
12902         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
12903         for all the compilers, not only GNU.  Hence move from here...
12904         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
12906 2001-07-04  Akim Demaille  <akim@epita.fr>
12908         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
12909         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
12910         AC_COMPILE_IFELSE.
12912 2001-07-04  Akim Demaille  <akim@epita.fr>
12914         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
12915         the ``strings.h'' change claimed below.
12917 2001-07-04  Akim Demaille  <akim@epita.fr>
12919         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
12921 2001-07-04  Akim Demaille  <akim@epita.fr>
12923         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
12924         strings.h if usable with string.h.
12925         Suggested by Paul Eggert.
12927 2001-07-04  Akim Demaille  <akim@epita.fr>
12929         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
12930         From Jens Petersen.
12932 2001-07-03  Akim Demaille  <akim@epita.fr>
12934         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
12935         etc. in the log.
12937 2001-07-03  Akim Demaille  <akim@epita.fr>
12939         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
12940         compiler, not the preprocessor.
12941         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
12942         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
12943         the right thing.
12944         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
12945         earlier if there are.
12947 2001-07-03  Akim Demaille  <akim@epita.fr>
12949         * autoscan.in ($initfile): Remove.
12950         (&find_file): Rename as...
12951         (&scan_file): this.
12952         Immediately scan the current file, instead of gathering them, and
12953         later having them handled by &scan_files.
12954         (&scan_files): Merely invoke Find::File.
12955         Adjust.
12957 2001-07-02  Akim Demaille  <akim@epita.fr>
12959         * autoscan.in: Formatting changes, matching the invocation order.
12960         (File::Find): Use it instead of Perl 4's `find.pl'.
12961         (&wanted): Rename as...
12962         (&find_file): this.
12964 2001-07-01  Pavel Roskin  <proski@gnu.org>
12966         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
12967         break in the argument to AC_TRY_LINK_FUNC.
12968         (AC_F77_MAIN): Remove conftest* after using break in the
12969         argument to AC_TRY_LINK.
12971 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
12973         Add alternate 'main' routine detection for linking C/C++ with Fortran,
12974         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
12976         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
12977         dummy alternate main is required even if the user provides her own
12978         'main'.
12979         (AC_F77_MAIN): New macro to detect whether it is possible to
12980         provide an alternate 'main' function name, using the 'main' from
12981         the Fortran libraries.
12982         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
12983         cross-language link tests can be performed successfully.
12984         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
12985         after $LIBS, for consistency; this should be the general rule since
12986         the user may want to link to Fortran libraries that require $FLIBS.
12987         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
12989 2001-06-29  Pavel Roskin  <proski@gnu.org>
12991         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
12992         at-stdout and at-stderr instead of removing the newline
12993         from the echo output, which is not guaranteed to work.
12995 2001-06-28  Jens Petersen  <petersen@redhat.com>
12997         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
12998         confdefs.h when non-zero.
13000 2001-06-28  Akim Demaille  <akim@epita.fr>
13002         * configure.in: Bump to 2.50c.
13004 2001-06-26  Akim Demaille  <akim@epita.fr>
13006         Version 2.50b.
13008 2001-06-26  Akim Demaille  <akim@epita.fr>
13010         Version 2.50a.
13012 2001-06-25  Pavel Roskin  <proski@gnu.org>
13014         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
13015         argument, AUTOCONF-FLAGS.
13016         * tests/mktests.sh (update_exclude_list): Add
13017         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
13018         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
13019         AC_FUNC_WAIT3 with "-W no-obsolete".
13021 2001-06-25  Akim Demaille  <akim@epita.fr>
13023         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
13025 2001-06-25  Akim Demaille  <akim@epita.fr>
13027         * autoscan.in (%macro): Now maps from word to list of macros.
13028         (&init_tables): Die when a word which is already handled by
13029         explicit macros is mapped to the default macro.
13030         (&print_unique): Remove, inlined in...
13031         (&output_kind): here.
13032         (File::Basename): Use it.
13033         (&output): Sort the CONFIG_FILES.
13034         * acheaders: Normalize.
13035         * acfunctions: Likewise.
13037 2001-06-25  Akim Demaille  <akim@epita.fr>
13039         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
13040         characteristics in the logs.
13041         Suggested by Mo DeJong.
13043 2001-06-24  Akim Demaille  <akim@epita.fr>
13045         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
13046         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
13047         * doc/autoconf.texi (Autoconf 2.13): New section.
13049 2001-06-24  Akim Demaille  <akim@epita.fr>
13051         * autoconf.in (Task traces): Separate the error messages from the
13052         traces to improve robustness.
13054 2001-06-23  Akim Demaille  <akim@epita.fr>
13056         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
13057         three as failures are unlikely, and speed matters.
13059 2001-06-23  Akim Demaille  <akim@epita.fr>
13061         * doc/autoconf.texi (Redefined M4 Macros): New.
13063 2001-06-23  Akim Demaille  <akim@epita.fr>
13065         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
13066         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
13067         5.3.
13069 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
13071         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
13072         config.status targets to after the evaluation of the INIT-CMDS.
13073         Double quote config.status targets (used to be single quoted).
13075 2001-06-23  Akim Demaille  <akim@epita.fr>
13077         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
13078         Check the content of the created file.
13079         Check the ./config.status command line invocation.
13081 2001-06-23  Akim Demaille  <akim@epita.fr>
13083         * tests/foreign.at (Libtool): Reject prehistoric versions.
13085 2001-06-23  Akim Demaille  <akim@epita.fr>
13087         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
13088         preexisting files matching a.*.
13090 2001-06-23  Akim Demaille  <akim@epita.fr>
13092         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
13093         stderr.
13094         * doc/autoconf.texi (AC_ARG_VAR): Update.
13096 2001-06-21  Akim Demaille  <akim@epita.fr>
13098         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
13099         precious variables have changed.
13100         * tests/torture.at (AC_ARG_VAR): Adjust.
13102 2001-06-21  Akim Demaille  <akim@epita.fr>
13104         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
13105         but some sed choke on multiple `;', and other tools (e.g.,
13106         Automake), include the separator themselves.
13108         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
13110 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
13112         * doc/autoconf.texi (Functions Portability): Rename as...
13113         (Function Portability): this.
13114         (Function Portability): Document potential problems with unlink().
13116 2001-06-19  Paul Eggert  <eggert@twinsun.com>
13118         * NEWS, doc/autoconf.texi: Document quadrigraphs.
13120 2001-06-18  Akim Demaille  <akim@epita.fr>
13122         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
13124 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
13126         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
13127         (_AC_FUNC_VFORK): this.
13128         Remove AC_DEFINEs and don't guess cross-compilation values.
13129         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
13130         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
13131         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
13132         vfork doesn't work.
13133         Guess values if cross-compiling, but warn.
13134         * acfunctions: Add AC_FUNC_FORK.
13135         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
13136         and vfork appropriately.
13138 2001-06-18  Akim Demaille  <akim@epita.fr>
13140         * doc/autoconf.texi (Functions Portability): New section.
13142 2001-06-18  Akim Demaille  <akim@epita.fr>
13144         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
13145         in $M4.
13146         Suggested by Andreas Schwab.
13148 2001-06-18  Akim Demaille  <akim@epita.fr>
13150         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
13151         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
13152         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
13153         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
13154         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
13155         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
13156         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
13157         the converse).
13159 2001-06-18  Akim Demaille  <akim@epita.fr>
13161         * doc/autoconf.texi (ms): New index.
13162         (Macro Index): Rename as...
13163         (Autoconf Macro Index): this.
13164         (M4 Macro Index): New appendix.
13165         (Programming in M4): New chapter.
13166         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
13167         (Quoting): Rename as...
13168         (M$ Quotation): this.
13169         Be part of `Programming in M4).
13171 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
13173         * tests/torture.at (AC_ARG_VAR): Set variables and export them
13174         in separate statements for compatibility with Tru64 v5.1.
13176 2001-06-17  Akim Demaille  <akim@epita.fr>
13178         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
13179         current values of the precious variables, not the previously
13180         cached values.
13181         Pass precious variables which are set to config.status.
13182         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
13183         * tests/torture.at (AC_ARG_VAR): New.
13185 2001-06-15  Paul Eggert  <eggert@twinsun.com>
13187         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
13188         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
13189         and explain why and how to replace them.
13190         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
13191         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
13193 2001-06-15  Akim Demaille  <akim@epita.fr>
13195         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
13196         Reported by Bruno Haible.
13198         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
13199          (_AC_ARG_VAR_PRECIOUS): to here.
13201 2001-06-15  Pavel Roskin  <proski@gnu.org>
13203         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
13204         an unused pointer use cast to this type and `if' statement to
13205         avoid warnings from the compiler.
13206         (AC_HEADER_TIME): Likewise.
13207         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
13208         in `if' statement to avoid warnings from the compiler. Declare
13209         ac_aggr static to avoid the need to initialize it.
13211 2001-06-14  Akim Demaille  <akim@epita.fr>
13213         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
13214         Macros'.
13216 2001-06-13  Akim Demaille  <akim@epita.fr>
13218         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
13219         Suggested by Alexander Mai.
13221 2001-06-13  Akim Demaille  <akim@epita.fr>
13223         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
13224         sys/types.h and sys/stat.h, and check for them.
13226 2001-06-13  Akim Demaille  <akim@epita.fr>
13228         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
13229         INCLUDES.
13231 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
13233         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
13234         succeeds and only try adding libdnet upon a failure.
13236 2001-06-12  Akim Demaille  <akim@epita.fr>
13238         * autoscan.in (&output_kind): Output the comment only if it exists.
13239         (%kind_comment): Add entry for `programs'.
13240         (&output_programs): Use &output_kind.
13241         (&output_functions, &output_identifiers, &output_headers)
13242         (&output_programs): Inline, and remove.
13244 2001-06-12  Akim Demaille  <akim@epita.fr>
13246         * autoscan.in (%kind_comment): New.
13247         (output_kind): New.
13248         (output_functions, output_identifiers, output_headers): Use it.
13250 2001-06-12  Akim Demaille  <akim@epita.fr>
13252         * autoscan.in (&print_unique): Take `$kind' and `$word' as
13253         arguments, to factor indirections into `%macro' and `%used'.
13254         (%generic_macro): Fix a typo.
13256 2001-06-12  Akim Demaille  <akim@epita.fr>
13258         * aclibraries: New.
13259         * autoscan.in (@kinds): Add `libraries'.
13260         Use `@kinds' instead of hard coded lists.
13261         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
13262         Remove, replaced by...
13263         (%used): this.
13265 2001-06-12  Akim Demaille  <akim@epita.fr>
13267         * autoscan.in (%functions_macros %headers_macros)
13268         (%identifiers_macros %programs_macros %makevars_macros): Remove,
13269         replaced by...
13270         (%macro): New.
13272 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
13274         * aclang.m4 (AC_NO_EXECUTABLES): Override
13275         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
13277 2001-06-11  Akim Demaille  <akim@epita.fr>
13279         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
13280         trailing new line.
13281         Reported by Andreas Schwab.
13283 2001-06-11  Akim Demaille  <akim@epita.fr>
13285         * Makefile.am, Makefile.maint: Typos.
13287 2001-06-09  Akim Demaille  <akim@epita.fr>
13289         * doc/autoconf.texi (Here-Documents): New section, gathering
13290         documentation about here-documents.
13291         Use `href', not `uref', and other changes.
13293 2001-06-09  Akim Demaille  <akim@epita.fr>
13295         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
13296         chapter.
13298 2001-06-09  Akim Demaille  <akim@epita.fr>
13300         * doc/autoconf.texi (Limitations of Builtins): Complete the
13301         description of the here-docs penalties with Alexandre Oliva's
13302         explanations.
13304 2001-06-01  Paul Eggert  <eggert@twinsun.com>
13306         * doc/autoconf.texi: Talk about here documents and speedups.
13307         Do not use "echo" on arbitrary strings.
13308         Spell "here-documents" consistently with the standard.
13310 2001-06-09  Akim Demaille  <akim@epita.fr>
13312         * doc/autoconf.texi (Concept Index): Introduce it.
13313         Regenerate the menus.
13315 2001-06-09  Akim Demaille  <akim@epita.fr>
13317         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
13318         * config/prev-version.txt: New.
13319         * config/move-if-change: New, for GNU libc.
13321 2001-06-06  Pavel Roskin  <proski@gnu.org>
13323         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
13325 2001-06-06  Akim Demaille  <akim@epita.fr>
13327         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
13328         properly when $1 is not a literal.
13329         Fixes PR Autoconf/187, reported by Bram Moolenaar.
13331 2001-06-06  Akim Demaille  <akim@epita.fr>
13333         Invoking AC_COPYRIGHT before AC_INIT fails.
13335         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
13336         * acgeneral.m4 (_m4_divert(VERSION_FSF))
13337         (_m4_divert(VERSION_USER)): New.
13338         (AC_COPYRIGHT): $2 is the diversion to use.
13339         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
13340         (AC_INIT): Remove dead comments as now it's commutative.
13342 2001-06-06  Akim Demaille  <akim@epita.fr>
13344         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
13345         PR autoconf/187.
13347 2001-06-05  Akim Demaille  <akim@epita.fr>
13349         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
13350         can be empty.
13351         `*dir' variables cannot be NONE.
13352         Reported by Mark Kettenis.
13354 2001-06-05  Paul Eggert  <eggert@twinsun.com>
13356         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
13358 2001-06-04  Akim Demaille  <akim@epita.fr>
13360         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
13361         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
13362         (AC_TR_SH): Move as...
13363         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
13364         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
13365         (AS_TR_SH): these.
13366         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
13367         (_AS_TR_SH_PREPARE): New.
13368         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
13369         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
13371 2001-06-02  Akim Demaille  <akim@epita.fr>
13373         * Makefile.am (.m4.m4f): Pass the options first.
13374         Fixes PR autoconf/182.
13376 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
13378         GNU getopt, when POSIXLY_CORRECT does not permute options and
13379         arguments.  So pass the options first.
13380         Fixes PR autoconf/184.
13382         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
13383         (run_m4): Remove files.
13384         (run_m4f): Remove.
13385         Update remainder of script to use them.
13386         (for warning in): Do not use a literal comma as it will not be
13387         split by IFS.
13389 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
13391         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
13392         Fortran compilers to check.
13393         (_AC_PROG_F77_V): Add '-###' as a possible option to print
13394         information on library and object files.
13395         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
13396         to check.
13398 2001-06-02  Akim Demaille  <akim@epita.fr>
13400         * autom4te.in (Request::@request): Declare with `vars', not `my',
13401         as it prevents updates via `do FILENAME'.
13403 2001-06-02  Akim Demaille  <akim@epita.fr>
13405         * configure.in (standards_texi): Remove, dead code.
13407 2001-06-02  Akim Demaille  <akim@epita.fr>
13409         * autom4te.in: New.
13411 2001-06-02  Pavel Roskin  <proski@gnu.org>
13413         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
13414         for signals other than 0 - exit with code 1.
13415         * m4sh.m4 (AS_TMPDIR): Likewise.
13416         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
13417         * autoheader.in: Likewise.
13418         * autoreconf.in: Likewise.
13419         * tests/torture.at (Signal handling): New test for the above.
13421 2001-06-01  Akim Demaille  <akim@epita.fr>
13423         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
13424         message.
13426 2001-05-31  Akim Demaille  <akim@epita.fr>
13428         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
13429         Add copyright and comments.
13430         * acheaders: Add stdint.h.
13431         Suggested by Paul Eggert.
13433 2001-05-31  Akim Demaille  <akim@epita.fr>
13435         * atgeneral.m4 (AT_INIT): Use $SHELL.
13436         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
13438 2001-05-31  Akim Demaille  <akim@epita.fr>
13440         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
13441         stdint.h.
13442         From Paul Eggert and Lars Hecking.
13444 2001-05-31  Akim Demaille  <akim@epita.fr>
13446         * tests/base.at: Adjust line numbers in error messages.
13448 2001-05-31  Akim Demaille  <akim@epita.fr>
13450         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
13451         to emit the bangshe line.
13452         Reported by David Carter.
13454 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
13456         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
13457         Fortran (95) compilers to check.
13459 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
13461         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
13462         Macro Archive URL.
13464 2001-05-23  Pavel Roskin  <proski@gnu.org>
13466         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
13467         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
13468         (AC_PROG_CXXCPP): Likewise.
13470 2001-05-22  Akim Demaille  <akim@epita.fr>
13472         * config: New directory.
13473         * configure.in: AC_CONFIG_AUX_DIR it.
13474         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
13476 2001-05-22  Akim Demaille  <akim@epita.fr>
13478         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
13479         * autoupdate.in: Specify the Emacs mode.
13480         * acversion.m4.in: Rename as...
13481         * acversion.m4: this.
13482         * tests/Makefile.am (CLEANFILES): More garbage.
13484 2001-05-22  Akim Demaille  <akim@epita.fr>
13486         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
13487         Rename as...
13488         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
13489         these.
13491 2001-05-21  Akim Demaille  <akim@epita.fr>
13493         * configure.in: Bump to 2.50a.
13496         -----
13498         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
13499         Software Foundation, Inc.
13501         This file is part of GNU Autoconf.
13503         GNU Autoconf is free software; you can redistribute it and/or modify
13504         it under the terms of the GNU General Public License as published by
13505         the Free Software Foundation; either version 2, or (at your option)
13506         any later version.
13508         GNU Autoconf is distributed in the hope that it will be useful,
13509         but WITHOUT ANY WARRANTY; without even the implied warranty of
13510         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13511         GNU General Public License for more details.
13513         You should have received a copy of the GNU General Public License
13514         along with autoconf; see the file COPYING.  If not, write to
13515         the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13516         Boston, MA 02110-1301, USA.