Whenever possible, use the vertical bar as sed delimiter.
[autoconf.git] / ChangeLog
blob235d1f0661db15189bba4f8fe365951b7eae6081
1 2007-09-24  Jim Meyering  <jim@meyering.net>
3         Whenever possible, use the vertical bar as sed delimiter.
4         * lib/autoconf/functions.m4 (GETLOADAVG_LIBS) [AC_FUNC_GETLOADAVG]:
5         Use "|", not "!".
6         * lib/autoconf/status.m4 (_AC_SRCDIRS) [ac_top_builddir_sub]:
7         [ac_dir_suffix]: Use "|", not "," as sed delimiter.
8         * tests/mktests.sh (as_me): Likewise.
9         * lib/freeze.mk (check-forbidden-patterns): Likewise.
10         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
11         * configure: Regenerate.
12         * doc/autoconf.texi (Shell Substitutions): Use "|", not "," in examples.
13         * lib/autotest/general.m4 (AT_INIT): Use "|", not "&" as sed delimiter
14         in the : -> $PATH_SEPARATOR transformation of $AUTOTEST_PATH.
15         This is fine, as long as $PATH_SEPARATOR doesn't contain "|".
17 2007-09-22  Jim Meyering  <jim@meyering.net>
19         Add a comment.
20         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Document the
21         2004-05-31 change also with a comment in the code.
23 2007-09-20  Eric Blake  <ebb9@byu.net>
25         More contribution housekeeping.
26         * THANKS: Sort.
27         * AUTHORS: Sort, reflect recent assignment from Helge Deller.
29         Ignore additional files, when copying cross-repository.
30         * .gitignore: Ignore CVS directories, emacs edits.
31         * .cvsignore: Ignore .git directory, emacs edits.
33 2007-09-15  Eric Blake  <ebb9@byu.net>
35         Provide AC_VERSION, not m4_AUTOCONF_VERSION.
36         * doc/autoconf.texi (Text processing Macros): Remove mention of
37         m4_AUTOCONF_VERSION, and leave m4_PACKAGE_VERSION undocumented
38         once again.
39         (Notices): Move AC_PREREQ...
40         (Versioning): ...to this new section, alongside the new AC_VERSION
41         alias for the undocumented m4_PACKAGE_VERSION.
42         * lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): Revert change.
43         * lib/autoconf/general.m4 (AC_VERSION): New macro.
44         * NEWS: Update to match this rename.
45         * tests/m4sugar.at (m4@&t@_version_compare): Remove tests of
46         m4_PACKAGE_VERSION.
47         * tests/tools.at (autoconf: AC_VERSION): New test.
48         Suggested by Paolo Bonzini and Benoit Sigoure.
50 2007-09-14  Eric Blake  <ebb9@byu.net>
52         Prepare for conversion to git.
53         * doc/.cvsignore: Avoid multiple listings on one line.
54         * bin/.cvsignore: Likewise.
55         * .gitignore, bin/.gitignore, config/.gitignore, doc/.gitignore,
56         lib/.gitignore, lib/Autom4te/.gitignore, lib/autoconf/.gitignore,
57         lib/autoscan/.gitignore, lib/autotest/.gitignore,
58         lib/emacs/.gitignore, lib/m4sugar/.gitignore, man/.gitignore,
59         tests/.gitignore: New files, identical to .cvsignore counterpart.
61 2007-09-13  Eric Blake  <ebb9@byu.net>
63         Editing eye-candy.
64         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Restore
65         font-lock balance.
66         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Likewise.
67         * lib/autoconf/general.m4 (_AC_DO_ECHO): Likewise.
68         * configure: Regenerate.
70         Clean up 'make dist' of previous patch.
71         * tests/Makefile.am (EXTRA_DIST): Distribute mktests.stamp.
72         (CLEANFILES): Don't clean the stamp, since we distribute the
73         generated files pre-built.
74         (MAINTAINERCLEANFILES): Clean it here instead.
75         * tests/Makefile.in: Regenerate.
77         Avoid parallel 'make check' issue.
78         * tests/Makefile.am (mktests.stamp): New witness.
79         (TESTSUITE_GENERATED_AT): Use it.
80         (CLEANFILES): Clean the witness.
81         * tests/.cvsignore (mktests.stamp): Ignore the witness.
83         Document another awk pitfall.
84         * doc/autoconf.texi (Limitations of Usual Tools) <awk>: Document
85         limitation of field variables in END.
86         Reported by Gary V. Vaughan.
88         * AUTHORS: Add missing entries.
90 2007-09-12  Eric Blake  <ebb9@byu.net>
92         Publish m4_ifndef, m4_version_compare, m4_AUTOCONF_VERSION.
93         * doc/autoconf.texi (Text processing Macros): Document
94         m4_version_compare, m4_AUTOCONF_VERSION, m4_PACKAGE_VERSION.
95         (Redefined M4 Macros): Document m4_ifndef.
96         * lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): New macro; we
97         can't obsolete m4_PACKAGE_VERSION at this time since Autoconf 1.10
98         used it while it was undocumented.
99         * NEWS: Document this change.
100         * lib/m4sugar/Makefile.am (version.m4): Update copyright dates.
101         * lib/m4sugar/Makefile.in: Regenerate.
102         * tests/m4sugar.at (m4@&t@_version_compare): New test.
103         Reported by Bruno Haible.
105         * doc/autoconf.texi (Generic Compiler Characteristics): Add
106         missing index entries.
108 2007-09-11  Eric Blake  <ebb9@byu.net>
110         Centralize all system extensions checks.
111         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Inline code
112         from AC_AIX, AC_GNU_SOURCE, AC_MINIX.  Add Interix support.
113         (AC_AIX, AC_GNU_SOURCE, AC_MINIX): Obsolete, and point to
114         AC_USE_SYSTEM_EXTENSIONS.
115         (AC_ISC_POSIX): Obsolete, and point to AC_SEARCH_LIBS.
116         (AC_XENIX_DIR, AC_IRIX_SUN): Promote proper quoting in AU_DEFUN.
117         * doc/autoconf.texi (Posix Variants): Reword this section,
118         emphasizing that AC_USE_SYSTEM_EXTENSIONS is the preferred method,
119         rather than a series of system-specific checks.
120         (Obsolete Macros): Add AC_AIX, AC_GNU_SOURCE, AC_ISC_POSIX,
121         AC_MINIX.
122         * NEWS: Document this change.
123         * THANKS: Update.
124         Reported by Martin Koeppe.
126 2007-09-08  Eric Blake  <ebb9@byu.net>
128         Clean up obsolete macros references.
129         * doc/autoconf.texi: Add anchors to support better
130         cross-referencing.
131         (Particular Structures): Move obsolete macros descriptions...
132         (External Software): Likewise.
133         (Package Options): Likewise.
134         (Obsolete Macros): ...to here.  Add cross-references to
135         documentation on replacements.
136         * NEWS: Mention that these macros have been obsolete for a while
137         now: AC_STRUCT_ST_BLKSIZE AC_STRUCT_ST_RDEV AC_WITH AC_ENABLE.
139         Improve M4 path searching during configure.
140         * lib/autoconf/programs.m4 (AC_PATH_PROGS_FEATURE_CHECK): New
141         macro.
142         (_AC_PATH_PROG_FEATURE_CHECK): Rename...
143         (_AC_PATH_PROGS_FEATURE_CHECK): ...to this, add defaulted action
144         parameter, and kill side effects.
145         (_AC_PROG_GREP, AC_PROG_SED): Adjust callers.
146         (_AC_FEATURE_CHECK_LENGTH): Kill extra whitespace.
147         * m4/m4.m4 (AC_PROG_GNU_M4): Don't stop searching until working m4
148         is found.
149         (AC_PATH_PROGS_FEATURE_CHECK): Add backwards compatibility hack to
150         allow bootstrapping with autoconf 2.61.
151         * configure.ac (M4): AC_PROG_GNU_M4 now exits on failure.
152         * configure: Regenerate.
153         * doc/autoconf.texi (Generic Programs): Document new macro.
154         * tests/mktests.sh (au_exclude_script): Exclude auto-testing new
155         macro.
156         * tests/semantics.at (AC_PATH_PROGS_FEATURE_CHECK): New test.
157         * NEWS: Document the change.
158         * THANKS: Update.
159         Reported by Hans Aberg.
161         * doc/autoconf.texi (Generic Programs): Fix typo.
163 2007-09-06  Eric Blake  <ebb9@byu.net>
165         * doc/autoconf.texi (Generic Programs): Use $PATH_SEPARATOR, not
166         :, and make it clear that optional @var{path} defaults to $PATH.
167         (Erlang Compiler and Interpreter): Likewise.
169         Texinfo cleanup.
170         * doc/autoconf.texi: Avoid lines > 80 columns when possible.
171         Reword some paragraphs to avoid overfull, underfull hbox
172         warnings.  Add index entries to avoid overfull vbox warnings.
174 2007-09-05  Eric Blake  <ebb9@byu.net>
176         * NEWS: Adjust wording for AC_CONFIG_LINKS.
177         Reported by Ralf Wildenhues.
179 2007-09-03  Eric Blake  <ebb9@byu.net>
181         * NEWS: Document fixes that have been applied since 2.61a.
183         Housekeeping.
184         * THANKS: Update, and convert to UTF-8 encoding.
185         * AUTHORS: Likewise.
187 2007-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
189         * lib/autoconf/general.m4 (AC_SITE_LOAD): Guard against file
190         names beginning with `-' again.
192 2007-08-22  Stepan Kasal  <kasal@ucw.cz>
193             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
195         * doc/autoconf.texi (Defining Directories): Mention
196         AM_CPPFLAGS, as the way to modify CPPFLAGS when using Automake.
198 2007-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
200         * lib/autoconf/general.m4 (AC_SITE_LOAD): Do not overwrite "$@"
201         here, this macro is expanded by AC_INIT.  Fixes 2.60 regression.
202         * tests/base.at (configure arguments): New test.
203         * THANKS: Update.
204         Report by Olaf Lenz.
206         * lib/autoconf/general.m4 (_AC_ENABLE_IF): Expand macro
207         arguments in comment.
208         Report by Vincent Torri <vtorri at univ minus evry dot fr>.
210 2007-08-20  Benoit Sigoure  <tsuna@lrde.epita.fr>
212         * doc/autoconf.texi (File System Conventions): Index the proper
213         way of detecting absolute file names.
215 2007-08-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
217         * build-aux/config.guess, build-aux/config.sub,
218         build-aux/elisp-comp, build-aux/install-sh, build-aux/mdate-sh,
219         build-aux/missing, build-aux/texinfo.tex, doc/fdl.texi,
220         doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
221         * doc/autoconf.texi (GNU Free Documentation License): Adjust for
222         sectioning change in fdl.texi.
224         * bin/autoconf.as: Update --version output to match current GCS.
225         * bin/autoheader.in: Likewise.
226         * bin/autom4te.in: Likewise.
227         * bin/autoreconf.in: Likewise.
228         * bin/autoscan.in: Likewise.
229         * bin/autoupdate.in: Likewise.
230         * bin/ifnames.in: Likewise.
232 2007-08-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
234         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not try to link a
235         file to itself if source and build trees coincide.
236         * tests/torture.at (AC_CONFIG_LINKS and identical files): New
237         test.
238         Report by Sebastian Freundt <hroptatyr@gna.org>.
240 2007-07-20  Paul Eggert  <eggert@cs.ucla.edu>
242         Reword the copyright notices to match what's suggested in GPLv3.
243         In ChangeLog files, use more-permissive notice rather than GPL, as
244         per usual GNU standards these days.
246 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
248         * doc/autoconf.texi (autoreconf Invocation): Document ACLOCAL_AMFLAGS
249         limitation reported by Leo Moisio in
250         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432941>.
252 2007-07-03  Paul Eggert  <eggert@cs.ucla.edu>
254         * COPYING: Update to GPLv3.  All uses changed.
256 2007-06-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
257         and Paul Eggert  <eggert@cs.ucla.edu>
259         * doc/autoconf.texi (Limitations of Usual Tools): sed -e ''
260         fails on AIX 5.3.
262 2007-06-17  Noah Misch  <noah@cs.caltech.edu>
264         * lib/autotest/general.m4 (AT_INIT): Handle absolute `srcdir'.
265         * tests/autotest.at (srcdir propagation): Test absolute `srcdir' and
266         `srcdir' as subdirectory of `builddir'.
268 2007-06-13  Noah Misch  <noah@cs.caltech.edu>
270         * lib/autotest/general.m4 (AT_INIT): Compute $srcdir correctly.
271         * tests/autotest.at (srcdir propagation): New test.
272         * THANKS: Update.
273         Reported by Mike Frysinger.
275 2007-06-13  Paul Eggert  <eggert@cs.ucla.edu>
277         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Set FPATH too.
278         Problem reported by Fred Kreek in
279         <http://lists.gnu.org/archive/html/bug-autoconf/2007-06/msg00009.html>.
280         * doc/autoconf.texi (Special Shell Variables): Warn about FPATH.
281         (Macro Names, Defining Directories): Don't mention PATH as a name
282         for a fully qualified file name, as this usage violates the GNU
283         coding standards and we shouldn't recommend it.
285         * lib/autotest/general.m4 (AT_INIT): Don't set PATH to the empty
286         string and then assume shell builtins like "test" will work.
288 2007-06-12  Noah Misch  <noah@cs.caltech.edu>
290         * lib/autoconf/general.m4 (AC_SUBST): Raise a fatal error if VARIABLE is
291         not a valid shell variable name.
292         * tests/mktests.sh (ac_exclude_list): Add AC_ARG_VAR.
293         * tests/torture.at (AC_SUBST: variable name validation): New test.
294         Reported by Andreas Schwab.
296 2007-06-04  Noah Misch  <noah@cs.caltech.edu>
298         * doc/autoconf.texi (AC_F77_MAIN): Give a specific usage example that
299         works with both C and C++.
301 2007-06-03  Noah Misch  <noah@cs.caltech.edu>,
302             Bruno Haible  <bruno@clisp.org>
304         * lib/autoconf/c.m4 (AC_OPENMP): Use a simple loop instead of compiler
305         brand tests.
307 2007-05-31  Paul Eggert  <eggert@cs.ucla.edu>
309         * doc/autoconf.texi (Particular Types): Give example of use for
310         AC_TYPE_INT8_T etc.
312 2007-05-29  Stepan Kasal  <kasal@ucw.cz>
314         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo.
316 2007-05-28  Paul Eggert  <eggert@cs.ucla.edu>
318         * doc/autoconf.texi (Particular Types): AC_TYPE_INT8_T does not
319         define HAVE_INT8_T, and likewise for similar macros.
320         Problem reported by Patrick Welche in
321         <http://lists.gnu.org/archive/html/autoconf/2007-05/msg00062.html>.
323 2007-05-25  Noah Misch  <noah@cs.caltech.edu>
325         * bin/Makefile.am ($(top_builddir)/bin/autom4te): New dependency.
327 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
329         * lib/autoconf/c.m4 (AC_OPENMP): Don't echo --enable-openmp
330         choice, since that's what we do with --enable-largefile etc.
331         Redo indenting and assignments to simplify things a bit, and make
332         the parens work with Emacs.
334         * doc/autoconf.texi (Generic Compiler Characteristics): Fix typo
335         in my previous change: AC_C_OPENMP -> AC_OPENMP.  Reported by Bruno
336         Haible.
338 2007-05-21  Noah Misch  <noah@cs.caltech.edu>
340         * lib/autoconf/c.m4 (AC_OPENMP): Simplify use of AC_ARG_ENABLE.
341         * tests/local.at (AT_CHECK_ENV): Exempt OPENMP_CFLAGS.
343 2007-05-21  Bruno Haible  <bruno@clisp.org>
345         * NEWS: Rename AC_C_OPENMP to AC_OPENMP.
346         * lib/autoconf/c.m4 (AC_OPENMP): Renamed from AC_C_OPENMP.
347         * doc/autoconf.texi (Generic Compiler Characteristics): Move
348         renamed AC_OPENMP documentation here, from "C compiler".
349         Mention C++ and Fortran.
351 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
353         * doc/autoconf.texi (C Compiler): Tweak OpenMP documentation a bit.
355 2007-05-21  Bruno Haible  <bruno@clisp.org>
357         * NEWS: Mention AC_C_OPENMP.
358         * lib/autoconf/c.m4 (AC_C_OPENMP): New macro.
359         * doc/autoconf.texi (C Compiler): Document AC_C_OPENMP.
361 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
363         * bin/autom4te.in: Fix typos.
365 2007-05-16  Noah Misch  <noah@cs.caltech.edu>
367         * bin/autoconf.as: Handle `-' just like other input files.
368         * bin/autom4te.in (parse_args): Pass `-' through.
369         (handle_output): Skip the forbidden token search if we read from stdin.
370         (up_to_date): Always treat stdin as out of date.
371         * tests/tools.at (autoconf: input from stdin): New test.
372         (autoconf: forbidden tokens, basic): Check a second `autoconf' run.
374 2007-05-16  Stepan Kasal  <kasal@ucw.cz>
376         * tests/foreign.at tests/semantics.at, tests/tools.at: Remove
377         parameters for AT_CLEANUP.
378         * tests/local.at (AT_CHECK_AU_MACRO): Likewise.
380 2007-05-14  Paul Eggert  <eggert@cs.ucla.edu>
382         * NEWS: Document that AC_C_RESTRICT checks 'restrict' last.
383         * doc/autoconf.texi (C Compiler): Likewise.
385 2007-05-14  Noah Misch  <noah@cs.caltech.edu>
387         * lib/autoconf/c.m4 (AC_C_RESTRICT): Check `restrict' last.
389 2007-05-09  Stepan Kasal  <kasal@ucw.cz>
391         * doc/autoconf.texi: Direntry for "autoconf Invocation"
392         renamed to "autoconf-invocation"
394         * doc/autoconf.texi (Caching Results): The CACHE-ID variable
395         in the examples should not use the internal "ac_" prefix.
397 2007-05-05  Noah Misch  <noah@cs.caltech.edu>
399         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): Use `eval'.
400         * doc/autoconf.texi ($@, case): Document Zsh limitations.
402 2007-05-03  Stepan Kasal  <kasal@ucw.cz>
404         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Put a.out first.
405         Reorganize the comments before and in the macro.
407 2007-05-02  Stepan Kasal  <kasal@ucw.cz>
409         * lib/autoconf/lang.m4, lib/autoconf/c.m4,
410         lib/autoconf/fortran.m4, lib/autoconf/erlang.m4: Cleanup of
411         section titles and other comments; no code change.
413 2007-05-01  Kevin Ryde  <user42@zip.com.au>
415         * doc/autoconf.texi (Particular Programs): Typo
416         @acindex{AC_PROG_MKDIR_P} shouldn't have "AC" in that call.
418 2007-04-30  Paul Eggert  <eggert@cs.ucla.edu>
420         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Don't imply that
421         'configure' will fail if the shell lacks proper support for shell
422         functions.  Suggested by RMS.
424 2007-04-29  Paul Eggert  <eggert@cs.ucla.edu>
426         * doc/autoconf.texi (Limitations of Builtins): Correct the warning
427         about Solaris /bin/printf '%010000x' 123.  Problem reported by
428         Bruno Haible.
430 2007-04-28  Paul Eggert  <eggert@cs.ucla.edu>
432         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't look
433         for a.* when searching for executables, as this prevents users
434         from having files like a.c.  Problem reported by Ralf Wildenhues in:
435         http://lists.gnu.org/archive/html/autoconf-patches/2007-04/msg00029.html
436         This fixes a problem introduced on 2000-12-19.
438 2007-04-26  Paul Eggert  <eggert@cs.ucla.edu>
440         * doc/autoconf.texi (Limitations of Builtins): Warn about Solaris
441         /bin/printf '%010000x' 123.  Problem reported by Arto C. Nirkko
442         via Bruno Haible.
444 2007-04-12  Paul Eggert  <eggert@cs.ucla.edu>
446         * NEWS: Document recent changes to AC_CHECK_ALIGNOF, AC_CHECK_SIZEOF,
447         AC_CHECK_TYPE, AC_CHECK_TYPES.
448         * doc/autoconf.texi (Generic types): C types must be type-names
449         (the C terminology), not type-ids (the C++ term).  C++ types
450         must not be anonymous.
451         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Remove special case
452         for C++; this drops support for anonymous struct and union types,
453         which were problematic anyway.
454         * tests/semantics.at (AC_CHECK_HEADERS_NEW): Adjust test to work even
455         for C++.
457 2007-04-12  Jim Meyering  <jim@meyering.net>
459         * doc/autoconf.texi (Libraries): Typo fix: insert missing "in".
461 2007-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
463         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Fix AC_CONFIG_LINKS
464         to prefer a link source from the build tree, if it exists.
465         Report by Pallav Gupta <pallavgupta@gmail.com>.
467 2007-04-11  Paul Eggert  <eggert@cs.ucla.edu>
469         * doc/autoconf.texi (Generic Types): Document the restrictions
470         on types imposed by AC_CHECK_TYPE, AC_CHECK_TYPES.
471         (Generic Compiler Characteristics): AC_CHECK_SIZEOF now works
472         with objects too.  Document the restrictions on its use.
473         Document the restrictions on AC_CHECK_ALIGNOF's type argument.
474         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW):
475         For C, just try sizeof (TYPE) and sizeof ((TYPE)); if the former
476         works but the latter doesn't, then it's a valid type.
477         This lets people use function types and so forth.
478         For C++ there doesn't seem to be a simple solution, so leave it alone.
479         (AC_CHECK_SIZEOF): Allow argument to be a variable.
480         (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Don't bother to invoke
481         AC_CHECK_TYPE; that wasn't documented or necessary.
483 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
485         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Skip AS_TEST_X
486         when cross-compiling.
488 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
490         * doc/autoconf.texi (External Software): Fix a typo in the
491         previous change.
493 2007-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
495         * doc/autoconf.texi (External Software, Package Options):
496         Fix ambiguous wording.  Report by Reuben Thomas <rrt@sc3d.org>.
498 2007-04-06  Paul Eggert  <eggert@cs.ucla.edu>
500         * doc/autoconf.texi (Particular Types): AC_C_LONG_DOUBLE is now
501         obsolescent.  Suggested by Bruno Haible.
502         * NEWS: Document this.
504 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
506         * doc/autoconf.texi (Here-Documents, Limitations of Builtins):
507         (Limitations of Usual Tools): Don't say "older" if Solaris 10 by
508         default still has the problem.  Problem reported by Bruce Korb.
510 2007-03-28  Stepan Kasal  <kasal@ucw.cz>
511         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
513         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix a
514         comment in the generated config.status.
516 2007-03-27  Stepan Kasal  <kasal@ucw.cz>
518         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Update comment.
520 2007-03-26  Paul Eggert  <eggert@cs.ucla.edu>
522         * doc/autoconf.texi (Shellology): Rework treatment of the 'test'
523         command and case statements to make it a bit clearer and describe
524         more pitfalls.
526 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
528         * doc/autoconf.texi (C Compiler): Mention that AC_PROG_CC_C99 also
529         checks for unsigned long long int.
531 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
533         * doc/autoconf.texi (Limitations of Usual Tools): Warn about other
534         nonstandard grep R.E. escape sequences.
536 2007-03-17  Jim Meyering  <jim@meyering.net>
538         * doc/autoconf.texi: Adjust grammar around use of "heuristics".
539         (Limitations of Usual Tools): Also list \< and \>, and mention that
540         HP-UX's grep, like the one from Solaris, does not support that syntax.
542 2007-03-09  Stepan Kasal  <kasal@ucw.cz>
544         * doc/autoconf.texi (Specifying Names): `--host' does not
545         change the build type.
547 2007-03-05  Paul Eggert  <eggert@cs.ucla.edu>
549         * doc/autoconf.texi (C Compiler): Warn that AC_C_BIGENDIAN
550         suggests AC_CONFIG_HEADERS.
551         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Warn if not using
552         AC_CONFIG_HEADERS.  Problem reported by
553         Peter O'Gorman.
555 2007-02-28  Paul Eggert  <eggert@cs.ucla.edu>
557         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Fix typo "__LITLE_ENDIAN__".
558         Problem reported by Paolo Bonzini in:
559         http://lists.gnu.org/archive/html/autoconf-patches/2007-02/msg00024.html
560         * tests/semantics.at (AC_C_BIGENDIAN): Don't reject hosts that have
561         universal binaries.  Problem reported by Elias Pipping.
563 2007-02-27  Paul Eggert  <eggert@cs.ucla.edu>
565         * NEWS: AC_C_BIGENDIAN now supports universal binaries a la Mac OS X.
566         * doc/autoconf.texi (C Compiler): Document this.  There is a new
567         extra argument ACTION-IF-UNIVERSAL.
568         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Implement this.
569         Add support for Solaris-style _LITTLE_ENDIAN and _BIG_ENDIAN.
570         Reindent for sanity's sake.
572 2007-02-24  Eric Blake  <ebb9@byu.net>
574         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
575         copyright.
576         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
577         * lib/autotest/general.m4 (AT_INIT): Likewise.
578         (_AT_DECIDE_TRACEABLE): Fix syntax highlighting.
580 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
582         * lib/autotest/general.m4 (AT_INIT): With --clean, return exit
583         status of rm so we know when it failed.
584         If cleaning of test dir failed before running the test, warn.
585         Output the line separator in verbose mode before the warning
586         to make clear the warning belongs to the following test.
588 2007-02-08  Paul Eggert  <eggert@cs.ucla.edu>
590         * doc/autoconf.texi (Parentheses): Mention problem with (( in
591         shells.
593 2007-02-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
594         and Paul Eggert  <eggert@cs.ucla.edu>
596         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix quoting
597         errors introduced in last change.
599 2007-02-07  Paul Eggert  <eggert@cs.ucla.edu>
601         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer \r to
602         an actual carriage return.  Use "ac_cr" to contain the actual
603         carriage return.
604         * doc/autoconf.texi (Limitations of Usual Tools): Document problem
605         with traditional Awk and begin.
606         * tests/torture.at (Limitations of Builtins): Document the problem
607         with Bash 2.03 printf.
608         (Substitute and define special characters):
609         Remove trailing white space.  Work around a bug in Solaris 8 /bin/bash.
611 2007-02-06  Ralf Menzel  <menzel@ls6.cs.uni-dortmund.de>  (tiny change)
613         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Redirect
614         input from /dev/null in awk test, so even Solaris /usr/bin/awk
615         will not wait for input with a script containing only a BEGIN
616         rule.
618 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
620         * doc/autoconf.texi (Introduction, Why GNU M4): Clarify M4 version
621         requirements.
622         * README: Likewise.
624 2007-02-02  Eric Blake  <ebb9@byu.net>
626         * NEWS: Update copyright.
628         * m4/m4.m4 (AC_PROG_GNU_M4): Reject M4 1.4 through 1.4.4 as
629         broken.
630         * configure.ac: Update error message.
631         * NEWS: Note that M4 1.4.5 or later is now a hard dependency.
632         Reported by Gary Vaughan and Jim Meyering, and problem analyzed
633         by Stepan Kasal:
634         http://lists.gnu.org/archive/html/bug-autoconf/2006-11/msg00025.html
636 2007-01-31  Eric Blake  <ebb9@byu.net>
638         * THANKS (people): Update.
640 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
642         * doc/autoconf.texi (Shellology): pdksh 5.2.14 is still the
643         latest version.
644         (Shell Substitutions): Note problems with @{var:=value} etc.
645         Add a new section for problems with @{#var} etc.  Problem noted
646         by Ralf Wildenhues.  See:
647         http://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
649 2007-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
651         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Also
652         AC_SUBST([MKDIR_P]), so that Automake < 1.10 will pick up its
653         trace, if a package uses AC_PROG_MKDIR_P explicitly.  The actual
654         substitution will still be done by the special code.
655         Report by Jim Meyering.
657         * doc/autoconf.texi (File System Conventions): Mention that
658         $PATH_SEPARATOR is for the build system only.
659         Report by Keith Marshall.
661 2007-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
663         * doc/autoconf.texi (Setting Output Variables): Mention that
664         all non-NUL characters are ok in substituted values.
665         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Fix comment typo.
666         (_AC_OUTPUT_FILES_PREPARE): Test and use backslash escaping of
667         carriage return for $AWK, needed for BSD awk.
668         * tests/torture.at (Substitute and define special characters):
669         Test all 8 bit non-NUL characters.
670         Report against Automake by Patrick Welche.
672 2007-01-15  Stepan Kasal  <kasal@ucw.cz>
674         * doc/autoconf.texi: Direntry for "autoconf Invocation" renamed.
676 2007-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
678         * lib/autoconf/programs.m4 (AC_PROG_SED): When closing a pipe
679         early on the reader side, drop stderr of the input to avoid
680         `broken pipe' error output; this may happen even with shell
681         builtin `echo' of some bash versions.  Reports by Ian Macdonald
682         <iamacdo@telkomsa.net> and Sam Sexton <Sam.Sexton@reuters.com>.
684 2007-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
686         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Use newlines to
687         separate items of `ac_user_opts', to avoid long lines.
688         (_AC_INIT_PARSE_ENABLE2, _AC_ENABLE_IF_ACTION): Adjust.
690 2007-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
692         * doc/autoconf.texi: Fix some typos.
694 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
696         Fix some wording problems noted by Paolo Bonzini in:
697         http://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
698         * doc/autoconf.texi (Signed Overflow Examples): Give more
699         discussion about the allow_superuser_privileges example,
700         and change it a bit to make things clearer.
701         (Optimization and Wraparound): Clarify whether the compiler
702         will generate an infinite loop for the example derived from
703         Autoconf's mktime test.
704         (Signed Overflow Advice): Say that -ftrapv is meant for debugging.
705         Also, clarify unsigned multiplication overflow.
707 2007-01-04  Eric Blake  <ebb9@byu.net>
709         * bin/Makefile.am (RELEASE_YEAR): New macro.
710         (edit): Use it to supply correct copyright year to scripts.
711         * bin/autoconf.as (version): Use it.
712         * bin/autoheader.in ($version): Likewise.
713         * bin/autom4te.in ($version): Likewise.
714         * bin/autoreconf.in ($version): Likewise.
715         * bin/autoscan.in ($version): Likewise.
716         * bin/autoupdate.in ($version): Likewise.
717         * bin/ifnames.in ($version): Likewise.
719 2007-01-02  Paul Eggert  <eggert@cs.ucla.edu>
721         * doc/autoconf.texi (Integer Overflow): Revised based on today's
722         feedback.  The most important changes document what happens when
723         you convert an out-of-range value to a signed integer type, and
724         say that (sum < a) != (b < 0) reliably detects overflow when sum =
725         a + b.
727         * doc/autoconf.texi (Integer Overflow): Greatly expand and
728         rewrite, taking notions from the recent discussion on the gcc and
729         autoconf mailing lists; please see
730         http://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
731         and follow the many links.
732         (Integer Overflow Basics, Signed Overflow Examples):
733         (Optimization and Wraparound, Signed Overflow Advice):
734         (Signed Integer Division): New sections.
736 2006-12-28  Steven G. Johnson  <stevenj@alum.mit.edu>
738         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't include
739         preprocessor macro arguments in traced name.
740         * doc/autoconf.texi (Defining symbols): Document longstanding
741         support for AC_DEFINE-ing macros with arguments, and document
742         behavior when the same variable has multiple AC_DEFINEs.
743         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Revert to the
744         old implementation which AC_DEFINEs the FC_FUNC and FC_FUNC_
745         macros directly, giving much shorter and simpler code.
747 2006-12-28  Malcolm Purvis <malcolmp@xemacs.org>  (trivial change)
749         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
750         space before "$ac_configure_args" to prevent a 'config.status
751         --recheck' failure if ac_configure_args doesn't contain a leading
752         space.  This works around a problem with the XEmacs configure.ac,
753         which uses the (undocumented) ac_configure_args variable
754         inconsistently with Autoconf.
756 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
758         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):
759         Include <limits.h>, and use its INT_MAX to rewrite the
760         j loop so that it does not overflow 'int'.  Problem reported by
761         Ralf Wildenhues in
762         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
763         Play it safe by shifting left by 1 rather than multiplying by 2,
764         as GCC is less likely to optimize this away when the value
765         is signed (when it assumes overflow leads to undefined behavior).
766         Also, don't assume time_t uses two's complement.
768 2006-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
770         * tests/torture.at (Substitute a 2000-byte string): Avoid using
771         a 10kB long (multi-line) string literal, OpenServer 5.0.7 ksh
772         dumps core on it.  Report by Tim Rice.
774 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
776         * lib/autoconf/general.m4 (AC_ARG_ENABLE): Print help about
777         --disable-option-checking to --help output even when
778         AC_PRESERVE_HELP_ORDER is not used.
779         (_AC_INIT_PARSE_ENABLE2): Print warnings using actual --enable or
780         --with argument, rather than argument with [-.] replaced by
781         underscores.
782         * NEWS: Fix typo in previous change; the news was in the
783         wrong section.
785 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
787         * NEWS: Warnings are now generated by default for unknown
788         --enable-* and --with-* options.
789         * doc/autoconf.texi (Option Checking): Renamed from
790         (Configure Option Checking).  Tighten up the wording a bit.
791         (External Software, Package Options): Cross-reference to Option
792         Checking, and use this to shorten our section.
793         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Prefer test -n
794         "$x" to test "x$foo" != x.
795         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
796         Don't warn if $enable_option_checking is "no".
797         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Initialize
798         ac_unrecognized_opts to the empty string.
799         Don't echo the unrecognized opts, as this might mishandle
800         backslashes or leading -.
801         (AC_PRESERVE_HELP_ORDER): Put the --disable-option-checking
802         usage next to the other --disable-FEATURE options in the
803         help string.
805 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
807         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, _AC_INIT_PARSE_ARGS):
808         (_AC_INIT_PARSE_ENABLE2, _AC_INIT_HELP, _AC_ENABLE_IF):
809         Print warning for unrecognized --with and --enable options
810         (AC_DISABLE_OPTION_CHECKING): New macro to disable warnings.
811         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS):
812         Disable option checking when subdirs are configured.
813         (AC_OUTPUT): If warnings are enabled, print warning about
814         unrecognized --with and --enable options at the end of
815         the configure output (as well as at the beginning).
816         * doc/autoconf.texi (Option Checking): New node.
817         Document new option warning functionality.
819 2006-12-16  Eric Blake  <ebb9@byu.net>
821         * configure.ac (AC_INIT): Bump version, since 2.61a is released.
822         * NEWS: Start news for current version.
824 2006-12-15  Paul Eggert  <eggert@cs.ucla.edu>
826         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
827         Define HAVE_GETMNTENT to 1, not to the empty string.
828         Problem originally reported by Jochen Friedrich in
829         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
831         This change prompted by a problem report by Andrey Simonenko in
832         <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
833         * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
834         object-like macros only, in the traditional portable character
835         set.
836         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
837         Warn about attempts to define things that are not identifiers.
838         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
839         awful hack that AC_DEFINEd macro names containing parentheses.
841 2006-12-12  Paul Eggert  <eggert@cs.ucla.edu>
843         * doc/autoconf.texi: Undo some of the 2006-12-10 change.  It was
844         too drastic, even if Texinfo in theory requires it for info mode.
846         (config.status Invocation): Renamed back from Recreating a
847         Configuration).
848         (Obsolete config.status Use): Renamed back from Obsolete Recreation.
849         (Autoconf 2.13): Renamed back from 20th-century Autoconf 2.
851 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
853         * NEWS: Version 2.61a.
855 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
856         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
858         * NEWS: Document changes with echo and printf, and the lack
859         of limits on the total size of multi-line values of substituted
860         variables, and the AC_FUNC_FSEEKO fix.
862 2006-12-10  Paul Eggert  <eggert@cs.ucla.edu>
864         * doc/autoconf.texi (Writing Autoconf Input): Renamed from
865         Writing configure.ac.
866         (Autoconf Input Layout): Renamed from configure.ac Layout.
867         (Recreating a Configuration): Renamed from config.status Invocation.
868         (Obsolete Recreation): Renamed from Obsolete config.status Use.
869         (acconfig Header): Renamed from acconfig.h.
870         (20th-century Autoconf 2): Renamed from Autoconf 2.13.
871         (Writing Testsuites): Renamed from Writing testsuite.at.
872         (Autom4te Cache): Renamed from autom4te.cache.
874         * BUGS: Remove mention of VPATH problem, since it's now documented
875         not to be a bug in the Autoconf build procedure itself, but rather
876         a problem with the proprietary `make' programs.
878         * doc/autoconf.texi (Build Directories): Add a cross reference
879         to VPATH and Make.
881         * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex:
882         * doc/standards.texi: Sync from gnulib.
884         * man/autoconf.1, man/autoheader.1, man/autom4te.1, man/autoreconf.1:
885         * man/autoscan.1, man/autoupdate.1, man/config.guess.1:
886         * man/config.sub.1, man/ifnames.1: Remove from CVS, since they're
887         generated automatically.
889 2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
891         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Also try -xc99=all, for Sun
892         C 5.8 on Solaris 10.  Using -xc99=all rather than -xc99 bypasses
893         the buggy -xc99 option of Forte Developer 7 C on Solaris 9.
895 2006-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
897         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Drop the
898         `CEOF$ac_eof' special marker, the awk script cannot contain a
899         line matching `^CEOF', so this is not needed any more.
900         * tests/torture.at (Substitute a newline): Expose the `%!_!# '
901         special marker in the test.
903 2006-12-06  Stepan Kasal  <kasal@ucw.cz>
905         * tests/tools.at (autom4te preselections): Use `find -newer';
906         remove one of the sleeps.
908         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Make it
909         more readable, using ...
910         (_AC_INIT_PARSE_ENABLE2): ... this new helper macro.
912         * doc/autoconf.texi (autoheader Invocation): Do not double-
913         quote the parameter of `AH_BOTTOM' in the example.
915 2006-12-05  Stepan Kasal  <kasal@ucw.cz>
917         * doc/autoconf.texi (Configuration Headers): Remove the
918         example with multiple input files.
919         (autoheader Invocation): Encourage `AH_BOTTOM', discouraging
920         multiple input files.
922 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
924         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
925         creating the awk substitution script, handle one input line at a
926         time, so that the maximum length of a substituted (multi-line)
927         value is not limited by the size of the sed pattern space.
928         The trade-off is a slightly repetitive sed script.
929         * doc/autoconf.texi (Limitations of Usual Tools): Branch labels
930         can only have up to 7 characters, due to Solaris 10 /bin/sed.
931         * tests/torture.at (Substitute a 2000-byte string): Increase the
932         test with several long lines, they should not be caught by sed
933         limits any more.
935         * tests/tools.at (autom4te preselections): New test, to flag
936         entries missing from autom4te.cfg.
937         Report by David Byron <dbyron@hheld.com>.
939         * tests/torture.at (Substitute a 2000-byte string): Actually use
940         AC_PROG_AWK, so the last change works as intended.
941         (Substitute and define special characters): Likewise.
942         (Substitute a newline): Likewise.
944         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
945         instead of `awk' consistently.
946         (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
947         * tests/torture.at (Torturing config.status): Test both the
948         result of AC_PROG_AWK and plain awk.
949         (Substitute a 2000-byte string): Likewise.
950         (Substitute and define special characters): Likewise.
951         (Substitute a newline): Likewise.
953 2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
955         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Check that fseeko
956         can be assigned to a function pointer.  Problem reported by
957         Peter Palfrader in <http://bugs.debian.org/401377>.  Based on
958         part of a patch by Ralf Wildenhues in that same bug report.
960 2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
962         * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
963         * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
965 2006-12-01  Eric Blake  <ebb9@byu.net>
967         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
968         cross-compiling from cygwin to mingw.
969         Reported by Bob Rossi.  This resurrects the 2000-11-30 patch to
970         aclang.m4, which was mistakenly removed in the 2001-09-17 patch
971         to lib/autoconf/c.m4.
973 2006-12-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
975         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
976         string for more reliable failure.  Wrap the entire test that
977         causes the broken Solaris printf to dump core, in a subshell,
978         so the segmentation fault message is reliably suppressed.
979         Fix shell expansion errors by using /usr/ucb/echo always;
980         avoid an error on systems without it by another subshell.
981         Avoid m4 expansion of `$1'.  Set the zeroth argument of the
982         subshell-$as_echo to `as_echo', for better error message.
984 2006-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
986         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
987         `BASH_SOURCE' contain a newline, set them to empty, as they may
988         not be unset.
990 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
992         Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
993         years and is too hard to maintain now.  The last straw was
994         reported by Jerker Baeck in
995         <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
996         * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
997         * doc/autoconf.texi (Particular Functions): Move
998         AC_FUNC_SETVBUF_REVERSED from here...
999         (Obsolete Macros): ... to here.  Say that it does nothing now.
1000         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
1001         Turn into (almost) a no-op.
1003         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
1004         (AC_C_VOLATILE):
1005         Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
1006         These macros are obsolescent and new applications shouldn't need them.
1007         * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
1008         (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
1009         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
1010         (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
1011         (AC_FUNC_VPRINTF): Likewise.
1012         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
1013         (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
1014         * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
1016         * doc/autoconf.texi (Setting Output Variables): Mention that
1017         @VAR1@VAR2 has unspecified behavior.  Problem reported by
1018         Ralf Wildenhues.
1019         * NEWS: Mention this.
1021         * Makefile.am: Put only a single '#' into the copyright notice,
1022         so that it's also present in the output file.  Standardize wording
1023         in makefile copyright notices to match GNU coding standards.
1024         * bin/Makefile.am: Likewise.
1025         * doc/Makefile.am: Likewise.
1026         * lib/Makefile.am: Likewise.
1027         * lib/freeze.mk: Likewise.
1028         * lib/autoconf/Makefile.am: Likewise.
1029         * lib/autoscan/Makefile.am: Likewise.
1030         * lib/autotest/Makefile.am: Likewise.
1031         * lib/m4sugar/Makefile.am: Likewise.
1032         * man/Makefile.am: Likewise.
1033         * tests/Makefile.am: Likewise.
1034         * lib/emacs/Makefile.am: Remove copyright notice; it's just a
1035         one-line file.
1037 2006-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1039         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
1040         in the sed script that mangles the awk script: delete up to the
1041         first exclamation mark only.
1042         * tests/torture.at (Substitute and define special characters):
1043         Test '!' too.
1045 2006-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1047         Rewrite config files generation: avoid quadratic growth in
1048         the number of substituted variables by using awk instead of sed
1049         for the bulk of the substitutions.
1050         * NEWS: Mention this.
1051         * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
1052         forbidden in the output (and thus input) file.
1053         * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
1054         (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
1055         generate just one large awk script for substitutions,
1056         eliminating much of the earlier complexity, while adding some
1057         new complexity.  Only expand the substitution templates at
1058         configure time, for smaller configure script size.  If
1059         _AC_SUBST_FILES are used, test 'awk' for working getline support
1060         at config.status time.  If absent, interpolate through the
1061         shell.  The awk script was written with much help
1062         from Paolo Bonzini and Paul Eggert.
1063         (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
1064         (_AC_SED_FRAG_NUM): Likewise.
1065         (_AC_SUBST_CMDS): Renamed from...
1066         (_AC_SED_CMDS): ...this.
1067         (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
1068         * tests/torture.at (Substitute a 2000-byte string): Also
1069         substitute a line with 1000 words, and a variable with several
1070         long lines.
1071         (Substitute and define special characters): Test awk special
1072         characters, and put substitution input strings `@foo@' in the
1073         output, to test that no recursion happens; test several other
1074         combinations from Paolo Bonzini.
1076 2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1078         * lib/autotest/general.m4 (AT_INIT): Undo recent changes
1079         that replaced echo with AS_ECHO where this wasn't necessary.
1080         Problem reportd by Ralf Wildenhues.
1081         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
1082         where "/usr/bin/printf '%s\n' S" dumps core if S is long.
1083         This is Sun bug 4206210.  Problem reportd by Ralf Wildenhues.
1085 2006-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1087         * lib/freeze.mk (GREP): Removed, no need to initialize this.
1089 2006-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1091         * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
1092         that traditional Awk lacks 3-arg "split".  It has it.
1093         Mention that FS must be a single character, and a few other
1094         99-byte limits of traditional Awk.
1095         Mention that if (i in a) doesn't work with traditional Awk.
1097 2006-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1099         * tests/autotest.at (BSx641-newline in command):
1100         (BS-BS-newline in command, BSx640-newline in command):
1101         (Newline-CODE-BS-newline in command):
1102         (Single-quote-BS-newline in command):
1103         (Single-quote-newline-BS-newline in command):
1104         Use printf '%s\n' instead of echo, for portability to hosts
1105         where echo interprets backslashes.  This will break on hosts
1106         that lack printf, but for now let's assume all such hosts
1107         are dead (if not, we should get reports of test failures).
1109 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1111         'echo' has some portability problems, when given a first argument
1112         with a leading '-', or when given any argument containing '\'.
1113         Avoid using 'echo' in these cases.
1114         * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
1115         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
1116         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
1117         * lib/autotest/general.m4 (AT_INIT): Likewise.
1118         * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
1119         argument might be unportable.
1120         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
1121         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
1122         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
1123         (_AC_FC_LIBRARY_LDFLAGS): Likewise.
1124         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
1125         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
1126         (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
1127         (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
1128         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
1129         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
1130         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
1131         (AC_PROG_MAKE_SET): Likewise.
1132         * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
1133         (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
1134         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
1135         (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
1136         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
1137         (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
1138         (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
1139         * bin/autoconf.as: Redo verbose flag implementation, as the old
1140         scheme wouldn't work with AS_ECHO.
1141         * lib/autotest/general.m4 (AT_INIT): Likewise.
1142         * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
1143         Don't use ECHO_T, since ECHO_N is now reliable.
1144         * lib/autotest/general.m4 (AT_INIT): Likewise.
1145         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
1146         rather than using a here-document to put the script into a file.
1147         (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
1148         use AS_ECHO.
1149         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
1150         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
1151         AS_ECHO_N rather than ECHO_N and ECHO_C.  This doesn't fix any
1152         bug, but we might as well stop using ECHO_N and ECHO_C internally.
1153         * lib/autotest/general.m4 (AT_SETUP): Likewise.
1154         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
1155         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
1156         (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
1157         operand, as AS_ECHO requires.  Avoid double file name expansion.
1158         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
1159         Don't set as_nl, since _AS_ECHO_PREPARE does that now.
1160         (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
1161         (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
1162         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1163         Double-quote strings that would otherwise contain M4 comments.
1164         * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
1166         * configure.ac (AC_INIT): Bump to 2.61a.
1167         * NEWS: Likewise.
1169 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1171         Version 2.61.
1173         * configure.ac (AC_INIT): Bump to 2.61.
1174         * NEWS: Likewise.
1176         * tests/autotest.at (Macro with backslash in a test title):
1177         Comment out for now, as this tests neither fails nor passes
1178         reliably.  Problem reported by Ralf Wildenhues.
1180 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1182         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
1183         in previous change, which caused test failures.
1185 2006-11-16  Stepan Kasal  <kasal@ucw.cz>
1187         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
1188         code for --enable, --disable, --with, and --without to...
1189         (_AC_INIT_PARSE_ENABLE): ... a new macro.
1190         * doc/autoconf.texi (Package Options):
1191         * NEWS: Document that AC_ARG_ENABLE allows dots, too.
1193 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1195         Import these changes from config via gnulib:
1197         2006-11-15  Ben Elliston  <bje@gnu.org>
1199         From Josselin Mouette <joss@debian.org>:
1200         * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
1202         2006-11-08  Ben Elliston  <bje@gnu.org>
1204         * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
1206         2006-11-07  Steve Woodford  <scw@NetBSD.org>
1207                     Ben Elliston  <bje@gnu.org>
1209         * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
1210         * build-aux/config.sub (sh5el): New basic_machine.
1213         Import this change from coreutils:
1215         2006-02-13  Jim Meyering  <jim@meyering.net>
1217         * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
1220         Import this change from gnustandards via gnulib:
1222         2006-11-15  Karl Berry  <karl@gnu.org>
1224         * standards.texi: core -> memory, throughout.
1225         (CPU Portability): show correct example of calling write
1226         on a char value; thanks to Paul Eggert for the code.
1227         Both of these suggestions from Eugene Y. Vasserman.
1230         Import these changes from texinfo via gnulib:
1232         2006-11-08  Karl Berry  <karl@gnu.org>
1234         * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
1235           as well as pdf images, since they are supported in pdftex with
1236           no further ado.
1238         2006-11-05  Karl Berry  <karl@gnu.org>
1240         * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
1242 2006-11-13  Paul Eggert  <eggert@cs.ucla.edu>
1244         * NEWS: Document the AC_ARG_WITH change.
1246 2006-11-13  Bruno Haible  <bruno@clisp.org>
1248         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
1249         options, transliterate also dots to underscores.
1250         (_AC_ENABLE_IF): Transliterate also dots to underscores.
1251         * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
1252         first argument may also contain dots.
1254 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1256         * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
1257         benefit of platforms like Solaris+GCC where it is common to have a
1258         non-working g++ installation.
1260 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1261         and Joel E. Denny  <jdenny@ces.clemson.edu>
1262         and Paul Eggert  <eggert@cs.ucla.edu>
1264         * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
1265         and non-portable sed scripts, and use $CONFIG_SHELL when invoking
1266         ./micro-suite.
1268 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
1270         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
1271         ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
1272         Imported from a similar patch to gnulib by Bruno Haible.
1274 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
1276         * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
1277         * doc/autoconf.texi (C Compiler): Document them.
1278         * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
1279         New macros, taken from gnulib.
1281 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1283         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
1284         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
1285         Matthew Woehlke.
1287 2006-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1289         * tests/torture.at (Configuring subdirectories): Do not skip
1290         Automake 1.10 nor future Automake 11.1 (sic).
1292 2006-10-26  Joel E. Denny  <jdenny@ces.clemson.edu>
1293         and Stepan Kasal  <kasal@ucw.cz>
1295         Handle special characters in test case titles correctly.
1296         * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
1297         properly.
1298         (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
1299         * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
1300         argument.  Extend to check titles printed by ./micro-suite and
1301         ./micro-suite -l and the title in micro-suite.log.
1302         (Backquote in a test title,
1303         Single-quote in a test title,
1304         Double-quote in a test title): Don't expect failure anymore.
1305         (Backslash in a test title): Put a non-whitespace character after the
1306         backslash so that Bourne shells might actually see it as an escape
1307         sequence.
1308         (Brackets in a test title,
1309         Pound in a test title,
1310         Comma in a test title,
1311         Quoted Macro in a test title,
1312         Macro in a test title,
1313         Macro with single-quote in a test title): New tests.
1314         (Macro with backquote in a test title,
1315         Macro with double-quote in a test title,
1316         Macro with backslash in a test title): New tests expected to fail.
1317         * tests/torture.at (#define header templates): M4-quote this title in
1318         AT_SETUP call so that no M4 code is commented inadvertently somewhere.
1319         The visible effect was a stray [] in the testsuite output.
1321 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1323         * doc/autoconf.texi (Limitations of Builtins): Do not invoke
1324         `trap ... 0' inside a function, for AIX sh.
1326 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
1328         * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
1329         since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
1330         5363) simply issues a warning when dividing by zero at compile
1331         time.  Problem reported by Elias Pipping.
1333 2006-10-26  Eric Blake  <ebb9@byu.net>
1335         * THANKS: Update.
1336         * doc/autoconf.texi (Evaluation Macros): Improve the example to
1337         show effect on macros that expand with commas.
1338         Reported by Joel E. Denny.
1340         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
1341         Also work with M4 1.4.8.
1343 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
1345         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
1346         Jim Meyering.
1348 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
1350         * tests/tools.at (autom4te --force): New test, verifies that
1351         `--force' always rewrites the output file.
1353 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1355         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
1356         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
1358 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
1360         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
1362 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1364         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
1365         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
1366         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
1367         reported by Nelson H. F. Beebe for Coreutils 6.4.
1369         * tests/tools.at (autoconf --trace: user macros): Remove test
1370         for tracing multiline macros, since m4 1.4.7a uses a different
1371         way to number lines.  Problem reported by Ralf Wildenhues.
1373 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
1375         * bin/autom4te.in (handle_m4): Do not redirect stdin to
1376         /dev/null since the heuristics for interactive behaviour was
1377         fixed in CVS m4.
1379         * bin/autom4te.in: With --force, always refresh the output
1380         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
1382         * bin/autoconf.as: Fix the verbose message at the end.
1384 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
1386         * configure.ac (AC_INIT): Bump to 2.60c.
1387         * NEWS: Likewise.
1389 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
1391         * NEWS: Version 2.60b.
1393         Import this change from Texinfo:
1394         2006-10-15  Karl Berry  <karl@gnu.org>
1395         * build-aux/texinfo.tex: automake 1.10
1397         * NEWS: Remove AC_CACHE_CHECK_INT.
1398         * doc/autoconf.texi (Caching Results): Likewise.
1399         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
1400         AC_CACHE_CHECK_INT, since it's no longer public.
1401         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
1402         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
1404 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1406         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
1408 2006-10-19  Eric Blake  <ebb9@byu.net>
1410         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
1411         (m4_maketemp): Avoid warnings with M4 1.9a.
1412         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
1413         m4_mkstemp.
1414         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
1415         * NEWS: Likewise.
1417 2006-10-16  Eric Blake  <ebb9@byu.net>
1419         * doc/autoconf.texi (Setting Output Variables): Fix typo.
1421         * bin/autoconf.as (version): Reword to match GNU Coding
1422         Standards.
1423         * bin/autoheader.in (version): Likewise.
1424         * bin/autom4te.in (version): Likewise.
1425         * bin/autoreconf.in (version): Likewise.
1426         * bin/autoscan.in (version): Likewise.
1427         * bin/autoupdate.in (version): Likewise.
1428         * bin/ifnames.in (version): Likewise.
1430 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
1432         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
1433         looking for special shell characters.
1434         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
1435         macro defined by AS_VAR_PUSHDEF before passing it as a
1436         parameter.
1437         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
1438         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
1439         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
1440         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
1441         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
1442         Likewise.
1443         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
1444         AS_VAR_* properly.
1445         * tests/m4sh.at (AS_LITERAL_IF): New test.
1447 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1449         (Imported from Automake.)
1450         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
1451         which incorrectly sets the mode of an existing destination
1452         directory.  In some cases the unpatched install-sh could do the
1453         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
1454         system.  We hope this is rare in practice, but it's clearly worth
1455         fixing.  Problem reported by Alex Unleashed in
1456         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
1457         Also, don't bother to check for -m bugs unless we're using -m;
1458         suggested by Stepan Kasal.
1460 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1462         Import this change from Automake:
1464         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
1465         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
1466         is enabled by default with gnu and gnits strictness.
1467         Report from Bruno Haible.
1469         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
1470         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
1471         gnu and gnits modes.
1473         Import this change from Config:
1475         2006-09-20  Ben Elliston  <bje@gnu.org>
1476         * build-aux/config.sub (score, score-*): New.
1478         Import this change from Gnulib:
1480         2006-09-16  Karl Berry  <karl@gnu.org>
1481         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
1482         to avoid sectioning errors.
1484         Import these changes from Texinfo:
1486         2006-10-04  Karl Berry  <karl@gnu.org>
1487         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
1488         (\quoteexpand): rename to \rquoteexpand.
1489         (\codequoteleft): new def, to look for @set codequotebacktick.
1490         (\lquoteexpand, \quoteexpand): new defs.
1491         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
1492         (\code): must use new \...Char values, since now ` is active.
1494         2006-08-26  Karl Berry  <karl@gnu.org>
1495         * build-aux/texinfo.tex (\textdegree): New command.
1497         2006-08-12  Karl Berry  <karl@gnu.org>
1498         * build-aux/texinfo.tex (error \box0): smaller font.
1500 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1502         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
1504 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
1506         * doc/autoconf.texi (Autoheader Macros): Warn that the text
1507         added to the template can get mangled.
1509 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1511         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
1512         include the default headers, and redefine obstack_chunk_alloc
1513         and obstack_chunk_free.  Fixes false failure with glibc.
1515 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1517         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
1518         for backward compatibility with Libtool 1.5.22.  Problem reported
1519         by Ralf Wildenhues.
1521 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1523         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
1524         AC_PROG_CC.
1525         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
1527 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1529         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
1530         the NonStop platform.
1531         * doc/autoconf.texi (Posix Variants): Likewise.
1532         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
1534         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
1535         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
1536         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
1537         Use a better substitute, by inspecting the output of "ls"
1538         rather than just using ":".
1539         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
1540         rather than AS_EXECUTABLE_P, since we needn't worry about
1541         non-regular files here.
1543         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
1544         due to configuration hassles with this.  See Tonya Underwood's report
1545         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
1546         * doc/autoconf.texi (Special Shell Variables): Likewise.
1548 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1549             Stepan Kasal  <kasal@ucw.cz>
1551         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
1552         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
1554 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
1556         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
1557           initialization which is not inherited through the environment
1558         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
1559         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
1561 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
1563         * doc/autoconf.texi (Limitations of Usual Tools): Describe
1564         problems with mkdir -p -m.
1566 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
1568         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
1569         comment about ac_cpp_err; it was incorrect, and anyway
1570         ac_cpp_err is being removed below.
1571         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
1572         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
1573         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
1574         nobody uses it.
1575         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
1576         with werror_flag and conftest.err and so forth.  This is more
1577         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
1578         and anyway the user shouldn't normally want to see this gorp logged.
1579         Problem reported by Ralf Wildenhues.
1580         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
1581         empty, not 'no', since the rest of the code uses 'test -z'.
1583 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
1585         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
1586         Use a single call to AC_DO_TOKENS rather than multiple, for
1587         efficiency.
1588         (_AC_LINK_IFELSE): Test that resulting file is executable.
1589         Problem reported by mwoehlke in
1590         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
1592         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
1593         than creating a file to use with test -x; this is much faster.
1595 2006-10-02  Bruno Haible  <bruno@clisp.org>
1597         * lib/autom4te.in (Automake-preselections): Add
1598         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
1600 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
1602         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
1603         standard error, `experr' should be used, not `expout'.
1605 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1607         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
1608         fseeko testing program twice; just use the earlier result.
1609         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
1610         Set cache var to 'unknown' (not 'no') if leaving the macro unset
1611         still doesn't let the program compile.
1612         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
1613         failed.
1615         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
1616         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
1617         include it, without including anything else.
1618         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
1619         expressions.
1620         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
1622 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1624         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
1625         `error.h', and include it, for a `error_at_line' prototype.
1626         Use a nonempty format string in the link test.
1627         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
1628         for a declaration of wait3.
1630 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1632         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
1633         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
1634         can apply to constants too, and that it checks for macro defns.
1635         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
1636         and simply cast the identifier to void.  This handles structure
1637         values.  Problem reported by Ralf Wildenhues.
1638         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
1640 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1642         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
1643         structure, and function symbols.
1645 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1647         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
1648         member.
1650 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1652         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
1653         * README: Likewise.
1654         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1656 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1657         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1659         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
1660         warnings (uninitialized value).
1661         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
1662         present.
1663         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
1664         parentheses.
1665         (AC_STRUCT_TM): Likewise, avoid unused variables.
1667 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1669         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
1670         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
1671         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
1672         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
1673         Report by Olly Betts.
1675 2006-09-19  Eric Blake  <ebb9@byu.net>
1677         * m4/m4.m4: Change copyright.
1678         * configure: Regenerate.
1679         * Makefile.in: Likewise.
1680         * bin/Makefile.in: Likewise.
1681         * doc/Makefile.in: Likewise.
1682         * lib/Makefile.in: Likewise.
1683         * lib/Autom4te/Makefile.in: Likewise.
1684         * lib/autoconf/Makefile.in: Likewise.
1685         * lib/autoscan/Makefile.in: Likewise.
1686         * lib/autotest/Makefile.in: Likewise.
1687         * lib/emacs/Makefile.in: Likewise.
1688         * lib/m4sugar/Makefile.in: Likewise.
1689         * man/Makefile.in: Likewise.
1690         * tests/Makefile.in: Likewise.
1692         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
1693         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
1694         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
1695         --error-output, to avoid warnings with M4 2.0.
1697 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
1699         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
1700           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
1701         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
1703 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
1705         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
1706         expansion of AC_CHECK_FUNCS.
1708 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
1710         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
1711         mistaken comment: the path has to be relative; do not use
1712         the path at runtime.
1714 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1716         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
1717         argument to `--prefix' for sub-configure scripts.
1718         Pass `--silent' to sub-configure scripts.
1719         * tests/torture.at (Configuring subdirectories): Add tests
1720         for both changes.
1721         * doc/autoconf.texi (Setting Output Variables): Fix example to
1722         not show `--silent' being passed to a `configure' re-run.
1724 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
1726         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
1727         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
1728         for the existence of the directory at configure-time.  That's
1729         too late, anyway.  Problem reported by Stefan Seefeld.
1731         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
1732         7.1.4 /usr/bin/posix/sh described by Tim Rice in
1733         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
1735 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
1737         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
1738         works with GNU M4 1.4.3 again; make the normalized form
1739         match the current m4 message; fix the description.
1740         * test/tools.at (autom4te cache): Adapt to the change.
1742 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1744         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
1745         to catch glibc bug 2821
1746         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1748         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
1749         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
1750         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
1751         assume C89.
1753 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
1755         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
1756         preselections ...
1757         (Autoconf): ... here.
1758         (Autoscan-preselections): Delete.
1760 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
1762         * lib/autom4te.in (Automake-preselections): Preselect
1763         AM_ENABLE_MULTILIB.
1765 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
1767         * doc/autoconf.texi (Preset Output Variables): srcdir and
1768         top_srcdir are not necessarily relative.  Problem reported
1769         by Dries Kimpe.
1771 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1773         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
1774         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
1775         accept files with extension `.f'.  For consistency, also prefer
1776         xlf over f77.
1777         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
1778         from last patch.
1780 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1782         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
1783         of ERLANG_LIB_VER_* variables.
1784         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
1785         variables.
1787 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
1788         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1790         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
1791         bugs of Bash 2.01 and 2.05a.
1792         (Fortran Compiler): Document that AC_PROG_CC should be called
1793         before AC_PROG_FC, due to a bug in Autoconf.
1795 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1797         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
1798         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
1799         except the first two arguments are reversed.
1800         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
1801         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
1802         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
1803         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
1804         equivalent to the old AC_COMPUTE_INT.
1805         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
1806         All uses changed to AC_CACHE_CHECK_INT.
1807         * tests/base.at (AC_CACHE_CHECK_INT): New test.
1808         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
1810 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1812         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
1813         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
1814         programs should use their Gnulib counterparts.
1815         * doc/autoconf.texi (Particular Functions): Likewise.
1816         (Macro Names, testsuite Invocation): Replace uses of these
1817         obsolete macros with uses of non-obsolete macros.
1819 2006-08-29  Eric Blake  <ebb9@byu.net>
1821         * configure.ac (AC_INIT): Bump to 2.60b.
1822         * NEWS: Update.
1824 2006-08-28  Eric Blake  <ebb9@byu.net>
1826         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
1827         mistakenly swapped on 2006-08-15.
1829 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1831         * NEWS: Version 2.60a.
1833 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
1835         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
1836         file created by the PGI compiler.
1838 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
1840         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
1841         simplify the code.
1843 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1845         Fix Lex library problem reported to us by Julio Garvia.
1846         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
1847         for the default, which the user can override.
1848         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
1849         deal with LEXLIB.
1850         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
1851         didn't work if some values were cached but not others.  Test for
1852         broken lex libraries like native ia64-hp-hpux11.22; see
1853         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
1854         work around the problem by preferring an empty LEXLIB to -lfl or
1855         -ll.  Let the user set LEXLIB='' to indicate no library needed.
1857         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
1858         * README: Likewise.
1859         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1861 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1863         Rework to use more-modern build style.
1864         Many files are renamed; all uses of their names were changed.
1865         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
1866         * .x-sc_useless_cpp_parens: New file.
1867         * build-aux/config.guess: Renamed from config/config.guess.  Update.
1868         * build-aux/config.sub: Renamed from config/config.sub.  Update.
1869         * build-aux/elisp-comp: Renamed from config/elisp-comp.
1870         * build-aux/install-sh: Renamed from config/install-sh.  Update.
1871         * build-aux/mdate-sh: Renamed from config/mdate-sh.
1872         * build-aux/missing: Renamed from config/missing.
1873         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
1874         * build-aux/vc-list-files: Renamed from config/vc-list-files.
1875         * config/Makefile.am: Removed.
1876         * config/mkinstalldirs: Removed.
1877         * config/move-if-change: Removed.
1878         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
1879         * Makefile.am (SUBDIRS): Remove config.
1880         (ACLOCAL_AMFLAGS): Include from m4, not config.
1881         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
1882         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
1883         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
1884         Fail if there's an error.
1885         * Makefile.cfg (move_if_change): Remove.
1886         (wget_files): Remove.
1887         (cvs_executable_files): New macro.
1888         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
1889         (executable-update): Use $(cvs_executable_files).
1890         (local-checks-to-skip): Remove.
1891         * Makefile.maint: Merge from coreutils, plus add our own changes
1892         (gzip_rsyncable): New macro.
1893         (GZIP_ENV): Use it.
1894         (CVS_LIST): Use build-aux/vc-list-files.
1895         (VERSION_REGEXP): New macro.
1896         (local-checks-available): Add patch-check, $(syntax-check-rules),
1897         check-AUTHORS.
1898         (syntax-check-rules): Compute dynamically.
1899         (sc_cast_of_x_alloc_return_value): Work even if no source files.
1900         (sc_cast_of_alloca_return_value): Likewise.
1901         (sc_prohibit_atoi_atof): Simplify regexp.
1902         (sc_no_if_have_config_h, sc_require_config_h):
1903         (sc_prohibit_assert_without_use,
1904         (sc_obsolete_symbols): Check for O_NDELAY.
1905         (sc_texi_notab): Remove.
1906         (sc-changelog): Don't make an exception for '----' lines.
1907         (.re-list): Remove, so we don't have a junk file behind.
1908         (sc_system_h_headers): Remove the need for .re-list.
1909         (sc_the_the):  New rule.
1910         (sc_tight_scope): Simplify.
1911         (sc_trailing_blank): Renamed from sc_trailing_space.
1912         (longopt_re): New macro.
1913         (sc_two_space_separator_in_usage): New rule.
1914         (sc_unmarked_diagnostics): Look at all files under CVS.
1915         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
1916         (news-date-check, changelog-check): Version is OK.
1917         (po-check): Look for lib files even if not in CVS.
1918         (copyright-check): Use $() not ``.
1919         (maintainer-distcheck): Do not depend on changelog-check.
1920         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
1921         Also check for -Wpointer-arith.
1922         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
1923         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
1924         Remove.
1925         (announcement): Add --gpg-key-id arg.
1926         (cvs-sv): Remove.
1927         (move_if_change): Just use mv.
1928         (local_updates: Remove wget-update, po-update.
1929         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
1930         (config.guess-url_prefix, config.sub-url_prefix): Remove.
1931         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
1932         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
1933         ($(get-targets)): Remove.
1934         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
1935         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
1936         (cvs-update): Get from gnulib.
1937         (emut_upload_commands): gnupload is in build-aux now.
1938         (alpha beta major): Add changelog-check.  Check version.
1939         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
1940         (AC_CONFIG_FILES): Remove.
1941         * bin/autoconf.as: Add spaces to avoid distcheck warning.
1942         * config/announce-gen: Sync from coreutils.
1943         * doc/make-stds.texi: Sync from gnulib.
1944         * doc/standards.texi: Likewise.
1945         * man/Makefile.am: Adjust for config -> build-aux renaming.
1946         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
1947         * tests/local.at: Adjust from config -> build-aux renaming.
1948         * tests/tools.at: Likewise.
1949         * tests/torture.at: Likewise.
1951         * NEWS: The C99 check now tests for vararg macros and 64-bit
1952         preprocessor ints.
1953         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
1954         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
1955         64-bit preprocessor ints.  Check for static initialization of
1956         long long.  Remove unnecessary casts.
1958 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1960         * doc/autoconf.texi (Particular Programs): Mention that
1961         @INSTALL@ and @MKDIR_P@ may vary for different output files.
1962         Reported by Alexandre Duret-Lutz.
1964 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1966         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
1967         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
1968         Bill Northcott in
1969         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
1971 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
1973         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
1974         pacify insanely picky compilers.  Problem reported by Eric Blake.
1976         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
1977         longer supported by Sun.
1979 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
1981         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
1982         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
1983         -Wundef -Werror".  Problem reported by David Fang in
1984         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
1985         * doc/autoconf.texi (Header Templates, Default Includes):
1986         (Particular Functions, Generic Functions, Header Portability):
1987         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
1988         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
1989         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
1990         Prefer #ifdef to #if.
1991         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
1992         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
1993         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1994         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
1995         Likewise.
1996         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
1997         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
1998         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
1999         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
2000         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
2001         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
2002         this.
2004 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2006         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
2007         problems with arg script text that doesn't end in newline, and
2008         with '-e a...'.  Problems reported by Ralf Wildenhues.
2010 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
2012         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
2013         check for libXt by a check for libX11.
2015 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2017         * doc/autoconf.texi (config.status Invocation): Adjust according
2018         to last change.
2020 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2022         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
2023         --help' should mention that `--version' outputs configuration
2024         settings.  Report by Bruno Haible.
2026 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2028         Fix test suite failures reported by Pierre in
2029         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
2030         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
2031         the compiler created a file "b.out" when it didn't create anything
2032         at all.
2033         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
2034         Discard stderr too, when invoking the test script.
2036 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
2038         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
2039         in the restoring of the werror flag.
2041 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
2043         * doc/autoconf.texi (Volatile Objects): Be even a little
2044         less skeptical about "volatile", after discussion with
2045         Bruno Haible on bug-gnulib.
2046         (Limitations of Usual Tools): Warn about sed stripping
2047         leading white space from text.  From Bruno Haible.
2049 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
2051         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
2052         compiler complains about it, even if things works after the
2053         complaint.  Problem reported by Peter O'Gorman.
2055         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
2056         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
2057         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
2059 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
2061         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
2062         after -R regardless of host.  Patrick Welche reports that this
2063         fixes things on NetBSD 3.99.
2065         * NEWS: Recommend M4 1.4.5.
2066         * README: Likewise.
2067         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
2068         * tests/tools.at (autom4te cache): Update wording of diagnostic
2069         to match M4 1.4.5.
2071 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
2073         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
2074         under AC_C_VOLATILE.
2075         (Volatile Objects): Be a little less skeptical about what
2076         "volatile" means.  Derived from thoughts by Ben Pfaff in
2077         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
2079 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2081         * doc/autoconf.texi: Fix some typos.
2083 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
2085         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
2086         more globally, since the 2006-06-30 patch didn't suffice.  Problem
2087         reported by Keith Marshall.  Also, don't bother with builddir2,
2088         since it shouldn't be needed any more.
2090 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
2092         * doc/autoconf.texi (Generic compiler characteristics):
2093         Document AC_COMPUTE_INT.  Fix wrong statements on Default
2094         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
2096         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
2097         (_AC_COMPUTE_INT): Add obsoletion warnings.
2098         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
2099         AC_COMPUTE_INT.
2101         * NEWS: Document change.
2103 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
2105         * doc/autoconf.texi (Volatile Objects): New section.
2107         * NEWS: Document previous change.
2109 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
2111         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
2112         Require that long long int be at least 64 bits wide.  C99 requires
2113         this and enough programs depend on it so we should check for it.
2114         Bruno Haible reports in
2115         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
2116         that long long int is 32 bits wide with some nonstandard compilers.
2117         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
2119 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
2121         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
2122         to a nonexistent file, so that we don't have to worry about
2123         a local site configuration that doesn't use /usr/local.
2124         Problem reported by Keith Marshall in
2125         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
2127 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
2129         * doc/autoconf.texi: Be more consistent about using @acronym with
2130         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
2131         quite right (it talked about "OSF/Tru64", even though the
2132         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
2133         and it even mentioned "OSF 4"!) and at this point there's little
2134         reason to talk about OSF any more, since it died in 1994.
2135         (Specific Compiler Characteristics): Simplify example of
2136         negative-size array.
2137         (File Descriptors): Reorder to make the text flow better.
2138         Remove joke about "appreciate the various levels"; I didn't get it.
2139         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
2140         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
2141         (File Descriptors, Limitations of Usual Tools):
2142         Tone down the advice against renaming or removing open files.
2143         (Limitations of Usual Tools): Add a new section, on 'rm'.
2145 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
2147         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
2148         -lXt in LIBS, idea from Karsten Hopp; this was due since
2149         this change:
2151         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2152         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
2153         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
2154         (which belong to Xt, not X itself).  See Debian bug 327655.
2156 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2158         * configure.ac (AC_INIT): Bump to 2.60a.
2159         * NEWS: Update.
2161 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2163         Version 2.60.
2165         * configure.ac, NEWS: Update.
2167 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2169         * config/texinfo.tex: Sync from upstream.
2171         * bin/autom4te.in (handle_traces): Transform the `@S|@'
2172         quadrigraph correctly in traces.
2174         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
2175         Fix typos.
2177         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
2178         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
2179         not defined.
2180         * doc/autoconf.texi (Changed Directory Variables): New node,
2181         to document the whole `datarootdir' business a bit better.
2182         * NEWS: Update.
2183         * tests/torture.at (datarootdir workaround): Extend test.
2184         Prompted by report by Alexandre Julliard.
2186 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2188         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
2189         when using default mode of IBM C 6 for AIX.  Problem and two-line
2190         fix reported by Larry Jones.
2192 2006-06-22  Alexandre Julliard <julliard@winehq.org>
2194         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
2195         about literal '${datarootdir}' if a definition is found in the
2196         output file.
2198 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
2200         * NEWS: Use "M4" rather than "m4" when appropriate.
2201         Problem reported by Eric Blake.
2202         * doc/autoconf.texi: Likewise.
2203         Use @acronym around BSD, GCC, and GNU when appropriate.
2204         (Why GNU M4): Renamed from "Why GNU m4".
2205         (Redefined M4 Macros): Mention that Posix
2206         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
2207         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
2208         to int.
2210 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2212         * bin/autom4te.in (handle_output): Do not forbid the empty
2213         pattern.
2214         * tests/tools.at (autoconf: the empty token): New test.
2216 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
2218         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
2219         calls, so that we do not care whether they are LIFO or FIFO;
2220         in the m4_wrap, do not check which diversion is the topmost
2221         one, just check that the stack is balanced at the end.
2222         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
2223         base diversion forever--pop the previous diversion before
2224         opening the new one; consequently, remove the m4_wrap call.
2225         * lib/autotest/general.m4 (AT_INIT): Likewise.
2226         * tests/m4sugar.at: Do not use
2227         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
2229 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
2230         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2232         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
2233         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
2234         Rework example of m4wrap token-pasting trouble so that it doesn't
2235         care whether it's LIFO or FIFO.
2236         Fix some "contrary to"s that are awkward in English.
2238 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2240         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
2241         to `yes' instead of `int$1_t' if the type is found, for more
2242         consistent configure output (where $1 is the number of bits).
2243         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
2244         Suggested by Bruno Haible.
2246         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
2247         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
2248         with system headers.  Report by Bruno Haible.
2250 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2252         * config/config.guess, config/config.sub: Sync from upstream.
2254         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
2255         in order to avoid picking up an older installed frozen m4sh.m4f.
2256         Besides an outdated shell startup, this could have been created
2257         by an earlier M4 version with incompatible frozen file format.
2259 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
2261         * README: Recommend m4 1.4.4 instead of 1.4.3..
2262         * doc/autoconf.texi: Likewise.
2263         (Special Chars in Names): Say that $(.FOO) is portable, as
2264         suggested by Stepan Kasal.
2265         (Installation Directory Variables, Build Directories):
2266         (Automatic Remaking, Subdirectories, Fortran Compiler):
2267         (Making testsuite Scripts, Defining Directories):
2268         Quote variable usages better.
2269         (Making testsuite Scripts): Add clean-local rule to makefile
2270         snippet, by Eric Blake.
2271         (Installation Directory Variables): Fix table item font.
2272         Reword slightly to clarify.  Generalize advice about
2273         not using special characters to include all file-related
2274         vars, not just VPATH.
2275         (Special Chars in Variables): Warn about special characters in
2276         $(srcdir) too.
2277         (Assignments): Clarify default-value example as suggested by
2278         Ralf Wildenhues in
2279         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
2280         (Special Shell Variables): Note leading ./ or ../, as suggested
2281         by Eric Blake.
2282         (Limitations of Builtins): Under cd, warn about CDPATH.
2283         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
2284         Ralf Wildenhues.
2286 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2288         * doc/autoconf.texi (Configuration Actions): Remove duplicate
2289         `@var', for texi2html.
2290         (Systemology): Some more word wrapping, for DVI output.
2291         (autom4te Invocation): The short option for `--melt' is `-M',
2292         not `-m'.
2294 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
2296         * doc/autoconf.texi: More formatting and English tweaks,
2297         many suggested by Ralf Wildenhues.
2298         Reword to avoid "@code{...}'s" and the like, since it's ugly
2299         with Emacs info mode.  discontents -> woes.
2300         Put a few "will"s back.  time stamp -> timestamp.
2301         side-effect -> side effect.
2303 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
2305         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
2306         Warn about $@ not persisting.  Problem reported by Julien Danjou in
2307         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
2308         (Special Chars in Names): Renamed from Leading _ in Macro Names.
2309         Mention other special chars, too.
2311 2006-06-14  Eric Blake  <ebb9@byu.net>
2313         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
2315 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
2317         * doc/autoconf.texi: Some systematic minor improvements, as
2318         follows.  Use "makefile" when talking about makefiles
2319         generally (which might be named "makefile" or "Makefile" or even
2320         "foo.mk"), "Makefile" when talking about a specific makefile
2321         called "Makefile".  This unclutters the text from weird quotes
2322         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
2323         values" rather than "@var{foo}s" and similar constructs containing
2324         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
2325         English-language improvements.  Change the prefix "sub-" to "sub"
2326         and "re-" to "re".
2327         Put blank lines around examples more consistently.
2328         Avoid "rather" and "very" as intensifiers.
2329         Avoid "will" as an auxiliary.
2330         (Limitations of Make): Split this node into....
2331         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
2332         (Leading _ in Macro Names, Backslash-Newline-Newline):
2333         (Backslash-Newline Comments, Long Lines in Makefiles):
2334         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
2335         (obj/ and Make, make -k Status, VPATH and Make):
2336         (VPATH and Double-colon, $< in Explicit Rules):
2337         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
2338         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
2339         New nodes, resulting from splitup of Limitations of Make.
2340         All cross-references changed.  Raise the top node from
2341         a section to a chapter, and all subnodes accordingly.
2342         Redo the introductory wording to match the new organization.
2343         (Installation Directory Variables): Use an example that is
2344         closer to what Autoconf actually does.  Mention that VPATH's
2345         value should not contain metacharacters or white space.
2346         (Fortran Compiler): Fix a VPATH bug in an example.
2347         (Leading _ in Macro Names): Mention that this problem is no longer
2348         of practical concern.
2349         (VPATH and Make): Reword the advice to make it clearer
2350         that Autoconf and Automake support VPATH in non-GNU make, but
2351         many packages have bugs in this area.
2352         ($< in Explicit Rules): Refer to Build Directories rather
2353         than using a (non-VPATH-safe) example.
2354         (Automatic Rule Rewriting): Mention the sort of disaster that
2355         can ensue with Solaris-style rule rewriting with VPATH.
2357 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2359         * doc/install.texi (Compilers and Options): Weaken the
2360         suggestion to use GNU make for VPATH builds.
2362         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
2363         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
2365         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
2366         in regular expression.
2368 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2370         * doc/autoconf.texi (Installation Directory Variables):
2371         Drop extra @samp from `@table @samp' item.
2372         (Limitations of Usual Tools): Comment fix.
2373         Do not nest @samp just to point to other table items.
2374         (Writing testsuite.at) <AT_CHECK>: The second argument to
2375         `@dvar' is already @samp'ed.
2376         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
2377         do not use @var in the second argument.
2379 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
2381         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
2382         $as_shell.exe too.  Problem reported by Andreas Buening in
2383         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
2385 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2387         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
2388         `unused variable' compiler warning, for `-Wall -Werror'.
2389         Reported by Jaap Haitsma in
2390         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
2392 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
2394         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
2395         case the compiler dumps core.  Problem reported for
2396         OpenServer 5.0.7 by Tim Rice in
2397         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
2398         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
2399         Likewise.
2401 2006-06-06  Tim Rice <tim@multitalents.net>.
2403         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
2404         "ERROR" only shows up in "make check" output if there is an
2405         error.
2407 2006-06-06  Eric Blake  <ebb9@byu.net>
2409         * tests/tools.at (automatically allowed tokens): Fix typo.
2411 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2413         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
2415         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
2416         typically overflows on x86 CPUs, even though the C standard
2417         requires otherwise.
2419 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2421         * configure.ac (AC_INIT): Bump to 2.59e.
2422         * NEWS: Update.
2424 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2426         Version 2.59d.
2428         * config/texinfo.tex: Sync from upstream.
2430         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
2431         seen, invoke libtoolize with `--ltdl' argument.
2432         * lib/autom4te.in (Autoreconf-preselections): Adjust.
2433         * NEWS: Update.
2434         Suggested by Eric Blake.
2436 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2438         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
2439         reported by Ralf Wildenhues.
2440         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
2442 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2444         * THANKS: Update.
2446 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2448         * doc/autoconf.texi: Modernize some of the references to Solaris.
2450 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
2452         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
2453         message issued by AC_REQUIRE.
2454         * tests/m4sugar.at: Check m4_require's error message.
2455         * tests/base.at: Check AC_REQUIRE's error message.
2456         * tests/local.at (AT_CHECK_M4): New macro, almost identical
2457         to...
2458         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
2459         AT_CHECK_M4.
2460         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
2461         `expout' as the last parameter.
2462         * tests/tools.at: Adapt to the above change.
2464 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
2466         * doc/autoconf.texi (Limitations of Usual Tools): Correct
2467         information about race-free implementations of mkdir.
2469 2006-06-04  Eric Blake  <ebb9@byu.net>
2471         * bin/autoreconf.in (help): Document M4 environment variable.
2472         * bin/autoconf.as (Usage): Likewise.
2473         * bin/autom4te.in (help): Likewise.
2474         * doc/autoconf.texi (autom4te Invocation): Likewise.
2476 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
2478         * NEWS: GNU make now recommended for VPATH builds.
2479         Mention that some macros are now documented to be obsolescent.
2480         * doc/autoconf.texi:
2481         Prefer "current" to "modern" to describe
2482         currently-used (albeit perhaps old-fashioned) hosts.
2483         Mention which ancient features no longer need to be worried about.
2484         setgid -> set-group-ID
2485         setuid -> set-user-ID (these are the Posix terms)
2486         Fix some misuses of "only".
2487         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
2488         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
2489         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
2490         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
2491         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
2492         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
2493         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
2494         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
2495         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
2496         Mention that these macros are obsolescent.
2497         (Installation Directory Variables): shall -> should
2498         (File Descriptors): Mention that 0, 1, 2 might get reopened.
2499         Mention that it's now safe to use 3 and 4.
2500         (Limitations of Usual Tools): cp -r is now specified by Posix.
2501         Omit longwinded and obsolescent discussion of cp -f.
2502         Modernize discussion of expr, ls.
2503         (Limitations of Make): Modernize discussion of VPATH builds.
2504         Mention $? as a workaround in some cases.
2505         * doc/install.texi (Basic Installation):
2506         Mention "./configure; make; make install" first.  Be more
2507         specific about why this file is generic.  Remove unnecessary
2508         parens.  Remove misleading "only".  Remove obsolete advice
2509         about csh.  Don't say "configure" takes awhile; say it
2510         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
2511         and CC=c99 rather than CC=c89, as these are blessed by current
2512         Posix.  Recommend GNU make if doing a VPATH build.
2514 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
2516         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
2517         examples involving shell prompts.
2519 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
2520         and Paul Eggert  <eggert@cs.ucla.edu>
2522         * doc/autoconf.texi (Here-Documents): Add details about the
2523         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
2524         use "here-documents" instead of "here documents".
2526 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2528         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
2530 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
2532         * doc/autoconf.texi (File System Conventions): Warn about ":"
2533         anywhere in directory names.
2535 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
2537         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
2538         about quoting the case statement, just in case.
2539         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
2540         was fixed in ksh93g; reported by Ralf Wildenhues.
2542 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
2544         * doc/autoconf.texi (System Services): Do not document
2545         overriding EXEEXT via ac_cv_exeext=ext.
2546         (Particular Programs) <AC_PROG_MKDIR_P>:
2547         Document that ${MKDIR_P} understands --.
2548         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
2549         comment.
2551 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2553         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
2554         argument with leading hyphen.  Problem reported by Paul Eggert.
2556 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2558         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
2559         about quoting ac_try: quote all of it, if any of it seems suspicious.
2560         This means we don't have to worry about ${ or sed any more.
2561         Also, double-quote the case statement, to work around misuses via
2562         underquoting as reported by Ralf Wildenhues in
2563         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
2564         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
2565         undocumented and dangerous macro.
2566         Problem reported by Ralf Wildenhues in
2567         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
2569 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2571         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
2572         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
2573         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
2575 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2577         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
2578         since evidently some packages rely on the old, broken behavior.
2579         Problem reported by Ralf Wildenhues in
2580         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
2581         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
2582         pre-2006-05-26 definitions, but leave in the comments that
2583         these macros are dangerous and should not be used.
2584         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
2585         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
2586         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
2587         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
2588         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
2590 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
2592         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
2593         the use of 'tr', since this is our only use of 'tr'.
2595 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2596         and Paul Eggert  <eggert@cs.ucla.edu>
2598         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
2599         Don't assume 'grep' works on long lines, since AIX grep doesn't.
2601 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2603         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
2604         the output file in the `${datarootdir}' test.
2606 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
2607         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2609         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
2610         mention of `datarootdir' in the input file(s), but literal
2611         `${datarootdir}' in the output file, and we haven't warned yet,
2612         then warn as well: the user may have (erroneously) used
2613         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
2614         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
2615         * tests/torture.at (datarootdir workaround): Extend this test.
2616         * NEWS: Update.
2618 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2619         and Paul Eggert  <eggert@cs.ucla.edu>
2621         * doc/autoconf.texi (autoheader Invocation): The first argument to
2622         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
2623         alternatives and clear up the language a bit.
2625 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
2627         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
2628         ac_config_guess, ac_config_sub, ac_configure.
2629         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
2630         Fix typo that prevented an unnecessary space from being removed.
2631         Problems reported by Ralf Wildenhues in:
2632         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
2634 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
2636         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
2637         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
2638         Don't use the term "thread-safe" to talk about mkdir race
2639         conditions, since the problem is more a process than a thread
2640         issue.  Problem reported by Stepan Kasal in:
2641         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
2642         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
2643         the test for 'install' more closely.  Look at MKDIR_P first.
2644         Look in the PATH, and at /opt/sfw/bin.
2645         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
2646         Don't bother to try mkdir -p, since we already check mkdir --version;
2647         just look at the version number.  (There's no easy way to check
2648         for race-free implementations.)
2649         * tests/tools.at (autoconf: subdirectories): Adjust to above
2650         changes, since MKDIR_P now might end in "/mkdir -p".
2652         * doc/autoconf.texi (autoheader Invocation): Mention that the
2653         first arg of AC_DEFINE_UNQUOTED must be a literal.
2654         Problem reported by Ben Pfaff in
2655         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
2657         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
2658         * doc/autoconf.texi (Special Chars in Variables): New section.
2659         (Preset Output Variables): Warn about special chars in CPPFLAGS.
2660         (Installation Directory Variables): Quote $(datadir) better.
2661         (Limitations of Builtins): Describe some of eval's trickiness.
2663         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
2664         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
2665         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
2666         in front of every arg, not just trailing args.  Quote apostrophes.
2667         (_AC_EVAL_ECHO): New macro.
2668         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
2669         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
2670         removed.
2671         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
2672         exposed by quoting of eval argument.  Put the command on line line
2673         so it logs better.
2674         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
2675         (_AC_PATH_X, AC_PATH_X): Quote more safely.
2676         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
2677         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
2678         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
2679         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
2680         Use eval more safely.
2681         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
2682         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
2683         to be replaced.
2684         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
2685         lines, exposed by quoting of eval argument.
2687 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
2688         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2690         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
2691         initialization of `ac_cv_exeext', do not override it if it was
2692         already set, unless it was set to `no', for compatibility with
2693         Autoconf-2.13, and comment this.
2694         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
2695         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
2696         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
2697         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
2698         Document that this test may be overridden by setting
2699         `ac_cv_exeext'.
2701 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2703         Revert these two patches:
2705         2006-04-06  Eric Blake  <ebb9@byu.net>
2706         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
2707         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
2708         2006-04-01.
2710         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2711         Clean up _AC_COMPILER_EXEEXT* macros.
2712         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
2713           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
2714           ac_file to the name of the default output file and call
2715           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
2716           initial `rm' of the candidate files...
2717         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
2718           the same list in subsequent `rm' calls, and for the temporary
2719           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
2720           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
2721         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
2722         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
2723           no longer needed) by libtool.  Make it a cache check.
2724         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
2725           copied here by mistake.
2726         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
2727           _AC_COMPILER_EXEEXT.
2728         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
2729           _AC_COMPILER_OBJEXT directly.
2730         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2732 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2734         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
2735         Fix description of how the buggy `sed' works.
2737 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
2739         Sync from Automake:
2741         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
2742         ENOLCK.  Only mention `make -j' when applicable.  Only raise
2743         fatal errors when `make -j' is involved.  Improve error message.
2745 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2747         * doc/autoconf.texi (Here-Documents): We now know more about
2748         the variable expansion in here documents bug.
2749         Thanks to Tim Rice and Stepan Kasal.
2751         * doc/autoconf.texi (Making testsuite Scripts): Add an example
2752         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
2754 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2756         * tests/autotest.at (Multiline command from M4 expansion):
2757         No failure to be expected if the shell quotes newlines in
2758         commands in the `set -x' output.  Report by Tim Rice.
2759         * THANKS: Update.
2761 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2763         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
2764         expansion in the here-documents used by config.status, as that
2765         runs afoul of the Korn shell version M-12/28/93d bug described in
2766         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
2767         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
2768         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
2770 2006-05-23  Jim Meyering  <jim@meyering.net>
2772         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
2773         Fix typo introduced with 2006-04-02 change.  It reversed the sense
2774         of the test.
2776 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2778         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
2779         ac_dB slightly, to save bytes in the script.
2780         Max out at 50 lines, rather than 96; this is more likely
2781         (though not guaranteed) to avoid obscure 'sed' failures.
2783 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2785         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
2786         `tr -d -' as bad option argument.  Work around this by deleting
2787         an unrelated character.
2788         Report by Tim Rice <tim@multitalents.net>.
2790 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
2791             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2792             Stepan Kasal  <kasal@ucw.cz>
2794         * doc/autoconf.texi (Particular Programs): Do not promise that
2795         we always prefer the GNU version of the program, and that we
2796         search according to PATH; both rules can have exceptions.
2797         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
2798         AC_PROG_SED.  Move descriptions of limitations
2799         to the Limitations of Usual Tools section.
2800         (Limitations of Usual Tools) <sed>: Mention script length
2801         limitations with Solaris /usr/ucb/sed.
2802         <grep>: Fix wording for empty alternative.  Mention that -c and
2803         -l should not be combined, and that -E and -F should not be
2804         combined.
2806 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2807         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2809         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
2810         limits in Solaris 8 /usr/ucb/sed by testing a long script.
2812 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2814         * doc/autoconf.texi (Defining Symbols): Literal parameter of
2815         AC_DEFINE is now passed to m4_pattern_allow.
2816         * NEWS: Mention that; likewise for AC_SUBST.
2817         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
2818         the parameter to m4_pattern_allow.
2819         * tests/tools.at: Add a check for that.
2821 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2823         * lib/autoconf/status.m4: Fix typos.
2825 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2827         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
2828         only the files that this macro generates.
2830 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2832         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
2833         the HP-UX sed limitation of 99 commands, labels do not count.
2834         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
2835         in the comment.
2836         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
2838 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2840         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
2841         Import the following fix from coreutils:
2843         2006-01-13  Jim Meyering  <jim@meyering.net>
2845         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
2846         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
2847         not double-quote uses of that variable, to accommodate the rare
2848         case in which getmntent is available in none of the libraries
2849         checked.  This happens at least on FreeBSD 5.0.
2851 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
2853         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
2854         ac_config_guess, ac_config_sub, and ac_configure, since evidently
2855         some other programs unwisely rely on these undocumented vars.
2856         But put in warning comments about them.
2857         Problem reported by Ralf Wildenhues in
2858         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
2859         * NEWS: Document that these variables are intended to go away.
2861 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2863         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
2864         and set the language to C++ (analogous to the equivalent Fortran
2865         tests).
2867         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
2868         * doc/autoconf.texi (C++ Compiler): Document it.
2869         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
2870         * NEWS: Update.
2872 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
2874         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
2875         that caused config.status to generate 100-command sed scripts; the
2876         portable limit is 99.
2878 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2880         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
2881         variable `ac_d' instead of `d' to avoid infringing namespace.
2882         Report by Ralf Menzel.
2884 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
2886         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
2887         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
2888         * tests/tools.at (autoconf: subdirectories): New test, taken from
2889         the corresponding problem report by Ralf Wildenhues in:
2890         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
2892         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
2893         Quote some uses of shell variables if they might suffer unexpected
2894         globbing.  This doesn't fix all instances of quoting problems that
2895         I found, just the easy ones that look safe.
2896         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
2897         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
2898         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
2899         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
2900         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
2901         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
2902         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
2903         Likewise.
2904         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
2905         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
2907 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2909         * bin/autoreconf.in ($help): Reword according to the manual.
2910         Suggested by Olly Betts.
2912 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
2913         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2915         * bin/autoreconf.in: Pass the directory argument to
2916         `require_configure_ac'.  Fix comment.
2917         * tests/torture.at (Configuring subdirectories): Expose this.
2918         Reported by Olly Betts.
2920 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2922         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
2923         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
2924         Automake as follows:
2926         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
2927         `$configure_in' instead of `configure.in', to preserve
2928         directory component.
2930 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2932         * config/config.guess, config/config.sub, config/texinfo.tex,
2933         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
2935 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
2937         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
2938         test for C99 conformance; (bool) 0.5 is an integer constant
2939         expression, but (bool) -0.5 is not.  Problem reported by Fedor
2940         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
2942 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2944         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
2945         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
2946         Warn about obsolete install-sh files.  Remove stray sentence
2947         fragment and fix cross reference.
2948         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
2949         install -d; this undoes the 2006-05-10 change.
2950         (MKDIR_P): Mark with AN_MAKEVAR.
2951         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
2952         that we don't require $INSTALL to be thread-safe.  Move comments
2953         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
2954         of AC_PROG_INSTALL.  Output a message saying that we're checking
2955         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
2956         MKDIR_P instead of AC_SUBST.
2957         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
2958         Special magic for MKDIR_P, too.
2959         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
2960         a dnl.
2961         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
2963 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
2965         Sync from Automake, as follows:
2967         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2968         * config/install-sh: Initialize IFS, so field splitting isn't
2969         turned off later.
2970         * config/mkinstalldirs: Likewise.
2971         * config/missing: Remove superfluous quotes.  Replace all uses of
2972         `[' by `test', for consistency, and for..
2973         * config/missing (sed_minuso, sed_output): New variables.
2974         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
2975         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
2976         Fixes `missing' to detect `--output' for help2man.  Fixes
2977         PR automake/483.  Report by Dennis J. Linse.
2978         (autom4te): Document in `missing --help'.
2980 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
2982         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
2983         * config/install-sh: Don't use 'path' to talk about file names,
2984         as per GNU coding standards.  Close a race condition reported by Ralf
2985         Wildenhues and Stepan Kasal.  There is still a race condition
2986         on hosts that predate Posix 1003.1-1992, but we can't help this.
2987         Don't mishandle weird characters like space on pre-Posix hosts.
2988         Invoke mkdir at most once per dir arg on pre-Posix hosts.
2989         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
2990         AC_PROG_MKDIR_P from AS_MKDIR_P.
2991         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
2992         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
2993         earlier editions are not (including Automake 1.8.3).
2994         Do not suggest mkinstalldirs for thread-safety.
2995         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
2996         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
2997         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
2998         presence of special characters and race conditions.
2999         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
3000         in Autoconf's name space.
3002 2006-05-10  Bruno Haible  <bruno@clisp.org>
3003         and Paul Eggert  <eggert@cs.ucla.edu>
3005         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
3006         from Automake with minor changes.
3007         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
3009 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
3011         * config/install-sh: Update to Automake CVS version, as follows:
3012         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
3013         * lib/install-sh: Simplify the expr implementation of dirname.
3014         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
3015         * lib/install-sh: Handle --, and diagnose unknown options.
3017 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3019         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
3020         `./autom4te' to create `./testsuite', since the `all' target
3021         will ensure its presence, but `installcheck' should not create
3022         the uninstalled wrappers.
3024         * tests/torture.at (Unusual Automake input files): Skip if we
3025         detect automake < 1.8.
3027 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3029         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
3030         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
3031         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
3032         * NEWS: Update.
3034 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3036         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
3037         munge (multiple) white space and other oddities.
3038         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
3039         single quotes in variable assignment.
3040         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
3041         and similar failures by adding multiple spaces, tabs, and other
3042         special characters.
3043         Report and different test suggested by Francesco Romani
3044         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
3046         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
3047         single quotes, we only need to search for single quotes; this
3048         both simplifies the search pattern, and makes us less
3049         susceptible to `echo' variations for arguments not containing
3050         single quotes.
3051         (_AC_ARG_VAR_VALIDATE): Likewise.
3053 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3055         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
3056         `$*' and IFS concatenation issue with traditional shells and
3057         bash-2.04.  Report by Seanster@Seanster.com.
3059 2006-05-03  Bruno Haible  <bruno@clisp.org>
3061         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
3062         precisely which Mac OS X versions have the od problem.
3064 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
3066         * doc/autoconf.texi: Use @option systematically.
3068 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
3069         and Bruno Haible  <bruno@clisp.org>
3071         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
3072         about 'od'.
3073         (Integer Overflow): Mention the special case of integer division
3074         overflow.
3076 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3078         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
3079         traditional shells like the Solaris one that do not use the
3080         first IFS character for assembling `$*'.
3081         Prompted by a related report from autoconf_bug@nro.ca.
3083 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
3084         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3086         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
3087         Mention more problems with the -e option.
3089 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3091         * NEWS: Typo.
3092         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
3094         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
3095         in URLs to improve DVI formatted output (requires texinfo 4.6).
3096         (System Services, Systemology, Shellology): Likewise.
3097         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
3098         output.
3100         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
3101         continuous text.
3102         (Runtime): Fix macro argument names to match description:
3103         `action-if-found' -> `action-if-true' and similarly.
3104         (Obsolete Macros): Likewise.
3105         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
3106         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
3107         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
3109 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3111         * doc/autoconf.texi (Limitations of Make): Clean up markup.
3113         * ChangeLog: Typo.
3114         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
3115         DVI output.
3117 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3119         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
3120         /bin/sh set unsorted output.
3121         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
3122         * tests/local.at: Likewise.
3124 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
3126         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
3127         (Integer Overflow, Null Pointers, Buffer Overruns):
3128         (Floating Point Portability, Exiting Portably): New sections.
3129         (Writing Test Programs): Fix some langauge.  Recommend exiting
3130         with status 1, not merely nonzero.  Clarify exit declaration.
3131         (Run Time): Move C exit status stuff to new Exiting Portably section.
3132         (Systemology): Mention Posix and levenez.  Update v7 reference.
3133         (Portable Shell): Mention the Posix shell.
3135 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
3137         * bin/autoconf.as (me): Replace by as_me.
3139 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
3141         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
3142         since as_me isn't set yet.
3144 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
3146         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
3147         a few minor bugs in this area.
3149         * doc/autoconf.texi (Programming in M4sh): Comment out the
3150         documentation of AS_BASENAME, for now.
3151         (Shell Substitutions): Do not use AS_DIRNAME in an example.
3152         (Limitations of Builtins) <basename>: Do not refer to
3153         AS_BASENAME.
3154         * bin/autoconf.as (me): Don't use AS_BASENAME.
3155         (dir): Remove the unused variable.
3156         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
3157         AS_DETECT_REQUIRED.  All uses changed.
3158         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
3159         All uses changed.
3160         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
3161         (AS_BASENAME): Use "basename --" to protect against leading "-".
3162         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
3163         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
3164         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
3165         (_AS_DIRNAME_PREPARE): Likewise.
3166         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
3167         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
3168         (AS_DIRNAME): Use "dirname --".
3170 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
3172         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
3173         of "run time" and "run-time" changed to "runtime", for consistency.
3174         * lib/autoconf/fortran.m4: Likewise (in comment).
3175         * lib/autoconf/functions.m4: Likewise.
3176         * lib/autoconf/general.m4: Likewise.
3177         * lib/autoconf/headers.m4: Likewise.
3179         * doc/autoconf.texi (Run Time): Document the exit status situation
3180         with more accuracy and detail.
3182 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3184         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
3185         Archive is not officially `GNU' any more.  Update URL.
3186         (Defining Directories): Likewise
3187         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
3189 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3191         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
3192         newline from the `trap' code to finish `config.log'; the NetBSD
3193         /bin/sh resets the exit status after an empty command, as
3194         documented in doc/autoconf.texi.
3195         Reported by Dalibor Topic <robilad@kaffe.org>.
3197 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
3199         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
3200         Suggested by Bruno Haible.
3202 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
3204         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
3205         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
3206         Instead, just list the shells that we know work.
3207         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
3208         changed.  Be more cautious about the _cv_ variable.
3209         * tests/tools.at (Syntax of the shell scripts): Check the
3210         _cv_ variable once, at first, to avoid an internal autoconf error
3211         when sh -n does not work.
3213 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3215         * lib/Autom4te/FileUtils.pm: Sync from Automake.
3217 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
3219         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
3220         use ">&-" since we're only 99.999% sure that this is portable,
3221         and since the MinGW bug is fixed in a different way.
3222         * lib/autotest/general.m4 (AT_INIT): Likewise.
3224 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
3226         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
3227         before opening config.log, to avoid hitting a bug on MinGW.
3229 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
3231         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
3232         AS_MESSAGE_LOG_FD before reopening it onto the log file.
3233         This works around a MinGW bug reported by Eric Paire.
3234         Make sure that all writes to the log file append to it,
3235         rather than possibly losing data.
3236         * lib/autotest/general.m4 (AT_INIT): Likewise.
3238 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
3240         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
3241         description.
3243 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3245         * NEWS: Update.
3247         * configure.ac (AC_INIT): Bump to 2.59d.
3249 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3251         Version 2.59c.
3253         * Makefile.maint (news-date-check): Do not require a leading `*'
3254         before the release date in NEWS.
3256 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
3257         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3259         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
3260         the instantiated file do not contain the string 'datarootdir'
3261         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
3262         @mandir@, replace the reference '${datarootdir}' by the value.
3263         * tests/torture.at (datarootdir workaround): New test.
3264         * NEWS: Advertise this temporary fixup.
3265         Based on a patch by Bruno Haible, reported and analyzed by
3266         Paul Eggert and Noah Misch.
3268 2006-04-12  Eric Blake  <ebb9@byu.net>
3270         * tests/autotest.at (Debugging a failed test): Fix comment.
3272 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
3274         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
3275         all the changes since 2006-04-07.
3277 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3279         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
3280         succeeded, but `ln -s file dir' failed, take care to remove the
3281         leftover target before the next test, to prevent its spurious
3282         failure; also make sure `ln file dir' works before selecting it.
3283         Thanks to Keith Marshall for pointing this out.
3284         * THANKS: Update.
3286         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
3287         assignments in `at_debug_args', so that we put them correctly
3288         in the `run' script.
3289         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
3290         Reported by Eric Blake.
3292 2006-04-11  Eric Blake  <ebb9@byu.net>
3294         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
3295         top-level tests after micro-suite has been run.   Used in...
3296         (Debugging a successful test, Debugging script and environment),
3297         (Debugging a failed test): ...these new tests.  The first of these
3298         is fixed by...
3299         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
3300         macro, split out from...
3301         (AT_INIT): ...here, so that using -d also generates a run script.
3302         Document that -d inhibits top-level logging.
3303         * doc/autoconf.texi (testsuite Invocation): Document that -d only
3304         inhibits top-level logging; debug scripts are created.
3306         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
3307         check.
3308         * tests/autotest.at (Empty test, Empty check): New test to check it.
3310         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
3311         from gcc.
3313 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
3315         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
3316         the files if a problem appears.  Make the empty *.at files
3317         read-only, too.  Proposed by Ralf Wildenhues.
3319 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3321         * config/Makefile.am: Add comment to force updated Makefile.in.
3323         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
3324         space only patch to this file, this patch causes the Makefile.in
3325         files that include freeze.mk to be updated, and thus have a
3326         newer time stamp again, which in turn makes a pristine CVS
3327         checkout have correct time stamps.
3329         * Makefile.maint (cvs-sv): New macro, to be used..
3330         (config.guess-url_prefix, config.sub-url_prefix)
3331         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
3332         point to CVS text checkout of Gnulib files.
3333         (copyright-check): Bump current year.
3334         (announcement): Do not hard-wire `./announce-gen'.
3335         (cvs-update): Propagate failures of `cvs' and `move-if-change'
3336         correctly.
3337         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
3338         `chmod +x'.
3339         (wget_files): Update config.guess, config.sub, texinfo.tex by
3340         `wget-update', now that their URLs work again.
3342 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3344         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
3345         Problem noted by Paul D. Smith.
3347 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3349         * doc/autoconf.texi: Remove unused words from word list.
3350         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
3351         .x-sc_trailing_space: New files.
3353         * doc/standards.texi: Sync from gnulib.
3355         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
3356         `LIBOBJDIR' as experimental.
3358         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
3359         with a target directory; it's internally implemented as `cp'
3360         anyway, but since Autoconf advertises the possibility to use
3361         a target directory when LN_S is `ln -s', we need to find out.
3362         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
3363         analyzed by Keith Marshall <keith.marshall@total.com>.
3365         * THANKS: Update.
3367 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3369         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
3370         confdefs.h as-is.  In general, if it has backslash-newline or the
3371         like, then it doesn't work either to sort or to remove empty
3372         lines.
3374 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
3376         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
3378 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
3380         * lib/autom4te.in (Automake-preselections): Preselect
3381         _AM_SUBST_NOTMAKE.
3383 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
3385         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
3386         apostrophe within a single-quoted string, as this is the usual
3387         tradition and is easier to read than '"'"'.  Don't rely on the
3388         shell treating "$/" like '$/'.  Use a more-consistent indenting
3389         style for the trap.
3391 2006-04-09  Eric Blake  <ebb9@byu.net>
3393         * tests/autotest.at (Backquote command substitution),
3394         (Multiline backquote command substitution): Remove mistaken
3395         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
3396         applied...
3397         (Parenthetical command substitution, Multiline parenthetical
3398         command substitution): here.
3400 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
3402         Import macros from gnulib (often changing their name).
3404         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
3405         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
3406         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
3407         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
3408         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
3409         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
3410         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
3411         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
3412         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
3413         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
3414         The manual mentions Gnulib more prominently.
3415         * doc/autoconf.texi (Gnulib): New node.
3416         (Pointers): Add Gnulib URL.
3417         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
3418         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
3419         Gnulib section.
3420         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
3421         suggest a #define rather than a typedef for _Bool, and mention
3422         Gnulib rather than trying to substitute stdbool code.
3423         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
3424         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
3425         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
3426         AC_STRUCT_DIRENT_D_TYPE.
3427         (Particular Types): Mention stdint.h and inttypes.h as standard
3428         headers too.
3429         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
3430         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
3431         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
3432         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
3433         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
3434         (C Compiler): Move AC_C_LONG_DOUBLE to ...
3435         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
3436         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
3437         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
3438         (Coding Style).  Don't mention m4_expand_once.
3439         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
3440         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
3441         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
3442         (AC_CHECK_FUNCS): Use it.
3443         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
3444         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
3445         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
3446         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
3447         (AC_HEADER_ASSERT): New macro.
3448         (AC_HEADER_STDBOOL): Don't assume "#error" works.
3449         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
3450         Catch a bug in an HP-UX C compiler.
3451         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
3452         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
3453         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
3454         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
3455         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
3456         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
3457         New macros.
3459         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
3460         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
3462 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
3464         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
3465         of the warning introduced by the 2001-08-28 change.
3467 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
3468             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3470         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
3471         variables shall be overriden by the cache.
3472         * tests/torture.at (AC_ARG_VAR): Test also with a first value
3473         that contains braces.
3475 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
3477         Revert the patch from 2006-04-01 and only improve
3478         _AS_DETECT_BETTER_SHELL:
3480         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
3481         skip nonexistent directories.
3482         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
3483         only shell candidates which exist.
3484         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
3485         * lib/autotest/general.m4 (AT_INIT): No need to give three
3486         parameters to _AS_PATH_WALK.
3488 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
3489             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3491         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
3492         distinguish m4sugar macros.
3493         * tests/tools.at (autoupdating with aclocal and m4_include):
3494         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
3495         test case by Noah Misch <noah@cs.caltech.edu>.
3497 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
3499         Revert my change from 2006-03-17, in other words:
3500         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
3501           and DUALCASE=1.
3502         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
3503         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
3504           it is set.
3506 2006-04-07  Eric Blake  <ebb9@byu.net>
3508         * doc/autoconf.texi (Programming in M4sh): Document that
3509         AS_MKDIR_P exits the script on failure.
3510         * lib/autotest/general.m4: Remove redundant AS_ERROR.
3512 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3514         * config/elisp-comp, config/install-sh, config/mdate-sh,
3515         config/missing, config/mkinstalldirs: Sync from Automake.
3517         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
3518         from Automake.
3520         * doc/make-stds.texi: Sync from gnulib.
3522 2006-04-06  Eric Blake  <ebb9@byu.net>
3524         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
3525         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
3526         2006-04-01.
3528 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
3529             Eric Blake  <ebb9@byu.net>,
3530             Paul Eggert  <eggert@cs.ucla.edu>,
3531             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3533         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
3534         whether `set' quotes correctly: redirect stderr of the tested
3535         `set', and use a subshell, for Ultrix; use `sed' instead of
3536         `grep' for zsh `set' which may write binary output; match only
3537         at the beginning of a line, to avoid false positives.
3538         In order to avoid false positives by unrelated variables with
3539         multiline content, put the dump algorithm in a subshell and
3540         unset all variables containing newlines (except some which are
3541         special to the shell).  Warn about cache variables that are
3542         unset.
3544 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3546         * config/config.guess, config/config.sub, config/texinfo.tex:
3547         Sync from upstream.
3549         * tests/mktests.sh: Reword comments.
3551         * tests/mktests.sh: Only skip internal macros starting with
3552         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
3553         Update exclusion lists for the test suite to this end:
3554         (AC_ARG_VAR): Do test this now.
3555         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
3556         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
3557         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
3558         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
3560         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
3561         shell issue with double-quoted command substitutions of native
3562         commands.
3563         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
3564         Marshall.
3566         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
3567         no file matches the glob, discard the warning, set `nullglob'.
3568         (syntax-check): Likewise.
3569         (sc_cast_of_x_alloc_return_value): Likewise.
3570         (sc_cast_of_alloca_return_value, sc_error_exit_success)
3571         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
3572         (m4-check): Likewise.
3573         (sc_system_h_headers): Do not print rule on execution.
3574         (sc_tight_scope): Do not fail for non-existing `src' directory.
3575         (sc_changelog): Skip the Copyright footer.
3576         * lib/autoconf/lang.m4: Remove trailing space.
3578         * lib/autoconf/status.m4: More replacements to
3579         <tab><space> where this makes sense.
3581 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
3583         * tests/Makefile.am (maintainer-check-posix):
3584           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
3586         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
3587           ac_config_<foo>s again, sometimes normalized, sometimes not.
3588         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
3589         (AC_CONFIG_COMMANDS): Do not do so here.
3590         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
3591           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
3592           2005-07-25 rewrite.  Noticed by Noah Misch.
3594         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
3595           _AC_PRESERVE_HELP_ORDER, ...
3596         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
3598         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
3599           inside m4_expand_once; it is redundant.
3601         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
3602           for --help from Cygnus `configure.'
3604 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
3606         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
3607         on a patch proposed by Ralf Wildenhues.
3609 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3611         * lib/autoconf/status.m4: Replace <space>''<tab> with
3612         <tab><space> where this makes sense.
3614 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
3615             Noah Misch  <noah@cs.caltech.edu>
3617         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
3618         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
3619         * doc/autoconf.texi (Help Formatting): New node.
3620         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
3622 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3624         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
3625         lib/autoconf/specific.m4, lib/autoconf/status.m4,
3626         lib/autoconf/types.m4, lib/autotest/general.m4,
3627         tests/mktests.sh, tests/torture.at: White space cleanup:
3628         remove some SPACE before TAB, or add quoting ('' or @&t@).
3630         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
3632         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
3634 2006-04-05  Eric Blake  <ebb9@byu.net>
3636         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
3637         empty test suite works.
3638         * tests/autotest.at (Empty test suite): Remove xfail.
3640 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
3642         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
3643         TAGS to ac_config_<foo>s.
3644         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
3645         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
3646         normalizing it, consistent it with previous releases.
3647         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
3649 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3651         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
3652         Use simplified args that Eric Blake originally suggested.
3654 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3656         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
3657         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
3658         Use 'comm' rather than N instances of grep; this also fixes a bug
3659         whereby substrings were incorrectly matched, causing us to not
3660         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
3661         (exclude_list): Exclude empty macros.
3662         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
3664         Use awk rather than grep -E or egrep, to avoid
3665         portability problems with regular expressions containing newlines.
3666         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
3667         Switch from grep to awk syntax.
3668         (ac_exclude_script): Renamed from ac_exclude_egrep.
3669         (au_exclude_script): Renamed from au_exclude_egrep.
3671 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
3673         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
3674         a subdirectory subject to Cygnus `configure'.
3675         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
3677         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
3678         report request when we have no AC_PACKAGE_BUGREPORT.
3680 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3682         * THANKS: Update.
3684         * tests/mktests.sh: Update copyright year in the header of the
3685         generated files.
3687         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
3688         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
3689         typedef'ed restricted pointer, to catch a compiler bug on
3690         HP-UX 11.x, and fix warnings so it passes with -Werror.
3691         (_AC_PROG_CC_C99): Likewise.
3692         Reported by Albert Chin <china@thewrittenword.com>.
3693         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
3695 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3697         * bin/autoscan.in (subdirs): New global.
3698         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
3699         (output): Emit AC_CONFIG_SUBDIRS as needed.
3700         * tests/autoscan.at (autoscan): Remove XFAIL.
3702 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3704         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
3706 2006-04-03  Eric Blake  <ebb9@byu.net>
3708         * THANKS: Add myself.
3710 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3712         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
3713         to log, point to testsuite output tree.
3715 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3717         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
3718         * doc/autoconf.texi (Function Portability): Mention that C++
3719         has trouble with 'exit'.
3720         (Guidelines): Test programs shouldn't use 'exit'.
3721         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
3722         Remove; all uses removed.
3723         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
3724         Return from 'main' instead of calling 'exit'.
3725         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
3726         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
3727         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
3728         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
3729         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
3730         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3731         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
3732         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
3733         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
3734         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
3735         * tests/compile.at: Likewise.
3737 2006-04-02  Pavel Roskin  <proski@gnu.org>
3739         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
3741 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3743         Clean up _AC_COMPILER_EXEEXT* macros.
3745         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
3746           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
3747           ac_file to the name of the default output file and call
3748           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
3749           initial `rm' of the candidate files...
3750         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
3751           the same list in subsequent `rm' calls, and for the temporary
3752           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
3753           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
3754         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
3755         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
3756           no longer needed) by libtool.  Make it a cache check.
3757         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
3758           copied here by mistake.
3759         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
3760           _AC_COMPILER_EXEEXT.
3761         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
3762           _AC_COMPILER_OBJEXT directly.
3763         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3765 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3767         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
3768         (AS_DIRNAME): Use it.
3769         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
3771         * tests/*.at: Remove the generated ones.
3773 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3775         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
3777 2006-04-01  Eric Blake  <ebb9@byu.net>
3779         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
3780         directories, unless optional third argument supplied.
3781         (AS_UNAME): Don't optimize PATH walk.
3783         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
3785 2006-04-01  Eric Blake  <ebb9@byu.net>
3786         and Stepan Kasal  <kasal@ucw.cz>
3788         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
3789         and fix some typos.
3791 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
3793         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
3794         Autoconf version number despite a zero- or one-argument AC_INIT.
3796         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
3797         subordinate tools.
3798         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
3799         * doc/autoconf.texi (autoreconf Invocation): Document it.
3801         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
3802         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
3804 2006-04-01  Eric Blake  <ebb9@byu.net>
3806         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
3807         * lib/autotest/general.m4: Be tolerant of existing directory when
3808           rm failed to remove it.
3810 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3812         * bin/autoupdate.in: Redefine m4_location so that warnings print
3813         the correct lines of the input file by subtracting..
3814         (_au__first_line): ..this new definition.
3816         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
3817         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
3818         Remove stray newline in output.
3819         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
3820         AC_DEFUN this for autoconf, including the obsoletion diagnose.
3821         Fixes autoupdating of code where the replacement output contains
3822         m4sugar macros.
3823         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
3824         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
3825          (au_exclude_list): Add AC_LANG_SAVE.
3826         * tests/tools.at: Several new tests for all of this.
3827         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
3828         hairy details.
3829         The AC_LANG_SAVE issue was reported against Libtool by
3830         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
3831         Kristian Kvilekval <kris@cs.ucsb.edu>.
3833 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3835         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
3836           switch all of them on and of when necessary.  Fixes the bug when
3837           m4sugar macros (e.g., m4_define) were expanded after the first
3838           automatic update (e.g., after AC_PREREQ or AC_INIT).
3840 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
3842         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
3843         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
3845         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
3846         correctly.  Problem reported by Eric Blake.
3847         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
3848         Ralf Wildenhues.
3850 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3852         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
3853         Tighten up the basename/dirname wording.
3855 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3857         * Makefile.maint (sc_texi_notab): New check: do not use TABs
3858         in texinfo files outside of verbatim environments.
3859         (syntax-check-rules): Update.
3860         * doc/autoconf.texi (Configuration Headers): Conform to it.
3862 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
3864         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
3865           aclocal cannot be given on the command line.
3867 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3869         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
3870         Give an example for AS_DIRNAME instead of referring to Posix..
3871         (File System Conventions): Put discussion of // versus / here, and
3872         modernize it a bit.
3873         (Limitations of Usual Tools): Add basename.  Remove verbiage
3874         after dirname, since it got moved to the above sections.
3875         All this was inspired by a patch proposed earlier by Eric Blake.
3877 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3879         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
3880         `$0' to protect against spaces.
3881         * lib/autotest/general.m4 (AT_INIT): Likewise.
3882         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
3883         `$0', $as_me.
3885 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3887         * bin/autoscan.in: The value of find_configure_ac should be
3888         checked for existence, so we don't barf over a nonexisting
3889         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
3891 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3893         * bin/autoupdate.in: Fix some typos.
3895 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
3897         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
3899         * lib/autoscan/autoscan.list: Refreshed.
3901 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3903         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
3904         and Erlang related variables.
3906         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
3907         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
3908         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
3909         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
3910         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
3911         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
3912         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
3913         (_AC_PROG_OBJC_G): New macros.
3914         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
3915         * doc/autoconf.texi (Objective C Compiler): New node.
3916         (Preset Output Variables): Document OBJCFLAGS.
3917         (Language Choice): Document `Objective C' language.
3918         (Fortran Compiler): Fix typo.
3919         * NEWS: Updated.
3920         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
3922 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
3924         * doc/autoconf.texi (Default Includes): Fix typo
3925           s/AC_HEADERS_STDC/AC_HEADER_STDC/
3926         (Limitations of Usual Tools): s/unwriteable/unwritable/
3927         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
3928           Fix typos in the comments.
3930 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
3932         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
3933           Factor out the warning to...
3934         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
3935         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
3936         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
3938         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
3939           case `ac_delim' when writing the sed script.
3941         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
3942           moved DUALCASE=1 ...
3943         (AS_SHELL_SANITIZE): ... here.
3944         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
3945           that it is set.
3947         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
3948           AC_SUBST.
3949         (_AC_PATH_PROG): Store the result to VARIABLE.
3950         (AC_PATH_PROG): No need to set VARIABLE again.
3952         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
3953           the first one is usual AT_CHECK_MACRO test, the second one checks
3954           that the same works when cross-compiling.
3955         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
3956         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
3958 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3960         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
3961         the directory `/usr/bin/posix' in the shell search, to prefer
3962         the Posix shell not only in subsequent spawns as with `$BIN_SH'
3963         on Tru64.
3965         * doc/autoconf.texi (contents): To fix texi2html output, hide
3966         `@setcontentsaftertitlepage' for HTML.
3967         (Writing Autoconf Macros): Likewise, insert space after `@c'.
3968         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
3969         `@,{c}'.
3971 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
3973         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
3974           sanitizing...
3975         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
3976         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
3977           why IFS is restored so late; thank you, Ralf, for reminding us.
3979 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
3981         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
3982           variables in the examples.
3984 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3986         * doc/autoconf.texi (several sections): Cleaned up documentation for
3987         macros in erlang.m4.
3989 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3991         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
3992         failure condition for `$(cmd)' style command substitutions.
3993         (Parenthetical command substition, Multiline parenthetical
3994         command substition): Use it.
3996         * doc/autoconf.texi (Special Shell Variables): Missing word.
3997         Reported by Keith Marshall <keith.marshall@total.com>.
3999         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
4000         IFS even in case of empty `$PATH'.
4002 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4004         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
4005         `expr' away if there is nothing to do.
4006         < --keywords >: Simplify and robustify argument handling.
4007         Revert erroneous comment from 2005-08-23.  Extend to allow
4008         keyword negation with `!'.
4009         Update help message.  Remove broken code to prevent running
4010         tests multiple times.
4011         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
4012         Update and fix the documentation accordingly.
4013         * tests/autotest.at (Keywords): Renamed to..
4014         (Keywords and ranges): .. this.  Extended to make sure negated
4015         keywords, keywords taken from AT_SETUP arguments, and numeric
4016         test ranges work, and that matching is case-insensitive.
4018 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4020         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
4021         allow to pass unnamed structs even in C++.
4022         (AC_CHECK_SIZEOF):  Likewise.
4023         Also fix quoting error in `AC_MSG_FAILURE' arguments.
4024         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
4025         struct): New tests for unnamed structs, each both native and
4026         cross-compiling.
4028         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
4029         a structure inside a cast, for C++ conformance.
4030         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
4031         Also fix quoting error in `AC_MSG_FAILURE' arguments.
4033         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
4034         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
4035         trying to execute the command `no'.
4037         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
4038         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
4039         expanded outside.
4041         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
4042         example.  Do not emphasize `$%', it is hardly new and special.
4043         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
4045         * doc/autoconf.texi (Limitations of Usual Tools): Document
4046         OpenBSD and traditional `grep' failure to handle multiple
4047         patterns separated by newlines.
4049 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
4051         * doc/autoconf.texi (several sections): Add documentation for macros
4052         in erlang.m4.
4054 2006-03-10  Eric Blake  <ebb9@byu.net>
4056         * doc/autoconf.texi (Obsolete Macros): Fix wording of
4057         AC_TRY_LINK_FUNC.
4059 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
4061         * doc/autoconf.texi: Use @acronym more consistently for acronyms
4062         like BSD, GPL, LGPL.  Fix minor English typos.
4063         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
4064         Mention that these macros are becoming obsolete.
4065         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
4066         Use more modern terminology for which standard is what.
4067         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
4068         and to ansi2knr.
4069         (AC_PROG_CXX): Likewise.
4070         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
4071         Remove obsolete discussion about how to port to K&R.
4072         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
4073         the obsolescent AC_HEADER_STDC.
4074         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
4075         can't rely on it.
4077 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4079         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
4080         Remove stdin redirection from /dev/null to allow pipe to work.
4082 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
4084         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
4085         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
4086         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
4087         Ralf Wildenhues.
4089 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4091         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
4092         HP-UX sed is 99 commands, not 100.
4093         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
4094         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
4095         newline for portability.
4096         * tests/torture.at (Torturing config.status): Also test 100
4097         AC_SUBST_FILE invocations.  Fix test to actually verify the
4098         AC_CONFIG_FILES output.
4099         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
4100         command, label, and read-file `r' limits.  Unify HP-UX spelling.
4102         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
4103         non-suffix rule.
4104         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
4105         non-GNU make.
4106         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
4107         * tests/mktests.sh: Small shell portability fixes.
4109 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4111         * doc/autoconf.texi (Caching Results): Fix the examples to use a
4112         recommended quoting style and discard unwanted output.
4114 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
4116         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
4117         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
4118         cases, and to work around Tru64 expr bug.
4120 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4122         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
4123         expr bug that turns the result of a regex match into a number if
4124         possible.
4126 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4128         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
4129         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
4130         in section `Specific Compiler Characteristics'.
4132 2006-03-04  Eric Blake  <ebb9@byu.net>
4134         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
4135         variable warning.
4137 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4139         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
4140         order of variable initialization, so even the Solaris 2.6 shell
4141         can create a config header correctly.  Fixes lots of test suite
4142         failures.
4144 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4146         * doc/autoconf.texi (Text processing Macros): New node to
4147         document the m4sugar macros m4_re_escape, m4_tolower,
4148         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
4150 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
4152         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
4153         XrmInitialize (0) -> XrmInitialize ().
4154         Reported by Toshio Kuratomi.
4156 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4158         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
4159         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
4160         * doc/autoconf.texi (Programming in M4sh): Adjusted.
4161         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
4162         both macros are defun'ed so that required macros are evaluated
4163         outside.
4165         * doc/autoconf.texi (Prerequisite Macros): State more precisely
4166         where a required macro will be expanded.
4167         (Coding Style): Another reason not to use `m4_define'.
4169 2006-02-21  Eric Blake  <ebb9@byu.net>
4171         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
4173 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4175         * doc/autoconf.texi (Looping constructs): New node, to
4176         document m4_for, m4_foreach, m4_foreach_w, and mention
4177         obsolete AC_FOREACH.
4178         (Obsolete Macros): Document AC_FOREACH.
4179         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
4180         (m4_for): Fix to never loop (almost) endlessly, work correctly
4181         with arithmetic expressions in arguments, a step of zero or
4182         non-integer multiple of the interval, and avoid integer
4183         overflow.
4184         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
4185         m4_foreach_w.
4187 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
4189         Add basic support for Erlang, both for configuring Erlang/OTP
4190         tools, and Erlang as a conf test language.
4191         * lib/autoconf/erlang.m4: New file.
4192         * lib/autoconf/autoconf.m4: Add erlang.m4.
4193         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
4194         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
4195         * NEWS: Add short description of new macros.
4196         * THANKS: Add Romain Lenglet.
4198 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4200         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
4201         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
4203 2006-02-15  Eric Blake  <ebb9@byu.net>
4205         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
4206         warning.
4208 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4210         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
4211         (_AS_CASE): Private helper macro.
4212         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
4213         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
4214         Fix syntax of AS_IF description
4215         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
4216         for the AC_REQUIRE mess.
4217         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
4218         AS_SHELL_SANITIZE.
4220 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
4222         * doc/autoconf.texi: Minor style cleanup.
4223         Be consistent about spaces after commas.
4224         Insert [] where empty args look a bit funny.
4225         Fix some "i.e." and "e.g." usages.
4226         Try to avoid "X/Y" usages.
4227         Don't be pedantic about "ISO C99"; just say C99.
4228         Prefer GNU style for spaces in front of parens.
4229         (Function Portability): Comment about C89 versus C99
4230         signed integer division.
4231         (Particular Headers): Use current gnulib style for dirent
4232         includes.
4234 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
4235         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4237         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
4238         macros without parameters.
4239         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
4240         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
4241         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
4242         `$#' bug.
4243         (autoupdate): Updated to match AU_ALIAS fix.
4245 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4246         and Paul Eggert  <eggert@cs.ucla.edu>
4248         * doc/autoconf.texi (Programming in M4sh): Document
4249         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
4251 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4253         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
4254         (AS_BOURNE_COMPATIBLE): ..this.
4255         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
4257 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
4259         * doc/install.texi (Defining Variables): Tighten up the
4260         CONFIG_SHELL wording.
4262 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
4263         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4265         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
4266         of (set -o) rather than testing whether (set -o posix) succeeds,
4267         to work around a bug in the AIX 5.3 shell.  Problem originally
4268         reportd by Howard Chu for libtool.
4270 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
4272         * doc/autoconf.texi (Running the Compiler, Running the Linker):
4273         Changes the macro arguments in summaries to match the
4274         descriptions.
4276 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
4278         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
4279         hint as ``a workaround for a bug.''
4281 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4283         * bin/autoreconf.in: New option `--no-recursive'.
4284         Improve wording for subpackages a bit.
4285         * doc/autoconf.texi (autoreconf Invocation): Updated.
4286         * NEWS: Updated.
4288         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
4289         in environment of `configure', not the command line.
4290         Reported by Howard Chu <hyc@highlandsun.com>.
4292 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
4294         * doc/autoconf.texi (Limitations of Builtins): Document the
4295         problem with "trap -".
4297 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
4299         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
4300         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
4301         messages to differentiate Fortran and Fortran 77 tests.
4302         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
4303         AC_LANG_ASSERT, to allow use in mixed-language projects.
4305 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4307         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
4308         FOO" to "defined (FOO)".
4309         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
4310         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
4311         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
4312         * tests/tools.at (ifnames): Likewise.
4314 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4316         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
4317         * lib/Autom4te/General.pm (mktmpdir): Likewise.
4318         (END): Improve error message a bit.
4319         Reported by Bruce Korb <bkorb@gnu.org>.
4321 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4323         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
4324         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
4326 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
4328         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
4329         requires sys/stream.h.  Reported by Oliver Kiddle.
4331 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4332             Stepan Kasal  <kasal@ucw.cz>
4334         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
4335         before the removals of test dirs, use `find' to avoid modification
4336         of symlinked directories.
4338 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
4340         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
4341         Don't ignore the macro arguments.
4343 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
4345         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
4346         declaration that works for MSVC.
4348 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4350         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
4351         Add `*.map' and `.inf' for Green Hills compiler.
4352         Reported by Stefan Seefeld <stefan@codesourcery.com>.
4354         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
4355         correctly: pad with spaces after FIRST_PREFIX if necessary,
4356         and compute string lenghts with `m4_qlen' instead of `m4_len'.
4357         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
4358         * tests/m4sh.at (AS_HELP_STRING): Test extended.
4359         * NEWS: Updated.
4360         Reported by numerous people, numerous times.
4362 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4364         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
4365         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
4366         * lib/autoconf/general.m4, lib/autoconf/status.m4:
4367         * lib/autotest/general.m4, tests/local.at:
4368         Update copyright year to 2006.
4370         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
4371         sed substitutions.
4372         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
4373         for file names, again.  Reported by Noah Misch.
4374         (Coding Style): Explain that s|a|b| is preferred for file names.
4375         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
4376         (AC_OUTPUT_MAKE_DEFS): Likewise.
4377         * lib/autotest/general.m4 (AT_INIT): Likewise.
4378         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
4379         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
4381         Fix Posix-conformance bugs re use of { command in sed scripts,
4382         and improve the sed-related documentation a bit.
4383         * doc/autoconf.texi (Installation Directory Variables): Use
4384         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
4385         rather than "sed" when talking about Sed in general.
4386         (Particular Programs): Likewise.
4387         (Coding Style): y is like s with respect to / and ,.
4388         (Limitations of Usual Tools): Document the weird restrictions
4389         that Posix has about { }.  Use better quoting.
4390         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
4391         Rewrite to conform to Posix rules about { } in sed scripts.
4392         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
4393         * tests/foreign.at (Libtool): Likewise.
4394         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
4395         Use our own style advice re 's,a,b,' versus 's|a|b|'.
4397 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4399         * lib/autoconf/status.m4: Fix typo.
4401         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
4402         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
4403         `-def', for the benefit of Portland `pgf90 -Mipa'.
4404         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
4406 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4408         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
4409         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
4410         shell from zsh to bash.
4412 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
4414         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
4415           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
4417 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4419         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
4420         parentheses in $(...).  Problem reported by Eric Blake.
4422 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4424         * doc/autoconf.texi (Limitations of Usual Tools):
4425         Mention which characters can be escaped with \ in portable regular
4426         expressions used in grep, sed, expr.  Mention the leading ^ problem
4427         with expr.  Clean up some confusing wording.  Mention which
4428         grep options are portable.
4430 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
4432         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
4434 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
4436         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
4437         patch, noted by Ralf Wildenhues.
4439 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4441         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
4442         posix' unconditionally, for pdksh in `native sh' emulation.
4444 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
4446         * doc/autoconf.texi (Shellology): Document eval $? problem
4447         with ash.
4448         (Limitations of Builtins): Likewise.
4450 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4452         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
4453         CONFIG_SHELL in the environment of the configure rerun.
4454         * doc/autoconf.texi (Here-Documents, config.status Invocation):
4455         Suggest passing CONFIG_SHELL absolute, and in the environment
4456         rather than as option.
4458 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4460         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
4461         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
4462         Fix macro quoting.  Fix output for n * 98 substituted variables.
4464 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4466         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
4467         `tmp' to avoid file removal race.
4469 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4471         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
4472         ac_clean_files and LIBOBJS.
4474 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4476         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
4477         Factor functionality to..
4478         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
4479         `AC_SUBST($1)' in the public version.
4480         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
4481         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
4482         ac_pt_* variables.
4484 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
4486         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
4487         filesystems.
4489 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4491         * NEWS: Move AH_HEADER mention to right place.
4493 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
4495         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
4496         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4498 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
4500         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
4501         conftst2.$ac_objext.
4502         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4504 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
4506         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
4507         conftest.o, to see whether the compiler really obeys; rm the object
4508         file before and after the test and register it with ac_clean_files.
4509         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4511 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
4513         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
4514         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
4515         code so that the most common case requires less forks.
4517 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
4519         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
4520         not portable; thanks to Paul Eggert and Alexandre.
4522         * NEWS: Fix an old typo.
4524 2005-10-20  Jim Meyering  <jim@meyering.net>
4526         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
4527         the latter'', in two places.
4529 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4531         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
4532         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
4533         the inner workings of AC_LANG_FUNC_LINK_TRY.
4534         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
4535         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
4536         by the function rather than ignoring it.
4537         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
4538         comparing its address.  Intel's interprocedural optimization was
4539         outsmarting the old heuristic.  Problem reported by
4540         Mikulas Patocka.
4542 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
4544         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
4546 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4548         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
4549         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
4551 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
4553         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
4554         before removing it (chmod -R u+rwx); there are three instances of this.
4556 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4557             Stepan Kasal  <kasal@ucw.cz>
4559         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
4560         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
4561         make its content writable before removing it.  Remove an errorneous
4562         comment from the end, where the logs of the failed tests are copied
4563         to the main log file.
4565 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
4567         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
4568           in case the computer is too quick.  Double quote the configure.ac
4569           snippets.
4571         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
4572           problems if the testsuite were running too fast.
4574 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4576         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
4577         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
4578         (which belong to Xt, not X itself).  See Debian bug 327655.
4579         * NEWS: Mention this.
4581 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
4583         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
4585 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4587         * config/move-if-change: Don't output "$2 is unchanged";
4588         suggested by Ben Elliston.  Handle weird characters correctly.
4590 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
4592         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
4593           calls, so that the final expansion of this macro is shorter.
4594           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
4595           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
4596           the cleanup there.  Use AS_VAR_* macros, to be more general.
4597         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
4599         * lib/autoconf/general.m4: Use AS_IF where appropriate.
4601         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
4603 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
4605         * doc/autoconf.texi (Configuration Headers): Add an index entry
4606           for AH_HEADER.
4608 2005-08-26  Pavel Roskin  <proski@gnu.org>
4610         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
4611         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
4612         running xmkmf.
4614 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
4616         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
4617         The previous patch didn't work, so try a better one.
4619 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
4621         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
4622         in the example.  Reported by Bruno Haible.
4623         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
4624         "if $undefined_var;" succeeds with my shell.
4626         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
4627         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
4628         but change the m4_divert_text to m4_divert_once.
4630 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4632         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
4633         Work around bug in Solaris /usr/xpg4/bin/awk.
4634         The bug is present in at least Solaris 8 through 10.
4636 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
4638         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
4639         some evil values and relying on the fact that $* concatenates the
4640         parameters by the first character from IFS.
4642 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
4643             Stepan Kasal  <kasal@ucw.cz>
4645         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
4646         first header appears, define AH_HEADER.
4647         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
4648         Update limitations about when to call AC_CONFIG_HEADERS.
4649         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
4650         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
4651         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
4652         ``Configuration Actions''; fix their index entries.
4654         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
4655         options correctly.  Process N-M as M-N if M is smaller than N.
4656         Process ranges correctly so that N-N will run only N.
4657         Sort and uniquify the tests that will be run.  If there is more
4658         than one test, reinsert the banners for the tests.
4659         * tests/autotest.at (Keywords): Unmark XFAIL.
4661 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
4663         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
4664           before passing the macro name to AH_TEMPLATE.
4666         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
4667           now opens log after option processing; in particular, --version
4668           and --help do not touch config.log.
4670         * Makefile.maint: Revert the change from 2005-08-12.
4672 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
4674         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
4675           common code to...
4676         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
4678 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4680         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
4681         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
4682         Language cleanup.
4684         * doc/autoconf.texi (Defining Symbols, Changed Results):
4685         Prepend to LIBS, not append, in examples.
4687 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
4689         When building in place, set srcdir="."; suggested by Tim Van Holder.
4691         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
4692           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
4693         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
4694         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
4695           does not mean "no --srcdir option".
4697 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4699         * tests/autoscan.at (autoscan): New file.
4700         * tests/suite.at: Use it.
4701         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
4702         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
4704         * tests/autotest.at (Keywords): Test keywords combinations.
4706 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
4708         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
4709           add "2>&1"; gzip 1.2.4 prints help on stderr.
4711 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
4713         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
4714         was pushdef'ed twice while popped only once.  Push it only once.
4715         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
4717 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
4719         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
4720         prefixed by mere "===", not "configure: === ".
4722 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
4724         * Makefile.maint: Update from Bison.
4726         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
4727         "<tab>" in comment, so that the point is understandable.
4729 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
4731         Rewrite substantial part of lib/autoconf/status.m4.
4732         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
4733         and CONFIG_COMMANDS are not processed in four separate loops.
4734         Instead, there is one main loop.  This alows that the common code
4735         is expanded only once, thus config.status (and configure) is smaller.
4737         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
4738         the AC_LIST_FILES and cousins macros are no longer used.
4740         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
4741         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
4742         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
4743         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
4744         contain the initialization, nor the for loop, nor the associated
4745         commands; all these go to ...
4746         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
4747         _AC_OUTPUT_CONFIG_STATUS.
4748         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
4749         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
4750         (_AC_OUTPUT_FILE): The creation of the sed script ...
4751         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
4752         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
4753         _AC_OUTPUT_MAIN_LOOP.
4754         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
4755         _AC_CONFIG_COMMANDS): Use ...
4756         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
4757         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
4758         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
4759         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
4760         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
4761         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
4762         ... new macros.
4763         (_AC_CONFIG_UNIQUE): Update.
4764         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
4765         Replaced by this ...
4766         (_AC_LIST_TAGS): ... new common macro.
4767         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
4768         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
4769         (_AC_LIST_TAG_COMMANDS): ... new common macro.
4770         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
4771         this didn't belong to the `config commands' section.
4772         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
4773         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
4774         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
4775         to the `config commands' section either.
4776         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
4777         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
4779         ... and many changes to the comments nearby.
4781         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
4782         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
4783         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
4784         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
4785         (#define header templates): The comment at the top of the generated
4786         header now includes the name(s) of the source file(s).
4788         Several unrelated small changes:
4790         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
4791         parameter to AC_DIAGNOSE.
4792         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
4793         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
4794         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
4795         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
4796         with AU::AC_OUTPUT.
4797         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
4798         in AC_OUTPUT doesn't double-quote it either.
4799         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
4800         parameters.
4802 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
4804         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
4805         versions of Portland Group compiler produce single- and double-quoted
4806         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
4807         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4809 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
4811         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4812         This is a corrected version of yesterday's patch.
4814 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
4816         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
4817         path, too; insert a "===" to emphasize the line.
4819         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
4820           ac_cv_build_alias to ac_build_alias.
4821         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
4823         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
4824         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
4825         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
4826         (AC_ARG_VAR): ... here.
4827         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
4828           target_alias.
4830         Keep a list of all precious variables and process them with one simple
4831         for loop, instead of expanding all commands, or, OTOH, complicated
4832         processing of output of "set".
4833         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
4834         variable names in new macro...
4835         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
4836         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
4837           a loop to assign all ac_env_* and ac_cv_env_* variables.
4838         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
4839           to INIT_PREPARE.
4840         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
4841           its value to shell variable ac_precious_vars and call
4842           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
4843         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
4844           _AC_ARG_VAR_VALIDATE.
4846         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
4847           and the AC_SUBSTs ...
4848         (AC_INIT): ... here.
4850         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
4851           the ac_subst_files section in config.log.
4853         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
4855 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4857         * NEWS: New macro AC_C_TYPEOF.
4858         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
4859         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
4860         * tests/c.at (C keywords): Test AC_C_TYPEOF.
4862         Fix problems reported by Nicolas Joly.
4863         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
4864         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4865         They are generated by the Tru64 v5.1B shell.
4867 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
4869         Fix my changes from 2005-07-01; reported by Noah Misch.
4870         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
4871         description, the macro now accepts only a single tag.
4872         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
4874         Fix cases when the varsions of Autoconf and Autotest don't match.
4875         Reported by Noah Misch.
4876         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
4877         at_top_builddir, for compatibility with older autotest.
4878         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
4879         is not set, use at_top_builddir, for compatibility with older
4880         versions of autoconf.
4882 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4884         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
4885         Problem reported by Patrick Welche.
4887 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4889         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
4890         sed substitution command, so that we allow | in program prefixes
4891         and program suffixes.  (& is a problem anyway; we're not fixing
4892         that here.)
4893         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
4894         configure_input, top_builddir, srcdir, etc.
4895         * lib/autotest/general.m4 (AT_INIT): Likewise, for
4896         PATH_SEPARATOR in AUTOTEST_PATH.
4898 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
4900         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
4901         for loop over config.site files using `set', to allow
4902         directory names containing IFS characters.
4904 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4906         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
4907         directories with weird names.  Apparently some people like living
4908         on the edge.  However, improve the test that "pwd" actually does
4909         report a name for the working directory.
4910         * NEWS: Remove the claim that we test for funny chars in dir names.
4912 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
4914         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
4915         replaced ...
4916         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
4917         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
4918         Now accept a single tag, not whitespace separated list.
4919         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
4921 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
4923         * doc/autoconf.texi (Configuration Headers): Change the explanation
4924         about #include <config.h>.
4925         (Generic Functions): Mention the Gnulib project.
4926         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
4928         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
4929         document to output the default config_* lists to config.status.
4930         Don't recognize option --file, if the functionality is not there.
4931         Likewise for --header; moreover, recognize --he and --h as shortcuts
4932         for --help in that case.
4934         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
4935         matches the order of execution.  No code changed.
4937 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4939         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
4940         single-quoted -cmdline argument in Portland Group compiler.
4941         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4943 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
4945         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
4947 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4949         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
4950         descriptors to child processes; reported by Norman Gray.
4952 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4954         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
4956         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
4957         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
4958         (AC_SUBST): Call it.
4959         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
4960         the directory specific variables; but don't call it for configure_input.
4962 2005-06-28  Derek Price  <derek@ximbiot.com>
4964         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
4965         addition.
4967 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4969         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
4970         directory have inherent problems with special characters like spaces,
4971         due to limitations in Make syntax.  Problem reported by Alexandre
4972         Duret-Lutz.
4973         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
4974         Also, fix Tru64 porting problem with shell patterns,
4975         reported by Ralf Wildenhues.
4977 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4979         * doc/autoconf.texi (Subdirectories): Fix markup typos.
4981 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4983         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
4985         Fix some more shell quoting problems.  Prompted by a bug report
4986         from Justace Clutter.
4987         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
4988         variable into diagnostic.  Make the diagnostic an error, not a warning,
4989         because we really don't support spaces and suchlike in dir names.
4990         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
4991         Don't worry about backslashes in srcdir; it can't happen now.
4992         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
4993         Simplify ac_optarg handling.
4994         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
4996 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
4998         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
4999         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
5000         * tests/atlocal.in: Propagate $EGREP and $SED.
5001         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
5002         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
5004         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
5005         that '\|' is not allowed in BREs; recommend using newline separated
5006         list of patterns instead of multiple -e options.
5008         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
5010         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
5012 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5014         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
5016 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
5018         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
5019         b, t, r, w commands require single space, while : cannot have any.
5020         (Special Shell Variables): Fix sed code this in the example.
5021         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
5022         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
5024         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
5025         expand to the empty list.  Don't use two pairs of m4_changequote,
5026         it's not necessary.
5028 2005-06-20  Derek Price  <derek@ximbiot.com>
5030         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
5032 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
5034         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
5035         * doc/autoconf.texi:
5036         Don't mention Solaris versions so much, if a
5037         problem is common to all extant versions of Solaris.  Say "SunOS
5038         4" instead of "SunOS" for SunOS 4.
5039         (awk): Mention more of the limitations of traditional Awk.
5040         (cat): Don't talk about cat -v.
5042 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
5044         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
5045         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
5046         but the implementation is entirely different and is designed
5047         to be compatible with glibc strverscmp.
5048         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
5050         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
5051         on Mac OS X 10.4 reported by Peter O'Gorman in:
5052         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
5053         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
5054         Use shell builtins rather than 'expr', to work around expr bug.
5056 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
5058         * doc/autoconf.texi: "filesystem" -> "file system".
5059         "behaviour" -> "behavior".
5060         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
5061         * lib/autoconf/general.m4: Omit blank after ":" sed command,
5062         as per POSIX.
5063         * lib/m4sugar/m4sh.m4: Likewise.
5064         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
5065         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
5067         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
5068         (.x.1): Ignore the time stamp in the .TH line when deciding whether
5069         to update the man page.  That way, we don't have to check in new
5070         man pages every month.
5072         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
5073         quotes and backslashes.  Patch from Derek Price.
5075 2005-06-10  Derek Price  <derek@ximbiot.com>
5077         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
5078         AS_TR_SH.
5080 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
5082         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
5083         -u, since it outputs chatter if the input files are the same.
5084         Problem reported by Ralf Menzel.
5086 2005-06-08  Derek Price  <derek@ximbiot.com>
5088         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
5089         renaming them since they are about to be redefined anyhow.
5091 2005-06-08  Derek Price  <derek@ximbiot.com>
5093         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
5094         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
5095         Move m4_undefine to alphabetical order.
5097 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
5099         * README: Recommend GNU M4 1.4.3 or later.
5100         * doc/autoconf.texi (Introduction): Likewise.
5101         Reword to avoid some formatting glitches.
5102         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
5103         Clarify explanation of HP compiler bug.
5104         Redo example output tp match current CVS snapshot.
5105         Use @example.org in email addresses when the examples
5106         might get inadvertently cut-and-pasted into user code.
5107         Remove example of autom4te usage that doesn't seem to work now.
5108         Use modern AC_INIT (except when the example is meant to be
5109         shown with Autoconf 2.13).
5110         Update ksh info for Solaris 9 and later.
5111         KB -> kB.
5112         Modernize description of Automake versions a bit.
5113         Don't claim a future version of Autoconf is near.
5114         * doc/install.texi: Reword to avoid some formatting glitches.
5116 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5118         * doc/autoconf.texi: Add [] to examples, so that the manual
5119         follows its own advice about quoting better.
5120         Reword to avoid some formatting glitches.
5121         * doc/installt.exi: Reword to avoid some formatting glitches.
5123         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
5124         Tru64 ksh pattern matching bug.  Reported against Libtool by
5125         Albert Chin <libtool@mlists.thewrittenword.com> and
5126         Nicolas Joly <njoly@pasteur.fr>.
5128 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
5130         m4_cdr of one-member list was [[]] (one-member list containing an
5131         empty string) instead of [] (an empty list.  Callers were skewed to
5132         match this misbehaviour.  As a consequence of this:
5133          - m4_foreach([x], [], [foo]) expanded to `foo', while
5134          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
5135         This bug has been fixed:
5137         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
5138           expand to an empty string; print error msg if called without
5139           an argument list.
5140         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
5141           misbehaviour; handle [] and [[]] correctly.
5143 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
5145         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
5146         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
5147           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
5149 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
5151         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
5152           swallow records with more than 99 fields.
5153         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
5154           parse the long line.
5156 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
5158         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
5159           swallow literals longer than 399.  Reported by Ralf Wildenhues.
5160         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
5161           to workaround this limitation.
5163 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
5165         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
5166         to gfortran, and make these the first two compiler names
5167         checked (following the general autoconf preference for gcc).
5169 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
5171         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
5172         (DISTCLEANFILES): Remove $(check_SCRIPTS).
5173         (testsuite): Make sure autotest.m4f is up-to-date before using it.
5175 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
5177         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
5178         expression of unbounded size when processing the --list
5179         option.  This runs afoul of a limit of 399 bytes per regular
5180         expression on AIX.  Problem reported by Ralf Wildenhues.
5182 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
5184         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
5185         * doc/autoconf.texi (Particular Headers): Reword example
5186         for multiline stdbool replacement.
5187         (Setting Output Variables): Reword text a bit.  Don't
5188         give all the details about |#_!!_#|.
5189         Reword description of line replacement.
5191 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
5193         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
5194         now contain newlines, and substituted files must be referenced on
5195         a line alone; the sed scripts to substitute them are now very
5196         different.
5197         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
5198         commands can be put in a sed script portably.
5199         * doc/autoconf.texi (Setting Output Variables): Document above
5200         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
5201         use of multiline substitution.
5202         * tests/torture.at: No longer expect substitution of newline to fail.
5204 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
5206         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
5207         From Ralf Menzel (trivial change).
5209 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
5211         * tests/local.at: Don't attempt to check for negated character
5212         classes in shell scripts.  The test was too brittle.
5214 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
5216         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
5217         * doc/autoconf.texi (Limitations of Builtins): Document this
5218           limitation.
5220 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
5222         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
5223           common code; used in many places in the tree.
5224         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
5225         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
5227         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
5229         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
5230           messages when ac_unique_file is not found.
5231         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
5232         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
5233           commands, for consistency with AC_MSG_ERROR and such.
5235         * bin/autoconf.as: Make more use of "shift 2" in option processing.
5237         * bin/Makefile.am: Merge the two rules for creating scripts.
5239 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
5241         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
5242         obsolete; it was never documented.
5243         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
5245 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
5247         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
5248         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
5249         (ac_top_builddir): ... this ...
5250         (ac_top_build_prefix): ... to this; the old name is also kept, for
5251           backward compatibility.
5252         (ac_top_builddir_sub): New variable, without the trailing slash,
5253           always nonempty.
5254         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
5255         * doc/autoconf.texi (Configuration Actions): Rename
5256           ac_top_builddir to ac_top_build_prefix.
5257         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
5258           at_top_builddir to at_top_build_prefix.
5259         * lib/autotest/general.m4 (AT_INIT): Likewise.
5261 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
5263         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
5264           of confdefs.h .
5266 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
5268         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
5269           argument to m4_foreach.  I guess it was necessary in the past,
5270           but I think it's a no-op now.
5272 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
5274         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
5275           ``cat <<_ACEOF'' commands to one.
5276         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
5277         * lib/autoconf/status.m4: On various places, use expr instead of
5278           ``echo|sed.''
5279         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
5280         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
5281         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
5282           a range.
5283         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
5284           the wrong patterns between ``case'' and ``esac.''  The previous
5285           code had false positives.
5287 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
5289         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
5290         as on 2005-05-02.
5291         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
5292         Mention LIBOBJDIR.
5294 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
5296         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
5297         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
5298         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
5299         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
5300         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
5301         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
5302         config/config.guess, config/config.sub, config/elisp-comp,
5303         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
5304         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
5305         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
5306         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
5307         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
5308         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
5309         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
5310         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
5311         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
5312         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
5313         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
5314         lib/autoconf/general.m4, lib/autoconf/headers.m4,
5315         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
5316         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
5317         lib/autoconf/specific.m4, lib/autoconf/status.m4,
5318         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
5319         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
5320         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
5321         lib/autotest/general.m4, lib/emacs/Makefile.am,
5322         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
5323         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
5324         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
5325         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
5326         tests/compile.at, tests/foreign.at, tests/fortran.at,
5327         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
5328         tests/semantics.at, tests/suite.at, tests/tools.at,
5329         tests/torture.at, tests/wrapper.as:
5330         Update FSF postal mail address.
5332 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
5334         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
5335           check.
5336         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
5337           enough arguments, similarly as in m4_bpatsubsts.
5339 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
5341         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
5342           of absolute paths.
5344 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
5346         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
5347           for absolute directory names in one loop.
5348         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
5349           abbreviations of --version and --debug.
5351 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
5353         * doc/autoconf.texi (Autoconf Language): Be more precise about
5354         quoting rules.  Problems noted by Stepan Kasal.
5355         Also, throughout this document, be more careful about white space.
5356         "blank", "white space", and "space" all have different meanings
5357         and we should be careful to say what we mean.
5359 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
5361         Fix C++ related problems reported by Werner Lemberg.
5362         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
5363         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
5364         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
5365         avoid problems with C++ and throw.
5366         * tests/compile.at: .cpp, not .cc.
5368         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
5370 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5372         * doc/autoconf.texi (Generic Functions): Typos.
5374 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
5376         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
5377         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
5378         set by latest automake.
5380 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
5382         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
5383         outputs 0 on GNU/Linux these days.
5385 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
5387         * doc/autoconf.texi (Autoconf Language): Add more description
5388         about quoting heuristics.
5389         (Limitations of Builtins): Describe "set -" problems.
5391 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5393         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
5394         not newline.
5396         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
5397         by AC_DEFINE; it was a mistake.
5398         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
5400 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
5402         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
5404 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
5406         * doc/autoconf.texi (External Software): Quadrigraphs are not
5407           processed correctly in AS_HELP_STRING; avoid this in the examples.
5408         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
5409         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
5410           comment and reduce m4_default([foo], []) to [foo].
5411         (m4_strip): Update the explanation.
5413 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
5415         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
5416         Remove core.conftest.* too; it's generated by Tru64 5.1.
5417         Problem reported by Jennis Pruett.
5418         * lib/autoconf/functions.m4
5419         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
5420         Don't bother to remove core files; AC_RUN_IFELSE should do that
5421         for you.
5423 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
5425         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
5427 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
5429         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
5430         Report from Horst Wente.
5432 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
5434         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
5435           the comment.
5437 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
5439         * doc/autoconf.texi (External Software, Package Options): Add
5440           examples showing how to implement --with-* and --enable-* options.
5442 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5444         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
5445         as well as configure.in.  Problem reported by Gregorio Guidi.
5447 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5449         * doc/autoconf.texi (Particular Functions): Use gnulib's current
5450         pattern for alloca snippet.
5452 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
5454         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
5456 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
5458         * doc/autoconf.texi (Generic Programs): Fix a typo.
5460 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
5462         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
5463         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
5465 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5467         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
5468         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
5469         whole-archive (-zallextract, -zdefaultextract) options in the hope of
5470         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
5471         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
5473 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
5475         * NEWS: The configure command now warns you if you attempt to use
5476         a directory whose name contains a special character like space,
5477         newline, or "\".
5478         * doc/autoconf.texi (Installation Directory Variables): Allow
5479         "," in file names.  Do not use \@; it's not a portable regexp.
5480         * bin/Makefile.am (edit): Likewise.
5481         * lib/Makefile.am (edit): Likewise.
5482         * tests/Makefile.am (edit): Likewise.
5483         * tests/semantics.at: Likewise.
5484         * tests/torture.at: Likewise.
5485         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
5486         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
5487         * doc/autoconf.texi (File System Conventions): Warn about
5488         unportable file names.
5489         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
5490         (AC_INIT): Use it.
5491         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
5492         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
5493         ac_pwd, and quote srcdir.
5494         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
5496         * doc/autoconf.texi: Fix some systematic formatting problems.
5497         ".)"  needs a following @: if not at the end of a sentence, and
5498         similarly for "!)".  "etc." should be preceded by a comma.
5499         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
5501 2005-03-22  Bruno Haible  <bruno@clisp.org>
5503         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
5504         argument is often called 'build-aux'.
5506 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
5508         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
5509           macro AC_TRY_LINK is obsolete.
5510         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
5511           `AC_CONFIG_FILES'.
5513 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
5515         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
5516           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
5517           from a Common Lisp's `cl'.
5518         (AC_PROG_CXX): Behave according to the documentation: don't
5519           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
5520           make the variable CCC precious; use `cl.exe', not `cl'.
5522 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
5523             Alexandre Duret-Lutz  <adl@gnu.org>
5525         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
5526         /dev/null, as "configure" shouldn't read stdin, and this insulates
5527         us from problems (e.g., when testing for "cl").  Also, do this
5528         redirection before invoking "hostname" or "uname", and keep the
5529         original input stream available via...
5530         (AS_ORIGINAL_STDIN_FD): ... this new macro.
5531         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
5532         bother with "</dev/null" since it's now done at the top of
5533         'configure'.
5534         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
5535         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
5536         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
5537         * doc/autoconf.texi (File Descriptor Macros): New section.
5538         (Printing Messages): Mention it.
5539         * tests/base.at (Input/Output): New test.
5541 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
5543         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
5544         newline if neither \c nor -n work, as that would output two
5545         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
5547 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
5549         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
5550         This causes that any required macros inside will get before the if.
5551         * doc/autoconf.texi (autom4te.cache): A typo.
5553 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5555         Undo previous change, except keep the change to
5556         lib/autoconf/programs.m4 that replaced grep with shell
5557         pattern-matching.  This is because net-snmp configure reads stdin.
5558         Reported by Noah Misch.
5560 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
5562         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
5563         from /dev/null, as "configure" shouldn't read stdin, and this
5564         insulates us from problems (e.g., when testing for "cl").
5565         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
5566         before invoking "hostname" or "uname".
5567         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
5568         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
5569         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
5570         "</dev/null" since it's now done at the top of 'configure'.
5571         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
5572         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
5573         Also, replace grep with shell pattern-matching, to save a process.
5575 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
5577         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
5578         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
5579         avoid thinking that Allegro Common Lisp's "cl" command is a C++
5580         compiler.
5582 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
5584         * doc/autoconf.texi (Limitations of Usual Tools): Document that
5585         grep -q isn't portable.  Improve grep -s explanation.
5586         Problem reported by Dan Manthey.
5588 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
5590         * doc/autoconf.texi (Special Shell Variables): Clarify
5591         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
5593 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5595         * doc/autoconf.texi: Use @acronym for DJGPP.
5596         Fix some @code's that should have been @env's, and vice versa.
5597         Sort environment variable names.
5598         Mention that shells no longer inherit IFS.
5599         Don't recommend PATH_SEPARATOR=';' so strongly.
5600         Mention that $RANDOM might expand to the empty string.
5601         "symlink" and "soft link" -> "symbolic link".
5602         Improve mktemp description (reported by Bruno Haible).
5604 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5606         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
5607         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
5608         Likewise.
5609         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
5610         Likewise.
5612 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5614         * NEWS: Mention AT_COPYRIGHT.
5616         * tests/local.at (AT_CMP): Use diff directly on input files rather
5617         than copying them.
5619         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
5620         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
5622 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
5623         and Paul Eggert  <eggert@cs.ucla.edu>
5625         * tests/autotest.at (Empty test suite): New test.
5626         * tests/torture.at (Substitute and define special characters)
5627         (Substitute a 2000-byte string, Define to a 2000-byte string)
5628         (Substitute a newline, Define a newline): New tests.
5630 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
5632         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
5633         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
5634         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
5635         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
5636         (Standard regular expressions): New test.
5637         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
5638         excess test name quoting.
5639         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
5640         CPPFLAGS to `configure' instead of setting it in `configure'.
5642         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
5643         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
5644         on some platforms.
5646         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
5647         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
5649         * tests/local.at (AT_CMP): New macro.
5650         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
5651         (AC_SAVE_STATE): Move environment grep...
5652         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
5653         (AT_CONFIG_CMP): New macro.
5654         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
5655         * tests/c.at (Extensions): Do not exit early.
5656         * tests/atlocal.in: Inherit $GREP.
5658         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
5659         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
5661         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
5662         (AC_COPYRIGHT): Factor header comment portion out and move into...
5663         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
5664         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
5665         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
5666         --version output.
5667         * tests/local.at: Add Autoconf test suite copyright notice.
5668         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
5670 2005-02-04  Bruno Haible  <bruno@clisp.org>
5671         and Paul Eggert  <eggert@cs.ucla.edu>
5673         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
5675 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5677         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
5678         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
5680         Try not to generated lines of unlimited length, as POSIX places a
5681         2047-byte limit on line length of portable text files.
5682         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
5683         Use newline as a separator, not space.
5684         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
5685         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
5686         space.
5688 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5690         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
5691         as_func_*.  Add test to check whether positional parameters
5692         are restored after function return.
5694 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5696         * doc/autoconf.texi (Special Shell Variables): Mention _,
5697         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
5698         if they contain a lower-case letter.  The DUALCASE problem was
5699         reported by Ralf Wildenhues.
5701         * bin/autoconf.as: Don't exit with status 0 after write failure
5702         with --help or --version.
5703         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
5704         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
5706 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5708         * doc/autoconf.texi (Limitations of Usual Tools):
5709         Unicos 9 sed limitations.
5710         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
5711         to get the option-enhanced interface on older Crays.  Try ftn for
5712         Fortran 95 (newer Crays).
5714 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5716         * man/Makefile.am (.x.1): Go back to the simple solution, but take
5717         care to echo the commands, so the user knows what's going on.
5718         Modified from a suggestion by Stepan Kasal.
5720         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
5721         with a cross reference.  Derived from a suggestion by Bruce Korb.
5723 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5725         * doc/autoconf.texi (config.status Invocation): Warn about
5726         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
5727         * doc/install.texi (Defining Variables): Likewise.
5728         Based on a proposed patch by Ralf Wildenhues.
5730         * man/Makefile.am (.x.1): Make sure the required generated files
5731         are up to date.  Problem and original solution proposed by Stepan Kasal.
5732         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
5733         implicit-man-prerequisites): New rules, used by the above.
5735         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
5736         * config/config.guess, config/config.sub, config/install-sh: Likewise.
5737         * config/missing, config/texinfo.tex: Likewise.
5739 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
5741         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
5742         Update the long comment explaining it.
5744         m4_require no longer writes an ``is required by'' line to the
5745         execution stack.  It contains only one bit of non-redundant
5746         information: that the macro was required, not called.  And even
5747         this bit is useless in most situations: have you ever met a macro
5748         which both calls and requires the same macro?
5750         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
5751         (_m4_defun_pro_outer): ... only via this macro, for the outermost
5752           macro.
5753         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
5754         (m4_expansion_stack_pop): Remove the misplaced comment.
5755         (m4_require): Don't put the ``is required by'' line to the
5756           execution stack; slightly improve the out-of-a-defun error message.
5757         (_m4_divert_grow): New macro, counter for the temporary diversions.
5758         (_m4_require_call): Use it.
5759         * tests/m4sugar.at (m4_require): Expect output without the
5760           ``is required by'' messages.
5762 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
5764         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
5765         rather than x for expr.
5767         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
5768         this is safe.
5769         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
5770         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
5771         * lib/autotest/general.m4 (AT_INIT): Likewise.
5772         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
5773         * tests/mktests.sh: Likewise.
5775 2005-01-27  Akim Demaille  <akim@epita.fr>
5777         Have autoheader honor --force.
5779         * doc/make-stds.texi, doc/standards.texi: Update from masters.
5780         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
5781         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
5782         from masters, so that FileUtils.pm's update_file provide --force
5783         support.
5784         * bin/autoheader.in: Pass $force to update_file so that
5785         config.h.in is always recreated when --force.
5787 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
5789         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
5791 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
5793         * doc/autoconf.texi (Limitations of Builtins): Clarify that
5794         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
5796 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
5798         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
5799         Warn about newline stripping in `` and $().  Update Solaris
5800         version to 9.
5801         (Limitations of Builtins): Use expr "X...", not expr "x...", as
5802         X insulates us from future changes to Posix.
5803         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
5804         stripping.
5806 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
5808         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
5809           you cannot use AC_DEFINE to define macros containing `[' or `]'.
5811 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
5813         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
5814         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
5815         bug-tar mailing list.
5817 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
5819         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
5821 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5823         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
5824         ulongval to be static, to avoid unwanted GCC warning.  Problem
5825         reported by Michael Jennings via Daniel Reed; see
5826         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
5828 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
5830         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
5831         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
5832         datadir, infodir, and mandir.  Adjust argument parsing code.
5833         (_AC_INIT_HELP): Update help text.
5834         * doc/autoconf.texi (Installation Directory Variables): Document
5835         new variables.
5837 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
5839         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
5840         not seem to work, assume it does set $(MAKE).
5841         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
5843 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5845         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
5847 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5849         A cleanup of the diversion support in m4sugar.
5851         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
5852         (_m4_divert_n_stack): New macro; the expansion is
5853           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
5854           otherwise.
5855         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
5856         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
5857           stored in _m4_divert_diversion or _m4_divert_dump.
5858         (m4_divert_pop): When the parameter is given, compare the symbolic
5859           name with the last diversion pushed on the stack.  Previously, the
5860           current diversion was compared with the numeric value of the
5861           diversion given as the parameter.
5862         (m4_require): If the macro hasn't been expanded yet, call ...
5863         (_m4_require_call): this new macro.
5865 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5867         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
5868         Workarounds for documented `case' limitations.
5870 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
5872         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
5873         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
5875 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
5877         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
5878         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
5879         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
5881         Patch from Roger Leigh (with some minor changes) as follows:
5882         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
5883         Resurrect AC_PROG_CC_STDC.
5884         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
5885         AC_PROG_CC_C89, AC_PROG_CC_C99.
5886         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
5887         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
5888         AC_PROG_CC_C99): New macros.
5889         (AC_PROG_CC_STDC): Use them.
5890         (_AC_PROG_CC_STDC): Remove.
5891         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
5892         * THANKS: Add Roger Leigh.
5894 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5896         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
5897         signals that the package uses Automake; a `Makefile.am' is typical but
5898         not essential.  Reported by Magnus Therning.
5899         * tests/torture.at (autoreconf.): New banner.
5900         (autoreconf and non-AC configure): Rename to `Non-Autoconf
5901         AC_CONFIG_SUBDIRS'.
5902         (autoreconf an empty directory): Rename to `Empty directory'.
5903         (Unusual Automake input files): New test.
5905 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5907         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
5908         (AT_SETUP): Clear AT_capture_files.
5909         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
5910         (AT_KEYWORDS): Fix comment typo.
5911         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
5912         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
5913         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
5915 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
5917         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
5918         If the variable to set is already set, set ac_cv_path_$1
5919         to the preset value so caller can assume ac_cv_path_$1
5920         is available.  (trivial change)
5922 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
5924         * BUGS (Minor Problems): Warn about makefile limitations.
5925         * Makefile.am: Find and update `INSTALL' in $(srcdir).
5926         * man/Makefile.am: Find and update manual pages in $(srcdir).
5928 2004-12-24  Eric Blake  <ebb9@byu.net>
5930         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
5931         shells in subshell, to avoid noise from ash.  (trivial change)
5933 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5935         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
5936         problems with SunOS ksh and backslash escaping, Bourne shells and
5937         closing brackets (both within character classes).  Bug reported
5938         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
5939         <read>: New entry.  Mention non-availability of -r.
5941 2004-12-21  Akim Demaille  <akim@epita.fr>
5943         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
5944         avoid cluttering displayed messages.  Rather, prepend srcdir where
5945         AT_LINE is used for log files.
5947 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
5949         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
5950         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
5951           no longer part of the macro, quote the occurrence of ``$tmp''.
5952         * doc/autoconf.texi (Forbidden Patterns): Typo.
5954 2004-12-21  Akim Demaille  <akim@epita.fr>
5956         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
5957         separated from the test title by forcing a white space.
5959 2004-12-21  Akim Demaille  <akim@epita.fr>
5961         Enable Emacs navigation within testsuite.log files.
5963         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
5964         use the compilation mode.
5965         (AT_LINE): Point to the srcdir.
5967 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
5969         * tests/Makefile.am (installcheck-local): Use $(bindir).
5970         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
5971         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
5972         Makefile.am scheme Autoconf now uses.
5974 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5976         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
5977         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
5979 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
5981         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
5982         (_AT_CHECK): Use it.
5983         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
5984         (AS_ESCAPE): Fix comment.
5985         * tests/autotest.at: Adjust section banner comments.
5986         (AT_CHECK_AT): Accept STATUS and STDERR.
5987         (AT_CHECK_AT_TEST): Likewise.
5988         (Invalid brace-enclosed parameter expansion)
5989         (Multiline command from M4 expansion)
5990         (Double-M4-quoted command): New tests.
5992 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
5994         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
5996 2004-12-17  Akim Demaille  <akim@epita.fr>
5998         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
5999         m4_pattern_allow.
6000         Suggested by Alexandre Duret-Lutz.
6001         * doc/autoconf.texi (Setting Output Variables): Catch up.
6003 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
6005         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
6007 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
6009         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
6010           remove the comment which said we cannot.
6012 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
6014         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
6015         Reini Urban and Paul Eggert for reporting the dependencies.
6017         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
6018         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
6019         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
6021 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
6023         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
6024           so that eg. ``autoscan --help'' doesn't truncate it.
6026 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
6028         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
6029         generated conftest files.
6031 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
6033         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
6034         tracing on commands with possibly-escaped newlines.
6035         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
6036         discontinued behavior and its implications.
6037         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
6038         (BSx641-newline in command, BS-BS-newline in command)
6039         (BSx640-newline in command, Newline-CODE-BS-newline in command)
6040         (Single-quote-BS-newline in command)
6041         (Single-quote-newline-BS-newline in command): New tests.
6043 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
6045         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
6046           on platforms where it works.
6047         (_AS_TEST_PREPARE): Test for ``test -x''.
6048         (_AS_BROKEN_TEST_PREPARE): Nuke.
6050 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
6052         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
6053         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
6054           give only 4-letter prefix to AS_TMPDIR, comment fixed.
6055         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
6056           create the temporary directory.
6057         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
6059 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
6061         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
6062         (trivial change)
6064 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
6066         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
6068 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
6070         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
6071         to avoid using a negated character class.  Reported by Nicolas Joly.
6072         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
6074 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
6076         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
6077         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
6078         Don't depend on .x file explicitly, since "make" does that for us.
6079         Suggested by Stepan Kasal.
6081         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
6082         Add *.tmp.
6083         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
6084         ifnames): Factor common code.  And they said it couldn't be done!
6086 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
6088         * bin/.cvsignore: Add autoconf.in.
6089         * tests/.cvsignore: Add wrapper.in.
6090         * lib/autotest/general.m4: Escape '$' in case pattern.
6092 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
6094         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
6096         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
6098         * tests/autotest.at: New file.
6099         * tests/suite.at: Include it.
6100         * tests/Makefile.am: Distribute it.
6102         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
6103           shell tracing on a command that could contain multiple lines.
6104         * doc/autoconf.text: Document that fact and its implications.
6105         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
6106         * tests/autotest.at (Multiline backquote command substitution,
6107           Multiline parameter expansion, Literal multiline command,
6108           Multiline parenthetical command substitution): Remove XFAIL.
6110 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
6112         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
6113         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
6115 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
6117         * configure.ac (test suite): Cease to generate wrapper scripts.
6118         * configure: Regenerate.
6119         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
6120         (m4f_dependencies): Adjust accordingly.
6121         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
6122         (wrapper.in): Generate it in the build directory.
6123         (MAINTAINERCLEANFILES): Delete wrapper.in.
6124         (CLEANFILES): Add wrapper.in.
6125         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
6126         the output.  Replace each $as_me with a @wrap_program@.
6127         * tests/wrapper.in: Delete it; we always build it.
6129         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
6130         (EXTRA_DIST): Remove autoconf.in.
6131         (CLEANFILES): Add autoconf.in.
6132         (autoconf): Find autoconf.in in the build directory.
6133         * bin/autoconf.in: Delete it; we always build it.
6135 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
6137         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
6138         PATH members so as to not prepend an empty element.  Move a comment.
6139         * Makefile.am (SUBDIRS): Build in `tests' last.
6140         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
6142 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
6144         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
6145         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
6146         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
6147         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
6149 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
6151         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
6152         patch: extra "-l"s.
6154 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
6156         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
6157         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
6158         * doc/autoconf.texi (Particular Functions): Mention new behavior.
6160 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
6162         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
6163           out the common code to ...
6164         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
6165           value of the #define--default to 1, iff the macro was called
6166           with exactly one parameter.
6168 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
6170         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
6171         "char c = '\200';" rather than "char c = 0x80;" as the
6172         latter doesn't conform to the strict C standard due to
6173         overflow on signed char hosts.
6175         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
6176         to -qlanglvl=ansi.  We don't want to disable extensions.
6178 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
6180         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
6181         (Using Autotest, testsuite Scripts, Writing testsuite.at):
6182         Reword slightly to avoid some English-language problems noted
6183         by Ralf Wildenhues in:
6184         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
6186 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
6188         * NEWS: Add ^L above each release.
6190 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
6192         Fix documentation problems reported by Russ Boylan in
6193         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
6194         along with some nearby cruft.
6195         * doc/autoconf.texi (Libtool): Libtool can be used without
6196         Automake (not without Autoconf).
6197         (Introduction): Mention lists.gnu.org.
6198         * BUGS: Don't mention bugs.gnu.org.
6199         Remove mention of ancient libtool compatibility problem.
6200         * NEWS: Mention that bugs.gnu.org is kaput.
6201         * README: Likewise.  Mention where mailing list archives can be found.
6203 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
6205         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
6207 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
6209         * doc/autoconf.texi (Pretty Help Strings): Go back to
6210         single-quoting assignments to cache variables.
6212 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
6214         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
6215         with the examples; fix the bug in MY_ARG_WITH example reported
6216         by Alexandre Duret-Lutz.
6217         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
6218         expansion of $1 in the comment emitted to configure.
6220 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
6222         * doc/autoconf.texi (Pretty Help Strings): Fix typo
6223         in my editing of the previous patch.  Problem reported
6224         by Alexandre Duret-Lutz.
6226 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
6228         * doc/autoconf.texi (Autoconf Language): Explain that
6229         ``descriptions'' may not be double quotes.
6230         (Quotation Rule Of Thumb): Likewise.
6231         (Pretty Help Strings): Likewise; remove the wrong comment;
6232         simplify the examples and improve their quoting.
6234 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
6236         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
6237         the $1_found variable, don't test whether the file is executable;
6238         Both things are checked ...
6239         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
6240         the former ``test -f''.
6241         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
6243 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
6245         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
6246         use cp -R instead.
6248 2004-11-10  Derek R. Price  <derek@ximbiot.com>
6250         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
6251         limitations.  Reorder paragraphs for clarity.
6253 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6255         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
6256         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
6257         variants", "Unix", and some related minor wording fixups.
6259         (Shellology, Special Shell Variables): Document that the Zsh
6260         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
6261         to Alexandre Duret-Lutz for this info.
6263 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
6265         * doc/autoconf.texi (One-Shot Macros): New node.
6267 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
6269         * doc/autoconf.texi (Function Portability): Fix misdescription
6270         of putenv.  Problem reported by Michael Wardle.
6272 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
6274         * doc/autoconf.texi (auindex): New macro.
6275         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
6276         Problem reported by Stepan Kasal.
6278 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
6280         Fix problems reported by Andreas Buening in:
6281         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
6282         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
6283         in test makefile.
6284         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
6285         readable; it's not true in OS/2-emx.
6287 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
6289         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
6290         "/usr/include", clear ac_x_includes instead of leaving it as "no"
6291         (trivial change).  Problem and patch reported by Andrew Church in:
6292         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
6294 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
6296         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
6297         three args in examples.  Problem reported by Frederik Fouvry in:
6298         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
6299         Also, fix some minor spacing and punctuation bugs.
6301 2004-09-02  Akim Demaille  <akim@epita.fr>
6303         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
6304         "case" to restore ordering.
6305         Reported by Stepan Kasal.
6307 2004-08-26  Akim Demaille  <akim@epita.fr>
6309         * doc/autoconf.texi: Minor typos and stylos.
6311 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6313         * configure.ac (AC_INIT): Bump to 2.59c.
6315 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6317         Version 2.59b.
6319         * README: Add advice about m4 1.4.2.
6321         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
6322         texinfo.tex for now (done by hand now).
6323         * Makefile.maint (wget_files, cvs_files):
6324         Remove ansi2knr.c; nobody uses it.
6325         (ansi2knr.c-url_prefix): Remove.
6326         (cvs-update): Fix test for failure.  I don't know why it ever
6327         worked...
6329         * doc/autoconf.texi: Update URLs, some of which went stale.
6330         Use @uref rather than @href.
6332         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
6333         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
6335         * config/config.guess, config/config.sub, config/elisp-comp,
6336         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
6337         doc/fdl.texi, doc/standards.texi: Sync with master copy.
6339         * NEWS, TODO, configure.ac, bin/autoscan.in,
6340         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
6341         doc/install.texi, lib/Autom4te/Configure_ac.pm,
6342         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
6343         lib/autoconf/programs.m4, lib/autoconf/status.m4,
6344         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
6345         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
6346         tests/tools.at, tests/torture.at:
6347         Use "file name" rather than "filename" or "path",
6348         to be consistent with the terminology of the GNU coding standards.
6350 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6352         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
6353         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
6354         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
6355         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
6357         More fixes to support spaces in the name of the build directory.
6358         This isn't a complete fix but it's an improvement.
6360         * bin/autoconf.as (autom4te_options): New var.
6361         Use it instead of appending to AUTOM4TE, so that we can allow
6362         spaces in the build directory's absolute name.
6363         * bin/autoheader.in ($autoconf): Allow spaces in file names.
6364         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
6365         AT_CHECK_NOESCAPE): Likewise.
6366         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
6367         main program): Likewise.
6369 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6371         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
6372         From Ralf Corsepius in:
6373         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
6375 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
6377         * doc/autoconf.texi (Function Portability): Document isinf and
6378         and isnan.  From a suggestion by Kevin Ryde.
6380         * lib/Autom4te/General.pm (END): Return correct exit status even
6381         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
6383 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6385         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
6386         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
6387         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
6389 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
6391         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
6392         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
6393         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
6394         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
6395         * lib/autom4te.in (Automake-preselections): Preselect
6396         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
6398 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
6400         * lib/autom4te.in (Automake-preselections): Preselect
6401         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
6402         trace them.
6404 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
6406         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
6407         Tru64.
6408         * doc/autoconf.texi (Shellology): Mention BIN_SH.
6409         Document problem with "`""`" in pdksh POSIX mode.
6411 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
6413         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
6414         with pdksh, too.  Problem reported by Patrick Welche via
6415         Gary V. Vaughan.
6416         * doc/autoconf.texi (Shellology): Note that set -o posix is
6417         useful for pkdsh, too.
6419 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
6421         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
6422         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
6423         Don't fail if ENV or BASH_ENV is readonly.
6424         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
6425         etc. are read only.  Problem reported by Ludovic Courtes.
6427 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
6429         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
6430         zsh, disable GLOB_SUBST to avoid backslash handling problems.
6431         (trivial change)
6433 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
6435         * doc/autoconf.texi (File System Conventions): Warn about
6436         names like "aux".  Problem reported by Eric Blake.
6438         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
6439         by zero instead of array size, so that we can use any arithmetic
6440         constant expression (instead of requiring an integer constant
6441         expression).  This allows us to test expressions like DBL_MAX <
6442         LDBL_MAX, which didn't conform to the C standard using the old
6443         method.
6444         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
6445         now that we can do floating-point tests at compile time.
6447 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
6449         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
6450         and LDBL_EPSILON, as the resulting expression isn't an
6451         integer constant expression and violates the C standard.
6452         Problem reported by Nelson H. F. Beebe.  Also, check
6453         for "L" suffix, and check that long double doesn't have
6454         worse range or precision than double, that mixed-mode
6455         arithmetic doesn't generate a diagnostic, that double
6456         constants fit in long double.
6458 2004-06-03  Kevin Ryde  <user42@zip.com.au>
6460         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
6461         malloc(0) and realloc(NULL,size).
6463         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
6464         Bob Proulx.
6466 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
6468         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
6469         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
6470         by Jim Meyering.
6472 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
6474         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
6475         can be rewritten using if-then-else.  Suggested by Bruno Haible.
6477 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
6479         * doc/autoconf.texi (testsuite Scripts): Fix typo.
6480         Problem reported by Stepan Kasal.
6482 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
6484         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
6485         change).  Patch reported by Ralf Wildenhues in
6486         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
6488         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
6489         function F exists if the compiler and linker let you compile an
6490         expression like (F != 0).  Recent versions of GCC optimize away
6491         the reference to F in that case, since every function address must
6492         be nonzero, so the link succeeds even if F does not exist.
6493         Problem reported by Manu in
6494         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
6496         * doc/autoconf.texi (Systemology): Standardize on the spelling of
6497         "Unix".  Many uses changed.
6498         (Limitations of Builtins): Explain better why the ! command isn't
6499         portable.
6501 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
6503         * lib/autom4te.in (Automake-preselections): Preselect
6504         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
6506 2004-05-19  Kevin Ryde  <user42@zip.com.au>
6508         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
6509         referencing AC_FUNC_STRERROR_R.
6511         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
6512         note pessimistic assumption when cross compiling.
6514 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
6516         * doc/autoconf.texi (Limitations of Make): Note that BSD make
6517         (until 2004) invoked subcommands with sh -e, contra POSIX.
6518         Reported by Kevin Ryde.
6520 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
6522         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
6523         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
6524         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
6525         `test -f "        /usr/bin/grep"', which _always_ failed.
6526         (AC_PROG_SED): Ditto bogus PATH fix.
6527         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
6528         requires that grep correctly supports _multiple_ `-e' options, rather
6529         than stating only that grep should accept `-e'.
6531 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
6533         Port to C99, which requires that 'exit' be declared.
6535         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
6536         to ensure that stdlib.h is included.
6537         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
6538         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
6539         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
6540         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
6541         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
6542         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
6543         when using 'exit' in a test; C99 requires that 'exit' be declared.
6545 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6547         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
6548         now prefers 'grep' implementations that accept -e.
6549         (Limitations of Usual Tools): Describe problems of traditional
6550         egrep and fgrep with long input lines, and of traditional grep
6551         with -e.
6552         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
6553         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
6554         All callers changed.  Append /usr/xpg4/bin to the PATH, for
6555         Solaris.
6556         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
6557         the user with complaints about multiple -e options.
6558         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
6559         Define it with AC_PROG_GREP.
6560         * configure.ac (AC_PROG_GREP): Add.
6561         * lib/freeze.mk (GREP): New macro.
6563 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
6565         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
6566         a possible candidate only after all others fail, rather than
6567         consulting it first.  This improves backward compatibility by
6568         better reflecting the way shell selection occurred in previous
6569         versions of Autoconf, and should help to avoid triggering latent
6570         problems in other packages, such as the one in Automake where zsh
6571         is not handled robustly:
6572         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
6573         Although it is not Autoconf's responsibility to work around
6574         problems in Automake, it nevertheless makes sense to avoid
6575         introducing unnecessary incompatibilites.
6577 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
6578             Gary V. Vaughan  <gary@gnu.org>
6580         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
6581         how deeply nested we are when a suitable tool is found, set the
6582         ac_path_TOOL_found flag.
6583         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
6584         nested we are in this macro.  Break out of all 3 nested loops if
6585         ac_path_TOOL_found is set.
6587 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
6589         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
6590         of the _AS_PATH_WALK loop too if GNU flavor is found.
6592 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
6594         * doc/autoconf.texi (Limitations of Make): Update documentation
6595         for `$<'.  New entry `Long lines', based on a report from Simon
6596         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
6597         paragraph about DJGPP, based on a mail from Richard Dawe.
6599 2004-04-20  Paul Eggert  <eggert@twinsun.com>
6601         * tests/c.at (C keywords): Don't assume that GCC supports
6602         "restrict" and "inline", as sufficiently-old GCC versions do not
6603         (also, GCC configured to be in pedantic C89 mode does not).
6604         Problem reported by Sumit Pandya in:
6605         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
6607         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
6608         consider -g to work if it generates warnings when plain compiles
6609         don't.  Problem reported by Braden McDaniel in:
6610         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
6612         * doc/autoconf.texi (Slashes): New section, to document a problem
6613         reported by Jim Meyering in:
6614         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
6616         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
6617         linker output files before linking, to work around IRIX 6 linker bug.
6618         Problem reported by Rainer Orth in:
6619         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
6621 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
6623         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
6624         best tool so far counter rely on the tool path variable name to
6625         avoid checks for one tool being affected by the results of running
6626         the length check on a previous tool.
6628         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
6629         match expression argument, as different greps have different
6630         regular expression flavours.
6631         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
6632         literals.
6633         (AC_PROG_EGREP): Pass 'EGREP$'.
6634         (AC_PROG_GREP): Pass 'GREP$'.
6636 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
6638         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
6639         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
6641 2004-03-29  Paul Eggert  <eggert@twinsun.com>
6643         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
6644         Types, Specific Compiler Characteristics, System Services,
6645         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
6646         etc. consistently instead of 'long', 'short', 'unsigned' etc.
6647         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
6648         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
6649         Likewise.
6650         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
6651         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
6652         AC_TYPE_OFF_T): Likewise.
6653         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
6654         Likewise.
6656         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
6657         pacify libtool 1.5.2.  Fix quoting problems in sed command.
6659 2004-03-28  Paul Eggert  <eggert@twinsun.com>
6661         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
6662         now defines HAVE_DECL_TZNAME if it is declared, when
6663         HAVE_STRUCT_TM_TM_ZONE is not defined.
6664         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
6665         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
6666         for HAVE_TZNAME.
6668 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
6670         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
6671         superfluous backslashing of quotes (") in sed expressions;
6672         thanks to Paul Eggert.
6674 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
6676         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
6677         Fortran compiler is ifort, also added pghpf; thanks to Nelson
6678         H. F. Beebe for the bug report.
6680 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
6682         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
6683         quoted -cmdline argument in Portland Group compiler (bug
6684         reported by Jeffrey J. Barteet).
6686 2004-03-25  Kevin Ryde  <user42@zip.com.au>
6688         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
6689         (Run Time): ... here, where it's now mentioned.
6691 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
6693         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
6694         inherits from language Autoconf-without-aclocal-m4.
6695         (Customizing autom4te): Adjust example; the cache must now be
6696         disabled for language Autoconf-without-aclocal-m4.
6698 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
6699             Nathanael Nerode  <neroden@twcny.rr.com>
6701         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
6702         AC_CHECK_TOOLS): Warn if a cross-tool is found without
6703         a prefix.
6704         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6705         AC_CHECK_TARGET_TOOLS): New macros.
6706         * doc/autoconf.texi (Generic Programs): Document
6707         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6708         AC_CHECK_TARGET_TOOLS, and warn for future changes
6709         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
6710         AC_CHECK_TOOLS.
6711         (Specifying Names): Document the reason for these future
6712         behavioral changes.
6713         * tests/mktests.sh: Do not generate tests for the
6714         new macros.
6715         * NEWS: Document these changes.
6717         * doc/autoconf.texi: Avoid macros with unbraced arguments,
6718         they make TeX hang up.
6720 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
6722         * NEWS: New macro AC_CHECK_ALIGNOF.
6723         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
6724         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
6725         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
6726         vowel.
6727         (AC_CHECK_ALIGNOF): New macro.
6728         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
6729         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
6730         those for sizeof.
6732 2004-03-03  Paul Eggert  <eggert@twinsun.com>
6734         * bin/Makefile.am (edit): Don't use $< in a context where
6735         POSIX doesn't require support for it.  Use $@.in instead.
6736         Problem reported by Anthony N. Frasso in
6737         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
6738         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
6740 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
6742         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
6743         from the next generation of Libtool.
6744         * lib/autom4te.in (Autoreconf-preselections): Ditto.
6746 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
6748         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
6749         is not always thread-safe.  Report from Nathanael Nerode.
6751 2004-02-18  Paul Eggert  <eggert@twinsun.com>
6753         Fix a dependencies problem, stemming from a Autoconf 2.59 build
6754         problem on QNX reported by Stephen Rasku in
6755         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
6757         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
6758         $(m4sh_m4f_dependencies); this removes a FIXME.
6759         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
6760         (MAINTAINERCLEANFILES): Split into pieces,
6761         one per related section.  Add $(srcdir)/wrapper.in.
6763 2004-02-09  Paul Eggert  <eggert@twinsun.com>
6765         * doc/autoconf.texi (Setting Output Variables): Emphasize that
6766         AC_SUBST provides no portable way to escape literal newlines.
6768         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
6769         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
6770         Darwin uses -lcrt2.o and there's little point to cataloging all
6771         the system variants.  Partial fix reported by Andreas Waechter in:
6772         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
6773         for bug reported by Nelson H. F. Beebe in:
6774         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
6776 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
6778         * doc/autoconf.texi (AU_DEFUN): Fix English,
6779         suggested by Paul Eggert.
6780         * lib/autoconf/autoupdate.m4: Correct reference to
6781         acobsolete.m4, suggested by Alexandre Duret-Lutz.
6783 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
6785         * bin/autoupdate.in: Define __file__ so that warnings
6786         refer to the correct file.
6787         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
6788         the behavior of the third argument.
6789         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
6790         correctly the behavior of the third argument.  Document
6791         what the three macros that AU_DEFUN defines do.  Fix
6792         warning message when the third argument includes $0
6793         (reported by Alexandre Duret-Lutz).
6795 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6796             Eric Sunshine  <sunshine@sunshineco.com>
6797             Paul Eggert  <eggert@twinsun.com>
6799         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
6800         (AS_INIT): Output shell initialization there. Removed optional
6801         parameter. Expand _AS_SHELL_FN_SPY.
6802         (AS_INIT_WITH_SHELL_FN): Removed.
6803         (_AS_SHELL_FN_SPY): New macro.
6804         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
6805         macros.
6806         (AS_SHELL_SANITIZE): Remove loop to find better shell
6807         and documentation for the parameter.
6808         (_AS_DETECT_BETTER_SHELL): Move it here.
6809         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
6810         (_AS_RUN): Move it here, support testing with eval.
6811         (AS_REQUIRE_SHELL_FN): Require shell functions when
6812         it is used.
6813         (_AS_LINENO_WORKS): Put around braces, we do not
6814         trigger the bash bug anymore.
6815         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
6816         use AS_INIT_WITH_SHELL_FN.
6817         * bin/autoconf.in, tests/wrapper.in: Regenerated.
6819 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6821         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
6822         * doc/autoconf.texi: Don't say that the third parameter
6823         is broken.
6824         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
6825         (AU_DEFUN): Honor the third parameter, create autoupdate
6826         macros with AU_DEFINE.
6827         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
6828         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
6829         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
6830         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
6831         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
6832         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
6833         AC_XENIX_DIR): Likewise.
6834         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
6835         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
6836         * lib/autoconf/status.m4: Remove FIXME.
6837         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
6838         that the macro is not present anymore in the updated
6839         configure.ac.
6840         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
6841         of autoupdate.
6843 2004-01-28  Paul Eggert  <eggert@twinsun.com>
6845         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
6846         copyright years.
6847         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
6848         2003 (except 1997) to the list of copyright years.  This undoes
6849         the 2003-05-22 change, which removed the older years from the list.
6850         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
6852 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
6853             Albert Chin-A-Young  <china@thewrittenword.com>
6855         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
6856         grep or ggrep program in PATH that accepts as long lines as
6857         possible.
6858         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
6859         AC_PROG_GREP.
6860         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
6861         egrep and fgrep respectively if $GREP -E/-F don't work.
6862         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
6863         _AC_PROG_GREP, and AC_PROG_SED.
6864         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
6865         longest input length accepted by a command.
6866         (AC_PROG_SED): Use it.
6867         * doc/autoconf.texi (Particular Programs): Document the changes.
6868         * NEWS: Updated.
6870 2004-01-27  Paul Eggert  <eggert@twinsun.com>
6872         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
6873         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6874         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
6875         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
6877         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
6878         bin/autoconf.in, config/Makefile.in, config/config.guess,
6879         config/config.sub, config/install-sh, config/mdate-sh,
6880         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
6881         lib/Makefile.in, lib/Autom4te/Makefile.in,
6882         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
6883         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
6884         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
6885         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
6886         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
6887         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
6888         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
6889         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
6890         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
6891         tests/actypes.at: Regenerate and/or sync with original
6892         sources.
6894 2004-01-26  Paul Eggert  <eggert@twinsun.com>
6896         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
6897         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
6898         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
6899         not <inttypes.h>.  Problem reported by Tim Mooney in
6900         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
6901         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
6902         Likewise.
6904         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
6905         otherwise "make check" fails because it forbids cmp (I guess
6906         because cmp treats files as binary on DOS-like systems).
6908         * tests/mktests.sh: Update copyright date to 2004, since some tests
6909         have changed in 2004.
6911 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
6913         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
6914         non-truncating sed or gsed program in PATH.
6915         * tests/acprograms.at: Add it.
6916         * doc/autoconf.texi (Particular Programs): Document it.
6917         * NEWS: Updated.
6919 2004-01-15  Paul Eggert  <eggert@twinsun.com>
6921         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
6922         -std1 disables some useful extensions on Tru64.  Problem reported
6923         by N. Lichtmaier in
6924         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
6926 2004-01-14  Paul Eggert  <eggert@twinsun.com>
6928         * doc/autoconf.texi (Programming in M4sh): Document that
6929         AS_MKDIR_P succeeds if the destination is a symbolic link
6930         to an existing directory.
6931         (Limitations of Usual Tools): Note that mkdir -p might not
6932         succeed on symlinks to directories.
6934 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
6936         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
6937         * bin/autoheader.in: Grammar fix in message.
6938         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
6939         Test for dir before calling mkdir -p.  (trivial changes)
6941 2004-01-13  Eric Blake  <ebb9@byu.net>
6943         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
6944         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
6946 2004-01-10  Jim Meyering  <jim@meyering.net>
6948         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
6950 2004-01-09  Paul Eggert  <eggert@twinsun.com>
6952         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
6953         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
6954         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
6955         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
6956         AC_COMPILE_IFELSE, since we now assume our caller invokes
6957         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
6958         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
6959         of AC_RUN_IFELSE; this avoids the warning mentioned above.
6960         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
6962 2004-01-07  Paul Eggert  <eggert@twinsun.com>
6964         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
6965         `"'...'"`, as it's confusing (and I suspect it may not work on
6966         some platforms).  The code was incorrect anyway, as it assumed
6967         that \$ evaluated to itself in that context.  Reported by
6968         Alexandre Duret-Lutz.
6970 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
6972         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
6973         and _LT_AC_TAGCONFIG.
6975 2004-01-06  Paul Eggert  <eggert@twinsun.com>
6977         * doc/autoconf.texi (One Macro Call): Fix an incorrect
6978         example, and add more examples.  Reported by Eric Sunshine.
6980 2004-01-05  Paul Eggert  <eggert@twinsun.com>
6982         * doc/autoconf.texi (Limitations of Usual Tools):
6983         Remove warning against "rm -fr" introduced yesterday; it
6984         was a false alarm.
6986         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
6987         autoscan, autoupdate, ifnames): Don't use chmod -w.
6988         * lib/Makefile.am (autom4te.cfg): Likewise.
6989         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
6990         "chmod -w".
6992 2004-01-04  Paul Eggert  <eggert@twinsun.com>
6993             Paolo Bonzini  <bonzini@gnu.org>
6995         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
6996         by doing lineno substitution only on lines containing "$LINENO".
6998 2004-01-04  Paul Eggert  <eggert@twinsun.com>
7000         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
7001         Use "rm -f" to remove conftest.sed, not plain "rm".
7002         Bug reported by David Relson in
7003         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
7005         * Makefile.am (autom4te-update):
7006         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
7007         * Makefile.maint (my-distcheck, do-po-update): Likewise.
7008         * doc/autoconf.texi (Guidelines): Likewise.
7009         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
7010         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
7011         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
7012         * lib/autotest/general.m4 (AT_INIT): Likewise.
7013         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
7014         * tests/Makefile.am (clean-local): Likewise.
7015         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
7016         srcdir): Likewise.
7017         * doc/autoconf.texi (Limitations of Usual Tools):
7018         Warn against "rm -fr".
7020 2004-01-03  Paul Eggert  <eggert@twinsun.com>
7022         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
7023         -c -o might not work.  From a suggestion by Kevin Ryde.
7024         (C Compiler, Generating Sources, Limitations
7025         of Usual Tools, Limitations of Make, Making testsuite Scripts):
7026         Don't put '-o' after non-options, as POSIX doesn't allow this.
7027         Mention that cc's name might be gcc or c89 or whatever.
7029 2004-01-04  Kevin Ryde  <user42@zip.com.au>
7031         * doc/autoconf.texi: Add various further index entries.
7033 2003-12-29  Paul Eggert  <eggert@twinsun.com>
7035         * bin/autoreconf.in (autoreconf_current_directory):
7036         Fix typo: mkdir without umask arg.
7038 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
7040         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
7041         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
7042         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
7043         explanation clearer.
7045 2003-12-24  Andreas Schwab  <schwab@suse.de>
7047         * doc/autoconf.texi (Default Includes): Fix misspelling of
7048         AC_INCLUDES_DEFAULT.
7050 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
7052         * configure.ac: Test if sh -n works.
7053         * configure: Regenerate.
7054         * tests/atlocal.in: Store the result here.
7055         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
7056         tools.at, looking in atlocal's ac_cv_sh_n_works instead
7057         of explicitly testing.
7058         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
7059         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
7060         * tests/tools.at (Syntax of the shell scripts): Simplify
7061         using AT_CHECK_SHELL_SYNTAX.
7062         (Syntax of the Perl scripts): Remove definition of
7063         AT_CHECK_PERL_SYNTAX.
7065 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
7067         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
7068         stderr to /dev/null.
7069         * bin/autoconf.in: Regenerate.
7070         * bin/wrapper.in: Regenerate.
7072 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
7074         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
7075         Extracted from AS_SHELL_SANITIZE.
7076         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
7077         macros.
7078         (AS_SHELL_SANITIZE): Move reinvocation code from
7079         _AS_LINENO_WORKS, use it to find out if shell
7080         functions work.
7081         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
7082         does not work.
7083         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
7084         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
7085         was called.
7086         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
7087         * bin/autoconf.in: Regenerate.
7088         * tests/wrapper.in: Regenerate.
7089         * tests/tools.at: Test the syntax of tests/autoconf
7090         and tests/testsuite.
7092 2003-11-24  Akim Demaille  <akim@epita.fr>
7094         * config/announce-gen (&print_locations, &print_signatures)
7095         (&sizes): New.
7096         Use them.
7097         No longer rely on Gnus to inline the list of signatures: compute
7098         them on the fly.
7100 2003-11-24  Akim Demaille  <akim@epita.fr>
7102         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
7103         override some files.
7104         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
7105         From Debian Autoconf 2.58.
7107 2003-11-24  Akim Demaille  <akim@epita.fr>
7109         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
7110         uses.
7111         From Debian Autoconf 2.58.
7113 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
7115         * TODO: Remove already done things.  Update the part about finding
7116         tools for the target.
7118 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
7120         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
7121         Make wording more consistent.
7122         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
7123         Explain the transition better.
7124         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
7125         the transition better.
7127 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
7129         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
7130         parameter of AU_DEFUN.
7131         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
7132         (AU_DEFUN): Remove the third parameter, it was not used.
7133         Use AC_DEFUN directly, not AU_DEFINE.
7134         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
7135         the expanded body, consistently with other macros such as AC_USG.
7137 2003-11-17  Paul Eggert  <eggert@twinsun.com>
7139         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
7140         into the initial confdefs.h, to work around a bug in NextStep 3.3
7141         patch 3 reported by Eric Sunshine.
7143 2003-11-15  Kevin Ryde  <user42@zip.com.au>
7145         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
7146         than $target since the latter is not usual, add guidelines on when to
7147         use or not use the system type.
7149 2003-11-12  Derek Price  <derek@ximbiot.com>
7151         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
7152         typo misrepaired by an auto-spellcheck.
7154 2003-11-12  Akim Demaille  <akim@epita.fr>
7156         * bin/autoreconf.in (&parse_args): Don't call automake with
7157         --force-missing unless it actually supports it.
7158         From Debian #219336.
7160 2003-11-12  Akim Demaille  <akim@epita.fr>
7162         * configure.ac: Bump to 2.59a.
7163         Require 2.59.
7165 2003-11-06  Akim Demaille  <akim@epita.fr>
7167         Version 2.59.
7169 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
7171         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
7172         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
7173         and ac_abs_top_srcdir are absolute paths.
7174         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
7176 2003-11-05  Akim Demaille  <akim@epita.fr>
7178         * configure.ac: Bump to 2.58a.
7180 2003-11-05  Kevin Ryde  <user42@zip.com.au>
7182         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
7183         it provokes a warning from makeinfo about looking like a cross
7184         reference in info output.
7186         * doc/autoconf.texi (Function Portability): Add notes on signal
7187         handler return type, as per AC_TYPE_SIGNAL.
7189 2003-11-04  Akim Demaille  <akim@epita.fr>
7191         Version 2.58.
7192         * doc/standards.texi: Update from master.
7194         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
7196 2003-11-04  Akim Demaille  <akim@epita.fr>
7198         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
7199         computing the absolute path to d1 in the source hierarchy: it may
7200         not exist at all.  So don't cd into it.
7201         From Alexandre Duret-Lutz.
7202         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
7204         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
7205         From Paul Eggert, but named after Perl's IO::Spec->catfile.
7206         * doc/autoconf.texi (Programming in M4sh): Document.
7207         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
7209 2003-11-03  Pavel Roskin  <proski@gnu.org>
7211         * doc/autoconf.texi (Generic Structure Checks): Describe
7212         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
7214 2003-10-31  Akim Demaille  <akim@epita.fr>
7216         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
7217         (GNU Fortran): New.
7218         * doc/autoconf.texi (Language Choice): Document.
7219         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
7220         the current language is Fortran.
7222 2003-10-31  Akim Demaille  <akim@epita.fr>
7224         * bin/autom4te.in (&freeze): Use a less likely warning separator
7225         than `\n\n', so that `\n\n\n' is valid in warnings.
7226         Reported by Steve Huston.
7228 2003-10-28  Akim Demaille  <akim@epita.fr>
7230         * Makefile.cfg (local_updates, executable-update): Tweak to be
7231         robust to parallel makes.
7232         Suggested by Alexandre Duret-Lutz.
7234 2003-10-27  Akim Demaille  <akim@epita.fr>
7236         * Makefile.cfg (executable-update): New.
7237         (local_updates): Call it.
7239 2003-10-27  Akim Demaille  <akim@epita.fr>
7241         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
7242         Don't remove core.* as it may remove valid user files.
7243         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
7244         (AC_FUNC_UTIME_NULL): Likewise.
7246 2003-10-23  Akim Demaille  <akim@epita.fr>
7248         Version 2.57g.
7249         * config/config.guess, config/config.sub: Upgrade from masters.
7251 2003-10-23  Akim Demaille  <akim@epita.fr>
7253         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
7254         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
7255         hand...
7257 2003-10-23  Akim Demaille  <akim@epita.fr>
7259         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
7260         Don't forget to remove conftest.err.
7262 2003-10-23  Akim Demaille  <akim@epita.fr>
7264         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
7265         same object file in $LIBOBJS.
7266         Reported by Alexandre Duret-Lutz & Derek Robert Price.
7267         * doc/autoconf.texi (Generic Functions): Adjust.
7269 2003-10-20  Paul Eggert  <eggert@twinsun.com>
7271         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
7272         Use 'eval', so that the resulting configure scripts work even if
7273         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
7275 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
7277         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
7278         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
7279         (_AC_LINK_IFELSE): Check the werror flag.
7280         * doc/autoconf.texi (Generic Compiler Characteristics): Document
7281         AC_LANG_WERROR.
7282         * NEWS: Mention it.
7284 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
7286         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
7287         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
7288         override AC_LINK_IFELSE.
7290 2003-10-15  Paul Eggert  <eggert@twinsun.com>
7292         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
7293         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
7294         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
7295         Mention /usr/dt/bin/dtksh on Solaris.
7296         (Shell Substitutions): Warn about $((...)).
7297         (Parentheses): New section.
7299 2003-10-15  Kevin Ryde  <user42@zip.com.au>
7301         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
7302         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
7304 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7306         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
7307         cross test.
7309 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
7311         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
7312         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
7314 2003-10-10  Andreas Schwab  <schwab@suse.de>
7316         * bin/autoheader.in: Avoid empty first line in --version and
7317         --help output.
7318         * bin/ifnames.in: Likewise.
7320 2003-10-09  Paul Eggert  <eggert@twinsun.com>
7322         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
7323         Issue a more-informative diagnostic.
7324         Problems reported by Eric Sunshine.
7326 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
7328         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
7329         -mGLOB_options_string stuff for Intel ifc, which can cause
7330         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
7331         pattern-matching instead of grep.
7333 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
7335         * doc/autoconf.texi: Document new FC Fortran macros.
7337 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
7339         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
7340         that future autopoint/aclocal/automake/autoreconf will be able
7341         to trace to find where to install local m4 macros.
7342         * doc/autoconf.texi (Input): Document it.
7343         * NEWS: Updated.
7345 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
7347         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
7348         -lcrtbegin.o to list of ignored flags and fix underquoting of
7349         -lcrt[01].o.
7351 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
7353         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
7354         cache variable instead of $G77 to decide whether to include -O2,
7355         since $G77 is specific to Fortran 77.
7357 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
7359         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
7360         free" flag.  Re-order flags tested into rough order of popularity.
7362 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
7364         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
7365         arguments so that it can be used with syntax identical to
7366         AC_PROG_F77, and so that we can more easily decide to
7367         remove/deprecate the DIALECT optional argument in the future if it
7368         proves troublesome.
7369         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
7370         non-freeform-supporting compilers.  Document freeform flags.
7372 2003-10-03  Akim Demaille  <akim@epita.fr>
7374         * configure.ac: Look for emacs, not macs.
7375         Reported by Eric Sunshine.
7377 2003-10-03  Akim Demaille  <akim@epita.fr>
7379         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
7380         * bin/autoreconf.in (autoreconf_current_directory): Create the
7381         AUX_DIR if needed, for sake of automake --add-missing etc.
7382         Suggested by Alexandre Duret-Lutz.
7384 2003-10-03  Akim Demaille  <akim@epita.fr>
7386         * configure.ac: Quotation and formatting changes.
7387         (EMACS): Don't set it if it is not recent enough to support
7388         autoconf-mode.el.
7389         From Eric Sunshine.
7391 2003-10-02  Akim Demaille  <akim@epita.fr>
7393         * bin/ifnames.in (&scan_file): Skip C++ comments.
7394         From Jeremy Yallop.
7396 2003-10-01  Pavel Roskin  <proski@gnu.org>
7398         * doc/autoconf.texi (Particular Structure Checks):
7399         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
7401 2003-10-01  Akim Demaille  <akim@epita.fr>
7403         Version 2.57f.
7405 2003-09-30  Paul Eggert  <eggert@twinsun.com>
7407         * lib/Autom4te/XFile.pm: Use Errno.
7408         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
7409         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
7411 2003-09-30  Akim Demaille  <akim@epita.fr>
7413         * config/announce-gen (&print_news_deltas): Extracted from...
7414         (&print_changelog_deltas): here.
7415         (&news_file): Rename as...
7416         (@news_file): this.
7418 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
7420         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
7421         have been created when invoking the compiler.
7422         * tests/fortran.at (GNU Fortran 77): Quote $G77.
7424 2003-09-29  Akim Demaille  <akim@epita.fr>
7426         Version 2.57e.
7428         * config/mkinstalldirs: Upgrade.
7430 2003-09-28  Paul Eggert  <eggert@twinsun.com>
7432         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
7433         Problem reported by Lars J. Aas in
7434         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
7435         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
7436         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
7437         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
7439 2003-09-26  Akim Demaille  <akim@epita.fr>
7441         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
7442         directory for AC_CONFIG_COMMANDS' first argument exists.
7443         This makes valid the invocation of _AC_SRCPATH that follows.
7444         Reported by Eric Sunshine.
7445         * doc/autoconf.texi (Configuration Commands): Adjust.
7447 2003-09-26  Akim Demaille  <akim@epita.fr>
7449         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
7450         Reported by Ralf Corsepius.
7452 2003-09-26  Akim Demaille  <akim@epita.fr>
7454         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
7455         arguments.
7456         Actually, use AU_ALIAS.
7457         From Bruno Haible.
7459 2003-09-26  Paul Eggert  <eggert@twinsun.com>
7461         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
7462         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
7463         Problem reported by Eric Sunshine in:
7464         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
7466 2003-09-26  Akim Demaille  <akim@epita.fr>
7468         The test suite are sometimes assigning timings incorrectly.
7469         Reported by Henk Krus.
7470         Diagnosed by Nicolas Joly.
7472         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
7473         AT_help_all.
7474         Instead of making AT_help a sequence of assignments to grow
7475         $at_help_all, just make AT_help_all be the growing contents of
7476         $at_help_all, and make a single assignment in...
7477         (AT_INIT): here.
7478         (at_times_skip): Flip the meaning and rename as...
7479         (at_times_p): this.
7480         (AT_INIT): When summarizing the test that ran, remove
7481         $at_times_file after use, and check it is present before trying to
7482         use it.
7484 2003-09-25  Akim Demaille  <akim@epita.fr>
7486         Version 2.57d.
7488         * bin/Makefile.am (edit): Handle '@configure_input@'.
7489         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
7490         (ifnames): chmod -w.
7491         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
7492         executables, not bin/ executables!  Otherwise all the magic needed
7493         to find non installed files is turned off.  This caused a failure
7494         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
7495         as found in its environment (sent by tests/autoreconf): pointing
7496         to bin/autom4te that could not find its files.
7497         * tests/mktests.sh: Force the replacement of generated files, for
7498         the sake of "mv" program that are interactive when overwriting a
7499         -w file.
7500         * config/install-sh: Upgrade from CVS Automake.
7502 2003-09-23  Paul Eggert  <eggert@twinsun.com>
7504         * doc/autoconf.texi (Limitations of Builtins): Document test -h
7505         versus test -L issues.
7507 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
7508             Paul Eggert  <eggert@twinsun.com>
7510         Trivial change to support GCC's configuration procedure.
7511         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
7512         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
7513         about inconsistency if the preprocessor is set to give errors for
7514         any warning.
7515         * doc/autoconf.texi (C Compiler Characteristics): Document this.
7517 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
7519         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
7520         and XFile.pm from Automake.
7521         * lib/Autom4te/XFile.pm: Update from Automake.
7523 2003-09-12  Akim Demaille  <akim@epita.fr>
7525         Version 2.57c.
7527 2003-09-12  Akim Demaille  <akim@epita.fr>
7529         * config/config.guess, config/config.sub, config/missing,
7530         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
7531         from masters.
7533 2003-09-12  Akim Demaille  <akim@epita.fr>
7535         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
7536         not asm/types.h.
7538 2003-09-11  Akim Demaille  <akim@epita.fr>
7540         * doc/autoconf.texi (Header Portability): linux/random.h.
7541         From Peter Hendrickson.
7543 2003-09-10  Akim Demaille  <akim@epita.fr>
7545         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
7546         willing to edit the output files.
7548 2003-09-10  Akim Demaille  <akim@epita.fr>
7550         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
7551         and AC_FC_FREEFORM.
7552         * tests/mktests.sh: Skip AC_FC_SRCEXT.
7553         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
7555 2003-09-09  Akim Demaille  <akim@epita.fr>
7557         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
7558         Reported by Gary Vaughan.
7559         * bin/autom4te.in (handle_m4): Likewise.
7561 2003-09-09  Akim Demaille  <akim@epita.fr>
7563         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
7564         trailing files.
7566 2003-09-07  Paul Eggert  <eggert@twinsun.com>
7568         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
7569         Improve the accuracy of the wording about obsolescence.
7570         From a suggestion by Ian Lance Taylor in
7571         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
7573 2003-09-05  Paul Eggert  <eggert@twinsun.com>
7575         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
7576         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
7578 2003-09-04  Akim Demaille  <akim@epita.fr>
7580         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
7581         AC_FUNC_WAIT3.
7583 2003-09-04  Akim Demaille  <akim@epita.fr>
7585         * bin/autom4te.in: Use &fatal where more appropriate than &error.
7586         (freeze): When exiting, use $exit_code.
7587         * lib/autoconf/fortran.m4: Comment changes.
7589 2003-09-04  Akim Demaille  <akim@epita.fr>
7591         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
7593 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
7595         Add support for newer Fortran dialects.  The F77 interface is
7596         unchanged, and continues to support Fortran 77.  New FC macros
7597         correspond to all the old F77 macros, with output variables FC,
7598         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
7599         available dialect, but older dialects can be specified.  There are
7600         new macros AC_FC_SRCEXT to set the source extension, and
7601         AC_FC_FREEFORM to accept free-form source files.
7603         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
7604         New macros.
7605         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
7606         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
7607         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
7608         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
7609         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
7610         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
7611         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
7612         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
7613         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
7614         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
7615         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
7616         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
7617         AC_FC_SRCEXT, AC_FC_FREEFORM):
7618         New macros.
7619         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
7620         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
7621         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
7622         Rewrite in terms of the above.
7623         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
7624         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
7625         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
7626         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
7628 2003-09-02  Paul Eggert  <eggert@twinsun.com>
7630         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
7631         Document problems with timestamp resolution that 'make', 'cp -p', and
7632         'touch -r' have.
7634 2003-08-27  Akim Demaille  <akim@epita.fr>
7636         * tests/m4sugar.at (cross_warning): Make sure to enable the
7637         output, so that we can track spurious m4sugar output.
7638         * tests/local.at: Require 2.57.
7639         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
7640         are defaulted by AT_CHECK anyway.
7641         Use AT_CHECK_AUTOM4TE.
7642         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
7643         missing dnl.
7645 2003-08-27  Akim Demaille  <akim@epita.fr>
7647         * bin/autoheader.in: Issue the "Using auxiliary..." message only
7648         when -Wobsolete is set.
7649         Set it on by default.
7650         Suggested by Klee Dienes.
7652 2003-08-27  Akim Demaille  <akim@epita.fr>
7654         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
7655         documentation.
7656         From Guido Draheim.
7658 2003-08-26  Akim Demaille  <akim@epita.fr>
7660         * doc/autoconf.texi (Output): Make clear that one can run code
7661         after AC_OUTPUT.
7663 2003-08-25  Akim Demaille  <akim@epita.fr>
7665         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
7666         CVS Bison.
7668 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
7670         * bin/autoreconf.in (parse_args): Do not pass --no-force to
7671         Automake versions prior to 1.8.
7673 2003-08-25  Akim Demaille  <akim@epita.fr>
7675         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
7676         From Ville Karaila.
7678 2003-08-24  Akim Demaille  <akim@epita.fr>
7680         * configure.ac: Bump to 2.57c.
7682 2003-08-22  Akim Demaille  <akim@epita.fr>
7684         Version 2.57b.
7686         * Makefile.cfg (local-checks-to-skip): New.
7687         * Makefile.maint (local-check): Rename as...
7688         (local-checks-available): this.
7689         (local-check): New.
7691         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
7692         * configure.ac: Require Automake 1.7.6.
7694 2003-08-22  Akim Demaille  <akim@epita.fr>
7696         Output stack traces in warnings.
7698         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
7699         Replace the former...
7700         (m4_warn): Pass the call stack to _m4_warn.
7701         * bin/autom4te.in: Adjust to output the call stack.
7702         * tests/m4sugar.at (m4@&t@_warn): Adjust.
7704 2003-08-22  Akim Demaille  <akim@epita.fr>
7706         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
7707         * bin/autom4te.in: Adjust.
7709 2003-08-21  Akim Demaille  <akim@epita.fr>
7711         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
7712         (&verbose): Remove.
7713         (&getopt): Adjust the note and verb channels, depending upon
7714         --verbose.
7715         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
7716         * bin/autoupdate.in: Adjust.
7717         Use &verb, not &verbose.
7719 2003-08-21  Akim Demaille  <akim@epita.fr>
7721         * bin/autoheader.in (&parse_args): Use &parse_warnings and
7722         &parse_WARNINGS.
7723         ($help): Use Autom4te::ChannelDefs::usage.
7724         * bin/autoscan.in: Use Autom4te::ChannelDefs.
7725         * lib/Autom4te/General.pm: Don't export error: you don't own it.
7727 2003-08-21  Akim Demaille  <akim@epita.fr>
7729         First stab at preserving warnings between calls to autom4te,
7730         including when the cache is used.
7732         There are still several issues: (i) there are too many runs of m4
7733         (one for include, one for warnings, and some more), (ii) warnings
7734         spreading on several lines are not handled gracefully, (iii) the
7735         code meant to have the call stack display for errors does not work
7736         (its handling should move from m4 to autom4te).
7738         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
7739         Use them.
7740         (@preselect): Add m4_warn.
7741         ($exit_status): Remove, use $exit_code.
7742         ($help): Use Autom4te::ChannelDefs::usage.
7743         (&handle_m4): No longer define the m4_warnings.
7744         At each run, extract and report the warnings.
7745         Always cache the result, including if the exit status is on
7746         failure, since if nothing changes, we should result in the same
7747         failure, hence we can use the cache.
7748         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
7749         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
7750         Remove.
7751         (m4_warn): Redefine as a do-nothing: it is its invocation that
7752         matters, as warnings are now reported via traces.
7753         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
7754         the contents of m4_warn: make it _call_ m4_warn, so that tracing
7755         the latter reveals calls to the former.
7757         Adjust the tests.
7759         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
7761 2003-08-21  Akim Demaille  <akim@epita.fr>
7763         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
7764         Use them.
7766 2003-08-21  Akim Demaille  <akim@epita.fr>
7768         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
7769         forward order.
7770         * lib/Autom4te/ChannelDefs.pm: Doc typos.
7771         (&parse_warnings): Accept a list of warning requests.
7772         (&usage): Return a string, not a side effect.
7773         (cross): New warning category.
7775 2003-08-21  Akim Demaille  <akim@epita.fr>
7777         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
7778         (&require_configure_ac): Accept an optional directory argument.
7779         ($configure_ac): Remove.
7780         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
7781         (&catfile): Remove.
7782         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
7783         * bin/autoscan.in: Adjust.
7785 2003-08-20  Akim Demaille  <akim@epita.fr>
7787         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
7788         Reported by Alexandre Duret-Lutz.
7790 2003-08-20  Akim Demaille  <akim@epita.fr>
7792         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
7793         * bin/autom4te: Adjust.
7794         In particular, be Autoconf tools are really silent when properly
7795         working, bind the verbosity of the 'note' channel to $verbose.
7796         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
7797         (&xsystem, &contents): Remove, since they are exported by...
7798         * lib/Autom4te/FileUtils.pm: this.
7799         More perldoc.
7800         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
7801         * lib/Autom4te/FileUtils.pm: here.
7803 2003-08-20  Akim Demaille  <akim@epita.fr>
7805         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
7806         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
7807         from CVS Automake.
7809 2003-08-20  Akim Demaille  <akim@epita.fr>
7811         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
7812         (autom4te-update): New.
7813         * Makefile.cfg (update): Bind autom4te-update.
7815 2003-08-19  Derek Price  <derek@ximbiot.com>
7817         * lib/autotest/general.m4: Comment various HELP_* diversions.
7818         (PARSE_ARGS_BEGIN): New section for option parsing related
7819         initialization.
7820         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
7821         package specific options and associated help.
7823 2003-08-19  Akim Demaille  <akim@epita.fr>
7825         * config/announce-gen, Makefile.cfg: New.
7826         * Makefile.am: Adjust.
7827         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
7829 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7831         * lib/autom4te.in (Automake-preselections): Preselect
7832         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
7833         and m4_sinclude.
7835 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7837         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
7838         (Autoconf-without-aclocal-m4): ... this new language.
7839         * doc/autoconf.texi (autom4te Invocation): Mention
7840         Autoconf-without-aclocal-m4.
7842 2003-08-18  Derek Price  <derek@ximbiot.com>
7844         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
7845         RUN-IF-PASS optional arguments.
7847 2003-08-18  Derek Price  <derek@ximbiot.com>
7849         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
7851 2003-08-16  Derek Price  <derek@ximbiot.com>
7853         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
7854         STDOUT & STDERR arguments.
7856 2003-08-14  Derek Price  <derek@ximbiot.com>
7858         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
7859         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
7860         shorter column three.  Add DESCRIPTION to log file content.
7862 2003-08-13  Derek Price  <derek@ximbiot.com>
7864         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
7865         output.
7867 2003-08-12  Derek Price  <derek@ximbiot.com>
7869         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
7870         (AT_CHECK_NOESCAPE): Move core functionality to...
7871         (_AT_CHECK): ...this new macro.
7873 2003-08-07  Derek Price  <derek@ximbiot.com>
7875         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
7876         (AT_CHECK_NOESCAPE): ...to this new macro.
7878 2003-07-31  Paul Eggert  <eggert@twinsun.com>
7880         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
7881         in Bash 2.01.  Problem reported by Brian Gough in
7882         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
7884 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
7886         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
7887         -lcrt1.o, for OS X.  (trivial change)
7889 2003-07-07  Paul Eggert  <eggert@twinsun.com>
7891         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
7892         inside '#ifndef __cplusplus'.  Problem reported by
7893         Bob Friesenhahn.
7895 2003-07-06  Bill Clarke  <llib@computer.org>
7897         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
7898         'long', not 'int', for benefit of Sun's recent C++ compilers
7899         (trivial change).  See:
7900         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
7901         (This really should be 'intptr_t', not 'long', but that would
7902         take more work.)
7904 2003-06-25  Akim Demaille  <akim@epita.fr>
7906         * lib/Makefile.am (autom4te.cfg): Make it read only.
7907         Depend on Makefile since it contains substitutions.
7908         From Paolo Bonzini.
7909         * lib/autom4te.in (args): Add local.at? for Autotest args.
7910         This change was made on autom4te.cfg which is generated.
7911         Reported by Raja R. Harinath.
7913 2003-06-25  Akim Demaille  <akim@epita.fr>
7915         * doc/autoconf.texi (Header Portability): sys/mount.h.
7916         From Gareth McCaughan.
7918 2003-06-23  Akim Demaille  <akim@epita.fr>
7920         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
7921         not all of them.  This fixes 1. the fact that when testing
7922         Autoconf there are many many config.log, 2. the incorrect use of
7923         top_srcdir to find config.log.
7924         Don't mix the detailed output of failed test with the summary of
7925         failures.  Rather, append detailed log afterwards.
7927 2003-06-23  Akim Demaille  <akim@epita.fr>
7929         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
7930         always run: output config.log on $at_group_log.
7932 2003-06-23  Akim Demaille  <akim@epita.fr>
7934         * tests/torture.at (#define header templates): Don't use quotes in
7935         C++ comments as it puzzles Emacs' sh font-lock-mode.
7937 2003-06-23  Akim Demaille  <akim@epita.fr>
7939         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
7940         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
7941         * tests/atspecific.m4: Rename as...
7942         * tests/local.at: This.
7943         * tests/suite.at: Move the globals into...
7944         * tests/local.at: here.
7945         * tests/Makefile.am: Adjust.
7946         * doc/autoconf.texi (testsuite Scripts): Adjust.
7948 2003-06-21  Kevin Ryde  <user42@zip.com.au>
7950         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
7951         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
7952         ensuring we add -std1 for full-ANSI.
7954         * doc/autoconf.texi (hdrindex): New macro.
7955         Add index entries for portability of various standard header files.
7957 2003-06-20  Akim Demaille  <akim@epita.fr>
7959         * configure.ac: Bump to 2.57b.
7961 2003-06-20  Akim Demaille  <akim@epita.fr>
7963         Version 2.57a.
7965 2003-06-20  Akim Demaille  <akim@epita.fr>
7967         * bin/autom4te.in: Don't rely on $HOME being defined.
7968         Reported by Marc Espie as PR/233.
7970 2003-06-20  Akim Demaille  <akim@epita.fr>
7972         * lib/autotest/general.m4: Use at_times_file only if used.
7973         From Nicolas Joly.
7975 2003-06-20  Akim Demaille  <akim@epita.fr>
7977         * config/config.guess, config/config.sub, config/elisp-comp,
7978         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
7979         Update from masters.
7981 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
7983         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
7984         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
7985         (TEST_SCRIPT): New diversion.
7986         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
7987         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
7988         (AT_INIT): Support for expected failures.
7990 2003-06-02  Akim Demaille  <akim@epita.fr>
7992         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
7993         changes.
7994         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
7995         Autoconf nor Automake.
7996         (&contents): New, from Automake.
7997         PODify.
7999 2003-05-28  Paul Eggert  <eggert@twinsun.com>
8001         * NEWS, doc/autoconf.texi (Particular Functions),
8002         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
8003         is the inverse of localtime.
8005 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
8007         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
8008         (handle_exec_errors): New function.  Work around $! being
8009         altered by WEXITSTATUS.
8010         (xqx, xsystem): Use handle_exec_errors.
8012 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
8014         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
8015         Do not call `_exit()', simply modify `$?'.
8016         (xsystem): Reset $! before running system, and check it afterward.
8017         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
8018         63 for version mismatches.
8020 2003-05-23  Akim Demaille  <akim@epita.fr>
8022         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
8023         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
8024         the middle of a line).
8025         * lib/m4sugar/m4sugar.m4: Likewise.
8026         Remove useless spaces in comments.
8028 2003-05-23  Akim Demaille  <akim@epita.fr>
8030         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
8031         exit 63, so that we (or Automake's "missing") can tell the
8032         difference with a plain failure.
8033         * doc/autoconf.texi (Notices): Adjust.
8035 2003-05-23  Akim Demaille  <akim@epita.fr>
8037         * Makefile.am, bin/Makefile.am, config/Makefile.am,
8038         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
8039         White spaces cleanup.
8041 2003-05-22  Jim Meyering  <jim@meyering.net>
8042             Paul Eggert  <eggert@twinsun.com>
8044         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
8045         Remove `#include <stdlib.h>' from the list; we should never
8046         make confdefs.h include <stdlib.h> or <cstdlib>, because the
8047         resulting namespace pollution would cause other tests to fail.
8048         Configure scripts run with some older versions of g++ and HP's
8049         aCC would fail due to such an #include.  Problems reported by
8050         Matthew Mueller in <http://bugs.debian.org/120704> and by
8051         Keith Bostic in
8052         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
8053         In the test, use the test declaration before including <stdlib.h>,
8054         as that's closer to how it'll be used.
8056 2003-05-23  Akim Demaille  <akim@epita.fr>
8058         * doc/autoconf.texi (Header Portability): ucred.h.
8059         From Ian Redfern.
8061 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
8063         Overhaul Autotest's logging: generate separate log files
8064         in testsuite.dir/NNN/testsuite.log, and append them to
8065         testsuite.log instead of re-running the test verbosely.
8067         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
8068         file descriptor, write 0 to at_status_file instead of setting
8069         at_status=0, initialize some new variables (at_status_file,
8070         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
8071         to rerun the tests, instead append the at_group_log to the
8072         at_suite_log when a test fails.
8073         (AT_SETUP): pipe the test case's output into at_tee_pipe,
8074         with the AS_MESSAGE_LOG_FD redirected to stdout.
8075         (AT_CLEANUP): save the output status in $at_status_file
8076         and restore it, redirect the AS_MESSAGE_LOG_FD back to
8077         its original place.
8078         (AT_CHECK): since tests are run with a redirected stdout,
8079         and used to be re-run in verbose mode, turn some $at_verbose
8080         into echo, and don't redirect the output of testing stdout
8081         and stderr.
8083         * lib/autotest/autoconf.texi (testsuite Scripts): Update
8084         the name of the debugging directory and information about
8085         its contents.
8087 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
8089         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
8090         parameter.
8092 2003-05-22  Akim Demaille  <akim@epita.fr>
8094         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
8095         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
8096         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
8097         * lib/autoconf/status.m4: Fix and adjust copyright notices.
8099 2003-05-22  Akim Demaille  <akim@epita.fr>
8101         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
8102         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
8103         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8104         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
8105         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
8106         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
8107         * lib/autoconf/status.m4, lib/autoconf/types.m4,
8108         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
8109         * tests/atspecific.m4, tests/base.at, tests/compile.at,
8110         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
8111         * tests/tools.at, tests/torture.at:
8112         Whitespace clean up.
8113         Suggested by Jim Meyering.
8115 2003-05-22  Akim Demaille  <akim@epita.fr>
8117         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
8118         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
8119         Reported by Jim Meyering.
8121 2003-05-22  Akim Demaille  <akim@epita.fr>
8123         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
8124         Add AC_HELP_STRING  to the obsolete macros section.
8125         Typos.
8126         Use '@.' for sentences that ended in a capital letter.
8127         From Art Haas.
8129 2003-05-22  Akim Demaille  <akim@epita.fr>
8131         * config/config.guess, config/config.sub, config/elisp-comp,
8132         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
8133         * config/texinfo.tex, doc/standards.texi: Update from masters.
8135 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
8137         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
8138         it to eval.
8140 2003-05-21  Akim Demaille  <akim@epita.fr>
8142         * bin/autoupdate.in ($m4): Fix quotation.
8143         Reported by Martin Mokrejs.
8145 2003-05-19  Paul Eggert  <eggert@twinsun.com>
8147         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
8148         Remove non-ASCII characters.
8150 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
8152         * tests/semantics.at (AC_SEARCH_LIBS): New test.
8153         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
8154         AC_CHECK_HEADERS_NEW): New tests.
8156 2003-05-17  Akim Demaille  <akim@epita.fr>
8158         * lib/autoconf/functions.m4: Use the default includes so that
8159         memcmp be declared before being tested.
8160         Reported by Sander Niemeijer.
8161         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
8162         * doc/autoconf.texi (Default Includes): Document
8163         AC_INCLUDES_DEFAULT.
8165 2003-05-17  Akim Demaille  <akim@epita.fr>
8167         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
8168         * doc/autoconf.texi (Obsolete Macros): Adjust.
8169         Reported by Werner LEMBERG and Debian Bug 190886.
8171 2003-05-16  Akim Demaille  <akim@epita.fr>
8173         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
8174         user name space clashes.
8175         Reported by Bruno Haible.
8177 2003-05-16  Akim Demaille  <akim@epita.fr>
8179         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
8180         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
8181         them uniform, and more robust to Perl special characters.
8182         Reported by Martin Mokrejs.
8184 2003-05-14  Akim Demaille  <akim@epita.fr>
8186         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
8188 2003-05-14  Akim Demaille  <akim@epita.fr>
8190         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
8191         linux/irda.h.
8193 2003-05-12  Akim Demaille  <akim@epita.fr>
8195         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
8196         message.
8197         From Matthias Andree.
8199 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
8201         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
8202         and truncate.
8204 2003-05-06  Akim Demaille  <akim@epita.fr>
8206         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
8207         longer updates aclocal.m4 if useless, (ii) if a file m4_included
8208         by aclocal.m4 is changed it might require the importing of another
8209         m4 extension file, i.e., aclocal must be run.
8211         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
8212         (&parse_args): Use --force with aclocal if required and supported.
8213         (&autoreconf_current_directory): Use &run_aclocal.
8215 2003-05-06  Akim Demaille  <akim@epita.fr>
8217         Lock autom4te's cache.
8219         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
8220         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
8221         argument instead of a file name, so that the request file remains
8222         open during the whole autom4te run.
8223         ($icache_file): New.
8224         (&freeze): Lock the $icache_file.
8226 2003-04-29  Derek Price  <derek@ximbiot.com>
8228         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
8229         seperator with m4_append_uniq().  It doesn't work.
8230         (AT_CLEANUP): Add `;' to end of at_help_all.
8231         (AT_INIT): Allow --keywords to be specified more than once.  When
8232         grepping $at_help_all for keywords, use the field and keyword
8233         seperators to ensure a complete keyword match.  Alter at_prev handling
8234         to support the new --keywords behavior.
8236 2003-04-27  Karl Berry  <karl@freefriends.org>
8238         * doc/autoconf.texi: Make the dir entries in the autoconf manual
8239         align better with others.  I also made some of the individual
8240         entries on one line, for brevity and to make it easier for me to
8241         sort my dir-example file in the Texinfo distribution :).
8243 2003-04-12  Jim Meyering  <jim@meyering.net>
8245         * NEWS: Mention the new macro.
8246         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
8247         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
8248         * tests/c.at: Test AC_C_RESTRICT.
8249         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
8251 2003-04-08  Akim Demaille  <akim@epita.fr>
8253         * bin/ifnames.in: Skip C++ comments.
8254         From Jeremy Yallop.
8256 2003-04-08  Akim Demaille  <akim@epita.fr>
8258         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
8259         From Ilya Zakharevich.
8261 2003-04-08  Akim Demaille  <akim@epita.fr>
8263         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
8264         net/if.h, stdlib.h.
8266 2003-04-01  Derek Price  <derek@ximbiot.com>
8268         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
8269         from Akim's checkin of 2003-03-29.
8271 2003-04-01  Derek Price  <derek@ximbiot.com>
8273         * tests/torture.at (Configuring subdirectories): Add missing
8274         close-quote for Akim's change from 2003-03-28.
8276 2003-04-01  Akim Demaille  <akim@epita.fr>
8278         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
8279         (AC, AT, MS): these.
8280         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
8281         New.
8282         Use them.
8283         * doc/Makefile.am (CLEANFILES): Adjust.
8284         (TEXI2DVI): Make it --batch.
8286 2003-03-31  Derek Price  <derek@ximbiot.com>
8288         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
8289         which removed the main loop.
8290         Thanks to Akim Demaille.
8292 2003-03-29  Akim Demaille  <akim@epita.fr>
8294         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
8295         that starts a GUI.
8296         From Ilya Zakharevich.
8298 2003-03-29  Akim Demaille  <akim@epita.fr>
8300         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
8301         documentation to read is Autoconf's.
8302         Suggested by Paul Eggert.
8304 2003-03-28  Akim Demaille  <akim@epita.fr>
8306         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
8307         reading the section "Present But Cannot Be Compiled" when the
8308         header causes problems.
8310 2003-03-28  Akim Demaille  <akim@epita.fr>
8312         * tests/torture.at (Configuring subdirectories): Require aclocal
8313         1.4, otherwise the test fails, as it does support configure.ac.
8314         This fixes the "test 40 failed" bug reports.
8316 2003-03-28  Akim Demaille  <akim@epita.fr>
8318         * doc/autoconf.texi (C Compiler): `#line' portability.
8319         From Paul Eggert and Nelson H. F. Beebe.
8321 2003-03-27  Derek Price  <derek@ximbiot.com>
8323         * lib/autotest/general.m4: Eliminate main loop and reorganize test
8324         layout in order to allow scripting around test groups.
8326 2003-03-27  Derek Price  <derek@ximbiot.com>
8328         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
8329         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
8330         use new diversions in preparation for accepting new arguments and
8331         allowing scripting around tests.
8332         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
8334 2003-03-26  Derek Price  <derek@ximbiot.com>
8336         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
8337         obsolete AC_HELP_STRING.
8338         (AC_HELP_STRING): AU_DEFUN to...
8339         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
8340         * tests/m4sh.at (AS_HELP_STRING): New test.
8342         * tests/acgeneral.at: Regenerated.
8344 2003-03-26  Derek Price  <derek@ximbiot.com>
8346         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
8347         sense.  Verbosify the diversion definitions comment.
8349 2003-03-26  Derek Price  <derek@ximbiot.com>
8351         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
8352         AS_PREPARE.
8354 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
8356         * doc/autoconf.texi (Present But Cannot Be Compiled):
8357         Grammar fixes and minor rewording. (trivial change)
8359 2003-03-06  Paul Eggert  <eggert@twinsun.com>
8361         Work around a problem noted by Nelson H. F. Beebe with coreutils
8362         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
8363         2002/05/09) rejects '#line 32768 "configure"' because the line
8364         number overflows.
8365         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
8366         #line directives.
8367         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
8368         * doc/autoconf.texi (Generating Sources): Document this.
8370 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
8372         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
8373         file name for the m4 program, when it has an "exe" file extension.
8374         DJGPP's error messages include the error code in brackets -
8375         remove the error code during normalization.
8377 2003-02-28  Akim Demaille  <akim@epita.fr>
8379         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
8381 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
8383         * doc/autoconf.texi (Limitations of Make): Remove the section
8384         about `$<' in inference rules, it was a bogus interpretation of
8385         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
8386         Tru64 make in the "target lookup" section.
8387         (Automake): Automake 1.5+ no longer requires special tools to be
8388         present on the developer's host.
8390 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
8392         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
8393         to a shell that can handle redirection or quoting correctly.
8394         Override SHELL with the shell detected by configure.
8395         Use of $^O suggested by Tim van Holder.
8396         * bin/autom4te.in (BEGIN): Likewise.
8397         * bin/autoreconf.in (BEGIN): Likewise.
8398         * bin/autoscan.in (BEGIN): Likewise.
8399         * bin/autoupdate.in (BEGIN): Likewise.
8400         * bin/ifnames.in (BEGIN): Likewise.
8402         * bin/ifnames.in: Add final newline to help and version messages.
8404         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
8405         to cope with DOS-style absolute paths, when constructing
8406         ${ac_make}.
8408         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
8409         When constructing paths with IFS=:, quote the path. If we're
8410         constructing a DOS-style absolute path, we don't want to split it
8411         on the colon.
8413         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
8414         in description.
8416 2003-02-25  Pavel Roskin  <proski@gnu.org>
8418         * bin/autoheader.in: Add missing newline when printing
8419         suggestion how change AC_DEFINE call.
8421 2003-02-24  Paul Eggert  <eggert@twinsun.com>
8423         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
8424         2002-09-01 patch by replacing "test -n" with "test -z".
8425         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
8426         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
8428         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
8429         to fix a mismatch between example and discussion.
8431 2003-02-24  Kevin Ryde  <user42@zip.com.au>
8433         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
8434         format starting with "-".
8436 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
8438         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
8439         is not portable inside Makefile.
8441 2003-02-20  Akim Demaille  <akim@epita.fr>
8443         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
8444         compiler says yeah, but preproc says nope, compiler is right.
8445         Conversely, prompt the reader to send a bug report to the
8446         maintainers of the package, not of Autoconf.
8448 2003-02-20  Klee Dienes  <kdienes@apple.com>
8450         * bin/autoreconf.in (autoreconf_current_directory): Properly
8451         handle an empty aclocal.m4.
8453 2003-02-20  Akim Demaille  <akim@epita.fr>
8455         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
8456         $ac_prefix_program.
8457         From Larry Jones.
8459 2002-12-23  Paul Eggert  <eggert@twinsun.com>
8461         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
8462         innocuous variant befor including <limits.h> or <assert.h>.  This
8463         works around a bug reported by Albert Chin: HP-UX 11i
8464         (and earlier versions) have a <limits.h> that declares
8465         gettimeofday and many other functions.
8467 2002-12-03  Paul Eggert  <eggert@twinsun.com>
8469         Version 2.57.
8471         * NEWS, configure.ac: Update version.
8473         * doc/fdl.texi: Upgrade to FDL version 1.2.
8475         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
8476         nontrivially in main's body, so that f's external declaration is
8477         not optimized away in AIX.  This should fix the bug reported by
8478         Martin Frydl in
8479         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
8481         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
8482         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
8483         defined, to support freestanding compilers.  This should fix the
8484         bug reported by Momchil Velkov in
8485         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
8487         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
8488         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
8489         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
8490         by Simon Josefsson in
8491         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
8493         * Makefile.maint (www-gnu): New macro.
8494         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
8495         the location has moved.
8497 2002-12-02  Martin Frydl  <martin@systinet.com>
8499         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
8500         \(.*\) match is too long and there is something more to be checked.
8501         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
8503 2002-11-15  Akim Demaille  <akim@epita.fr>
8505         Version 2.56.
8507         * config/install-sh: chmod +x.
8508         From Paul Eggert.
8509         * config/move-if-change: Indenting changes.
8510         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
8511         * configure.ac (AM_INIT_AUTOMAKE): here.
8512         Require 1.7.1.
8514 2002-11-14  Akim Demaille  <akim@epita.fr>
8516         Version 2.55.
8518         * config/config.guess, config/config.sub, config/install-sh:
8519         Update from masters.
8521 2002-11-14  Akim Demaille  <akim@epita.fr>
8523         * Makefile.maint: Sync with Bison, i.e.:
8524         (po-check): Scan .l and .y files instead of the
8525         .c and the .h files that they generate.  This fixes the bug
8526         reported by Tim Van Holder in:
8527         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
8528         Look for N_ as well as for _.  Try to avoid matching #define for
8529         N_ and _.
8530         From Paul Eggert.
8532 2002-11-14  Akim Demaille  <akim@epita.fr>
8534         * doc/autoconf.texi (C Compiler): Compiling several files at once.
8535         From Paul Eggert and Albert Chin-A-Young.
8537 2002-11-14  Akim Demaille  <akim@epita.fr>
8539         * doc/autoconf.texi (C Compiler): Solitary backslashes.
8540         From Paul Eggert and Albert Chin-A-Young.
8542 2002-11-14  Kevin Ryde  <user42@zip.com.au>
8544         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
8545         than assigning in main, to avoid HP cc +O3 optimizing it away.
8547 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
8549         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
8550         option.  Process --recheck after parsing all options.  Pass -q
8551         option to configure on --recheck.
8552         (AC_OUTPUT): Pass -q from configure to config.status.
8553         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
8554         arguments to record.
8555         * doc/autoconf.texi (config.status Invocation): Document
8556         config.status -q option.
8558 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
8560         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
8561         Makefile.in if Makefile.am exists.
8562         (output): Strip `.am' from Makefiles.  Don't
8563         output AC_CONFIG_FILES if no Makefiles were found.
8565 2002-11-07  Akim Demaille  <akim@epita.fr>
8567         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
8568         (local_updates): New.
8569         * Makefile.maint: Update, from CVS Bison.
8570         (local_updates): New.
8572 2002-11-06  Akim Demaille  <akim@epita.fr>
8574         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
8575         declaration in extern "C" too.
8576         Reported by Roberto Bagnara.
8578 2002-11-06  Akim Demaille  <akim@epita.fr>
8580         * tests/torture.at (Configuring subdirectories): Don't use grep
8581         -w.
8582         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
8583         Reported by Ezra Peisach.
8585 2002-11-05  Akim Demaille  <akim@epita.fr>
8587         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
8588         Remove.
8589         We _have_ to stop using the old compatibility scheme that tried to
8590         avoid useless backslashes because Libtool 1.4.3 contains a
8591         AC_DEFINE([error_t], [int],
8592         [Define to a type to use for \`error_t' if it is not
8593         otherwise available.])
8594         We _have_ to quote the single quote and backslashes with \.  The
8595         old compatibility scheme saw that ` was backslashed, and therefore
8596         did not quote the single quote.  Hence before this patch, Autoconf
8597         was not compatible with Libtool.
8599 2002-11-04  Paul Eggert  <eggert@twinsun.com>
8601         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
8602         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
8603         LC_NAME, LC_PAPER, LC_TELEPHONE.
8604         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
8606 2002-11-04  Akim Demaille  <akim@epita.fr>
8608         Version 2.54c.
8610         * Makefile.maint (update, cvs-update, po-update, do-po-update):
8611         New.
8612         * config/texinfo.tex: Update.
8614 2002-11-03  Akim Demaille  <akim@epita.fr>
8616         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
8617         from...
8618         (&autoreconf): here.
8619         ($help, $make, &parse_args, &autoreconf_current_directory):
8620         Support -m/--make.
8621         * doc/autoconf.texi (autoreconf Invocation): Adjust.
8623 2002-10-31  Bruno Haible  <bruno@clisp.org>
8625         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
8626         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
8627         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
8628         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
8629         to ac_cv_func_realloc_0_nonnull.
8630         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
8632 2002-10-31  Akim Demaille  <akim@epita.fr>
8634         The test suite was no longer checking for trailing envvars and files.
8636         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
8637         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
8639 2002-10-31  Akim Demaille  <akim@epita.fr>
8641         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
8642         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
8643         Make variable, not a shell variable.
8644         Suggested by Bruno Haible.
8646 2002-10-31  Akim Demaille  <akim@epita.fr>
8648         * bin/autom4te.in (load_configuration): Reject #args out of any
8649         language.
8651 2002-10-31  Akim Demaille  <akim@epita.fr>
8653         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
8654         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
8655         (_AC_RUN_IFELSE): Use it.
8656         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
8657         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
8658         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
8659         inline it.
8661 2002-10-30  Akim Demaille  <akim@epita.fr>
8663         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
8664         * doc/autoconf.texi (autom4te Invocation): Adjust.
8665         Suggested by Tim van Holder.
8667 2002-10-29  Paul Eggert  <eggert@twinsun.com>
8669         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
8670         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
8671         Problem reported by Bruno Haible.
8673 2002-10-29  Akim Demaille  <akim@epita.fr>
8675         * doc/autoconf.texi (Header Templates): Put also in words what the
8676         pictures says to assist free style readers.
8677         (Customizing autom4te): s/--cache=/--cache /.
8679 2002-10-29  Akim Demaille  <akim@epita.fr>
8681         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
8682         sys/wait.h.
8683         sparc_address_test returns void.
8684         Use it with an argument, as prototyped.
8685         From Bruno Haible.
8687 2002-10-29  Akim Demaille  <akim@epita.fr>
8689         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
8690         configure.in, not configure.ac.
8691         Reported by Bruno Haible.
8693 2002-10-29  Akim Demaille  <akim@epita.fr>
8695         * tests/torture.at (Deep Package): New test.
8696         (Configuring subdirectories): Don't use a testSubDir as Autotest
8697         now does it itself.
8699 2002-10-29  Akim Demaille  <akim@epita.fr>
8701         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
8702         * doc/autoconf.texi (Invoking autom4te): Rename as...
8703         (autom4te Invocation): this, for consistency with the other nodes.
8705 2002-10-29  Akim Demaille  <akim@epita.fr>
8707         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
8708         Reported by Ralf Corsepius.
8710 2002-10-29  Akim Demaille  <akim@epita.fr>
8712         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8713         characters is a back as an `obsolete' warning now.
8714         Reported by Ralf Corsepius.
8716 2002-10-28  Akim Demaille  <akim@epita.fr>
8718         * configure.ac: Bump to 2.54c.
8720 2002-10-28  Akim Demaille  <akim@epita.fr>
8722         Version 2.54b.
8724         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
8726 2002-10-28  Akim Demaille  <akim@epita.fr>
8728         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
8729         m4 executable names, and different GNU M4 version.
8730         Reported by Ezra Peisach and Paul Jarc.
8732 2002-10-27  Akim Demaille  <akim@epita.fr>
8734         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
8735         AC_RUN_IFELSE.
8737 2002-10-27  Akim Demaille  <akim@epita.fr>
8739         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
8740         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
8741         Die when a simple Fortran program cannot be compiled.
8742         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
8743         Issue a warning if no function is given.
8745 2002-10-27  Akim Demaille  <akim@epita.fr>
8747         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
8748         Move the documentation of AC_TRY_RUN to...
8749         (Obsolete Macros): here.
8750         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
8751         (autoconf Invocation): Remove the duplicates with `invoking
8752         autom4te'.
8753         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
8754         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
8756 2002-10-27  Akim Demaille  <akim@epita.fr>
8758         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
8759         and AC_LANG_FUNC_LINK_TRY.
8760         (Examining Libraries): Rename as...
8761         (Running the Linker): this.
8762         Document AC_LINK_IFELSE.
8763         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
8764         (Obsolete Macros): here.
8765         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
8766         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
8767         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
8768         * lib/autoconf/headers.m4 (AC_USG): Likewise.
8770 2002-10-27  Akim Demaille  <akim@epita.fr>
8772         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
8774         More `check config.log' messages.
8776         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
8777         * doc/autoconf.texi (Printing Messages): Document it.
8778         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
8779         appropriate.
8780         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
8781         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
8782         (_AC_COMPILER_OBJEXT): Likewise.
8783         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
8784         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
8785         Likewise.
8786         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
8787         Likewise.
8789         Deprecate macros with unusual interfaces.
8791         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
8792         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
8794         Document the new ones, and proper style.
8796         * doc/autoconf.texi (Generating Sources): New.
8797         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
8798         (Examining Declarations): Rename as...
8799         (Running the Preprocessor): this.
8800         Document AC_PREPROC_IFELSE.
8801         (Examining Syntax): Rename as...
8802         (Running the Compiler): this.
8803         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
8804         (Obsolete Macros): Move the definition of AC_TRY_CPP and
8805         AC_TRY_COMPILE here.
8807 2002-10-27  Akim Demaille  <akim@epita.fr>
8809         Move sections around.
8811         * doc/autoconf.texi (Customizing autom4te): Remove a lost
8812         sentence.
8813         Reported by Burno Haible.
8814         (Language Choice): Now the first section of...
8815         (Writing Tests): this section.
8816         Make the introduction less C-centric.
8817         (Guidelines, Test Functions): Move to...
8818         (Writing Test Programs): this new section.
8819         (Test Programs): Merge into...
8820         (Run Time): this.
8822 2002-10-27  Akim Demaille  <akim@epita.fr>
8824         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
8825         autom4te.in that resulted in the need for two `make' runs.
8827 2002-10-27  Akim Demaille  <akim@epita.fr>
8829         * configure.ac: Bump to 2.54b.
8831 2002-10-25  Akim Demaille  <akim@epita.fr>
8833         Version 2.54a.
8835         * Makefile.maint: Update from the Coreutils.
8836         (AMTAR): Remove, obsolete.
8837         (automake_repo): Update to redhat.com.
8838         (cvs_file): New.
8839         Adjust to the fact that ansi2knr is now hosted by Automake.
8840         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
8841         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
8842         Update from masters.
8843         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
8844         autoscan.pre is not to be installed, and autoscan.list is not to
8845         be shipped.
8846         (CLEANFILES): Add autoscan.list.
8847         (autoscan.list): Disable the cache.
8848         * bin/Makefile.am: Include freeze.mk.
8850 2002-10-25  Akim Demaille  <akim@epita.fr>
8852         * bin/autom4te.in (&load_configuration): Take the file as
8853         argument.
8854         (&parse_args): Handle -C, --cache.
8855         ($help): Adjust.
8856         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
8857         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
8858         * doc/autoconf.texi (Invoking autom4te): Document --cache.
8859         Now a subsection of...
8860         (Using autom4te): This new section.
8861         (Customizing autom4te): New.
8862         (autom4te.cache): Adjust.
8864 2002-10-25  Akim Demaille  <akim@epita.fr>
8866         * doc/autoconf.texi (Generic Headers): More information on how to
8867         use AC_CHECK_HEADERS.
8869 2002-10-25  Akim Demaille  <akim@epita.fr>
8871         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
8872         Space changes.
8874 2002-10-25  Akim Demaille  <akim@epita.fr>
8876         * bin/autoscan.in (output): Output AC_PREREQ.
8877         (%needed_macros): Add AC_PREREQ so that configure.ac without one
8878         be reported.
8880 2002-10-23  Akim Demaille  <akim@epita.fr>
8882         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
8883         document _Bool.
8885 2002-10-23  Akim Demaille  <akim@epita.fr>
8887         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
8888         Reported by Peter Eisentraut.
8890 2002-10-23  Akim Demaille  <akim@epita.fr>
8892         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
8893         type _Bool.
8894         Fix a typo.
8895         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
8896         Eggert's recommandations.
8898 2002-10-22  Akim Demaille  <akim@epita.fr>
8900         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
8901         Bison, by Paul Eggert.
8902         * doc/autoconf.texi (Particular Headers): Document it.
8904 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
8906         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
8907         `$ac_configure_args'.
8909 2002-10-22  Akim Demaille  <akim@epita.fr>
8911         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
8912         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
8913         From Art Haas.
8915 2002-10-22  Akim Demaille  <akim@epita.fr>
8917         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
8919         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8920         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
8921         (_AC_CHECK_HEADER_NEW): Rename as...
8922         (AC_CHECK_HEADER): this.
8924 2002-10-22  Akim Demaille  <akim@epita.fr>
8926         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
8927         words about HP-UX cmp: it was actually a user-written cmp.
8929 2002-10-22  Akim Demaille  <akim@epita.fr>
8931         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
8932         are a few warnings.
8933         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8934         Quote for Perl '' strings, not "".
8935         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
8936         strings.
8938 2002-10-22  Akim Demaille  <akim@epita.fr>
8940         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8941         characters is a syntax warning now.
8942         (_AS_QUOTE): Accept $2 as list of characters to quote.
8943         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8944         Quote for Perl, not sh.
8945         * bin/autoheader.in: When $debug, report the file which is
8946         `do'ne.
8947         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
8948         `@', to tickle Perl's lists.
8949         Reported by Carlos Velasco.
8951 2002-10-18  Akim Demaille  <akim@epita.fr>
8953         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
8954         missing included files _are_ errors.
8955         Thanks to Alexandre Duret-Lutz.
8956         * tests/tools.at (autom4te cache): Adjust.
8957         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
8958         (AT_CHECK_M4SUGAR): Use it.
8959         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8960         Adjust.
8961         * tests/tools.at (autom4te): Now it does exit 1.
8963 2002-10-17  Akim Demaille  <akim@epita.fr>
8965         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
8966         Fixes the `AC_ARG_VAR' test failures.
8967         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
8968         * lib/freeze.mk (check-forbidden-patterns): New.
8969         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
8970         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
8971         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
8972         /dev/null.
8973         Reported months ago by H. Merijn Brand.
8975 2002-10-17  Akim Demaille  <akim@epita.fr>
8977         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
8979 2002-10-16  Paul Eggert  <eggert@twinsun.com>
8981         * Makefile.maint (wget_files): Remove ansi2knr.c.
8982         (ansi2knr.c-url_prefix): Remove.
8984 2002-10-16  Akim Demaille  <akim@epita.fr>
8986         Because of caching, some files that no longer exist and are no
8987         longer required can still cause errors.
8988         Reported by Alexandre Duret-Lutz.
8990         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
8991         to frozen files in @ARGV, as @ARGV must remain being a list of
8992         files.  Rather, at M4 call sites, use this...
8993         (&files_to_options): New function.
8994         (&freeze): Use &error.
8995         (&up_to_date): If a file that was included according to the cache
8996         is no longer there, then the output is out dated.
8997         (&main): Don't even check whether a file is up to date is anyway
8998         --force is given.
8999         * tests/tools.at (autom4te cache): New.
9001 2002-10-16  Akim Demaille  <akim@epita.fr>
9003         * bin/autoconf.as: Kill dead options.
9004         * bin/autoupdate.in (&parse_args): Kill old options.
9005         * bin/autoreconf.in (&parse_args): Remove dead options.
9006         Factor some code.
9007         (&autoreconf): Report the directories we enter *and leave*, so
9008         that error messages can be easily located, and use GNU Make
9009         format, so that Emacs' compile mode understands us.
9010         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
9011         if some file was changed instead of `print'.
9012         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
9013         (&parse_args): Remove the dead options.
9014         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
9015         autoheader's quiet mode.
9016         (AT_CHECK_AUTOUPDATE): Likewise.
9017         * tests/tools.at (autoupdate): Adjust.
9018         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
9020 2002-10-11  Akim Demaille  <akim@epita.fr>
9022         No longer use CPP to check for the existing of headers: use CC to
9023         check for compilability.
9025         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
9026         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
9027         (_AC_CHECK_HEADER_NEW): Rename as...
9028         (AC_CHECK_HEADER): this.
9030         * lib/autotest/general.m4 (AT_INIT): Include the failed test
9031         numbers in the Subject suggestion.
9033 2002-10-11  Akim Demaille  <akim@epita.fr>
9035         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
9036         Suggest using AC_CHECK_DECLS instead.
9038 2002-10-11  Akim Demaille  <akim@epita.fr>
9040         * tests/torture.at (AC_ARG_VAR): Have configure report the value
9041         of `precious'.
9043 2002-10-11  Akim Demaille  <akim@epita.fr>
9045         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
9046         file name to enable parallel executions.
9047         From Sam Varshavchik.
9049 2002-10-08  Akim Demaille  <akim@epita.fr>
9051         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
9052         aclocal invocation, as Gettext macros might not be visible to
9053         aclocal.
9054         Instead of blindly running autopoint, scan configure.ac (not the
9055         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
9056         Reported by Paul D. Smith.
9058 2002-10-08  Paul Eggert  <eggert@twinsun.com>
9060         Work around problems found when POSIXLY_CORRECT=1 is set.
9061         None of this seems to have anything to do with POSIX, really,
9062         but it's how Perl getopt works.
9063         * bin/autom4te.in (parse_args): Configure GetOpt with
9064         "permute", too.
9065         * doc/autoconf.texi (Invoking autom4te):
9066         --warning -> --warnings.
9067         * lib/autom4te.in: --warning -> --warnings.
9069 2002-09-28  Akim Demaille  <akim@epita.fr>
9071         * doc/autoconf.texi (autom4te.cache): New section.
9073 2002-09-28  Akim Demaille  <akim@epita.fr>
9075         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
9076         (Automake-preselections): Update.
9077         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
9079 2002-09-28  Akim Demaille  <akim@epita.fr>
9081         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
9082         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
9083         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
9084         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
9086 2002-09-28  Akim Demaille  <akim@epita.fr>
9088         * tests/torture.at (Configuring subdirectories): Be robust to
9089         users who use config.site to require for a cache: in this case,
9090         the two last configure runs, using two different sets of
9091         arguments, trigger a legitimate error.
9093 2002-09-28  Akim Demaille  <akim@epita.fr>
9095         * tests/m4sh.at (Functions Support, Functions and return Support):
9096         New.
9098 2002-09-28  Akim Demaille  <akim@epita.fr>
9100         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
9101         autoheader are Perl programs.
9102         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
9103         (autom4te): Specify that the sources are in the $srcdir.
9104         * doc/autoconf.texi (Installation Directory Variables): Adjust.
9106 2002-09-28  Akim Demaille  <akim@epita.fr>
9108         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
9109         (tm_zone): Move their rules to...
9110         * lib/autoconf/types.m4: here, using AN_ macros.
9111         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
9112         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
9113         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
9114         * lib/autoconf/programs.m4: here.
9115         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
9116         (ETAGS_FOR_AUTOCONF): New.
9117         Use it.
9119 2002-09-28  Akim Demaille  <akim@epita.fr>
9121         * lib/autoconf/autoscan.m4: New file.
9122         * lib/autoconf/autoconf.m4: Include it.
9123         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
9124         that were listed in the original autoscan.list.
9125         * lib/autoconf/headers.m4: Similarly with headers.
9126         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
9127         (.m4.m4f): Don't pass --prepend-include, since that's done by
9128         tests/autom4te itself.
9129         * lib/autoscan/Makefile.am: Include freeze.mk.
9130         (autoscan.list): New target --this file is no longer a source.
9131         (autoscan.pre): New file.
9133 2002-09-28  Akim Demaille  <akim@epita.fr>
9135         * bin/autoscan.in (@kinds): Make them singular.
9136         Adjust all uses.
9137         (&init_tables): When --debug, report the list of rules to ease
9138         tracking changes in autoscan.list.
9139         * lib/autoscan/autoscan.list (function): Strip comments, sort.
9141 2002-09-28  Akim Demaille  <akim@epita.fr>
9143         * lib/autoscan/functions, lib/autoscan/headers,
9144         * lib/autoscan/identifiers, lib/autoscan/makevars,
9145         * lib/autoscan/programs: Merge into...
9146         * lib/autoscan/autoscan.list: this.
9147         * bin/autoscan.in (&init_tables): Adjust.
9149 2002-09-28  Akim Demaille  <akim@epita.fr>
9151         * lib/autoscan/functions, lib/autoscan/headers,
9152         * lib/autoscan/identifiers, lib/autoscan/makevars,
9153         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
9154         `functions' line is now prefixed with `function:'.
9155         * bin/autoscan.in (&init_tables): Adjust.
9157 2002-09-28  Akim Demaille  <akim@epita.fr>
9159         From now on, autoscan files must always map a macro name to a
9160         word: there is no `default' macro for autoscan.
9162         * bin/autoscan.in (&init_tables): Reject entries with no macro at
9163         all.
9164         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
9165         explicit.
9167 2002-09-28  Akim Demaille  <akim@epita.fr>
9169         * bin/autoscan.in (%c_keywords): Remove.
9170         (&used): Keep only track of the words we might be interested in.
9171         (&output_kind): It is no longer needed to look for non active
9172         checks.
9174 2002-09-27  Akim Demaille  <akim@epita.fr>
9176         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
9177         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
9178         * lib/autoscan/functions: Adjust.
9179         * doc/autoconf.texi (Particular Functions): Adjust.
9181 2002-09-27  Akim Demaille  <akim@epita.fr>
9183         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
9184         from /tmp.
9185         Thanks to Bill Moseley and Paul Eggert.
9186         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
9187         the tmpdir must be created.
9188         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
9189         dir be in the build tree, instead of $TMPDIR.
9191 2002-09-27  Akim Demaille  <akim@epita.fr>
9193         * bin/autoscan.in: Improve the comments.
9194         (&parse_args): Drop obsolete undocumented options.
9195         (&output_kind): Output warnings.
9196         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
9197         (getwd): Trigger a warning.
9199 2002-09-26  Akim Demaille  <akim@epita.fr>
9201         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
9202         Reported by Ralf Corsepius.
9203         * doc/autoconf.texi (autoreconf Invocation): Likewise.
9205 2002-09-26  Akim Demaille  <akim@epita.fr>
9207         Single suffix rules and seperated dependencies are not portable.
9209         * doc/autoconf.texi (Installation Directory Variables): Update.
9210         (Limitations of Make): Some about `Single Suffix Rules and
9211         Separated Dependencies'.
9212         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
9213         (ifnames, autoscan, autom4te): Un-factor into several rules.
9215 2002-09-25  Paul Eggert  <eggert@twinsun.com>
9217         * BUGS (Interoperability bugs): New section.  Mention libtool
9218         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
9220 2002-09-24  Paul Eggert  <eggert@twinsun.com>
9222         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
9223         make handles suffix-rules differently from GNU make.
9225         * bin/Makefile.am (SUFFIXES, .in): Remove.
9226         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
9227         Move the body of the old .in rule here.
9229 2002-09-16  Akim Demaille  <akim@epita.fr>
9231         i960 compilers create `b.out' files by default.
9232         Reported by Ralf Corsepius.
9234         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
9235         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
9237 2002-09-13  Paul Eggert  <eggert@twinsun.com>
9239         * doc/autoconf.texi (Particular Headers): Remove obsolete
9240         reference to `struct timezone' in the description of
9241         AC_HEADER_TIME.
9243 2002-09-13  Akim Demaille  <akim@epita.fr>
9245         Version 2.54.
9247         * config/config.sub, config/config.guess: Update.
9248         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
9249         * Makefile.am: Adjust.
9251 2002-09-13  Akim Demaille  <akim@epita.fr>
9253         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
9254         reading config.log when the compiler is rejected.
9255         Suggested by Guido Draheim.
9257 2002-09-13  Akim Demaille  <akim@epita.fr>
9259         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
9260         (chdir_init) might hang when stat'ing mounted directories.
9261         Reported by Vance Shipley.
9263 2002-09-12  Akim Demaille  <akim@epita.fr>
9265         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
9266         the lists.
9268 2002-09-12  Akim Demaille  <akim@epita.fr>
9270         * doc/autoconf.texi (Defining Symbols): Present two different
9271         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
9272         difference between 1 argument calls, and 2-3 argument calls.
9274 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
9276         * doc/autoconf.texi: Review grammar and punctuation.
9278 2002-09-11  Paul Eggert  <eggert@twinsun.com>
9280         * doc/autoconf.texi: Fix minor formatting, spelling, and
9281         grammatical typos.
9282         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
9283         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
9284         is obsolescent.
9286 2002-09-11  Akim Demaille  <akim@epita.fr>
9288         * doc/autoconf.texi (Questions): Rename as...
9289         (FAQ): this.
9290         (Defining Directories): New.
9292 2002-09-09  Akim Demaille  <akim@epita.fr>
9294         * doc/autoconf.texi (Making testsuite Scripts): Update.
9295         Suggested by Nishio Futoshi.
9297 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
9299         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
9300         plain `@' is wanted.
9302 2002-09-09  Akim Demaille  <akim@epita.fr>
9304         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
9305         `duplicates', since the algorithm was too naive and could keep
9306         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
9307         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
9308         Reported by Ralf Corsepius.
9309         * tests/torture.at (Configuring subdirectories): Exercise these
9310         cases.
9312 2002-09-09  Akim Demaille  <akim@epita.fr>
9314         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
9315         looking for a replacement file.
9316         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
9317         directory is relative.
9318         * doc/autoconf.texi (Generic Functions): Clarify the replacement
9319         directory definition.
9320         Reported by Andreas Schwab and Jim Meyering.
9322 2002-09-06  Akim Demaille  <akim@epita.fr>
9324         * doc/autoconf.texi (Setting Output Variables): Clarify what
9325         precious variables are.
9326         Suggested by Pontus Skoeld.
9328 2002-09-05  Akim Demaille  <akim@epita.fr>
9330         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
9331         (ifnames, autoscan, autom4te): Since we don't only depend on
9332         configure.ac variables (such as VERSION etc.), but also on prefix
9333         and so forth, depend on Makefile, not configure.ac.
9334         Reported by Alexandre Duret-Lutz.
9335         * doc/autoconf.texi (Installation Directory Variables): Adjust.
9337 2002-09-05  Kevin Ryde  <user42@zip.com.au>
9339         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
9340         doesn't seem to be confined to ia64, just say "some versions".
9342 2002-09-04  Akim Demaille  <akim@epita.fr>
9344         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
9345         Automake 1.6c.
9346         * Makefile.am (maintainer-clean-local): Remove.
9347         (MAINTAINERCLEANFILES): Remove COPYING.
9349 2002-09-03  Paul Eggert  <eggert@twinsun.com>
9351         * doc/autoconf.texi (Configuration Commands): Remove obsolete
9352         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
9353         Brinkmann.
9355 2002-09-03  Akim Demaille  <akim@epita.fr>
9357         * configure.ac: Bump to 2.53d.
9358         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
9359         as of today, on Automake's team suggestion.
9361 2002-09-03  Akim Demaille  <akim@epita.fr>
9363         Version 2.53c.
9365 2002-09-02  Akim Demaille  <akim@epita.fr>
9367         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
9368         SITE_MACRO_DIR.
9369         * configure.ac: Disable SITE_MACRO_DIR.
9371 2002-09-02  Jim Meyering  <meyering@lucent.com>
9373         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
9374         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
9375         Also, tweak grammar: s/make sure to/be sure to/.
9377 2002-09-02  Paul Eggert  <eggert@twinsun.com>
9379         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
9380         directory names are generally preferable to physical names.
9382 2002-09-02  Akim Demaille  <akim@epita.fr>
9384         * lib/Autom4te/General.pm (&update_file): s/die/error/.
9385         Reported by Raja R. Harinath.
9386         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
9387         * bin/autoupdate.in: Use error instead of die.
9389 2002-09-01  Paul Eggert  <eggert@twinsun.com>
9391         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
9392         ordinary shell concatenation rather than echo+tr+sed command that
9393         runs afoul of a long-line-related sed bug in Solaris 8.
9395         * bin/autoheader.in (parse_args): --warning -> --warnings.
9397         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
9398         stdout, as traditional "ls" does.
9399         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
9400         _AC_COMPILER_EXEEXT_O): Likewise.
9401         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
9403         * bin/autoconf.as: Add --prepend-include option.  This patch was
9404         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
9405         but bin/autoconf.in is generated automatically from bin/autoconf.as.
9407         * bin/autoconf.in, configure: Regenerate.
9409         * doc/autoconf.texi (Special Shell Variables): Mention
9410         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
9412         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
9413         MAILPATH and set PS1, PS2, PS4 to default values, to work
9414         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
9415         For LC_ALL etc, first try to set to "C" as POSIX requires and as
9416         the Autoconf documentation specifies; fall back to "unset" only if
9417         this fails.  Use a shell for-loop for this rather than an m4 loop,
9418         to shorten the output script.
9420 2002-08-30  Paul Eggert  <eggert@twinsun.com>
9422         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
9423         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
9424         for the CDPATH problem.  Document PWD.
9425         (Limitations of Builtins): Document the problem that "cd $foo" and
9426         "ls $foo" may refer to different directories in shells conforming
9427         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
9428         example, since the old example is now out of date.
9430         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
9431         FOO" and "ls FOO" talk about different directories; this catches
9432         problems when POSIX 1003.1-2001 "cd" fails due to symlink
9433         spaghetti.
9435         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
9436         of rolling our own unset.
9437         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
9438         in practice we needn't worry about CDPATH if unset doesn't work.
9440         * Makefile.in, aclocal.m4, bin/Makefile.in,
9441         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
9442         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
9443         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
9444         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
9445         tests/Makefile.in: Regenerate with Automake 1.6.3.
9447         * config/config.guess, config/config.sub, config/mkinstalldirs:
9448         Update.
9450         * configure: Regenerate with self.
9452 2002-08-30  Kevin Ryde  <user42@zip.com.au>
9454         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
9455         default output.
9457 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9459         * bin/autom4te.in (Request::load): Correctly test for "do" read
9460         failure.
9462 2002-08-29  Akim Demaille  <akim@epita.fr>
9464         * lib/Autom4te/General.pm (&xqx): New.
9465         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
9466         hand, which is not portable.
9467         (&error): New.
9468         * bin/autom4te.in: Use them.
9469         Use &error instead of die.
9470         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
9471         Adjust.
9473 2002-08-17  Paul Eggert  <eggert@twinsun.com>
9475         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
9476         default list of compilers to try, since it was long ago superseded
9477         by the ksh fc builtin.  Suggested by Steven G. Johnson.
9479 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
9481         * doc/autoconf.texi (Invoking autom4te): End the option table,
9482         fixing a bug introduced by the previous patch.
9483         (Limitations of Make): Add a 'target lookup' subentry in the
9484         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
9486 2002-07-29  Mark D. Roth  <roth@feep.net>
9488         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
9489         options and use $AUTOM4TE_PATH.
9490         * doc/autoconf.texi: Remove documentation of autom4te
9491         --include-envvar and --site-macro-subdir options and document
9492         use of $AUTOM4TE_PATH.
9493         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
9494         arguments from each language section.
9496 2002-07-29  Paul Eggert  <eggert@twinsun.com>
9498         * doc/install.texi: Include copyright symbol in copyright notice.
9500         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
9501         Replace with:
9502         (AM_MAKEINFOFLAGS): New macro.
9503         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
9504         * Makefile.am (INSTALL): Use the new macros.
9505         Use -o rather than --output, since "missing" does not grok --output.
9507 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
9509         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
9510         comments do not always work. Never trust the exit status of
9511         `make -k'.
9513 2002-07-24  Kevin Ryde  <user42@zip.com.au>
9515         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
9516         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
9518 2002-07-23  Paul Eggert  <eggert@twinsun.com>
9520         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
9521         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
9522         apparently treats PATH="nonexistent" as if it contained ".".
9523         Bug reported by Stefan `Sec' Zehl.
9525 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
9527         * doc/autoconf.texi (Limitations of Make): Mention the special
9528         handling of the obj/ directory by BSD make.
9530 2002-07-20  Kevin Ryde  <user42@zip.com.au>
9532         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
9533         backslashes.
9535 2002-07-19  Akim Demaille  <akim@epita.fr>
9537         * doc/autoconf.texi (Function Portability): `exit'.
9538         (Programming in M4sh): Ethymology of M4sh.
9540 2002-07-19  Akim Demaille  <akim@epita.fr>
9542         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
9544 2002-07-18  Akim Demaille  <akim@epita.fr>
9546         Version 2.53b.
9548 2002-07-18  Akim Demaille  <akim@epita.fr>
9550         * config/config.guess, config/config.sub: Update.
9552 2002-07-18  Akim Demaille  <akim@epita.fr>
9554         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
9555         Automake's parts.
9557         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
9558         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
9559         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
9561 2002-07-18  Akim Demaille  <akim@epita.fr>,
9562             Alexandre Duret-Lutz  <duret_g@epita.fr>
9564         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
9565         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
9567 2002-07-17  Russ Allbery  <rra@stanford.edu>
9569         * doc/autoconf.texi (Initializing configure): Clarify the
9570         description of the tarname default.
9572 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
9574         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
9575         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
9576         latter was not run.
9578 2002-07-17  Akim Demaille  <akim@epita.fr>
9580         * lib/Autom4te/General.pm (find_file): Browse the directories in
9581         the order they are given.
9583 2002-07-17  Akim Demaille  <akim@epita.fr>
9585         * tests/wrapsh.as, tests/wrappl.as: Merge into...
9586         * tests/wrapper.as: this.
9587         * tests/Makefile.am, configure.ac: Adjust.
9589 2002-07-17  Mark D. Roth  <roth@feep.net>
9591         * configure.ac: Add --enable-site-macro-dir option.
9592         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
9593         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
9594         --site-macro-subdir options.
9595         * bin/autoconf.in: Add --prepend-include option.
9596         * bin/autoheader.in: Add --prepend-include option.
9597         * bin/autoreconf.in: Add --prepend-include option.
9598         * bin/autoscan.in: Add --prepend-include option.
9599         * bin/autoupdate.in: Add --prepend-include option.
9600         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
9601         macro directory, remove note that include path directories are
9602         used in reverse order, and document --prepend-include option.
9603         * lib/autom4te.in: Use --prepend-include instead of --include.
9604         * tests/wrapsh.in: Use --prepend-include instead of --include.
9606 2002-07-17  Akim Demaille  <akim@epita.fr>
9608         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
9609         tarnames.
9610         * doc/autoconf.texi (Initializing configure): Adjust.
9612 2002-07-17  Akim Demaille  <akim@epita.fr>
9614         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
9615         (_AC_FUNC_MALLOC): New.
9616         (AC_FUNC_MALLOC): Use the latter.
9617         Define HAVE_MALLOC to 0 if broken.
9618         * doc/autoconf.texi (Particular Functions): Adjust.
9620 2002-07-16  Akim Demaille  <akim@epita.fr>
9622         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
9623         * doc/autoconf.texi (C Compiler): Adjust.
9625 2002-07-09  Akim Demaille  <akim@epita.fr>
9627         * doc/autoconf.texi: Properly set the ``header'' part.
9629 2002-07-09  Akim Demaille  <akim@epita.fr>
9631         * doc/autoconf.texi (Systemology): Some about Darwin.
9633 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9635         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
9636         Don't use AC_REQUIRE in AU_DEFUN.
9638 2002-07-09  Art Haas  <ahaas@neosoft.com>
9640         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
9642 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
9644         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9645         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
9646         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
9647         so that Emacs setups GNU style for perl-mode and cperl-mode.
9649 2002-06-27  Paul Eggert  <eggert@twinsun.com>
9651         * config/install-sh: Quote $src.  Prefer || to test's -o option,
9652         as per "Limitations of Builtins".
9653         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
9654         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
9656         * tests/mktests.sh: Use grep instead of fgrep, as per
9657         "Limitations of Builtins".
9659 2002-06-15  Paul Eggert  <eggert@twinsun.com>
9661         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
9662         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
9663         so that we consistently test the just-built programs.
9664         * tests/wrappl.as: Likewise.
9666 2002-06-12  Paul Eggert  <eggert@twinsun.com>
9668         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
9669         name, so that symlinks to 'autoconf' work properly.  Bug reported
9670         by Bruno Haible.
9671         * bin/autoheader.in (AUTOM4TE): Likewise.
9672         * bin/autoreconf.in (autoconf, autoheader): Likewise.
9673         * bin/autoscan.in (autom4te): Likewise.
9674         * bin/autoupdate.in (autom4te): Likewise.
9676         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
9677         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
9678         on Solaris 2.5.1.
9680 2002-06-11  Andreas Schwab  <schwab@suse.de>
9682         * doc/autoconf.texi: Add more dir entries.
9684 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
9686         * bin/autom4te.in ($cache): Don't define using `$me', the name
9687         of the cache should not depend on the name under which autom4te
9688         was installed.
9690 2002-06-07  Akim Demaille  <akim@epita.fr>
9692         * tests/tools.at (autoconf: forbidden tokens, basic)
9693         (autoconf: forbidden tokens, exceptions): Adjust to the change of
9694         words in autom4te.in.
9696 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
9698         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
9699         _AC_LANG_PROGRAM_C_F77_HOOKS.
9701 2002-06-07  Akim Demaille  <akim@epita.fr>
9703         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
9704         rename as...
9705         (AC_REPLACE_FNMATCH): this.
9706         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
9707         AC_FUNC_FNMATCH_GNU.
9709 2002-06-07  Akim Demaille  <akim@epita.fr>
9711         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
9712         Rosetta Stone for Unix.
9714 2002-06-07  Akim Demaille  <akim@epita.fr>
9716         * bin/autom4te.in (warn_forbidden): When rejecting a token,
9717         suggest m4_pattern_allow.
9718         Suggested by Adam J. Richter.
9720 2002-06-07  Akim Demaille  <akim@epita.fr>
9722         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
9723         ac_config_libobj_dir.
9724         (AC_CONFIG_LIBOBJ_DIR): New.
9725         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
9726         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
9727         Use ac_config_libobj_dir to find the replacement files.
9728         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
9729         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
9730         (AC_REPLACE_FNMATCH_GNU): these.
9731         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
9732         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
9733         * tests/mktests.sh (ac_exclude_list): Don't check
9734         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
9736 2002-06-06  Paul Eggert  <eggert@twinsun.com>
9738         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
9739         if ln doesn't work.
9740         * NEWS: Likewise.
9741         * doc/autoconf.texi (Configuration Links): Likewise.
9742         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
9744 2002-06-05  Paul Eggert  <eggert@twinsun.com>
9746         * config/config.guess, config/config.sub, config/texinfo.tex:
9747         Update from masters.
9749 2002-05-29  Paul Eggert  <eggert@twinsun.com>
9751         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
9752         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
9753         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
9754         Likewise.
9755         * lib/autoconf/Makefile.am (check-local): Likewise.
9756         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
9757         * lib/autoconf/types.m4 (commentary only): Likewise.
9758         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
9759         * lib/autotest/Makefile.am (check-local): Likewise.
9760         * lib/m4sugar/Makefile.am (check-local): Likewise.
9761         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
9762         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
9764         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
9765         * doc/autoconf.texi (Particular Programs): Document them.
9766         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
9767         * NEWS: Likewise.
9769 2002-05-27  Paul Eggert  <eggert@twinsun.com>
9771         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
9772         * NEWS, doc/autoconf.texi (Particular Types): Document it.
9773         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
9774         instead of AC_MBSTATE_T, which never existed.
9776 2002-05-23  Akim Demaille  <akim@epita.fr>
9778         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
9779         version of Autoconf that is discussed.
9781 2002-05-22  Paul Eggert  <eggert@twinsun.com>
9783         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
9784         from the default list of compilers to try.  Suggested by
9785         Kate Hedstrom.
9786         * NEWS: Document the above.
9787         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
9789 2002-05-17  Paul Eggert  <eggert@twinsun.com>
9791         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
9792         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
9793         This improves on an earlier suggestion by H. Peter Anvin.
9795 2002-05-16  Paul Eggert  <eggert@twinsun.com>
9797         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
9798         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
9799         Both macros now accept an optional source-dir arg.
9800         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
9802         * NEWS: Document this.
9803         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
9805         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
9806         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
9807         not for GNU extensions; this undoes part of the 2000-11-03 change,
9808         reverting to 2.13-compatible behavior.
9809         Add new optional argument DIR.
9810         (AC_FUNC_FNMATCH_GNU): New macro.
9812         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
9814 2002-05-08  Paul Eggert  <eggert@twinsun.com>
9816         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
9817         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
9818         and it causes a 'test' syntax error if it fails.
9819         Bug reported by Stephen Gildea.
9821         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
9822         If prototypes are supported, use them to check this at compile-time,
9823         instead of trying to check it at run-time.  If we must do a run-time
9824         check, assume that setvbuf is standard when cross-compiling, as
9825         nonstandard setvbuf occurs only on ancient and unlikely hosts.
9826         Bug reported by Paul D. Smith.
9828         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
9829         argument specifying location of getloadavg.c.  This removes a
9830         FIXME.  This idea was taken from Jim Meyering's implementation in
9831         textutils.
9832         * doc/autoconf.texi (Particular Functions): Document this.
9833         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
9834         that's what the code does; this fixes a bug reported by
9835         Paul D. Smith.
9837 2002-05-03  Akim Demaille  <akim@epita.fr>
9839         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
9840         autopoint instead of gettextize.
9841         ($uses_alocal): Rename as...
9842         ($uses_aclocal): this.
9843         * doc/autoconf.texi (autoreconf Invocation): Adjust.
9844         Suggested by Bruno Haible.
9846 2002-05-03  Akim Demaille  <akim@epita.fr>
9848         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
9850 2002-04-29  Paul Eggert  <eggert@twinsun.com>
9852         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
9853         files to be 1 second older; just set them to be the same time.
9854         Also, sleep 1 second after the first aclocal, to work around
9855         problems with sub-second time stamps on the input files.
9857 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
9859         * doc/autoconf.texi: Mention "set -e -x" lossage
9860         under node "Limitations of Builtins".
9862 2002-04-29  Akim Demaille  <akim@epita.fr>
9864         * doc/install.texi: Better wording for setting variables when
9865         running configure.
9866         From Christian Cornelssen.
9868 2002-04-29  Akim Demaille  <akim@epita.fr>
9870         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
9871         of lack of $LINENO support, then the test will compare the $LINENO
9872         in testsuite vs. the lineno in the test file.  This is wrong, of
9873         course.
9874         Be sure to protect it.
9875         Reported by Patrick Welche.
9877 2002-04-25  Akim Demaille  <akim@epita.fr>
9879         * doc/autoconf.texi (Obsolete Macros): Typo.
9880         Reported by Vladimir Volovich.
9882 2002-04-25  Akim Demaille  <akim@epita.fr>
9884         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
9885         than some of the input files, hence, on the second run of aclocal,
9886         if some of its input are younger, make them older.
9887         Suggested by Paul Eggert.
9889 2002-04-25  Akim Demaille  <akim@epita.fr>
9891         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
9892         Thanks to Paul Eggert.
9894 2002-04-25  Akim Demaille  <akim@epita.fr>
9896         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
9897         and ac_subst_vars be sh variables containing the list of
9898         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
9899         DEFAULT diversion.
9900         (_AC_INIT_PREPARE): Use them to log them.
9901         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
9902         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
9903         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
9904         _AC_SUBST_FILES and _AC_SUBST_VARS.
9905         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
9907 2002-04-24  Akim Demaille  <akim@epita.fr>
9909         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
9910         autoheader, so that automake does not complain about a missing
9911         config.h.in that was to be created.
9913 2002-04-23  Akim Demaille  <akim@epita.fr>
9915         * bin/autoheader.in (parse_args): --warning takes an argument.
9916         Fixes PR/220.
9918 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
9920         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
9921         and bb.out when cleaning up.
9923 2002-04-22  Akim Demaille  <akim@epita.fr>
9925         Version 2.53a.
9927 2002-04-22  Akim Demaille  <akim@epita.fr>
9929         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
9931 2002-04-22  Akim Demaille  <akim@epita.fr>
9933         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
9934         comma.
9935         Reported by Gregory Giannoni.
9937 2002-04-22  Akim Demaille  <akim@epita.fr>
9939         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
9940         Fixes false failures on Darwin.
9942 2002-04-21  Paul Eggert  <eggert@twinsun.com>
9944         * TODO, bin/autoupdate.in, doc/autoconf.texi,
9945         lib/autoconf/general.m4, lib/autoconf/libs.m4,
9946         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
9947         tests/tools.at: Minor spelling and grammar fixes.
9949 2002-04-20  Paul Eggert  <eggert@twinsun.com>
9951         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
9952         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
9953         * lib/autotest/general.m4 (AT_INIT): Likewise.
9954         * tests/atgeneral.m4 (AT_INIT): Likewise.
9956 2002-04-19  Paul Eggert  <eggert@twinsun.com>
9958         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
9959         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
9960         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
9961         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9962         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
9963         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
9964         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
9965         Minor spelling and grammar fixes.
9967         * doc/autoconf.texi: Follow the outline suggested in the GNU
9968         Sample Texts sections of the Texinfo 4.2 manual.  Most
9969         importantly, this makes sure that the copyright notices appear in
9970         all output formats.  You probably need Texinfo 4.2 to generate
9971         the manual now.
9973         Fix some bugs when using "$@" when there might be zero positional
9974         arguments in cases where this matters.
9976         * bin/autoconf.as: Rewrite so that the problem does not come up.
9977         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
9978         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
9979         * lib/autotest/general.m4 (AT_INIT): Likewise.
9981         * bin/autoheader.in: Use 'case' statement to work around problem.
9982         * bin/auto4mte.in: Likewise.
9983         * bin/autoreconf.in: Likewise.
9984         * bin/autoscan.in: Likewise.
9985         * bin/autoupdate.in: Likewise.
9986         * bin/ifnames.in: Likewise.
9988         * doc/autoconf.texi (Shell Substitutions): Document the problem.
9990         * lib/autotest/general.m4 (AT_INIT):
9991         Use Zsh alias to work around problem.
9992         * tests/atgeneral.m4 (AT_INIT): Likewise.
9994         * tests/c.at: We can't have zero arguments, so remove workaround
9995         that is not portable to Zsh.
9997 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
9999         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
10000         from aclocal.m4 too.
10002 2002-04-12  Akim Demaille  <akim@epita.fr>
10004         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
10006 2002-04-10  Akim Demaille  <akim@epita.fr>
10008         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
10009         workaround for ${1+"$@"}.
10010         * doc/autoconf.texi (Shell Substitutions): Explain it.
10011         From Oliver Kiddle and Peter Stephenson.
10013         Have M4sh perform minimal shell sanitizing.
10015         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
10016         part into...
10017         (_AS_PREPARE): this new macro.
10018         (AS_PREPARE): New.
10019         (AS_INIT): Invoke AS_SHELL_SANITIZE.
10020         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
10022         Adjust Autoconf and Autotest.
10024         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
10025         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
10026         * lib/autotest/general.m4 (AT_INIT): Likewise.
10027         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
10028         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
10029         AS_SHELL_SANITIZE.
10031         Use this M4sh to generate Autoconf's shell scripts.
10033         * tests/wrapsh.as: New, precursor of wrapsh.in.
10034         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
10035         on Autotest and M4sh.
10036         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
10037         (wrapsh.in): New target.
10038         * bin/autoconf.as: New, precursor of autoconf.in.
10039         (autoconf.in): New target.
10041 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
10043         * doc/autoconf.texi (Limitations of Make): Mention the issue
10044         with indented comments in rules.
10046 2002-04-09  Andreas Schwab  <schwab@suse.de>
10048         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
10049         ac_top_builddir when setting ac_abs_top_builddir.
10051 2002-04-06  Kevin Ryde  <user42@zip.com.au>
10053         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
10054         (Portable Shell): Cross reference to Systemology.
10056 2002-04-05  Akim Demaille  <akim@epita.fr>
10058         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
10059         directories when descending in a SUBDIRS.
10060         Reported by Ezra Peisach.
10062 2002-04-04  Andreas Schwab  <schwab@suse.de>
10064         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
10065         contains no literal separators.
10067 2002-04-03  Akim Demaille  <akim@epita.fr>
10069         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
10070         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
10071         Use dnl, not the KILL diversion.
10072         Extracted from...
10073         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
10074         (AC_CONFIG_LINKS): here.
10075         Adjust.
10076         Don't use the KILL diversion, as it kills spurious output, which
10077         results in failures being hidden.
10078         Use m4_defn where appropriate.
10079         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
10080         after the second argument.
10081         Use m4_defn.
10082         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
10083         syntax, as it is provided by M4sugar.
10084         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
10086 2002-04-03  Andreas Schwab  <schwab@suse.de>
10088         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
10089         expanded if $# <= 2.
10091         * bin/autoreconf.in (autoreconf): Run automake after rerunning
10092         aclocal.
10094 2002-04-03  Akim Demaille  <akim@epita.fr>
10096         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
10097         (_AC_COMPILER_EXEEXT_REJECT): New.
10098         Also recognize *.bb and *.bbg as compilation byproducts.
10099         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
10100         (_AC_COMPILER_OBJEXT): Use them.
10101         Fixes Debian #138666.
10103 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
10105         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
10107         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
10108         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
10109         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
10110         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
10111         (AC_C_CONST): Same.
10112         (AC_C_INLINE): Same.
10113         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
10114         * doc/autoconf.texi, NEWS: Document.
10115         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
10116         AC_C_CROSS.
10118 2002-04-02  Akim Demaille  <akim@epita.fr>
10120         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
10121         _AS_MKDIR_P_PREPARE.
10123 2002-03-28  Kevin Ryde  <user42@zip.com.au>
10125         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
10126         to avoid versions of HP C which don't allow that.
10128 2002-03-27  Paul Eggert  <eggert@twinsun.com>
10130         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
10131         (AS_SHELL_SANITIZE): Invoke it.
10132         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
10134 2002-03-26  Akim Demaille  <akim@epita.fr>
10136         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
10138 2002-03-26  Akim Demaille  <akim@epita.fr>
10140         * doc/autoconf.texi (Introduction): The GNATS base moved.
10142 2002-03-25  Paul Eggert  <eggert@twinsun.com>
10144         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
10145         as POSIX requires, as it doesn't work with Zsh.
10146         * doc/autoconf.texi (Assignments): Document the problem.
10148 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
10150         * doc/autoconf.texi (Limitations of Make): Mention more issue
10151         about VPATH, overriding of macros in sub-makes, and handling of
10152         SHELL.
10154 2002-03-21  Paul Eggert  <eggert@twinsun.com>
10156         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
10157         problem with here-document buffer boundaries.
10159         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
10160         when reinvoking the shell, to work around problems with installers
10161         who put strange things like "cd" commands in their environments.
10163 2002-03-19  Akim Demaille  <akim@epita.fr>
10165         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
10166         From Aaron Ucko.
10168 2002-03-19  Akim Demaille  <akim@epita.fr>
10170         * bin/autoscan.in (scan_file): Specify the location in `&used'
10171         invocations.
10172         From Nicolas Joly.
10174 2002-03-19  Akim Demaille  <akim@epita.fr>
10176         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
10177         From Nishio Futoshi.
10179 2002-03-19  Akim Demaille  <akim@epita.fr>
10181         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
10183 2002-03-18  Paul Eggert  <eggert@twinsun.com>
10185         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
10186         (Limitations of Usual Tools): Add mkdir section.
10188         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
10189         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
10190         back on AS_DIRNAME to compute prefixes otherwise; this is
10191         roughly what mkinstalldirs does.  That way, we need not have
10192         our own filename disassembler.  The old disassembler did not
10193         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
10195         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
10196         Create at_test_all by a series of assignments,
10197         not by a single assignment of a long string.  The latter causes ksh
10198         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
10199         presumably because of a buffer overrun.
10201 2002-03-14  Paul Eggert  <eggert@twinsun.com>
10203         * lib/autotest/general.m4 (at_times_skip):
10204         Renamed from at_times.  Now a boolean.
10205         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
10206         says 'times: not found'.
10208 2002-03-14  Akim Demaille  <akim@epita.fr>
10210         * bin/autoreconf.in (&study_gettextize): New.
10211         (&autoreconf): Handle newest gettextize.
10212         Rerun aclocal if needed.
10213         Suggested by Andreas Schwab.
10215 2002-03-13  Akim Demaille  <akim@epita.fr>
10217         * doc/autoconf.texi (Special Shell Variables): More about IFS.
10219 2002-03-13  Akim Demaille  <akim@epita.fr>
10221         * doc/autoconf.texi (Header Portability): New.
10222         Add information about stdint.h and inttypes.h from Paul Eggert.
10224 2002-03-13  Akim Demaille  <akim@epita.fr>
10226         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
10227         -p'.
10228         From Bob Proulx.
10230 2002-03-12  Akim Demaille  <akim@epita.fr>
10232         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
10233         m4_require.
10235 2002-03-11  Andreas Schwab  <schwab@suse.de>
10237         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
10238         does not do it if --with-lispdir is given.
10240 2002-03-08  Akim Demaille  <akim@epita.fr>
10242         Version 2.53.
10244 2002-03-08  Akim Demaille  <akim@epita.fr>
10246         * doc/autoconf.texi (Subdirectories): Clarify that the
10247         subdirectory should exist.
10249 2002-03-08  Akim Demaille  <akim@epita.fr>
10251         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
10253 2002-03-08  Akim Demaille  <akim@epita.fr>
10255         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
10256         aliases the actual variables, and modifications of the former
10257         affect the latter.
10259 2002-03-08  Akim Demaille  <akim@epita.fr>
10261         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
10262         because of C-c: have m4 output in tmp files, then mv them.
10264 2002-03-08  Akim Demaille  <akim@epita.fr>
10266         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
10267         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
10268         * bin/ifnames.in: Copyright update.
10270 2002-03-08  Akim Demaille  <akim@epita.fr>
10272         * doc/autoconf.texi (Invoking autom4te): New.
10274 2002-03-05  Akim Demaille  <akim@epita.fr>
10276         * doc/autoconf.texi (Specifying Names): Clarification suggested by
10277         Kevin Ryde.
10279 2002-03-05  Akim Demaille  <akim@epita.fr>
10281         Version 2.52i.
10283 2002-03-04  Akim Demaille  <akim@epita.fr>
10285         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
10286         * lib/autoconf/general.m4 (AC_INIT): More informative error
10287         message for LIBOBJ.
10289 2002-03-04  Akim Demaille  <akim@epita.fr>
10291         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
10292         parallel builds.
10294 2002-03-04  Akim Demaille  <akim@epita.fr>
10296         * doc/autoconf.texi (Transforming Names): Equality between target
10297         and host is irrelevant.
10298         (Specifying Names, Canonicalizing): Remove all references to the
10299         backward compatibility hooks.  Rather, collect them all into...
10300         (Hosts and Cross-Compilation): this new section.
10301         * doc/install.texi (System Type): Ditto.
10302         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
10303         that `--host' implies cross-compilation.
10305 2002-03-04  Akim Demaille  <akim@epita.fr>
10307         * doc/autoconf.texi (Evaluation Macros): New.
10308         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
10309         useless.
10310         (_m4_foreach): Define the variant with immediate evaluation so
10311         that it contains exactly the items, not an expression which
10312         evaluation is the current item.
10313         (m4_re_string, m4_re_word): Don't over quote them.
10315 2002-03-04  Akim Demaille  <akim@epita.fr>
10317         Instead of having stacking `shift's evaluated at the end, let
10318         `foreach' loops immediately evaluate them.
10320         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
10321         $*.  This is the n-th time I change my mind, but hopefully this is
10322         the last...
10323         (m4_lquote): New.
10324         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
10325         efficient.
10326         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
10327         it was only a hack for m4_text_wrap.
10328         (m4_car2): Remove, replaced by...
10329         (m4_cdr): New.
10330         (_m4_foreach): Adjust.
10331         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
10332         m4_bpatsubst for clarification.
10334 2002-03-04  Akim Demaille  <akim@epita.fr>
10336         * doc/autoconf.texi (Changequote is Evil): New.
10338 2002-03-03  Kevin Ryde  <user42@zip.com.au>
10340         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
10341         on old systems like SunOS.
10343 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
10345         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
10346         lib/autoconf/functions.m4, lib/autoconf/general.m4,
10347         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
10348         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
10349         of messages.
10351 2002-02-28  Akim Demaille  <akim@epita.fr>
10353         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
10354         message to be sent.
10356 2002-02-28  Kevin Ryde  <user42@zip.com.au>
10358         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
10360 2002-02-25  Akim Demaille  <akim@epita.fr>
10362         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
10363         From Akinori Musha.
10365 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
10367         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
10368         translate \r\n to \n.
10370 2002-02-07  Akim Demaille  <akim@epita.fr>
10372         Version 2.52h.
10374 2002-02-07  Akim Demaille  <akim@epita.fr>
10376         Fix Autoconf PR/209.
10377         Also reported by Frank Denis.
10379         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
10381 2002-02-07  Akim Demaille  <akim@epita.fr>
10383         Fix Autoconf PR/207:
10384         AC_PREFIX_PROGRAM fails with dashed program names
10386         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
10387         variable when looking for the prefix program.
10388         Now it also works for shell variables.
10390 2002-02-07  Akim Demaille  <akim@epita.fr>
10392         * doc/autoconf.texi (Limitations of Builtins): More about
10393         case/esac.
10395 2002-02-06  Akim Demaille  <akim@epita.fr>
10397         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
10398         case/esac, some shells don't support it.
10399         Reported by Zack Weinberg.
10400         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
10402 2002-02-06  Akim Demaille  <akim@epita.fr>
10404         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
10405         sure not to introduce newlines in at_groups.
10406         * lib/autotest/Makefile.am (autotest.m4f): Typo.
10408 2002-02-06  Akim Demaille  <akim@epita.fr>
10410         * tests/torture.at (Configuring subdirectories): Skip if aclocal
10411         is not available.
10413 2002-02-05  Paul Eggert  <eggert@twinsun.com>
10415         * doc/autoconf.texi (Specific Compiler Characteristics):
10416         Describe HP-UX cc bug workaround more accurately.
10417         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
10418         not unsigned long.
10419         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
10420         cross-compilers, too.  This undoes some of the most recent change
10421         to this file.
10423 2002-02-05  Akim Demaille  <akim@epita.fr>
10425         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
10426         to make sure they are up to date when `check' is run.
10428 2002-02-05  Akim Demaille  <akim@epita.fr>
10430         * doc/autoconf.texi (Making testsuite Scripts): Document
10431         package.m4.
10433 2002-02-05  Akim Demaille  <akim@epita.fr>
10435         * lib/freeze.mk: New.
10437 2002-02-05  Akim Demaille  <akim@epita.fr>
10439         Implement `autom4te --freeze'.
10441         * bin/autom4te.in (&freeze): New.
10442         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
10443         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
10445 2002-02-05  Akim Demaille  <akim@epita.fr>
10447         * bin/autom4te.in (&parse_args): Implement `frozen files are
10448         optional are the sum of the previous files on the command line'.
10449         Also, pass `--reload-state=' on them, so...
10450         (handle_m4): don't.
10451         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
10452         (M4sh): Rely on M4sugar.
10453         (Autotest, M4sh, M4sugar): Use frozen files.
10455 2002-01-31  Akim Demaille  <akim@epita.fr>
10457         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
10458         * doc/autoconf.texi (Initializing configure): Adjust.
10460 2002-01-30  Akim Demaille  <akim@epita.fr>
10462         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
10463         alphanumeric to `-' instead of `_'.
10465 2002-01-30  Akim Demaille  <akim@epita.fr>
10467         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
10468         for plain code, the other for cross-compilation code.  The latter
10469         is now run with GCC only.
10470         * doc/autoconf.texi (Compilers and Preprocessors): New.
10472 2002-01-30  Akim Demaille  <akim@epita.fr>
10474         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
10475         values.
10476         * doc/autoconf.texi (Initializing configure): Explain how to
10477         change AC_INIT default values.
10479 2002-01-29  Akim Demaille  <akim@epita.fr>
10481         * tests/torture.at (Configuring subdirectories): Use configure.in,
10482         so that aclocal 1.4 works.
10483         Reported by Alexandre Duret-Lutz and Larry Schmitt.
10485 2002-01-28  Akim Demaille  <akim@epita.fr>
10487         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
10488         needs an argument.
10490 2002-01-28  Akim Demaille  <akim@epita.fr>
10492         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
10493         AUTOTEST_PATH *after* it was set.
10494         Don't put `.' in the PATH: the user should be precise and `./' if
10495         needed.  In addition, given that the test suite does some `cd', if
10496         `.' is in the path, the `tested programs' sections will report
10497         programs found in the test suite's directory, while during the
10498         tests (performed in their own directory), these programs are no
10499         longer visible.  In other words, the results is confusing and
10500         useless.
10501         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
10503 2002-01-24  Akim Demaille  <akim@epita.fr>
10505         Version 2.52g.
10507 2002-01-24  Akim Demaille  <akim@epita.fr>
10509         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
10510         * doc/autoconf.texi: Finally add Akim as an author.
10512 2002-01-24  Akim Demaille  <akim@epita.fr>
10514         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
10515         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
10516         Bourne. Use /bin/sh.
10517         From Andreas Buening.
10519 2002-01-24  Akim Demaille  <akim@epita.fr>
10521         * config/config.guess, config/config.sub, config/texinfo.tex:
10522         Update from masters.
10524 2002-01-24  Akim Demaille  <akim@epita.fr>
10526         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
10527         * config/auxdir.m4, config/cond.m4, config/depend.m4,
10528         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
10529         * config/missing.m4, config/sanity.m4, config/select.m4,
10530         * config/strip.m4: Remove, to ease sync'ing with any version of
10531         Automake.
10533 2002-01-24  Akim Demaille  <akim@epita.fr>
10535         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
10536         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
10537         Reported by Geir Ove Myhr.
10539 2002-01-21  Akim Demaille  <akim@epita.fr>
10541         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
10543 2002-01-21  Akim Demaille  <akim@epita.fr>
10545         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
10546         message on invalid options.
10547         * bin/autom4te.in (parse_args): Don't use
10548         Autoconf::General::getopt with non valid options.
10550 2002-01-17  Jim Meyering  <meyering@lucent.com>
10552         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
10553         $ac_cv_exeext so we don't use an old, invalid, cached value.
10555 2002-01-11  Akim Demaille  <akim@epita.fr>
10557         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
10558         Meyering.
10559         * doc/autoconf.texi (Function Portability): Document the strnlen
10560         limitation.
10561         (Particular Functions): Document AC_FUNC_STRNLEN.
10562         * lib/autoscan/functions: Adjust.
10564 2002-01-06  Akim Demaille  <akim@epita.fr>
10566         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
10567         package.m4, since is really depends upon configure.ac, not
10568         configure.
10569         * doc/autoconf.texi (testsuite Scripts): Adjust.
10570         * tests/Makefile.am (package.m4): New.
10571         EXTRA_DIST it since its a source.
10573 2002-01-06  Akim Demaille  <akim@epita.fr>
10575         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
10576         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
10577         and PACKAGE_BUGREPORT from here...
10578         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
10579         arguments.
10580         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
10581         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
10582         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
10583         * tests/tools.at (autoheader): Adjust.
10584         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
10586 2002-01-06  Akim Demaille  <akim@epita.fr>
10588         * bin/autoscan.in (scan_file): Use `&used'.
10590 2002-01-03  Akim Demaille  <akim@epita.fr>
10592         * doc/autoconf.texi (Output): Improved wording regarding use of
10593         AC_OUTPUT.
10594         From Olly Betts.
10596 2001-12-18  Kevin Ryde  <user42@zip.com.au>
10598         * doc/autoconf.texi (Function Portability): Add notes on sscanf
10599         sometimes needing writable input.
10601 2001-12-17  Jim Meyering  <meyering@lucent.com>
10603         * doc/autoconf.texi (New Macros): Tweak wording.
10605 2001-12-14  Akim Demaille  <akim@epita.fr>
10607         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
10608         trailing files, don't apply `-rf' to files which might not be
10609         created by configure (core, core.*, and *.core), but just `rm -f'.
10610         Suggested by Jonathan Kamens.
10612 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
10614         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
10616 2001-12-14  Akim Demaille  <akim@epita.fr>
10618         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
10620 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
10622         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
10623         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
10624         abs_srcdir, top_srcpath to abs_top_srcdir.
10625         (_AC_OUTPUT_FILES): Adjust.
10626         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
10627         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
10628         * tests/wrappl.in, tests/wrapsh.in: Adjust.
10630 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
10632         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
10633         C/Fortran linking on HP/UX, by extracting the Fortran library
10634         search path from the LPATH line in the $F77 -v output.
10636 2001-12-12  Kevin Ryde  <user42@zip.com.au>
10638         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
10639         forbidden file descriptors table.
10641 2001-11-26  Akim Demaille  <akim@epita.fr>
10643         * bin/autoscan.in (%c_keywords): Build it at top level.
10644         Map to 1 in order to simplify its uses.
10646 2001-11-26  Akim Demaille  <akim@epita.fr>
10648         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
10649         Remove $filepath, useless.
10650         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
10651         variables, they are really part of the tokens.
10652         Split the input line on spaces and then look for tokens.
10653         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
10654         because of `lex$U.$(OBJEXT)'.
10655         (&scan_files): Use "@list" instead of join.
10656         * doc/Makefile.am (CLEANFILES): Add *.fns.
10658 2001-11-26  Akim Demaille  <akim@epita.fr>
10660         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
10661         Remove, replaced by...
10662         * tests/wrappl.in: Be common for all the Perl executables.
10663         In particular autoscan and autoheader want -I.
10664         * configure.ac: Adjust.
10665         * lib/autoscan/headers: errno.h is portable.
10667 2001-11-26  Akim Demaille  <akim@epita.fr>
10669         * bin/autoscan.in (used): New.
10670         Use it.
10672 2001-11-26  Akim Demaille  <akim@epita.fr>
10674         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
10675         directives.
10676         (&scan_sh_file): Remove a duplicate pattern.
10677         (&check_configure_ac): Use long options.
10678         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
10680 2001-11-26  Akim Demaille  <akim@epita.fr>
10682         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
10683         Before, having a line containing the opening of a multi line
10684         comment made the whole line be ignored.
10686 2001-11-26  Akim Demaille  <akim@epita.fr>
10688         * doc/autoconf.texi (Using an Autotest Test Suite): New.
10689         (testsuite Scripts): Be one of its subsection.
10690         (Autotest Logs): New.
10692 2001-11-26  Akim Demaille  <akim@epita.fr>
10694         Test groups are now run two directories deeper.
10696         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
10697         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
10698         at_top_builddir.
10699         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
10700         top_srcdir, builddir and top_builddir.
10701         Use `at_*dir' relatively to the directory containing the
10702         suite, use `*dir' when relatively to the current group dir.
10704 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10706         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
10707         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
10708         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
10709         spelling errors.
10711 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
10713         * doc/autoconf.texi (Using System Type): Add an example of `case
10714         $host' usage so people quit using `case $target' everywhere.
10716 2001-11-22  Akim Demaille  <akim@epita.fr>
10718         * doc/autoconf.texi (Installation Directory Variables): Englishoes
10719         spotted by Jim Meyering.
10721 2001-11-16  Paul Eggert  <eggert@twinsun.com>
10723         This patch implements a `long double' suggestion by Oliver Kiddle.
10725         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
10726         static, to catch errors if the value isn't known at compile-time
10727         and the compiler supports dynamic arrays.  Change its name from
10728         `_array_' to `test_array' to avoid potential name clashes.
10729         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
10730         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
10731         better than double.  Catch a bug in GCC 2.95.2 x86.
10732         * doc/autoconf.texi (C Compiler): Document the above.
10733         * NEWS: Likewise.
10735 2001-11-13  Akim Demaille  <akim@epita.fr>
10737         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
10738         hand.
10739         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
10741 2001-11-13  Akim Demaille  <akim@epita.fr>
10743         * lib/autotest/general.m4 (AT_INIT): After having run the test
10744         group, go back to the initial directory, not to at_suite_dir.
10746 2001-11-13  Akim Demaille  <akim@epita.fr>
10748         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
10749         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
10750         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
10751         option.
10752         (AT_CHECK_CONFIGURE): Use absolute paths.
10753         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
10754         The problem is still the old one: there is no means in M4 (that I
10755         know about) to create a defining macro, because there is no means
10756         to create `$1' etc., therefore, the defining macro ``swallows''
10757         all the arguments meant to the defined macro.
10759 2001-11-13  Akim Demaille  <akim@epita.fr>
10761         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
10762         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
10763         configure.ac.
10764         * tests/aclocal.m4: Remove, as it is no longer used.
10766 2001-11-13  Akim Demaille  <akim@epita.fr>
10768         * lib/autotest/general.m4: Change `tests?' into `groups?' in
10769         variable names when referring to a single test group, or to
10770         `suite' when referring to the whole test suite.
10771         `at_last_test' is removed: m4 compute at_format itself.
10772         (at_stdout, at_stder1, at_stderr): New variables.
10773         (AT_CHECK): Use them.
10775 2001-11-13  Akim Demaille  <akim@epita.fr>
10777         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
10778         in PATH.
10779         Create `testsuite.dir/003/run' instead of `testsuite.003'.
10780         Do it as soon as a test fails, don't wait till the end of the test
10781         suite.
10782         Don't remove $as_me.[0-9]*, since these files no longer exist.
10784 2001-11-13  Akim Demaille  <akim@epita.fr>
10786         * tests/tools.at: Use absolute paths, since we are no longer run
10787         in place.
10789 2001-11-13  Akim Demaille  <akim@epita.fr>
10791         Now that tests are running in their own private dir, there is no
10792         need to list the files to remove at the end of tests groups.
10794         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
10795         (AT_data_files, at_data_files): Remove.
10796         (AT_CLEANUP, AT_DATA): Simplify.
10797         (AT_INIT): Adjust.
10798         Remove the group dir if !debug && !failed.
10799         * tests/atspecific.m4: Adjust.
10801 2001-11-13  Akim Demaille  <akim@epita.fr>
10803         Start a new layout for Autotest: `testsuite' creates
10804         `testsuite.dir' in which the at-check-line etc. files are to be
10805         found, and `testsuite.dir/003' where the test group 3 is run.
10807         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
10808         at_check_line_file, at_format, at_test_normalized, at_group_dir
10809         are new variables.
10810         Create the directories.
10811         Use absolute paths for at- files.
10812         (AT_CHECK): Adjust.
10814 2001-11-11  Michael Matz  <matz@kde.org>
10816         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
10817         (m4_car2): New.
10818         (m4_car): Properly quote arguments.
10820 2001-11-13  Akim Demaille  <akim@epita.fr>
10822         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
10823         with stricter rules on LIBOBJS.
10825 2001-11-12  Paul Eggert  <eggert@twinsun.com>
10827         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
10828         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
10829         __PROTOTYPES too.
10831 2001-11-12  Akim Demaille  <akim@epita.fr>
10833         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
10835 2001-11-12  Akim Demaille  <akim@epita.fr>
10837         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
10838         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
10839         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
10840         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
10841         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
10842         specify to what the macro should be defined (typically to 1).
10844 2001-11-12  Akim Demaille  <akim@epita.fr>
10846         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
10847         From Jim Meyering.
10849 2001-11-12  Akim Demaille  <akim@epita.fr>
10851         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
10852         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
10853         definition used by Automake where LEX is +/- "${missing} lex" and
10854         `missing' itself contains variables.
10856 2001-11-12  Akim Demaille  <akim@epita.fr>
10858         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
10859         Now that M4sh pushes BODY, the comments were output at the end of
10860         the test suites.
10862 2001-11-08  Akim Demaille  <akim@epita.fr>
10864         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
10865         that we can trace macros from aclocal.m4.
10866         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
10867         obsoleted, and redirect to the former anyway.
10868         Reported by Ralf Corsepius.
10870 2001-11-08  Akim Demaille  <akim@epita.fr>
10872         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
10873         processed only if present.
10874         * tests/torture.at (Configuring subdirectories): Use autoreconf
10875         instead of successive calls to autoconf.
10876         Add a nonexistent subdirectory to exercise the patch above.
10877         Reported by Ralf Corsepius.
10879 2001-11-08  Kevin Ryde  <user42@zip.com.au>
10881         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
10882         doesn't accept .S files.
10884 2001-11-07  Akim Demaille  <akim@epita.fr>
10886         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
10887         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
10888         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
10889         * bin/autom4te.in (warn_forbidden): New.
10890         (handle_output): Use it.
10891         Read m4_pattern_forbid with messages.
10893 2001-11-05  Akim Demaille  <akim@epita.fr>
10895         * bin/autom4te.in (--normalize): Remove.
10896         * lib/autom4te.in: Adjust.
10898 2001-11-05  Akim Demaille  <akim@epita.fr>
10900         * tests/Makefile.am (testsuite): Rename this target as...
10901         ($(TESTSUITE)): this.
10902         From Nicolas Joly.
10904 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
10906         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
10907         the --prefix option, also remove it's argument.
10909 2001-11-05  Akim Demaille  <akim@epita.fr>
10911         * doc/autoconf.texi (testsuite Invocation): Update.
10912         (Writing testsuite.at): Update.
10914 2001-11-03  Akim Demaille  <akim@epita.fr>
10916         * doc/autoconf.texi: s/@code/@command/ where appropriate.
10918 2001-11-03  Akim Demaille  <akim@epita.fr>
10920         * lib/Autom4te/General.pm: (&catfile, &canonfile)
10921         (&file_name_is_absolute): New, wrappers around routines from
10922         File::Spec.
10923         Use and export them.
10924         (&find_configure_ac): Optionally take a directory where to look at.
10925         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
10926         the arguments.
10927         Default @ARGV to `.', not find_configure_ac.
10928         (&autoreconf): Argument is a directory.
10929         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
10930         * doc/autoconf.texi (autoreconf Invocation): Update.
10932 2001-11-03  Akim Demaille  <akim@epita.fr>
10934         * lib/Autom4te/General.pm (@export_vars, @export_subs)
10935         (@export_forward_subs): New.
10936         Add basename, dirname, and fileparse.
10937         (@EXPORT): Adjust.
10938         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
10939         Don't look for aclocal flags if we already know aclocal is not
10940         used.
10941         Move aclocal.m4t only if it exists.
10942         Reported by Ezra Peisach.
10944 2001-11-03  Akim Demaille  <akim@epita.fr>
10946         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
10947         passed on command line, defaulting to ./configure.ac if present.
10948         (&maybe_autoreconf, File::Find): Remove, unused.
10949         (&autoreconf): If autoconf is not used, don't try to trace.
10951 2001-11-02  Akim Demaille  <akim@epita.fr>
10953         * configure.ac: Bump to 2.52g.
10955 2001-11-02  Akim Demaille  <akim@epita.fr>
10957         Version 2.52f.
10959 2001-11-02  Akim Demaille  <akim@epita.fr>
10961         * config/config.guess, config/config.sub, doc/standards.texi:
10962         * config/lispdir.m4: Update from masters.
10963         * configure.ac: Bump to 2.52f.
10965 2001-11-02  Akim Demaille  <akim@epita.fr>
10967         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
10968         Don't run aclocal when aclocal.m4 is not from aclocal.
10969         From Ezra Peisach.
10970         Don't run libtoolize and gettextize if --install is not given.
10972 2001-11-01  Paul Eggert  <eggert@twinsun.com>
10974         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
10975         be invoked before _AS_LINENO_PREPARE.
10976         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
10977         than character ranges.
10979         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
10980         invoking AS_BASENAME.  Set the locale variables to 'C' if
10981         possible, as POSIX requires this to get the traditional
10982         behavior.
10983         * doc/autoconf.texi (Special Shell Variables): Describe the above.
10985 2001-10-31  Paul Eggert  <eggert@twinsun.com>
10987         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
10988         with {}, as that triggers a bug in Bash 2.05.
10990         (_AS_LINENO_PREPARE): Use Sed rather than
10991         Awk.  Fix the sed prepass to work even if there are multiple
10992         instances of $LINENO on the same line.  Do not substitute for
10993         other variables like $LINENOT.  Do not check file dates; such a
10994         check is unreliable on sufficiently fast machines, and removing
10995         the check makes the code simpler and more reliable.  Check for
10996         output and chmod failures.
10998         * doc/autoconf.texi (Special Shell Variables): Document
10999         the above.
11001 2001-10-31  Akim Demaille  <akim@epita.fr>
11003         * tests/Makefile.am (atconfig): Remove this target, Automake
11004         handles it now.
11006 2001-10-31  Akim Demaille  <akim@epita.fr>
11008         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
11009         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
11010         provided, while it is optional.
11011         * configure.ac: Adjust.
11013 2001-10-26  Paul Eggert  <eggert@twinsun.com>
11015         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
11016           lib/Autom4te/Struct.pm:
11017         Require Perl 5.005_03 instead of just 5.005, as some tests fail
11018         with 5.005_02.
11020         * doc/autoconf.texi (Special Shell Variables): Document some
11021         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
11023         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
11024         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
11025         eval $LINENO is not portable in practice.
11027 2001-10-24  Akim Demaille  <akim@epita.fr>
11029         * lib/Autom4te/General.pm (backname): New.
11031 2001-10-24  Akim Demaille  <akim@epita.fr>
11033         * m4/: Remove, merged into...
11034         * config/: here.
11036 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
11038         * doc/autoconf.texi (Shellology): Mention the problems with bash
11039         2.05's use of ANSI quoting in its `set' builtin.
11041 2001-10-22  Paul Eggert  <eggert@twinsun.com>
11043         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
11044         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
11045         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
11046         POSIX decided to standardize on the int flavor of strerror_r.
11047         Always do char* test, as there's no reason not to.
11048         Assign to a char* var, to catch strerror_r that returns int*.
11050         * doc/autoconf.texi (Particular Functions):
11051         Document the above changes.  Also, document the fact that
11052         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
11054         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
11056 2001-10-20  Akim Demaille  <akim@epita.fr>
11058         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
11059         the executable was missing from the log.
11061 2001-10-20  Akim Demaille  <akim@epita.fr>
11063         * lib/Autom4te/General.pm (&update_file): If destination is
11064         unchanged, remove the source.
11065         (&up_to_date_p): Don't be verbose, be debug.
11066         * bin/autoreconf.in: No longer support --m4dir.
11067         (&autoreconf): Display the full path of the configure.ac we are
11068         studying.
11069         Trace it only once.
11070         Be sure to honor --force with gettextize.
11071         Always run aclocal.
11072         * doc/autoconf.texi: Adjust.
11074 2001-10-20  Akim Demaille  <akim@epita.fr>
11076         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
11077         Remove, dead.
11078         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
11079         `intl' is already present, as it refuses unless --force.
11080         (&parse_args): Use -I, --include instead of the old Autoconf
11081         options.
11082         ($localdir, $autoconf_dir): Remove.
11083         (@include): New.
11084         (&maybe_autoreconf): New, to preserve $_ for File::Find.
11086 2001-10-19  Jens Petersen  <petersen@redhat.com>
11088         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
11089         * doc/autoconf.texi (Particular Programs): Likewise.
11091 2001-10-19  Akim Demaille  <akim@epita.fr>
11093         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
11094         file in @configure_input@.
11095         Don't mention `automatically' in addition to `generated'.
11096         * tests/torture.at (#define header templates): Adjust.
11098 2001-10-19  Akim Demaille  <akim@epita.fr>
11100         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
11101         comment, explain how to install automatic mode selection.
11102         From Russ Allbery.
11104 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
11106         * bin/autoreconf.in (autoreconf): Display the path to the
11107         configure.ac being studied.
11109 2001-10-18  Paul Eggert  <eggert@twinsun.com>
11111         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
11112         long, to work around a bug in the HP C compiler version HP92453-01
11113         B.11.11.23709.GP.
11115         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
11116         (AS_BASENAME_EXPR): New macro.
11117         (AS_BASENAME_SED): Do not assume GNU sed semantics.
11118         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
11119         and fall back on 'sed' only if the other two fail.  This makes
11120         AS_BASENAME act more like AS_DIRNAME.
11121         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
11122         contains white space.
11123         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
11124         Use AS_DIRNAME, since I think it's now DOS-friendly.
11125         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
11126         Allow "dirname //FOO" to return either / or //, as POSIX allows
11127         either behavior.
11129 2001-10-10  Akim Demaille  <akim@epita.fr>
11131         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
11132         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
11133         From Eric Sharkey.
11135 2001-10-10  Akim Demaille  <akim@epita.fr>
11137         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
11138         m4_define, since...
11139         (_AS_ECHO_N): AS_REQUIREs it.
11141 2001-10-10  Akim Demaille  <akim@epita.fr>
11143         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
11144         (AC_INCLUDES_DEFAULT): Move to...
11145         * lib/autoconf/headers.m4: here.
11146         * lib/autoconf/types.m4: Comment changes.
11147         * doc/autoconf.texi: Specify where the default includes are used
11148         in the macro prototypes.
11150 2001-10-09  Akim Demaille  <akim@epita.fr>
11152         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
11153         transition code.
11155 2001-10-08  Akim Demaille  <akim@epita.fr>
11157         * bin/autoreconf.in (&autoreconf): Remove debugging code.
11158         (&parse_args): Pass verbosity/debugging options to subtools when
11159         --debug, not when --verbose.
11160         * lib/autom4te.in (Autoreconf-preselections): New.
11161         (Autoconf): Use it.
11163 2001-10-08  Akim Demaille  <akim@epita.fr>
11165         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
11167 2001-10-08  Akim Demaille  <akim@epita.fr>
11169         * doc/autoconf.texi (autoreconf Invocation): Adjust.
11170         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
11172 2001-10-08  Akim Demaille  <akim@epita.fr>
11174         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
11175         (Syntax of the shell scripts): Don't.
11176         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
11177         bother with $force since...
11178         * lib/Autom4te/General.pm: does.
11180 2001-10-08  Akim Demaille  <akim@epita.fr>
11182         * bin/autoreconf.in: Rewrite in Perl.
11183         * configure.ac: Adjust.
11184         * lib/Autom4te/General.pm (&up_to_date_p): New.
11185         * bin/autom4te.in (&up_to_date_p): Use it.
11186         Rename as...
11187         (&up_to_date): this.
11189 2001-10-08  Akim Demaille  <akim@epita.fr>
11191         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
11192         (m4_list_cmp): Use $0 to reinvoke yourself.
11193         (m4_patsubsts): New.
11194         (m4_strip, m4_version_unletter): Use it.
11195         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
11197 2001-10-08  Akim Demaille  <akim@epita.fr>
11199         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
11200         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
11201         * lib/autoconf/types.m4, lib/autotest/general.m4,
11202         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
11203         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
11204         m4_bregexp, m4_bpatsubst, and m4_bmatch.
11205         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
11207 2001-10-08  Akim Demaille  <akim@epita.fr>
11209         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
11211 2001-10-08  Akim Demaille  <akim@epita.fr>
11213         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
11214         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
11215         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
11216         * tests/tools.at, tests/m4sh.at: Use it.
11217         * tests/m4sh.at: Don't rely on Autoconf macros.
11218         (DIRNAME_TEST): Also exercise the expr variant.
11219         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
11220         preferred M4sugar extension is now `.4s'.
11221         * tests/README: Remove.
11223 2001-10-08  Akim Demaille  <akim@epita.fr>
11225         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
11226         (m4_provide_if): this.
11227         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
11228         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
11229         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
11230         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
11232 2001-10-08  Akim Demaille  <akim@epita.fr>
11234         Use `add-log-current-defun-function' for ChangeLog creation.
11235         Suggested by Tom Tromey.
11237         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
11238         (autotest-mode): Adjust.
11239         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
11240         'comment-region onto `C-c ;'.
11241         Comments are `#', not `dnl'.
11242         (autoconf-current-defun): New.
11243         (autoconf-font-lock-keywords): Recognize `m4_defun'.
11245 2001-10-08  Akim Demaille  <akim@epita.fr>
11247         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
11248         * lib/m4sugar/m4sh.m4: here.
11249         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
11250         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
11251         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
11252         include handle the m4_pattern_*, no longer push the
11253         BODY diversion nor set the /bin/sh line, AS_INIT does it.
11254         * lib/autotest/general.m4 (AT_INIT): Likewise.
11255         * tests/base.at: Adjust the tests to use AS_INIT.
11256         * tests/tools.at (AT_DATA_FORBIDDEN): New.
11257         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
11258         Autoconf.
11260 2001-10-07  Paul Eggert  <eggert@twinsun.com>
11262         * doc/autoconf.texi (config.status Invocation):
11263         CONFIG_SHELL defaults to a shell that supports LINENO if available.
11265         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
11266         shell does not support LINENO, and if CONFIG_SHELL is unset or
11267         empty, and if we can find a shell that does support LINENO,
11268         then set CONFIG_SHELL to that shell and then re-execute
11269         ourselves with CONFIG_SHELL.
11271 2001-10-05  Paul Eggert  <eggert@twinsun.com>
11273         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
11274         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
11275         build of $(TESTSUITE).
11277 2001-10-05  Akim Demaille  <akim@epita.fr>
11279         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
11280         iff we are a bareword.
11281         Reported by Raja R Harinath.
11283 2001-10-05  Akim Demaille  <akim@epita.fr>
11285         * tests/m4sh.at (LINENO): New.
11286         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
11287         PATH_SEPARATOR before using it.
11288         Fix the absolute path case/esac pattern.
11289         Provide $0 as fallback for as_myself.
11290         Reported by Raja R Harinath.
11292 2001-10-05  Akim Demaille  <akim@epita.fr>
11294         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
11295         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
11297 2001-10-05  Akim Demaille  <akim@epita.fr>
11299         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
11300         (AS_SHELL_SANITIZE): here.  Use it.
11301         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
11302         From Paul Eggert.
11304 2001-10-04  Akim Demaille  <akim@epita.fr>
11306         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
11307         combination of Awk and sed to replace $LINENO.
11309 2001-10-02  Paul Eggert  <eggert@twinsun.com>
11311         * doc/autoconf.texi (Limitations of Builtins): You can't use
11312         "source"; it's not portable.  Remove confusing and
11313         somewhat-incorrect example involving "." and "/".
11315         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
11316         compatibility with POSIX shells.
11318 2001-10-02  Akim Demaille  <akim@epita.fr>
11320         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
11321         instead of exec'ing to preserve $0 and $@.
11323 2001-10-01  Akim Demaille  <akim@epita.fr>
11325         * tests/testsuite (AT_INIT) <at_pass_list>: New.
11326         Don't run twice the same test.
11328 2001-10-01  Akim Demaille  <akim@epita.fr>
11330         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
11331         No longer output the list of tests.
11332         <--list>: New option.
11333         <--full-help>: Remove.
11334         Complete the short/long options duality.
11335         Various small adjustments.
11337 2001-10-01  Akim Demaille  <akim@epita.fr>
11339         * doc/autoconf.texi: Use @kbd for user input.
11340         Always use `$' as shell prompt.
11342 2001-09-30  Paul Eggert  <eggert@twinsun.com>
11344         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
11345         Don't use nested parenthesization.  This patch was originally
11346         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
11347         but somehow it didn't get incorporated then.
11348         * doc/autoconf.texi (Limitations of Usual Tools):
11349         Clarify remark about sed and nested parenthesization.
11351         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
11352         Report an error if the size cannot be determined even though
11353         the type exists.
11354         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
11355         Check for `expr' arithmetic overflow, and for compilation failure,
11356         and invoke a new argument $4 if either is discovered.
11357         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
11358         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
11360 2001-09-28  Akim Demaille  <akim@epita.fr>
11362         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
11363         * m4/lispdir.m4: New.
11364         * aclocal.m4, configure.ac: Adjust.
11366 2001-09-28  Akim Demaille  <akim@epita.fr>
11368         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
11369         (AT_TESTED): this.
11370         (AT_INIT): More the wrapped section to where it will be expanded.
11371         Output `AT_tested' only when existing.
11372         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
11374 2001-09-27  Akim Demaille  <akim@epita.fr>
11376         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
11377         generates too many bug reports.
11379         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
11380         status when executing the ACTION-IF-FALSE.
11381         * tests/base.at (AC_TRY_*): Rename as...
11382         (AC_TRY_COMMAND): this.
11383         (AC_RUN_IFELSE): New.
11384         * tests/compile.at (Extensions, C keywords)
11385         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
11386         (Broken/missing compilers, AC_PROG_CPP with warnings)
11387         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
11388         * tests/c.at (Extensions, C keywords)
11389         (Broken/missing compilers, AC_PROG_CPP with warnings)
11390         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
11391         (AC_PROG_CPP requires AC_PROG_CC): here and...
11392         * tests/fortran.at (GNU Fortran 77): there.
11393         * doc/autoconf.texi (autoconf Invocation): Fix the example:
11394         AC_TRY_RUN is about compilation, not shell commands.
11395         (Test Programs): AC_TRY_RUN works as used to be advertised.
11397 2001-09-27  Akim Demaille  <akim@epita.fr>
11399         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
11400         Raja R Harinath:
11401         Be sure to detect when $LINENO always returns the same value.
11402         Look for the original script, basename($0) is certainly not
11403         enough.
11404         Pass the CLI arguments to `$as_me.lineno'.
11406 2001-09-25  Akim Demaille  <akim@epita.fr>
11408         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
11409         Be sure the close and reopen the LOG fd before and after using tee
11410         to extend the log.
11411         <at_tests_pattern>: Adjust to the new format of at_help_all.
11413 2001-09-23  Akim Demaille  <akim@epita.fr>
11415         * bin/autom4te.in (parse_args): There can be several invocations
11416         of --language now.
11418 2001-09-23  Akim Demaille  <akim@epita.fr>
11420         * doc/autoconf.texi (Top): Wrap in @ifnottex.
11422 2001-09-23  Akim Demaille  <akim@epita.fr>
11424         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
11425         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
11426         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
11427         builddir, buildpath, top_builddir, and top_buildpath.
11428         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
11429         the current directory.
11430         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
11431         variables *before* changing the current directory.
11432         Skip nonexistent dirs.
11433         * doc/autoconf.texi (Preset Output Variables): Document these
11434         variables.
11436         * lib/autotest/general.m4: Do not reset AT_victims.
11437         Don't compute at_srcdir nor at_top_srcdir.
11439         * tests/tools.at: Hence use top_srcdir.
11441         * tests/Makefile.am, tests/autoconf, tests/autoheader,
11442         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
11443         Remove.
11444         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
11445         * tests/wrapsh.in, tests/autoupdate.in: New.
11446         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
11447         * configure.ac: Build the position independent wrappers.
11449         * man/Makefile.am: Now that test wrappers are position
11450         independent, use them and drop dark envvar magic.
11452 2001-09-23  Akim Demaille  <akim@epita.fr>
11454         * doc/autoconf.texi (Common Shell Constructs): Rename as...
11455         (Programming in M4sh): this.
11456         Promote to @section.
11458 2001-09-23  Akim Demaille  <akim@epita.fr>
11460         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
11461         Pass $at_debug_args to the rerun test suite.
11462         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
11463         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
11464         From Paul Eggert.
11466 2001-09-23  Akim Demaille  <akim@epita.fr>
11468         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
11470 2001-09-23  Akim Demaille  <akim@epita.fr>
11472         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
11473         over-escaping.
11475 2001-09-23  Akim Demaille  <akim@epita.fr>
11477         * lib/Autom4te/General.pm (&debug): New.
11478         * bin/autom4te.in ($language): Move to...
11479         (parse_args): here.
11480         Handle --language in languages.
11481         * lib/autom4te.in (Automake-selections, Autoheader-selections)
11482         (Autoscan-selections): New.
11483         (Autoconf): Adjust.
11485 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
11487         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
11488         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
11489         to match current versions from CVS Automake.
11491 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
11493         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
11494         for $LINENO.
11496 2001-09-22  Akim Demaille  <akim@epita.fr>
11498         * lib/autoconf/autotest.m4: Create `package.m4'.
11499         * tests/Makefile.am (package.m4): Remove.
11501 2001-09-22  Akim Demaille  <akim@epita.fr>
11503         Rely on `$LINENO' when possible instead of `__oline__'.
11505         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
11506         `$LINENO' support replacement when not supported.
11507         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
11508         them explicitly to be sure they are not output before this section
11509         (via m4_require).  Cosmetic only.
11510         * lib/autoconf/c.m4, lib/autoconf/general.m4,
11511         * lib/autoconf/programs.m4: Replace all the occurrences of
11512         `__oline__' with `$LINENO'.
11513         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
11515 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
11517         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
11518         character (u: -> ue) in a code comment.
11519         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
11520         it works.
11522 2001-09-21  Akim Demaille  <akim@epita.fr>
11524         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
11525         Suggested by Jim Meyering.
11527 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11529         * lib/autoconf/programs.m4: Use extensions listed in
11530         $ac_executable_extensions when looking for programs.
11532 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11534         * lib/autoconf/general.m4: Fix a small Englisho.
11535         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
11536         setting up ac_dir_suffix and ac_top_builddir.
11537         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
11539 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11541         * doc/autoconf.texi (File System Conventions): Clarify the use of
11542         PATH_SEPARATOR.
11543         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
11544         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
11545         be used instead of ':'.
11546         * lib/autotest/general.m4: Replace occurrences of ':' in
11547         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
11549 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11551         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
11552         arguments.  Fixed a typo.
11554 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11556         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
11557         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
11559 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11561         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
11562         * bin/autoupdate.in: Ditto.
11563         * bin/autoheader.in: Reworded a few comments.
11564         * bin/autoconf.in: Reworded help text for a few options.
11565         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
11566         * bin/autoscan.in, bin/autoupdate.in: Ditto.
11568 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11570         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
11571         already have $file).  Set output files to binary mode (helps avoid
11572         CR issues on DOSish systems).
11574 2001-09-19  Akim Demaille  <akim@epita.fr>
11576         * lib/autotest/general.m4: Englishoes.
11577         From Tim Van Holder and Alexey Mahotkin.
11579 2001-09-18  Paul Eggert  <eggert@twinsun.com>
11581         * doc/autoconf.texi (Common Shell Constructs): New node,
11582         documenting AS_DIRNAME.
11583         (Limitations of Usual Tools): Refer to it when discussing dirname.
11584         Also, update discussion of POSIX standard to reflect latest draft.
11586         * lib/autoconf/c.m4:
11587         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
11589         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
11590         Do not pass a first argument with leading '-'
11591         to expr, by parenthesizing initial integers that might be negative.
11593         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
11594         now merely checks whether it is an error to pass an argument
11595         to getpgrp.
11597         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
11598         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
11599         whether it is a (compile-time) error to pass an argument to
11600         getpgrp.  This simpler test supports the revised documentation,
11601         and is all that AC_FUNC_GETPGRP's users really need.
11603 2001-09-18  Akim Demaille  <akim@epita.fr>
11605         * doc/autoconf.texi (Limitations of Make) <$<>: New.
11607 2001-09-18  Akim Demaille  <akim@epita.fr>
11609         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
11610         `{}'.
11611         * lib/autotest/general.m4 (AT_INIT): Adjust.
11613 2001-09-18  Paul Wagland  <paul@wagland.net>
11615         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
11616         correctly.
11617         Add test for AS_BASENAME.
11618         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
11619         added test. It now correctly handles /1/2/3/, returning '3' not ''.
11620         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
11621         * tests/base.at: Fixed the expected responses. The old ones were
11622         one line out...
11623         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
11624         the documentation claims it should (and how it behaved in 2.13).
11626 2001-09-18  Akim Demaille  <akim@epita.fr>
11628         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
11629         the AC_CONFIG_COMMANDS invocation.
11630         This also solves the name clash problems.
11631         Don't set the package's ID.
11632         * lib/m4sugar/Makefile.am (version.m4): Revamp.
11633         No longer to be shipped.
11634         (version.in): Remove.
11635         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
11636         * lib/autoconf/status.m4: Adjust.
11637         Use `m4_PACKAGE_STRING'.
11638         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
11639         the only optional argument is the name of the test suite.
11640         Expect `package.m4' to define the package signature.
11641         * lib/autom4te.in (Autotest): Add `package.m4?'.
11642         * tests/Makefile.am (package.m4): New.
11643         * tests/suite.at: ifnames is a victim.
11645 2001-09-18  Akim Demaille  <akim@epita.fr>
11647         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
11648         AC_LIBSOURCE, AC_CONFIG_FILES.
11649         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
11650         program version string doesn't match the package's.
11651         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
11652         after `(cached)'.
11654 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11656         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11657         Allow expression to return any value that can fit into unsigned long
11658         (not int, as before).  Check for output errors.
11660 2001-09-17  Bruno Haible  <haible@ilog.fr>
11662         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11663         Always include <stdio.h> and <stdlib.h>. Evaluate
11664         the expression in an extra function before these includes. Call
11665         fprintf "%d" only after ensuring the argument is of type 'int'.
11666         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
11668 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11670         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
11671         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
11672         fatal errors, and AC_CHECK_LIB causes it to include libraries even
11673         when they don't exist.
11675         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
11676         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
11677         need it.
11679         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
11680         version with the version used by fileutils 4.1, except use
11681         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
11682         we don't need it.
11684         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
11686 2001-09-13  Akim Demaille  <akim@epita.fr>
11688         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
11689         _first_.
11690         Reported by Gerrit P. Haase.
11692 2001-09-13  Akim Demaille  <akim@epita.fr>
11694         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
11695         m4_defn'ing is valid.
11697 2001-09-13  Akim Demaille  <akim@epita.fr>
11699         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
11700         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
11701         Use it.
11703 2001-09-13  Akim Demaille  <akim@epita.fr>
11705         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
11706         m4_match.
11707         (m4_re_escape): New.
11708         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
11709         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
11710         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
11711         Likewise.
11712         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
11713         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
11714         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
11715         AT_tests_all for consistency.
11716         Set at_victims.
11717         (AT_VICTIMS): Similar to AT_KEYWORDS.
11718         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
11720 2001-09-13  Akim Demaille  <akim@epita.fr>
11722         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
11724 2001-09-13  Akim Demaille  <akim@epita.fr>
11726         * lib/autotest/general.m4 (AT_INIT): Create and remove
11727         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
11728         test suites can cohabit.
11730 2001-09-13  Akim Demaille  <akim@epita.fr>
11732         * tests/mktests.sh: Don't output banners for empty test files.
11734 2001-09-13  Akim Demaille  <akim@epita.fr>
11736         Test suites can be run independently of configure.
11738         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
11739         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
11740         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
11741         ECHO_N etc.
11742         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
11743         and at_c.
11744         * lib/autotest/general.m4: Use ECHO_*.
11746 2001-09-13  Akim Demaille  <akim@epita.fr>
11748         * bin/ifnames.in: Rewrite in Perl.
11749         * configure.ac: Don't look for AWK.
11750         * tests/tools.at (AWK portability): Remove.
11751         (Syntax of the shell scripts): Don't check ifnames.
11752         (AT_CHECK_PERL_SYNTAX): New.
11753         (Syntax of the Perl scripts): Check ifnames.
11754         * tests/ifnames: New.
11756 2001-09-13  Akim Demaille  <akim@epita.fr>
11758         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
11759         test group titles.
11760         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
11761         Remove all the other keywords.
11763 2001-09-10  Akim Demaille  <akim@epita.fr>
11765         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
11766         SETUP: no longer used.
11767         Support -k, --keywords.
11768         <at_help>: Be `no', `short', or `long'.
11769         <at_help_all>: New variable.
11770         (AT_KEYWORDS): New.
11771         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
11772         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
11773         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
11774         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
11775         No longer fill the HELP diversion.
11776         (AT_CLEANUP): Use them.
11777         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
11778         (m4_list_append): Remove.
11780         Spread a few keywords in the Autoconf test suite.
11782 2001-09-10  Akim Demaille  <akim@epita.fr>
11784         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
11785         PATH_SEPARATOR, let M4sh compute it.
11786         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
11787         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
11788         Move to...
11789         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
11790         Simplify when the path is not a literal.
11791         (AS_UNAME): Use it to report PATH.
11792         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
11793         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
11794         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
11795         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
11796         normalize the path, and to look for victims.
11797         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
11798         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
11800 2001-09-07  Akim Demaille  <akim@epita.fr>
11802         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
11803         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
11804         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
11805         related variables into `at_package_*'.
11806         * lib/autotest/general.m4 (AT_VICTIMS): New.
11807         (AT_INIT): Adjust for stand-alone/embedded test suites.
11808         (AS_MESSAGE_LOG_FD): Define and use it.
11809         * tests/suite.at (AT_VICTIMS): Use it.
11810         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
11811         at_version.
11813 2001-09-07  Akim Demaille  <akim@epita.fr>
11815         Move toward possibly stand-alone test suites.
11817         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
11818         in addition, it introduces useless differences in logs.
11819         (AT_INIT): Let atconfig and atlocal be both optional.
11820         Adjust PATH computation.
11821         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
11823 2001-09-07  Akim Demaille  <akim@epita.fr>
11825         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
11826         m4sugar/version.m4.
11828 2001-09-05  Akim Demaille  <akim@epita.fr>
11830         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
11831         to avoid GCC warnings.
11832         From Uwe Seimet.
11834 2001-09-05  Akim Demaille  <akim@epita.fr>
11836         * bin/autom4te.in: --language is -l, not -s.
11838 2001-09-05  Akim Demaille  <akim@epita.fr>
11840         Be ready to handle filenames as stupid as `dnl.at', for if even
11841         the maintainer is dumb enough to do that...
11843         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
11844         excellence in M4 quotation: consider `__file__' is active.
11846         And BTW, when invoking m4, pass the --include in the right order:
11847         the wrong one.
11849         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
11850         4m.
11852 2001-09-05  Akim Demaille  <akim@epita.fr>
11854         * lib/Autom4te/XFile.pm: New lib file.
11855         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
11856         * bin/autoheader.in: Use it.
11858 2001-09-05  Akim Demaille  <akim@epita.fr>
11860         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
11861         defined.
11863 2001-09-05  Akim Demaille  <akim@epita.fr>
11865         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
11866         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
11868         * bin/autoscan.in: Use `getopt' and `find_files' etc.
11869         Add -I, --include support.
11870         * doc/autoconf.texi (autoscan Invocation): Adjust.
11872 2001-09-05  Akim Demaille  <akim@epita.fr>
11874         CVS GNU M4 doesn't like `undefine(undefined)'.
11876         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
11877         New, extracted from main.
11878         Use IO::File wherever possible.
11879         (input.m4): Be constant, use -I instead of hard coding $tmp.
11880         Therefore be a quoted heredoc.
11881         Don't invoke `_au_disable', since ac was not loaded, but just
11882         `unm4.m4'.
11884 2001-08-31  Akim Demaille  <akim@epita.fr>
11886         Version 2.52d.
11888 2001-08-31  Akim Demaille  <akim@epita.fr>
11890         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
11891         previous patch.
11892         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
11894 2001-08-31  Akim Demaille  <akim@epita.fr>
11896         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
11897         serious problems handling heredocs in heredocs.
11898         Reported by Nicolas Joly.
11900 2001-08-31  Akim Demaille  <akim@epita.fr>
11902         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
11903         (Making testsuite Scripts): Update.
11905 2001-08-31  Akim Demaille  <akim@epita.fr>
11907         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
11909 2001-08-31  Akim Demaille  <akim@epita.fr>
11911         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
11912         (testsuite Scripts): There is no such thing as `atconfig.in'.
11913         And actually one diagram is missing: test suite runtime.
11915 2001-08-31  Akim Demaille  <akim@epita.fr>
11917         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
11918         inverse order.
11920 2001-08-31  Akim Demaille  <akim@epita.fr>
11922         * bin/autoupdate.in (@include): `installcheck' revealed the path
11923         to m4sugar was lacking!
11925 2001-08-31  Akim Demaille  <akim@epita.fr>
11927         * man/Makefile.am (.x.1): We really have to pass
11928         autom4te_perllibdir.
11930 2001-08-31  Akim Demaille  <akim@epita.fr>
11932         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
11933         debug scripts, in particular passing explicitly listed tests to
11934         run is stupid.
11936 2001-08-31  Akim Demaille  <akim@epita.fr>
11938         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
11939         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
11940         Use directly autom4te, not autoconf.
11941         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
11943 2001-08-31  Akim Demaille  <akim@epita.fr>
11945         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
11946         * bin/autoheader.in (%symbol): Strip arguments of macros.
11948 2001-08-31  Akim Demaille  <akim@epita.fr>
11950         * doc/autoconf.texi: Catch up -I, --include changes.
11952 2001-08-31  Akim Demaille  <akim@epita.fr>
11954         * bin/autom4te.in (&parse_args): Die on unknown languages.
11955         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
11956         need for autoconf.
11957         Promote --include over --macrodir and other obsolete options.
11959 2001-08-31  Akim Demaille  <akim@epita.fr>
11961         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
11962         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
11963         * bin/autom4te.in ($autoconf): Pass --force.
11964         `print $out' doesn't print `$_' but `$out'.
11965         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
11966         (autoheader): Pass --force since the test suite goes too fast for
11967         the time stamps.
11968         Adjust to the new autoheader messages.
11970 2001-08-31  Akim Demaille  <akim@epita.fr>
11972         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
11973         Check the completeness of the #template.
11974         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
11975         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
11976         invocation.
11978 2001-08-31  Akim Demaille  <akim@epita.fr>
11980         * lib/Autom4te/General.pm (&find_file, &update_file): New.
11981         * bin/autoupdate.in, bin/autoheader.in: Adjust.
11982         Drop AC_MACRODIR dead for real.
11983         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
11984         `autoheader: `config.hin' is created'.
11985         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
11987 2001-08-31  Akim Demaille  <akim@epita.fr>
11989         * bin/autoheader.in: Rewrite in Perl.
11990         * tests/autoheader: Adjust.
11992 2001-08-31  Akim Demaille  <akim@epita.fr>
11994         * bin/autoconf.in (--include, -I): New option.
11995         Map --localdir, --autoconf-dir onto it.
11996         Forward autom4te's options instead of interpreting them.
11997         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
11998         There is no such envvar since the inception of autom4te.cfg.
11999         * bin/autom4te.in (&parse_args): Uniquify `@include'.
12000         * bin/autoupdate.in: Adjust, and perform more control.
12001         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
12002         * tests/autoconf: Dittowise.
12004 2001-08-31  Akim Demaille  <akim@epita.fr>
12006         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
12007         * bin/autom4te.in (&find_file): Support `FILE?' standing for
12008         optionally `FILE'.
12009         Use -e, not -f, since /dev/null for instance is OK.
12010         (&parse_args): Adjust.
12011         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
12013 2001-08-31  Akim Demaille  <akim@epita.fr>
12015         * configure.ac: Also find tested executables in bin.
12016         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
12017         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
12018         installed peer executables, only PATH is allowed to resolve it.
12019         Pass `autoconf_dir' via options, not via invisible envvars.
12020         * lib/Autom4te/General.pm (&find_peer): Remove.
12021         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
12022         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
12023         * man/Makefile.am: Let help2man rely on PATH instead of trying to
12024         find the executables for it.
12025         * tests/Makefile.am: Major cleanup.  Too lazy to document...
12026         * tests/atlocal.in: Remove all the obscure envvar manipulations.
12027         We only need PERL.
12028         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
12029         indeed related to running the test suite, while passing
12030         --autoconf-dir and others is related to running non installed
12031         Autoconf executables.  So don't do that, leave it to...
12032         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
12033         * tests/autoscan: New.
12034         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
12035         refer to library files: rely on --language.
12037 2001-08-29  Akim Demaille  <akim@epita.fr>
12039         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
12040         s/--set/--language/.
12042 2001-08-29  Akim Demaille  <akim@epita.fr>
12044         * doc/autoconf.texi: Strip the @nodes.
12045         Suggested by Paul Eggert.
12046         (Initializing configure): Typo.
12048 2001-08-29  Akim Demaille  <akim@epita.fr>
12050         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
12051         Suggested by Paul Eggert.
12053 2001-08-29  Akim Demaille  <akim@epita.fr>
12055         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
12056         download in a tmp dir.
12058 2001-08-29  Akim Demaille  <akim@epita.fr>
12060         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
12061         case insensitive OSes out there :(
12062         From Tim Van Holder.
12064 2001-08-29  Akim Demaille  <akim@epita.fr>
12066         * lib/autom4te.in: New.
12067         * lib/Makefile.am (edit, autom4te.cfg): New.
12068         * bin/autom4te.in (BEGIN): Simplify.
12069         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
12070         (&load_configuration): New.  Use it.
12071         (&parse_args): Support --mode, --set, and --melt.
12072         * bin/autoconf.in: Simplify and adjust.
12073         * tests/Makefile.am (AUTOMAKE): Use --set.
12074         * tests/atlocal.in: Adjust.
12075         * BUGS: distcheck and check are weak.
12077 2001-08-29  Akim Demaille  <akim@epita.fr>
12079         * lib/autotest/general.m4: Use
12080                 foo=`(command) 2>/dev/null`
12081         not
12082                 foo=`command` 2>/dev/null
12083         (at-devnull): Rename as...
12084         (AT-devnull): this.
12085         (--clean): Remove AT-* files too.
12086         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
12087         Reported by Nicolas Joly.
12089 2001-08-28  Akim Demaille  <akim@epita.fr>
12091         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
12092         quotes inside single quotes.
12093         Reported by Nicolas Joly.
12095 2001-08-28  Kevin Ryde  <user42@zip.com.au>
12097         * doc/autoconf.texi (Function Portability): Mention C right shifts.
12099 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
12101         * lib/autotest/general.m4: Reword some messages.
12102         (AT_INIT): Check for the `times' builtin before using it.
12103         Support test ranges as arguments to the testsuite.
12104         Have -e imply -d as the help text suggested.
12106 2001-08-27  Akim Demaille  <akim@epita.fr>
12108         * Makefile.maint: Formatting changes.
12109         (do-po-update, po-update, cvs-update, update): New targets.
12110         (AMTAR): Remove.
12112 2001-08-27  Akim Demaille  <akim@epita.fr>
12114         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
12115         <at_cmd_line>: New.
12116         Pass it to debug-*.sh scripts.
12117         <AUTOTEST_PATH>: May contain absolute dir names.
12119 2001-08-27  Akim Demaille  <akim@epita.fr>
12121         * lib/autotest/general.m4 (AT_INIT): Log the command line.
12122         Support `VAR=VAL' as arguments.
12123         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
12124         may be set via the command line.
12126 2001-08-27  Akim Demaille  <akim@epita.fr>
12128         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
12129         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
12130         first the build dirs, then the src dirs.
12131         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
12133 2001-08-27  Akim Demaille  <akim@epita.fr>
12135         * lib/autotest/general.m4 (AT_INIT): Output the definition of
12136         at_data_files earlier.
12137         (--clean, -c): New option.
12138         * tests/Makefile.am: Use this option.
12140 2001-08-27  Akim Demaille  <akim@epita.fr>
12142         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
12143         `ac_top_builddir' to mimic Automake's vocabulary, which much more
12144         readable.
12145         Adjust callers.
12146         * doc/autoconf.texi (Configuration Actions): Document the vars
12147         available in commands.
12148         Emphasize the risks of collisions in init-cmds.
12150 2001-08-27  Akim Demaille  <akim@epita.fr>
12152         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
12153         (Initializing configure): this new node.
12155 2001-08-27  Akim Demaille  <akim@epita.fr>
12157         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
12159 2001-08-27  Akim Demaille  <akim@epita.fr>
12161         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
12162         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
12163         New file.
12164         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
12166 2001-08-27  Akim Demaille  <akim@epita.fr>
12168         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
12169         to...
12170         * lib/autoconf/autoheader.m4: this new file.
12171         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
12172         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
12173         Move to...
12174         * lib/autoconf/autoupdate.m4: this new file.
12176 2001-08-27  Akim Demaille  <akim@epita.fr>
12178         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
12179         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
12180         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
12181         -> ac_dir).
12182         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
12183         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
12185 2001-08-27  Akim Demaille  <akim@epita.fr>
12187         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
12188         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
12189         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
12190         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
12191         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
12192         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
12193         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
12194         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
12195         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
12196         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
12197         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
12198         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
12199         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
12200         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
12201         (_AC_OUTPUT_SUBDIRS): Move to...
12202         * lib/autoconf/status.m4: this new file.
12203         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
12204         * tests/Makefile.am, tests/suite.at: Adjust.
12206 2001-08-27  Akim Demaille  <akim@epita.fr>
12208         Automake 1.5.
12210         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
12211         (AMTAR): Help automake define it.
12212         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
12213         needed, 1.5 can have a macro and a target with the same name.
12214         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
12215         * m4/strip.m4: New.
12216         * m4/init.m4, m4/sanity.m4: Update.
12217         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
12218         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
12219         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
12220         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
12222 2001-08-27  Akim Demaille  <akim@epita.fr>
12224         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
12226         * lib/autoconf/version.in: Remove.
12227         * lib/m4sugar/version.in: New.
12228         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
12229         Adjust callers.
12230         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
12231         the name of the directory they're in, instead of the filename,
12232         since version.m4 is now in m4sugar, but m4_acversion must not be
12233         classified as an Autoconf macro.
12234         ($input_m4): Don't qualify the path to m4sugar.
12235         Rather, pass autoconf_dir to m4.
12236         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
12237         * tests/suite.at: Require 2.52c.
12239 2001-08-27  Akim Demaille  <akim@epita.fr>
12241         testsuite.log should include config.log.
12243         * lib/autotest/autotest.m4: New.
12244         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
12245         * tests/suite.at : Adjust.
12246         (AT_INIT): Log config.log.
12247         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
12248         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
12249         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
12250         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
12251         of config.log on traps.
12252         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
12253         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
12254         for config.status'.
12255         Open the log as soon as possible.
12256         Use the same log introduction as configure's.
12258 2001-08-22  Paul Eggert  <eggert@twinsun.com>
12260         * doc/autoconf.texi (Indices): New node.
12261         Move indices out of the top level menu and into this submenu.
12263 2001-08-22  Akim Demaille  <akim@epita.fr>
12265         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
12266         AC_TRY_COMMAND.
12267         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
12269 2001-08-22  Akim Demaille  <akim@epita.fr>
12271         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
12272         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
12273         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
12274         * lib/autoconf/programs.m4: here.
12275         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
12276         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
12277         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
12278         * lib/autoconf/programs.m4: here.
12279         (_AC_DECL_YYTEXT): Rename as...
12280         (_AC_PROG_LEX_YYTEXT_DECL): this.
12281         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
12282         * tests/Makefile.am, tests/suite.am: Adjust.
12284 2001-08-22  Akim Demaille  <akim@epita.fr>
12286         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
12287         Move to...
12288         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
12289         here.
12290         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
12291         * lib/autoconf/functions.m4: here.
12292         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
12293         (AH_CHECK_LIB): Move to...
12294         * lib/autoconf/libs: this new file.
12295         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
12296         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
12297         * lib/autoconf/libs.m4: here.
12298         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
12300 2001-08-22  Akim Demaille  <akim@epita.fr>
12302         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
12303         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
12304         (AC_SITE_LOAD): Better logging of config.site.
12306 2001-08-20  Akim Demaille  <akim@epita.fr>
12308         * configure.ac (AT_CONFIG): Fix the path.
12309         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
12310         can be used.
12312 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
12314         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
12315         program with AC_LANG_PROGRAM before feeding it to
12316         AC_COMPILE_IFELSE.  Cleanup grep usage.
12318 2001-08-20  Akim Demaille  <akim@epita.fr>
12320         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
12321         * NEWS, README, README-alpha, TODO, tests/README: This package is
12322         `Autoconf', not `autoconf' (the executable).
12324 2001-08-20  Akim Demaille  <akim@epita.fr>
12326         Info readers seem to need `Index' in the index node title :(
12328         * doc/autoconf.texi: Reverse the 2001-08-15 change which
12329         simplified index node names.
12331 2001-08-20  Akim Demaille  <akim@epita.fr>
12333         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
12334         arguments are not literals.
12335         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
12336         Specify the output variables, and macros defined.
12338 2001-08-20  Akim Demaille  <akim@epita.fr>
12340         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
12341         (Examining Syntax) <AC_TRY_COMPILE>
12342         (Examining Libraries) <AC_TRY_LINK>
12343         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
12344         their arguments.
12345         Reported by Werner Lemberg.
12347 2001-08-20  Akim Demaille  <akim@epita.fr>
12349         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
12350         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
12351         Load atlocal late enough to dump it in the log.
12352         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
12354 2001-08-20  Akim Demaille  <akim@epita.fr>
12356         * tests/torture.at (Configuring subdirectories): New test.
12357         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
12358         looking for.
12359         * m4/atconfig.m4: Be sure the let $[0] be expandable.
12360         (top_srcdir): Fix its computation.
12362 2001-08-20  Akim Demaille  <akim@epita.fr>
12364         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
12365         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
12366         test suite lives.
12367         Create `atconfig' automagically.
12368         Configure atlocal.in if present.
12369         * tests/atconfig.in: Remove.
12370         * tests/atlocal.in: New.
12371         * tests/Makefile.am: Adjust.
12373 2001-08-20  Akim Demaille  <akim@epita.fr>
12375         Huh!?!?!  There are still some user EOF tags used, which prevents
12376         their use in AC_CONFIG_COMMANDS for instance...
12378         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
12379         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
12380         `_CSEOF', or `_ATEOF', as appropriate.
12381         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
12382         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
12384 2001-08-20  Akim Demaille  <akim@epita.fr>
12386         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
12387         * tests/semantics.at, tests/tools.at, tests/torture.at:
12388         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
12390 2001-08-20  Akim Demaille  <akim@epita.fr>
12392         Autotest invokes M4sh's initialization.
12394         * lib/autotest/general.m4: Adjust the diversion names.
12395         (AT_INIT): Run AS_INIT.
12396         Use the BINSH diversion to invoke /bin/sh.
12397         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
12398         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
12400 2001-08-20  Akim Demaille  <akim@epita.fr>
12402         Let M4sh have its own diversions.
12404         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
12405         (_m4_divert(NOTICE)): Rename as...
12406         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
12407         (_m4_divert(HEADER-COMMENT)): these.
12408         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
12409         (_m4_divert(NOTICE)): New, for Libtool.
12410         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
12411         long ago with `_m4_divert(GROW)'.
12412         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
12414 2001-08-20  Akim Demaille  <akim@epita.fr>
12416         * tests/base.at, tests/compile.at, tests/foreign.at,
12417         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
12418         * tests/semantics.at, tests/suite.at, tests/tools.at,
12419         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
12421 2001-08-20  Akim Demaille  <akim@epita.fr>
12423         * bin/autom4te.in (handle_output): Handle @__@.
12425 2001-08-20  Akim Demaille  <akim@epita.fr>
12427         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
12428         * lib/autotest/general.m4: Adjust the license.
12430 2001-08-17  Paul Eggert  <eggert@twinsun.com>
12432         * doc/autoconf.texi (Function Portability): Mention snprintf,
12433         following up on a suggestion by Kevin Ryde.
12435 2001-08-17  Akim Demaille  <akim@epita.fr>
12437         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
12438         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
12440 2001-08-17  Akim Demaille  <akim@epita.fr>
12442         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
12443         `$0.log' as for projects where testsuite is in src, we'd have
12444         testsuite.log created in src.
12446 2001-08-17  Akim Demaille  <akim@epita.fr>
12448         * bin/autom4te.in (&parse_args): Recognize --normalize.
12450 2001-08-17  Akim Demaille  <akim@epita.fr>
12452         Start implementing the AC_CHECK_HEADER transition scheme.
12454         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
12455         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
12456         (AC_CHECK_HEADER): Use them.
12458 2001-08-17  Akim Demaille  <akim@epita.fr>
12460         * doc/autoconf.texi: Work around Texinfo buglets.
12461         (Transformation Rules): One example is enough, users are expected
12462         to have their brains on. And BTW, use DESTDIR.
12463         (dvar): New macro.  Use it.
12465 2001-08-17  Akim Demaille  <akim@epita.fr>
12467         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
12468         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
12469         looking for ChangeLogs.
12471 2001-08-17  Akim Demaille  <akim@epita.fr>
12473         * bin/autom4te.in: --normalize is a new option.
12474         * bin/autoconf.in: Use it.
12476 2001-08-17  Akim Demaille  <akim@epita.fr>
12478         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
12479         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
12481 2001-08-16  Paul Eggert  <eggert@twinsun.com>
12483         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
12484         start, not at end.
12486 2001-08-15  Akim Demaille  <akim@epita.fr>
12488         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
12489         Use it.
12491 2001-08-15  Akim Demaille  <akim@epita.fr>
12493         * doc/autoconf.texi (pr): New index.
12494         (prindex, findex): Use, merge, and output them.
12495         (Environment Variable Index, Output Variable Index)
12496         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
12497         (Autotest Macro Index): Rename as...
12498         (Environment Variables, Output Variables,Preprocessor Symbols)
12499         (Autoconf Macros, M4 Macros, Autotest Macros): these.
12500         * doc/install.texi: Use @command.
12501         (Environment Variables): Rename as...
12502         (Defining Variables): this.
12504 2001-08-15  Akim Demaille  <akim@epita.fr>
12506         * doc/autoconf.texi (Function Portability): sprintf's return
12507         value.
12508         From Kevin Ryde.
12510 2001-08-15  Akim Demaille  <akim@epita.fr>
12512         * Makefile.maint (CVS): New.
12513         (local-check): Run changelog-check. last.
12514         (alpha): Don't depend upon local-check, since...
12515         (cvs-dist): depends upon it.
12517 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
12519         * tests/Makefile.am: Use a clean-local rule to remove
12520         autom4te.cache (it's a directory, not a file.
12521         * Makefile.am: Ditto (but maintainer-clean-local).
12523 2001-08-15  Akim Demaille  <akim@epita.fr>
12525         * bin/autom4te.in (@m4_warning): New.
12526         (&handle_m4): Use it.
12527         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
12528         warnings are issued at each run.
12529         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
12530         is in the src tree.
12532 2001-08-15  Akim Demaille  <akim@epita.fr>
12534         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
12535         don't waste time running `autoupdate --version' works.
12536         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
12538 2001-08-13  Akim Demaille  <akim@epita.fr>
12540         * doc/autoconf.texi (ma): Rename this index as...
12541         (ac): this.
12543 2001-08-13  Akim Demaille  <akim@epita.fr>
12545         * Makefile.am: Remove dead code and dead comments.
12546         (pdf, html): New targets.
12547         * doc/autoconf.texi (Using Autotest): New chapter.
12548         * doc/Makefile.am (pdf): New targets.
12549         (CLEANFILES): Adjust.
12551 2001-08-13  Akim Demaille  <akim@epita.fr>
12553         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
12554         duration of the test suite.
12556 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
12558         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
12559         endianness for comparison instead of relying on AT_CHECK_ENV.
12561 2001-08-11  Paul Eggert  <eggert@twinsun.com>
12563         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
12564         to the INSTALL file.
12566 2001-08-11  Paul Eggert  <eggert@twinsun.com>
12568         * NEWS: The autoconf manual now is distributed under the terms
12569         of the GNU Free Documentation License.
12571         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
12572         Add an appendix "Copying This Manual" for the FDL.
12574         * doc/fdl.texi: New file, from
12575         <http://www.gnu.org/licenses/fdl.texi>.
12577         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
12579 2001-08-10  Paul Eggert  <eggert@twinsun.com>
12581         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
12582         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
12583         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
12584         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
12585         m4/sanity.m4, tests/README, tests/aclocal.m4,
12586         tests/atspecific.m4, tests/base.at, tests/compile.at,
12587         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
12588         tests/semantics.at, tests/suite.at, tests/tools.at,
12589         tests/torture.at: Add copyright notice.
12591         * tests/mktests.sh: Update year in copyright notice.
12593 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
12595         * tests/semantics.at (AC_C_BIGENDIAN): New test.
12597 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
12599         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
12600         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
12601         * doc/autoconf.texi (C Compiler Characteristics): Update
12602         documentation for AC_C_BIGENDIAN.
12604 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
12606         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
12607         magic values from an object file when cross-compiling.
12608         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
12610 2001-08-10  Akim Demaille  <akim@epita.fr>
12612         * bin/autom4te.in (&handle_output): Don't use `grep' with side
12613         effects.
12614         Suggested by Russ Allbery.
12616 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
12618         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
12619         current $prefix to the sub-configures.
12621 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
12623         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
12624         extension (needed on BeOS).  Reported by Guido van Rossum.
12626 2001-08-09  Akim Demaille  <akim@epita.fr>
12628         * bin/autom4te.in ($icache): Load it only if older than autom4te.
12630 2001-08-07  Akim Demaille  <akim@epita.fr>
12632         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
12633         removed.
12634         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
12635         No need to remove the files before and after the each test, before
12636         each test and at the end of the suite is enough.
12637         Display only the children `times', not the shell's.
12638         If the test failed or was skipped, at-times is not available.
12640 2001-08-07  Akim Demaille  <akim@epita.fr>
12642         Always produce testsuite.log, including when there are no
12643         failures.  This helps getting information on skipped tests, and
12644         duration of the tests.  Err, implement the latter btw.
12646         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
12647         Dump information on the first run of each test.
12648         (AT_CLEANUP): Create `at-times' containing the duration of the
12649         test group.
12651 2001-08-07  Akim Demaille  <akim@epita.fr>
12653         The use of `dumpstat' revealed that `len' was used although it
12654         should not.  m4_text_wrap was using it, but in the Autoconf world
12655         where it is legal.  Hence (i) test M4sh in its own world, not
12656         Autoconf's, and (ii), ahem, fix the bug :)
12658         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
12659         does not like `' instead of [].
12660         (AT_INIT): Forbid `^_?AT_'.
12661         And don't output such tokens.
12662         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
12663         `script.as', and `autom4te.cache'.
12664         Remove `empty' and `macro' which are no longer used.
12665         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
12666         * tests/m4sugar.at: Use it.
12667         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
12669 2001-08-07  Akim Demaille  <akim@epita.fr>
12671         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
12673 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
12675         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
12677 2001-08-04  Akim Demaille  <akim@epita.fr>
12679         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
12680         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
12681         AC_TRY_LINK.
12682         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
12683         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
12684         (AC_F77_MAIN): Likewise.
12686 2001-08-04  Akim Demaille  <akim@epita.fr>
12688         Don't rely on M4sugar outputting the patterns in files, since we
12689         might process the output _without_ running m4, hence without these
12690         files.
12692         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
12693         * bin/autom4te.in (@Request::includes): Remove, unused.
12694         (@Request::source): Rename as...
12695         (@Request::input): this.
12696         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
12697         (&handle_output): Fetch the patterns from the traces.
12698         `$forbidden' and `$allowed' are constant: use m//o.
12699         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
12700         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
12702 2001-08-04  Akim Demaille  <akim@epita.fr>
12704         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
12705         autoconf', i.e., in addition to caching traces, cache the output.
12707         * bin/autom4te.in (Request::cache): Rename as...
12708         (Request::id): this.
12709         ($cache, $icache, $tcache, $ocache): New.
12710         (&handle_m4): Save M4 output in the cache instead of $tmp.
12711         (&handle_output): Adjust.
12712         (&up_to_date_p): Check that the output cache is up to date too.
12713         (top level): Run `&handle_m4' iff force or the cache is invalid.
12714         Run `&handle_output' if the output cache is more recent.
12716 2001-08-04  Akim Demaille  <akim@epita.fr>
12718         * bin/autom4te.in ($force): New.
12719         (&parse_args, &print_usage): -f, --force is a new option.
12720         (&handle_output): CPP directives might have spaces after `#'.
12721         (&parse_args): The first file only can be frozen.
12723 2001-08-04  Akim Demaille  <akim@epita.fr>
12725         Don't let autom4te compute the `include' traces several times:
12726         first check that the trace cache file is up to date, and then
12727         compare its timestamp with that of the output.
12729         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
12730         the preamble.  Don't require 5.005 as Autom4te::General does it,
12731         and better yet (use `use', not `require'!).
12732         * lib/Autom4te/Struct.pm: Rename the last occurrences of
12733         Class::Struct as Autom4te::Struct.
12734         * lib/Autom4te/General.pm (File::stat): Use it.
12735         (&mtime): New, export it.
12736         * bin/autom4te.in: Use it.
12737         Declare `$req' is invalid if it is outdated.
12738         Don't declare it valid before saving it if something went wrong.
12740 2001-08-04  Akim Demaille  <akim@epita.fr>
12742         Autom4te shall not encode Autoconf data, and preselecting traces
12743         must be proposed to the users.
12745         * bin/autom4te.in (@required_trace): Remove.
12746         (@preselect): New.
12747         (&parse_args, &print_usage): -p, --preselect is a new option.
12748         (&up_to_date_p): Adjust.
12749         * bin/autoconf.in: Preselect some Autoconf macros.
12751 2001-08-04  Akim Demaille  <akim@epita.fr>
12753         * tests/tools.at (autoconf --trace: user macros): Check traces on
12754         macros invoked without arguments, and macros invoked with multiple
12755         lines arguments.
12757 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
12759         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
12760         arguments.
12762 2001-08-03  Akim Demaille  <akim@epita.fr>
12764         * bin/autoconf.in ($@): Work around the usual sh bug.
12765         From Nicolas Joly.
12767 2001-08-03  Akim Demaille  <akim@epita.fr>
12769         Clean up the handling of the M4 builtins tracing exception.
12771         * bin/autom4te.in (Request::request): Don't complete M4 builtins
12772         trace requests.
12773         (@m4_builtins): Rename as...
12774         (@m4_builtin): this.
12775         (%m4_builtin_alternate_name): New.
12776         (&parse_args): Complete the trace requests with alternate names.
12777         (&handle_traces): Hence no longer do it here.
12778         (&trace_requests): Remove, unused.
12780 2001-08-03  Akim Demaille  <akim@epita.fr>
12782         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
12783         m4_if, and m4_wrap.
12785 2001-08-03  Akim Demaille  <akim@epita.fr>
12787         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
12788         (m4_divert_pop): Dump the whole diversion stack when a diversion
12789         mismatch happens.
12790         * bin/autom4te.in (&handle_output): Remember of the first
12791         occurrence of a possibly undefined macro, not the last.
12792         Complain about the possibly undefined macros in the same order as
12793         the appear in the output.
12794         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
12795         * tests/tools.at (autoconf: forbidden tokens, basic)
12796         (autoconf: forbidden tokens, exceptions): No longer sort
12797         autoconf's stderr, as it is now deterministic.
12798         Check that `dnl' is caught.
12800 2001-08-01  Akim Demaille  <akim@epita.fr>
12802         * configure.ac: Bump to 2.52c.
12804 2001-08-01  Akim Demaille  <akim@epita.fr>
12806         Version 2.52b.
12808         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
12810 2001-08-01  Akim Demaille  <akim@epita.fr>
12812         Version 2.52a.
12814 2001-08-01  Akim Demaille  <akim@epita.fr>
12816         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
12817         `die'.
12818         (&END): New.
12819         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
12820         `END', as `Autom4te::General::END' will be triggered.
12821         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
12822         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
12823         system to run `mv', `rm', and `cmp'.
12825 2001-08-01  Akim Demaille  <akim@epita.fr>
12827         * lib/Autom4te/General.pm (&unique): New.
12828         * bin/autoscan.in (&output): Use it to issue trace requests once.
12830 2001-08-01  Akim Demaille  <akim@epita.fr>
12832         * lib/Autom4te/General.pm: New.
12833         * bin/autom4te.in (Autom4te::General): Use it.
12834         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
12835         (&find_configure_ac, &find_slave): Remove.
12836         * bin/autoscan.in: Likewise.
12837         * bin/autoupdate.in: Likewise.
12839 2001-08-01  Akim Demaille  <akim@epita.fr>
12841         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
12842         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
12843         * bin: here, new directory.
12844         * lib/Autoconf: Rename as...
12845         * lib/Autom4te: this, to please case insensitive junkie OSes.
12847 2001-08-01  Akim Demaille  <akim@epita.fr>
12849         * autom4te.in ($m4): Handle the --nesting-limit.
12850         * autoconf.in (M4): Remove.
12852 2001-08-01  Akim Demaille  <akim@epita.fr>
12854         * autoconf.in ($AWK): Remove, no longer used.
12855         * test/tools.at: Use AT_CHECK_AUTOCONF.
12856         (AWK portability): Remove, for autoconf no longer uses AWK.
12857         (Syntax of the Perl scripts): New.
12858         * configure.ac: autoconf no longer needs an AWK with a good
12859         regexp engine.
12860         Use a static test on AC_PACKAGE_VERSION.
12861         * autom4te.in (&up_to_date_p): Output depends on the arguments.
12862         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
12863         * tests/atconfig.in (PERL): New.
12865 2001-08-01  Akim Demaille  <akim@epita.fr>
12867         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
12868         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
12869         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
12870         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
12871         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
12872         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
12873         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
12874         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
12875         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
12876         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
12877         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
12878         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
12879         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
12880         * lib/autoconf/c.m4: here, new file.
12882         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
12883         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
12884         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
12885         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
12886         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
12887         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
12888         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
12889         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
12890         (AC_F77_FUNC): Move to...
12891         * lib/autoconf/fortran.m4: here, new file.
12893 2001-08-01  Akim Demaille  <akim@epita.fr>
12895         * acfunctions.m4: Rename as...
12896         * lib/autoconf/functions.m4: this.
12897         * acgeneral.m4: Rename as...
12898         * lib/autoconf/general.m4: this.
12899         * acheaders.m4: Rename as...
12900         * lib/autoconf/headers.m4: this.
12901         * aclang.m4: Rename as...
12902         * lib/autoconf/lang.m4: this.
12903         * acoldnames.m4: Rename as...
12904         * lib/autoconf/oldnames.m4: this.
12905         * acspecific.m4: Rename as...
12906         * lib/autoconf/specific.m4: this.
12907         * actypes.m4: Rename as...
12908         * lib/autoconf/types.m4: this.
12909         * autoconf.m4: Rename as...
12910         * lib/autoconf/autoconf.m4: this.
12912         * m4sugar.m4: Rename as...
12913         * lib/m4sugar/m4sugar.m4: this.
12914         * m4sh.m4: Rename as...
12915         * lib/m4sugar/m4sh.m4: this.
12917         * tests/atgeneral.m4: Rename as...
12918         * lib/autotest/general.m4: this.
12920         * acfunctions: Rename as...
12921         * lib/autoscan/functions: this.
12922         * acheaders: Rename as...
12923         * lib/autoscan/headers: this.
12924         * acidentifiers: Rename as...
12925         * lib/autoscan/identifiers: this.
12926         * aclibraries: Rename as...
12927         * lib/autoscan/libraries: this.
12928         * acmakevars: Rename as...
12929         * lib/autoscan/makevars: this.
12930         * acprograms: Rename as...
12931         * lib/autoscan/programs: this.
12933 2001-08-01  Akim Demaille  <akim@epita.fr>
12935         * doc/autoconf.texi: Moving/deleting open files is not portable.
12936         Portability issues for `.' (source), and more information about sed.
12938 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
12940         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
12941         which has a special meaning and is not a reference to libibmil.a.
12942         Reported by Matteo Frigo.
12944 2001-07-25  Pavel Roskin  <proski@gnu.org>
12946         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
12947         output.
12949 2001-07-25  Akim Demaille  <akim@epita.fr>
12951         * autoconf.in: Try to define the variables before using them.
12952         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
12953         instead of `$perllibdir'.
12954         * tests/atconfig.in ($autom4te_perllibdir): Export it.
12956 2001-07-25  Akim Demaille  <akim@epita.fr>
12958         * autoconf.in (ac_LF_and_DOT): Remove, unused.
12960 2001-07-24  Akim Demaille  <akim@epita.fr>
12962         Let autoconf use autom4te for traces.
12964         * autoconf.in ($task, task trace): Remove, merely pass --trace to
12965         autom4te.
12966         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
12967         (Because I found no way for autom4te to accept `-').
12968         * autom4te.in (&Request::request): Beware of M4 builtins.
12969         (END): Don't try to remove the content of an empty dir.
12970         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
12971         (&handle_output): Set a default value to `$forbidden'.
12972         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
12973         ($autoconf): Pass --debug and --verbose.
12974         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
12975         cache.
12977 2001-07-24  Akim Demaille  <akim@epita.fr>
12979         Let autoconf use autom4te to create configure.
12981         * autoconf.in ($automate): New var.
12982         (task script): Use autom4te.
12983         * autom4te.in (File::Spec): Use it.
12984         (&find_file): New.
12985         (&parse_args): --warning is -W, not -w.
12986         Find the top level files.
12987         (&handle_m4): Pass the warnings flags.
12988         Don't report verbosely m4's failures, unless requested.
12989         (&handle_output): Don't complain for forbidden tokens in comments.
12990         Be sure to report all the forbidden tokens within a single line.
12991         (&trace_format_to_m4): Preserve `$_'.
12992         (&handle_traces): Sort the output macros.
12993         (&up_to_date_p): Find the files before trying to get its time stamp.
12995 2001-07-24  Akim Demaille  <akim@epita.fr>
12997         * Makefile.am: Ship, build and install Autom4te.
12998         (SUBDIRS): Add lib.
12999         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
13000         * configure.in: Require Perl.
13001         * man/autom4te.in: New.
13003 2001-07-19  Paul Eggert  <eggert@twinsun.com>
13005         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
13006         example, rather than (exit 1); exit (which isn't portable).
13008 2001-07-18  Akim Demaille  <akim@epita.fr>
13010         Version 2.52.
13012 2001-07-18  Akim Demaille  <akim@epita.fr>
13014         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
13015         was run, while they are needed also when it is expanded.
13016         Reported by Nicolas Joly.
13018         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
13019         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
13020         AC_F77_DUMMY_MAIN being expanded.
13022 2001-07-18  Akim Demaille  <akim@epita.fr>
13024         * configure.in: Bump to 2.51a.
13026 2001-07-17  Akim Demaille  <akim@epita.fr>
13028         Version 2.51.
13030 2001-07-17  Akim Demaille  <akim@epita.fr>
13032         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
13033         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
13035 2001-07-17  Akim Demaille  <akim@epita.fr>
13037         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
13038         used.  Well, then use the prototypes when you can, and runtime as
13039         a last resort.
13040         Reported by Artur Frysiak
13042         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
13043         (AC_FUNC_GETPGRP): Use it.
13044         First try to compile with 0-ary or 1-ary calls.
13046 2001-07-17  Akim Demaille  <akim@epita.fr>
13048         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
13049         replacement type.
13050         From Paul Eggert.
13052 2001-07-17  Akim Demaille  <akim@epita.fr>
13054         * Makefile.maint: Sync. with cppi 1.10.
13056 2001-07-17  Akim Demaille  <akim@epita.fr>
13058         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
13059         AC_F77_DUMMY_MAIN has been run.
13060         From Pavel Roskin and Steven G. Johnson.
13062 2001-07-17  Akim Demaille  <akim@epita.fr>
13064         * configure.in: Rename as...
13065         * configure.ac: this.
13067 2001-07-17  Akim Demaille  <akim@epita.fr>
13069         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
13070         rules.
13071         From Marc Espie.
13072         * Makefile.maint (release-archive-dir): Rename as...
13073         (release_archive_dir): this, so that it can be specialized in
13074         Makefile.
13076 2001-07-14  Akim Demaille  <akim@epita.fr>
13078         * configure.in: Bump to 2.50d.
13080 2001-07-14  Akim Demaille  <akim@epita.fr>
13082         Version 2.50c.
13083         * Makefile.maint (alpha): Typo.
13085 2001-07-14  Akim Demaille  <akim@epita.fr>
13087         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
13089 2001-07-14  Akim Demaille  <akim@epita.fr>
13091         * config/config.guess, config/config.sub, config/texinfo.tex
13092         * doc/standards.texi, doc/make-stds.texi: Update.
13094 2001-07-14  Akim Demaille  <akim@epita.fr>
13096         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
13098 2001-07-14  Akim Demaille  <akim@epita.fr>
13100         * Makefile.maint (maintainer-check): Rename as...
13101         (maintainer-distcheck): this.
13102         (changelog-check, static-check): New.
13103         Use them.
13105 2001-07-14  Kevin Ryde  <user42@zip.com.au>
13107         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
13108         for CXX is g++, not gcc.
13110 2001-07-14  Akim Demaille  <akim@epita.fr>
13112         * doc/autoconf.texi (Files): New subsection.
13114 2001-07-14  Akim Demaille  <akim@epita.fr>
13116         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
13117         of...
13118         (Generic Compiler Characteristics): this.
13119         (C++ Compiler): New subsection.
13121 2001-07-14  Akim Demaille  <akim@epita.fr>
13123         * autoscan.in: Use IO::File.
13124         Adjust all the routines to use it.
13125         ($log): New file (autoscan.log).
13126         (output): Dump detailed logs into $log, and a shortened version to
13127         stderr.
13128         (&scan_makefile): Refine the regexp catching tokens in the code.
13129         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
13130         and the `configure.ac' checking feature.
13132 2001-07-12  Akim Demaille  <akim@epita.fr>
13134         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
13135         Reported by Michael Elizabeth Chastain.
13137         * autoconf.in: Refuse such AWK.
13138         * configure.in: Likewise.
13139         * Makefile.am (acversion.m4): Do not use move-if-change this file
13140         has dependencies.
13141         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
13143 2001-07-10  Jens Petersen  <petersen@redhat.com>
13145         * autoscan.in (&scan_makefile): Improve programs regexp to parse
13146         things like "g++", "file.c" and "some-conf" as tokens.
13147         (&scan_file): Match C++ files extensions.
13148         If the filename extension is C++ then ask for c++.
13150 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
13152         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
13153         AC_TRY_LINK_FUNC, to check whether defining a dummy
13154         main-like routine is needed for linking with F77 libs.
13156 2001-07-05  Pavel Roskin  <proski@gnu.org>
13158         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
13159         after using break.
13160         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
13161         linking.
13163 2001-07-05  Akim Demaille  <akim@epita.fr>
13165         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
13166         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
13167         Makes' lives.
13168         Reported by Nicolas Joly.
13170 2001-07-04  Akim Demaille  <akim@epita.fr>
13172         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
13173         up.
13174         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
13175         warnings from compilers.
13176         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
13177         for all the compilers, not only GNU.  Hence move from here...
13178         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
13180 2001-07-04  Akim Demaille  <akim@epita.fr>
13182         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
13183         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
13184         AC_COMPILE_IFELSE.
13186 2001-07-04  Akim Demaille  <akim@epita.fr>
13188         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
13189         the ``strings.h'' change claimed below.
13191 2001-07-04  Akim Demaille  <akim@epita.fr>
13193         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
13195 2001-07-04  Akim Demaille  <akim@epita.fr>
13197         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
13198         strings.h if usable with string.h.
13199         Suggested by Paul Eggert.
13201 2001-07-04  Akim Demaille  <akim@epita.fr>
13203         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
13204         From Jens Petersen.
13206 2001-07-03  Akim Demaille  <akim@epita.fr>
13208         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
13209         etc. in the log.
13211 2001-07-03  Akim Demaille  <akim@epita.fr>
13213         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
13214         compiler, not the preprocessor.
13215         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
13216         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
13217         the right thing.
13218         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
13219         earlier if there are.
13221 2001-07-03  Akim Demaille  <akim@epita.fr>
13223         * autoscan.in ($initfile): Remove.
13224         (&find_file): Rename as...
13225         (&scan_file): this.
13226         Immediately scan the current file, instead of gathering them, and
13227         later having them handled by &scan_files.
13228         (&scan_files): Merely invoke Find::File.
13229         Adjust.
13231 2001-07-02  Akim Demaille  <akim@epita.fr>
13233         * autoscan.in: Formatting changes, matching the invocation order.
13234         (File::Find): Use it instead of Perl 4's `find.pl'.
13235         (&wanted): Rename as...
13236         (&find_file): this.
13238 2001-07-01  Pavel Roskin  <proski@gnu.org>
13240         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
13241         break in the argument to AC_TRY_LINK_FUNC.
13242         (AC_F77_MAIN): Remove conftest* after using break in the
13243         argument to AC_TRY_LINK.
13245 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
13247         Add alternate 'main' routine detection for linking C/C++ with Fortran,
13248         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
13250         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
13251         dummy alternate main is required even if the user provides her own
13252         'main'.
13253         (AC_F77_MAIN): New macro to detect whether it is possible to
13254         provide an alternate 'main' function name, using the 'main' from
13255         the Fortran libraries.
13256         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
13257         cross-language link tests can be performed successfully.
13258         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
13259         after $LIBS, for consistency; this should be the general rule since
13260         the user may want to link to Fortran libraries that require $FLIBS.
13261         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
13263 2001-06-29  Pavel Roskin  <proski@gnu.org>
13265         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
13266         at-stdout and at-stderr instead of removing the newline
13267         from the echo output, which is not guaranteed to work.
13269 2001-06-28  Jens Petersen  <petersen@redhat.com>
13271         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
13272         confdefs.h when non-zero.
13274 2001-06-28  Akim Demaille  <akim@epita.fr>
13276         * configure.in: Bump to 2.50c.
13278 2001-06-26  Akim Demaille  <akim@epita.fr>
13280         Version 2.50b.
13282 2001-06-26  Akim Demaille  <akim@epita.fr>
13284         Version 2.50a.
13286 2001-06-25  Pavel Roskin  <proski@gnu.org>
13288         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
13289         argument, AUTOCONF-FLAGS.
13290         * tests/mktests.sh (update_exclude_list): Add
13291         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
13292         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
13293         AC_FUNC_WAIT3 with "-W no-obsolete".
13295 2001-06-25  Akim Demaille  <akim@epita.fr>
13297         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
13299 2001-06-25  Akim Demaille  <akim@epita.fr>
13301         * autoscan.in (%macro): Now maps from word to list of macros.
13302         (&init_tables): Die when a word which is already handled by
13303         explicit macros is mapped to the default macro.
13304         (&print_unique): Remove, inlined in...
13305         (&output_kind): here.
13306         (File::Basename): Use it.
13307         (&output): Sort the CONFIG_FILES.
13308         * acheaders: Normalize.
13309         * acfunctions: Likewise.
13311 2001-06-25  Akim Demaille  <akim@epita.fr>
13313         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
13314         characteristics in the logs.
13315         Suggested by Mo DeJong.
13317 2001-06-24  Akim Demaille  <akim@epita.fr>
13319         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
13320         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
13321         * doc/autoconf.texi (Autoconf 2.13): New section.
13323 2001-06-24  Akim Demaille  <akim@epita.fr>
13325         * autoconf.in (Task traces): Separate the error messages from the
13326         traces to improve robustness.
13328 2001-06-23  Akim Demaille  <akim@epita.fr>
13330         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
13331         three as failures are unlikely, and speed matters.
13333 2001-06-23  Akim Demaille  <akim@epita.fr>
13335         * doc/autoconf.texi (Redefined M4 Macros): New.
13337 2001-06-23  Akim Demaille  <akim@epita.fr>
13339         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
13340         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
13341         5.3.
13343 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
13345         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
13346         config.status targets to after the evaluation of the INIT-CMDS.
13347         Double quote config.status targets (used to be single quoted).
13349 2001-06-23  Akim Demaille  <akim@epita.fr>
13351         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
13352         Check the content of the created file.
13353         Check the ./config.status command line invocation.
13355 2001-06-23  Akim Demaille  <akim@epita.fr>
13357         * tests/foreign.at (Libtool): Reject prehistoric versions.
13359 2001-06-23  Akim Demaille  <akim@epita.fr>
13361         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
13362         preexisting files matching a.*.
13364 2001-06-23  Akim Demaille  <akim@epita.fr>
13366         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
13367         stderr.
13368         * doc/autoconf.texi (AC_ARG_VAR): Update.
13370 2001-06-21  Akim Demaille  <akim@epita.fr>
13372         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
13373         precious variables have changed.
13374         * tests/torture.at (AC_ARG_VAR): Adjust.
13376 2001-06-21  Akim Demaille  <akim@epita.fr>
13378         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
13379         but some sed choke on multiple `;', and other tools (e.g.,
13380         Automake), include the separator themselves.
13382         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
13384 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
13386         * doc/autoconf.texi (Functions Portability): Rename as...
13387         (Function Portability): this.
13388         (Function Portability): Document potential problems with unlink().
13390 2001-06-19  Paul Eggert  <eggert@twinsun.com>
13392         * NEWS, doc/autoconf.texi: Document quadrigraphs.
13394 2001-06-18  Akim Demaille  <akim@epita.fr>
13396         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
13398 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
13400         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
13401         (_AC_FUNC_VFORK): this.
13402         Remove AC_DEFINEs and don't guess cross-compilation values.
13403         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
13404         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
13405         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
13406         vfork doesn't work.
13407         Guess values if cross-compiling, but warn.
13408         * acfunctions: Add AC_FUNC_FORK.
13409         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
13410         and vfork appropriately.
13412 2001-06-18  Akim Demaille  <akim@epita.fr>
13414         * doc/autoconf.texi (Functions Portability): New section.
13416 2001-06-18  Akim Demaille  <akim@epita.fr>
13418         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
13419         in $M4.
13420         Suggested by Andreas Schwab.
13422 2001-06-18  Akim Demaille  <akim@epita.fr>
13424         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
13425         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
13426         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
13427         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
13428         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
13429         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
13430         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
13431         the converse).
13433 2001-06-18  Akim Demaille  <akim@epita.fr>
13435         * doc/autoconf.texi (ms): New index.
13436         (Macro Index): Rename as...
13437         (Autoconf Macro Index): this.
13438         (M4 Macro Index): New appendix.
13439         (Programming in M4): New chapter.
13440         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
13441         (Quoting): Rename as...
13442         (M$ Quotation): this.
13443         Be part of `Programming in M4).
13445 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
13447         * tests/torture.at (AC_ARG_VAR): Set variables and export them
13448         in separate statements for compatibility with Tru64 v5.1.
13450 2001-06-17  Akim Demaille  <akim@epita.fr>
13452         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
13453         current values of the precious variables, not the previously
13454         cached values.
13455         Pass precious variables which are set to config.status.
13456         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
13457         * tests/torture.at (AC_ARG_VAR): New.
13459 2001-06-15  Paul Eggert  <eggert@twinsun.com>
13461         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
13462         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
13463         and explain why and how to replace them.
13464         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
13465         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
13467 2001-06-15  Akim Demaille  <akim@epita.fr>
13469         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
13470         Reported by Bruno Haible.
13472         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
13473          (_AC_ARG_VAR_PRECIOUS): to here.
13475 2001-06-15  Pavel Roskin  <proski@gnu.org>
13477         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
13478         an unused pointer use cast to this type and `if' statement to
13479         avoid warnings from the compiler.
13480         (AC_HEADER_TIME): Likewise.
13481         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
13482         in `if' statement to avoid warnings from the compiler. Declare
13483         ac_aggr static to avoid the need to initialize it.
13485 2001-06-14  Akim Demaille  <akim@epita.fr>
13487         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
13488         Macros'.
13490 2001-06-13  Akim Demaille  <akim@epita.fr>
13492         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
13493         Suggested by Alexander Mai.
13495 2001-06-13  Akim Demaille  <akim@epita.fr>
13497         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
13498         sys/types.h and sys/stat.h, and check for them.
13500 2001-06-13  Akim Demaille  <akim@epita.fr>
13502         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
13503         INCLUDES.
13505 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
13507         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
13508         succeeds and only try adding libdnet upon a failure.
13510 2001-06-12  Akim Demaille  <akim@epita.fr>
13512         * autoscan.in (&output_kind): Output the comment only if it exists.
13513         (%kind_comment): Add entry for `programs'.
13514         (&output_programs): Use &output_kind.
13515         (&output_functions, &output_identifiers, &output_headers)
13516         (&output_programs): Inline, and remove.
13518 2001-06-12  Akim Demaille  <akim@epita.fr>
13520         * autoscan.in (%kind_comment): New.
13521         (output_kind): New.
13522         (output_functions, output_identifiers, output_headers): Use it.
13524 2001-06-12  Akim Demaille  <akim@epita.fr>
13526         * autoscan.in (&print_unique): Take `$kind' and `$word' as
13527         arguments, to factor indirections into `%macro' and `%used'.
13528         (%generic_macro): Fix a typo.
13530 2001-06-12  Akim Demaille  <akim@epita.fr>
13532         * aclibraries: New.
13533         * autoscan.in (@kinds): Add `libraries'.
13534         Use `@kinds' instead of hard coded lists.
13535         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
13536         Remove, replaced by...
13537         (%used): this.
13539 2001-06-12  Akim Demaille  <akim@epita.fr>
13541         * autoscan.in (%functions_macros %headers_macros)
13542         (%identifiers_macros %programs_macros %makevars_macros): Remove,
13543         replaced by...
13544         (%macro): New.
13546 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
13548         * aclang.m4 (AC_NO_EXECUTABLES): Override
13549         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
13551 2001-06-11  Akim Demaille  <akim@epita.fr>
13553         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
13554         trailing new line.
13555         Reported by Andreas Schwab.
13557 2001-06-11  Akim Demaille  <akim@epita.fr>
13559         * Makefile.am, Makefile.maint: Typos.
13561 2001-06-09  Akim Demaille  <akim@epita.fr>
13563         * doc/autoconf.texi (Here-Documents): New section, gathering
13564         documentation about here-documents.
13565         Use `href', not `uref', and other changes.
13567 2001-06-09  Akim Demaille  <akim@epita.fr>
13569         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
13570         chapter.
13572 2001-06-09  Akim Demaille  <akim@epita.fr>
13574         * doc/autoconf.texi (Limitations of Builtins): Complete the
13575         description of the here-docs penalties with Alexandre Oliva's
13576         explanations.
13578 2001-06-01  Paul Eggert  <eggert@twinsun.com>
13580         * doc/autoconf.texi: Talk about here documents and speedups.
13581         Do not use "echo" on arbitrary strings.
13582         Spell "here-documents" consistently with the standard.
13584 2001-06-09  Akim Demaille  <akim@epita.fr>
13586         * doc/autoconf.texi (Concept Index): Introduce it.
13587         Regenerate the menus.
13589 2001-06-09  Akim Demaille  <akim@epita.fr>
13591         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
13592         * config/prev-version.txt: New.
13593         * config/move-if-change: New, for GNU libc.
13595 2001-06-06  Pavel Roskin  <proski@gnu.org>
13597         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
13599 2001-06-06  Akim Demaille  <akim@epita.fr>
13601         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
13602         properly when $1 is not a literal.
13603         Fixes PR Autoconf/187, reported by Bram Moolenaar.
13605 2001-06-06  Akim Demaille  <akim@epita.fr>
13607         Invoking AC_COPYRIGHT before AC_INIT fails.
13609         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
13610         * acgeneral.m4 (_m4_divert(VERSION_FSF))
13611         (_m4_divert(VERSION_USER)): New.
13612         (AC_COPYRIGHT): $2 is the diversion to use.
13613         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
13614         (AC_INIT): Remove dead comments as now it's commutative.
13616 2001-06-06  Akim Demaille  <akim@epita.fr>
13618         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
13619         PR autoconf/187.
13621 2001-06-05  Akim Demaille  <akim@epita.fr>
13623         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
13624         can be empty.
13625         `*dir' variables cannot be NONE.
13626         Reported by Mark Kettenis.
13628 2001-06-05  Paul Eggert  <eggert@twinsun.com>
13630         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
13632 2001-06-04  Akim Demaille  <akim@epita.fr>
13634         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
13635         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
13636         (AC_TR_SH): Move as...
13637         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
13638         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
13639         (AS_TR_SH): these.
13640         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
13641         (_AS_TR_SH_PREPARE): New.
13642         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
13643         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
13645 2001-06-02  Akim Demaille  <akim@epita.fr>
13647         * Makefile.am (.m4.m4f): Pass the options first.
13648         Fixes PR autoconf/182.
13650 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
13652         GNU getopt, when POSIXLY_CORRECT does not permute options and
13653         arguments.  So pass the options first.
13654         Fixes PR autoconf/184.
13656         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
13657         (run_m4): Remove files.
13658         (run_m4f): Remove.
13659         Update remainder of script to use them.
13660         (for warning in): Do not use a literal comma as it will not be
13661         split by IFS.
13663 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
13665         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
13666         Fortran compilers to check.
13667         (_AC_PROG_F77_V): Add '-###' as a possible option to print
13668         information on library and object files.
13669         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
13670         to check.
13672 2001-06-02  Akim Demaille  <akim@epita.fr>
13674         * autom4te.in (Request::@request): Declare with `vars', not `my',
13675         as it prevents updates via `do FILENAME'.
13677 2001-06-02  Akim Demaille  <akim@epita.fr>
13679         * configure.in (standards_texi): Remove, dead code.
13681 2001-06-02  Akim Demaille  <akim@epita.fr>
13683         * autom4te.in: New.
13685 2001-06-02  Pavel Roskin  <proski@gnu.org>
13687         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
13688         for signals other than 0 - exit with code 1.
13689         * m4sh.m4 (AS_TMPDIR): Likewise.
13690         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
13691         * autoheader.in: Likewise.
13692         * autoreconf.in: Likewise.
13693         * tests/torture.at (Signal handling): New test for the above.
13695 2001-06-01  Akim Demaille  <akim@epita.fr>
13697         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
13698         message.
13700 2001-05-31  Akim Demaille  <akim@epita.fr>
13702         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
13703         Add copyright and comments.
13704         * acheaders: Add stdint.h.
13705         Suggested by Paul Eggert.
13707 2001-05-31  Akim Demaille  <akim@epita.fr>
13709         * atgeneral.m4 (AT_INIT): Use $SHELL.
13710         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
13712 2001-05-31  Akim Demaille  <akim@epita.fr>
13714         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
13715         stdint.h.
13716         From Paul Eggert and Lars Hecking.
13718 2001-05-31  Akim Demaille  <akim@epita.fr>
13720         * tests/base.at: Adjust line numbers in error messages.
13722 2001-05-31  Akim Demaille  <akim@epita.fr>
13724         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
13725         to emit the bangshe line.
13726         Reported by David Carter.
13728 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
13730         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
13731         Fortran (95) compilers to check.
13733 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
13735         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
13736         Macro Archive URL.
13738 2001-05-23  Pavel Roskin  <proski@gnu.org>
13740         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
13741         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
13742         (AC_PROG_CXXCPP): Likewise.
13744 2001-05-22  Akim Demaille  <akim@epita.fr>
13746         * config: New directory.
13747         * configure.in: AC_CONFIG_AUX_DIR it.
13748         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
13750 2001-05-22  Akim Demaille  <akim@epita.fr>
13752         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
13753         * autoupdate.in: Specify the Emacs mode.
13754         * acversion.m4.in: Rename as...
13755         * acversion.m4: this.
13756         * tests/Makefile.am (CLEANFILES): More garbage.
13758 2001-05-22  Akim Demaille  <akim@epita.fr>
13760         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
13761         Rename as...
13762         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
13763         these.
13765 2001-05-21  Akim Demaille  <akim@epita.fr>
13767         * configure.in: Bump to 2.50a.
13770         -----
13772         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
13773         Software Foundation, Inc.
13775         Copying and distribution of this file, with or without
13776         modification, are permitted provided the copyright notice and this
13777         notice are preserved.