Autotest formatting touchups.
[autoconf/ericb.git] / ChangeLog
blob772a77715b1859a0bb4df2871c4ef0485ed4eab5
1 2007-09-27  Eric Blake  <ebb9@byu.net>
3         Autotest formatting touchups.
4         * lib/autotest/general.m4 (HELP_TUNING): Avoid TAB in terminal
5         output.
6         (PATH): Simplify computation of new PATH.
8 2007-09-26  Eric Blake  <ebb9@byu.net>
10         Fix testsuite breakage in last patch.
11         * tests/autotest.at (AT_CHECK_AT_TITLE): Properly quote the
12         font-lock fix.
13         * tests/torture.at (@%:@define header templates): Rename, so that
14         output lines up correctly.
16         More font-lock happiness.
17         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Clean up font
18         confusion.
20 2007-09-25  Eric Blake  <ebb9@byu.net>
22         Typo fixes.
23         * lib/autoconf/general.m4 (AC_SUBST): Fix typo in comment.
24         * lib/m4sugar/m4sh.m4 (AS_VAR_PUSHDEF): Likewise.
26         Improve documentation of M4 parameter expansion.
27         * doc/autoconf.texi (Quoting and Parameters): New section.
28         (Quotation and Nested Macros): Improve wording.
30         Improve C99 detection.
31         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Add support for HP cc, and
32         avoid deprecation warning with icc.
33         * THANKS: Update.
34         Reported by Ted Bullock.
36 2007-09-24  Jim Meyering  <jim@meyering.net>
38         Whenever possible, use the vertical bar as sed delimiter.
39         * lib/autoconf/functions.m4 (GETLOADAVG_LIBS) [AC_FUNC_GETLOADAVG]:
40         Use "|", not "!".
41         * lib/autoconf/status.m4 (_AC_SRCDIRS) [ac_top_builddir_sub]:
42         [ac_dir_suffix]: Use "|", not "," as sed delimiter.
43         * tests/mktests.sh (as_me): Likewise.
44         * lib/freeze.mk (check-forbidden-patterns): Likewise.
45         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
46         * configure: Regenerate.
47         * doc/autoconf.texi (Shell Substitutions): Use "|", not "," in examples.
48         * lib/autotest/general.m4 (AT_INIT): Use "|", not "&" as sed delimiter
49         in the : -> $PATH_SEPARATOR transformation of $AUTOTEST_PATH.
50         This is fine, as long as $PATH_SEPARATOR doesn't contain "|".
52 2007-09-22  Jim Meyering  <jim@meyering.net>
54         Add a comment.
55         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Document the
56         2004-05-31 change also with a comment in the code.
58 2007-09-20  Eric Blake  <ebb9@byu.net>
60         More contribution housekeeping.
61         * THANKS: Sort.
62         * AUTHORS: Sort, reflect recent assignment from Helge Deller.
64         Ignore additional files, when copying cross-repository.
65         * .gitignore: Ignore CVS directories, emacs edits.
66         * .cvsignore: Ignore .git directory, emacs edits.
68 2007-09-15  Eric Blake  <ebb9@byu.net>
70         Provide AC_VERSION, not m4_AUTOCONF_VERSION.
71         * doc/autoconf.texi (Text processing Macros): Remove mention of
72         m4_AUTOCONF_VERSION, and leave m4_PACKAGE_VERSION undocumented
73         once again.
74         (Notices): Move AC_PREREQ...
75         (Versioning): ...to this new section, alongside the new AC_VERSION
76         alias for the undocumented m4_PACKAGE_VERSION.
77         * lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): Revert change.
78         * lib/autoconf/general.m4 (AC_VERSION): New macro.
79         * NEWS: Update to match this rename.
80         * tests/m4sugar.at (m4@&t@_version_compare): Remove tests of
81         m4_PACKAGE_VERSION.
82         * tests/tools.at (autoconf: AC_VERSION): New test.
83         Suggested by Paolo Bonzini and Benoit Sigoure.
85 2007-09-14  Eric Blake  <ebb9@byu.net>
87         Prepare for conversion to git.
88         * doc/.cvsignore: Avoid multiple listings on one line.
89         * bin/.cvsignore: Likewise.
90         * .gitignore, bin/.gitignore, config/.gitignore, doc/.gitignore,
91         lib/.gitignore, lib/Autom4te/.gitignore, lib/autoconf/.gitignore,
92         lib/autoscan/.gitignore, lib/autotest/.gitignore,
93         lib/emacs/.gitignore, lib/m4sugar/.gitignore, man/.gitignore,
94         tests/.gitignore: New files, identical to .cvsignore counterpart.
96 2007-09-13  Eric Blake  <ebb9@byu.net>
98         Editing eye-candy.
99         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Restore
100         font-lock balance.
101         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Likewise.
102         * lib/autoconf/general.m4 (_AC_DO_ECHO): Likewise.
103         * configure: Regenerate.
105         Clean up 'make dist' of previous patch.
106         * tests/Makefile.am (EXTRA_DIST): Distribute mktests.stamp.
107         (CLEANFILES): Don't clean the stamp, since we distribute the
108         generated files pre-built.
109         (MAINTAINERCLEANFILES): Clean it here instead.
110         * tests/Makefile.in: Regenerate.
112         Avoid parallel 'make check' issue.
113         * tests/Makefile.am (mktests.stamp): New witness.
114         (TESTSUITE_GENERATED_AT): Use it.
115         (CLEANFILES): Clean the witness.
116         * tests/.cvsignore (mktests.stamp): Ignore the witness.
118         Document another awk pitfall.
119         * doc/autoconf.texi (Limitations of Usual Tools) <awk>: Document
120         limitation of field variables in END.
121         Reported by Gary V. Vaughan.
123         * AUTHORS: Add missing entries.
125 2007-09-12  Eric Blake  <ebb9@byu.net>
127         Publish m4_ifndef, m4_version_compare, m4_AUTOCONF_VERSION.
128         * doc/autoconf.texi (Text processing Macros): Document
129         m4_version_compare, m4_AUTOCONF_VERSION, m4_PACKAGE_VERSION.
130         (Redefined M4 Macros): Document m4_ifndef.
131         * lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): New macro; we
132         can't obsolete m4_PACKAGE_VERSION at this time since Autoconf 1.10
133         used it while it was undocumented.
134         * NEWS: Document this change.
135         * lib/m4sugar/Makefile.am (version.m4): Update copyright dates.
136         * lib/m4sugar/Makefile.in: Regenerate.
137         * tests/m4sugar.at (m4@&t@_version_compare): New test.
138         Reported by Bruno Haible.
140         * doc/autoconf.texi (Generic Compiler Characteristics): Add
141         missing index entries.
143 2007-09-11  Eric Blake  <ebb9@byu.net>
145         Centralize all system extensions checks.
146         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Inline code
147         from AC_AIX, AC_GNU_SOURCE, AC_MINIX.  Add Interix support.
148         (AC_AIX, AC_GNU_SOURCE, AC_MINIX): Obsolete, and point to
149         AC_USE_SYSTEM_EXTENSIONS.
150         (AC_ISC_POSIX): Obsolete, and point to AC_SEARCH_LIBS.
151         (AC_XENIX_DIR, AC_IRIX_SUN): Promote proper quoting in AU_DEFUN.
152         * doc/autoconf.texi (Posix Variants): Reword this section,
153         emphasizing that AC_USE_SYSTEM_EXTENSIONS is the preferred method,
154         rather than a series of system-specific checks.
155         (Obsolete Macros): Add AC_AIX, AC_GNU_SOURCE, AC_ISC_POSIX,
156         AC_MINIX.
157         * NEWS: Document this change.
158         * THANKS: Update.
159         Reported by Martin Koeppe.
161 2007-09-08  Eric Blake  <ebb9@byu.net>
163         Clean up obsolete macros references.
164         * doc/autoconf.texi: Add anchors to support better
165         cross-referencing.
166         (Particular Structures): Move obsolete macros descriptions...
167         (External Software): Likewise.
168         (Package Options): Likewise.
169         (Obsolete Macros): ...to here.  Add cross-references to
170         documentation on replacements.
171         * NEWS: Mention that these macros have been obsolete for a while
172         now: AC_STRUCT_ST_BLKSIZE AC_STRUCT_ST_RDEV AC_WITH AC_ENABLE.
174         Improve M4 path searching during configure.
175         * lib/autoconf/programs.m4 (AC_PATH_PROGS_FEATURE_CHECK): New
176         macro.
177         (_AC_PATH_PROG_FEATURE_CHECK): Rename...
178         (_AC_PATH_PROGS_FEATURE_CHECK): ...to this, add defaulted action
179         parameter, and kill side effects.
180         (_AC_PROG_GREP, AC_PROG_SED): Adjust callers.
181         (_AC_FEATURE_CHECK_LENGTH): Kill extra whitespace.
182         * m4/m4.m4 (AC_PROG_GNU_M4): Don't stop searching until working m4
183         is found.
184         (AC_PATH_PROGS_FEATURE_CHECK): Add backwards compatibility hack to
185         allow bootstrapping with autoconf 2.61.
186         * configure.ac (M4): AC_PROG_GNU_M4 now exits on failure.
187         * configure: Regenerate.
188         * doc/autoconf.texi (Generic Programs): Document new macro.
189         * tests/mktests.sh (au_exclude_script): Exclude auto-testing new
190         macro.
191         * tests/semantics.at (AC_PATH_PROGS_FEATURE_CHECK): New test.
192         * NEWS: Document the change.
193         * THANKS: Update.
194         Reported by Hans Aberg.
196         * doc/autoconf.texi (Generic Programs): Fix typo.
198 2007-09-06  Eric Blake  <ebb9@byu.net>
200         * doc/autoconf.texi (Generic Programs): Use $PATH_SEPARATOR, not
201         :, and make it clear that optional @var{path} defaults to $PATH.
202         (Erlang Compiler and Interpreter): Likewise.
204         Texinfo cleanup.
205         * doc/autoconf.texi: Avoid lines > 80 columns when possible.
206         Reword some paragraphs to avoid overfull, underfull hbox
207         warnings.  Add index entries to avoid overfull vbox warnings.
209 2007-09-05  Eric Blake  <ebb9@byu.net>
211         * NEWS: Adjust wording for AC_CONFIG_LINKS.
212         Reported by Ralf Wildenhues.
214 2007-09-03  Eric Blake  <ebb9@byu.net>
216         * NEWS: Document fixes that have been applied since 2.61a.
218         Housekeeping.
219         * THANKS: Update, and convert to UTF-8 encoding.
220         * AUTHORS: Likewise.
222 2007-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
224         * lib/autoconf/general.m4 (AC_SITE_LOAD): Guard against file
225         names beginning with `-' again.
227 2007-08-22  Stepan Kasal  <kasal@ucw.cz>
228             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
230         * doc/autoconf.texi (Defining Directories): Mention
231         AM_CPPFLAGS, as the way to modify CPPFLAGS when using Automake.
233 2007-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
235         * lib/autoconf/general.m4 (AC_SITE_LOAD): Do not overwrite "$@"
236         here, this macro is expanded by AC_INIT.  Fixes 2.60 regression.
237         * tests/base.at (configure arguments): New test.
238         * THANKS: Update.
239         Report by Olaf Lenz.
241         * lib/autoconf/general.m4 (_AC_ENABLE_IF): Expand macro
242         arguments in comment.
243         Report by Vincent Torri <vtorri at univ minus evry dot fr>.
245 2007-08-20  Benoit Sigoure  <tsuna@lrde.epita.fr>
247         * doc/autoconf.texi (File System Conventions): Index the proper
248         way of detecting absolute file names.
250 2007-08-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
252         * build-aux/config.guess, build-aux/config.sub,
253         build-aux/elisp-comp, build-aux/install-sh, build-aux/mdate-sh,
254         build-aux/missing, build-aux/texinfo.tex, doc/fdl.texi,
255         doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
256         * doc/autoconf.texi (GNU Free Documentation License): Adjust for
257         sectioning change in fdl.texi.
259         * bin/autoconf.as: Update --version output to match current GCS.
260         * bin/autoheader.in: Likewise.
261         * bin/autom4te.in: Likewise.
262         * bin/autoreconf.in: Likewise.
263         * bin/autoscan.in: Likewise.
264         * bin/autoupdate.in: Likewise.
265         * bin/ifnames.in: Likewise.
267 2007-08-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
269         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not try to link a
270         file to itself if source and build trees coincide.
271         * tests/torture.at (AC_CONFIG_LINKS and identical files): New
272         test.
273         Report by Sebastian Freundt <hroptatyr@gna.org>.
275 2007-07-20  Paul Eggert  <eggert@cs.ucla.edu>
277         Reword the copyright notices to match what's suggested in GPLv3.
278         In ChangeLog files, use more-permissive notice rather than GPL, as
279         per usual GNU standards these days.
281 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
283         * doc/autoconf.texi (autoreconf Invocation): Document ACLOCAL_AMFLAGS
284         limitation reported by Leo Moisio in
285         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432941>.
287 2007-07-03  Paul Eggert  <eggert@cs.ucla.edu>
289         * COPYING: Update to GPLv3.  All uses changed.
291 2007-06-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
292         and Paul Eggert  <eggert@cs.ucla.edu>
294         * doc/autoconf.texi (Limitations of Usual Tools): sed -e ''
295         fails on AIX 5.3.
297 2007-06-17  Noah Misch  <noah@cs.caltech.edu>
299         * lib/autotest/general.m4 (AT_INIT): Handle absolute `srcdir'.
300         * tests/autotest.at (srcdir propagation): Test absolute `srcdir' and
301         `srcdir' as subdirectory of `builddir'.
303 2007-06-13  Noah Misch  <noah@cs.caltech.edu>
305         * lib/autotest/general.m4 (AT_INIT): Compute $srcdir correctly.
306         * tests/autotest.at (srcdir propagation): New test.
307         * THANKS: Update.
308         Reported by Mike Frysinger.
310 2007-06-13  Paul Eggert  <eggert@cs.ucla.edu>
312         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Set FPATH too.
313         Problem reported by Fred Kreek in
314         <http://lists.gnu.org/archive/html/bug-autoconf/2007-06/msg00009.html>.
315         * doc/autoconf.texi (Special Shell Variables): Warn about FPATH.
316         (Macro Names, Defining Directories): Don't mention PATH as a name
317         for a fully qualified file name, as this usage violates the GNU
318         coding standards and we shouldn't recommend it.
320         * lib/autotest/general.m4 (AT_INIT): Don't set PATH to the empty
321         string and then assume shell builtins like "test" will work.
323 2007-06-12  Noah Misch  <noah@cs.caltech.edu>
325         * lib/autoconf/general.m4 (AC_SUBST): Raise a fatal error if VARIABLE is
326         not a valid shell variable name.
327         * tests/mktests.sh (ac_exclude_list): Add AC_ARG_VAR.
328         * tests/torture.at (AC_SUBST: variable name validation): New test.
329         Reported by Andreas Schwab.
331 2007-06-04  Noah Misch  <noah@cs.caltech.edu>
333         * doc/autoconf.texi (AC_F77_MAIN): Give a specific usage example that
334         works with both C and C++.
336 2007-06-03  Noah Misch  <noah@cs.caltech.edu>,
337             Bruno Haible  <bruno@clisp.org>
339         * lib/autoconf/c.m4 (AC_OPENMP): Use a simple loop instead of compiler
340         brand tests.
342 2007-05-31  Paul Eggert  <eggert@cs.ucla.edu>
344         * doc/autoconf.texi (Particular Types): Give example of use for
345         AC_TYPE_INT8_T etc.
347 2007-05-29  Stepan Kasal  <kasal@ucw.cz>
349         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo.
351 2007-05-28  Paul Eggert  <eggert@cs.ucla.edu>
353         * doc/autoconf.texi (Particular Types): AC_TYPE_INT8_T does not
354         define HAVE_INT8_T, and likewise for similar macros.
355         Problem reported by Patrick Welche in
356         <http://lists.gnu.org/archive/html/autoconf/2007-05/msg00062.html>.
358 2007-05-25  Noah Misch  <noah@cs.caltech.edu>
360         * bin/Makefile.am ($(top_builddir)/bin/autom4te): New dependency.
362 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
364         * lib/autoconf/c.m4 (AC_OPENMP): Don't echo --enable-openmp
365         choice, since that's what we do with --enable-largefile etc.
366         Redo indenting and assignments to simplify things a bit, and make
367         the parens work with Emacs.
369         * doc/autoconf.texi (Generic Compiler Characteristics): Fix typo
370         in my previous change: AC_C_OPENMP -> AC_OPENMP.  Reported by Bruno
371         Haible.
373 2007-05-21  Noah Misch  <noah@cs.caltech.edu>
375         * lib/autoconf/c.m4 (AC_OPENMP): Simplify use of AC_ARG_ENABLE.
376         * tests/local.at (AT_CHECK_ENV): Exempt OPENMP_CFLAGS.
378 2007-05-21  Bruno Haible  <bruno@clisp.org>
380         * NEWS: Rename AC_C_OPENMP to AC_OPENMP.
381         * lib/autoconf/c.m4 (AC_OPENMP): Renamed from AC_C_OPENMP.
382         * doc/autoconf.texi (Generic Compiler Characteristics): Move
383         renamed AC_OPENMP documentation here, from "C compiler".
384         Mention C++ and Fortran.
386 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
388         * doc/autoconf.texi (C Compiler): Tweak OpenMP documentation a bit.
390 2007-05-21  Bruno Haible  <bruno@clisp.org>
392         * NEWS: Mention AC_C_OPENMP.
393         * lib/autoconf/c.m4 (AC_C_OPENMP): New macro.
394         * doc/autoconf.texi (C Compiler): Document AC_C_OPENMP.
396 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
398         * bin/autom4te.in: Fix typos.
400 2007-05-16  Noah Misch  <noah@cs.caltech.edu>
402         * bin/autoconf.as: Handle `-' just like other input files.
403         * bin/autom4te.in (parse_args): Pass `-' through.
404         (handle_output): Skip the forbidden token search if we read from stdin.
405         (up_to_date): Always treat stdin as out of date.
406         * tests/tools.at (autoconf: input from stdin): New test.
407         (autoconf: forbidden tokens, basic): Check a second `autoconf' run.
409 2007-05-16  Stepan Kasal  <kasal@ucw.cz>
411         * tests/foreign.at tests/semantics.at, tests/tools.at: Remove
412         parameters for AT_CLEANUP.
413         * tests/local.at (AT_CHECK_AU_MACRO): Likewise.
415 2007-05-14  Paul Eggert  <eggert@cs.ucla.edu>
417         * NEWS: Document that AC_C_RESTRICT checks 'restrict' last.
418         * doc/autoconf.texi (C Compiler): Likewise.
420 2007-05-14  Noah Misch  <noah@cs.caltech.edu>
422         * lib/autoconf/c.m4 (AC_C_RESTRICT): Check `restrict' last.
424 2007-05-09  Stepan Kasal  <kasal@ucw.cz>
426         * doc/autoconf.texi: Direntry for "autoconf Invocation"
427         renamed to "autoconf-invocation"
429         * doc/autoconf.texi (Caching Results): The CACHE-ID variable
430         in the examples should not use the internal "ac_" prefix.
432 2007-05-05  Noah Misch  <noah@cs.caltech.edu>
434         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): Use `eval'.
435         * doc/autoconf.texi ($@, case): Document Zsh limitations.
437 2007-05-03  Stepan Kasal  <kasal@ucw.cz>
439         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Put a.out first.
440         Reorganize the comments before and in the macro.
442 2007-05-02  Stepan Kasal  <kasal@ucw.cz>
444         * lib/autoconf/lang.m4, lib/autoconf/c.m4,
445         lib/autoconf/fortran.m4, lib/autoconf/erlang.m4: Cleanup of
446         section titles and other comments; no code change.
448 2007-05-01  Kevin Ryde  <user42@zip.com.au>
450         * doc/autoconf.texi (Particular Programs): Typo
451         @acindex{AC_PROG_MKDIR_P} shouldn't have "AC" in that call.
453 2007-04-30  Paul Eggert  <eggert@cs.ucla.edu>
455         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Don't imply that
456         'configure' will fail if the shell lacks proper support for shell
457         functions.  Suggested by RMS.
459 2007-04-29  Paul Eggert  <eggert@cs.ucla.edu>
461         * doc/autoconf.texi (Limitations of Builtins): Correct the warning
462         about Solaris /bin/printf '%010000x' 123.  Problem reported by
463         Bruno Haible.
465 2007-04-28  Paul Eggert  <eggert@cs.ucla.edu>
467         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't look
468         for a.* when searching for executables, as this prevents users
469         from having files like a.c.  Problem reported by Ralf Wildenhues in:
470         http://lists.gnu.org/archive/html/autoconf-patches/2007-04/msg00029.html
471         This fixes a problem introduced on 2000-12-19.
473 2007-04-26  Paul Eggert  <eggert@cs.ucla.edu>
475         * doc/autoconf.texi (Limitations of Builtins): Warn about Solaris
476         /bin/printf '%010000x' 123.  Problem reported by Arto C. Nirkko
477         via Bruno Haible.
479 2007-04-12  Paul Eggert  <eggert@cs.ucla.edu>
481         * NEWS: Document recent changes to AC_CHECK_ALIGNOF, AC_CHECK_SIZEOF,
482         AC_CHECK_TYPE, AC_CHECK_TYPES.
483         * doc/autoconf.texi (Generic types): C types must be type-names
484         (the C terminology), not type-ids (the C++ term).  C++ types
485         must not be anonymous.
486         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Remove special case
487         for C++; this drops support for anonymous struct and union types,
488         which were problematic anyway.
489         * tests/semantics.at (AC_CHECK_HEADERS_NEW): Adjust test to work even
490         for C++.
492 2007-04-12  Jim Meyering  <jim@meyering.net>
494         * doc/autoconf.texi (Libraries): Typo fix: insert missing "in".
496 2007-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
498         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Fix AC_CONFIG_LINKS
499         to prefer a link source from the build tree, if it exists.
500         Report by Pallav Gupta <pallavgupta@gmail.com>.
502 2007-04-11  Paul Eggert  <eggert@cs.ucla.edu>
504         * doc/autoconf.texi (Generic Types): Document the restrictions
505         on types imposed by AC_CHECK_TYPE, AC_CHECK_TYPES.
506         (Generic Compiler Characteristics): AC_CHECK_SIZEOF now works
507         with objects too.  Document the restrictions on its use.
508         Document the restrictions on AC_CHECK_ALIGNOF's type argument.
509         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW):
510         For C, just try sizeof (TYPE) and sizeof ((TYPE)); if the former
511         works but the latter doesn't, then it's a valid type.
512         This lets people use function types and so forth.
513         For C++ there doesn't seem to be a simple solution, so leave it alone.
514         (AC_CHECK_SIZEOF): Allow argument to be a variable.
515         (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Don't bother to invoke
516         AC_CHECK_TYPE; that wasn't documented or necessary.
518 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
520         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Skip AS_TEST_X
521         when cross-compiling.
523 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
525         * doc/autoconf.texi (External Software): Fix a typo in the
526         previous change.
528 2007-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
530         * doc/autoconf.texi (External Software, Package Options):
531         Fix ambiguous wording.  Report by Reuben Thomas <rrt@sc3d.org>.
533 2007-04-06  Paul Eggert  <eggert@cs.ucla.edu>
535         * doc/autoconf.texi (Particular Types): AC_C_LONG_DOUBLE is now
536         obsolescent.  Suggested by Bruno Haible.
537         * NEWS: Document this.
539 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
541         * doc/autoconf.texi (Here-Documents, Limitations of Builtins):
542         (Limitations of Usual Tools): Don't say "older" if Solaris 10 by
543         default still has the problem.  Problem reported by Bruce Korb.
545 2007-03-28  Stepan Kasal  <kasal@ucw.cz>
546         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
548         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix a
549         comment in the generated config.status.
551 2007-03-27  Stepan Kasal  <kasal@ucw.cz>
553         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Update comment.
555 2007-03-26  Paul Eggert  <eggert@cs.ucla.edu>
557         * doc/autoconf.texi (Shellology): Rework treatment of the 'test'
558         command and case statements to make it a bit clearer and describe
559         more pitfalls.
561 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
563         * doc/autoconf.texi (C Compiler): Mention that AC_PROG_CC_C99 also
564         checks for unsigned long long int.
566 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
568         * doc/autoconf.texi (Limitations of Usual Tools): Warn about other
569         nonstandard grep R.E. escape sequences.
571 2007-03-17  Jim Meyering  <jim@meyering.net>
573         * doc/autoconf.texi: Adjust grammar around use of "heuristics".
574         (Limitations of Usual Tools): Also list \< and \>, and mention that
575         HP-UX's grep, like the one from Solaris, does not support that syntax.
577 2007-03-09  Stepan Kasal  <kasal@ucw.cz>
579         * doc/autoconf.texi (Specifying Names): `--host' does not
580         change the build type.
582 2007-03-05  Paul Eggert  <eggert@cs.ucla.edu>
584         * doc/autoconf.texi (C Compiler): Warn that AC_C_BIGENDIAN
585         suggests AC_CONFIG_HEADERS.
586         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Warn if not using
587         AC_CONFIG_HEADERS.  Problem reported by
588         Peter O'Gorman.
590 2007-02-28  Paul Eggert  <eggert@cs.ucla.edu>
592         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Fix typo "__LITLE_ENDIAN__".
593         Problem reported by Paolo Bonzini in:
594         http://lists.gnu.org/archive/html/autoconf-patches/2007-02/msg00024.html
595         * tests/semantics.at (AC_C_BIGENDIAN): Don't reject hosts that have
596         universal binaries.  Problem reported by Elias Pipping.
598 2007-02-27  Paul Eggert  <eggert@cs.ucla.edu>
600         * NEWS: AC_C_BIGENDIAN now supports universal binaries a la Mac OS X.
601         * doc/autoconf.texi (C Compiler): Document this.  There is a new
602         extra argument ACTION-IF-UNIVERSAL.
603         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Implement this.
604         Add support for Solaris-style _LITTLE_ENDIAN and _BIG_ENDIAN.
605         Reindent for sanity's sake.
607 2007-02-24  Eric Blake  <ebb9@byu.net>
609         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
610         copyright.
611         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
612         * lib/autotest/general.m4 (AT_INIT): Likewise.
613         (_AT_DECIDE_TRACEABLE): Fix syntax highlighting.
615 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
617         * lib/autotest/general.m4 (AT_INIT): With --clean, return exit
618         status of rm so we know when it failed.
619         If cleaning of test dir failed before running the test, warn.
620         Output the line separator in verbose mode before the warning
621         to make clear the warning belongs to the following test.
623 2007-02-08  Paul Eggert  <eggert@cs.ucla.edu>
625         * doc/autoconf.texi (Parentheses): Mention problem with (( in
626         shells.
628 2007-02-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
629         and Paul Eggert  <eggert@cs.ucla.edu>
631         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix quoting
632         errors introduced in last change.
634 2007-02-07  Paul Eggert  <eggert@cs.ucla.edu>
636         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer \r to
637         an actual carriage return.  Use "ac_cr" to contain the actual
638         carriage return.
639         * doc/autoconf.texi (Limitations of Usual Tools): Document problem
640         with traditional Awk and begin.
641         * tests/torture.at (Limitations of Builtins): Document the problem
642         with Bash 2.03 printf.
643         (Substitute and define special characters):
644         Remove trailing white space.  Work around a bug in Solaris 8 /bin/bash.
646 2007-02-06  Ralf Menzel  <menzel@ls6.cs.uni-dortmund.de>  (tiny change)
648         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Redirect
649         input from /dev/null in awk test, so even Solaris /usr/bin/awk
650         will not wait for input with a script containing only a BEGIN
651         rule.
653 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
655         * doc/autoconf.texi (Introduction, Why GNU M4): Clarify M4 version
656         requirements.
657         * README: Likewise.
659 2007-02-02  Eric Blake  <ebb9@byu.net>
661         * NEWS: Update copyright.
663         * m4/m4.m4 (AC_PROG_GNU_M4): Reject M4 1.4 through 1.4.4 as
664         broken.
665         * configure.ac: Update error message.
666         * NEWS: Note that M4 1.4.5 or later is now a hard dependency.
667         Reported by Gary Vaughan and Jim Meyering, and problem analyzed
668         by Stepan Kasal:
669         http://lists.gnu.org/archive/html/bug-autoconf/2006-11/msg00025.html
671 2007-01-31  Eric Blake  <ebb9@byu.net>
673         * THANKS (people): Update.
675 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
677         * doc/autoconf.texi (Shellology): pdksh 5.2.14 is still the
678         latest version.
679         (Shell Substitutions): Note problems with @{var:=value} etc.
680         Add a new section for problems with @{#var} etc.  Problem noted
681         by Ralf Wildenhues.  See:
682         http://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
684 2007-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
686         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Also
687         AC_SUBST([MKDIR_P]), so that Automake < 1.10 will pick up its
688         trace, if a package uses AC_PROG_MKDIR_P explicitly.  The actual
689         substitution will still be done by the special code.
690         Report by Jim Meyering.
692         * doc/autoconf.texi (File System Conventions): Mention that
693         $PATH_SEPARATOR is for the build system only.
694         Report by Keith Marshall.
696 2007-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
698         * doc/autoconf.texi (Setting Output Variables): Mention that
699         all non-NUL characters are ok in substituted values.
700         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Fix comment typo.
701         (_AC_OUTPUT_FILES_PREPARE): Test and use backslash escaping of
702         carriage return for $AWK, needed for BSD awk.
703         * tests/torture.at (Substitute and define special characters):
704         Test all 8 bit non-NUL characters.
705         Report against Automake by Patrick Welche.
707 2007-01-15  Stepan Kasal  <kasal@ucw.cz>
709         * doc/autoconf.texi: Direntry for "autoconf Invocation" renamed.
711 2007-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
713         * lib/autoconf/programs.m4 (AC_PROG_SED): When closing a pipe
714         early on the reader side, drop stderr of the input to avoid
715         `broken pipe' error output; this may happen even with shell
716         builtin `echo' of some bash versions.  Reports by Ian Macdonald
717         <iamacdo@telkomsa.net> and Sam Sexton <Sam.Sexton@reuters.com>.
719 2007-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
721         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Use newlines to
722         separate items of `ac_user_opts', to avoid long lines.
723         (_AC_INIT_PARSE_ENABLE2, _AC_ENABLE_IF_ACTION): Adjust.
725 2007-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
727         * doc/autoconf.texi: Fix some typos.
729 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
731         Fix some wording problems noted by Paolo Bonzini in:
732         http://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
733         * doc/autoconf.texi (Signed Overflow Examples): Give more
734         discussion about the allow_superuser_privileges example,
735         and change it a bit to make things clearer.
736         (Optimization and Wraparound): Clarify whether the compiler
737         will generate an infinite loop for the example derived from
738         Autoconf's mktime test.
739         (Signed Overflow Advice): Say that -ftrapv is meant for debugging.
740         Also, clarify unsigned multiplication overflow.
742 2007-01-04  Eric Blake  <ebb9@byu.net>
744         * bin/Makefile.am (RELEASE_YEAR): New macro.
745         (edit): Use it to supply correct copyright year to scripts.
746         * bin/autoconf.as (version): Use it.
747         * bin/autoheader.in ($version): Likewise.
748         * bin/autom4te.in ($version): Likewise.
749         * bin/autoreconf.in ($version): Likewise.
750         * bin/autoscan.in ($version): Likewise.
751         * bin/autoupdate.in ($version): Likewise.
752         * bin/ifnames.in ($version): Likewise.
754 2007-01-02  Paul Eggert  <eggert@cs.ucla.edu>
756         * doc/autoconf.texi (Integer Overflow): Revised based on today's
757         feedback.  The most important changes document what happens when
758         you convert an out-of-range value to a signed integer type, and
759         say that (sum < a) != (b < 0) reliably detects overflow when sum =
760         a + b.
762         * doc/autoconf.texi (Integer Overflow): Greatly expand and
763         rewrite, taking notions from the recent discussion on the gcc and
764         autoconf mailing lists; please see
765         http://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
766         and follow the many links.
767         (Integer Overflow Basics, Signed Overflow Examples):
768         (Optimization and Wraparound, Signed Overflow Advice):
769         (Signed Integer Division): New sections.
771 2006-12-28  Steven G. Johnson  <stevenj@alum.mit.edu>
773         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't include
774         preprocessor macro arguments in traced name.
775         * doc/autoconf.texi (Defining symbols): Document longstanding
776         support for AC_DEFINE-ing macros with arguments, and document
777         behavior when the same variable has multiple AC_DEFINEs.
778         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Revert to the
779         old implementation which AC_DEFINEs the FC_FUNC and FC_FUNC_
780         macros directly, giving much shorter and simpler code.
782 2006-12-28  Malcolm Purvis <malcolmp@xemacs.org>  (trivial change)
784         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
785         space before "$ac_configure_args" to prevent a 'config.status
786         --recheck' failure if ac_configure_args doesn't contain a leading
787         space.  This works around a problem with the XEmacs configure.ac,
788         which uses the (undocumented) ac_configure_args variable
789         inconsistently with Autoconf.
791 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
793         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):
794         Include <limits.h>, and use its INT_MAX to rewrite the
795         j loop so that it does not overflow 'int'.  Problem reported by
796         Ralf Wildenhues in
797         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
798         Play it safe by shifting left by 1 rather than multiplying by 2,
799         as GCC is less likely to optimize this away when the value
800         is signed (when it assumes overflow leads to undefined behavior).
801         Also, don't assume time_t uses two's complement.
803 2006-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
805         * tests/torture.at (Substitute a 2000-byte string): Avoid using
806         a 10kB long (multi-line) string literal, OpenServer 5.0.7 ksh
807         dumps core on it.  Report by Tim Rice.
809 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
811         * lib/autoconf/general.m4 (AC_ARG_ENABLE): Print help about
812         --disable-option-checking to --help output even when
813         AC_PRESERVE_HELP_ORDER is not used.
814         (_AC_INIT_PARSE_ENABLE2): Print warnings using actual --enable or
815         --with argument, rather than argument with [-.] replaced by
816         underscores.
817         * NEWS: Fix typo in previous change; the news was in the
818         wrong section.
820 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
822         * NEWS: Warnings are now generated by default for unknown
823         --enable-* and --with-* options.
824         * doc/autoconf.texi (Option Checking): Renamed from
825         (Configure Option Checking).  Tighten up the wording a bit.
826         (External Software, Package Options): Cross-reference to Option
827         Checking, and use this to shorten our section.
828         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Prefer test -n
829         "$x" to test "x$foo" != x.
830         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
831         Don't warn if $enable_option_checking is "no".
832         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Initialize
833         ac_unrecognized_opts to the empty string.
834         Don't echo the unrecognized opts, as this might mishandle
835         backslashes or leading -.
836         (AC_PRESERVE_HELP_ORDER): Put the --disable-option-checking
837         usage next to the other --disable-FEATURE options in the
838         help string.
840 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
842         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, _AC_INIT_PARSE_ARGS):
843         (_AC_INIT_PARSE_ENABLE2, _AC_INIT_HELP, _AC_ENABLE_IF):
844         Print warning for unrecognized --with and --enable options
845         (AC_DISABLE_OPTION_CHECKING): New macro to disable warnings.
846         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS):
847         Disable option checking when subdirs are configured.
848         (AC_OUTPUT): If warnings are enabled, print warning about
849         unrecognized --with and --enable options at the end of
850         the configure output (as well as at the beginning).
851         * doc/autoconf.texi (Option Checking): New node.
852         Document new option warning functionality.
854 2006-12-16  Eric Blake  <ebb9@byu.net>
856         * configure.ac (AC_INIT): Bump version, since 2.61a is released.
857         * NEWS: Start news for current version.
859 2006-12-15  Paul Eggert  <eggert@cs.ucla.edu>
861         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
862         Define HAVE_GETMNTENT to 1, not to the empty string.
863         Problem originally reported by Jochen Friedrich in
864         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
866         This change prompted by a problem report by Andrey Simonenko in
867         <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
868         * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
869         object-like macros only, in the traditional portable character
870         set.
871         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
872         Warn about attempts to define things that are not identifiers.
873         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
874         awful hack that AC_DEFINEd macro names containing parentheses.
876 2006-12-12  Paul Eggert  <eggert@cs.ucla.edu>
878         * doc/autoconf.texi: Undo some of the 2006-12-10 change.  It was
879         too drastic, even if Texinfo in theory requires it for info mode.
881         (config.status Invocation): Renamed back from Recreating a
882         Configuration).
883         (Obsolete config.status Use): Renamed back from Obsolete Recreation.
884         (Autoconf 2.13): Renamed back from 20th-century Autoconf 2.
886 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
888         * NEWS: Version 2.61a.
890 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
891         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
893         * NEWS: Document changes with echo and printf, and the lack
894         of limits on the total size of multi-line values of substituted
895         variables, and the AC_FUNC_FSEEKO fix.
897 2006-12-10  Paul Eggert  <eggert@cs.ucla.edu>
899         * doc/autoconf.texi (Writing Autoconf Input): Renamed from
900         Writing configure.ac.
901         (Autoconf Input Layout): Renamed from configure.ac Layout.
902         (Recreating a Configuration): Renamed from config.status Invocation.
903         (Obsolete Recreation): Renamed from Obsolete config.status Use.
904         (acconfig Header): Renamed from acconfig.h.
905         (20th-century Autoconf 2): Renamed from Autoconf 2.13.
906         (Writing Testsuites): Renamed from Writing testsuite.at.
907         (Autom4te Cache): Renamed from autom4te.cache.
909         * BUGS: Remove mention of VPATH problem, since it's now documented
910         not to be a bug in the Autoconf build procedure itself, but rather
911         a problem with the proprietary `make' programs.
913         * doc/autoconf.texi (Build Directories): Add a cross reference
914         to VPATH and Make.
916         * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex:
917         * doc/standards.texi: Sync from gnulib.
919         * man/autoconf.1, man/autoheader.1, man/autom4te.1, man/autoreconf.1:
920         * man/autoscan.1, man/autoupdate.1, man/config.guess.1:
921         * man/config.sub.1, man/ifnames.1: Remove from CVS, since they're
922         generated automatically.
924 2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
926         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Also try -xc99=all, for Sun
927         C 5.8 on Solaris 10.  Using -xc99=all rather than -xc99 bypasses
928         the buggy -xc99 option of Forte Developer 7 C on Solaris 9.
930 2006-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
932         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Drop the
933         `CEOF$ac_eof' special marker, the awk script cannot contain a
934         line matching `^CEOF', so this is not needed any more.
935         * tests/torture.at (Substitute a newline): Expose the `%!_!# '
936         special marker in the test.
938 2006-12-06  Stepan Kasal  <kasal@ucw.cz>
940         * tests/tools.at (autom4te preselections): Use `find -newer';
941         remove one of the sleeps.
943         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Make it
944         more readable, using ...
945         (_AC_INIT_PARSE_ENABLE2): ... this new helper macro.
947         * doc/autoconf.texi (autoheader Invocation): Do not double-
948         quote the parameter of `AH_BOTTOM' in the example.
950 2006-12-05  Stepan Kasal  <kasal@ucw.cz>
952         * doc/autoconf.texi (Configuration Headers): Remove the
953         example with multiple input files.
954         (autoheader Invocation): Encourage `AH_BOTTOM', discouraging
955         multiple input files.
957 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
959         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
960         creating the awk substitution script, handle one input line at a
961         time, so that the maximum length of a substituted (multi-line)
962         value is not limited by the size of the sed pattern space.
963         The trade-off is a slightly repetitive sed script.
964         * doc/autoconf.texi (Limitations of Usual Tools): Branch labels
965         can only have up to 7 characters, due to Solaris 10 /bin/sed.
966         * tests/torture.at (Substitute a 2000-byte string): Increase the
967         test with several long lines, they should not be caught by sed
968         limits any more.
970         * tests/tools.at (autom4te preselections): New test, to flag
971         entries missing from autom4te.cfg.
972         Report by David Byron <dbyron@hheld.com>.
974         * tests/torture.at (Substitute a 2000-byte string): Actually use
975         AC_PROG_AWK, so the last change works as intended.
976         (Substitute and define special characters): Likewise.
977         (Substitute a newline): Likewise.
979         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
980         instead of `awk' consistently.
981         (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
982         * tests/torture.at (Torturing config.status): Test both the
983         result of AC_PROG_AWK and plain awk.
984         (Substitute a 2000-byte string): Likewise.
985         (Substitute and define special characters): Likewise.
986         (Substitute a newline): Likewise.
988 2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
990         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Check that fseeko
991         can be assigned to a function pointer.  Problem reported by
992         Peter Palfrader in <http://bugs.debian.org/401377>.  Based on
993         part of a patch by Ralf Wildenhues in that same bug report.
995 2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
997         * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
998         * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
1000 2006-12-01  Eric Blake  <ebb9@byu.net>
1002         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
1003         cross-compiling from cygwin to mingw.
1004         Reported by Bob Rossi.  This resurrects the 2000-11-30 patch to
1005         aclang.m4, which was mistakenly removed in the 2001-09-17 patch
1006         to lib/autoconf/c.m4.
1008 2006-12-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1010         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
1011         string for more reliable failure.  Wrap the entire test that
1012         causes the broken Solaris printf to dump core, in a subshell,
1013         so the segmentation fault message is reliably suppressed.
1014         Fix shell expansion errors by using /usr/ucb/echo always;
1015         avoid an error on systems without it by another subshell.
1016         Avoid m4 expansion of `$1'.  Set the zeroth argument of the
1017         subshell-$as_echo to `as_echo', for better error message.
1019 2006-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1021         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
1022         `BASH_SOURCE' contain a newline, set them to empty, as they may
1023         not be unset.
1025 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1027         Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
1028         years and is too hard to maintain now.  The last straw was
1029         reported by Jerker Baeck in
1030         <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
1031         * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
1032         * doc/autoconf.texi (Particular Functions): Move
1033         AC_FUNC_SETVBUF_REVERSED from here...
1034         (Obsolete Macros): ... to here.  Say that it does nothing now.
1035         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
1036         Turn into (almost) a no-op.
1038         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
1039         (AC_C_VOLATILE):
1040         Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
1041         These macros are obsolescent and new applications shouldn't need them.
1042         * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
1043         (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
1044         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
1045         (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
1046         (AC_FUNC_VPRINTF): Likewise.
1047         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
1048         (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
1049         * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
1051         * doc/autoconf.texi (Setting Output Variables): Mention that
1052         @VAR1@VAR2 has unspecified behavior.  Problem reported by
1053         Ralf Wildenhues.
1054         * NEWS: Mention this.
1056         * Makefile.am: Put only a single '#' into the copyright notice,
1057         so that it's also present in the output file.  Standardize wording
1058         in makefile copyright notices to match GNU coding standards.
1059         * bin/Makefile.am: Likewise.
1060         * doc/Makefile.am: Likewise.
1061         * lib/Makefile.am: Likewise.
1062         * lib/freeze.mk: Likewise.
1063         * lib/autoconf/Makefile.am: Likewise.
1064         * lib/autoscan/Makefile.am: Likewise.
1065         * lib/autotest/Makefile.am: Likewise.
1066         * lib/m4sugar/Makefile.am: Likewise.
1067         * man/Makefile.am: Likewise.
1068         * tests/Makefile.am: Likewise.
1069         * lib/emacs/Makefile.am: Remove copyright notice; it's just a
1070         one-line file.
1072 2006-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1074         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
1075         in the sed script that mangles the awk script: delete up to the
1076         first exclamation mark only.
1077         * tests/torture.at (Substitute and define special characters):
1078         Test '!' too.
1080 2006-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1082         Rewrite config files generation: avoid quadratic growth in
1083         the number of substituted variables by using awk instead of sed
1084         for the bulk of the substitutions.
1085         * NEWS: Mention this.
1086         * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
1087         forbidden in the output (and thus input) file.
1088         * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
1089         (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
1090         generate just one large awk script for substitutions,
1091         eliminating much of the earlier complexity, while adding some
1092         new complexity.  Only expand the substitution templates at
1093         configure time, for smaller configure script size.  If
1094         _AC_SUBST_FILES are used, test 'awk' for working getline support
1095         at config.status time.  If absent, interpolate through the
1096         shell.  The awk script was written with much help
1097         from Paolo Bonzini and Paul Eggert.
1098         (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
1099         (_AC_SED_FRAG_NUM): Likewise.
1100         (_AC_SUBST_CMDS): Renamed from...
1101         (_AC_SED_CMDS): ...this.
1102         (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
1103         * tests/torture.at (Substitute a 2000-byte string): Also
1104         substitute a line with 1000 words, and a variable with several
1105         long lines.
1106         (Substitute and define special characters): Test awk special
1107         characters, and put substitution input strings `@foo@' in the
1108         output, to test that no recursion happens; test several other
1109         combinations from Paolo Bonzini.
1111 2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1113         * lib/autotest/general.m4 (AT_INIT): Undo recent changes
1114         that replaced echo with AS_ECHO where this wasn't necessary.
1115         Problem reportd by Ralf Wildenhues.
1116         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
1117         where "/usr/bin/printf '%s\n' S" dumps core if S is long.
1118         This is Sun bug 4206210.  Problem reportd by Ralf Wildenhues.
1120 2006-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1122         * lib/freeze.mk (GREP): Removed, no need to initialize this.
1124 2006-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1126         * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
1127         that traditional Awk lacks 3-arg "split".  It has it.
1128         Mention that FS must be a single character, and a few other
1129         99-byte limits of traditional Awk.
1130         Mention that if (i in a) doesn't work with traditional Awk.
1132 2006-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1134         * tests/autotest.at (BSx641-newline in command):
1135         (BS-BS-newline in command, BSx640-newline in command):
1136         (Newline-CODE-BS-newline in command):
1137         (Single-quote-BS-newline in command):
1138         (Single-quote-newline-BS-newline in command):
1139         Use printf '%s\n' instead of echo, for portability to hosts
1140         where echo interprets backslashes.  This will break on hosts
1141         that lack printf, but for now let's assume all such hosts
1142         are dead (if not, we should get reports of test failures).
1144 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1146         'echo' has some portability problems, when given a first argument
1147         with a leading '-', or when given any argument containing '\'.
1148         Avoid using 'echo' in these cases.
1149         * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
1150         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
1151         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
1152         * lib/autotest/general.m4 (AT_INIT): Likewise.
1153         * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
1154         argument might be unportable.
1155         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
1156         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
1157         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
1158         (_AC_FC_LIBRARY_LDFLAGS): Likewise.
1159         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
1160         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
1161         (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
1162         (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
1163         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
1164         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
1165         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
1166         (AC_PROG_MAKE_SET): Likewise.
1167         * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
1168         (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
1169         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
1170         (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
1171         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
1172         (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
1173         (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
1174         * bin/autoconf.as: Redo verbose flag implementation, as the old
1175         scheme wouldn't work with AS_ECHO.
1176         * lib/autotest/general.m4 (AT_INIT): Likewise.
1177         * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
1178         Don't use ECHO_T, since ECHO_N is now reliable.
1179         * lib/autotest/general.m4 (AT_INIT): Likewise.
1180         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
1181         rather than using a here-document to put the script into a file.
1182         (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
1183         use AS_ECHO.
1184         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
1185         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
1186         AS_ECHO_N rather than ECHO_N and ECHO_C.  This doesn't fix any
1187         bug, but we might as well stop using ECHO_N and ECHO_C internally.
1188         * lib/autotest/general.m4 (AT_SETUP): Likewise.
1189         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
1190         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
1191         (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
1192         operand, as AS_ECHO requires.  Avoid double file name expansion.
1193         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
1194         Don't set as_nl, since _AS_ECHO_PREPARE does that now.
1195         (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
1196         (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
1197         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
1198         Double-quote strings that would otherwise contain M4 comments.
1199         * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
1201         * configure.ac (AC_INIT): Bump to 2.61a.
1202         * NEWS: Likewise.
1204 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1206         Version 2.61.
1208         * configure.ac (AC_INIT): Bump to 2.61.
1209         * NEWS: Likewise.
1211         * tests/autotest.at (Macro with backslash in a test title):
1212         Comment out for now, as this tests neither fails nor passes
1213         reliably.  Problem reported by Ralf Wildenhues.
1215 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1217         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
1218         in previous change, which caused test failures.
1220 2006-11-16  Stepan Kasal  <kasal@ucw.cz>
1222         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
1223         code for --enable, --disable, --with, and --without to...
1224         (_AC_INIT_PARSE_ENABLE): ... a new macro.
1225         * doc/autoconf.texi (Package Options):
1226         * NEWS: Document that AC_ARG_ENABLE allows dots, too.
1228 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1230         Import these changes from config via gnulib:
1232         2006-11-15  Ben Elliston  <bje@gnu.org>
1234         From Josselin Mouette <joss@debian.org>:
1235         * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
1237         2006-11-08  Ben Elliston  <bje@gnu.org>
1239         * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
1241         2006-11-07  Steve Woodford  <scw@NetBSD.org>
1242                     Ben Elliston  <bje@gnu.org>
1244         * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
1245         * build-aux/config.sub (sh5el): New basic_machine.
1248         Import this change from coreutils:
1250         2006-02-13  Jim Meyering  <jim@meyering.net>
1252         * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
1255         Import this change from gnustandards via gnulib:
1257         2006-11-15  Karl Berry  <karl@gnu.org>
1259         * standards.texi: core -> memory, throughout.
1260         (CPU Portability): show correct example of calling write
1261         on a char value; thanks to Paul Eggert for the code.
1262         Both of these suggestions from Eugene Y. Vasserman.
1265         Import these changes from texinfo via gnulib:
1267         2006-11-08  Karl Berry  <karl@gnu.org>
1269         * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
1270           as well as pdf images, since they are supported in pdftex with
1271           no further ado.
1273         2006-11-05  Karl Berry  <karl@gnu.org>
1275         * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
1277 2006-11-13  Paul Eggert  <eggert@cs.ucla.edu>
1279         * NEWS: Document the AC_ARG_WITH change.
1281 2006-11-13  Bruno Haible  <bruno@clisp.org>
1283         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
1284         options, transliterate also dots to underscores.
1285         (_AC_ENABLE_IF): Transliterate also dots to underscores.
1286         * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
1287         first argument may also contain dots.
1289 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1291         * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
1292         benefit of platforms like Solaris+GCC where it is common to have a
1293         non-working g++ installation.
1295 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1296         and Joel E. Denny  <jdenny@ces.clemson.edu>
1297         and Paul Eggert  <eggert@cs.ucla.edu>
1299         * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
1300         and non-portable sed scripts, and use $CONFIG_SHELL when invoking
1301         ./micro-suite.
1303 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
1305         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
1306         ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
1307         Imported from a similar patch to gnulib by Bruno Haible.
1309 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
1311         * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
1312         * doc/autoconf.texi (C Compiler): Document them.
1313         * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
1314         New macros, taken from gnulib.
1316 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1318         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
1319         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
1320         Matthew Woehlke.
1322 2006-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1324         * tests/torture.at (Configuring subdirectories): Do not skip
1325         Automake 1.10 nor future Automake 11.1 (sic).
1327 2006-10-26  Joel E. Denny  <jdenny@ces.clemson.edu>
1328         and Stepan Kasal  <kasal@ucw.cz>
1330         Handle special characters in test case titles correctly.
1331         * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
1332         properly.
1333         (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
1334         * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
1335         argument.  Extend to check titles printed by ./micro-suite and
1336         ./micro-suite -l and the title in micro-suite.log.
1337         (Backquote in a test title,
1338         Single-quote in a test title,
1339         Double-quote in a test title): Don't expect failure anymore.
1340         (Backslash in a test title): Put a non-whitespace character after the
1341         backslash so that Bourne shells might actually see it as an escape
1342         sequence.
1343         (Brackets in a test title,
1344         Pound in a test title,
1345         Comma in a test title,
1346         Quoted Macro in a test title,
1347         Macro in a test title,
1348         Macro with single-quote in a test title): New tests.
1349         (Macro with backquote in a test title,
1350         Macro with double-quote in a test title,
1351         Macro with backslash in a test title): New tests expected to fail.
1352         * tests/torture.at (#define header templates): M4-quote this title in
1353         AT_SETUP call so that no M4 code is commented inadvertently somewhere.
1354         The visible effect was a stray [] in the testsuite output.
1356 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1358         * doc/autoconf.texi (Limitations of Builtins): Do not invoke
1359         `trap ... 0' inside a function, for AIX sh.
1361 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
1363         * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
1364         since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
1365         5363) simply issues a warning when dividing by zero at compile
1366         time.  Problem reported by Elias Pipping.
1368 2006-10-26  Eric Blake  <ebb9@byu.net>
1370         * THANKS: Update.
1371         * doc/autoconf.texi (Evaluation Macros): Improve the example to
1372         show effect on macros that expand with commas.
1373         Reported by Joel E. Denny.
1375         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
1376         Also work with M4 1.4.8.
1378 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
1380         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
1381         Jim Meyering.
1383 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
1385         * tests/tools.at (autom4te --force): New test, verifies that
1386         `--force' always rewrites the output file.
1388 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1390         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
1391         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
1393 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
1395         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
1397 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1399         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
1400         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
1401         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
1402         reported by Nelson H. F. Beebe for Coreutils 6.4.
1404         * tests/tools.at (autoconf --trace: user macros): Remove test
1405         for tracing multiline macros, since m4 1.4.7a uses a different
1406         way to number lines.  Problem reported by Ralf Wildenhues.
1408 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
1410         * bin/autom4te.in (handle_m4): Do not redirect stdin to
1411         /dev/null since the heuristics for interactive behaviour was
1412         fixed in CVS m4.
1414         * bin/autom4te.in: With --force, always refresh the output
1415         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
1417         * bin/autoconf.as: Fix the verbose message at the end.
1419 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
1421         * configure.ac (AC_INIT): Bump to 2.60c.
1422         * NEWS: Likewise.
1424 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
1426         * NEWS: Version 2.60b.
1428         Import this change from Texinfo:
1429         2006-10-15  Karl Berry  <karl@gnu.org>
1430         * build-aux/texinfo.tex: automake 1.10
1432         * NEWS: Remove AC_CACHE_CHECK_INT.
1433         * doc/autoconf.texi (Caching Results): Likewise.
1434         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
1435         AC_CACHE_CHECK_INT, since it's no longer public.
1436         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
1437         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
1439 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1441         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
1443 2006-10-19  Eric Blake  <ebb9@byu.net>
1445         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
1446         (m4_maketemp): Avoid warnings with M4 1.9a.
1447         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
1448         m4_mkstemp.
1449         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
1450         * NEWS: Likewise.
1452 2006-10-16  Eric Blake  <ebb9@byu.net>
1454         * doc/autoconf.texi (Setting Output Variables): Fix typo.
1456         * bin/autoconf.as (version): Reword to match GNU Coding
1457         Standards.
1458         * bin/autoheader.in (version): Likewise.
1459         * bin/autom4te.in (version): Likewise.
1460         * bin/autoreconf.in (version): Likewise.
1461         * bin/autoscan.in (version): Likewise.
1462         * bin/autoupdate.in (version): Likewise.
1463         * bin/ifnames.in (version): Likewise.
1465 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
1467         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
1468         looking for special shell characters.
1469         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
1470         macro defined by AS_VAR_PUSHDEF before passing it as a
1471         parameter.
1472         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
1473         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
1474         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
1475         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
1476         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
1477         Likewise.
1478         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
1479         AS_VAR_* properly.
1480         * tests/m4sh.at (AS_LITERAL_IF): New test.
1482 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1484         (Imported from Automake.)
1485         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
1486         which incorrectly sets the mode of an existing destination
1487         directory.  In some cases the unpatched install-sh could do the
1488         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
1489         system.  We hope this is rare in practice, but it's clearly worth
1490         fixing.  Problem reported by Alex Unleashed in
1491         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
1492         Also, don't bother to check for -m bugs unless we're using -m;
1493         suggested by Stepan Kasal.
1495 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1497         Import this change from Automake:
1499         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
1500         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
1501         is enabled by default with gnu and gnits strictness.
1502         Report from Bruno Haible.
1504         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
1505         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
1506         gnu and gnits modes.
1508         Import this change from Config:
1510         2006-09-20  Ben Elliston  <bje@gnu.org>
1511         * build-aux/config.sub (score, score-*): New.
1513         Import this change from Gnulib:
1515         2006-09-16  Karl Berry  <karl@gnu.org>
1516         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
1517         to avoid sectioning errors.
1519         Import these changes from Texinfo:
1521         2006-10-04  Karl Berry  <karl@gnu.org>
1522         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
1523         (\quoteexpand): rename to \rquoteexpand.
1524         (\codequoteleft): new def, to look for @set codequotebacktick.
1525         (\lquoteexpand, \quoteexpand): new defs.
1526         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
1527         (\code): must use new \...Char values, since now ` is active.
1529         2006-08-26  Karl Berry  <karl@gnu.org>
1530         * build-aux/texinfo.tex (\textdegree): New command.
1532         2006-08-12  Karl Berry  <karl@gnu.org>
1533         * build-aux/texinfo.tex (error \box0): smaller font.
1535 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1537         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
1539 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
1541         * doc/autoconf.texi (Autoheader Macros): Warn that the text
1542         added to the template can get mangled.
1544 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1546         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
1547         include the default headers, and redefine obstack_chunk_alloc
1548         and obstack_chunk_free.  Fixes false failure with glibc.
1550 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1552         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
1553         for backward compatibility with Libtool 1.5.22.  Problem reported
1554         by Ralf Wildenhues.
1556 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1558         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
1559         AC_PROG_CC.
1560         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
1562 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1564         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
1565         the NonStop platform.
1566         * doc/autoconf.texi (Posix Variants): Likewise.
1567         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
1569         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
1570         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
1571         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
1572         Use a better substitute, by inspecting the output of "ls"
1573         rather than just using ":".
1574         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
1575         rather than AS_EXECUTABLE_P, since we needn't worry about
1576         non-regular files here.
1578         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
1579         due to configuration hassles with this.  See Tonya Underwood's report
1580         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
1581         * doc/autoconf.texi (Special Shell Variables): Likewise.
1583 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1584             Stepan Kasal  <kasal@ucw.cz>
1586         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
1587         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
1589 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
1591         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
1592           initialization which is not inherited through the environment
1593         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
1594         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
1596 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
1598         * doc/autoconf.texi (Limitations of Usual Tools): Describe
1599         problems with mkdir -p -m.
1601 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
1603         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
1604         comment about ac_cpp_err; it was incorrect, and anyway
1605         ac_cpp_err is being removed below.
1606         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
1607         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
1608         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
1609         nobody uses it.
1610         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
1611         with werror_flag and conftest.err and so forth.  This is more
1612         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
1613         and anyway the user shouldn't normally want to see this gorp logged.
1614         Problem reported by Ralf Wildenhues.
1615         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
1616         empty, not 'no', since the rest of the code uses 'test -z'.
1618 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
1620         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
1621         Use a single call to AC_DO_TOKENS rather than multiple, for
1622         efficiency.
1623         (_AC_LINK_IFELSE): Test that resulting file is executable.
1624         Problem reported by mwoehlke in
1625         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
1627         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
1628         than creating a file to use with test -x; this is much faster.
1630 2006-10-02  Bruno Haible  <bruno@clisp.org>
1632         * lib/autom4te.in (Automake-preselections): Add
1633         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
1635 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
1637         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
1638         standard error, `experr' should be used, not `expout'.
1640 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1642         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
1643         fseeko testing program twice; just use the earlier result.
1644         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
1645         Set cache var to 'unknown' (not 'no') if leaving the macro unset
1646         still doesn't let the program compile.
1647         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
1648         failed.
1650         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
1651         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
1652         include it, without including anything else.
1653         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
1654         expressions.
1655         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
1657 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1659         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
1660         `error.h', and include it, for a `error_at_line' prototype.
1661         Use a nonempty format string in the link test.
1662         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
1663         for a declaration of wait3.
1665 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1667         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
1668         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
1669         can apply to constants too, and that it checks for macro defns.
1670         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
1671         and simply cast the identifier to void.  This handles structure
1672         values.  Problem reported by Ralf Wildenhues.
1673         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
1675 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1677         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
1678         structure, and function symbols.
1680 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1682         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
1683         member.
1685 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1687         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
1688         * README: Likewise.
1689         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1691 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1692         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1694         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
1695         warnings (uninitialized value).
1696         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
1697         present.
1698         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
1699         parentheses.
1700         (AC_STRUCT_TM): Likewise, avoid unused variables.
1702 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1704         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
1705         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
1706         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
1707         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
1708         Report by Olly Betts.
1710 2006-09-19  Eric Blake  <ebb9@byu.net>
1712         * m4/m4.m4: Change copyright.
1713         * configure: Regenerate.
1714         * Makefile.in: Likewise.
1715         * bin/Makefile.in: Likewise.
1716         * doc/Makefile.in: Likewise.
1717         * lib/Makefile.in: Likewise.
1718         * lib/Autom4te/Makefile.in: Likewise.
1719         * lib/autoconf/Makefile.in: Likewise.
1720         * lib/autoscan/Makefile.in: Likewise.
1721         * lib/autotest/Makefile.in: Likewise.
1722         * lib/emacs/Makefile.in: Likewise.
1723         * lib/m4sugar/Makefile.in: Likewise.
1724         * man/Makefile.in: Likewise.
1725         * tests/Makefile.in: Likewise.
1727         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
1728         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
1729         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
1730         --error-output, to avoid warnings with M4 2.0.
1732 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
1734         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
1735           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
1736         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
1738 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
1740         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
1741         expansion of AC_CHECK_FUNCS.
1743 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
1745         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
1746         mistaken comment: the path has to be relative; do not use
1747         the path at runtime.
1749 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1751         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
1752         argument to `--prefix' for sub-configure scripts.
1753         Pass `--silent' to sub-configure scripts.
1754         * tests/torture.at (Configuring subdirectories): Add tests
1755         for both changes.
1756         * doc/autoconf.texi (Setting Output Variables): Fix example to
1757         not show `--silent' being passed to a `configure' re-run.
1759 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
1761         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
1762         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
1763         for the existence of the directory at configure-time.  That's
1764         too late, anyway.  Problem reported by Stefan Seefeld.
1766         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
1767         7.1.4 /usr/bin/posix/sh described by Tim Rice in
1768         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
1770 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
1772         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
1773         works with GNU M4 1.4.3 again; make the normalized form
1774         match the current m4 message; fix the description.
1775         * test/tools.at (autom4te cache): Adapt to the change.
1777 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1779         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
1780         to catch glibc bug 2821
1781         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1783         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
1784         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
1785         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
1786         assume C89.
1788 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
1790         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
1791         preselections ...
1792         (Autoconf): ... here.
1793         (Autoscan-preselections): Delete.
1795 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
1797         * lib/autom4te.in (Automake-preselections): Preselect
1798         AM_ENABLE_MULTILIB.
1800 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
1802         * doc/autoconf.texi (Preset Output Variables): srcdir and
1803         top_srcdir are not necessarily relative.  Problem reported
1804         by Dries Kimpe.
1806 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1808         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
1809         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
1810         accept files with extension `.f'.  For consistency, also prefer
1811         xlf over f77.
1812         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
1813         from last patch.
1815 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
1817         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
1818         of ERLANG_LIB_VER_* variables.
1819         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
1820         variables.
1822 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
1823         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1825         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
1826         bugs of Bash 2.01 and 2.05a.
1827         (Fortran Compiler): Document that AC_PROG_CC should be called
1828         before AC_PROG_FC, due to a bug in Autoconf.
1830 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1832         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
1833         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
1834         except the first two arguments are reversed.
1835         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
1836         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
1837         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
1838         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
1839         equivalent to the old AC_COMPUTE_INT.
1840         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
1841         All uses changed to AC_CACHE_CHECK_INT.
1842         * tests/base.at (AC_CACHE_CHECK_INT): New test.
1843         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
1845 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1847         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
1848         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
1849         programs should use their Gnulib counterparts.
1850         * doc/autoconf.texi (Particular Functions): Likewise.
1851         (Macro Names, testsuite Invocation): Replace uses of these
1852         obsolete macros with uses of non-obsolete macros.
1854 2006-08-29  Eric Blake  <ebb9@byu.net>
1856         * configure.ac (AC_INIT): Bump to 2.60b.
1857         * NEWS: Update.
1859 2006-08-28  Eric Blake  <ebb9@byu.net>
1861         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
1862         mistakenly swapped on 2006-08-15.
1864 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1866         * NEWS: Version 2.60a.
1868 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
1870         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
1871         file created by the PGI compiler.
1873 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
1875         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
1876         simplify the code.
1878 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1880         Fix Lex library problem reported to us by Julio Garvia.
1881         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
1882         for the default, which the user can override.
1883         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
1884         deal with LEXLIB.
1885         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
1886         didn't work if some values were cached but not others.  Test for
1887         broken lex libraries like native ia64-hp-hpux11.22; see
1888         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
1889         work around the problem by preferring an empty LEXLIB to -lfl or
1890         -ll.  Let the user set LEXLIB='' to indicate no library needed.
1892         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
1893         * README: Likewise.
1894         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
1896 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1898         Rework to use more-modern build style.
1899         Many files are renamed; all uses of their names were changed.
1900         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
1901         * .x-sc_useless_cpp_parens: New file.
1902         * build-aux/config.guess: Renamed from config/config.guess.  Update.
1903         * build-aux/config.sub: Renamed from config/config.sub.  Update.
1904         * build-aux/elisp-comp: Renamed from config/elisp-comp.
1905         * build-aux/install-sh: Renamed from config/install-sh.  Update.
1906         * build-aux/mdate-sh: Renamed from config/mdate-sh.
1907         * build-aux/missing: Renamed from config/missing.
1908         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
1909         * build-aux/vc-list-files: Renamed from config/vc-list-files.
1910         * config/Makefile.am: Removed.
1911         * config/mkinstalldirs: Removed.
1912         * config/move-if-change: Removed.
1913         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
1914         * Makefile.am (SUBDIRS): Remove config.
1915         (ACLOCAL_AMFLAGS): Include from m4, not config.
1916         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
1917         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
1918         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
1919         Fail if there's an error.
1920         * Makefile.cfg (move_if_change): Remove.
1921         (wget_files): Remove.
1922         (cvs_executable_files): New macro.
1923         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
1924         (executable-update): Use $(cvs_executable_files).
1925         (local-checks-to-skip): Remove.
1926         * Makefile.maint: Merge from coreutils, plus add our own changes
1927         (gzip_rsyncable): New macro.
1928         (GZIP_ENV): Use it.
1929         (CVS_LIST): Use build-aux/vc-list-files.
1930         (VERSION_REGEXP): New macro.
1931         (local-checks-available): Add patch-check, $(syntax-check-rules),
1932         check-AUTHORS.
1933         (syntax-check-rules): Compute dynamically.
1934         (sc_cast_of_x_alloc_return_value): Work even if no source files.
1935         (sc_cast_of_alloca_return_value): Likewise.
1936         (sc_prohibit_atoi_atof): Simplify regexp.
1937         (sc_no_if_have_config_h, sc_require_config_h):
1938         (sc_prohibit_assert_without_use,
1939         (sc_obsolete_symbols): Check for O_NDELAY.
1940         (sc_texi_notab): Remove.
1941         (sc-changelog): Don't make an exception for '----' lines.
1942         (.re-list): Remove, so we don't have a junk file behind.
1943         (sc_system_h_headers): Remove the need for .re-list.
1944         (sc_the_the):  New rule.
1945         (sc_tight_scope): Simplify.
1946         (sc_trailing_blank): Renamed from sc_trailing_space.
1947         (longopt_re): New macro.
1948         (sc_two_space_separator_in_usage): New rule.
1949         (sc_unmarked_diagnostics): Look at all files under CVS.
1950         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
1951         (news-date-check, changelog-check): Version is OK.
1952         (po-check): Look for lib files even if not in CVS.
1953         (copyright-check): Use $() not ``.
1954         (maintainer-distcheck): Do not depend on changelog-check.
1955         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
1956         Also check for -Wpointer-arith.
1957         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
1958         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
1959         Remove.
1960         (announcement): Add --gpg-key-id arg.
1961         (cvs-sv): Remove.
1962         (move_if_change): Just use mv.
1963         (local_updates: Remove wget-update, po-update.
1964         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
1965         (config.guess-url_prefix, config.sub-url_prefix): Remove.
1966         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
1967         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
1968         ($(get-targets)): Remove.
1969         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
1970         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
1971         (cvs-update): Get from gnulib.
1972         (emut_upload_commands): gnupload is in build-aux now.
1973         (alpha beta major): Add changelog-check.  Check version.
1974         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
1975         (AC_CONFIG_FILES): Remove.
1976         * bin/autoconf.as: Add spaces to avoid distcheck warning.
1977         * config/announce-gen: Sync from coreutils.
1978         * doc/make-stds.texi: Sync from gnulib.
1979         * doc/standards.texi: Likewise.
1980         * man/Makefile.am: Adjust for config -> build-aux renaming.
1981         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
1982         * tests/local.at: Adjust from config -> build-aux renaming.
1983         * tests/tools.at: Likewise.
1984         * tests/torture.at: Likewise.
1986         * NEWS: The C99 check now tests for vararg macros and 64-bit
1987         preprocessor ints.
1988         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
1989         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
1990         64-bit preprocessor ints.  Check for static initialization of
1991         long long.  Remove unnecessary casts.
1993 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1995         * doc/autoconf.texi (Particular Programs): Mention that
1996         @INSTALL@ and @MKDIR_P@ may vary for different output files.
1997         Reported by Alexandre Duret-Lutz.
1999 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
2001         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
2002         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
2003         Bill Northcott in
2004         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
2006 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
2008         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
2009         pacify insanely picky compilers.  Problem reported by Eric Blake.
2011         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
2012         longer supported by Sun.
2014 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2016         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
2017         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
2018         -Wundef -Werror".  Problem reported by David Fang in
2019         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
2020         * doc/autoconf.texi (Header Templates, Default Includes):
2021         (Particular Functions, Generic Functions, Header Portability):
2022         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
2023         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
2024         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
2025         Prefer #ifdef to #if.
2026         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
2027         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
2028         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
2029         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
2030         Likewise.
2031         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
2032         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
2033         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
2034         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
2035         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
2036         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
2037         this.
2039 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2041         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
2042         problems with arg script text that doesn't end in newline, and
2043         with '-e a...'.  Problems reported by Ralf Wildenhues.
2045 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
2047         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
2048         check for libXt by a check for libX11.
2050 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2052         * doc/autoconf.texi (config.status Invocation): Adjust according
2053         to last change.
2055 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2057         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
2058         --help' should mention that `--version' outputs configuration
2059         settings.  Report by Bruno Haible.
2061 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2063         Fix test suite failures reported by Pierre in
2064         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
2065         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
2066         the compiler created a file "b.out" when it didn't create anything
2067         at all.
2068         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
2069         Discard stderr too, when invoking the test script.
2071 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
2073         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
2074         in the restoring of the werror flag.
2076 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
2078         * doc/autoconf.texi (Volatile Objects): Be even a little
2079         less skeptical about "volatile", after discussion with
2080         Bruno Haible on bug-gnulib.
2081         (Limitations of Usual Tools): Warn about sed stripping
2082         leading white space from text.  From Bruno Haible.
2084 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
2086         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
2087         compiler complains about it, even if things works after the
2088         complaint.  Problem reported by Peter O'Gorman.
2090         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
2091         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
2092         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
2094 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
2096         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
2097         after -R regardless of host.  Patrick Welche reports that this
2098         fixes things on NetBSD 3.99.
2100         * NEWS: Recommend M4 1.4.5.
2101         * README: Likewise.
2102         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
2103         * tests/tools.at (autom4te cache): Update wording of diagnostic
2104         to match M4 1.4.5.
2106 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
2108         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
2109         under AC_C_VOLATILE.
2110         (Volatile Objects): Be a little less skeptical about what
2111         "volatile" means.  Derived from thoughts by Ben Pfaff in
2112         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
2114 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2116         * doc/autoconf.texi: Fix some typos.
2118 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
2120         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
2121         more globally, since the 2006-06-30 patch didn't suffice.  Problem
2122         reported by Keith Marshall.  Also, don't bother with builddir2,
2123         since it shouldn't be needed any more.
2125 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
2127         * doc/autoconf.texi (Generic compiler characteristics):
2128         Document AC_COMPUTE_INT.  Fix wrong statements on Default
2129         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
2131         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
2132         (_AC_COMPUTE_INT): Add obsoletion warnings.
2133         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
2134         AC_COMPUTE_INT.
2136         * NEWS: Document change.
2138 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
2140         * doc/autoconf.texi (Volatile Objects): New section.
2142         * NEWS: Document previous change.
2144 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
2146         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
2147         Require that long long int be at least 64 bits wide.  C99 requires
2148         this and enough programs depend on it so we should check for it.
2149         Bruno Haible reports in
2150         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
2151         that long long int is 32 bits wide with some nonstandard compilers.
2152         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
2154 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
2156         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
2157         to a nonexistent file, so that we don't have to worry about
2158         a local site configuration that doesn't use /usr/local.
2159         Problem reported by Keith Marshall in
2160         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
2162 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
2164         * doc/autoconf.texi: Be more consistent about using @acronym with
2165         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
2166         quite right (it talked about "OSF/Tru64", even though the
2167         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
2168         and it even mentioned "OSF 4"!) and at this point there's little
2169         reason to talk about OSF any more, since it died in 1994.
2170         (Specific Compiler Characteristics): Simplify example of
2171         negative-size array.
2172         (File Descriptors): Reorder to make the text flow better.
2173         Remove joke about "appreciate the various levels"; I didn't get it.
2174         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
2175         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
2176         (File Descriptors, Limitations of Usual Tools):
2177         Tone down the advice against renaming or removing open files.
2178         (Limitations of Usual Tools): Add a new section, on 'rm'.
2180 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
2182         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
2183         -lXt in LIBS, idea from Karsten Hopp; this was due since
2184         this change:
2186         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2187         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
2188         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
2189         (which belong to Xt, not X itself).  See Debian bug 327655.
2191 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2193         * configure.ac (AC_INIT): Bump to 2.60a.
2194         * NEWS: Update.
2196 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2198         Version 2.60.
2200         * configure.ac, NEWS: Update.
2202 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2204         * config/texinfo.tex: Sync from upstream.
2206         * bin/autom4te.in (handle_traces): Transform the `@S|@'
2207         quadrigraph correctly in traces.
2209         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
2210         Fix typos.
2212         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
2213         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
2214         not defined.
2215         * doc/autoconf.texi (Changed Directory Variables): New node,
2216         to document the whole `datarootdir' business a bit better.
2217         * NEWS: Update.
2218         * tests/torture.at (datarootdir workaround): Extend test.
2219         Prompted by report by Alexandre Julliard.
2221 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2223         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
2224         when using default mode of IBM C 6 for AIX.  Problem and two-line
2225         fix reported by Larry Jones.
2227 2006-06-22  Alexandre Julliard <julliard@winehq.org>
2229         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
2230         about literal '${datarootdir}' if a definition is found in the
2231         output file.
2233 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
2235         * NEWS: Use "M4" rather than "m4" when appropriate.
2236         Problem reported by Eric Blake.
2237         * doc/autoconf.texi: Likewise.
2238         Use @acronym around BSD, GCC, and GNU when appropriate.
2239         (Why GNU M4): Renamed from "Why GNU m4".
2240         (Redefined M4 Macros): Mention that Posix
2241         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
2242         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
2243         to int.
2245 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2247         * bin/autom4te.in (handle_output): Do not forbid the empty
2248         pattern.
2249         * tests/tools.at (autoconf: the empty token): New test.
2251 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
2253         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
2254         calls, so that we do not care whether they are LIFO or FIFO;
2255         in the m4_wrap, do not check which diversion is the topmost
2256         one, just check that the stack is balanced at the end.
2257         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
2258         base diversion forever--pop the previous diversion before
2259         opening the new one; consequently, remove the m4_wrap call.
2260         * lib/autotest/general.m4 (AT_INIT): Likewise.
2261         * tests/m4sugar.at: Do not use
2262         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
2264 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
2265         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2267         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
2268         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
2269         Rework example of m4wrap token-pasting trouble so that it doesn't
2270         care whether it's LIFO or FIFO.
2271         Fix some "contrary to"s that are awkward in English.
2273 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2275         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
2276         to `yes' instead of `int$1_t' if the type is found, for more
2277         consistent configure output (where $1 is the number of bits).
2278         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
2279         Suggested by Bruno Haible.
2281         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
2282         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
2283         with system headers.  Report by Bruno Haible.
2285 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2287         * config/config.guess, config/config.sub: Sync from upstream.
2289         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
2290         in order to avoid picking up an older installed frozen m4sh.m4f.
2291         Besides an outdated shell startup, this could have been created
2292         by an earlier M4 version with incompatible frozen file format.
2294 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
2296         * README: Recommend m4 1.4.4 instead of 1.4.3..
2297         * doc/autoconf.texi: Likewise.
2298         (Special Chars in Names): Say that $(.FOO) is portable, as
2299         suggested by Stepan Kasal.
2300         (Installation Directory Variables, Build Directories):
2301         (Automatic Remaking, Subdirectories, Fortran Compiler):
2302         (Making testsuite Scripts, Defining Directories):
2303         Quote variable usages better.
2304         (Making testsuite Scripts): Add clean-local rule to makefile
2305         snippet, by Eric Blake.
2306         (Installation Directory Variables): Fix table item font.
2307         Reword slightly to clarify.  Generalize advice about
2308         not using special characters to include all file-related
2309         vars, not just VPATH.
2310         (Special Chars in Variables): Warn about special characters in
2311         $(srcdir) too.
2312         (Assignments): Clarify default-value example as suggested by
2313         Ralf Wildenhues in
2314         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
2315         (Special Shell Variables): Note leading ./ or ../, as suggested
2316         by Eric Blake.
2317         (Limitations of Builtins): Under cd, warn about CDPATH.
2318         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
2319         Ralf Wildenhues.
2321 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2323         * doc/autoconf.texi (Configuration Actions): Remove duplicate
2324         `@var', for texi2html.
2325         (Systemology): Some more word wrapping, for DVI output.
2326         (autom4te Invocation): The short option for `--melt' is `-M',
2327         not `-m'.
2329 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
2331         * doc/autoconf.texi: More formatting and English tweaks,
2332         many suggested by Ralf Wildenhues.
2333         Reword to avoid "@code{...}'s" and the like, since it's ugly
2334         with Emacs info mode.  discontents -> woes.
2335         Put a few "will"s back.  time stamp -> timestamp.
2336         side-effect -> side effect.
2338 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
2340         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
2341         Warn about $@ not persisting.  Problem reported by Julien Danjou in
2342         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
2343         (Special Chars in Names): Renamed from Leading _ in Macro Names.
2344         Mention other special chars, too.
2346 2006-06-14  Eric Blake  <ebb9@byu.net>
2348         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
2350 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
2352         * doc/autoconf.texi: Some systematic minor improvements, as
2353         follows.  Use "makefile" when talking about makefiles
2354         generally (which might be named "makefile" or "Makefile" or even
2355         "foo.mk"), "Makefile" when talking about a specific makefile
2356         called "Makefile".  This unclutters the text from weird quotes
2357         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
2358         values" rather than "@var{foo}s" and similar constructs containing
2359         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
2360         English-language improvements.  Change the prefix "sub-" to "sub"
2361         and "re-" to "re".
2362         Put blank lines around examples more consistently.
2363         Avoid "rather" and "very" as intensifiers.
2364         Avoid "will" as an auxiliary.
2365         (Limitations of Make): Split this node into....
2366         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
2367         (Leading _ in Macro Names, Backslash-Newline-Newline):
2368         (Backslash-Newline Comments, Long Lines in Makefiles):
2369         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
2370         (obj/ and Make, make -k Status, VPATH and Make):
2371         (VPATH and Double-colon, $< in Explicit Rules):
2372         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
2373         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
2374         New nodes, resulting from splitup of Limitations of Make.
2375         All cross-references changed.  Raise the top node from
2376         a section to a chapter, and all subnodes accordingly.
2377         Redo the introductory wording to match the new organization.
2378         (Installation Directory Variables): Use an example that is
2379         closer to what Autoconf actually does.  Mention that VPATH's
2380         value should not contain metacharacters or white space.
2381         (Fortran Compiler): Fix a VPATH bug in an example.
2382         (Leading _ in Macro Names): Mention that this problem is no longer
2383         of practical concern.
2384         (VPATH and Make): Reword the advice to make it clearer
2385         that Autoconf and Automake support VPATH in non-GNU make, but
2386         many packages have bugs in this area.
2387         ($< in Explicit Rules): Refer to Build Directories rather
2388         than using a (non-VPATH-safe) example.
2389         (Automatic Rule Rewriting): Mention the sort of disaster that
2390         can ensue with Solaris-style rule rewriting with VPATH.
2392 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2394         * doc/install.texi (Compilers and Options): Weaken the
2395         suggestion to use GNU make for VPATH builds.
2397         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
2398         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
2400         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
2401         in regular expression.
2403 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2405         * doc/autoconf.texi (Installation Directory Variables):
2406         Drop extra @samp from `@table @samp' item.
2407         (Limitations of Usual Tools): Comment fix.
2408         Do not nest @samp just to point to other table items.
2409         (Writing testsuite.at) <AT_CHECK>: The second argument to
2410         `@dvar' is already @samp'ed.
2411         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
2412         do not use @var in the second argument.
2414 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
2416         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
2417         $as_shell.exe too.  Problem reported by Andreas Buening in
2418         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
2420 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2422         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
2423         `unused variable' compiler warning, for `-Wall -Werror'.
2424         Reported by Jaap Haitsma in
2425         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
2427 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
2429         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
2430         case the compiler dumps core.  Problem reported for
2431         OpenServer 5.0.7 by Tim Rice in
2432         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
2433         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
2434         Likewise.
2436 2006-06-06  Tim Rice <tim@multitalents.net>.
2438         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
2439         "ERROR" only shows up in "make check" output if there is an
2440         error.
2442 2006-06-06  Eric Blake  <ebb9@byu.net>
2444         * tests/tools.at (automatically allowed tokens): Fix typo.
2446 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2448         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
2450         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
2451         typically overflows on x86 CPUs, even though the C standard
2452         requires otherwise.
2454 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2456         * configure.ac (AC_INIT): Bump to 2.59e.
2457         * NEWS: Update.
2459 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2461         Version 2.59d.
2463         * config/texinfo.tex: Sync from upstream.
2465         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
2466         seen, invoke libtoolize with `--ltdl' argument.
2467         * lib/autom4te.in (Autoreconf-preselections): Adjust.
2468         * NEWS: Update.
2469         Suggested by Eric Blake.
2471 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2473         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
2474         reported by Ralf Wildenhues.
2475         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
2477 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2479         * THANKS: Update.
2481 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
2483         * doc/autoconf.texi: Modernize some of the references to Solaris.
2485 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
2487         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
2488         message issued by AC_REQUIRE.
2489         * tests/m4sugar.at: Check m4_require's error message.
2490         * tests/base.at: Check AC_REQUIRE's error message.
2491         * tests/local.at (AT_CHECK_M4): New macro, almost identical
2492         to...
2493         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
2494         AT_CHECK_M4.
2495         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
2496         `expout' as the last parameter.
2497         * tests/tools.at: Adapt to the above change.
2499 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
2501         * doc/autoconf.texi (Limitations of Usual Tools): Correct
2502         information about race-free implementations of mkdir.
2504 2006-06-04  Eric Blake  <ebb9@byu.net>
2506         * bin/autoreconf.in (help): Document M4 environment variable.
2507         * bin/autoconf.as (Usage): Likewise.
2508         * bin/autom4te.in (help): Likewise.
2509         * doc/autoconf.texi (autom4te Invocation): Likewise.
2511 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
2513         * NEWS: GNU make now recommended for VPATH builds.
2514         Mention that some macros are now documented to be obsolescent.
2515         * doc/autoconf.texi:
2516         Prefer "current" to "modern" to describe
2517         currently-used (albeit perhaps old-fashioned) hosts.
2518         Mention which ancient features no longer need to be worried about.
2519         setgid -> set-group-ID
2520         setuid -> set-user-ID (these are the Posix terms)
2521         Fix some misuses of "only".
2522         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
2523         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
2524         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
2525         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
2526         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
2527         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
2528         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
2529         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
2530         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
2531         Mention that these macros are obsolescent.
2532         (Installation Directory Variables): shall -> should
2533         (File Descriptors): Mention that 0, 1, 2 might get reopened.
2534         Mention that it's now safe to use 3 and 4.
2535         (Limitations of Usual Tools): cp -r is now specified by Posix.
2536         Omit longwinded and obsolescent discussion of cp -f.
2537         Modernize discussion of expr, ls.
2538         (Limitations of Make): Modernize discussion of VPATH builds.
2539         Mention $? as a workaround in some cases.
2540         * doc/install.texi (Basic Installation):
2541         Mention "./configure; make; make install" first.  Be more
2542         specific about why this file is generic.  Remove unnecessary
2543         parens.  Remove misleading "only".  Remove obsolete advice
2544         about csh.  Don't say "configure" takes awhile; say it
2545         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
2546         and CC=c99 rather than CC=c89, as these are blessed by current
2547         Posix.  Recommend GNU make if doing a VPATH build.
2549 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
2551         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
2552         examples involving shell prompts.
2554 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
2555         and Paul Eggert  <eggert@cs.ucla.edu>
2557         * doc/autoconf.texi (Here-Documents): Add details about the
2558         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
2559         use "here-documents" instead of "here documents".
2561 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2563         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
2565 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
2567         * doc/autoconf.texi (File System Conventions): Warn about ":"
2568         anywhere in directory names.
2570 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
2572         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
2573         about quoting the case statement, just in case.
2574         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
2575         was fixed in ksh93g; reported by Ralf Wildenhues.
2577 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
2579         * doc/autoconf.texi (System Services): Do not document
2580         overriding EXEEXT via ac_cv_exeext=ext.
2581         (Particular Programs) <AC_PROG_MKDIR_P>:
2582         Document that ${MKDIR_P} understands --.
2583         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
2584         comment.
2586 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2588         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
2589         argument with leading hyphen.  Problem reported by Paul Eggert.
2591 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2593         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
2594         about quoting ac_try: quote all of it, if any of it seems suspicious.
2595         This means we don't have to worry about ${ or sed any more.
2596         Also, double-quote the case statement, to work around misuses via
2597         underquoting as reported by Ralf Wildenhues in
2598         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
2599         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
2600         undocumented and dangerous macro.
2601         Problem reported by Ralf Wildenhues in
2602         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
2604 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2606         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
2607         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
2608         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
2610 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2612         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
2613         since evidently some packages rely on the old, broken behavior.
2614         Problem reported by Ralf Wildenhues in
2615         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
2616         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
2617         pre-2006-05-26 definitions, but leave in the comments that
2618         these macros are dangerous and should not be used.
2619         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
2620         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
2621         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
2622         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
2623         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
2625 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
2627         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
2628         the use of 'tr', since this is our only use of 'tr'.
2630 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2631         and Paul Eggert  <eggert@cs.ucla.edu>
2633         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
2634         Don't assume 'grep' works on long lines, since AIX grep doesn't.
2636 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2638         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
2639         the output file in the `${datarootdir}' test.
2641 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
2642         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2644         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
2645         mention of `datarootdir' in the input file(s), but literal
2646         `${datarootdir}' in the output file, and we haven't warned yet,
2647         then warn as well: the user may have (erroneously) used
2648         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
2649         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
2650         * tests/torture.at (datarootdir workaround): Extend this test.
2651         * NEWS: Update.
2653 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2654         and Paul Eggert  <eggert@cs.ucla.edu>
2656         * doc/autoconf.texi (autoheader Invocation): The first argument to
2657         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
2658         alternatives and clear up the language a bit.
2660 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
2662         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
2663         ac_config_guess, ac_config_sub, ac_configure.
2664         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
2665         Fix typo that prevented an unnecessary space from being removed.
2666         Problems reported by Ralf Wildenhues in:
2667         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
2669 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
2671         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
2672         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
2673         Don't use the term "thread-safe" to talk about mkdir race
2674         conditions, since the problem is more a process than a thread
2675         issue.  Problem reported by Stepan Kasal in:
2676         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
2677         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
2678         the test for 'install' more closely.  Look at MKDIR_P first.
2679         Look in the PATH, and at /opt/sfw/bin.
2680         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
2681         Don't bother to try mkdir -p, since we already check mkdir --version;
2682         just look at the version number.  (There's no easy way to check
2683         for race-free implementations.)
2684         * tests/tools.at (autoconf: subdirectories): Adjust to above
2685         changes, since MKDIR_P now might end in "/mkdir -p".
2687         * doc/autoconf.texi (autoheader Invocation): Mention that the
2688         first arg of AC_DEFINE_UNQUOTED must be a literal.
2689         Problem reported by Ben Pfaff in
2690         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
2692         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
2693         * doc/autoconf.texi (Special Chars in Variables): New section.
2694         (Preset Output Variables): Warn about special chars in CPPFLAGS.
2695         (Installation Directory Variables): Quote $(datadir) better.
2696         (Limitations of Builtins): Describe some of eval's trickiness.
2698         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
2699         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
2700         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
2701         in front of every arg, not just trailing args.  Quote apostrophes.
2702         (_AC_EVAL_ECHO): New macro.
2703         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
2704         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
2705         removed.
2706         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
2707         exposed by quoting of eval argument.  Put the command on line line
2708         so it logs better.
2709         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
2710         (_AC_PATH_X, AC_PATH_X): Quote more safely.
2711         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
2712         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
2713         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
2714         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
2715         Use eval more safely.
2716         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
2717         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
2718         to be replaced.
2719         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
2720         lines, exposed by quoting of eval argument.
2722 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
2723         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2725         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
2726         initialization of `ac_cv_exeext', do not override it if it was
2727         already set, unless it was set to `no', for compatibility with
2728         Autoconf-2.13, and comment this.
2729         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
2730         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
2731         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
2732         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
2733         Document that this test may be overridden by setting
2734         `ac_cv_exeext'.
2736 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2738         Revert these two patches:
2740         2006-04-06  Eric Blake  <ebb9@byu.net>
2741         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
2742         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
2743         2006-04-01.
2745         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2746         Clean up _AC_COMPILER_EXEEXT* macros.
2747         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
2748           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
2749           ac_file to the name of the default output file and call
2750           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
2751           initial `rm' of the candidate files...
2752         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
2753           the same list in subsequent `rm' calls, and for the temporary
2754           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
2755           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
2756         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
2757         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
2758           no longer needed) by libtool.  Make it a cache check.
2759         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
2760           copied here by mistake.
2761         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
2762           _AC_COMPILER_EXEEXT.
2763         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
2764           _AC_COMPILER_OBJEXT directly.
2765         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2767 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2769         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
2770         Fix description of how the buggy `sed' works.
2772 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
2774         Sync from Automake:
2776         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
2777         ENOLCK.  Only mention `make -j' when applicable.  Only raise
2778         fatal errors when `make -j' is involved.  Improve error message.
2780 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2782         * doc/autoconf.texi (Here-Documents): We now know more about
2783         the variable expansion in here documents bug.
2784         Thanks to Tim Rice and Stepan Kasal.
2786         * doc/autoconf.texi (Making testsuite Scripts): Add an example
2787         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
2789 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2791         * tests/autotest.at (Multiline command from M4 expansion):
2792         No failure to be expected if the shell quotes newlines in
2793         commands in the `set -x' output.  Report by Tim Rice.
2794         * THANKS: Update.
2796 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2798         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
2799         expansion in the here-documents used by config.status, as that
2800         runs afoul of the Korn shell version M-12/28/93d bug described in
2801         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
2802         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
2803         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
2805 2006-05-23  Jim Meyering  <jim@meyering.net>
2807         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
2808         Fix typo introduced with 2006-04-02 change.  It reversed the sense
2809         of the test.
2811 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
2813         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
2814         ac_dB slightly, to save bytes in the script.
2815         Max out at 50 lines, rather than 96; this is more likely
2816         (though not guaranteed) to avoid obscure 'sed' failures.
2818 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2820         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
2821         `tr -d -' as bad option argument.  Work around this by deleting
2822         an unrelated character.
2823         Report by Tim Rice <tim@multitalents.net>.
2825 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
2826             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
2827             Stepan Kasal  <kasal@ucw.cz>
2829         * doc/autoconf.texi (Particular Programs): Do not promise that
2830         we always prefer the GNU version of the program, and that we
2831         search according to PATH; both rules can have exceptions.
2832         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
2833         AC_PROG_SED.  Move descriptions of limitations
2834         to the Limitations of Usual Tools section.
2835         (Limitations of Usual Tools) <sed>: Mention script length
2836         limitations with Solaris /usr/ucb/sed.
2837         <grep>: Fix wording for empty alternative.  Mention that -c and
2838         -l should not be combined, and that -E and -F should not be
2839         combined.
2841 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2842         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2844         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
2845         limits in Solaris 8 /usr/ucb/sed by testing a long script.
2847 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2849         * doc/autoconf.texi (Defining Symbols): Literal parameter of
2850         AC_DEFINE is now passed to m4_pattern_allow.
2851         * NEWS: Mention that; likewise for AC_SUBST.
2852         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
2853         the parameter to m4_pattern_allow.
2854         * tests/tools.at: Add a check for that.
2856 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
2858         * lib/autoconf/status.m4: Fix typos.
2860 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2862         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
2863         only the files that this macro generates.
2865 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2867         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
2868         the HP-UX sed limitation of 99 commands, labels do not count.
2869         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
2870         in the comment.
2871         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
2873 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2875         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
2876         Import the following fix from coreutils:
2878         2006-01-13  Jim Meyering  <jim@meyering.net>
2880         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
2881         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
2882         not double-quote uses of that variable, to accommodate the rare
2883         case in which getmntent is available in none of the libraries
2884         checked.  This happens at least on FreeBSD 5.0.
2886 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
2888         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
2889         ac_config_guess, ac_config_sub, and ac_configure, since evidently
2890         some other programs unwisely rely on these undocumented vars.
2891         But put in warning comments about them.
2892         Problem reported by Ralf Wildenhues in
2893         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
2894         * NEWS: Document that these variables are intended to go away.
2896 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2898         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
2899         and set the language to C++ (analogous to the equivalent Fortran
2900         tests).
2902         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
2903         * doc/autoconf.texi (C++ Compiler): Document it.
2904         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
2905         * NEWS: Update.
2907 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
2909         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
2910         that caused config.status to generate 100-command sed scripts; the
2911         portable limit is 99.
2913 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2915         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
2916         variable `ac_d' instead of `d' to avoid infringing namespace.
2917         Report by Ralf Menzel.
2919 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
2921         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
2922         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
2923         * tests/tools.at (autoconf: subdirectories): New test, taken from
2924         the corresponding problem report by Ralf Wildenhues in:
2925         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
2927         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
2928         Quote some uses of shell variables if they might suffer unexpected
2929         globbing.  This doesn't fix all instances of quoting problems that
2930         I found, just the easy ones that look safe.
2931         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
2932         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
2933         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
2934         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
2935         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
2936         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
2937         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
2938         Likewise.
2939         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
2940         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
2942 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2944         * bin/autoreconf.in ($help): Reword according to the manual.
2945         Suggested by Olly Betts.
2947 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
2948         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2950         * bin/autoreconf.in: Pass the directory argument to
2951         `require_configure_ac'.  Fix comment.
2952         * tests/torture.at (Configuring subdirectories): Expose this.
2953         Reported by Olly Betts.
2955 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2957         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
2958         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
2959         Automake as follows:
2961         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
2962         `$configure_in' instead of `configure.in', to preserve
2963         directory component.
2965 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2967         * config/config.guess, config/config.sub, config/texinfo.tex,
2968         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
2970 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
2972         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
2973         test for C99 conformance; (bool) 0.5 is an integer constant
2974         expression, but (bool) -0.5 is not.  Problem reported by Fedor
2975         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
2977 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2979         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
2980         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
2981         Warn about obsolete install-sh files.  Remove stray sentence
2982         fragment and fix cross reference.
2983         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
2984         install -d; this undoes the 2006-05-10 change.
2985         (MKDIR_P): Mark with AN_MAKEVAR.
2986         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
2987         that we don't require $INSTALL to be thread-safe.  Move comments
2988         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
2989         of AC_PROG_INSTALL.  Output a message saying that we're checking
2990         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
2991         MKDIR_P instead of AC_SUBST.
2992         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
2993         Special magic for MKDIR_P, too.
2994         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
2995         a dnl.
2996         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
2998 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
3000         Sync from Automake, as follows:
3002         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3003         * config/install-sh: Initialize IFS, so field splitting isn't
3004         turned off later.
3005         * config/mkinstalldirs: Likewise.
3006         * config/missing: Remove superfluous quotes.  Replace all uses of
3007         `[' by `test', for consistency, and for..
3008         * config/missing (sed_minuso, sed_output): New variables.
3009         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
3010         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
3011         Fixes `missing' to detect `--output' for help2man.  Fixes
3012         PR automake/483.  Report by Dennis J. Linse.
3013         (autom4te): Document in `missing --help'.
3015 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
3017         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
3018         * config/install-sh: Don't use 'path' to talk about file names,
3019         as per GNU coding standards.  Close a race condition reported by Ralf
3020         Wildenhues and Stepan Kasal.  There is still a race condition
3021         on hosts that predate Posix 1003.1-1992, but we can't help this.
3022         Don't mishandle weird characters like space on pre-Posix hosts.
3023         Invoke mkdir at most once per dir arg on pre-Posix hosts.
3024         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
3025         AC_PROG_MKDIR_P from AS_MKDIR_P.
3026         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
3027         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
3028         earlier editions are not (including Automake 1.8.3).
3029         Do not suggest mkinstalldirs for thread-safety.
3030         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
3031         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
3032         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
3033         presence of special characters and race conditions.
3034         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
3035         in Autoconf's name space.
3037 2006-05-10  Bruno Haible  <bruno@clisp.org>
3038         and Paul Eggert  <eggert@cs.ucla.edu>
3040         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
3041         from Automake with minor changes.
3042         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
3044 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
3046         * config/install-sh: Update to Automake CVS version, as follows:
3047         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
3048         * lib/install-sh: Simplify the expr implementation of dirname.
3049         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
3050         * lib/install-sh: Handle --, and diagnose unknown options.
3052 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3054         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
3055         `./autom4te' to create `./testsuite', since the `all' target
3056         will ensure its presence, but `installcheck' should not create
3057         the uninstalled wrappers.
3059         * tests/torture.at (Unusual Automake input files): Skip if we
3060         detect automake < 1.8.
3062 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3064         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
3065         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
3066         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
3067         * NEWS: Update.
3069 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3071         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
3072         munge (multiple) white space and other oddities.
3073         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
3074         single quotes in variable assignment.
3075         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
3076         and similar failures by adding multiple spaces, tabs, and other
3077         special characters.
3078         Report and different test suggested by Francesco Romani
3079         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
3081         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
3082         single quotes, we only need to search for single quotes; this
3083         both simplifies the search pattern, and makes us less
3084         susceptible to `echo' variations for arguments not containing
3085         single quotes.
3086         (_AC_ARG_VAR_VALIDATE): Likewise.
3088 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3090         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
3091         `$*' and IFS concatenation issue with traditional shells and
3092         bash-2.04.  Report by Seanster@Seanster.com.
3094 2006-05-03  Bruno Haible  <bruno@clisp.org>
3096         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
3097         precisely which Mac OS X versions have the od problem.
3099 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
3101         * doc/autoconf.texi: Use @option systematically.
3103 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
3104         and Bruno Haible  <bruno@clisp.org>
3106         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
3107         about 'od'.
3108         (Integer Overflow): Mention the special case of integer division
3109         overflow.
3111 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3113         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
3114         traditional shells like the Solaris one that do not use the
3115         first IFS character for assembling `$*'.
3116         Prompted by a related report from autoconf_bug@nro.ca.
3118 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
3119         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3121         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
3122         Mention more problems with the -e option.
3124 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3126         * NEWS: Typo.
3127         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
3129         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
3130         in URLs to improve DVI formatted output (requires texinfo 4.6).
3131         (System Services, Systemology, Shellology): Likewise.
3132         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
3133         output.
3135         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
3136         continuous text.
3137         (Runtime): Fix macro argument names to match description:
3138         `action-if-found' -> `action-if-true' and similarly.
3139         (Obsolete Macros): Likewise.
3140         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
3141         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
3142         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
3144 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3146         * doc/autoconf.texi (Limitations of Make): Clean up markup.
3148         * ChangeLog: Typo.
3149         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
3150         DVI output.
3152 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3154         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
3155         /bin/sh set unsorted output.
3156         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
3157         * tests/local.at: Likewise.
3159 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
3161         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
3162         (Integer Overflow, Null Pointers, Buffer Overruns):
3163         (Floating Point Portability, Exiting Portably): New sections.
3164         (Writing Test Programs): Fix some langauge.  Recommend exiting
3165         with status 1, not merely nonzero.  Clarify exit declaration.
3166         (Run Time): Move C exit status stuff to new Exiting Portably section.
3167         (Systemology): Mention Posix and levenez.  Update v7 reference.
3168         (Portable Shell): Mention the Posix shell.
3170 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
3172         * bin/autoconf.as (me): Replace by as_me.
3174 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
3176         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
3177         since as_me isn't set yet.
3179 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
3181         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
3182         a few minor bugs in this area.
3184         * doc/autoconf.texi (Programming in M4sh): Comment out the
3185         documentation of AS_BASENAME, for now.
3186         (Shell Substitutions): Do not use AS_DIRNAME in an example.
3187         (Limitations of Builtins) <basename>: Do not refer to
3188         AS_BASENAME.
3189         * bin/autoconf.as (me): Don't use AS_BASENAME.
3190         (dir): Remove the unused variable.
3191         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
3192         AS_DETECT_REQUIRED.  All uses changed.
3193         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
3194         All uses changed.
3195         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
3196         (AS_BASENAME): Use "basename --" to protect against leading "-".
3197         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
3198         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
3199         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
3200         (_AS_DIRNAME_PREPARE): Likewise.
3201         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
3202         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
3203         (AS_DIRNAME): Use "dirname --".
3205 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
3207         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
3208         of "run time" and "run-time" changed to "runtime", for consistency.
3209         * lib/autoconf/fortran.m4: Likewise (in comment).
3210         * lib/autoconf/functions.m4: Likewise.
3211         * lib/autoconf/general.m4: Likewise.
3212         * lib/autoconf/headers.m4: Likewise.
3214         * doc/autoconf.texi (Run Time): Document the exit status situation
3215         with more accuracy and detail.
3217 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3219         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
3220         Archive is not officially `GNU' any more.  Update URL.
3221         (Defining Directories): Likewise
3222         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
3224 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3226         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
3227         newline from the `trap' code to finish `config.log'; the NetBSD
3228         /bin/sh resets the exit status after an empty command, as
3229         documented in doc/autoconf.texi.
3230         Reported by Dalibor Topic <robilad@kaffe.org>.
3232 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
3234         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
3235         Suggested by Bruno Haible.
3237 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
3239         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
3240         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
3241         Instead, just list the shells that we know work.
3242         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
3243         changed.  Be more cautious about the _cv_ variable.
3244         * tests/tools.at (Syntax of the shell scripts): Check the
3245         _cv_ variable once, at first, to avoid an internal autoconf error
3246         when sh -n does not work.
3248 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3250         * lib/Autom4te/FileUtils.pm: Sync from Automake.
3252 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
3254         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
3255         use ">&-" since we're only 99.999% sure that this is portable,
3256         and since the MinGW bug is fixed in a different way.
3257         * lib/autotest/general.m4 (AT_INIT): Likewise.
3259 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
3261         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
3262         before opening config.log, to avoid hitting a bug on MinGW.
3264 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
3266         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
3267         AS_MESSAGE_LOG_FD before reopening it onto the log file.
3268         This works around a MinGW bug reported by Eric Paire.
3269         Make sure that all writes to the log file append to it,
3270         rather than possibly losing data.
3271         * lib/autotest/general.m4 (AT_INIT): Likewise.
3273 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
3275         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
3276         description.
3278 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3280         * NEWS: Update.
3282         * configure.ac (AC_INIT): Bump to 2.59d.
3284 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3286         Version 2.59c.
3288         * Makefile.maint (news-date-check): Do not require a leading `*'
3289         before the release date in NEWS.
3291 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
3292         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3294         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
3295         the instantiated file do not contain the string 'datarootdir'
3296         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
3297         @mandir@, replace the reference '${datarootdir}' by the value.
3298         * tests/torture.at (datarootdir workaround): New test.
3299         * NEWS: Advertise this temporary fixup.
3300         Based on a patch by Bruno Haible, reported and analyzed by
3301         Paul Eggert and Noah Misch.
3303 2006-04-12  Eric Blake  <ebb9@byu.net>
3305         * tests/autotest.at (Debugging a failed test): Fix comment.
3307 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
3309         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
3310         all the changes since 2006-04-07.
3312 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3314         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
3315         succeeded, but `ln -s file dir' failed, take care to remove the
3316         leftover target before the next test, to prevent its spurious
3317         failure; also make sure `ln file dir' works before selecting it.
3318         Thanks to Keith Marshall for pointing this out.
3319         * THANKS: Update.
3321         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
3322         assignments in `at_debug_args', so that we put them correctly
3323         in the `run' script.
3324         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
3325         Reported by Eric Blake.
3327 2006-04-11  Eric Blake  <ebb9@byu.net>
3329         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
3330         top-level tests after micro-suite has been run.   Used in...
3331         (Debugging a successful test, Debugging script and environment),
3332         (Debugging a failed test): ...these new tests.  The first of these
3333         is fixed by...
3334         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
3335         macro, split out from...
3336         (AT_INIT): ...here, so that using -d also generates a run script.
3337         Document that -d inhibits top-level logging.
3338         * doc/autoconf.texi (testsuite Invocation): Document that -d only
3339         inhibits top-level logging; debug scripts are created.
3341         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
3342         check.
3343         * tests/autotest.at (Empty test, Empty check): New test to check it.
3345         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
3346         from gcc.
3348 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
3350         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
3351         the files if a problem appears.  Make the empty *.at files
3352         read-only, too.  Proposed by Ralf Wildenhues.
3354 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3356         * config/Makefile.am: Add comment to force updated Makefile.in.
3358         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
3359         space only patch to this file, this patch causes the Makefile.in
3360         files that include freeze.mk to be updated, and thus have a
3361         newer time stamp again, which in turn makes a pristine CVS
3362         checkout have correct time stamps.
3364         * Makefile.maint (cvs-sv): New macro, to be used..
3365         (config.guess-url_prefix, config.sub-url_prefix)
3366         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
3367         point to CVS text checkout of Gnulib files.
3368         (copyright-check): Bump current year.
3369         (announcement): Do not hard-wire `./announce-gen'.
3370         (cvs-update): Propagate failures of `cvs' and `move-if-change'
3371         correctly.
3372         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
3373         `chmod +x'.
3374         (wget_files): Update config.guess, config.sub, texinfo.tex by
3375         `wget-update', now that their URLs work again.
3377 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3379         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
3380         Problem noted by Paul D. Smith.
3382 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3384         * doc/autoconf.texi: Remove unused words from word list.
3385         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
3386         .x-sc_trailing_space: New files.
3388         * doc/standards.texi: Sync from gnulib.
3390         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
3391         `LIBOBJDIR' as experimental.
3393         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
3394         with a target directory; it's internally implemented as `cp'
3395         anyway, but since Autoconf advertises the possibility to use
3396         a target directory when LN_S is `ln -s', we need to find out.
3397         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
3398         analyzed by Keith Marshall <keith.marshall@total.com>.
3400         * THANKS: Update.
3402 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3404         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
3405         confdefs.h as-is.  In general, if it has backslash-newline or the
3406         like, then it doesn't work either to sort or to remove empty
3407         lines.
3409 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
3411         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
3413 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
3415         * lib/autom4te.in (Automake-preselections): Preselect
3416         _AM_SUBST_NOTMAKE.
3418 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
3420         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
3421         apostrophe within a single-quoted string, as this is the usual
3422         tradition and is easier to read than '"'"'.  Don't rely on the
3423         shell treating "$/" like '$/'.  Use a more-consistent indenting
3424         style for the trap.
3426 2006-04-09  Eric Blake  <ebb9@byu.net>
3428         * tests/autotest.at (Backquote command substitution),
3429         (Multiline backquote command substitution): Remove mistaken
3430         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
3431         applied...
3432         (Parenthetical command substitution, Multiline parenthetical
3433         command substitution): here.
3435 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
3437         Import macros from gnulib (often changing their name).
3439         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
3440         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
3441         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
3442         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
3443         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
3444         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
3445         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
3446         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
3447         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
3448         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
3449         The manual mentions Gnulib more prominently.
3450         * doc/autoconf.texi (Gnulib): New node.
3451         (Pointers): Add Gnulib URL.
3452         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
3453         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
3454         Gnulib section.
3455         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
3456         suggest a #define rather than a typedef for _Bool, and mention
3457         Gnulib rather than trying to substitute stdbool code.
3458         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
3459         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
3460         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
3461         AC_STRUCT_DIRENT_D_TYPE.
3462         (Particular Types): Mention stdint.h and inttypes.h as standard
3463         headers too.
3464         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
3465         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
3466         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
3467         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
3468         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
3469         (C Compiler): Move AC_C_LONG_DOUBLE to ...
3470         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
3471         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
3472         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
3473         (Coding Style).  Don't mention m4_expand_once.
3474         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
3475         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
3476         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
3477         (AC_CHECK_FUNCS): Use it.
3478         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
3479         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
3480         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
3481         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
3482         (AC_HEADER_ASSERT): New macro.
3483         (AC_HEADER_STDBOOL): Don't assume "#error" works.
3484         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
3485         Catch a bug in an HP-UX C compiler.
3486         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
3487         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
3488         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
3489         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
3490         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
3491         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
3492         New macros.
3494         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
3495         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
3497 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
3499         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
3500         of the warning introduced by the 2001-08-28 change.
3502 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
3503             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3505         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
3506         variables shall be overriden by the cache.
3507         * tests/torture.at (AC_ARG_VAR): Test also with a first value
3508         that contains braces.
3510 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
3512         Revert the patch from 2006-04-01 and only improve
3513         _AS_DETECT_BETTER_SHELL:
3515         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
3516         skip nonexistent directories.
3517         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
3518         only shell candidates which exist.
3519         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
3520         * lib/autotest/general.m4 (AT_INIT): No need to give three
3521         parameters to _AS_PATH_WALK.
3523 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
3524             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3526         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
3527         distinguish m4sugar macros.
3528         * tests/tools.at (autoupdating with aclocal and m4_include):
3529         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
3530         test case by Noah Misch <noah@cs.caltech.edu>.
3532 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
3534         Revert my change from 2006-03-17, in other words:
3535         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
3536           and DUALCASE=1.
3537         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
3538         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
3539           it is set.
3541 2006-04-07  Eric Blake  <ebb9@byu.net>
3543         * doc/autoconf.texi (Programming in M4sh): Document that
3544         AS_MKDIR_P exits the script on failure.
3545         * lib/autotest/general.m4: Remove redundant AS_ERROR.
3547 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3549         * config/elisp-comp, config/install-sh, config/mdate-sh,
3550         config/missing, config/mkinstalldirs: Sync from Automake.
3552         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
3553         from Automake.
3555         * doc/make-stds.texi: Sync from gnulib.
3557 2006-04-06  Eric Blake  <ebb9@byu.net>
3559         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
3560         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
3561         2006-04-01.
3563 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
3564             Eric Blake  <ebb9@byu.net>,
3565             Paul Eggert  <eggert@cs.ucla.edu>,
3566             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3568         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
3569         whether `set' quotes correctly: redirect stderr of the tested
3570         `set', and use a subshell, for Ultrix; use `sed' instead of
3571         `grep' for zsh `set' which may write binary output; match only
3572         at the beginning of a line, to avoid false positives.
3573         In order to avoid false positives by unrelated variables with
3574         multiline content, put the dump algorithm in a subshell and
3575         unset all variables containing newlines (except some which are
3576         special to the shell).  Warn about cache variables that are
3577         unset.
3579 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3581         * config/config.guess, config/config.sub, config/texinfo.tex:
3582         Sync from upstream.
3584         * tests/mktests.sh: Reword comments.
3586         * tests/mktests.sh: Only skip internal macros starting with
3587         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
3588         Update exclusion lists for the test suite to this end:
3589         (AC_ARG_VAR): Do test this now.
3590         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
3591         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
3592         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
3593         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
3595         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
3596         shell issue with double-quoted command substitutions of native
3597         commands.
3598         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
3599         Marshall.
3601         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
3602         no file matches the glob, discard the warning, set `nullglob'.
3603         (syntax-check): Likewise.
3604         (sc_cast_of_x_alloc_return_value): Likewise.
3605         (sc_cast_of_alloca_return_value, sc_error_exit_success)
3606         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
3607         (m4-check): Likewise.
3608         (sc_system_h_headers): Do not print rule on execution.
3609         (sc_tight_scope): Do not fail for non-existing `src' directory.
3610         (sc_changelog): Skip the Copyright footer.
3611         * lib/autoconf/lang.m4: Remove trailing space.
3613         * lib/autoconf/status.m4: More replacements to
3614         <tab><space> where this makes sense.
3616 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
3618         * tests/Makefile.am (maintainer-check-posix):
3619           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
3621         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
3622           ac_config_<foo>s again, sometimes normalized, sometimes not.
3623         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
3624         (AC_CONFIG_COMMANDS): Do not do so here.
3625         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
3626           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
3627           2005-07-25 rewrite.  Noticed by Noah Misch.
3629         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
3630           _AC_PRESERVE_HELP_ORDER, ...
3631         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
3633         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
3634           inside m4_expand_once; it is redundant.
3636         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
3637           for --help from Cygnus `configure.'
3639 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
3641         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
3642         on a patch proposed by Ralf Wildenhues.
3644 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3646         * lib/autoconf/status.m4: Replace <space>''<tab> with
3647         <tab><space> where this makes sense.
3649 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
3650             Noah Misch  <noah@cs.caltech.edu>
3652         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
3653         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
3654         * doc/autoconf.texi (Help Formatting): New node.
3655         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
3657 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3659         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
3660         lib/autoconf/specific.m4, lib/autoconf/status.m4,
3661         lib/autoconf/types.m4, lib/autotest/general.m4,
3662         tests/mktests.sh, tests/torture.at: White space cleanup:
3663         remove some SPACE before TAB, or add quoting ('' or @&t@).
3665         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
3667         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
3669 2006-04-05  Eric Blake  <ebb9@byu.net>
3671         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
3672         empty test suite works.
3673         * tests/autotest.at (Empty test suite): Remove xfail.
3675 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
3677         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
3678         TAGS to ac_config_<foo>s.
3679         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
3680         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
3681         normalizing it, consistent it with previous releases.
3682         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
3684 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
3686         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
3687         Use simplified args that Eric Blake originally suggested.
3689 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3691         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
3692         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
3693         Use 'comm' rather than N instances of grep; this also fixes a bug
3694         whereby substrings were incorrectly matched, causing us to not
3695         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
3696         (exclude_list): Exclude empty macros.
3697         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
3699         Use awk rather than grep -E or egrep, to avoid
3700         portability problems with regular expressions containing newlines.
3701         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
3702         Switch from grep to awk syntax.
3703         (ac_exclude_script): Renamed from ac_exclude_egrep.
3704         (au_exclude_script): Renamed from au_exclude_egrep.
3706 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
3708         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
3709         a subdirectory subject to Cygnus `configure'.
3710         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
3712         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
3713         report request when we have no AC_PACKAGE_BUGREPORT.
3715 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3717         * THANKS: Update.
3719         * tests/mktests.sh: Update copyright year in the header of the
3720         generated files.
3722         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
3723         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
3724         typedef'ed restricted pointer, to catch a compiler bug on
3725         HP-UX 11.x, and fix warnings so it passes with -Werror.
3726         (_AC_PROG_CC_C99): Likewise.
3727         Reported by Albert Chin <china@thewrittenword.com>.
3728         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
3730 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3732         * bin/autoscan.in (subdirs): New global.
3733         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
3734         (output): Emit AC_CONFIG_SUBDIRS as needed.
3735         * tests/autoscan.at (autoscan): Remove XFAIL.
3737 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
3739         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
3741 2006-04-03  Eric Blake  <ebb9@byu.net>
3743         * THANKS: Add myself.
3745 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3747         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
3748         to log, point to testsuite output tree.
3750 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3752         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
3753         * doc/autoconf.texi (Function Portability): Mention that C++
3754         has trouble with 'exit'.
3755         (Guidelines): Test programs shouldn't use 'exit'.
3756         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
3757         Remove; all uses removed.
3758         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
3759         Return from 'main' instead of calling 'exit'.
3760         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
3761         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
3762         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
3763         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
3764         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
3765         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3766         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
3767         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
3768         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
3769         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
3770         * tests/compile.at: Likewise.
3772 2006-04-02  Pavel Roskin  <proski@gnu.org>
3774         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
3776 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3778         Clean up _AC_COMPILER_EXEEXT* macros.
3780         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
3781           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
3782           ac_file to the name of the default output file and call
3783           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
3784           initial `rm' of the candidate files...
3785         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
3786           the same list in subsequent `rm' calls, and for the temporary
3787           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
3788           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
3789         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
3790         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
3791           no longer needed) by libtool.  Make it a cache check.
3792         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
3793           copied here by mistake.
3794         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
3795           _AC_COMPILER_EXEEXT.
3796         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
3797           _AC_COMPILER_OBJEXT directly.
3798         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3800 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3802         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
3803         (AS_DIRNAME): Use it.
3804         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
3806         * tests/*.at: Remove the generated ones.
3808 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3810         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
3812 2006-04-01  Eric Blake  <ebb9@byu.net>
3814         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
3815         directories, unless optional third argument supplied.
3816         (AS_UNAME): Don't optimize PATH walk.
3818         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
3820 2006-04-01  Eric Blake  <ebb9@byu.net>
3821         and Stepan Kasal  <kasal@ucw.cz>
3823         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
3824         and fix some typos.
3826 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
3828         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
3829         Autoconf version number despite a zero- or one-argument AC_INIT.
3831         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
3832         subordinate tools.
3833         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
3834         * doc/autoconf.texi (autoreconf Invocation): Document it.
3836         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
3837         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
3839 2006-04-01  Eric Blake  <ebb9@byu.net>
3841         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
3842         * lib/autotest/general.m4: Be tolerant of existing directory when
3843           rm failed to remove it.
3845 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3847         * bin/autoupdate.in: Redefine m4_location so that warnings print
3848         the correct lines of the input file by subtracting..
3849         (_au__first_line): ..this new definition.
3851         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
3852         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
3853         Remove stray newline in output.
3854         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
3855         AC_DEFUN this for autoconf, including the obsoletion diagnose.
3856         Fixes autoupdating of code where the replacement output contains
3857         m4sugar macros.
3858         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
3859         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
3860          (au_exclude_list): Add AC_LANG_SAVE.
3861         * tests/tools.at: Several new tests for all of this.
3862         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
3863         hairy details.
3864         The AC_LANG_SAVE issue was reported against Libtool by
3865         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
3866         Kristian Kvilekval <kris@cs.ucsb.edu>.
3868 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
3870         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
3871           switch all of them on and of when necessary.  Fixes the bug when
3872           m4sugar macros (e.g., m4_define) were expanded after the first
3873           automatic update (e.g., after AC_PREREQ or AC_INIT).
3875 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
3877         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
3878         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
3880         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
3881         correctly.  Problem reported by Eric Blake.
3882         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
3883         Ralf Wildenhues.
3885 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3887         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
3888         Tighten up the basename/dirname wording.
3890 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3892         * Makefile.maint (sc_texi_notab): New check: do not use TABs
3893         in texinfo files outside of verbatim environments.
3894         (syntax-check-rules): Update.
3895         * doc/autoconf.texi (Configuration Headers): Conform to it.
3897 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
3899         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
3900           aclocal cannot be given on the command line.
3902 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3904         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
3905         Give an example for AS_DIRNAME instead of referring to Posix..
3906         (File System Conventions): Put discussion of // versus / here, and
3907         modernize it a bit.
3908         (Limitations of Usual Tools): Add basename.  Remove verbiage
3909         after dirname, since it got moved to the above sections.
3910         All this was inspired by a patch proposed earlier by Eric Blake.
3912 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3914         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
3915         `$0' to protect against spaces.
3916         * lib/autotest/general.m4 (AT_INIT): Likewise.
3917         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
3918         `$0', $as_me.
3920 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3922         * bin/autoscan.in: The value of find_configure_ac should be
3923         checked for existence, so we don't barf over a nonexisting
3924         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
3926 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3928         * bin/autoupdate.in: Fix some typos.
3930 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
3932         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
3934         * lib/autoscan/autoscan.list: Refreshed.
3936 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3938         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
3939         and Erlang related variables.
3941         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
3942         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
3943         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
3944         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
3945         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
3946         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
3947         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
3948         (_AC_PROG_OBJC_G): New macros.
3949         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
3950         * doc/autoconf.texi (Objective C Compiler): New node.
3951         (Preset Output Variables): Document OBJCFLAGS.
3952         (Language Choice): Document `Objective C' language.
3953         (Fortran Compiler): Fix typo.
3954         * NEWS: Updated.
3955         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
3957 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
3959         * doc/autoconf.texi (Default Includes): Fix typo
3960           s/AC_HEADERS_STDC/AC_HEADER_STDC/
3961         (Limitations of Usual Tools): s/unwriteable/unwritable/
3962         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
3963           Fix typos in the comments.
3965 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
3967         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
3968           Factor out the warning to...
3969         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
3970         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
3971         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
3973         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
3974           case `ac_delim' when writing the sed script.
3976         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
3977           moved DUALCASE=1 ...
3978         (AS_SHELL_SANITIZE): ... here.
3979         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
3980           that it is set.
3982         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
3983           AC_SUBST.
3984         (_AC_PATH_PROG): Store the result to VARIABLE.
3985         (AC_PATH_PROG): No need to set VARIABLE again.
3987         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
3988           the first one is usual AT_CHECK_MACRO test, the second one checks
3989           that the same works when cross-compiling.
3990         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
3991         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
3993 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3995         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
3996         the directory `/usr/bin/posix' in the shell search, to prefer
3997         the Posix shell not only in subsequent spawns as with `$BIN_SH'
3998         on Tru64.
4000         * doc/autoconf.texi (contents): To fix texi2html output, hide
4001         `@setcontentsaftertitlepage' for HTML.
4002         (Writing Autoconf Macros): Likewise, insert space after `@c'.
4003         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
4004         `@,{c}'.
4006 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
4008         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
4009           sanitizing...
4010         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
4011         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
4012           why IFS is restored so late; thank you, Ralf, for reminding us.
4014 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
4016         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
4017           variables in the examples.
4019 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
4021         * doc/autoconf.texi (several sections): Cleaned up documentation for
4022         macros in erlang.m4.
4024 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4026         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
4027         failure condition for `$(cmd)' style command substitutions.
4028         (Parenthetical command substition, Multiline parenthetical
4029         command substition): Use it.
4031         * doc/autoconf.texi (Special Shell Variables): Missing word.
4032         Reported by Keith Marshall <keith.marshall@total.com>.
4034         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
4035         IFS even in case of empty `$PATH'.
4037 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4039         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
4040         `expr' away if there is nothing to do.
4041         < --keywords >: Simplify and robustify argument handling.
4042         Revert erroneous comment from 2005-08-23.  Extend to allow
4043         keyword negation with `!'.
4044         Update help message.  Remove broken code to prevent running
4045         tests multiple times.
4046         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
4047         Update and fix the documentation accordingly.
4048         * tests/autotest.at (Keywords): Renamed to..
4049         (Keywords and ranges): .. this.  Extended to make sure negated
4050         keywords, keywords taken from AT_SETUP arguments, and numeric
4051         test ranges work, and that matching is case-insensitive.
4053 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4055         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
4056         allow to pass unnamed structs even in C++.
4057         (AC_CHECK_SIZEOF):  Likewise.
4058         Also fix quoting error in `AC_MSG_FAILURE' arguments.
4059         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
4060         struct): New tests for unnamed structs, each both native and
4061         cross-compiling.
4063         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
4064         a structure inside a cast, for C++ conformance.
4065         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
4066         Also fix quoting error in `AC_MSG_FAILURE' arguments.
4068         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
4069         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
4070         trying to execute the command `no'.
4072         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
4073         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
4074         expanded outside.
4076         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
4077         example.  Do not emphasize `$%', it is hardly new and special.
4078         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
4080         * doc/autoconf.texi (Limitations of Usual Tools): Document
4081         OpenBSD and traditional `grep' failure to handle multiple
4082         patterns separated by newlines.
4084 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
4086         * doc/autoconf.texi (several sections): Add documentation for macros
4087         in erlang.m4.
4089 2006-03-10  Eric Blake  <ebb9@byu.net>
4091         * doc/autoconf.texi (Obsolete Macros): Fix wording of
4092         AC_TRY_LINK_FUNC.
4094 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
4096         * doc/autoconf.texi: Use @acronym more consistently for acronyms
4097         like BSD, GPL, LGPL.  Fix minor English typos.
4098         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
4099         Mention that these macros are becoming obsolete.
4100         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
4101         Use more modern terminology for which standard is what.
4102         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
4103         and to ansi2knr.
4104         (AC_PROG_CXX): Likewise.
4105         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
4106         Remove obsolete discussion about how to port to K&R.
4107         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
4108         the obsolescent AC_HEADER_STDC.
4109         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
4110         can't rely on it.
4112 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4114         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
4115         Remove stdin redirection from /dev/null to allow pipe to work.
4117 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
4119         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
4120         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
4121         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
4122         Ralf Wildenhues.
4124 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4126         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
4127         HP-UX sed is 99 commands, not 100.
4128         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
4129         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
4130         newline for portability.
4131         * tests/torture.at (Torturing config.status): Also test 100
4132         AC_SUBST_FILE invocations.  Fix test to actually verify the
4133         AC_CONFIG_FILES output.
4134         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
4135         command, label, and read-file `r' limits.  Unify HP-UX spelling.
4137         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
4138         non-suffix rule.
4139         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
4140         non-GNU make.
4141         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
4142         * tests/mktests.sh: Small shell portability fixes.
4144 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4146         * doc/autoconf.texi (Caching Results): Fix the examples to use a
4147         recommended quoting style and discard unwanted output.
4149 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
4151         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
4152         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
4153         cases, and to work around Tru64 expr bug.
4155 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4157         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
4158         expr bug that turns the result of a regex match into a number if
4159         possible.
4161 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4163         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
4164         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
4165         in section `Specific Compiler Characteristics'.
4167 2006-03-04  Eric Blake  <ebb9@byu.net>
4169         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
4170         variable warning.
4172 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4174         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
4175         order of variable initialization, so even the Solaris 2.6 shell
4176         can create a config header correctly.  Fixes lots of test suite
4177         failures.
4179 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4181         * doc/autoconf.texi (Text processing Macros): New node to
4182         document the m4sugar macros m4_re_escape, m4_tolower,
4183         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
4185 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
4187         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
4188         XrmInitialize (0) -> XrmInitialize ().
4189         Reported by Toshio Kuratomi.
4191 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4193         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
4194         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
4195         * doc/autoconf.texi (Programming in M4sh): Adjusted.
4196         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
4197         both macros are defun'ed so that required macros are evaluated
4198         outside.
4200         * doc/autoconf.texi (Prerequisite Macros): State more precisely
4201         where a required macro will be expanded.
4202         (Coding Style): Another reason not to use `m4_define'.
4204 2006-02-21  Eric Blake  <ebb9@byu.net>
4206         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
4208 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4210         * doc/autoconf.texi (Looping constructs): New node, to
4211         document m4_for, m4_foreach, m4_foreach_w, and mention
4212         obsolete AC_FOREACH.
4213         (Obsolete Macros): Document AC_FOREACH.
4214         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
4215         (m4_for): Fix to never loop (almost) endlessly, work correctly
4216         with arithmetic expressions in arguments, a step of zero or
4217         non-integer multiple of the interval, and avoid integer
4218         overflow.
4219         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
4220         m4_foreach_w.
4222 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
4224         Add basic support for Erlang, both for configuring Erlang/OTP
4225         tools, and Erlang as a conf test language.
4226         * lib/autoconf/erlang.m4: New file.
4227         * lib/autoconf/autoconf.m4: Add erlang.m4.
4228         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
4229         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
4230         * NEWS: Add short description of new macros.
4231         * THANKS: Add Romain Lenglet.
4233 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4235         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
4236         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
4238 2006-02-15  Eric Blake  <ebb9@byu.net>
4240         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
4241         warning.
4243 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4245         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
4246         (_AS_CASE): Private helper macro.
4247         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
4248         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
4249         Fix syntax of AS_IF description
4250         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
4251         for the AC_REQUIRE mess.
4252         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
4253         AS_SHELL_SANITIZE.
4255 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
4257         * doc/autoconf.texi: Minor style cleanup.
4258         Be consistent about spaces after commas.
4259         Insert [] where empty args look a bit funny.
4260         Fix some "i.e." and "e.g." usages.
4261         Try to avoid "X/Y" usages.
4262         Don't be pedantic about "ISO C99"; just say C99.
4263         Prefer GNU style for spaces in front of parens.
4264         (Function Portability): Comment about C89 versus C99
4265         signed integer division.
4266         (Particular Headers): Use current gnulib style for dirent
4267         includes.
4269 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
4270         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4272         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
4273         macros without parameters.
4274         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
4275         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
4276         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
4277         `$#' bug.
4278         (autoupdate): Updated to match AU_ALIAS fix.
4280 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4281         and Paul Eggert  <eggert@cs.ucla.edu>
4283         * doc/autoconf.texi (Programming in M4sh): Document
4284         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
4286 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4288         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
4289         (AS_BOURNE_COMPATIBLE): ..this.
4290         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
4292 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
4294         * doc/install.texi (Defining Variables): Tighten up the
4295         CONFIG_SHELL wording.
4297 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
4298         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4300         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
4301         of (set -o) rather than testing whether (set -o posix) succeeds,
4302         to work around a bug in the AIX 5.3 shell.  Problem originally
4303         reportd by Howard Chu for libtool.
4305 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
4307         * doc/autoconf.texi (Running the Compiler, Running the Linker):
4308         Changes the macro arguments in summaries to match the
4309         descriptions.
4311 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
4313         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
4314         hint as ``a workaround for a bug.''
4316 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4318         * bin/autoreconf.in: New option `--no-recursive'.
4319         Improve wording for subpackages a bit.
4320         * doc/autoconf.texi (autoreconf Invocation): Updated.
4321         * NEWS: Updated.
4323         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
4324         in environment of `configure', not the command line.
4325         Reported by Howard Chu <hyc@highlandsun.com>.
4327 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
4329         * doc/autoconf.texi (Limitations of Builtins): Document the
4330         problem with "trap -".
4332 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
4334         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
4335         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
4336         messages to differentiate Fortran and Fortran 77 tests.
4337         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
4338         AC_LANG_ASSERT, to allow use in mixed-language projects.
4340 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4342         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
4343         FOO" to "defined (FOO)".
4344         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
4345         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
4346         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
4347         * tests/tools.at (ifnames): Likewise.
4349 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4351         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
4352         * lib/Autom4te/General.pm (mktmpdir): Likewise.
4353         (END): Improve error message a bit.
4354         Reported by Bruce Korb <bkorb@gnu.org>.
4356 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4358         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
4359         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
4361 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
4363         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
4364         requires sys/stream.h.  Reported by Oliver Kiddle.
4366 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4367             Stepan Kasal  <kasal@ucw.cz>
4369         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
4370         before the removals of test dirs, use `find' to avoid modification
4371         of symlinked directories.
4373 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
4375         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
4376         Don't ignore the macro arguments.
4378 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
4380         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
4381         declaration that works for MSVC.
4383 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4385         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
4386         Add `*.map' and `.inf' for Green Hills compiler.
4387         Reported by Stefan Seefeld <stefan@codesourcery.com>.
4389         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
4390         correctly: pad with spaces after FIRST_PREFIX if necessary,
4391         and compute string lenghts with `m4_qlen' instead of `m4_len'.
4392         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
4393         * tests/m4sh.at (AS_HELP_STRING): Test extended.
4394         * NEWS: Updated.
4395         Reported by numerous people, numerous times.
4397 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4399         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
4400         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
4401         * lib/autoconf/general.m4, lib/autoconf/status.m4:
4402         * lib/autotest/general.m4, tests/local.at:
4403         Update copyright year to 2006.
4405         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
4406         sed substitutions.
4407         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
4408         for file names, again.  Reported by Noah Misch.
4409         (Coding Style): Explain that s|a|b| is preferred for file names.
4410         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
4411         (AC_OUTPUT_MAKE_DEFS): Likewise.
4412         * lib/autotest/general.m4 (AT_INIT): Likewise.
4413         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
4414         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
4416         Fix Posix-conformance bugs re use of { command in sed scripts,
4417         and improve the sed-related documentation a bit.
4418         * doc/autoconf.texi (Installation Directory Variables): Use
4419         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
4420         rather than "sed" when talking about Sed in general.
4421         (Particular Programs): Likewise.
4422         (Coding Style): y is like s with respect to / and ,.
4423         (Limitations of Usual Tools): Document the weird restrictions
4424         that Posix has about { }.  Use better quoting.
4425         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
4426         Rewrite to conform to Posix rules about { } in sed scripts.
4427         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
4428         * tests/foreign.at (Libtool): Likewise.
4429         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
4430         Use our own style advice re 's,a,b,' versus 's|a|b|'.
4432 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4434         * lib/autoconf/status.m4: Fix typo.
4436         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
4437         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
4438         `-def', for the benefit of Portland `pgf90 -Mipa'.
4439         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
4441 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4443         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
4444         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
4445         shell from zsh to bash.
4447 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
4449         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
4450           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
4452 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4454         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
4455         parentheses in $(...).  Problem reported by Eric Blake.
4457 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4459         * doc/autoconf.texi (Limitations of Usual Tools):
4460         Mention which characters can be escaped with \ in portable regular
4461         expressions used in grep, sed, expr.  Mention the leading ^ problem
4462         with expr.  Clean up some confusing wording.  Mention which
4463         grep options are portable.
4465 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
4467         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
4469 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
4471         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
4472         patch, noted by Ralf Wildenhues.
4474 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4476         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
4477         posix' unconditionally, for pdksh in `native sh' emulation.
4479 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
4481         * doc/autoconf.texi (Shellology): Document eval $? problem
4482         with ash.
4483         (Limitations of Builtins): Likewise.
4485 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4487         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
4488         CONFIG_SHELL in the environment of the configure rerun.
4489         * doc/autoconf.texi (Here-Documents, config.status Invocation):
4490         Suggest passing CONFIG_SHELL absolute, and in the environment
4491         rather than as option.
4493 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4495         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
4496         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
4497         Fix macro quoting.  Fix output for n * 98 substituted variables.
4499 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4501         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
4502         `tmp' to avoid file removal race.
4504 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4506         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
4507         ac_clean_files and LIBOBJS.
4509 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4511         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
4512         Factor functionality to..
4513         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
4514         `AC_SUBST($1)' in the public version.
4515         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
4516         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
4517         ac_pt_* variables.
4519 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
4521         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
4522         filesystems.
4524 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4526         * NEWS: Move AH_HEADER mention to right place.
4528 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
4530         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
4531         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4533 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
4535         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
4536         conftst2.$ac_objext.
4537         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4539 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
4541         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
4542         conftest.o, to see whether the compiler really obeys; rm the object
4543         file before and after the test and register it with ac_clean_files.
4544         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
4546 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
4548         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
4549         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
4550         code so that the most common case requires less forks.
4552 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
4554         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
4555         not portable; thanks to Paul Eggert and Alexandre.
4557         * NEWS: Fix an old typo.
4559 2005-10-20  Jim Meyering  <jim@meyering.net>
4561         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
4562         the latter'', in two places.
4564 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4566         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
4567         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
4568         the inner workings of AC_LANG_FUNC_LINK_TRY.
4569         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
4570         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
4571         by the function rather than ignoring it.
4572         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
4573         comparing its address.  Intel's interprocedural optimization was
4574         outsmarting the old heuristic.  Problem reported by
4575         Mikulas Patocka.
4577 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
4579         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
4581 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4583         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
4584         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
4586 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
4588         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
4589         before removing it (chmod -R u+rwx); there are three instances of this.
4591 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4592             Stepan Kasal  <kasal@ucw.cz>
4594         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
4595         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
4596         make its content writable before removing it.  Remove an errorneous
4597         comment from the end, where the logs of the failed tests are copied
4598         to the main log file.
4600 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
4602         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
4603           in case the computer is too quick.  Double quote the configure.ac
4604           snippets.
4606         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
4607           problems if the testsuite were running too fast.
4609 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4611         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
4612         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
4613         (which belong to Xt, not X itself).  See Debian bug 327655.
4614         * NEWS: Mention this.
4616 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
4618         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
4620 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4622         * config/move-if-change: Don't output "$2 is unchanged";
4623         suggested by Ben Elliston.  Handle weird characters correctly.
4625 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
4627         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
4628           calls, so that the final expansion of this macro is shorter.
4629           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
4630           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
4631           the cleanup there.  Use AS_VAR_* macros, to be more general.
4632         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
4634         * lib/autoconf/general.m4: Use AS_IF where appropriate.
4636         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
4638 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
4640         * doc/autoconf.texi (Configuration Headers): Add an index entry
4641           for AH_HEADER.
4643 2005-08-26  Pavel Roskin  <proski@gnu.org>
4645         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
4646         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
4647         running xmkmf.
4649 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
4651         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
4652         The previous patch didn't work, so try a better one.
4654 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
4656         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
4657         in the example.  Reported by Bruno Haible.
4658         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
4659         "if $undefined_var;" succeeds with my shell.
4661         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
4662         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
4663         but change the m4_divert_text to m4_divert_once.
4665 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4667         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
4668         Work around bug in Solaris /usr/xpg4/bin/awk.
4669         The bug is present in at least Solaris 8 through 10.
4671 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
4673         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
4674         some evil values and relying on the fact that $* concatenates the
4675         parameters by the first character from IFS.
4677 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
4678             Stepan Kasal  <kasal@ucw.cz>
4680         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
4681         first header appears, define AH_HEADER.
4682         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
4683         Update limitations about when to call AC_CONFIG_HEADERS.
4684         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
4685         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
4686         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
4687         ``Configuration Actions''; fix their index entries.
4689         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
4690         options correctly.  Process N-M as M-N if M is smaller than N.
4691         Process ranges correctly so that N-N will run only N.
4692         Sort and uniquify the tests that will be run.  If there is more
4693         than one test, reinsert the banners for the tests.
4694         * tests/autotest.at (Keywords): Unmark XFAIL.
4696 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
4698         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
4699           before passing the macro name to AH_TEMPLATE.
4701         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
4702           now opens log after option processing; in particular, --version
4703           and --help do not touch config.log.
4705         * Makefile.maint: Revert the change from 2005-08-12.
4707 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
4709         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
4710           common code to...
4711         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
4713 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4715         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
4716         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
4717         Language cleanup.
4719         * doc/autoconf.texi (Defining Symbols, Changed Results):
4720         Prepend to LIBS, not append, in examples.
4722 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
4724         When building in place, set srcdir="."; suggested by Tim Van Holder.
4726         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
4727           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
4728         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
4729         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
4730           does not mean "no --srcdir option".
4732 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4734         * tests/autoscan.at (autoscan): New file.
4735         * tests/suite.at: Use it.
4736         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
4737         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
4739         * tests/autotest.at (Keywords): Test keywords combinations.
4741 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
4743         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
4744           add "2>&1"; gzip 1.2.4 prints help on stderr.
4746 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
4748         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
4749         was pushdef'ed twice while popped only once.  Push it only once.
4750         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
4752 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
4754         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
4755         prefixed by mere "===", not "configure: === ".
4757 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
4759         * Makefile.maint: Update from Bison.
4761         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
4762         "<tab>" in comment, so that the point is understandable.
4764 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
4766         Rewrite substantial part of lib/autoconf/status.m4.
4767         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
4768         and CONFIG_COMMANDS are not processed in four separate loops.
4769         Instead, there is one main loop.  This alows that the common code
4770         is expanded only once, thus config.status (and configure) is smaller.
4772         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
4773         the AC_LIST_FILES and cousins macros are no longer used.
4775         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
4776         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
4777         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
4778         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
4779         contain the initialization, nor the for loop, nor the associated
4780         commands; all these go to ...
4781         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
4782         _AC_OUTPUT_CONFIG_STATUS.
4783         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
4784         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
4785         (_AC_OUTPUT_FILE): The creation of the sed script ...
4786         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
4787         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
4788         _AC_OUTPUT_MAIN_LOOP.
4789         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
4790         _AC_CONFIG_COMMANDS): Use ...
4791         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
4792         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
4793         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
4794         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
4795         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
4796         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
4797         ... new macros.
4798         (_AC_CONFIG_UNIQUE): Update.
4799         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
4800         Replaced by this ...
4801         (_AC_LIST_TAGS): ... new common macro.
4802         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
4803         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
4804         (_AC_LIST_TAG_COMMANDS): ... new common macro.
4805         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
4806         this didn't belong to the `config commands' section.
4807         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
4808         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
4809         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
4810         to the `config commands' section either.
4811         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
4812         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
4814         ... and many changes to the comments nearby.
4816         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
4817         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
4818         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
4819         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
4820         (#define header templates): The comment at the top of the generated
4821         header now includes the name(s) of the source file(s).
4823         Several unrelated small changes:
4825         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
4826         parameter to AC_DIAGNOSE.
4827         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
4828         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
4829         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
4830         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
4831         with AU::AC_OUTPUT.
4832         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
4833         in AC_OUTPUT doesn't double-quote it either.
4834         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
4835         parameters.
4837 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
4839         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
4840         versions of Portland Group compiler produce single- and double-quoted
4841         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
4842         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4844 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
4846         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4847         This is a corrected version of yesterday's patch.
4849 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
4851         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
4852         path, too; insert a "===" to emphasize the line.
4854         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
4855           ac_cv_build_alias to ac_build_alias.
4856         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
4858         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
4859         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
4860         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
4861         (AC_ARG_VAR): ... here.
4862         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
4863           target_alias.
4865         Keep a list of all precious variables and process them with one simple
4866         for loop, instead of expanding all commands, or, OTOH, complicated
4867         processing of output of "set".
4868         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
4869         variable names in new macro...
4870         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
4871         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
4872           a loop to assign all ac_env_* and ac_cv_env_* variables.
4873         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
4874           to INIT_PREPARE.
4875         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
4876           its value to shell variable ac_precious_vars and call
4877           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
4878         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
4879           _AC_ARG_VAR_VALIDATE.
4881         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
4882           and the AC_SUBSTs ...
4883         (AC_INIT): ... here.
4885         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
4886           the ac_subst_files section in config.log.
4888         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
4890 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4892         * NEWS: New macro AC_C_TYPEOF.
4893         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
4894         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
4895         * tests/c.at (C keywords): Test AC_C_TYPEOF.
4897         Fix problems reported by Nicolas Joly.
4898         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
4899         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
4900         They are generated by the Tru64 v5.1B shell.
4902 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
4904         Fix my changes from 2005-07-01; reported by Noah Misch.
4905         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
4906         description, the macro now accepts only a single tag.
4907         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
4909         Fix cases when the varsions of Autoconf and Autotest don't match.
4910         Reported by Noah Misch.
4911         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
4912         at_top_builddir, for compatibility with older autotest.
4913         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
4914         is not set, use at_top_builddir, for compatibility with older
4915         versions of autoconf.
4917 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4919         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
4920         Problem reported by Patrick Welche.
4922 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4924         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
4925         sed substitution command, so that we allow | in program prefixes
4926         and program suffixes.  (& is a problem anyway; we're not fixing
4927         that here.)
4928         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
4929         configure_input, top_builddir, srcdir, etc.
4930         * lib/autotest/general.m4 (AT_INIT): Likewise, for
4931         PATH_SEPARATOR in AUTOTEST_PATH.
4933 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
4935         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
4936         for loop over config.site files using `set', to allow
4937         directory names containing IFS characters.
4939 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4941         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
4942         directories with weird names.  Apparently some people like living
4943         on the edge.  However, improve the test that "pwd" actually does
4944         report a name for the working directory.
4945         * NEWS: Remove the claim that we test for funny chars in dir names.
4947 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
4949         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
4950         replaced ...
4951         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
4952         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
4953         Now accept a single tag, not whitespace separated list.
4954         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
4956 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
4958         * doc/autoconf.texi (Configuration Headers): Change the explanation
4959         about #include <config.h>.
4960         (Generic Functions): Mention the Gnulib project.
4961         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
4963         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
4964         document to output the default config_* lists to config.status.
4965         Don't recognize option --file, if the functionality is not there.
4966         Likewise for --header; moreover, recognize --he and --h as shortcuts
4967         for --help in that case.
4969         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
4970         matches the order of execution.  No code changed.
4972 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4974         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
4975         single-quoted -cmdline argument in Portland Group compiler.
4976         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
4978 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
4980         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
4982 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4984         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
4985         descriptors to child processes; reported by Norman Gray.
4987 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
4989         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
4991         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
4992         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
4993         (AC_SUBST): Call it.
4994         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
4995         the directory specific variables; but don't call it for configure_input.
4997 2005-06-28  Derek Price  <derek@ximbiot.com>
4999         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
5000         addition.
5002 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
5004         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
5005         directory have inherent problems with special characters like spaces,
5006         due to limitations in Make syntax.  Problem reported by Alexandre
5007         Duret-Lutz.
5008         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
5009         Also, fix Tru64 porting problem with shell patterns,
5010         reported by Ralf Wildenhues.
5012 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5014         * doc/autoconf.texi (Subdirectories): Fix markup typos.
5016 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
5018         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
5020         Fix some more shell quoting problems.  Prompted by a bug report
5021         from Justace Clutter.
5022         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
5023         variable into diagnostic.  Make the diagnostic an error, not a warning,
5024         because we really don't support spaces and suchlike in dir names.
5025         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
5026         Don't worry about backslashes in srcdir; it can't happen now.
5027         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
5028         Simplify ac_optarg handling.
5029         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
5031 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
5033         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
5034         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
5035         * tests/atlocal.in: Propagate $EGREP and $SED.
5036         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
5037         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
5039         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
5040         that '\|' is not allowed in BREs; recommend using newline separated
5041         list of patterns instead of multiple -e options.
5043         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
5045         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
5047 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5049         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
5051 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
5053         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
5054         b, t, r, w commands require single space, while : cannot have any.
5055         (Special Shell Variables): Fix sed code this in the example.
5056         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
5057         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
5059         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
5060         expand to the empty list.  Don't use two pairs of m4_changequote,
5061         it's not necessary.
5063 2005-06-20  Derek Price  <derek@ximbiot.com>
5065         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
5067 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
5069         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
5070         * doc/autoconf.texi:
5071         Don't mention Solaris versions so much, if a
5072         problem is common to all extant versions of Solaris.  Say "SunOS
5073         4" instead of "SunOS" for SunOS 4.
5074         (awk): Mention more of the limitations of traditional Awk.
5075         (cat): Don't talk about cat -v.
5077 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
5079         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
5080         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
5081         but the implementation is entirely different and is designed
5082         to be compatible with glibc strverscmp.
5083         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
5085         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
5086         on Mac OS X 10.4 reported by Peter O'Gorman in:
5087         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
5088         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
5089         Use shell builtins rather than 'expr', to work around expr bug.
5091 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
5093         * doc/autoconf.texi: "filesystem" -> "file system".
5094         "behaviour" -> "behavior".
5095         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
5096         * lib/autoconf/general.m4: Omit blank after ":" sed command,
5097         as per POSIX.
5098         * lib/m4sugar/m4sh.m4: Likewise.
5099         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
5100         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
5102         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
5103         (.x.1): Ignore the time stamp in the .TH line when deciding whether
5104         to update the man page.  That way, we don't have to check in new
5105         man pages every month.
5107         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
5108         quotes and backslashes.  Patch from Derek Price.
5110 2005-06-10  Derek Price  <derek@ximbiot.com>
5112         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
5113         AS_TR_SH.
5115 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
5117         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
5118         -u, since it outputs chatter if the input files are the same.
5119         Problem reported by Ralf Menzel.
5121 2005-06-08  Derek Price  <derek@ximbiot.com>
5123         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
5124         renaming them since they are about to be redefined anyhow.
5126 2005-06-08  Derek Price  <derek@ximbiot.com>
5128         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
5129         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
5130         Move m4_undefine to alphabetical order.
5132 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
5134         * README: Recommend GNU M4 1.4.3 or later.
5135         * doc/autoconf.texi (Introduction): Likewise.
5136         Reword to avoid some formatting glitches.
5137         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
5138         Clarify explanation of HP compiler bug.
5139         Redo example output tp match current CVS snapshot.
5140         Use @example.org in email addresses when the examples
5141         might get inadvertently cut-and-pasted into user code.
5142         Remove example of autom4te usage that doesn't seem to work now.
5143         Use modern AC_INIT (except when the example is meant to be
5144         shown with Autoconf 2.13).
5145         Update ksh info for Solaris 9 and later.
5146         KB -> kB.
5147         Modernize description of Automake versions a bit.
5148         Don't claim a future version of Autoconf is near.
5149         * doc/install.texi: Reword to avoid some formatting glitches.
5151 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5153         * doc/autoconf.texi: Add [] to examples, so that the manual
5154         follows its own advice about quoting better.
5155         Reword to avoid some formatting glitches.
5156         * doc/installt.exi: Reword to avoid some formatting glitches.
5158         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
5159         Tru64 ksh pattern matching bug.  Reported against Libtool by
5160         Albert Chin <libtool@mlists.thewrittenword.com> and
5161         Nicolas Joly <njoly@pasteur.fr>.
5163 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
5165         m4_cdr of one-member list was [[]] (one-member list containing an
5166         empty string) instead of [] (an empty list.  Callers were skewed to
5167         match this misbehaviour.  As a consequence of this:
5168          - m4_foreach([x], [], [foo]) expanded to `foo', while
5169          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
5170         This bug has been fixed:
5172         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
5173           expand to an empty string; print error msg if called without
5174           an argument list.
5175         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
5176           misbehaviour; handle [] and [[]] correctly.
5178 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
5180         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
5181         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
5182           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
5184 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
5186         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
5187           swallow records with more than 99 fields.
5188         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
5189           parse the long line.
5191 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
5193         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
5194           swallow literals longer than 399.  Reported by Ralf Wildenhues.
5195         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
5196           to workaround this limitation.
5198 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
5200         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
5201         to gfortran, and make these the first two compiler names
5202         checked (following the general autoconf preference for gcc).
5204 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
5206         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
5207         (DISTCLEANFILES): Remove $(check_SCRIPTS).
5208         (testsuite): Make sure autotest.m4f is up-to-date before using it.
5210 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
5212         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
5213         expression of unbounded size when processing the --list
5214         option.  This runs afoul of a limit of 399 bytes per regular
5215         expression on AIX.  Problem reported by Ralf Wildenhues.
5217 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
5219         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
5220         * doc/autoconf.texi (Particular Headers): Reword example
5221         for multiline stdbool replacement.
5222         (Setting Output Variables): Reword text a bit.  Don't
5223         give all the details about |#_!!_#|.
5224         Reword description of line replacement.
5226 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
5228         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
5229         now contain newlines, and substituted files must be referenced on
5230         a line alone; the sed scripts to substitute them are now very
5231         different.
5232         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
5233         commands can be put in a sed script portably.
5234         * doc/autoconf.texi (Setting Output Variables): Document above
5235         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
5236         use of multiline substitution.
5237         * tests/torture.at: No longer expect substitution of newline to fail.
5239 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
5241         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
5242         From Ralf Menzel (trivial change).
5244 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
5246         * tests/local.at: Don't attempt to check for negated character
5247         classes in shell scripts.  The test was too brittle.
5249 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
5251         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
5252         * doc/autoconf.texi (Limitations of Builtins): Document this
5253           limitation.
5255 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
5257         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
5258           common code; used in many places in the tree.
5259         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
5260         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
5262         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
5264         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
5265           messages when ac_unique_file is not found.
5266         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
5267         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
5268           commands, for consistency with AC_MSG_ERROR and such.
5270         * bin/autoconf.as: Make more use of "shift 2" in option processing.
5272         * bin/Makefile.am: Merge the two rules for creating scripts.
5274 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
5276         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
5277         obsolete; it was never documented.
5278         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
5280 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
5282         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
5283         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
5284         (ac_top_builddir): ... this ...
5285         (ac_top_build_prefix): ... to this; the old name is also kept, for
5286           backward compatibility.
5287         (ac_top_builddir_sub): New variable, without the trailing slash,
5288           always nonempty.
5289         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
5290         * doc/autoconf.texi (Configuration Actions): Rename
5291           ac_top_builddir to ac_top_build_prefix.
5292         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
5293           at_top_builddir to at_top_build_prefix.
5294         * lib/autotest/general.m4 (AT_INIT): Likewise.
5296 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
5298         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
5299           of confdefs.h .
5301 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
5303         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
5304           argument to m4_foreach.  I guess it was necessary in the past,
5305           but I think it's a no-op now.
5307 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
5309         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
5310           ``cat <<_ACEOF'' commands to one.
5311         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
5312         * lib/autoconf/status.m4: On various places, use expr instead of
5313           ``echo|sed.''
5314         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
5315         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
5316         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
5317           a range.
5318         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
5319           the wrong patterns between ``case'' and ``esac.''  The previous
5320           code had false positives.
5322 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
5324         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
5325         as on 2005-05-02.
5326         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
5327         Mention LIBOBJDIR.
5329 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
5331         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
5332         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
5333         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
5334         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
5335         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
5336         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
5337         config/config.guess, config/config.sub, config/elisp-comp,
5338         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
5339         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
5340         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
5341         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
5342         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
5343         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
5344         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
5345         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
5346         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
5347         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
5348         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
5349         lib/autoconf/general.m4, lib/autoconf/headers.m4,
5350         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
5351         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
5352         lib/autoconf/specific.m4, lib/autoconf/status.m4,
5353         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
5354         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
5355         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
5356         lib/autotest/general.m4, lib/emacs/Makefile.am,
5357         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
5358         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
5359         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
5360         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
5361         tests/compile.at, tests/foreign.at, tests/fortran.at,
5362         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
5363         tests/semantics.at, tests/suite.at, tests/tools.at,
5364         tests/torture.at, tests/wrapper.as:
5365         Update FSF postal mail address.
5367 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
5369         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
5370           check.
5371         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
5372           enough arguments, similarly as in m4_bpatsubsts.
5374 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
5376         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
5377           of absolute paths.
5379 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
5381         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
5382           for absolute directory names in one loop.
5383         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
5384           abbreviations of --version and --debug.
5386 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
5388         * doc/autoconf.texi (Autoconf Language): Be more precise about
5389         quoting rules.  Problems noted by Stepan Kasal.
5390         Also, throughout this document, be more careful about white space.
5391         "blank", "white space", and "space" all have different meanings
5392         and we should be careful to say what we mean.
5394 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
5396         Fix C++ related problems reported by Werner Lemberg.
5397         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
5398         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
5399         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
5400         avoid problems with C++ and throw.
5401         * tests/compile.at: .cpp, not .cc.
5403         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
5405 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5407         * doc/autoconf.texi (Generic Functions): Typos.
5409 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
5411         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
5412         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
5413         set by latest automake.
5415 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
5417         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
5418         outputs 0 on GNU/Linux these days.
5420 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
5422         * doc/autoconf.texi (Autoconf Language): Add more description
5423         about quoting heuristics.
5424         (Limitations of Builtins): Describe "set -" problems.
5426 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5428         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
5429         not newline.
5431         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
5432         by AC_DEFINE; it was a mistake.
5433         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
5435 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
5437         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
5439 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
5441         * doc/autoconf.texi (External Software): Quadrigraphs are not
5442           processed correctly in AS_HELP_STRING; avoid this in the examples.
5443         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
5444         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
5445           comment and reduce m4_default([foo], []) to [foo].
5446         (m4_strip): Update the explanation.
5448 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
5450         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
5451         Remove core.conftest.* too; it's generated by Tru64 5.1.
5452         Problem reported by Jennis Pruett.
5453         * lib/autoconf/functions.m4
5454         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
5455         Don't bother to remove core files; AC_RUN_IFELSE should do that
5456         for you.
5458 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
5460         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
5462 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
5464         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
5465         Report from Horst Wente.
5467 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
5469         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
5470           the comment.
5472 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
5474         * doc/autoconf.texi (External Software, Package Options): Add
5475           examples showing how to implement --with-* and --enable-* options.
5477 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5479         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
5480         as well as configure.in.  Problem reported by Gregorio Guidi.
5482 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5484         * doc/autoconf.texi (Particular Functions): Use gnulib's current
5485         pattern for alloca snippet.
5487 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
5489         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
5491 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
5493         * doc/autoconf.texi (Generic Programs): Fix a typo.
5495 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
5497         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
5498         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
5500 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5502         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
5503         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
5504         whole-archive (-zallextract, -zdefaultextract) options in the hope of
5505         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
5506         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
5508 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
5510         * NEWS: The configure command now warns you if you attempt to use
5511         a directory whose name contains a special character like space,
5512         newline, or "\".
5513         * doc/autoconf.texi (Installation Directory Variables): Allow
5514         "," in file names.  Do not use \@; it's not a portable regexp.
5515         * bin/Makefile.am (edit): Likewise.
5516         * lib/Makefile.am (edit): Likewise.
5517         * tests/Makefile.am (edit): Likewise.
5518         * tests/semantics.at: Likewise.
5519         * tests/torture.at: Likewise.
5520         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
5521         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
5522         * doc/autoconf.texi (File System Conventions): Warn about
5523         unportable file names.
5524         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
5525         (AC_INIT): Use it.
5526         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
5527         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
5528         ac_pwd, and quote srcdir.
5529         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
5531         * doc/autoconf.texi: Fix some systematic formatting problems.
5532         ".)"  needs a following @: if not at the end of a sentence, and
5533         similarly for "!)".  "etc." should be preceded by a comma.
5534         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
5536 2005-03-22  Bruno Haible  <bruno@clisp.org>
5538         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
5539         argument is often called 'build-aux'.
5541 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
5543         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
5544           macro AC_TRY_LINK is obsolete.
5545         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
5546           `AC_CONFIG_FILES'.
5548 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
5550         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
5551           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
5552           from a Common Lisp's `cl'.
5553         (AC_PROG_CXX): Behave according to the documentation: don't
5554           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
5555           make the variable CCC precious; use `cl.exe', not `cl'.
5557 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
5558             Alexandre Duret-Lutz  <adl@gnu.org>
5560         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
5561         /dev/null, as "configure" shouldn't read stdin, and this insulates
5562         us from problems (e.g., when testing for "cl").  Also, do this
5563         redirection before invoking "hostname" or "uname", and keep the
5564         original input stream available via...
5565         (AS_ORIGINAL_STDIN_FD): ... this new macro.
5566         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
5567         bother with "</dev/null" since it's now done at the top of
5568         'configure'.
5569         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
5570         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
5571         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
5572         * doc/autoconf.texi (File Descriptor Macros): New section.
5573         (Printing Messages): Mention it.
5574         * tests/base.at (Input/Output): New test.
5576 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
5578         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
5579         newline if neither \c nor -n work, as that would output two
5580         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
5582 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
5584         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
5585         This causes that any required macros inside will get before the if.
5586         * doc/autoconf.texi (autom4te.cache): A typo.
5588 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5590         Undo previous change, except keep the change to
5591         lib/autoconf/programs.m4 that replaced grep with shell
5592         pattern-matching.  This is because net-snmp configure reads stdin.
5593         Reported by Noah Misch.
5595 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
5597         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
5598         from /dev/null, as "configure" shouldn't read stdin, and this
5599         insulates us from problems (e.g., when testing for "cl").
5600         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
5601         before invoking "hostname" or "uname".
5602         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
5603         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
5604         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
5605         "</dev/null" since it's now done at the top of 'configure'.
5606         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
5607         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
5608         Also, replace grep with shell pattern-matching, to save a process.
5610 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
5612         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
5613         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
5614         avoid thinking that Allegro Common Lisp's "cl" command is a C++
5615         compiler.
5617 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
5619         * doc/autoconf.texi (Limitations of Usual Tools): Document that
5620         grep -q isn't portable.  Improve grep -s explanation.
5621         Problem reported by Dan Manthey.
5623 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
5625         * doc/autoconf.texi (Special Shell Variables): Clarify
5626         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
5628 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5630         * doc/autoconf.texi: Use @acronym for DJGPP.
5631         Fix some @code's that should have been @env's, and vice versa.
5632         Sort environment variable names.
5633         Mention that shells no longer inherit IFS.
5634         Don't recommend PATH_SEPARATOR=';' so strongly.
5635         Mention that $RANDOM might expand to the empty string.
5636         "symlink" and "soft link" -> "symbolic link".
5637         Improve mktemp description (reported by Bruno Haible).
5639 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5641         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
5642         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
5643         Likewise.
5644         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
5645         Likewise.
5647 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
5649         * NEWS: Mention AT_COPYRIGHT.
5651         * tests/local.at (AT_CMP): Use diff directly on input files rather
5652         than copying them.
5654         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
5655         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
5657 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
5658         and Paul Eggert  <eggert@cs.ucla.edu>
5660         * tests/autotest.at (Empty test suite): New test.
5661         * tests/torture.at (Substitute and define special characters)
5662         (Substitute a 2000-byte string, Define to a 2000-byte string)
5663         (Substitute a newline, Define a newline): New tests.
5665 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
5667         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
5668         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
5669         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
5670         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
5671         (Standard regular expressions): New test.
5672         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
5673         excess test name quoting.
5674         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
5675         CPPFLAGS to `configure' instead of setting it in `configure'.
5677         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
5678         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
5679         on some platforms.
5681         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
5682         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
5684         * tests/local.at (AT_CMP): New macro.
5685         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
5686         (AC_SAVE_STATE): Move environment grep...
5687         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
5688         (AT_CONFIG_CMP): New macro.
5689         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
5690         * tests/c.at (Extensions): Do not exit early.
5691         * tests/atlocal.in: Inherit $GREP.
5693         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
5694         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
5696         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
5697         (AC_COPYRIGHT): Factor header comment portion out and move into...
5698         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
5699         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
5700         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
5701         --version output.
5702         * tests/local.at: Add Autoconf test suite copyright notice.
5703         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
5705 2005-02-04  Bruno Haible  <bruno@clisp.org>
5706         and Paul Eggert  <eggert@cs.ucla.edu>
5708         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
5710 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
5712         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
5713         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
5715         Try not to generated lines of unlimited length, as POSIX places a
5716         2047-byte limit on line length of portable text files.
5717         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
5718         Use newline as a separator, not space.
5719         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
5720         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
5721         space.
5723 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5725         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
5726         as_func_*.  Add test to check whether positional parameters
5727         are restored after function return.
5729 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
5731         * doc/autoconf.texi (Special Shell Variables): Mention _,
5732         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
5733         if they contain a lower-case letter.  The DUALCASE problem was
5734         reported by Ralf Wildenhues.
5736         * bin/autoconf.as: Don't exit with status 0 after write failure
5737         with --help or --version.
5738         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
5739         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
5741 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5743         * doc/autoconf.texi (Limitations of Usual Tools):
5744         Unicos 9 sed limitations.
5745         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
5746         to get the option-enhanced interface on older Crays.  Try ftn for
5747         Fortran 95 (newer Crays).
5749 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
5751         * man/Makefile.am (.x.1): Go back to the simple solution, but take
5752         care to echo the commands, so the user knows what's going on.
5753         Modified from a suggestion by Stepan Kasal.
5755         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
5756         with a cross reference.  Derived from a suggestion by Bruce Korb.
5758 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
5760         * doc/autoconf.texi (config.status Invocation): Warn about
5761         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
5762         * doc/install.texi (Defining Variables): Likewise.
5763         Based on a proposed patch by Ralf Wildenhues.
5765         * man/Makefile.am (.x.1): Make sure the required generated files
5766         are up to date.  Problem and original solution proposed by Stepan Kasal.
5767         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
5768         implicit-man-prerequisites): New rules, used by the above.
5770         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
5771         * config/config.guess, config/config.sub, config/install-sh: Likewise.
5772         * config/missing, config/texinfo.tex: Likewise.
5774 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
5776         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
5777         Update the long comment explaining it.
5779         m4_require no longer writes an ``is required by'' line to the
5780         execution stack.  It contains only one bit of non-redundant
5781         information: that the macro was required, not called.  And even
5782         this bit is useless in most situations: have you ever met a macro
5783         which both calls and requires the same macro?
5785         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
5786         (_m4_defun_pro_outer): ... only via this macro, for the outermost
5787           macro.
5788         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
5789         (m4_expansion_stack_pop): Remove the misplaced comment.
5790         (m4_require): Don't put the ``is required by'' line to the
5791           execution stack; slightly improve the out-of-a-defun error message.
5792         (_m4_divert_grow): New macro, counter for the temporary diversions.
5793         (_m4_require_call): Use it.
5794         * tests/m4sugar.at (m4_require): Expect output without the
5795           ``is required by'' messages.
5797 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
5799         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
5800         rather than x for expr.
5802         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
5803         this is safe.
5804         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
5805         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
5806         * lib/autotest/general.m4 (AT_INIT): Likewise.
5807         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
5808         * tests/mktests.sh: Likewise.
5810 2005-01-27  Akim Demaille  <akim@epita.fr>
5812         Have autoheader honor --force.
5814         * doc/make-stds.texi, doc/standards.texi: Update from masters.
5815         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
5816         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
5817         from masters, so that FileUtils.pm's update_file provide --force
5818         support.
5819         * bin/autoheader.in: Pass $force to update_file so that
5820         config.h.in is always recreated when --force.
5822 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
5824         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
5826 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
5828         * doc/autoconf.texi (Limitations of Builtins): Clarify that
5829         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
5831 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
5833         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
5834         Warn about newline stripping in `` and $().  Update Solaris
5835         version to 9.
5836         (Limitations of Builtins): Use expr "X...", not expr "x...", as
5837         X insulates us from future changes to Posix.
5838         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
5839         stripping.
5841 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
5843         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
5844           you cannot use AC_DEFINE to define macros containing `[' or `]'.
5846 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
5848         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
5849         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
5850         bug-tar mailing list.
5852 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
5854         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
5856 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5858         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
5859         ulongval to be static, to avoid unwanted GCC warning.  Problem
5860         reported by Michael Jennings via Daniel Reed; see
5861         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
5863 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
5865         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
5866         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
5867         datadir, infodir, and mandir.  Adjust argument parsing code.
5868         (_AC_INIT_HELP): Update help text.
5869         * doc/autoconf.texi (Installation Directory Variables): Document
5870         new variables.
5872 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
5874         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
5875         not seem to work, assume it does set $(MAKE).
5876         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
5878 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5880         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
5882 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
5884         A cleanup of the diversion support in m4sugar.
5886         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
5887         (_m4_divert_n_stack): New macro; the expansion is
5888           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
5889           otherwise.
5890         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
5891         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
5892           stored in _m4_divert_diversion or _m4_divert_dump.
5893         (m4_divert_pop): When the parameter is given, compare the symbolic
5894           name with the last diversion pushed on the stack.  Previously, the
5895           current diversion was compared with the numeric value of the
5896           diversion given as the parameter.
5897         (m4_require): If the macro hasn't been expanded yet, call ...
5898         (_m4_require_call): this new macro.
5900 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5902         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
5903         Workarounds for documented `case' limitations.
5905 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
5907         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
5908         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
5910 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
5912         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
5913         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
5914         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
5916         Patch from Roger Leigh (with some minor changes) as follows:
5917         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
5918         Resurrect AC_PROG_CC_STDC.
5919         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
5920         AC_PROG_CC_C89, AC_PROG_CC_C99.
5921         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
5922         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
5923         AC_PROG_CC_C99): New macros.
5924         (AC_PROG_CC_STDC): Use them.
5925         (_AC_PROG_CC_STDC): Remove.
5926         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
5927         * THANKS: Add Roger Leigh.
5929 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5931         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
5932         signals that the package uses Automake; a `Makefile.am' is typical but
5933         not essential.  Reported by Magnus Therning.
5934         * tests/torture.at (autoreconf.): New banner.
5935         (autoreconf and non-AC configure): Rename to `Non-Autoconf
5936         AC_CONFIG_SUBDIRS'.
5937         (autoreconf an empty directory): Rename to `Empty directory'.
5938         (Unusual Automake input files): New test.
5940 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
5942         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
5943         (AT_SETUP): Clear AT_capture_files.
5944         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
5945         (AT_KEYWORDS): Fix comment typo.
5946         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
5947         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
5948         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
5950 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
5952         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
5953         If the variable to set is already set, set ac_cv_path_$1
5954         to the preset value so caller can assume ac_cv_path_$1
5955         is available.  (trivial change)
5957 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
5959         * BUGS (Minor Problems): Warn about makefile limitations.
5960         * Makefile.am: Find and update `INSTALL' in $(srcdir).
5961         * man/Makefile.am: Find and update manual pages in $(srcdir).
5963 2004-12-24  Eric Blake  <ebb9@byu.net>
5965         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
5966         shells in subshell, to avoid noise from ash.  (trivial change)
5968 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5970         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
5971         problems with SunOS ksh and backslash escaping, Bourne shells and
5972         closing brackets (both within character classes).  Bug reported
5973         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
5974         <read>: New entry.  Mention non-availability of -r.
5976 2004-12-21  Akim Demaille  <akim@epita.fr>
5978         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
5979         avoid cluttering displayed messages.  Rather, prepend srcdir where
5980         AT_LINE is used for log files.
5982 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
5984         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
5985         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
5986           no longer part of the macro, quote the occurrence of ``$tmp''.
5987         * doc/autoconf.texi (Forbidden Patterns): Typo.
5989 2004-12-21  Akim Demaille  <akim@epita.fr>
5991         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
5992         separated from the test title by forcing a white space.
5994 2004-12-21  Akim Demaille  <akim@epita.fr>
5996         Enable Emacs navigation within testsuite.log files.
5998         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
5999         use the compilation mode.
6000         (AT_LINE): Point to the srcdir.
6002 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
6004         * tests/Makefile.am (installcheck-local): Use $(bindir).
6005         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
6006         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
6007         Makefile.am scheme Autoconf now uses.
6009 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
6011         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
6012         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
6014 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
6016         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
6017         (_AT_CHECK): Use it.
6018         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
6019         (AS_ESCAPE): Fix comment.
6020         * tests/autotest.at: Adjust section banner comments.
6021         (AT_CHECK_AT): Accept STATUS and STDERR.
6022         (AT_CHECK_AT_TEST): Likewise.
6023         (Invalid brace-enclosed parameter expansion)
6024         (Multiline command from M4 expansion)
6025         (Double-M4-quoted command): New tests.
6027 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
6029         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
6031 2004-12-17  Akim Demaille  <akim@epita.fr>
6033         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
6034         m4_pattern_allow.
6035         Suggested by Alexandre Duret-Lutz.
6036         * doc/autoconf.texi (Setting Output Variables): Catch up.
6038 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
6040         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
6042 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
6044         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
6045           remove the comment which said we cannot.
6047 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
6049         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
6050         Reini Urban and Paul Eggert for reporting the dependencies.
6052         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
6053         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
6054         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
6056 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
6058         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
6059           so that eg. ``autoscan --help'' doesn't truncate it.
6061 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
6063         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
6064         generated conftest files.
6066 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
6068         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
6069         tracing on commands with possibly-escaped newlines.
6070         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
6071         discontinued behavior and its implications.
6072         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
6073         (BSx641-newline in command, BS-BS-newline in command)
6074         (BSx640-newline in command, Newline-CODE-BS-newline in command)
6075         (Single-quote-BS-newline in command)
6076         (Single-quote-newline-BS-newline in command): New tests.
6078 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
6080         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
6081           on platforms where it works.
6082         (_AS_TEST_PREPARE): Test for ``test -x''.
6083         (_AS_BROKEN_TEST_PREPARE): Nuke.
6085 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
6087         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
6088         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
6089           give only 4-letter prefix to AS_TMPDIR, comment fixed.
6090         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
6091           create the temporary directory.
6092         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
6094 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
6096         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
6097         (trivial change)
6099 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
6101         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
6103 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
6105         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
6106         to avoid using a negated character class.  Reported by Nicolas Joly.
6107         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
6109 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
6111         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
6112         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
6113         Don't depend on .x file explicitly, since "make" does that for us.
6114         Suggested by Stepan Kasal.
6116         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
6117         Add *.tmp.
6118         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
6119         ifnames): Factor common code.  And they said it couldn't be done!
6121 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
6123         * bin/.cvsignore: Add autoconf.in.
6124         * tests/.cvsignore: Add wrapper.in.
6125         * lib/autotest/general.m4: Escape '$' in case pattern.
6127 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
6129         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
6131         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
6133         * tests/autotest.at: New file.
6134         * tests/suite.at: Include it.
6135         * tests/Makefile.am: Distribute it.
6137         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
6138           shell tracing on a command that could contain multiple lines.
6139         * doc/autoconf.text: Document that fact and its implications.
6140         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
6141         * tests/autotest.at (Multiline backquote command substitution,
6142           Multiline parameter expansion, Literal multiline command,
6143           Multiline parenthetical command substitution): Remove XFAIL.
6145 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
6147         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
6148         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
6150 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
6152         * configure.ac (test suite): Cease to generate wrapper scripts.
6153         * configure: Regenerate.
6154         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
6155         (m4f_dependencies): Adjust accordingly.
6156         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
6157         (wrapper.in): Generate it in the build directory.
6158         (MAINTAINERCLEANFILES): Delete wrapper.in.
6159         (CLEANFILES): Add wrapper.in.
6160         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
6161         the output.  Replace each $as_me with a @wrap_program@.
6162         * tests/wrapper.in: Delete it; we always build it.
6164         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
6165         (EXTRA_DIST): Remove autoconf.in.
6166         (CLEANFILES): Add autoconf.in.
6167         (autoconf): Find autoconf.in in the build directory.
6168         * bin/autoconf.in: Delete it; we always build it.
6170 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
6172         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
6173         PATH members so as to not prepend an empty element.  Move a comment.
6174         * Makefile.am (SUBDIRS): Build in `tests' last.
6175         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
6177 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
6179         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
6180         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
6181         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
6182         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
6184 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
6186         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
6187         patch: extra "-l"s.
6189 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
6191         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
6192         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
6193         * doc/autoconf.texi (Particular Functions): Mention new behavior.
6195 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
6197         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
6198           out the common code to ...
6199         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
6200           value of the #define--default to 1, iff the macro was called
6201           with exactly one parameter.
6203 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
6205         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
6206         "char c = '\200';" rather than "char c = 0x80;" as the
6207         latter doesn't conform to the strict C standard due to
6208         overflow on signed char hosts.
6210         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
6211         to -qlanglvl=ansi.  We don't want to disable extensions.
6213 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
6215         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
6216         (Using Autotest, testsuite Scripts, Writing testsuite.at):
6217         Reword slightly to avoid some English-language problems noted
6218         by Ralf Wildenhues in:
6219         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
6221 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
6223         * NEWS: Add ^L above each release.
6225 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
6227         Fix documentation problems reported by Russ Boylan in
6228         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
6229         along with some nearby cruft.
6230         * doc/autoconf.texi (Libtool): Libtool can be used without
6231         Automake (not without Autoconf).
6232         (Introduction): Mention lists.gnu.org.
6233         * BUGS: Don't mention bugs.gnu.org.
6234         Remove mention of ancient libtool compatibility problem.
6235         * NEWS: Mention that bugs.gnu.org is kaput.
6236         * README: Likewise.  Mention where mailing list archives can be found.
6238 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
6240         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
6242 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
6244         * doc/autoconf.texi (Pretty Help Strings): Go back to
6245         single-quoting assignments to cache variables.
6247 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
6249         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
6250         with the examples; fix the bug in MY_ARG_WITH example reported
6251         by Alexandre Duret-Lutz.
6252         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
6253         expansion of $1 in the comment emitted to configure.
6255 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
6257         * doc/autoconf.texi (Pretty Help Strings): Fix typo
6258         in my editing of the previous patch.  Problem reported
6259         by Alexandre Duret-Lutz.
6261 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
6263         * doc/autoconf.texi (Autoconf Language): Explain that
6264         ``descriptions'' may not be double quotes.
6265         (Quotation Rule Of Thumb): Likewise.
6266         (Pretty Help Strings): Likewise; remove the wrong comment;
6267         simplify the examples and improve their quoting.
6269 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
6271         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
6272         the $1_found variable, don't test whether the file is executable;
6273         Both things are checked ...
6274         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
6275         the former ``test -f''.
6276         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
6278 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
6280         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
6281         use cp -R instead.
6283 2004-11-10  Derek R. Price  <derek@ximbiot.com>
6285         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
6286         limitations.  Reorder paragraphs for clarity.
6288 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6290         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
6291         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
6292         variants", "Unix", and some related minor wording fixups.
6294         (Shellology, Special Shell Variables): Document that the Zsh
6295         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
6296         to Alexandre Duret-Lutz for this info.
6298 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
6300         * doc/autoconf.texi (One-Shot Macros): New node.
6302 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
6304         * doc/autoconf.texi (Function Portability): Fix misdescription
6305         of putenv.  Problem reported by Michael Wardle.
6307 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
6309         * doc/autoconf.texi (auindex): New macro.
6310         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
6311         Problem reported by Stepan Kasal.
6313 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
6315         Fix problems reported by Andreas Buening in:
6316         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
6317         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
6318         in test makefile.
6319         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
6320         readable; it's not true in OS/2-emx.
6322 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
6324         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
6325         "/usr/include", clear ac_x_includes instead of leaving it as "no"
6326         (trivial change).  Problem and patch reported by Andrew Church in:
6327         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
6329 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
6331         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
6332         three args in examples.  Problem reported by Frederik Fouvry in:
6333         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
6334         Also, fix some minor spacing and punctuation bugs.
6336 2004-09-02  Akim Demaille  <akim@epita.fr>
6338         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
6339         "case" to restore ordering.
6340         Reported by Stepan Kasal.
6342 2004-08-26  Akim Demaille  <akim@epita.fr>
6344         * doc/autoconf.texi: Minor typos and stylos.
6346 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6348         * configure.ac (AC_INIT): Bump to 2.59c.
6350 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6352         Version 2.59b.
6354         * README: Add advice about m4 1.4.2.
6356         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
6357         texinfo.tex for now (done by hand now).
6358         * Makefile.maint (wget_files, cvs_files):
6359         Remove ansi2knr.c; nobody uses it.
6360         (ansi2knr.c-url_prefix): Remove.
6361         (cvs-update): Fix test for failure.  I don't know why it ever
6362         worked...
6364         * doc/autoconf.texi: Update URLs, some of which went stale.
6365         Use @uref rather than @href.
6367         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
6368         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
6370         * config/config.guess, config/config.sub, config/elisp-comp,
6371         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
6372         doc/fdl.texi, doc/standards.texi: Sync with master copy.
6374         * NEWS, TODO, configure.ac, bin/autoscan.in,
6375         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
6376         doc/install.texi, lib/Autom4te/Configure_ac.pm,
6377         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
6378         lib/autoconf/programs.m4, lib/autoconf/status.m4,
6379         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
6380         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
6381         tests/tools.at, tests/torture.at:
6382         Use "file name" rather than "filename" or "path",
6383         to be consistent with the terminology of the GNU coding standards.
6385 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6387         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
6388         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
6389         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
6390         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
6392         More fixes to support spaces in the name of the build directory.
6393         This isn't a complete fix but it's an improvement.
6395         * bin/autoconf.as (autom4te_options): New var.
6396         Use it instead of appending to AUTOM4TE, so that we can allow
6397         spaces in the build directory's absolute name.
6398         * bin/autoheader.in ($autoconf): Allow spaces in file names.
6399         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
6400         AT_CHECK_NOESCAPE): Likewise.
6401         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
6402         main program): Likewise.
6404 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6406         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
6407         From Ralf Corsepius in:
6408         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
6410 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
6412         * doc/autoconf.texi (Function Portability): Document isinf and
6413         and isnan.  From a suggestion by Kevin Ryde.
6415         * lib/Autom4te/General.pm (END): Return correct exit status even
6416         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
6418 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6420         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
6421         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
6422         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
6424 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
6426         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
6427         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
6428         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
6429         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
6430         * lib/autom4te.in (Automake-preselections): Preselect
6431         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
6433 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
6435         * lib/autom4te.in (Automake-preselections): Preselect
6436         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
6437         trace them.
6439 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
6441         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
6442         Tru64.
6443         * doc/autoconf.texi (Shellology): Mention BIN_SH.
6444         Document problem with "`""`" in pdksh POSIX mode.
6446 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
6448         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
6449         with pdksh, too.  Problem reported by Patrick Welche via
6450         Gary V. Vaughan.
6451         * doc/autoconf.texi (Shellology): Note that set -o posix is
6452         useful for pkdsh, too.
6454 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
6456         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
6457         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
6458         Don't fail if ENV or BASH_ENV is readonly.
6459         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
6460         etc. are read only.  Problem reported by Ludovic Courtes.
6462 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
6464         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
6465         zsh, disable GLOB_SUBST to avoid backslash handling problems.
6466         (trivial change)
6468 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
6470         * doc/autoconf.texi (File System Conventions): Warn about
6471         names like "aux".  Problem reported by Eric Blake.
6473         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
6474         by zero instead of array size, so that we can use any arithmetic
6475         constant expression (instead of requiring an integer constant
6476         expression).  This allows us to test expressions like DBL_MAX <
6477         LDBL_MAX, which didn't conform to the C standard using the old
6478         method.
6479         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
6480         now that we can do floating-point tests at compile time.
6482 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
6484         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
6485         and LDBL_EPSILON, as the resulting expression isn't an
6486         integer constant expression and violates the C standard.
6487         Problem reported by Nelson H. F. Beebe.  Also, check
6488         for "L" suffix, and check that long double doesn't have
6489         worse range or precision than double, that mixed-mode
6490         arithmetic doesn't generate a diagnostic, that double
6491         constants fit in long double.
6493 2004-06-03  Kevin Ryde  <user42@zip.com.au>
6495         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
6496         malloc(0) and realloc(NULL,size).
6498         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
6499         Bob Proulx.
6501 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
6503         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
6504         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
6505         by Jim Meyering.
6507 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
6509         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
6510         can be rewritten using if-then-else.  Suggested by Bruno Haible.
6512 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
6514         * doc/autoconf.texi (testsuite Scripts): Fix typo.
6515         Problem reported by Stepan Kasal.
6517 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
6519         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
6520         change).  Patch reported by Ralf Wildenhues in
6521         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
6523         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
6524         function F exists if the compiler and linker let you compile an
6525         expression like (F != 0).  Recent versions of GCC optimize away
6526         the reference to F in that case, since every function address must
6527         be nonzero, so the link succeeds even if F does not exist.
6528         Problem reported by Manu in
6529         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
6531         * doc/autoconf.texi (Systemology): Standardize on the spelling of
6532         "Unix".  Many uses changed.
6533         (Limitations of Builtins): Explain better why the ! command isn't
6534         portable.
6536 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
6538         * lib/autom4te.in (Automake-preselections): Preselect
6539         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
6541 2004-05-19  Kevin Ryde  <user42@zip.com.au>
6543         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
6544         referencing AC_FUNC_STRERROR_R.
6546         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
6547         note pessimistic assumption when cross compiling.
6549 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
6551         * doc/autoconf.texi (Limitations of Make): Note that BSD make
6552         (until 2004) invoked subcommands with sh -e, contra POSIX.
6553         Reported by Kevin Ryde.
6555 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
6557         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
6558         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
6559         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
6560         `test -f "        /usr/bin/grep"', which _always_ failed.
6561         (AC_PROG_SED): Ditto bogus PATH fix.
6562         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
6563         requires that grep correctly supports _multiple_ `-e' options, rather
6564         than stating only that grep should accept `-e'.
6566 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
6568         Port to C99, which requires that 'exit' be declared.
6570         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
6571         to ensure that stdlib.h is included.
6572         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
6573         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
6574         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
6575         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
6576         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
6577         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
6578         when using 'exit' in a test; C99 requires that 'exit' be declared.
6580 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6582         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
6583         now prefers 'grep' implementations that accept -e.
6584         (Limitations of Usual Tools): Describe problems of traditional
6585         egrep and fgrep with long input lines, and of traditional grep
6586         with -e.
6587         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
6588         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
6589         All callers changed.  Append /usr/xpg4/bin to the PATH, for
6590         Solaris.
6591         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
6592         the user with complaints about multiple -e options.
6593         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
6594         Define it with AC_PROG_GREP.
6595         * configure.ac (AC_PROG_GREP): Add.
6596         * lib/freeze.mk (GREP): New macro.
6598 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
6600         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
6601         a possible candidate only after all others fail, rather than
6602         consulting it first.  This improves backward compatibility by
6603         better reflecting the way shell selection occurred in previous
6604         versions of Autoconf, and should help to avoid triggering latent
6605         problems in other packages, such as the one in Automake where zsh
6606         is not handled robustly:
6607         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
6608         Although it is not Autoconf's responsibility to work around
6609         problems in Automake, it nevertheless makes sense to avoid
6610         introducing unnecessary incompatibilites.
6612 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
6613             Gary V. Vaughan  <gary@gnu.org>
6615         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
6616         how deeply nested we are when a suitable tool is found, set the
6617         ac_path_TOOL_found flag.
6618         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
6619         nested we are in this macro.  Break out of all 3 nested loops if
6620         ac_path_TOOL_found is set.
6622 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
6624         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
6625         of the _AS_PATH_WALK loop too if GNU flavor is found.
6627 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
6629         * doc/autoconf.texi (Limitations of Make): Update documentation
6630         for `$<'.  New entry `Long lines', based on a report from Simon
6631         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
6632         paragraph about DJGPP, based on a mail from Richard Dawe.
6634 2004-04-20  Paul Eggert  <eggert@twinsun.com>
6636         * tests/c.at (C keywords): Don't assume that GCC supports
6637         "restrict" and "inline", as sufficiently-old GCC versions do not
6638         (also, GCC configured to be in pedantic C89 mode does not).
6639         Problem reported by Sumit Pandya in:
6640         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
6642         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
6643         consider -g to work if it generates warnings when plain compiles
6644         don't.  Problem reported by Braden McDaniel in:
6645         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
6647         * doc/autoconf.texi (Slashes): New section, to document a problem
6648         reported by Jim Meyering in:
6649         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
6651         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
6652         linker output files before linking, to work around IRIX 6 linker bug.
6653         Problem reported by Rainer Orth in:
6654         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
6656 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
6658         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
6659         best tool so far counter rely on the tool path variable name to
6660         avoid checks for one tool being affected by the results of running
6661         the length check on a previous tool.
6663         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
6664         match expression argument, as different greps have different
6665         regular expression flavours.
6666         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
6667         literals.
6668         (AC_PROG_EGREP): Pass 'EGREP$'.
6669         (AC_PROG_GREP): Pass 'GREP$'.
6671 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
6673         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
6674         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
6676 2004-03-29  Paul Eggert  <eggert@twinsun.com>
6678         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
6679         Types, Specific Compiler Characteristics, System Services,
6680         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
6681         etc. consistently instead of 'long', 'short', 'unsigned' etc.
6682         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
6683         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
6684         Likewise.
6685         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
6686         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
6687         AC_TYPE_OFF_T): Likewise.
6688         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
6689         Likewise.
6691         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
6692         pacify libtool 1.5.2.  Fix quoting problems in sed command.
6694 2004-03-28  Paul Eggert  <eggert@twinsun.com>
6696         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
6697         now defines HAVE_DECL_TZNAME if it is declared, when
6698         HAVE_STRUCT_TM_TM_ZONE is not defined.
6699         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
6700         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
6701         for HAVE_TZNAME.
6703 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
6705         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
6706         superfluous backslashing of quotes (") in sed expressions;
6707         thanks to Paul Eggert.
6709 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
6711         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
6712         Fortran compiler is ifort, also added pghpf; thanks to Nelson
6713         H. F. Beebe for the bug report.
6715 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
6717         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
6718         quoted -cmdline argument in Portland Group compiler (bug
6719         reported by Jeffrey J. Barteet).
6721 2004-03-25  Kevin Ryde  <user42@zip.com.au>
6723         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
6724         (Run Time): ... here, where it's now mentioned.
6726 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
6728         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
6729         inherits from language Autoconf-without-aclocal-m4.
6730         (Customizing autom4te): Adjust example; the cache must now be
6731         disabled for language Autoconf-without-aclocal-m4.
6733 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
6734             Nathanael Nerode  <neroden@twcny.rr.com>
6736         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
6737         AC_CHECK_TOOLS): Warn if a cross-tool is found without
6738         a prefix.
6739         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6740         AC_CHECK_TARGET_TOOLS): New macros.
6741         * doc/autoconf.texi (Generic Programs): Document
6742         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
6743         AC_CHECK_TARGET_TOOLS, and warn for future changes
6744         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
6745         AC_CHECK_TOOLS.
6746         (Specifying Names): Document the reason for these future
6747         behavioral changes.
6748         * tests/mktests.sh: Do not generate tests for the
6749         new macros.
6750         * NEWS: Document these changes.
6752         * doc/autoconf.texi: Avoid macros with unbraced arguments,
6753         they make TeX hang up.
6755 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
6757         * NEWS: New macro AC_CHECK_ALIGNOF.
6758         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
6759         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
6760         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
6761         vowel.
6762         (AC_CHECK_ALIGNOF): New macro.
6763         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
6764         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
6765         those for sizeof.
6767 2004-03-03  Paul Eggert  <eggert@twinsun.com>
6769         * bin/Makefile.am (edit): Don't use $< in a context where
6770         POSIX doesn't require support for it.  Use $@.in instead.
6771         Problem reported by Anthony N. Frasso in
6772         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
6773         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
6775 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
6777         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
6778         from the next generation of Libtool.
6779         * lib/autom4te.in (Autoreconf-preselections): Ditto.
6781 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
6783         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
6784         is not always thread-safe.  Report from Nathanael Nerode.
6786 2004-02-18  Paul Eggert  <eggert@twinsun.com>
6788         Fix a dependencies problem, stemming from a Autoconf 2.59 build
6789         problem on QNX reported by Stephen Rasku in
6790         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
6792         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
6793         $(m4sh_m4f_dependencies); this removes a FIXME.
6794         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
6795         (MAINTAINERCLEANFILES): Split into pieces,
6796         one per related section.  Add $(srcdir)/wrapper.in.
6798 2004-02-09  Paul Eggert  <eggert@twinsun.com>
6800         * doc/autoconf.texi (Setting Output Variables): Emphasize that
6801         AC_SUBST provides no portable way to escape literal newlines.
6803         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
6804         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
6805         Darwin uses -lcrt2.o and there's little point to cataloging all
6806         the system variants.  Partial fix reported by Andreas Waechter in:
6807         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
6808         for bug reported by Nelson H. F. Beebe in:
6809         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
6811 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
6813         * doc/autoconf.texi (AU_DEFUN): Fix English,
6814         suggested by Paul Eggert.
6815         * lib/autoconf/autoupdate.m4: Correct reference to
6816         acobsolete.m4, suggested by Alexandre Duret-Lutz.
6818 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
6820         * bin/autoupdate.in: Define __file__ so that warnings
6821         refer to the correct file.
6822         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
6823         the behavior of the third argument.
6824         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
6825         correctly the behavior of the third argument.  Document
6826         what the three macros that AU_DEFUN defines do.  Fix
6827         warning message when the third argument includes $0
6828         (reported by Alexandre Duret-Lutz).
6830 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6831             Eric Sunshine  <sunshine@sunshineco.com>
6832             Paul Eggert  <eggert@twinsun.com>
6834         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
6835         (AS_INIT): Output shell initialization there. Removed optional
6836         parameter. Expand _AS_SHELL_FN_SPY.
6837         (AS_INIT_WITH_SHELL_FN): Removed.
6838         (_AS_SHELL_FN_SPY): New macro.
6839         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
6840         macros.
6841         (AS_SHELL_SANITIZE): Remove loop to find better shell
6842         and documentation for the parameter.
6843         (_AS_DETECT_BETTER_SHELL): Move it here.
6844         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
6845         (_AS_RUN): Move it here, support testing with eval.
6846         (AS_REQUIRE_SHELL_FN): Require shell functions when
6847         it is used.
6848         (_AS_LINENO_WORKS): Put around braces, we do not
6849         trigger the bash bug anymore.
6850         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
6851         use AS_INIT_WITH_SHELL_FN.
6852         * bin/autoconf.in, tests/wrapper.in: Regenerated.
6854 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
6856         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
6857         * doc/autoconf.texi: Don't say that the third parameter
6858         is broken.
6859         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
6860         (AU_DEFUN): Honor the third parameter, create autoupdate
6861         macros with AU_DEFINE.
6862         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
6863         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
6864         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
6865         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
6866         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
6867         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
6868         AC_XENIX_DIR): Likewise.
6869         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
6870         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
6871         * lib/autoconf/status.m4: Remove FIXME.
6872         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
6873         that the macro is not present anymore in the updated
6874         configure.ac.
6875         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
6876         of autoupdate.
6878 2004-01-28  Paul Eggert  <eggert@twinsun.com>
6880         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
6881         copyright years.
6882         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
6883         2003 (except 1997) to the list of copyright years.  This undoes
6884         the 2003-05-22 change, which removed the older years from the list.
6885         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
6887 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
6888             Albert Chin-A-Young  <china@thewrittenword.com>
6890         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
6891         grep or ggrep program in PATH that accepts as long lines as
6892         possible.
6893         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
6894         AC_PROG_GREP.
6895         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
6896         egrep and fgrep respectively if $GREP -E/-F don't work.
6897         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
6898         _AC_PROG_GREP, and AC_PROG_SED.
6899         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
6900         longest input length accepted by a command.
6901         (AC_PROG_SED): Use it.
6902         * doc/autoconf.texi (Particular Programs): Document the changes.
6903         * NEWS: Updated.
6905 2004-01-27  Paul Eggert  <eggert@twinsun.com>
6907         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
6908         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6909         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
6910         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
6912         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
6913         bin/autoconf.in, config/Makefile.in, config/config.guess,
6914         config/config.sub, config/install-sh, config/mdate-sh,
6915         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
6916         lib/Makefile.in, lib/Autom4te/Makefile.in,
6917         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
6918         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
6919         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
6920         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
6921         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
6922         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
6923         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
6924         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
6925         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
6926         tests/actypes.at: Regenerate and/or sync with original
6927         sources.
6929 2004-01-26  Paul Eggert  <eggert@twinsun.com>
6931         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
6932         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
6933         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
6934         not <inttypes.h>.  Problem reported by Tim Mooney in
6935         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
6936         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
6937         Likewise.
6939         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
6940         otherwise "make check" fails because it forbids cmp (I guess
6941         because cmp treats files as binary on DOS-like systems).
6943         * tests/mktests.sh: Update copyright date to 2004, since some tests
6944         have changed in 2004.
6946 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
6948         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
6949         non-truncating sed or gsed program in PATH.
6950         * tests/acprograms.at: Add it.
6951         * doc/autoconf.texi (Particular Programs): Document it.
6952         * NEWS: Updated.
6954 2004-01-15  Paul Eggert  <eggert@twinsun.com>
6956         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
6957         -std1 disables some useful extensions on Tru64.  Problem reported
6958         by N. Lichtmaier in
6959         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
6961 2004-01-14  Paul Eggert  <eggert@twinsun.com>
6963         * doc/autoconf.texi (Programming in M4sh): Document that
6964         AS_MKDIR_P succeeds if the destination is a symbolic link
6965         to an existing directory.
6966         (Limitations of Usual Tools): Note that mkdir -p might not
6967         succeed on symlinks to directories.
6969 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
6971         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
6972         * bin/autoheader.in: Grammar fix in message.
6973         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
6974         Test for dir before calling mkdir -p.  (trivial changes)
6976 2004-01-13  Eric Blake  <ebb9@byu.net>
6978         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
6979         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
6981 2004-01-10  Jim Meyering  <jim@meyering.net>
6983         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
6985 2004-01-09  Paul Eggert  <eggert@twinsun.com>
6987         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
6988         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
6989         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
6990         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
6991         AC_COMPILE_IFELSE, since we now assume our caller invokes
6992         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
6993         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
6994         of AC_RUN_IFELSE; this avoids the warning mentioned above.
6995         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
6997 2004-01-07  Paul Eggert  <eggert@twinsun.com>
6999         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
7000         `"'...'"`, as it's confusing (and I suspect it may not work on
7001         some platforms).  The code was incorrect anyway, as it assumed
7002         that \$ evaluated to itself in that context.  Reported by
7003         Alexandre Duret-Lutz.
7005 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
7007         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
7008         and _LT_AC_TAGCONFIG.
7010 2004-01-06  Paul Eggert  <eggert@twinsun.com>
7012         * doc/autoconf.texi (One Macro Call): Fix an incorrect
7013         example, and add more examples.  Reported by Eric Sunshine.
7015 2004-01-05  Paul Eggert  <eggert@twinsun.com>
7017         * doc/autoconf.texi (Limitations of Usual Tools):
7018         Remove warning against "rm -fr" introduced yesterday; it
7019         was a false alarm.
7021         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
7022         autoscan, autoupdate, ifnames): Don't use chmod -w.
7023         * lib/Makefile.am (autom4te.cfg): Likewise.
7024         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
7025         "chmod -w".
7027 2004-01-04  Paul Eggert  <eggert@twinsun.com>
7028             Paolo Bonzini  <bonzini@gnu.org>
7030         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
7031         by doing lineno substitution only on lines containing "$LINENO".
7033 2004-01-04  Paul Eggert  <eggert@twinsun.com>
7035         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
7036         Use "rm -f" to remove conftest.sed, not plain "rm".
7037         Bug reported by David Relson in
7038         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
7040         * Makefile.am (autom4te-update):
7041         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
7042         * Makefile.maint (my-distcheck, do-po-update): Likewise.
7043         * doc/autoconf.texi (Guidelines): Likewise.
7044         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
7045         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
7046         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
7047         * lib/autotest/general.m4 (AT_INIT): Likewise.
7048         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
7049         * tests/Makefile.am (clean-local): Likewise.
7050         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
7051         srcdir): Likewise.
7052         * doc/autoconf.texi (Limitations of Usual Tools):
7053         Warn against "rm -fr".
7055 2004-01-03  Paul Eggert  <eggert@twinsun.com>
7057         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
7058         -c -o might not work.  From a suggestion by Kevin Ryde.
7059         (C Compiler, Generating Sources, Limitations
7060         of Usual Tools, Limitations of Make, Making testsuite Scripts):
7061         Don't put '-o' after non-options, as POSIX doesn't allow this.
7062         Mention that cc's name might be gcc or c89 or whatever.
7064 2004-01-04  Kevin Ryde  <user42@zip.com.au>
7066         * doc/autoconf.texi: Add various further index entries.
7068 2003-12-29  Paul Eggert  <eggert@twinsun.com>
7070         * bin/autoreconf.in (autoreconf_current_directory):
7071         Fix typo: mkdir without umask arg.
7073 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
7075         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
7076         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
7077         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
7078         explanation clearer.
7080 2003-12-24  Andreas Schwab  <schwab@suse.de>
7082         * doc/autoconf.texi (Default Includes): Fix misspelling of
7083         AC_INCLUDES_DEFAULT.
7085 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
7087         * configure.ac: Test if sh -n works.
7088         * configure: Regenerate.
7089         * tests/atlocal.in: Store the result here.
7090         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
7091         tools.at, looking in atlocal's ac_cv_sh_n_works instead
7092         of explicitly testing.
7093         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
7094         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
7095         * tests/tools.at (Syntax of the shell scripts): Simplify
7096         using AT_CHECK_SHELL_SYNTAX.
7097         (Syntax of the Perl scripts): Remove definition of
7098         AT_CHECK_PERL_SYNTAX.
7100 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
7102         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
7103         stderr to /dev/null.
7104         * bin/autoconf.in: Regenerate.
7105         * bin/wrapper.in: Regenerate.
7107 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
7109         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
7110         Extracted from AS_SHELL_SANITIZE.
7111         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
7112         macros.
7113         (AS_SHELL_SANITIZE): Move reinvocation code from
7114         _AS_LINENO_WORKS, use it to find out if shell
7115         functions work.
7116         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
7117         does not work.
7118         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
7119         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
7120         was called.
7121         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
7122         * bin/autoconf.in: Regenerate.
7123         * tests/wrapper.in: Regenerate.
7124         * tests/tools.at: Test the syntax of tests/autoconf
7125         and tests/testsuite.
7127 2003-11-24  Akim Demaille  <akim@epita.fr>
7129         * config/announce-gen (&print_locations, &print_signatures)
7130         (&sizes): New.
7131         Use them.
7132         No longer rely on Gnus to inline the list of signatures: compute
7133         them on the fly.
7135 2003-11-24  Akim Demaille  <akim@epita.fr>
7137         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
7138         override some files.
7139         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
7140         From Debian Autoconf 2.58.
7142 2003-11-24  Akim Demaille  <akim@epita.fr>
7144         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
7145         uses.
7146         From Debian Autoconf 2.58.
7148 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
7150         * TODO: Remove already done things.  Update the part about finding
7151         tools for the target.
7153 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
7155         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
7156         Make wording more consistent.
7157         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
7158         Explain the transition better.
7159         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
7160         the transition better.
7162 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
7164         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
7165         parameter of AU_DEFUN.
7166         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
7167         (AU_DEFUN): Remove the third parameter, it was not used.
7168         Use AC_DEFUN directly, not AU_DEFINE.
7169         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
7170         the expanded body, consistently with other macros such as AC_USG.
7172 2003-11-17  Paul Eggert  <eggert@twinsun.com>
7174         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
7175         into the initial confdefs.h, to work around a bug in NextStep 3.3
7176         patch 3 reported by Eric Sunshine.
7178 2003-11-15  Kevin Ryde  <user42@zip.com.au>
7180         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
7181         than $target since the latter is not usual, add guidelines on when to
7182         use or not use the system type.
7184 2003-11-12  Derek Price  <derek@ximbiot.com>
7186         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
7187         typo misrepaired by an auto-spellcheck.
7189 2003-11-12  Akim Demaille  <akim@epita.fr>
7191         * bin/autoreconf.in (&parse_args): Don't call automake with
7192         --force-missing unless it actually supports it.
7193         From Debian #219336.
7195 2003-11-12  Akim Demaille  <akim@epita.fr>
7197         * configure.ac: Bump to 2.59a.
7198         Require 2.59.
7200 2003-11-06  Akim Demaille  <akim@epita.fr>
7202         Version 2.59.
7204 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
7206         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
7207         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
7208         and ac_abs_top_srcdir are absolute paths.
7209         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
7211 2003-11-05  Akim Demaille  <akim@epita.fr>
7213         * configure.ac: Bump to 2.58a.
7215 2003-11-05  Kevin Ryde  <user42@zip.com.au>
7217         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
7218         it provokes a warning from makeinfo about looking like a cross
7219         reference in info output.
7221         * doc/autoconf.texi (Function Portability): Add notes on signal
7222         handler return type, as per AC_TYPE_SIGNAL.
7224 2003-11-04  Akim Demaille  <akim@epita.fr>
7226         Version 2.58.
7227         * doc/standards.texi: Update from master.
7229         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
7231 2003-11-04  Akim Demaille  <akim@epita.fr>
7233         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
7234         computing the absolute path to d1 in the source hierarchy: it may
7235         not exist at all.  So don't cd into it.
7236         From Alexandre Duret-Lutz.
7237         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
7239         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
7240         From Paul Eggert, but named after Perl's IO::Spec->catfile.
7241         * doc/autoconf.texi (Programming in M4sh): Document.
7242         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
7244 2003-11-03  Pavel Roskin  <proski@gnu.org>
7246         * doc/autoconf.texi (Generic Structure Checks): Describe
7247         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
7249 2003-10-31  Akim Demaille  <akim@epita.fr>
7251         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
7252         (GNU Fortran): New.
7253         * doc/autoconf.texi (Language Choice): Document.
7254         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
7255         the current language is Fortran.
7257 2003-10-31  Akim Demaille  <akim@epita.fr>
7259         * bin/autom4te.in (&freeze): Use a less likely warning separator
7260         than `\n\n', so that `\n\n\n' is valid in warnings.
7261         Reported by Steve Huston.
7263 2003-10-28  Akim Demaille  <akim@epita.fr>
7265         * Makefile.cfg (local_updates, executable-update): Tweak to be
7266         robust to parallel makes.
7267         Suggested by Alexandre Duret-Lutz.
7269 2003-10-27  Akim Demaille  <akim@epita.fr>
7271         * Makefile.cfg (executable-update): New.
7272         (local_updates): Call it.
7274 2003-10-27  Akim Demaille  <akim@epita.fr>
7276         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
7277         Don't remove core.* as it may remove valid user files.
7278         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
7279         (AC_FUNC_UTIME_NULL): Likewise.
7281 2003-10-23  Akim Demaille  <akim@epita.fr>
7283         Version 2.57g.
7284         * config/config.guess, config/config.sub: Upgrade from masters.
7286 2003-10-23  Akim Demaille  <akim@epita.fr>
7288         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
7289         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
7290         hand...
7292 2003-10-23  Akim Demaille  <akim@epita.fr>
7294         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
7295         Don't forget to remove conftest.err.
7297 2003-10-23  Akim Demaille  <akim@epita.fr>
7299         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
7300         same object file in $LIBOBJS.
7301         Reported by Alexandre Duret-Lutz & Derek Robert Price.
7302         * doc/autoconf.texi (Generic Functions): Adjust.
7304 2003-10-20  Paul Eggert  <eggert@twinsun.com>
7306         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
7307         Use 'eval', so that the resulting configure scripts work even if
7308         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
7310 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
7312         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
7313         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
7314         (_AC_LINK_IFELSE): Check the werror flag.
7315         * doc/autoconf.texi (Generic Compiler Characteristics): Document
7316         AC_LANG_WERROR.
7317         * NEWS: Mention it.
7319 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
7321         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
7322         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
7323         override AC_LINK_IFELSE.
7325 2003-10-15  Paul Eggert  <eggert@twinsun.com>
7327         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
7328         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
7329         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
7330         Mention /usr/dt/bin/dtksh on Solaris.
7331         (Shell Substitutions): Warn about $((...)).
7332         (Parentheses): New section.
7334 2003-10-15  Kevin Ryde  <user42@zip.com.au>
7336         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
7337         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
7339 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7341         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
7342         cross test.
7344 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
7346         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
7347         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
7349 2003-10-10  Andreas Schwab  <schwab@suse.de>
7351         * bin/autoheader.in: Avoid empty first line in --version and
7352         --help output.
7353         * bin/ifnames.in: Likewise.
7355 2003-10-09  Paul Eggert  <eggert@twinsun.com>
7357         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
7358         Issue a more-informative diagnostic.
7359         Problems reported by Eric Sunshine.
7361 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
7363         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
7364         -mGLOB_options_string stuff for Intel ifc, which can cause
7365         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
7366         pattern-matching instead of grep.
7368 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
7370         * doc/autoconf.texi: Document new FC Fortran macros.
7372 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
7374         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
7375         that future autopoint/aclocal/automake/autoreconf will be able
7376         to trace to find where to install local m4 macros.
7377         * doc/autoconf.texi (Input): Document it.
7378         * NEWS: Updated.
7380 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
7382         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
7383         -lcrtbegin.o to list of ignored flags and fix underquoting of
7384         -lcrt[01].o.
7386 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
7388         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
7389         cache variable instead of $G77 to decide whether to include -O2,
7390         since $G77 is specific to Fortran 77.
7392 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
7394         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
7395         free" flag.  Re-order flags tested into rough order of popularity.
7397 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
7399         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
7400         arguments so that it can be used with syntax identical to
7401         AC_PROG_F77, and so that we can more easily decide to
7402         remove/deprecate the DIALECT optional argument in the future if it
7403         proves troublesome.
7404         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
7405         non-freeform-supporting compilers.  Document freeform flags.
7407 2003-10-03  Akim Demaille  <akim@epita.fr>
7409         * configure.ac: Look for emacs, not macs.
7410         Reported by Eric Sunshine.
7412 2003-10-03  Akim Demaille  <akim@epita.fr>
7414         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
7415         * bin/autoreconf.in (autoreconf_current_directory): Create the
7416         AUX_DIR if needed, for sake of automake --add-missing etc.
7417         Suggested by Alexandre Duret-Lutz.
7419 2003-10-03  Akim Demaille  <akim@epita.fr>
7421         * configure.ac: Quotation and formatting changes.
7422         (EMACS): Don't set it if it is not recent enough to support
7423         autoconf-mode.el.
7424         From Eric Sunshine.
7426 2003-10-02  Akim Demaille  <akim@epita.fr>
7428         * bin/ifnames.in (&scan_file): Skip C++ comments.
7429         From Jeremy Yallop.
7431 2003-10-01  Pavel Roskin  <proski@gnu.org>
7433         * doc/autoconf.texi (Particular Structure Checks):
7434         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
7436 2003-10-01  Akim Demaille  <akim@epita.fr>
7438         Version 2.57f.
7440 2003-09-30  Paul Eggert  <eggert@twinsun.com>
7442         * lib/Autom4te/XFile.pm: Use Errno.
7443         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
7444         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
7446 2003-09-30  Akim Demaille  <akim@epita.fr>
7448         * config/announce-gen (&print_news_deltas): Extracted from...
7449         (&print_changelog_deltas): here.
7450         (&news_file): Rename as...
7451         (@news_file): this.
7453 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
7455         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
7456         have been created when invoking the compiler.
7457         * tests/fortran.at (GNU Fortran 77): Quote $G77.
7459 2003-09-29  Akim Demaille  <akim@epita.fr>
7461         Version 2.57e.
7463         * config/mkinstalldirs: Upgrade.
7465 2003-09-28  Paul Eggert  <eggert@twinsun.com>
7467         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
7468         Problem reported by Lars J. Aas in
7469         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
7470         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
7471         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
7472         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
7474 2003-09-26  Akim Demaille  <akim@epita.fr>
7476         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
7477         directory for AC_CONFIG_COMMANDS' first argument exists.
7478         This makes valid the invocation of _AC_SRCPATH that follows.
7479         Reported by Eric Sunshine.
7480         * doc/autoconf.texi (Configuration Commands): Adjust.
7482 2003-09-26  Akim Demaille  <akim@epita.fr>
7484         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
7485         Reported by Ralf Corsepius.
7487 2003-09-26  Akim Demaille  <akim@epita.fr>
7489         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
7490         arguments.
7491         Actually, use AU_ALIAS.
7492         From Bruno Haible.
7494 2003-09-26  Paul Eggert  <eggert@twinsun.com>
7496         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
7497         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
7498         Problem reported by Eric Sunshine in:
7499         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
7501 2003-09-26  Akim Demaille  <akim@epita.fr>
7503         The test suite are sometimes assigning timings incorrectly.
7504         Reported by Henk Krus.
7505         Diagnosed by Nicolas Joly.
7507         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
7508         AT_help_all.
7509         Instead of making AT_help a sequence of assignments to grow
7510         $at_help_all, just make AT_help_all be the growing contents of
7511         $at_help_all, and make a single assignment in...
7512         (AT_INIT): here.
7513         (at_times_skip): Flip the meaning and rename as...
7514         (at_times_p): this.
7515         (AT_INIT): When summarizing the test that ran, remove
7516         $at_times_file after use, and check it is present before trying to
7517         use it.
7519 2003-09-25  Akim Demaille  <akim@epita.fr>
7521         Version 2.57d.
7523         * bin/Makefile.am (edit): Handle '@configure_input@'.
7524         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
7525         (ifnames): chmod -w.
7526         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
7527         executables, not bin/ executables!  Otherwise all the magic needed
7528         to find non installed files is turned off.  This caused a failure
7529         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
7530         as found in its environment (sent by tests/autoreconf): pointing
7531         to bin/autom4te that could not find its files.
7532         * tests/mktests.sh: Force the replacement of generated files, for
7533         the sake of "mv" program that are interactive when overwriting a
7534         -w file.
7535         * config/install-sh: Upgrade from CVS Automake.
7537 2003-09-23  Paul Eggert  <eggert@twinsun.com>
7539         * doc/autoconf.texi (Limitations of Builtins): Document test -h
7540         versus test -L issues.
7542 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
7543             Paul Eggert  <eggert@twinsun.com>
7545         Trivial change to support GCC's configuration procedure.
7546         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
7547         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
7548         about inconsistency if the preprocessor is set to give errors for
7549         any warning.
7550         * doc/autoconf.texi (C Compiler Characteristics): Document this.
7552 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
7554         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
7555         and XFile.pm from Automake.
7556         * lib/Autom4te/XFile.pm: Update from Automake.
7558 2003-09-12  Akim Demaille  <akim@epita.fr>
7560         Version 2.57c.
7562 2003-09-12  Akim Demaille  <akim@epita.fr>
7564         * config/config.guess, config/config.sub, config/missing,
7565         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
7566         from masters.
7568 2003-09-12  Akim Demaille  <akim@epita.fr>
7570         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
7571         not asm/types.h.
7573 2003-09-11  Akim Demaille  <akim@epita.fr>
7575         * doc/autoconf.texi (Header Portability): linux/random.h.
7576         From Peter Hendrickson.
7578 2003-09-10  Akim Demaille  <akim@epita.fr>
7580         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
7581         willing to edit the output files.
7583 2003-09-10  Akim Demaille  <akim@epita.fr>
7585         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
7586         and AC_FC_FREEFORM.
7587         * tests/mktests.sh: Skip AC_FC_SRCEXT.
7588         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
7590 2003-09-09  Akim Demaille  <akim@epita.fr>
7592         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
7593         Reported by Gary Vaughan.
7594         * bin/autom4te.in (handle_m4): Likewise.
7596 2003-09-09  Akim Demaille  <akim@epita.fr>
7598         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
7599         trailing files.
7601 2003-09-07  Paul Eggert  <eggert@twinsun.com>
7603         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
7604         Improve the accuracy of the wording about obsolescence.
7605         From a suggestion by Ian Lance Taylor in
7606         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
7608 2003-09-05  Paul Eggert  <eggert@twinsun.com>
7610         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
7611         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
7613 2003-09-04  Akim Demaille  <akim@epita.fr>
7615         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
7616         AC_FUNC_WAIT3.
7618 2003-09-04  Akim Demaille  <akim@epita.fr>
7620         * bin/autom4te.in: Use &fatal where more appropriate than &error.
7621         (freeze): When exiting, use $exit_code.
7622         * lib/autoconf/fortran.m4: Comment changes.
7624 2003-09-04  Akim Demaille  <akim@epita.fr>
7626         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
7628 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
7630         Add support for newer Fortran dialects.  The F77 interface is
7631         unchanged, and continues to support Fortran 77.  New FC macros
7632         correspond to all the old F77 macros, with output variables FC,
7633         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
7634         available dialect, but older dialects can be specified.  There are
7635         new macros AC_FC_SRCEXT to set the source extension, and
7636         AC_FC_FREEFORM to accept free-form source files.
7638         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
7639         New macros.
7640         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
7641         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
7642         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
7643         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
7644         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
7645         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
7646         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
7647         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
7648         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
7649         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
7650         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
7651         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
7652         AC_FC_SRCEXT, AC_FC_FREEFORM):
7653         New macros.
7654         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
7655         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
7656         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
7657         Rewrite in terms of the above.
7658         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
7659         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
7660         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
7661         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
7663 2003-09-02  Paul Eggert  <eggert@twinsun.com>
7665         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
7666         Document problems with timestamp resolution that 'make', 'cp -p', and
7667         'touch -r' have.
7669 2003-08-27  Akim Demaille  <akim@epita.fr>
7671         * tests/m4sugar.at (cross_warning): Make sure to enable the
7672         output, so that we can track spurious m4sugar output.
7673         * tests/local.at: Require 2.57.
7674         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
7675         are defaulted by AT_CHECK anyway.
7676         Use AT_CHECK_AUTOM4TE.
7677         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
7678         missing dnl.
7680 2003-08-27  Akim Demaille  <akim@epita.fr>
7682         * bin/autoheader.in: Issue the "Using auxiliary..." message only
7683         when -Wobsolete is set.
7684         Set it on by default.
7685         Suggested by Klee Dienes.
7687 2003-08-27  Akim Demaille  <akim@epita.fr>
7689         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
7690         documentation.
7691         From Guido Draheim.
7693 2003-08-26  Akim Demaille  <akim@epita.fr>
7695         * doc/autoconf.texi (Output): Make clear that one can run code
7696         after AC_OUTPUT.
7698 2003-08-25  Akim Demaille  <akim@epita.fr>
7700         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
7701         CVS Bison.
7703 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
7705         * bin/autoreconf.in (parse_args): Do not pass --no-force to
7706         Automake versions prior to 1.8.
7708 2003-08-25  Akim Demaille  <akim@epita.fr>
7710         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
7711         From Ville Karaila.
7713 2003-08-24  Akim Demaille  <akim@epita.fr>
7715         * configure.ac: Bump to 2.57c.
7717 2003-08-22  Akim Demaille  <akim@epita.fr>
7719         Version 2.57b.
7721         * Makefile.cfg (local-checks-to-skip): New.
7722         * Makefile.maint (local-check): Rename as...
7723         (local-checks-available): this.
7724         (local-check): New.
7726         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
7727         * configure.ac: Require Automake 1.7.6.
7729 2003-08-22  Akim Demaille  <akim@epita.fr>
7731         Output stack traces in warnings.
7733         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
7734         Replace the former...
7735         (m4_warn): Pass the call stack to _m4_warn.
7736         * bin/autom4te.in: Adjust to output the call stack.
7737         * tests/m4sugar.at (m4@&t@_warn): Adjust.
7739 2003-08-22  Akim Demaille  <akim@epita.fr>
7741         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
7742         * bin/autom4te.in: Adjust.
7744 2003-08-21  Akim Demaille  <akim@epita.fr>
7746         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
7747         (&verbose): Remove.
7748         (&getopt): Adjust the note and verb channels, depending upon
7749         --verbose.
7750         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
7751         * bin/autoupdate.in: Adjust.
7752         Use &verb, not &verbose.
7754 2003-08-21  Akim Demaille  <akim@epita.fr>
7756         * bin/autoheader.in (&parse_args): Use &parse_warnings and
7757         &parse_WARNINGS.
7758         ($help): Use Autom4te::ChannelDefs::usage.
7759         * bin/autoscan.in: Use Autom4te::ChannelDefs.
7760         * lib/Autom4te/General.pm: Don't export error: you don't own it.
7762 2003-08-21  Akim Demaille  <akim@epita.fr>
7764         First stab at preserving warnings between calls to autom4te,
7765         including when the cache is used.
7767         There are still several issues: (i) there are too many runs of m4
7768         (one for include, one for warnings, and some more), (ii) warnings
7769         spreading on several lines are not handled gracefully, (iii) the
7770         code meant to have the call stack display for errors does not work
7771         (its handling should move from m4 to autom4te).
7773         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
7774         Use them.
7775         (@preselect): Add m4_warn.
7776         ($exit_status): Remove, use $exit_code.
7777         ($help): Use Autom4te::ChannelDefs::usage.
7778         (&handle_m4): No longer define the m4_warnings.
7779         At each run, extract and report the warnings.
7780         Always cache the result, including if the exit status is on
7781         failure, since if nothing changes, we should result in the same
7782         failure, hence we can use the cache.
7783         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
7784         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
7785         Remove.
7786         (m4_warn): Redefine as a do-nothing: it is its invocation that
7787         matters, as warnings are now reported via traces.
7788         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
7789         the contents of m4_warn: make it _call_ m4_warn, so that tracing
7790         the latter reveals calls to the former.
7792         Adjust the tests.
7794         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
7796 2003-08-21  Akim Demaille  <akim@epita.fr>
7798         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
7799         Use them.
7801 2003-08-21  Akim Demaille  <akim@epita.fr>
7803         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
7804         forward order.
7805         * lib/Autom4te/ChannelDefs.pm: Doc typos.
7806         (&parse_warnings): Accept a list of warning requests.
7807         (&usage): Return a string, not a side effect.
7808         (cross): New warning category.
7810 2003-08-21  Akim Demaille  <akim@epita.fr>
7812         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
7813         (&require_configure_ac): Accept an optional directory argument.
7814         ($configure_ac): Remove.
7815         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
7816         (&catfile): Remove.
7817         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
7818         * bin/autoscan.in: Adjust.
7820 2003-08-20  Akim Demaille  <akim@epita.fr>
7822         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
7823         Reported by Alexandre Duret-Lutz.
7825 2003-08-20  Akim Demaille  <akim@epita.fr>
7827         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
7828         * bin/autom4te: Adjust.
7829         In particular, be Autoconf tools are really silent when properly
7830         working, bind the verbosity of the 'note' channel to $verbose.
7831         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
7832         (&xsystem, &contents): Remove, since they are exported by...
7833         * lib/Autom4te/FileUtils.pm: this.
7834         More perldoc.
7835         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
7836         * lib/Autom4te/FileUtils.pm: here.
7838 2003-08-20  Akim Demaille  <akim@epita.fr>
7840         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
7841         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
7842         from CVS Automake.
7844 2003-08-20  Akim Demaille  <akim@epita.fr>
7846         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
7847         (autom4te-update): New.
7848         * Makefile.cfg (update): Bind autom4te-update.
7850 2003-08-19  Derek Price  <derek@ximbiot.com>
7852         * lib/autotest/general.m4: Comment various HELP_* diversions.
7853         (PARSE_ARGS_BEGIN): New section for option parsing related
7854         initialization.
7855         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
7856         package specific options and associated help.
7858 2003-08-19  Akim Demaille  <akim@epita.fr>
7860         * config/announce-gen, Makefile.cfg: New.
7861         * Makefile.am: Adjust.
7862         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
7864 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7866         * lib/autom4te.in (Automake-preselections): Preselect
7867         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
7868         and m4_sinclude.
7870 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
7872         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
7873         (Autoconf-without-aclocal-m4): ... this new language.
7874         * doc/autoconf.texi (autom4te Invocation): Mention
7875         Autoconf-without-aclocal-m4.
7877 2003-08-18  Derek Price  <derek@ximbiot.com>
7879         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
7880         RUN-IF-PASS optional arguments.
7882 2003-08-18  Derek Price  <derek@ximbiot.com>
7884         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
7886 2003-08-16  Derek Price  <derek@ximbiot.com>
7888         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
7889         STDOUT & STDERR arguments.
7891 2003-08-14  Derek Price  <derek@ximbiot.com>
7893         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
7894         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
7895         shorter column three.  Add DESCRIPTION to log file content.
7897 2003-08-13  Derek Price  <derek@ximbiot.com>
7899         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
7900         output.
7902 2003-08-12  Derek Price  <derek@ximbiot.com>
7904         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
7905         (AT_CHECK_NOESCAPE): Move core functionality to...
7906         (_AT_CHECK): ...this new macro.
7908 2003-08-07  Derek Price  <derek@ximbiot.com>
7910         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
7911         (AT_CHECK_NOESCAPE): ...to this new macro.
7913 2003-07-31  Paul Eggert  <eggert@twinsun.com>
7915         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
7916         in Bash 2.01.  Problem reported by Brian Gough in
7917         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
7919 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
7921         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
7922         -lcrt1.o, for OS X.  (trivial change)
7924 2003-07-07  Paul Eggert  <eggert@twinsun.com>
7926         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
7927         inside '#ifndef __cplusplus'.  Problem reported by
7928         Bob Friesenhahn.
7930 2003-07-06  Bill Clarke  <llib@computer.org>
7932         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
7933         'long', not 'int', for benefit of Sun's recent C++ compilers
7934         (trivial change).  See:
7935         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
7936         (This really should be 'intptr_t', not 'long', but that would
7937         take more work.)
7939 2003-06-25  Akim Demaille  <akim@epita.fr>
7941         * lib/Makefile.am (autom4te.cfg): Make it read only.
7942         Depend on Makefile since it contains substitutions.
7943         From Paolo Bonzini.
7944         * lib/autom4te.in (args): Add local.at? for Autotest args.
7945         This change was made on autom4te.cfg which is generated.
7946         Reported by Raja R. Harinath.
7948 2003-06-25  Akim Demaille  <akim@epita.fr>
7950         * doc/autoconf.texi (Header Portability): sys/mount.h.
7951         From Gareth McCaughan.
7953 2003-06-23  Akim Demaille  <akim@epita.fr>
7955         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
7956         not all of them.  This fixes 1. the fact that when testing
7957         Autoconf there are many many config.log, 2. the incorrect use of
7958         top_srcdir to find config.log.
7959         Don't mix the detailed output of failed test with the summary of
7960         failures.  Rather, append detailed log afterwards.
7962 2003-06-23  Akim Demaille  <akim@epita.fr>
7964         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
7965         always run: output config.log on $at_group_log.
7967 2003-06-23  Akim Demaille  <akim@epita.fr>
7969         * tests/torture.at (#define header templates): Don't use quotes in
7970         C++ comments as it puzzles Emacs' sh font-lock-mode.
7972 2003-06-23  Akim Demaille  <akim@epita.fr>
7974         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
7975         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
7976         * tests/atspecific.m4: Rename as...
7977         * tests/local.at: This.
7978         * tests/suite.at: Move the globals into...
7979         * tests/local.at: here.
7980         * tests/Makefile.am: Adjust.
7981         * doc/autoconf.texi (testsuite Scripts): Adjust.
7983 2003-06-21  Kevin Ryde  <user42@zip.com.au>
7985         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
7986         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
7987         ensuring we add -std1 for full-ANSI.
7989         * doc/autoconf.texi (hdrindex): New macro.
7990         Add index entries for portability of various standard header files.
7992 2003-06-20  Akim Demaille  <akim@epita.fr>
7994         * configure.ac: Bump to 2.57b.
7996 2003-06-20  Akim Demaille  <akim@epita.fr>
7998         Version 2.57a.
8000 2003-06-20  Akim Demaille  <akim@epita.fr>
8002         * bin/autom4te.in: Don't rely on $HOME being defined.
8003         Reported by Marc Espie as PR/233.
8005 2003-06-20  Akim Demaille  <akim@epita.fr>
8007         * lib/autotest/general.m4: Use at_times_file only if used.
8008         From Nicolas Joly.
8010 2003-06-20  Akim Demaille  <akim@epita.fr>
8012         * config/config.guess, config/config.sub, config/elisp-comp,
8013         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
8014         Update from masters.
8016 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
8018         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
8019         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
8020         (TEST_SCRIPT): New diversion.
8021         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
8022         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
8023         (AT_INIT): Support for expected failures.
8025 2003-06-02  Akim Demaille  <akim@epita.fr>
8027         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
8028         changes.
8029         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
8030         Autoconf nor Automake.
8031         (&contents): New, from Automake.
8032         PODify.
8034 2003-05-28  Paul Eggert  <eggert@twinsun.com>
8036         * NEWS, doc/autoconf.texi (Particular Functions),
8037         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
8038         is the inverse of localtime.
8040 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
8042         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
8043         (handle_exec_errors): New function.  Work around $! being
8044         altered by WEXITSTATUS.
8045         (xqx, xsystem): Use handle_exec_errors.
8047 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
8049         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
8050         Do not call `_exit()', simply modify `$?'.
8051         (xsystem): Reset $! before running system, and check it afterward.
8052         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
8053         63 for version mismatches.
8055 2003-05-23  Akim Demaille  <akim@epita.fr>
8057         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
8058         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
8059         the middle of a line).
8060         * lib/m4sugar/m4sugar.m4: Likewise.
8061         Remove useless spaces in comments.
8063 2003-05-23  Akim Demaille  <akim@epita.fr>
8065         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
8066         exit 63, so that we (or Automake's "missing") can tell the
8067         difference with a plain failure.
8068         * doc/autoconf.texi (Notices): Adjust.
8070 2003-05-23  Akim Demaille  <akim@epita.fr>
8072         * Makefile.am, bin/Makefile.am, config/Makefile.am,
8073         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
8074         White spaces cleanup.
8076 2003-05-22  Jim Meyering  <jim@meyering.net>
8077             Paul Eggert  <eggert@twinsun.com>
8079         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
8080         Remove `#include <stdlib.h>' from the list; we should never
8081         make confdefs.h include <stdlib.h> or <cstdlib>, because the
8082         resulting namespace pollution would cause other tests to fail.
8083         Configure scripts run with some older versions of g++ and HP's
8084         aCC would fail due to such an #include.  Problems reported by
8085         Matthew Mueller in <http://bugs.debian.org/120704> and by
8086         Keith Bostic in
8087         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
8088         In the test, use the test declaration before including <stdlib.h>,
8089         as that's closer to how it'll be used.
8091 2003-05-23  Akim Demaille  <akim@epita.fr>
8093         * doc/autoconf.texi (Header Portability): ucred.h.
8094         From Ian Redfern.
8096 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
8098         Overhaul Autotest's logging: generate separate log files
8099         in testsuite.dir/NNN/testsuite.log, and append them to
8100         testsuite.log instead of re-running the test verbosely.
8102         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
8103         file descriptor, write 0 to at_status_file instead of setting
8104         at_status=0, initialize some new variables (at_status_file,
8105         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
8106         to rerun the tests, instead append the at_group_log to the
8107         at_suite_log when a test fails.
8108         (AT_SETUP): pipe the test case's output into at_tee_pipe,
8109         with the AS_MESSAGE_LOG_FD redirected to stdout.
8110         (AT_CLEANUP): save the output status in $at_status_file
8111         and restore it, redirect the AS_MESSAGE_LOG_FD back to
8112         its original place.
8113         (AT_CHECK): since tests are run with a redirected stdout,
8114         and used to be re-run in verbose mode, turn some $at_verbose
8115         into echo, and don't redirect the output of testing stdout
8116         and stderr.
8118         * lib/autotest/autoconf.texi (testsuite Scripts): Update
8119         the name of the debugging directory and information about
8120         its contents.
8122 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
8124         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
8125         parameter.
8127 2003-05-22  Akim Demaille  <akim@epita.fr>
8129         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
8130         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
8131         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
8132         * lib/autoconf/status.m4: Fix and adjust copyright notices.
8134 2003-05-22  Akim Demaille  <akim@epita.fr>
8136         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
8137         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
8138         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8139         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
8140         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
8141         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
8142         * lib/autoconf/status.m4, lib/autoconf/types.m4,
8143         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
8144         * tests/atspecific.m4, tests/base.at, tests/compile.at,
8145         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
8146         * tests/tools.at, tests/torture.at:
8147         Whitespace clean up.
8148         Suggested by Jim Meyering.
8150 2003-05-22  Akim Demaille  <akim@epita.fr>
8152         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
8153         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
8154         Reported by Jim Meyering.
8156 2003-05-22  Akim Demaille  <akim@epita.fr>
8158         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
8159         Add AC_HELP_STRING  to the obsolete macros section.
8160         Typos.
8161         Use '@.' for sentences that ended in a capital letter.
8162         From Art Haas.
8164 2003-05-22  Akim Demaille  <akim@epita.fr>
8166         * config/config.guess, config/config.sub, config/elisp-comp,
8167         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
8168         * config/texinfo.tex, doc/standards.texi: Update from masters.
8170 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
8172         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
8173         it to eval.
8175 2003-05-21  Akim Demaille  <akim@epita.fr>
8177         * bin/autoupdate.in ($m4): Fix quotation.
8178         Reported by Martin Mokrejs.
8180 2003-05-19  Paul Eggert  <eggert@twinsun.com>
8182         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
8183         Remove non-ASCII characters.
8185 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
8187         * tests/semantics.at (AC_SEARCH_LIBS): New test.
8188         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
8189         AC_CHECK_HEADERS_NEW): New tests.
8191 2003-05-17  Akim Demaille  <akim@epita.fr>
8193         * lib/autoconf/functions.m4: Use the default includes so that
8194         memcmp be declared before being tested.
8195         Reported by Sander Niemeijer.
8196         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
8197         * doc/autoconf.texi (Default Includes): Document
8198         AC_INCLUDES_DEFAULT.
8200 2003-05-17  Akim Demaille  <akim@epita.fr>
8202         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
8203         * doc/autoconf.texi (Obsolete Macros): Adjust.
8204         Reported by Werner LEMBERG and Debian Bug 190886.
8206 2003-05-16  Akim Demaille  <akim@epita.fr>
8208         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
8209         user name space clashes.
8210         Reported by Bruno Haible.
8212 2003-05-16  Akim Demaille  <akim@epita.fr>
8214         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
8215         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
8216         them uniform, and more robust to Perl special characters.
8217         Reported by Martin Mokrejs.
8219 2003-05-14  Akim Demaille  <akim@epita.fr>
8221         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
8223 2003-05-14  Akim Demaille  <akim@epita.fr>
8225         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
8226         linux/irda.h.
8228 2003-05-12  Akim Demaille  <akim@epita.fr>
8230         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
8231         message.
8232         From Matthias Andree.
8234 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
8236         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
8237         and truncate.
8239 2003-05-06  Akim Demaille  <akim@epita.fr>
8241         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
8242         longer updates aclocal.m4 if useless, (ii) if a file m4_included
8243         by aclocal.m4 is changed it might require the importing of another
8244         m4 extension file, i.e., aclocal must be run.
8246         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
8247         (&parse_args): Use --force with aclocal if required and supported.
8248         (&autoreconf_current_directory): Use &run_aclocal.
8250 2003-05-06  Akim Demaille  <akim@epita.fr>
8252         Lock autom4te's cache.
8254         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
8255         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
8256         argument instead of a file name, so that the request file remains
8257         open during the whole autom4te run.
8258         ($icache_file): New.
8259         (&freeze): Lock the $icache_file.
8261 2003-04-29  Derek Price  <derek@ximbiot.com>
8263         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
8264         seperator with m4_append_uniq().  It doesn't work.
8265         (AT_CLEANUP): Add `;' to end of at_help_all.
8266         (AT_INIT): Allow --keywords to be specified more than once.  When
8267         grepping $at_help_all for keywords, use the field and keyword
8268         seperators to ensure a complete keyword match.  Alter at_prev handling
8269         to support the new --keywords behavior.
8271 2003-04-27  Karl Berry  <karl@freefriends.org>
8273         * doc/autoconf.texi: Make the dir entries in the autoconf manual
8274         align better with others.  I also made some of the individual
8275         entries on one line, for brevity and to make it easier for me to
8276         sort my dir-example file in the Texinfo distribution :).
8278 2003-04-12  Jim Meyering  <jim@meyering.net>
8280         * NEWS: Mention the new macro.
8281         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
8282         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
8283         * tests/c.at: Test AC_C_RESTRICT.
8284         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
8286 2003-04-08  Akim Demaille  <akim@epita.fr>
8288         * bin/ifnames.in: Skip C++ comments.
8289         From Jeremy Yallop.
8291 2003-04-08  Akim Demaille  <akim@epita.fr>
8293         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
8294         From Ilya Zakharevich.
8296 2003-04-08  Akim Demaille  <akim@epita.fr>
8298         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
8299         net/if.h, stdlib.h.
8301 2003-04-01  Derek Price  <derek@ximbiot.com>
8303         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
8304         from Akim's checkin of 2003-03-29.
8306 2003-04-01  Derek Price  <derek@ximbiot.com>
8308         * tests/torture.at (Configuring subdirectories): Add missing
8309         close-quote for Akim's change from 2003-03-28.
8311 2003-04-01  Akim Demaille  <akim@epita.fr>
8313         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
8314         (AC, AT, MS): these.
8315         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
8316         New.
8317         Use them.
8318         * doc/Makefile.am (CLEANFILES): Adjust.
8319         (TEXI2DVI): Make it --batch.
8321 2003-03-31  Derek Price  <derek@ximbiot.com>
8323         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
8324         which removed the main loop.
8325         Thanks to Akim Demaille.
8327 2003-03-29  Akim Demaille  <akim@epita.fr>
8329         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
8330         that starts a GUI.
8331         From Ilya Zakharevich.
8333 2003-03-29  Akim Demaille  <akim@epita.fr>
8335         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
8336         documentation to read is Autoconf's.
8337         Suggested by Paul Eggert.
8339 2003-03-28  Akim Demaille  <akim@epita.fr>
8341         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
8342         reading the section "Present But Cannot Be Compiled" when the
8343         header causes problems.
8345 2003-03-28  Akim Demaille  <akim@epita.fr>
8347         * tests/torture.at (Configuring subdirectories): Require aclocal
8348         1.4, otherwise the test fails, as it does support configure.ac.
8349         This fixes the "test 40 failed" bug reports.
8351 2003-03-28  Akim Demaille  <akim@epita.fr>
8353         * doc/autoconf.texi (C Compiler): `#line' portability.
8354         From Paul Eggert and Nelson H. F. Beebe.
8356 2003-03-27  Derek Price  <derek@ximbiot.com>
8358         * lib/autotest/general.m4: Eliminate main loop and reorganize test
8359         layout in order to allow scripting around test groups.
8361 2003-03-27  Derek Price  <derek@ximbiot.com>
8363         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
8364         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
8365         use new diversions in preparation for accepting new arguments and
8366         allowing scripting around tests.
8367         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
8369 2003-03-26  Derek Price  <derek@ximbiot.com>
8371         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
8372         obsolete AC_HELP_STRING.
8373         (AC_HELP_STRING): AU_DEFUN to...
8374         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
8375         * tests/m4sh.at (AS_HELP_STRING): New test.
8377         * tests/acgeneral.at: Regenerated.
8379 2003-03-26  Derek Price  <derek@ximbiot.com>
8381         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
8382         sense.  Verbosify the diversion definitions comment.
8384 2003-03-26  Derek Price  <derek@ximbiot.com>
8386         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
8387         AS_PREPARE.
8389 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
8391         * doc/autoconf.texi (Present But Cannot Be Compiled):
8392         Grammar fixes and minor rewording. (trivial change)
8394 2003-03-06  Paul Eggert  <eggert@twinsun.com>
8396         Work around a problem noted by Nelson H. F. Beebe with coreutils
8397         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
8398         2002/05/09) rejects '#line 32768 "configure"' because the line
8399         number overflows.
8400         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
8401         #line directives.
8402         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
8403         * doc/autoconf.texi (Generating Sources): Document this.
8405 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
8407         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
8408         file name for the m4 program, when it has an "exe" file extension.
8409         DJGPP's error messages include the error code in brackets -
8410         remove the error code during normalization.
8412 2003-02-28  Akim Demaille  <akim@epita.fr>
8414         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
8416 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
8418         * doc/autoconf.texi (Limitations of Make): Remove the section
8419         about `$<' in inference rules, it was a bogus interpretation of
8420         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
8421         Tru64 make in the "target lookup" section.
8422         (Automake): Automake 1.5+ no longer requires special tools to be
8423         present on the developer's host.
8425 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
8427         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
8428         to a shell that can handle redirection or quoting correctly.
8429         Override SHELL with the shell detected by configure.
8430         Use of $^O suggested by Tim van Holder.
8431         * bin/autom4te.in (BEGIN): Likewise.
8432         * bin/autoreconf.in (BEGIN): Likewise.
8433         * bin/autoscan.in (BEGIN): Likewise.
8434         * bin/autoupdate.in (BEGIN): Likewise.
8435         * bin/ifnames.in (BEGIN): Likewise.
8437         * bin/ifnames.in: Add final newline to help and version messages.
8439         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
8440         to cope with DOS-style absolute paths, when constructing
8441         ${ac_make}.
8443         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
8444         When constructing paths with IFS=:, quote the path. If we're
8445         constructing a DOS-style absolute path, we don't want to split it
8446         on the colon.
8448         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
8449         in description.
8451 2003-02-25  Pavel Roskin  <proski@gnu.org>
8453         * bin/autoheader.in: Add missing newline when printing
8454         suggestion how change AC_DEFINE call.
8456 2003-02-24  Paul Eggert  <eggert@twinsun.com>
8458         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
8459         2002-09-01 patch by replacing "test -n" with "test -z".
8460         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
8461         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
8463         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
8464         to fix a mismatch between example and discussion.
8466 2003-02-24  Kevin Ryde  <user42@zip.com.au>
8468         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
8469         format starting with "-".
8471 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
8473         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
8474         is not portable inside Makefile.
8476 2003-02-20  Akim Demaille  <akim@epita.fr>
8478         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
8479         compiler says yeah, but preproc says nope, compiler is right.
8480         Conversely, prompt the reader to send a bug report to the
8481         maintainers of the package, not of Autoconf.
8483 2003-02-20  Klee Dienes  <kdienes@apple.com>
8485         * bin/autoreconf.in (autoreconf_current_directory): Properly
8486         handle an empty aclocal.m4.
8488 2003-02-20  Akim Demaille  <akim@epita.fr>
8490         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
8491         $ac_prefix_program.
8492         From Larry Jones.
8494 2002-12-23  Paul Eggert  <eggert@twinsun.com>
8496         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
8497         innocuous variant befor including <limits.h> or <assert.h>.  This
8498         works around a bug reported by Albert Chin: HP-UX 11i
8499         (and earlier versions) have a <limits.h> that declares
8500         gettimeofday and many other functions.
8502 2002-12-03  Paul Eggert  <eggert@twinsun.com>
8504         Version 2.57.
8506         * NEWS, configure.ac: Update version.
8508         * doc/fdl.texi: Upgrade to FDL version 1.2.
8510         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
8511         nontrivially in main's body, so that f's external declaration is
8512         not optimized away in AIX.  This should fix the bug reported by
8513         Martin Frydl in
8514         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
8516         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
8517         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
8518         defined, to support freestanding compilers.  This should fix the
8519         bug reported by Momchil Velkov in
8520         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
8522         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
8523         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
8524         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
8525         by Simon Josefsson in
8526         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
8528         * Makefile.maint (www-gnu): New macro.
8529         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
8530         the location has moved.
8532 2002-12-02  Martin Frydl  <martin@systinet.com>
8534         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
8535         \(.*\) match is too long and there is something more to be checked.
8536         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
8538 2002-11-15  Akim Demaille  <akim@epita.fr>
8540         Version 2.56.
8542         * config/install-sh: chmod +x.
8543         From Paul Eggert.
8544         * config/move-if-change: Indenting changes.
8545         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
8546         * configure.ac (AM_INIT_AUTOMAKE): here.
8547         Require 1.7.1.
8549 2002-11-14  Akim Demaille  <akim@epita.fr>
8551         Version 2.55.
8553         * config/config.guess, config/config.sub, config/install-sh:
8554         Update from masters.
8556 2002-11-14  Akim Demaille  <akim@epita.fr>
8558         * Makefile.maint: Sync with Bison, i.e.:
8559         (po-check): Scan .l and .y files instead of the
8560         .c and the .h files that they generate.  This fixes the bug
8561         reported by Tim Van Holder in:
8562         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
8563         Look for N_ as well as for _.  Try to avoid matching #define for
8564         N_ and _.
8565         From Paul Eggert.
8567 2002-11-14  Akim Demaille  <akim@epita.fr>
8569         * doc/autoconf.texi (C Compiler): Compiling several files at once.
8570         From Paul Eggert and Albert Chin-A-Young.
8572 2002-11-14  Akim Demaille  <akim@epita.fr>
8574         * doc/autoconf.texi (C Compiler): Solitary backslashes.
8575         From Paul Eggert and Albert Chin-A-Young.
8577 2002-11-14  Kevin Ryde  <user42@zip.com.au>
8579         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
8580         than assigning in main, to avoid HP cc +O3 optimizing it away.
8582 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
8584         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
8585         option.  Process --recheck after parsing all options.  Pass -q
8586         option to configure on --recheck.
8587         (AC_OUTPUT): Pass -q from configure to config.status.
8588         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
8589         arguments to record.
8590         * doc/autoconf.texi (config.status Invocation): Document
8591         config.status -q option.
8593 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
8595         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
8596         Makefile.in if Makefile.am exists.
8597         (output): Strip `.am' from Makefiles.  Don't
8598         output AC_CONFIG_FILES if no Makefiles were found.
8600 2002-11-07  Akim Demaille  <akim@epita.fr>
8602         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
8603         (local_updates): New.
8604         * Makefile.maint: Update, from CVS Bison.
8605         (local_updates): New.
8607 2002-11-06  Akim Demaille  <akim@epita.fr>
8609         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
8610         declaration in extern "C" too.
8611         Reported by Roberto Bagnara.
8613 2002-11-06  Akim Demaille  <akim@epita.fr>
8615         * tests/torture.at (Configuring subdirectories): Don't use grep
8616         -w.
8617         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
8618         Reported by Ezra Peisach.
8620 2002-11-05  Akim Demaille  <akim@epita.fr>
8622         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
8623         Remove.
8624         We _have_ to stop using the old compatibility scheme that tried to
8625         avoid useless backslashes because Libtool 1.4.3 contains a
8626         AC_DEFINE([error_t], [int],
8627         [Define to a type to use for \`error_t' if it is not
8628         otherwise available.])
8629         We _have_ to quote the single quote and backslashes with \.  The
8630         old compatibility scheme saw that ` was backslashed, and therefore
8631         did not quote the single quote.  Hence before this patch, Autoconf
8632         was not compatible with Libtool.
8634 2002-11-04  Paul Eggert  <eggert@twinsun.com>
8636         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
8637         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
8638         LC_NAME, LC_PAPER, LC_TELEPHONE.
8639         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
8641 2002-11-04  Akim Demaille  <akim@epita.fr>
8643         Version 2.54c.
8645         * Makefile.maint (update, cvs-update, po-update, do-po-update):
8646         New.
8647         * config/texinfo.tex: Update.
8649 2002-11-03  Akim Demaille  <akim@epita.fr>
8651         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
8652         from...
8653         (&autoreconf): here.
8654         ($help, $make, &parse_args, &autoreconf_current_directory):
8655         Support -m/--make.
8656         * doc/autoconf.texi (autoreconf Invocation): Adjust.
8658 2002-10-31  Bruno Haible  <bruno@clisp.org>
8660         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
8661         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
8662         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
8663         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
8664         to ac_cv_func_realloc_0_nonnull.
8665         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
8667 2002-10-31  Akim Demaille  <akim@epita.fr>
8669         The test suite was no longer checking for trailing envvars and files.
8671         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
8672         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
8674 2002-10-31  Akim Demaille  <akim@epita.fr>
8676         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
8677         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
8678         Make variable, not a shell variable.
8679         Suggested by Bruno Haible.
8681 2002-10-31  Akim Demaille  <akim@epita.fr>
8683         * bin/autom4te.in (load_configuration): Reject #args out of any
8684         language.
8686 2002-10-31  Akim Demaille  <akim@epita.fr>
8688         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
8689         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
8690         (_AC_RUN_IFELSE): Use it.
8691         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
8692         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
8693         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
8694         inline it.
8696 2002-10-30  Akim Demaille  <akim@epita.fr>
8698         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
8699         * doc/autoconf.texi (autom4te Invocation): Adjust.
8700         Suggested by Tim van Holder.
8702 2002-10-29  Paul Eggert  <eggert@twinsun.com>
8704         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
8705         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
8706         Problem reported by Bruno Haible.
8708 2002-10-29  Akim Demaille  <akim@epita.fr>
8710         * doc/autoconf.texi (Header Templates): Put also in words what the
8711         pictures says to assist free style readers.
8712         (Customizing autom4te): s/--cache=/--cache /.
8714 2002-10-29  Akim Demaille  <akim@epita.fr>
8716         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
8717         sys/wait.h.
8718         sparc_address_test returns void.
8719         Use it with an argument, as prototyped.
8720         From Bruno Haible.
8722 2002-10-29  Akim Demaille  <akim@epita.fr>
8724         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
8725         configure.in, not configure.ac.
8726         Reported by Bruno Haible.
8728 2002-10-29  Akim Demaille  <akim@epita.fr>
8730         * tests/torture.at (Deep Package): New test.
8731         (Configuring subdirectories): Don't use a testSubDir as Autotest
8732         now does it itself.
8734 2002-10-29  Akim Demaille  <akim@epita.fr>
8736         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
8737         * doc/autoconf.texi (Invoking autom4te): Rename as...
8738         (autom4te Invocation): this, for consistency with the other nodes.
8740 2002-10-29  Akim Demaille  <akim@epita.fr>
8742         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
8743         Reported by Ralf Corsepius.
8745 2002-10-29  Akim Demaille  <akim@epita.fr>
8747         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8748         characters is a back as an `obsolete' warning now.
8749         Reported by Ralf Corsepius.
8751 2002-10-28  Akim Demaille  <akim@epita.fr>
8753         * configure.ac: Bump to 2.54c.
8755 2002-10-28  Akim Demaille  <akim@epita.fr>
8757         Version 2.54b.
8759         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
8761 2002-10-28  Akim Demaille  <akim@epita.fr>
8763         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
8764         m4 executable names, and different GNU M4 version.
8765         Reported by Ezra Peisach and Paul Jarc.
8767 2002-10-27  Akim Demaille  <akim@epita.fr>
8769         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
8770         AC_RUN_IFELSE.
8772 2002-10-27  Akim Demaille  <akim@epita.fr>
8774         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
8775         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
8776         Die when a simple Fortran program cannot be compiled.
8777         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
8778         Issue a warning if no function is given.
8780 2002-10-27  Akim Demaille  <akim@epita.fr>
8782         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
8783         Move the documentation of AC_TRY_RUN to...
8784         (Obsolete Macros): here.
8785         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
8786         (autoconf Invocation): Remove the duplicates with `invoking
8787         autom4te'.
8788         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
8789         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
8791 2002-10-27  Akim Demaille  <akim@epita.fr>
8793         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
8794         and AC_LANG_FUNC_LINK_TRY.
8795         (Examining Libraries): Rename as...
8796         (Running the Linker): this.
8797         Document AC_LINK_IFELSE.
8798         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
8799         (Obsolete Macros): here.
8800         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
8801         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
8802         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
8803         * lib/autoconf/headers.m4 (AC_USG): Likewise.
8805 2002-10-27  Akim Demaille  <akim@epita.fr>
8807         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
8809         More `check config.log' messages.
8811         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
8812         * doc/autoconf.texi (Printing Messages): Document it.
8813         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
8814         appropriate.
8815         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
8816         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
8817         (_AC_COMPILER_OBJEXT): Likewise.
8818         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
8819         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
8820         Likewise.
8821         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
8822         Likewise.
8824         Deprecate macros with unusual interfaces.
8826         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
8827         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
8829         Document the new ones, and proper style.
8831         * doc/autoconf.texi (Generating Sources): New.
8832         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
8833         (Examining Declarations): Rename as...
8834         (Running the Preprocessor): this.
8835         Document AC_PREPROC_IFELSE.
8836         (Examining Syntax): Rename as...
8837         (Running the Compiler): this.
8838         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
8839         (Obsolete Macros): Move the definition of AC_TRY_CPP and
8840         AC_TRY_COMPILE here.
8842 2002-10-27  Akim Demaille  <akim@epita.fr>
8844         Move sections around.
8846         * doc/autoconf.texi (Customizing autom4te): Remove a lost
8847         sentence.
8848         Reported by Burno Haible.
8849         (Language Choice): Now the first section of...
8850         (Writing Tests): this section.
8851         Make the introduction less C-centric.
8852         (Guidelines, Test Functions): Move to...
8853         (Writing Test Programs): this new section.
8854         (Test Programs): Merge into...
8855         (Run Time): this.
8857 2002-10-27  Akim Demaille  <akim@epita.fr>
8859         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
8860         autom4te.in that resulted in the need for two `make' runs.
8862 2002-10-27  Akim Demaille  <akim@epita.fr>
8864         * configure.ac: Bump to 2.54b.
8866 2002-10-25  Akim Demaille  <akim@epita.fr>
8868         Version 2.54a.
8870         * Makefile.maint: Update from the Coreutils.
8871         (AMTAR): Remove, obsolete.
8872         (automake_repo): Update to redhat.com.
8873         (cvs_file): New.
8874         Adjust to the fact that ansi2knr is now hosted by Automake.
8875         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
8876         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
8877         Update from masters.
8878         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
8879         autoscan.pre is not to be installed, and autoscan.list is not to
8880         be shipped.
8881         (CLEANFILES): Add autoscan.list.
8882         (autoscan.list): Disable the cache.
8883         * bin/Makefile.am: Include freeze.mk.
8885 2002-10-25  Akim Demaille  <akim@epita.fr>
8887         * bin/autom4te.in (&load_configuration): Take the file as
8888         argument.
8889         (&parse_args): Handle -C, --cache.
8890         ($help): Adjust.
8891         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
8892         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
8893         * doc/autoconf.texi (Invoking autom4te): Document --cache.
8894         Now a subsection of...
8895         (Using autom4te): This new section.
8896         (Customizing autom4te): New.
8897         (autom4te.cache): Adjust.
8899 2002-10-25  Akim Demaille  <akim@epita.fr>
8901         * doc/autoconf.texi (Generic Headers): More information on how to
8902         use AC_CHECK_HEADERS.
8904 2002-10-25  Akim Demaille  <akim@epita.fr>
8906         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
8907         Space changes.
8909 2002-10-25  Akim Demaille  <akim@epita.fr>
8911         * bin/autoscan.in (output): Output AC_PREREQ.
8912         (%needed_macros): Add AC_PREREQ so that configure.ac without one
8913         be reported.
8915 2002-10-23  Akim Demaille  <akim@epita.fr>
8917         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
8918         document _Bool.
8920 2002-10-23  Akim Demaille  <akim@epita.fr>
8922         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
8923         Reported by Peter Eisentraut.
8925 2002-10-23  Akim Demaille  <akim@epita.fr>
8927         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
8928         type _Bool.
8929         Fix a typo.
8930         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
8931         Eggert's recommandations.
8933 2002-10-22  Akim Demaille  <akim@epita.fr>
8935         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
8936         Bison, by Paul Eggert.
8937         * doc/autoconf.texi (Particular Headers): Document it.
8939 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
8941         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
8942         `$ac_configure_args'.
8944 2002-10-22  Akim Demaille  <akim@epita.fr>
8946         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
8947         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
8948         From Art Haas.
8950 2002-10-22  Akim Demaille  <akim@epita.fr>
8952         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
8954         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
8955         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
8956         (_AC_CHECK_HEADER_NEW): Rename as...
8957         (AC_CHECK_HEADER): this.
8959 2002-10-22  Akim Demaille  <akim@epita.fr>
8961         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
8962         words about HP-UX cmp: it was actually a user-written cmp.
8964 2002-10-22  Akim Demaille  <akim@epita.fr>
8966         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
8967         are a few warnings.
8968         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8969         Quote for Perl '' strings, not "".
8970         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
8971         strings.
8973 2002-10-22  Akim Demaille  <akim@epita.fr>
8975         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
8976         characters is a syntax warning now.
8977         (_AS_QUOTE): Accept $2 as list of characters to quote.
8978         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
8979         Quote for Perl, not sh.
8980         * bin/autoheader.in: When $debug, report the file which is
8981         `do'ne.
8982         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
8983         `@', to tickle Perl's lists.
8984         Reported by Carlos Velasco.
8986 2002-10-18  Akim Demaille  <akim@epita.fr>
8988         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
8989         missing included files _are_ errors.
8990         Thanks to Alexandre Duret-Lutz.
8991         * tests/tools.at (autom4te cache): Adjust.
8992         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
8993         (AT_CHECK_M4SUGAR): Use it.
8994         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8995         Adjust.
8996         * tests/tools.at (autom4te): Now it does exit 1.
8998 2002-10-17  Akim Demaille  <akim@epita.fr>
9000         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
9001         Fixes the `AC_ARG_VAR' test failures.
9002         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
9003         * lib/freeze.mk (check-forbidden-patterns): New.
9004         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
9005         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
9006         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
9007         /dev/null.
9008         Reported months ago by H. Merijn Brand.
9010 2002-10-17  Akim Demaille  <akim@epita.fr>
9012         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
9014 2002-10-16  Paul Eggert  <eggert@twinsun.com>
9016         * Makefile.maint (wget_files): Remove ansi2knr.c.
9017         (ansi2knr.c-url_prefix): Remove.
9019 2002-10-16  Akim Demaille  <akim@epita.fr>
9021         Because of caching, some files that no longer exist and are no
9022         longer required can still cause errors.
9023         Reported by Alexandre Duret-Lutz.
9025         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
9026         to frozen files in @ARGV, as @ARGV must remain being a list of
9027         files.  Rather, at M4 call sites, use this...
9028         (&files_to_options): New function.
9029         (&freeze): Use &error.
9030         (&up_to_date): If a file that was included according to the cache
9031         is no longer there, then the output is out dated.
9032         (&main): Don't even check whether a file is up to date is anyway
9033         --force is given.
9034         * tests/tools.at (autom4te cache): New.
9036 2002-10-16  Akim Demaille  <akim@epita.fr>
9038         * bin/autoconf.as: Kill dead options.
9039         * bin/autoupdate.in (&parse_args): Kill old options.
9040         * bin/autoreconf.in (&parse_args): Remove dead options.
9041         Factor some code.
9042         (&autoreconf): Report the directories we enter *and leave*, so
9043         that error messages can be easily located, and use GNU Make
9044         format, so that Emacs' compile mode understands us.
9045         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
9046         if some file was changed instead of `print'.
9047         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
9048         (&parse_args): Remove the dead options.
9049         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
9050         autoheader's quiet mode.
9051         (AT_CHECK_AUTOUPDATE): Likewise.
9052         * tests/tools.at (autoupdate): Adjust.
9053         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
9055 2002-10-11  Akim Demaille  <akim@epita.fr>
9057         No longer use CPP to check for the existing of headers: use CC to
9058         check for compilability.
9060         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
9061         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
9062         (_AC_CHECK_HEADER_NEW): Rename as...
9063         (AC_CHECK_HEADER): this.
9065         * lib/autotest/general.m4 (AT_INIT): Include the failed test
9066         numbers in the Subject suggestion.
9068 2002-10-11  Akim Demaille  <akim@epita.fr>
9070         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
9071         Suggest using AC_CHECK_DECLS instead.
9073 2002-10-11  Akim Demaille  <akim@epita.fr>
9075         * tests/torture.at (AC_ARG_VAR): Have configure report the value
9076         of `precious'.
9078 2002-10-11  Akim Demaille  <akim@epita.fr>
9080         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
9081         file name to enable parallel executions.
9082         From Sam Varshavchik.
9084 2002-10-08  Akim Demaille  <akim@epita.fr>
9086         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
9087         aclocal invocation, as Gettext macros might not be visible to
9088         aclocal.
9089         Instead of blindly running autopoint, scan configure.ac (not the
9090         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
9091         Reported by Paul D. Smith.
9093 2002-10-08  Paul Eggert  <eggert@twinsun.com>
9095         Work around problems found when POSIXLY_CORRECT=1 is set.
9096         None of this seems to have anything to do with POSIX, really,
9097         but it's how Perl getopt works.
9098         * bin/autom4te.in (parse_args): Configure GetOpt with
9099         "permute", too.
9100         * doc/autoconf.texi (Invoking autom4te):
9101         --warning -> --warnings.
9102         * lib/autom4te.in: --warning -> --warnings.
9104 2002-09-28  Akim Demaille  <akim@epita.fr>
9106         * doc/autoconf.texi (autom4te.cache): New section.
9108 2002-09-28  Akim Demaille  <akim@epita.fr>
9110         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
9111         (Automake-preselections): Update.
9112         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
9114 2002-09-28  Akim Demaille  <akim@epita.fr>
9116         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
9117         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
9118         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
9119         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
9121 2002-09-28  Akim Demaille  <akim@epita.fr>
9123         * tests/torture.at (Configuring subdirectories): Be robust to
9124         users who use config.site to require for a cache: in this case,
9125         the two last configure runs, using two different sets of
9126         arguments, trigger a legitimate error.
9128 2002-09-28  Akim Demaille  <akim@epita.fr>
9130         * tests/m4sh.at (Functions Support, Functions and return Support):
9131         New.
9133 2002-09-28  Akim Demaille  <akim@epita.fr>
9135         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
9136         autoheader are Perl programs.
9137         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
9138         (autom4te): Specify that the sources are in the $srcdir.
9139         * doc/autoconf.texi (Installation Directory Variables): Adjust.
9141 2002-09-28  Akim Demaille  <akim@epita.fr>
9143         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
9144         (tm_zone): Move their rules to...
9145         * lib/autoconf/types.m4: here, using AN_ macros.
9146         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
9147         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
9148         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
9149         * lib/autoconf/programs.m4: here.
9150         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
9151         (ETAGS_FOR_AUTOCONF): New.
9152         Use it.
9154 2002-09-28  Akim Demaille  <akim@epita.fr>
9156         * lib/autoconf/autoscan.m4: New file.
9157         * lib/autoconf/autoconf.m4: Include it.
9158         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
9159         that were listed in the original autoscan.list.
9160         * lib/autoconf/headers.m4: Similarly with headers.
9161         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
9162         (.m4.m4f): Don't pass --prepend-include, since that's done by
9163         tests/autom4te itself.
9164         * lib/autoscan/Makefile.am: Include freeze.mk.
9165         (autoscan.list): New target --this file is no longer a source.
9166         (autoscan.pre): New file.
9168 2002-09-28  Akim Demaille  <akim@epita.fr>
9170         * bin/autoscan.in (@kinds): Make them singular.
9171         Adjust all uses.
9172         (&init_tables): When --debug, report the list of rules to ease
9173         tracking changes in autoscan.list.
9174         * lib/autoscan/autoscan.list (function): Strip comments, sort.
9176 2002-09-28  Akim Demaille  <akim@epita.fr>
9178         * lib/autoscan/functions, lib/autoscan/headers,
9179         * lib/autoscan/identifiers, lib/autoscan/makevars,
9180         * lib/autoscan/programs: Merge into...
9181         * lib/autoscan/autoscan.list: this.
9182         * bin/autoscan.in (&init_tables): Adjust.
9184 2002-09-28  Akim Demaille  <akim@epita.fr>
9186         * lib/autoscan/functions, lib/autoscan/headers,
9187         * lib/autoscan/identifiers, lib/autoscan/makevars,
9188         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
9189         `functions' line is now prefixed with `function:'.
9190         * bin/autoscan.in (&init_tables): Adjust.
9192 2002-09-28  Akim Demaille  <akim@epita.fr>
9194         From now on, autoscan files must always map a macro name to a
9195         word: there is no `default' macro for autoscan.
9197         * bin/autoscan.in (&init_tables): Reject entries with no macro at
9198         all.
9199         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
9200         explicit.
9202 2002-09-28  Akim Demaille  <akim@epita.fr>
9204         * bin/autoscan.in (%c_keywords): Remove.
9205         (&used): Keep only track of the words we might be interested in.
9206         (&output_kind): It is no longer needed to look for non active
9207         checks.
9209 2002-09-27  Akim Demaille  <akim@epita.fr>
9211         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
9212         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
9213         * lib/autoscan/functions: Adjust.
9214         * doc/autoconf.texi (Particular Functions): Adjust.
9216 2002-09-27  Akim Demaille  <akim@epita.fr>
9218         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
9219         from /tmp.
9220         Thanks to Bill Moseley and Paul Eggert.
9221         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
9222         the tmpdir must be created.
9223         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
9224         dir be in the build tree, instead of $TMPDIR.
9226 2002-09-27  Akim Demaille  <akim@epita.fr>
9228         * bin/autoscan.in: Improve the comments.
9229         (&parse_args): Drop obsolete undocumented options.
9230         (&output_kind): Output warnings.
9231         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
9232         (getwd): Trigger a warning.
9234 2002-09-26  Akim Demaille  <akim@epita.fr>
9236         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
9237         Reported by Ralf Corsepius.
9238         * doc/autoconf.texi (autoreconf Invocation): Likewise.
9240 2002-09-26  Akim Demaille  <akim@epita.fr>
9242         Single suffix rules and seperated dependencies are not portable.
9244         * doc/autoconf.texi (Installation Directory Variables): Update.
9245         (Limitations of Make): Some about `Single Suffix Rules and
9246         Separated Dependencies'.
9247         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
9248         (ifnames, autoscan, autom4te): Un-factor into several rules.
9250 2002-09-25  Paul Eggert  <eggert@twinsun.com>
9252         * BUGS (Interoperability bugs): New section.  Mention libtool
9253         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
9255 2002-09-24  Paul Eggert  <eggert@twinsun.com>
9257         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
9258         make handles suffix-rules differently from GNU make.
9260         * bin/Makefile.am (SUFFIXES, .in): Remove.
9261         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
9262         Move the body of the old .in rule here.
9264 2002-09-16  Akim Demaille  <akim@epita.fr>
9266         i960 compilers create `b.out' files by default.
9267         Reported by Ralf Corsepius.
9269         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
9270         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
9272 2002-09-13  Paul Eggert  <eggert@twinsun.com>
9274         * doc/autoconf.texi (Particular Headers): Remove obsolete
9275         reference to `struct timezone' in the description of
9276         AC_HEADER_TIME.
9278 2002-09-13  Akim Demaille  <akim@epita.fr>
9280         Version 2.54.
9282         * config/config.sub, config/config.guess: Update.
9283         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
9284         * Makefile.am: Adjust.
9286 2002-09-13  Akim Demaille  <akim@epita.fr>
9288         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
9289         reading config.log when the compiler is rejected.
9290         Suggested by Guido Draheim.
9292 2002-09-13  Akim Demaille  <akim@epita.fr>
9294         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
9295         (chdir_init) might hang when stat'ing mounted directories.
9296         Reported by Vance Shipley.
9298 2002-09-12  Akim Demaille  <akim@epita.fr>
9300         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
9301         the lists.
9303 2002-09-12  Akim Demaille  <akim@epita.fr>
9305         * doc/autoconf.texi (Defining Symbols): Present two different
9306         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
9307         difference between 1 argument calls, and 2-3 argument calls.
9309 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
9311         * doc/autoconf.texi: Review grammar and punctuation.
9313 2002-09-11  Paul Eggert  <eggert@twinsun.com>
9315         * doc/autoconf.texi: Fix minor formatting, spelling, and
9316         grammatical typos.
9317         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
9318         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
9319         is obsolescent.
9321 2002-09-11  Akim Demaille  <akim@epita.fr>
9323         * doc/autoconf.texi (Questions): Rename as...
9324         (FAQ): this.
9325         (Defining Directories): New.
9327 2002-09-09  Akim Demaille  <akim@epita.fr>
9329         * doc/autoconf.texi (Making testsuite Scripts): Update.
9330         Suggested by Nishio Futoshi.
9332 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
9334         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
9335         plain `@' is wanted.
9337 2002-09-09  Akim Demaille  <akim@epita.fr>
9339         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
9340         `duplicates', since the algorithm was too naive and could keep
9341         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
9342         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
9343         Reported by Ralf Corsepius.
9344         * tests/torture.at (Configuring subdirectories): Exercise these
9345         cases.
9347 2002-09-09  Akim Demaille  <akim@epita.fr>
9349         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
9350         looking for a replacement file.
9351         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
9352         directory is relative.
9353         * doc/autoconf.texi (Generic Functions): Clarify the replacement
9354         directory definition.
9355         Reported by Andreas Schwab and Jim Meyering.
9357 2002-09-06  Akim Demaille  <akim@epita.fr>
9359         * doc/autoconf.texi (Setting Output Variables): Clarify what
9360         precious variables are.
9361         Suggested by Pontus Skoeld.
9363 2002-09-05  Akim Demaille  <akim@epita.fr>
9365         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
9366         (ifnames, autoscan, autom4te): Since we don't only depend on
9367         configure.ac variables (such as VERSION etc.), but also on prefix
9368         and so forth, depend on Makefile, not configure.ac.
9369         Reported by Alexandre Duret-Lutz.
9370         * doc/autoconf.texi (Installation Directory Variables): Adjust.
9372 2002-09-05  Kevin Ryde  <user42@zip.com.au>
9374         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
9375         doesn't seem to be confined to ia64, just say "some versions".
9377 2002-09-04  Akim Demaille  <akim@epita.fr>
9379         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
9380         Automake 1.6c.
9381         * Makefile.am (maintainer-clean-local): Remove.
9382         (MAINTAINERCLEANFILES): Remove COPYING.
9384 2002-09-03  Paul Eggert  <eggert@twinsun.com>
9386         * doc/autoconf.texi (Configuration Commands): Remove obsolete
9387         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
9388         Brinkmann.
9390 2002-09-03  Akim Demaille  <akim@epita.fr>
9392         * configure.ac: Bump to 2.53d.
9393         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
9394         as of today, on Automake's team suggestion.
9396 2002-09-03  Akim Demaille  <akim@epita.fr>
9398         Version 2.53c.
9400 2002-09-02  Akim Demaille  <akim@epita.fr>
9402         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
9403         SITE_MACRO_DIR.
9404         * configure.ac: Disable SITE_MACRO_DIR.
9406 2002-09-02  Jim Meyering  <meyering@lucent.com>
9408         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
9409         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
9410         Also, tweak grammar: s/make sure to/be sure to/.
9412 2002-09-02  Paul Eggert  <eggert@twinsun.com>
9414         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
9415         directory names are generally preferable to physical names.
9417 2002-09-02  Akim Demaille  <akim@epita.fr>
9419         * lib/Autom4te/General.pm (&update_file): s/die/error/.
9420         Reported by Raja R. Harinath.
9421         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
9422         * bin/autoupdate.in: Use error instead of die.
9424 2002-09-01  Paul Eggert  <eggert@twinsun.com>
9426         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
9427         ordinary shell concatenation rather than echo+tr+sed command that
9428         runs afoul of a long-line-related sed bug in Solaris 8.
9430         * bin/autoheader.in (parse_args): --warning -> --warnings.
9432         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
9433         stdout, as traditional "ls" does.
9434         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
9435         _AC_COMPILER_EXEEXT_O): Likewise.
9436         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
9438         * bin/autoconf.as: Add --prepend-include option.  This patch was
9439         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
9440         but bin/autoconf.in is generated automatically from bin/autoconf.as.
9442         * bin/autoconf.in, configure: Regenerate.
9444         * doc/autoconf.texi (Special Shell Variables): Mention
9445         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
9447         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
9448         MAILPATH and set PS1, PS2, PS4 to default values, to work
9449         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
9450         For LC_ALL etc, first try to set to "C" as POSIX requires and as
9451         the Autoconf documentation specifies; fall back to "unset" only if
9452         this fails.  Use a shell for-loop for this rather than an m4 loop,
9453         to shorten the output script.
9455 2002-08-30  Paul Eggert  <eggert@twinsun.com>
9457         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
9458         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
9459         for the CDPATH problem.  Document PWD.
9460         (Limitations of Builtins): Document the problem that "cd $foo" and
9461         "ls $foo" may refer to different directories in shells conforming
9462         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
9463         example, since the old example is now out of date.
9465         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
9466         FOO" and "ls FOO" talk about different directories; this catches
9467         problems when POSIX 1003.1-2001 "cd" fails due to symlink
9468         spaghetti.
9470         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
9471         of rolling our own unset.
9472         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
9473         in practice we needn't worry about CDPATH if unset doesn't work.
9475         * Makefile.in, aclocal.m4, bin/Makefile.in,
9476         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
9477         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
9478         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
9479         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
9480         tests/Makefile.in: Regenerate with Automake 1.6.3.
9482         * config/config.guess, config/config.sub, config/mkinstalldirs:
9483         Update.
9485         * configure: Regenerate with self.
9487 2002-08-30  Kevin Ryde  <user42@zip.com.au>
9489         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
9490         default output.
9492 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9494         * bin/autom4te.in (Request::load): Correctly test for "do" read
9495         failure.
9497 2002-08-29  Akim Demaille  <akim@epita.fr>
9499         * lib/Autom4te/General.pm (&xqx): New.
9500         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
9501         hand, which is not portable.
9502         (&error): New.
9503         * bin/autom4te.in: Use them.
9504         Use &error instead of die.
9505         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
9506         Adjust.
9508 2002-08-17  Paul Eggert  <eggert@twinsun.com>
9510         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
9511         default list of compilers to try, since it was long ago superseded
9512         by the ksh fc builtin.  Suggested by Steven G. Johnson.
9514 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
9516         * doc/autoconf.texi (Invoking autom4te): End the option table,
9517         fixing a bug introduced by the previous patch.
9518         (Limitations of Make): Add a 'target lookup' subentry in the
9519         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
9521 2002-07-29  Mark D. Roth  <roth@feep.net>
9523         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
9524         options and use $AUTOM4TE_PATH.
9525         * doc/autoconf.texi: Remove documentation of autom4te
9526         --include-envvar and --site-macro-subdir options and document
9527         use of $AUTOM4TE_PATH.
9528         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
9529         arguments from each language section.
9531 2002-07-29  Paul Eggert  <eggert@twinsun.com>
9533         * doc/install.texi: Include copyright symbol in copyright notice.
9535         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
9536         Replace with:
9537         (AM_MAKEINFOFLAGS): New macro.
9538         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
9539         * Makefile.am (INSTALL): Use the new macros.
9540         Use -o rather than --output, since "missing" does not grok --output.
9542 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
9544         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
9545         comments do not always work. Never trust the exit status of
9546         `make -k'.
9548 2002-07-24  Kevin Ryde  <user42@zip.com.au>
9550         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
9551         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
9553 2002-07-23  Paul Eggert  <eggert@twinsun.com>
9555         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
9556         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
9557         apparently treats PATH="nonexistent" as if it contained ".".
9558         Bug reported by Stefan `Sec' Zehl.
9560 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
9562         * doc/autoconf.texi (Limitations of Make): Mention the special
9563         handling of the obj/ directory by BSD make.
9565 2002-07-20  Kevin Ryde  <user42@zip.com.au>
9567         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
9568         backslashes.
9570 2002-07-19  Akim Demaille  <akim@epita.fr>
9572         * doc/autoconf.texi (Function Portability): `exit'.
9573         (Programming in M4sh): Ethymology of M4sh.
9575 2002-07-19  Akim Demaille  <akim@epita.fr>
9577         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
9579 2002-07-18  Akim Demaille  <akim@epita.fr>
9581         Version 2.53b.
9583 2002-07-18  Akim Demaille  <akim@epita.fr>
9585         * config/config.guess, config/config.sub: Update.
9587 2002-07-18  Akim Demaille  <akim@epita.fr>
9589         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
9590         Automake's parts.
9592         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
9593         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
9594         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
9596 2002-07-18  Akim Demaille  <akim@epita.fr>,
9597             Alexandre Duret-Lutz  <duret_g@epita.fr>
9599         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
9600         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
9602 2002-07-17  Russ Allbery  <rra@stanford.edu>
9604         * doc/autoconf.texi (Initializing configure): Clarify the
9605         description of the tarname default.
9607 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
9609         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
9610         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
9611         latter was not run.
9613 2002-07-17  Akim Demaille  <akim@epita.fr>
9615         * lib/Autom4te/General.pm (find_file): Browse the directories in
9616         the order they are given.
9618 2002-07-17  Akim Demaille  <akim@epita.fr>
9620         * tests/wrapsh.as, tests/wrappl.as: Merge into...
9621         * tests/wrapper.as: this.
9622         * tests/Makefile.am, configure.ac: Adjust.
9624 2002-07-17  Mark D. Roth  <roth@feep.net>
9626         * configure.ac: Add --enable-site-macro-dir option.
9627         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
9628         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
9629         --site-macro-subdir options.
9630         * bin/autoconf.in: Add --prepend-include option.
9631         * bin/autoheader.in: Add --prepend-include option.
9632         * bin/autoreconf.in: Add --prepend-include option.
9633         * bin/autoscan.in: Add --prepend-include option.
9634         * bin/autoupdate.in: Add --prepend-include option.
9635         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
9636         macro directory, remove note that include path directories are
9637         used in reverse order, and document --prepend-include option.
9638         * lib/autom4te.in: Use --prepend-include instead of --include.
9639         * tests/wrapsh.in: Use --prepend-include instead of --include.
9641 2002-07-17  Akim Demaille  <akim@epita.fr>
9643         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
9644         tarnames.
9645         * doc/autoconf.texi (Initializing configure): Adjust.
9647 2002-07-17  Akim Demaille  <akim@epita.fr>
9649         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
9650         (_AC_FUNC_MALLOC): New.
9651         (AC_FUNC_MALLOC): Use the latter.
9652         Define HAVE_MALLOC to 0 if broken.
9653         * doc/autoconf.texi (Particular Functions): Adjust.
9655 2002-07-16  Akim Demaille  <akim@epita.fr>
9657         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
9658         * doc/autoconf.texi (C Compiler): Adjust.
9660 2002-07-09  Akim Demaille  <akim@epita.fr>
9662         * doc/autoconf.texi: Properly set the ``header'' part.
9664 2002-07-09  Akim Demaille  <akim@epita.fr>
9666         * doc/autoconf.texi (Systemology): Some about Darwin.
9668 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
9670         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
9671         Don't use AC_REQUIRE in AU_DEFUN.
9673 2002-07-09  Art Haas  <ahaas@neosoft.com>
9675         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
9677 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
9679         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9680         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
9681         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
9682         so that Emacs setups GNU style for perl-mode and cperl-mode.
9684 2002-06-27  Paul Eggert  <eggert@twinsun.com>
9686         * config/install-sh: Quote $src.  Prefer || to test's -o option,
9687         as per "Limitations of Builtins".
9688         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
9689         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
9691         * tests/mktests.sh: Use grep instead of fgrep, as per
9692         "Limitations of Builtins".
9694 2002-06-15  Paul Eggert  <eggert@twinsun.com>
9696         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
9697         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
9698         so that we consistently test the just-built programs.
9699         * tests/wrappl.as: Likewise.
9701 2002-06-12  Paul Eggert  <eggert@twinsun.com>
9703         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
9704         name, so that symlinks to 'autoconf' work properly.  Bug reported
9705         by Bruno Haible.
9706         * bin/autoheader.in (AUTOM4TE): Likewise.
9707         * bin/autoreconf.in (autoconf, autoheader): Likewise.
9708         * bin/autoscan.in (autom4te): Likewise.
9709         * bin/autoupdate.in (autom4te): Likewise.
9711         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
9712         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
9713         on Solaris 2.5.1.
9715 2002-06-11  Andreas Schwab  <schwab@suse.de>
9717         * doc/autoconf.texi: Add more dir entries.
9719 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
9721         * bin/autom4te.in ($cache): Don't define using `$me', the name
9722         of the cache should not depend on the name under which autom4te
9723         was installed.
9725 2002-06-07  Akim Demaille  <akim@epita.fr>
9727         * tests/tools.at (autoconf: forbidden tokens, basic)
9728         (autoconf: forbidden tokens, exceptions): Adjust to the change of
9729         words in autom4te.in.
9731 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
9733         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
9734         _AC_LANG_PROGRAM_C_F77_HOOKS.
9736 2002-06-07  Akim Demaille  <akim@epita.fr>
9738         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
9739         rename as...
9740         (AC_REPLACE_FNMATCH): this.
9741         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
9742         AC_FUNC_FNMATCH_GNU.
9744 2002-06-07  Akim Demaille  <akim@epita.fr>
9746         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
9747         Rosetta Stone for Unix.
9749 2002-06-07  Akim Demaille  <akim@epita.fr>
9751         * bin/autom4te.in (warn_forbidden): When rejecting a token,
9752         suggest m4_pattern_allow.
9753         Suggested by Adam J. Richter.
9755 2002-06-07  Akim Demaille  <akim@epita.fr>
9757         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
9758         ac_config_libobj_dir.
9759         (AC_CONFIG_LIBOBJ_DIR): New.
9760         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
9761         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
9762         Use ac_config_libobj_dir to find the replacement files.
9763         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
9764         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
9765         (AC_REPLACE_FNMATCH_GNU): these.
9766         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
9767         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
9768         * tests/mktests.sh (ac_exclude_list): Don't check
9769         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
9771 2002-06-06  Paul Eggert  <eggert@twinsun.com>
9773         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
9774         if ln doesn't work.
9775         * NEWS: Likewise.
9776         * doc/autoconf.texi (Configuration Links): Likewise.
9777         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
9779 2002-06-05  Paul Eggert  <eggert@twinsun.com>
9781         * config/config.guess, config/config.sub, config/texinfo.tex:
9782         Update from masters.
9784 2002-05-29  Paul Eggert  <eggert@twinsun.com>
9786         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
9787         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
9788         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
9789         Likewise.
9790         * lib/autoconf/Makefile.am (check-local): Likewise.
9791         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
9792         * lib/autoconf/types.m4 (commentary only): Likewise.
9793         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
9794         * lib/autotest/Makefile.am (check-local): Likewise.
9795         * lib/m4sugar/Makefile.am (check-local): Likewise.
9796         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
9797         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
9799         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
9800         * doc/autoconf.texi (Particular Programs): Document them.
9801         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
9802         * NEWS: Likewise.
9804 2002-05-27  Paul Eggert  <eggert@twinsun.com>
9806         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
9807         * NEWS, doc/autoconf.texi (Particular Types): Document it.
9808         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
9809         instead of AC_MBSTATE_T, which never existed.
9811 2002-05-23  Akim Demaille  <akim@epita.fr>
9813         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
9814         version of Autoconf that is discussed.
9816 2002-05-22  Paul Eggert  <eggert@twinsun.com>
9818         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
9819         from the default list of compilers to try.  Suggested by
9820         Kate Hedstrom.
9821         * NEWS: Document the above.
9822         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
9824 2002-05-17  Paul Eggert  <eggert@twinsun.com>
9826         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
9827         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
9828         This improves on an earlier suggestion by H. Peter Anvin.
9830 2002-05-16  Paul Eggert  <eggert@twinsun.com>
9832         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
9833         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
9834         Both macros now accept an optional source-dir arg.
9835         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
9837         * NEWS: Document this.
9838         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
9840         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
9841         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
9842         not for GNU extensions; this undoes part of the 2000-11-03 change,
9843         reverting to 2.13-compatible behavior.
9844         Add new optional argument DIR.
9845         (AC_FUNC_FNMATCH_GNU): New macro.
9847         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
9849 2002-05-08  Paul Eggert  <eggert@twinsun.com>
9851         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
9852         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
9853         and it causes a 'test' syntax error if it fails.
9854         Bug reported by Stephen Gildea.
9856         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
9857         If prototypes are supported, use them to check this at compile-time,
9858         instead of trying to check it at run-time.  If we must do a run-time
9859         check, assume that setvbuf is standard when cross-compiling, as
9860         nonstandard setvbuf occurs only on ancient and unlikely hosts.
9861         Bug reported by Paul D. Smith.
9863         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
9864         argument specifying location of getloadavg.c.  This removes a
9865         FIXME.  This idea was taken from Jim Meyering's implementation in
9866         textutils.
9867         * doc/autoconf.texi (Particular Functions): Document this.
9868         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
9869         that's what the code does; this fixes a bug reported by
9870         Paul D. Smith.
9872 2002-05-03  Akim Demaille  <akim@epita.fr>
9874         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
9875         autopoint instead of gettextize.
9876         ($uses_alocal): Rename as...
9877         ($uses_aclocal): this.
9878         * doc/autoconf.texi (autoreconf Invocation): Adjust.
9879         Suggested by Bruno Haible.
9881 2002-05-03  Akim Demaille  <akim@epita.fr>
9883         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
9885 2002-04-29  Paul Eggert  <eggert@twinsun.com>
9887         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
9888         files to be 1 second older; just set them to be the same time.
9889         Also, sleep 1 second after the first aclocal, to work around
9890         problems with sub-second time stamps on the input files.
9892 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
9894         * doc/autoconf.texi: Mention "set -e -x" lossage
9895         under node "Limitations of Builtins".
9897 2002-04-29  Akim Demaille  <akim@epita.fr>
9899         * doc/install.texi: Better wording for setting variables when
9900         running configure.
9901         From Christian Cornelssen.
9903 2002-04-29  Akim Demaille  <akim@epita.fr>
9905         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
9906         of lack of $LINENO support, then the test will compare the $LINENO
9907         in testsuite vs. the lineno in the test file.  This is wrong, of
9908         course.
9909         Be sure to protect it.
9910         Reported by Patrick Welche.
9912 2002-04-25  Akim Demaille  <akim@epita.fr>
9914         * doc/autoconf.texi (Obsolete Macros): Typo.
9915         Reported by Vladimir Volovich.
9917 2002-04-25  Akim Demaille  <akim@epita.fr>
9919         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
9920         than some of the input files, hence, on the second run of aclocal,
9921         if some of its input are younger, make them older.
9922         Suggested by Paul Eggert.
9924 2002-04-25  Akim Demaille  <akim@epita.fr>
9926         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
9927         Thanks to Paul Eggert.
9929 2002-04-25  Akim Demaille  <akim@epita.fr>
9931         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
9932         and ac_subst_vars be sh variables containing the list of
9933         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
9934         DEFAULT diversion.
9935         (_AC_INIT_PREPARE): Use them to log them.
9936         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
9937         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
9938         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
9939         _AC_SUBST_FILES and _AC_SUBST_VARS.
9940         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
9942 2002-04-24  Akim Demaille  <akim@epita.fr>
9944         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
9945         autoheader, so that automake does not complain about a missing
9946         config.h.in that was to be created.
9948 2002-04-23  Akim Demaille  <akim@epita.fr>
9950         * bin/autoheader.in (parse_args): --warning takes an argument.
9951         Fixes PR/220.
9953 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
9955         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
9956         and bb.out when cleaning up.
9958 2002-04-22  Akim Demaille  <akim@epita.fr>
9960         Version 2.53a.
9962 2002-04-22  Akim Demaille  <akim@epita.fr>
9964         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
9966 2002-04-22  Akim Demaille  <akim@epita.fr>
9968         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
9969         comma.
9970         Reported by Gregory Giannoni.
9972 2002-04-22  Akim Demaille  <akim@epita.fr>
9974         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
9975         Fixes false failures on Darwin.
9977 2002-04-21  Paul Eggert  <eggert@twinsun.com>
9979         * TODO, bin/autoupdate.in, doc/autoconf.texi,
9980         lib/autoconf/general.m4, lib/autoconf/libs.m4,
9981         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
9982         tests/tools.at: Minor spelling and grammar fixes.
9984 2002-04-20  Paul Eggert  <eggert@twinsun.com>
9986         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
9987         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
9988         * lib/autotest/general.m4 (AT_INIT): Likewise.
9989         * tests/atgeneral.m4 (AT_INIT): Likewise.
9991 2002-04-19  Paul Eggert  <eggert@twinsun.com>
9993         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
9994         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
9995         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
9996         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9997         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
9998         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
9999         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
10000         Minor spelling and grammar fixes.
10002         * doc/autoconf.texi: Follow the outline suggested in the GNU
10003         Sample Texts sections of the Texinfo 4.2 manual.  Most
10004         importantly, this makes sure that the copyright notices appear in
10005         all output formats.  You probably need Texinfo 4.2 to generate
10006         the manual now.
10008         Fix some bugs when using "$@" when there might be zero positional
10009         arguments in cases where this matters.
10011         * bin/autoconf.as: Rewrite so that the problem does not come up.
10012         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
10013         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
10014         * lib/autotest/general.m4 (AT_INIT): Likewise.
10016         * bin/autoheader.in: Use 'case' statement to work around problem.
10017         * bin/auto4mte.in: Likewise.
10018         * bin/autoreconf.in: Likewise.
10019         * bin/autoscan.in: Likewise.
10020         * bin/autoupdate.in: Likewise.
10021         * bin/ifnames.in: Likewise.
10023         * doc/autoconf.texi (Shell Substitutions): Document the problem.
10025         * lib/autotest/general.m4 (AT_INIT):
10026         Use Zsh alias to work around problem.
10027         * tests/atgeneral.m4 (AT_INIT): Likewise.
10029         * tests/c.at: We can't have zero arguments, so remove workaround
10030         that is not portable to Zsh.
10032 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
10034         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
10035         from aclocal.m4 too.
10037 2002-04-12  Akim Demaille  <akim@epita.fr>
10039         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
10041 2002-04-10  Akim Demaille  <akim@epita.fr>
10043         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
10044         workaround for ${1+"$@"}.
10045         * doc/autoconf.texi (Shell Substitutions): Explain it.
10046         From Oliver Kiddle and Peter Stephenson.
10048         Have M4sh perform minimal shell sanitizing.
10050         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
10051         part into...
10052         (_AS_PREPARE): this new macro.
10053         (AS_PREPARE): New.
10054         (AS_INIT): Invoke AS_SHELL_SANITIZE.
10055         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
10057         Adjust Autoconf and Autotest.
10059         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
10060         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
10061         * lib/autotest/general.m4 (AT_INIT): Likewise.
10062         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
10063         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
10064         AS_SHELL_SANITIZE.
10066         Use this M4sh to generate Autoconf's shell scripts.
10068         * tests/wrapsh.as: New, precursor of wrapsh.in.
10069         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
10070         on Autotest and M4sh.
10071         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
10072         (wrapsh.in): New target.
10073         * bin/autoconf.as: New, precursor of autoconf.in.
10074         (autoconf.in): New target.
10076 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
10078         * doc/autoconf.texi (Limitations of Make): Mention the issue
10079         with indented comments in rules.
10081 2002-04-09  Andreas Schwab  <schwab@suse.de>
10083         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
10084         ac_top_builddir when setting ac_abs_top_builddir.
10086 2002-04-06  Kevin Ryde  <user42@zip.com.au>
10088         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
10089         (Portable Shell): Cross reference to Systemology.
10091 2002-04-05  Akim Demaille  <akim@epita.fr>
10093         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
10094         directories when descending in a SUBDIRS.
10095         Reported by Ezra Peisach.
10097 2002-04-04  Andreas Schwab  <schwab@suse.de>
10099         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
10100         contains no literal separators.
10102 2002-04-03  Akim Demaille  <akim@epita.fr>
10104         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
10105         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
10106         Use dnl, not the KILL diversion.
10107         Extracted from...
10108         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
10109         (AC_CONFIG_LINKS): here.
10110         Adjust.
10111         Don't use the KILL diversion, as it kills spurious output, which
10112         results in failures being hidden.
10113         Use m4_defn where appropriate.
10114         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
10115         after the second argument.
10116         Use m4_defn.
10117         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
10118         syntax, as it is provided by M4sugar.
10119         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
10121 2002-04-03  Andreas Schwab  <schwab@suse.de>
10123         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
10124         expanded if $# <= 2.
10126         * bin/autoreconf.in (autoreconf): Run automake after rerunning
10127         aclocal.
10129 2002-04-03  Akim Demaille  <akim@epita.fr>
10131         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
10132         (_AC_COMPILER_EXEEXT_REJECT): New.
10133         Also recognize *.bb and *.bbg as compilation byproducts.
10134         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
10135         (_AC_COMPILER_OBJEXT): Use them.
10136         Fixes Debian #138666.
10138 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
10140         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
10142         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
10143         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
10144         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
10145         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
10146         (AC_C_CONST): Same.
10147         (AC_C_INLINE): Same.
10148         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
10149         * doc/autoconf.texi, NEWS: Document.
10150         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
10151         AC_C_CROSS.
10153 2002-04-02  Akim Demaille  <akim@epita.fr>
10155         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
10156         _AS_MKDIR_P_PREPARE.
10158 2002-03-28  Kevin Ryde  <user42@zip.com.au>
10160         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
10161         to avoid versions of HP C which don't allow that.
10163 2002-03-27  Paul Eggert  <eggert@twinsun.com>
10165         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
10166         (AS_SHELL_SANITIZE): Invoke it.
10167         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
10169 2002-03-26  Akim Demaille  <akim@epita.fr>
10171         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
10173 2002-03-26  Akim Demaille  <akim@epita.fr>
10175         * doc/autoconf.texi (Introduction): The GNATS base moved.
10177 2002-03-25  Paul Eggert  <eggert@twinsun.com>
10179         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
10180         as POSIX requires, as it doesn't work with Zsh.
10181         * doc/autoconf.texi (Assignments): Document the problem.
10183 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
10185         * doc/autoconf.texi (Limitations of Make): Mention more issue
10186         about VPATH, overriding of macros in sub-makes, and handling of
10187         SHELL.
10189 2002-03-21  Paul Eggert  <eggert@twinsun.com>
10191         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
10192         problem with here-document buffer boundaries.
10194         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
10195         when reinvoking the shell, to work around problems with installers
10196         who put strange things like "cd" commands in their environments.
10198 2002-03-19  Akim Demaille  <akim@epita.fr>
10200         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
10201         From Aaron Ucko.
10203 2002-03-19  Akim Demaille  <akim@epita.fr>
10205         * bin/autoscan.in (scan_file): Specify the location in `&used'
10206         invocations.
10207         From Nicolas Joly.
10209 2002-03-19  Akim Demaille  <akim@epita.fr>
10211         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
10212         From Nishio Futoshi.
10214 2002-03-19  Akim Demaille  <akim@epita.fr>
10216         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
10218 2002-03-18  Paul Eggert  <eggert@twinsun.com>
10220         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
10221         (Limitations of Usual Tools): Add mkdir section.
10223         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
10224         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
10225         back on AS_DIRNAME to compute prefixes otherwise; this is
10226         roughly what mkinstalldirs does.  That way, we need not have
10227         our own filename disassembler.  The old disassembler did not
10228         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
10230         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
10231         Create at_test_all by a series of assignments,
10232         not by a single assignment of a long string.  The latter causes ksh
10233         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
10234         presumably because of a buffer overrun.
10236 2002-03-14  Paul Eggert  <eggert@twinsun.com>
10238         * lib/autotest/general.m4 (at_times_skip):
10239         Renamed from at_times.  Now a boolean.
10240         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
10241         says 'times: not found'.
10243 2002-03-14  Akim Demaille  <akim@epita.fr>
10245         * bin/autoreconf.in (&study_gettextize): New.
10246         (&autoreconf): Handle newest gettextize.
10247         Rerun aclocal if needed.
10248         Suggested by Andreas Schwab.
10250 2002-03-13  Akim Demaille  <akim@epita.fr>
10252         * doc/autoconf.texi (Special Shell Variables): More about IFS.
10254 2002-03-13  Akim Demaille  <akim@epita.fr>
10256         * doc/autoconf.texi (Header Portability): New.
10257         Add information about stdint.h and inttypes.h from Paul Eggert.
10259 2002-03-13  Akim Demaille  <akim@epita.fr>
10261         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
10262         -p'.
10263         From Bob Proulx.
10265 2002-03-12  Akim Demaille  <akim@epita.fr>
10267         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
10268         m4_require.
10270 2002-03-11  Andreas Schwab  <schwab@suse.de>
10272         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
10273         does not do it if --with-lispdir is given.
10275 2002-03-08  Akim Demaille  <akim@epita.fr>
10277         Version 2.53.
10279 2002-03-08  Akim Demaille  <akim@epita.fr>
10281         * doc/autoconf.texi (Subdirectories): Clarify that the
10282         subdirectory should exist.
10284 2002-03-08  Akim Demaille  <akim@epita.fr>
10286         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
10288 2002-03-08  Akim Demaille  <akim@epita.fr>
10290         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
10291         aliases the actual variables, and modifications of the former
10292         affect the latter.
10294 2002-03-08  Akim Demaille  <akim@epita.fr>
10296         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
10297         because of C-c: have m4 output in tmp files, then mv them.
10299 2002-03-08  Akim Demaille  <akim@epita.fr>
10301         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
10302         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
10303         * bin/ifnames.in: Copyright update.
10305 2002-03-08  Akim Demaille  <akim@epita.fr>
10307         * doc/autoconf.texi (Invoking autom4te): New.
10309 2002-03-05  Akim Demaille  <akim@epita.fr>
10311         * doc/autoconf.texi (Specifying Names): Clarification suggested by
10312         Kevin Ryde.
10314 2002-03-05  Akim Demaille  <akim@epita.fr>
10316         Version 2.52i.
10318 2002-03-04  Akim Demaille  <akim@epita.fr>
10320         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
10321         * lib/autoconf/general.m4 (AC_INIT): More informative error
10322         message for LIBOBJ.
10324 2002-03-04  Akim Demaille  <akim@epita.fr>
10326         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
10327         parallel builds.
10329 2002-03-04  Akim Demaille  <akim@epita.fr>
10331         * doc/autoconf.texi (Transforming Names): Equality between target
10332         and host is irrelevant.
10333         (Specifying Names, Canonicalizing): Remove all references to the
10334         backward compatibility hooks.  Rather, collect them all into...
10335         (Hosts and Cross-Compilation): this new section.
10336         * doc/install.texi (System Type): Ditto.
10337         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
10338         that `--host' implies cross-compilation.
10340 2002-03-04  Akim Demaille  <akim@epita.fr>
10342         * doc/autoconf.texi (Evaluation Macros): New.
10343         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
10344         useless.
10345         (_m4_foreach): Define the variant with immediate evaluation so
10346         that it contains exactly the items, not an expression which
10347         evaluation is the current item.
10348         (m4_re_string, m4_re_word): Don't over quote them.
10350 2002-03-04  Akim Demaille  <akim@epita.fr>
10352         Instead of having stacking `shift's evaluated at the end, let
10353         `foreach' loops immediately evaluate them.
10355         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
10356         $*.  This is the n-th time I change my mind, but hopefully this is
10357         the last...
10358         (m4_lquote): New.
10359         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
10360         efficient.
10361         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
10362         it was only a hack for m4_text_wrap.
10363         (m4_car2): Remove, replaced by...
10364         (m4_cdr): New.
10365         (_m4_foreach): Adjust.
10366         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
10367         m4_bpatsubst for clarification.
10369 2002-03-04  Akim Demaille  <akim@epita.fr>
10371         * doc/autoconf.texi (Changequote is Evil): New.
10373 2002-03-03  Kevin Ryde  <user42@zip.com.au>
10375         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
10376         on old systems like SunOS.
10378 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
10380         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
10381         lib/autoconf/functions.m4, lib/autoconf/general.m4,
10382         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
10383         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
10384         of messages.
10386 2002-02-28  Akim Demaille  <akim@epita.fr>
10388         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
10389         message to be sent.
10391 2002-02-28  Kevin Ryde  <user42@zip.com.au>
10393         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
10395 2002-02-25  Akim Demaille  <akim@epita.fr>
10397         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
10398         From Akinori Musha.
10400 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
10402         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
10403         translate \r\n to \n.
10405 2002-02-07  Akim Demaille  <akim@epita.fr>
10407         Version 2.52h.
10409 2002-02-07  Akim Demaille  <akim@epita.fr>
10411         Fix Autoconf PR/209.
10412         Also reported by Frank Denis.
10414         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
10416 2002-02-07  Akim Demaille  <akim@epita.fr>
10418         Fix Autoconf PR/207:
10419         AC_PREFIX_PROGRAM fails with dashed program names
10421         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
10422         variable when looking for the prefix program.
10423         Now it also works for shell variables.
10425 2002-02-07  Akim Demaille  <akim@epita.fr>
10427         * doc/autoconf.texi (Limitations of Builtins): More about
10428         case/esac.
10430 2002-02-06  Akim Demaille  <akim@epita.fr>
10432         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
10433         case/esac, some shells don't support it.
10434         Reported by Zack Weinberg.
10435         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
10437 2002-02-06  Akim Demaille  <akim@epita.fr>
10439         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
10440         sure not to introduce newlines in at_groups.
10441         * lib/autotest/Makefile.am (autotest.m4f): Typo.
10443 2002-02-06  Akim Demaille  <akim@epita.fr>
10445         * tests/torture.at (Configuring subdirectories): Skip if aclocal
10446         is not available.
10448 2002-02-05  Paul Eggert  <eggert@twinsun.com>
10450         * doc/autoconf.texi (Specific Compiler Characteristics):
10451         Describe HP-UX cc bug workaround more accurately.
10452         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
10453         not unsigned long.
10454         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
10455         cross-compilers, too.  This undoes some of the most recent change
10456         to this file.
10458 2002-02-05  Akim Demaille  <akim@epita.fr>
10460         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
10461         to make sure they are up to date when `check' is run.
10463 2002-02-05  Akim Demaille  <akim@epita.fr>
10465         * doc/autoconf.texi (Making testsuite Scripts): Document
10466         package.m4.
10468 2002-02-05  Akim Demaille  <akim@epita.fr>
10470         * lib/freeze.mk: New.
10472 2002-02-05  Akim Demaille  <akim@epita.fr>
10474         Implement `autom4te --freeze'.
10476         * bin/autom4te.in (&freeze): New.
10477         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
10478         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
10480 2002-02-05  Akim Demaille  <akim@epita.fr>
10482         * bin/autom4te.in (&parse_args): Implement `frozen files are
10483         optional are the sum of the previous files on the command line'.
10484         Also, pass `--reload-state=' on them, so...
10485         (handle_m4): don't.
10486         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
10487         (M4sh): Rely on M4sugar.
10488         (Autotest, M4sh, M4sugar): Use frozen files.
10490 2002-01-31  Akim Demaille  <akim@epita.fr>
10492         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
10493         * doc/autoconf.texi (Initializing configure): Adjust.
10495 2002-01-30  Akim Demaille  <akim@epita.fr>
10497         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
10498         alphanumeric to `-' instead of `_'.
10500 2002-01-30  Akim Demaille  <akim@epita.fr>
10502         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
10503         for plain code, the other for cross-compilation code.  The latter
10504         is now run with GCC only.
10505         * doc/autoconf.texi (Compilers and Preprocessors): New.
10507 2002-01-30  Akim Demaille  <akim@epita.fr>
10509         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
10510         values.
10511         * doc/autoconf.texi (Initializing configure): Explain how to
10512         change AC_INIT default values.
10514 2002-01-29  Akim Demaille  <akim@epita.fr>
10516         * tests/torture.at (Configuring subdirectories): Use configure.in,
10517         so that aclocal 1.4 works.
10518         Reported by Alexandre Duret-Lutz and Larry Schmitt.
10520 2002-01-28  Akim Demaille  <akim@epita.fr>
10522         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
10523         needs an argument.
10525 2002-01-28  Akim Demaille  <akim@epita.fr>
10527         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
10528         AUTOTEST_PATH *after* it was set.
10529         Don't put `.' in the PATH: the user should be precise and `./' if
10530         needed.  In addition, given that the test suite does some `cd', if
10531         `.' is in the path, the `tested programs' sections will report
10532         programs found in the test suite's directory, while during the
10533         tests (performed in their own directory), these programs are no
10534         longer visible.  In other words, the results is confusing and
10535         useless.
10536         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
10538 2002-01-24  Akim Demaille  <akim@epita.fr>
10540         Version 2.52g.
10542 2002-01-24  Akim Demaille  <akim@epita.fr>
10544         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
10545         * doc/autoconf.texi: Finally add Akim as an author.
10547 2002-01-24  Akim Demaille  <akim@epita.fr>
10549         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
10550         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
10551         Bourne. Use /bin/sh.
10552         From Andreas Buening.
10554 2002-01-24  Akim Demaille  <akim@epita.fr>
10556         * config/config.guess, config/config.sub, config/texinfo.tex:
10557         Update from masters.
10559 2002-01-24  Akim Demaille  <akim@epita.fr>
10561         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
10562         * config/auxdir.m4, config/cond.m4, config/depend.m4,
10563         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
10564         * config/missing.m4, config/sanity.m4, config/select.m4,
10565         * config/strip.m4: Remove, to ease sync'ing with any version of
10566         Automake.
10568 2002-01-24  Akim Demaille  <akim@epita.fr>
10570         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
10571         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
10572         Reported by Geir Ove Myhr.
10574 2002-01-21  Akim Demaille  <akim@epita.fr>
10576         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
10578 2002-01-21  Akim Demaille  <akim@epita.fr>
10580         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
10581         message on invalid options.
10582         * bin/autom4te.in (parse_args): Don't use
10583         Autoconf::General::getopt with non valid options.
10585 2002-01-17  Jim Meyering  <meyering@lucent.com>
10587         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
10588         $ac_cv_exeext so we don't use an old, invalid, cached value.
10590 2002-01-11  Akim Demaille  <akim@epita.fr>
10592         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
10593         Meyering.
10594         * doc/autoconf.texi (Function Portability): Document the strnlen
10595         limitation.
10596         (Particular Functions): Document AC_FUNC_STRNLEN.
10597         * lib/autoscan/functions: Adjust.
10599 2002-01-06  Akim Demaille  <akim@epita.fr>
10601         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
10602         package.m4, since is really depends upon configure.ac, not
10603         configure.
10604         * doc/autoconf.texi (testsuite Scripts): Adjust.
10605         * tests/Makefile.am (package.m4): New.
10606         EXTRA_DIST it since its a source.
10608 2002-01-06  Akim Demaille  <akim@epita.fr>
10610         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
10611         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
10612         and PACKAGE_BUGREPORT from here...
10613         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
10614         arguments.
10615         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
10616         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
10617         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
10618         * tests/tools.at (autoheader): Adjust.
10619         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
10621 2002-01-06  Akim Demaille  <akim@epita.fr>
10623         * bin/autoscan.in (scan_file): Use `&used'.
10625 2002-01-03  Akim Demaille  <akim@epita.fr>
10627         * doc/autoconf.texi (Output): Improved wording regarding use of
10628         AC_OUTPUT.
10629         From Olly Betts.
10631 2001-12-18  Kevin Ryde  <user42@zip.com.au>
10633         * doc/autoconf.texi (Function Portability): Add notes on sscanf
10634         sometimes needing writable input.
10636 2001-12-17  Jim Meyering  <meyering@lucent.com>
10638         * doc/autoconf.texi (New Macros): Tweak wording.
10640 2001-12-14  Akim Demaille  <akim@epita.fr>
10642         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
10643         trailing files, don't apply `-rf' to files which might not be
10644         created by configure (core, core.*, and *.core), but just `rm -f'.
10645         Suggested by Jonathan Kamens.
10647 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
10649         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
10651 2001-12-14  Akim Demaille  <akim@epita.fr>
10653         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
10655 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
10657         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
10658         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
10659         abs_srcdir, top_srcpath to abs_top_srcdir.
10660         (_AC_OUTPUT_FILES): Adjust.
10661         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
10662         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
10663         * tests/wrappl.in, tests/wrapsh.in: Adjust.
10665 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
10667         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
10668         C/Fortran linking on HP/UX, by extracting the Fortran library
10669         search path from the LPATH line in the $F77 -v output.
10671 2001-12-12  Kevin Ryde  <user42@zip.com.au>
10673         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
10674         forbidden file descriptors table.
10676 2001-11-26  Akim Demaille  <akim@epita.fr>
10678         * bin/autoscan.in (%c_keywords): Build it at top level.
10679         Map to 1 in order to simplify its uses.
10681 2001-11-26  Akim Demaille  <akim@epita.fr>
10683         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
10684         Remove $filepath, useless.
10685         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
10686         variables, they are really part of the tokens.
10687         Split the input line on spaces and then look for tokens.
10688         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
10689         because of `lex$U.$(OBJEXT)'.
10690         (&scan_files): Use "@list" instead of join.
10691         * doc/Makefile.am (CLEANFILES): Add *.fns.
10693 2001-11-26  Akim Demaille  <akim@epita.fr>
10695         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
10696         Remove, replaced by...
10697         * tests/wrappl.in: Be common for all the Perl executables.
10698         In particular autoscan and autoheader want -I.
10699         * configure.ac: Adjust.
10700         * lib/autoscan/headers: errno.h is portable.
10702 2001-11-26  Akim Demaille  <akim@epita.fr>
10704         * bin/autoscan.in (used): New.
10705         Use it.
10707 2001-11-26  Akim Demaille  <akim@epita.fr>
10709         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
10710         directives.
10711         (&scan_sh_file): Remove a duplicate pattern.
10712         (&check_configure_ac): Use long options.
10713         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
10715 2001-11-26  Akim Demaille  <akim@epita.fr>
10717         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
10718         Before, having a line containing the opening of a multi line
10719         comment made the whole line be ignored.
10721 2001-11-26  Akim Demaille  <akim@epita.fr>
10723         * doc/autoconf.texi (Using an Autotest Test Suite): New.
10724         (testsuite Scripts): Be one of its subsection.
10725         (Autotest Logs): New.
10727 2001-11-26  Akim Demaille  <akim@epita.fr>
10729         Test groups are now run two directories deeper.
10731         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
10732         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
10733         at_top_builddir.
10734         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
10735         top_srcdir, builddir and top_builddir.
10736         Use `at_*dir' relatively to the directory containing the
10737         suite, use `*dir' when relatively to the current group dir.
10739 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10741         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
10742         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
10743         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
10744         spelling errors.
10746 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
10748         * doc/autoconf.texi (Using System Type): Add an example of `case
10749         $host' usage so people quit using `case $target' everywhere.
10751 2001-11-22  Akim Demaille  <akim@epita.fr>
10753         * doc/autoconf.texi (Installation Directory Variables): Englishoes
10754         spotted by Jim Meyering.
10756 2001-11-16  Paul Eggert  <eggert@twinsun.com>
10758         This patch implements a `long double' suggestion by Oliver Kiddle.
10760         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
10761         static, to catch errors if the value isn't known at compile-time
10762         and the compiler supports dynamic arrays.  Change its name from
10763         `_array_' to `test_array' to avoid potential name clashes.
10764         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
10765         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
10766         better than double.  Catch a bug in GCC 2.95.2 x86.
10767         * doc/autoconf.texi (C Compiler): Document the above.
10768         * NEWS: Likewise.
10770 2001-11-13  Akim Demaille  <akim@epita.fr>
10772         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
10773         hand.
10774         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
10776 2001-11-13  Akim Demaille  <akim@epita.fr>
10778         * lib/autotest/general.m4 (AT_INIT): After having run the test
10779         group, go back to the initial directory, not to at_suite_dir.
10781 2001-11-13  Akim Demaille  <akim@epita.fr>
10783         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
10784         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
10785         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
10786         option.
10787         (AT_CHECK_CONFIGURE): Use absolute paths.
10788         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
10789         The problem is still the old one: there is no means in M4 (that I
10790         know about) to create a defining macro, because there is no means
10791         to create `$1' etc., therefore, the defining macro ``swallows''
10792         all the arguments meant to the defined macro.
10794 2001-11-13  Akim Demaille  <akim@epita.fr>
10796         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
10797         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
10798         configure.ac.
10799         * tests/aclocal.m4: Remove, as it is no longer used.
10801 2001-11-13  Akim Demaille  <akim@epita.fr>
10803         * lib/autotest/general.m4: Change `tests?' into `groups?' in
10804         variable names when referring to a single test group, or to
10805         `suite' when referring to the whole test suite.
10806         `at_last_test' is removed: m4 compute at_format itself.
10807         (at_stdout, at_stder1, at_stderr): New variables.
10808         (AT_CHECK): Use them.
10810 2001-11-13  Akim Demaille  <akim@epita.fr>
10812         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
10813         in PATH.
10814         Create `testsuite.dir/003/run' instead of `testsuite.003'.
10815         Do it as soon as a test fails, don't wait till the end of the test
10816         suite.
10817         Don't remove $as_me.[0-9]*, since these files no longer exist.
10819 2001-11-13  Akim Demaille  <akim@epita.fr>
10821         * tests/tools.at: Use absolute paths, since we are no longer run
10822         in place.
10824 2001-11-13  Akim Demaille  <akim@epita.fr>
10826         Now that tests are running in their own private dir, there is no
10827         need to list the files to remove at the end of tests groups.
10829         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
10830         (AT_data_files, at_data_files): Remove.
10831         (AT_CLEANUP, AT_DATA): Simplify.
10832         (AT_INIT): Adjust.
10833         Remove the group dir if !debug && !failed.
10834         * tests/atspecific.m4: Adjust.
10836 2001-11-13  Akim Demaille  <akim@epita.fr>
10838         Start a new layout for Autotest: `testsuite' creates
10839         `testsuite.dir' in which the at-check-line etc. files are to be
10840         found, and `testsuite.dir/003' where the test group 3 is run.
10842         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
10843         at_check_line_file, at_format, at_test_normalized, at_group_dir
10844         are new variables.
10845         Create the directories.
10846         Use absolute paths for at- files.
10847         (AT_CHECK): Adjust.
10849 2001-11-11  Michael Matz  <matz@kde.org>
10851         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
10852         (m4_car2): New.
10853         (m4_car): Properly quote arguments.
10855 2001-11-13  Akim Demaille  <akim@epita.fr>
10857         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
10858         with stricter rules on LIBOBJS.
10860 2001-11-12  Paul Eggert  <eggert@twinsun.com>
10862         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
10863         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
10864         __PROTOTYPES too.
10866 2001-11-12  Akim Demaille  <akim@epita.fr>
10868         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
10870 2001-11-12  Akim Demaille  <akim@epita.fr>
10872         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
10873         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
10874         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
10875         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
10876         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
10877         specify to what the macro should be defined (typically to 1).
10879 2001-11-12  Akim Demaille  <akim@epita.fr>
10881         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
10882         From Jim Meyering.
10884 2001-11-12  Akim Demaille  <akim@epita.fr>
10886         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
10887         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
10888         definition used by Automake where LEX is +/- "${missing} lex" and
10889         `missing' itself contains variables.
10891 2001-11-12  Akim Demaille  <akim@epita.fr>
10893         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
10894         Now that M4sh pushes BODY, the comments were output at the end of
10895         the test suites.
10897 2001-11-08  Akim Demaille  <akim@epita.fr>
10899         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
10900         that we can trace macros from aclocal.m4.
10901         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
10902         obsoleted, and redirect to the former anyway.
10903         Reported by Ralf Corsepius.
10905 2001-11-08  Akim Demaille  <akim@epita.fr>
10907         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
10908         processed only if present.
10909         * tests/torture.at (Configuring subdirectories): Use autoreconf
10910         instead of successive calls to autoconf.
10911         Add a nonexistent subdirectory to exercise the patch above.
10912         Reported by Ralf Corsepius.
10914 2001-11-08  Kevin Ryde  <user42@zip.com.au>
10916         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
10917         doesn't accept .S files.
10919 2001-11-07  Akim Demaille  <akim@epita.fr>
10921         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
10922         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
10923         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
10924         * bin/autom4te.in (warn_forbidden): New.
10925         (handle_output): Use it.
10926         Read m4_pattern_forbid with messages.
10928 2001-11-05  Akim Demaille  <akim@epita.fr>
10930         * bin/autom4te.in (--normalize): Remove.
10931         * lib/autom4te.in: Adjust.
10933 2001-11-05  Akim Demaille  <akim@epita.fr>
10935         * tests/Makefile.am (testsuite): Rename this target as...
10936         ($(TESTSUITE)): this.
10937         From Nicolas Joly.
10939 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
10941         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
10942         the --prefix option, also remove it's argument.
10944 2001-11-05  Akim Demaille  <akim@epita.fr>
10946         * doc/autoconf.texi (testsuite Invocation): Update.
10947         (Writing testsuite.at): Update.
10949 2001-11-03  Akim Demaille  <akim@epita.fr>
10951         * doc/autoconf.texi: s/@code/@command/ where appropriate.
10953 2001-11-03  Akim Demaille  <akim@epita.fr>
10955         * lib/Autom4te/General.pm: (&catfile, &canonfile)
10956         (&file_name_is_absolute): New, wrappers around routines from
10957         File::Spec.
10958         Use and export them.
10959         (&find_configure_ac): Optionally take a directory where to look at.
10960         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
10961         the arguments.
10962         Default @ARGV to `.', not find_configure_ac.
10963         (&autoreconf): Argument is a directory.
10964         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
10965         * doc/autoconf.texi (autoreconf Invocation): Update.
10967 2001-11-03  Akim Demaille  <akim@epita.fr>
10969         * lib/Autom4te/General.pm (@export_vars, @export_subs)
10970         (@export_forward_subs): New.
10971         Add basename, dirname, and fileparse.
10972         (@EXPORT): Adjust.
10973         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
10974         Don't look for aclocal flags if we already know aclocal is not
10975         used.
10976         Move aclocal.m4t only if it exists.
10977         Reported by Ezra Peisach.
10979 2001-11-03  Akim Demaille  <akim@epita.fr>
10981         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
10982         passed on command line, defaulting to ./configure.ac if present.
10983         (&maybe_autoreconf, File::Find): Remove, unused.
10984         (&autoreconf): If autoconf is not used, don't try to trace.
10986 2001-11-02  Akim Demaille  <akim@epita.fr>
10988         * configure.ac: Bump to 2.52g.
10990 2001-11-02  Akim Demaille  <akim@epita.fr>
10992         Version 2.52f.
10994 2001-11-02  Akim Demaille  <akim@epita.fr>
10996         * config/config.guess, config/config.sub, doc/standards.texi:
10997         * config/lispdir.m4: Update from masters.
10998         * configure.ac: Bump to 2.52f.
11000 2001-11-02  Akim Demaille  <akim@epita.fr>
11002         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
11003         Don't run aclocal when aclocal.m4 is not from aclocal.
11004         From Ezra Peisach.
11005         Don't run libtoolize and gettextize if --install is not given.
11007 2001-11-01  Paul Eggert  <eggert@twinsun.com>
11009         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
11010         be invoked before _AS_LINENO_PREPARE.
11011         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
11012         than character ranges.
11014         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
11015         invoking AS_BASENAME.  Set the locale variables to 'C' if
11016         possible, as POSIX requires this to get the traditional
11017         behavior.
11018         * doc/autoconf.texi (Special Shell Variables): Describe the above.
11020 2001-10-31  Paul Eggert  <eggert@twinsun.com>
11022         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
11023         with {}, as that triggers a bug in Bash 2.05.
11025         (_AS_LINENO_PREPARE): Use Sed rather than
11026         Awk.  Fix the sed prepass to work even if there are multiple
11027         instances of $LINENO on the same line.  Do not substitute for
11028         other variables like $LINENOT.  Do not check file dates; such a
11029         check is unreliable on sufficiently fast machines, and removing
11030         the check makes the code simpler and more reliable.  Check for
11031         output and chmod failures.
11033         * doc/autoconf.texi (Special Shell Variables): Document
11034         the above.
11036 2001-10-31  Akim Demaille  <akim@epita.fr>
11038         * tests/Makefile.am (atconfig): Remove this target, Automake
11039         handles it now.
11041 2001-10-31  Akim Demaille  <akim@epita.fr>
11043         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
11044         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
11045         provided, while it is optional.
11046         * configure.ac: Adjust.
11048 2001-10-26  Paul Eggert  <eggert@twinsun.com>
11050         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
11051           lib/Autom4te/Struct.pm:
11052         Require Perl 5.005_03 instead of just 5.005, as some tests fail
11053         with 5.005_02.
11055         * doc/autoconf.texi (Special Shell Variables): Document some
11056         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
11058         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
11059         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
11060         eval $LINENO is not portable in practice.
11062 2001-10-24  Akim Demaille  <akim@epita.fr>
11064         * lib/Autom4te/General.pm (backname): New.
11066 2001-10-24  Akim Demaille  <akim@epita.fr>
11068         * m4/: Remove, merged into...
11069         * config/: here.
11071 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
11073         * doc/autoconf.texi (Shellology): Mention the problems with bash
11074         2.05's use of ANSI quoting in its `set' builtin.
11076 2001-10-22  Paul Eggert  <eggert@twinsun.com>
11078         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
11079         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
11080         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
11081         POSIX decided to standardize on the int flavor of strerror_r.
11082         Always do char* test, as there's no reason not to.
11083         Assign to a char* var, to catch strerror_r that returns int*.
11085         * doc/autoconf.texi (Particular Functions):
11086         Document the above changes.  Also, document the fact that
11087         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
11089         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
11091 2001-10-20  Akim Demaille  <akim@epita.fr>
11093         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
11094         the executable was missing from the log.
11096 2001-10-20  Akim Demaille  <akim@epita.fr>
11098         * lib/Autom4te/General.pm (&update_file): If destination is
11099         unchanged, remove the source.
11100         (&up_to_date_p): Don't be verbose, be debug.
11101         * bin/autoreconf.in: No longer support --m4dir.
11102         (&autoreconf): Display the full path of the configure.ac we are
11103         studying.
11104         Trace it only once.
11105         Be sure to honor --force with gettextize.
11106         Always run aclocal.
11107         * doc/autoconf.texi: Adjust.
11109 2001-10-20  Akim Demaille  <akim@epita.fr>
11111         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
11112         Remove, dead.
11113         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
11114         `intl' is already present, as it refuses unless --force.
11115         (&parse_args): Use -I, --include instead of the old Autoconf
11116         options.
11117         ($localdir, $autoconf_dir): Remove.
11118         (@include): New.
11119         (&maybe_autoreconf): New, to preserve $_ for File::Find.
11121 2001-10-19  Jens Petersen  <petersen@redhat.com>
11123         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
11124         * doc/autoconf.texi (Particular Programs): Likewise.
11126 2001-10-19  Akim Demaille  <akim@epita.fr>
11128         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
11129         file in @configure_input@.
11130         Don't mention `automatically' in addition to `generated'.
11131         * tests/torture.at (#define header templates): Adjust.
11133 2001-10-19  Akim Demaille  <akim@epita.fr>
11135         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
11136         comment, explain how to install automatic mode selection.
11137         From Russ Allbery.
11139 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
11141         * bin/autoreconf.in (autoreconf): Display the path to the
11142         configure.ac being studied.
11144 2001-10-18  Paul Eggert  <eggert@twinsun.com>
11146         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
11147         long, to work around a bug in the HP C compiler version HP92453-01
11148         B.11.11.23709.GP.
11150         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
11151         (AS_BASENAME_EXPR): New macro.
11152         (AS_BASENAME_SED): Do not assume GNU sed semantics.
11153         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
11154         and fall back on 'sed' only if the other two fail.  This makes
11155         AS_BASENAME act more like AS_DIRNAME.
11156         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
11157         contains white space.
11158         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
11159         Use AS_DIRNAME, since I think it's now DOS-friendly.
11160         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
11161         Allow "dirname //FOO" to return either / or //, as POSIX allows
11162         either behavior.
11164 2001-10-10  Akim Demaille  <akim@epita.fr>
11166         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
11167         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
11168         From Eric Sharkey.
11170 2001-10-10  Akim Demaille  <akim@epita.fr>
11172         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
11173         m4_define, since...
11174         (_AS_ECHO_N): AS_REQUIREs it.
11176 2001-10-10  Akim Demaille  <akim@epita.fr>
11178         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
11179         (AC_INCLUDES_DEFAULT): Move to...
11180         * lib/autoconf/headers.m4: here.
11181         * lib/autoconf/types.m4: Comment changes.
11182         * doc/autoconf.texi: Specify where the default includes are used
11183         in the macro prototypes.
11185 2001-10-09  Akim Demaille  <akim@epita.fr>
11187         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
11188         transition code.
11190 2001-10-08  Akim Demaille  <akim@epita.fr>
11192         * bin/autoreconf.in (&autoreconf): Remove debugging code.
11193         (&parse_args): Pass verbosity/debugging options to subtools when
11194         --debug, not when --verbose.
11195         * lib/autom4te.in (Autoreconf-preselections): New.
11196         (Autoconf): Use it.
11198 2001-10-08  Akim Demaille  <akim@epita.fr>
11200         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
11202 2001-10-08  Akim Demaille  <akim@epita.fr>
11204         * doc/autoconf.texi (autoreconf Invocation): Adjust.
11205         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
11207 2001-10-08  Akim Demaille  <akim@epita.fr>
11209         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
11210         (Syntax of the shell scripts): Don't.
11211         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
11212         bother with $force since...
11213         * lib/Autom4te/General.pm: does.
11215 2001-10-08  Akim Demaille  <akim@epita.fr>
11217         * bin/autoreconf.in: Rewrite in Perl.
11218         * configure.ac: Adjust.
11219         * lib/Autom4te/General.pm (&up_to_date_p): New.
11220         * bin/autom4te.in (&up_to_date_p): Use it.
11221         Rename as...
11222         (&up_to_date): this.
11224 2001-10-08  Akim Demaille  <akim@epita.fr>
11226         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
11227         (m4_list_cmp): Use $0 to reinvoke yourself.
11228         (m4_patsubsts): New.
11229         (m4_strip, m4_version_unletter): Use it.
11230         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
11232 2001-10-08  Akim Demaille  <akim@epita.fr>
11234         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
11235         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
11236         * lib/autoconf/types.m4, lib/autotest/general.m4,
11237         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
11238         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
11239         m4_bregexp, m4_bpatsubst, and m4_bmatch.
11240         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
11242 2001-10-08  Akim Demaille  <akim@epita.fr>
11244         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
11246 2001-10-08  Akim Demaille  <akim@epita.fr>
11248         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
11249         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
11250         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
11251         * tests/tools.at, tests/m4sh.at: Use it.
11252         * tests/m4sh.at: Don't rely on Autoconf macros.
11253         (DIRNAME_TEST): Also exercise the expr variant.
11254         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
11255         preferred M4sugar extension is now `.4s'.
11256         * tests/README: Remove.
11258 2001-10-08  Akim Demaille  <akim@epita.fr>
11260         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
11261         (m4_provide_if): this.
11262         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
11263         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
11264         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
11265         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
11267 2001-10-08  Akim Demaille  <akim@epita.fr>
11269         Use `add-log-current-defun-function' for ChangeLog creation.
11270         Suggested by Tom Tromey.
11272         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
11273         (autotest-mode): Adjust.
11274         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
11275         'comment-region onto `C-c ;'.
11276         Comments are `#', not `dnl'.
11277         (autoconf-current-defun): New.
11278         (autoconf-font-lock-keywords): Recognize `m4_defun'.
11280 2001-10-08  Akim Demaille  <akim@epita.fr>
11282         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
11283         * lib/m4sugar/m4sh.m4: here.
11284         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
11285         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
11286         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
11287         include handle the m4_pattern_*, no longer push the
11288         BODY diversion nor set the /bin/sh line, AS_INIT does it.
11289         * lib/autotest/general.m4 (AT_INIT): Likewise.
11290         * tests/base.at: Adjust the tests to use AS_INIT.
11291         * tests/tools.at (AT_DATA_FORBIDDEN): New.
11292         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
11293         Autoconf.
11295 2001-10-07  Paul Eggert  <eggert@twinsun.com>
11297         * doc/autoconf.texi (config.status Invocation):
11298         CONFIG_SHELL defaults to a shell that supports LINENO if available.
11300         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
11301         shell does not support LINENO, and if CONFIG_SHELL is unset or
11302         empty, and if we can find a shell that does support LINENO,
11303         then set CONFIG_SHELL to that shell and then re-execute
11304         ourselves with CONFIG_SHELL.
11306 2001-10-05  Paul Eggert  <eggert@twinsun.com>
11308         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
11309         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
11310         build of $(TESTSUITE).
11312 2001-10-05  Akim Demaille  <akim@epita.fr>
11314         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
11315         iff we are a bareword.
11316         Reported by Raja R Harinath.
11318 2001-10-05  Akim Demaille  <akim@epita.fr>
11320         * tests/m4sh.at (LINENO): New.
11321         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
11322         PATH_SEPARATOR before using it.
11323         Fix the absolute path case/esac pattern.
11324         Provide $0 as fallback for as_myself.
11325         Reported by Raja R Harinath.
11327 2001-10-05  Akim Demaille  <akim@epita.fr>
11329         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
11330         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
11332 2001-10-05  Akim Demaille  <akim@epita.fr>
11334         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
11335         (AS_SHELL_SANITIZE): here.  Use it.
11336         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
11337         From Paul Eggert.
11339 2001-10-04  Akim Demaille  <akim@epita.fr>
11341         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
11342         combination of Awk and sed to replace $LINENO.
11344 2001-10-02  Paul Eggert  <eggert@twinsun.com>
11346         * doc/autoconf.texi (Limitations of Builtins): You can't use
11347         "source"; it's not portable.  Remove confusing and
11348         somewhat-incorrect example involving "." and "/".
11350         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
11351         compatibility with POSIX shells.
11353 2001-10-02  Akim Demaille  <akim@epita.fr>
11355         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
11356         instead of exec'ing to preserve $0 and $@.
11358 2001-10-01  Akim Demaille  <akim@epita.fr>
11360         * tests/testsuite (AT_INIT) <at_pass_list>: New.
11361         Don't run twice the same test.
11363 2001-10-01  Akim Demaille  <akim@epita.fr>
11365         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
11366         No longer output the list of tests.
11367         <--list>: New option.
11368         <--full-help>: Remove.
11369         Complete the short/long options duality.
11370         Various small adjustments.
11372 2001-10-01  Akim Demaille  <akim@epita.fr>
11374         * doc/autoconf.texi: Use @kbd for user input.
11375         Always use `$' as shell prompt.
11377 2001-09-30  Paul Eggert  <eggert@twinsun.com>
11379         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
11380         Don't use nested parenthesization.  This patch was originally
11381         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
11382         but somehow it didn't get incorporated then.
11383         * doc/autoconf.texi (Limitations of Usual Tools):
11384         Clarify remark about sed and nested parenthesization.
11386         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
11387         Report an error if the size cannot be determined even though
11388         the type exists.
11389         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
11390         Check for `expr' arithmetic overflow, and for compilation failure,
11391         and invoke a new argument $4 if either is discovered.
11392         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
11393         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
11395 2001-09-28  Akim Demaille  <akim@epita.fr>
11397         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
11398         * m4/lispdir.m4: New.
11399         * aclocal.m4, configure.ac: Adjust.
11401 2001-09-28  Akim Demaille  <akim@epita.fr>
11403         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
11404         (AT_TESTED): this.
11405         (AT_INIT): More the wrapped section to where it will be expanded.
11406         Output `AT_tested' only when existing.
11407         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
11409 2001-09-27  Akim Demaille  <akim@epita.fr>
11411         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
11412         generates too many bug reports.
11414         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
11415         status when executing the ACTION-IF-FALSE.
11416         * tests/base.at (AC_TRY_*): Rename as...
11417         (AC_TRY_COMMAND): this.
11418         (AC_RUN_IFELSE): New.
11419         * tests/compile.at (Extensions, C keywords)
11420         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
11421         (Broken/missing compilers, AC_PROG_CPP with warnings)
11422         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
11423         * tests/c.at (Extensions, C keywords)
11424         (Broken/missing compilers, AC_PROG_CPP with warnings)
11425         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
11426         (AC_PROG_CPP requires AC_PROG_CC): here and...
11427         * tests/fortran.at (GNU Fortran 77): there.
11428         * doc/autoconf.texi (autoconf Invocation): Fix the example:
11429         AC_TRY_RUN is about compilation, not shell commands.
11430         (Test Programs): AC_TRY_RUN works as used to be advertised.
11432 2001-09-27  Akim Demaille  <akim@epita.fr>
11434         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
11435         Raja R Harinath:
11436         Be sure to detect when $LINENO always returns the same value.
11437         Look for the original script, basename($0) is certainly not
11438         enough.
11439         Pass the CLI arguments to `$as_me.lineno'.
11441 2001-09-25  Akim Demaille  <akim@epita.fr>
11443         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
11444         Be sure the close and reopen the LOG fd before and after using tee
11445         to extend the log.
11446         <at_tests_pattern>: Adjust to the new format of at_help_all.
11448 2001-09-23  Akim Demaille  <akim@epita.fr>
11450         * bin/autom4te.in (parse_args): There can be several invocations
11451         of --language now.
11453 2001-09-23  Akim Demaille  <akim@epita.fr>
11455         * doc/autoconf.texi (Top): Wrap in @ifnottex.
11457 2001-09-23  Akim Demaille  <akim@epita.fr>
11459         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
11460         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
11461         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
11462         builddir, buildpath, top_builddir, and top_buildpath.
11463         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
11464         the current directory.
11465         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
11466         variables *before* changing the current directory.
11467         Skip nonexistent dirs.
11468         * doc/autoconf.texi (Preset Output Variables): Document these
11469         variables.
11471         * lib/autotest/general.m4: Do not reset AT_victims.
11472         Don't compute at_srcdir nor at_top_srcdir.
11474         * tests/tools.at: Hence use top_srcdir.
11476         * tests/Makefile.am, tests/autoconf, tests/autoheader,
11477         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
11478         Remove.
11479         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
11480         * tests/wrapsh.in, tests/autoupdate.in: New.
11481         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
11482         * configure.ac: Build the position independent wrappers.
11484         * man/Makefile.am: Now that test wrappers are position
11485         independent, use them and drop dark envvar magic.
11487 2001-09-23  Akim Demaille  <akim@epita.fr>
11489         * doc/autoconf.texi (Common Shell Constructs): Rename as...
11490         (Programming in M4sh): this.
11491         Promote to @section.
11493 2001-09-23  Akim Demaille  <akim@epita.fr>
11495         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
11496         Pass $at_debug_args to the rerun test suite.
11497         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
11498         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
11499         From Paul Eggert.
11501 2001-09-23  Akim Demaille  <akim@epita.fr>
11503         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
11505 2001-09-23  Akim Demaille  <akim@epita.fr>
11507         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
11508         over-escaping.
11510 2001-09-23  Akim Demaille  <akim@epita.fr>
11512         * lib/Autom4te/General.pm (&debug): New.
11513         * bin/autom4te.in ($language): Move to...
11514         (parse_args): here.
11515         Handle --language in languages.
11516         * lib/autom4te.in (Automake-selections, Autoheader-selections)
11517         (Autoscan-selections): New.
11518         (Autoconf): Adjust.
11520 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
11522         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
11523         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
11524         to match current versions from CVS Automake.
11526 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
11528         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
11529         for $LINENO.
11531 2001-09-22  Akim Demaille  <akim@epita.fr>
11533         * lib/autoconf/autotest.m4: Create `package.m4'.
11534         * tests/Makefile.am (package.m4): Remove.
11536 2001-09-22  Akim Demaille  <akim@epita.fr>
11538         Rely on `$LINENO' when possible instead of `__oline__'.
11540         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
11541         `$LINENO' support replacement when not supported.
11542         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
11543         them explicitly to be sure they are not output before this section
11544         (via m4_require).  Cosmetic only.
11545         * lib/autoconf/c.m4, lib/autoconf/general.m4,
11546         * lib/autoconf/programs.m4: Replace all the occurrences of
11547         `__oline__' with `$LINENO'.
11548         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
11550 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
11552         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
11553         character (u: -> ue) in a code comment.
11554         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
11555         it works.
11557 2001-09-21  Akim Demaille  <akim@epita.fr>
11559         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
11560         Suggested by Jim Meyering.
11562 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11564         * lib/autoconf/programs.m4: Use extensions listed in
11565         $ac_executable_extensions when looking for programs.
11567 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11569         * lib/autoconf/general.m4: Fix a small Englisho.
11570         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
11571         setting up ac_dir_suffix and ac_top_builddir.
11572         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
11574 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11576         * doc/autoconf.texi (File System Conventions): Clarify the use of
11577         PATH_SEPARATOR.
11578         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
11579         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
11580         be used instead of ':'.
11581         * lib/autotest/general.m4: Replace occurrences of ':' in
11582         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
11584 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11586         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
11587         arguments.  Fixed a typo.
11589 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11591         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
11592         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
11594 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11596         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
11597         * bin/autoupdate.in: Ditto.
11598         * bin/autoheader.in: Reworded a few comments.
11599         * bin/autoconf.in: Reworded help text for a few options.
11600         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
11601         * bin/autoscan.in, bin/autoupdate.in: Ditto.
11603 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
11605         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
11606         already have $file).  Set output files to binary mode (helps avoid
11607         CR issues on DOSish systems).
11609 2001-09-19  Akim Demaille  <akim@epita.fr>
11611         * lib/autotest/general.m4: Englishoes.
11612         From Tim Van Holder and Alexey Mahotkin.
11614 2001-09-18  Paul Eggert  <eggert@twinsun.com>
11616         * doc/autoconf.texi (Common Shell Constructs): New node,
11617         documenting AS_DIRNAME.
11618         (Limitations of Usual Tools): Refer to it when discussing dirname.
11619         Also, update discussion of POSIX standard to reflect latest draft.
11621         * lib/autoconf/c.m4:
11622         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
11624         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
11625         Do not pass a first argument with leading '-'
11626         to expr, by parenthesizing initial integers that might be negative.
11628         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
11629         now merely checks whether it is an error to pass an argument
11630         to getpgrp.
11632         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
11633         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
11634         whether it is a (compile-time) error to pass an argument to
11635         getpgrp.  This simpler test supports the revised documentation,
11636         and is all that AC_FUNC_GETPGRP's users really need.
11638 2001-09-18  Akim Demaille  <akim@epita.fr>
11640         * doc/autoconf.texi (Limitations of Make) <$<>: New.
11642 2001-09-18  Akim Demaille  <akim@epita.fr>
11644         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
11645         `{}'.
11646         * lib/autotest/general.m4 (AT_INIT): Adjust.
11648 2001-09-18  Paul Wagland  <paul@wagland.net>
11650         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
11651         correctly.
11652         Add test for AS_BASENAME.
11653         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
11654         added test. It now correctly handles /1/2/3/, returning '3' not ''.
11655         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
11656         * tests/base.at: Fixed the expected responses. The old ones were
11657         one line out...
11658         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
11659         the documentation claims it should (and how it behaved in 2.13).
11661 2001-09-18  Akim Demaille  <akim@epita.fr>
11663         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
11664         the AC_CONFIG_COMMANDS invocation.
11665         This also solves the name clash problems.
11666         Don't set the package's ID.
11667         * lib/m4sugar/Makefile.am (version.m4): Revamp.
11668         No longer to be shipped.
11669         (version.in): Remove.
11670         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
11671         * lib/autoconf/status.m4: Adjust.
11672         Use `m4_PACKAGE_STRING'.
11673         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
11674         the only optional argument is the name of the test suite.
11675         Expect `package.m4' to define the package signature.
11676         * lib/autom4te.in (Autotest): Add `package.m4?'.
11677         * tests/Makefile.am (package.m4): New.
11678         * tests/suite.at: ifnames is a victim.
11680 2001-09-18  Akim Demaille  <akim@epita.fr>
11682         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
11683         AC_LIBSOURCE, AC_CONFIG_FILES.
11684         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
11685         program version string doesn't match the package's.
11686         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
11687         after `(cached)'.
11689 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11691         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11692         Allow expression to return any value that can fit into unsigned long
11693         (not int, as before).  Check for output errors.
11695 2001-09-17  Bruno Haible  <haible@ilog.fr>
11697         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
11698         Always include <stdio.h> and <stdlib.h>. Evaluate
11699         the expression in an extra function before these includes. Call
11700         fprintf "%d" only after ensuring the argument is of type 'int'.
11701         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
11703 2001-09-17  Paul Eggert  <eggert@twinsun.com>
11705         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
11706         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
11707         fatal errors, and AC_CHECK_LIB causes it to include libraries even
11708         when they don't exist.
11710         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
11711         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
11712         need it.
11714         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
11715         version with the version used by fileutils 4.1, except use
11716         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
11717         we don't need it.
11719         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
11721 2001-09-13  Akim Demaille  <akim@epita.fr>
11723         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
11724         _first_.
11725         Reported by Gerrit P. Haase.
11727 2001-09-13  Akim Demaille  <akim@epita.fr>
11729         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
11730         m4_defn'ing is valid.
11732 2001-09-13  Akim Demaille  <akim@epita.fr>
11734         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
11735         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
11736         Use it.
11738 2001-09-13  Akim Demaille  <akim@epita.fr>
11740         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
11741         m4_match.
11742         (m4_re_escape): New.
11743         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
11744         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
11745         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
11746         Likewise.
11747         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
11748         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
11749         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
11750         AT_tests_all for consistency.
11751         Set at_victims.
11752         (AT_VICTIMS): Similar to AT_KEYWORDS.
11753         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
11755 2001-09-13  Akim Demaille  <akim@epita.fr>
11757         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
11759 2001-09-13  Akim Demaille  <akim@epita.fr>
11761         * lib/autotest/general.m4 (AT_INIT): Create and remove
11762         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
11763         test suites can cohabit.
11765 2001-09-13  Akim Demaille  <akim@epita.fr>
11767         * tests/mktests.sh: Don't output banners for empty test files.
11769 2001-09-13  Akim Demaille  <akim@epita.fr>
11771         Test suites can be run independently of configure.
11773         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
11774         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
11775         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
11776         ECHO_N etc.
11777         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
11778         and at_c.
11779         * lib/autotest/general.m4: Use ECHO_*.
11781 2001-09-13  Akim Demaille  <akim@epita.fr>
11783         * bin/ifnames.in: Rewrite in Perl.
11784         * configure.ac: Don't look for AWK.
11785         * tests/tools.at (AWK portability): Remove.
11786         (Syntax of the shell scripts): Don't check ifnames.
11787         (AT_CHECK_PERL_SYNTAX): New.
11788         (Syntax of the Perl scripts): Check ifnames.
11789         * tests/ifnames: New.
11791 2001-09-13  Akim Demaille  <akim@epita.fr>
11793         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
11794         test group titles.
11795         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
11796         Remove all the other keywords.
11798 2001-09-10  Akim Demaille  <akim@epita.fr>
11800         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
11801         SETUP: no longer used.
11802         Support -k, --keywords.
11803         <at_help>: Be `no', `short', or `long'.
11804         <at_help_all>: New variable.
11805         (AT_KEYWORDS): New.
11806         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
11807         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
11808         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
11809         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
11810         No longer fill the HELP diversion.
11811         (AT_CLEANUP): Use them.
11812         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
11813         (m4_list_append): Remove.
11815         Spread a few keywords in the Autoconf test suite.
11817 2001-09-10  Akim Demaille  <akim@epita.fr>
11819         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
11820         PATH_SEPARATOR, let M4sh compute it.
11821         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
11822         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
11823         Move to...
11824         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
11825         Simplify when the path is not a literal.
11826         (AS_UNAME): Use it to report PATH.
11827         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
11828         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
11829         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
11830         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
11831         normalize the path, and to look for victims.
11832         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
11833         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
11835 2001-09-07  Akim Demaille  <akim@epita.fr>
11837         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
11838         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
11839         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
11840         related variables into `at_package_*'.
11841         * lib/autotest/general.m4 (AT_VICTIMS): New.
11842         (AT_INIT): Adjust for stand-alone/embedded test suites.
11843         (AS_MESSAGE_LOG_FD): Define and use it.
11844         * tests/suite.at (AT_VICTIMS): Use it.
11845         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
11846         at_version.
11848 2001-09-07  Akim Demaille  <akim@epita.fr>
11850         Move toward possibly stand-alone test suites.
11852         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
11853         in addition, it introduces useless differences in logs.
11854         (AT_INIT): Let atconfig and atlocal be both optional.
11855         Adjust PATH computation.
11856         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
11858 2001-09-07  Akim Demaille  <akim@epita.fr>
11860         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
11861         m4sugar/version.m4.
11863 2001-09-05  Akim Demaille  <akim@epita.fr>
11865         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
11866         to avoid GCC warnings.
11867         From Uwe Seimet.
11869 2001-09-05  Akim Demaille  <akim@epita.fr>
11871         * bin/autom4te.in: --language is -l, not -s.
11873 2001-09-05  Akim Demaille  <akim@epita.fr>
11875         Be ready to handle filenames as stupid as `dnl.at', for if even
11876         the maintainer is dumb enough to do that...
11878         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
11879         excellence in M4 quotation: consider `__file__' is active.
11881         And BTW, when invoking m4, pass the --include in the right order:
11882         the wrong one.
11884         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
11885         4m.
11887 2001-09-05  Akim Demaille  <akim@epita.fr>
11889         * lib/Autom4te/XFile.pm: New lib file.
11890         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
11891         * bin/autoheader.in: Use it.
11893 2001-09-05  Akim Demaille  <akim@epita.fr>
11895         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
11896         defined.
11898 2001-09-05  Akim Demaille  <akim@epita.fr>
11900         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
11901         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
11903         * bin/autoscan.in: Use `getopt' and `find_files' etc.
11904         Add -I, --include support.
11905         * doc/autoconf.texi (autoscan Invocation): Adjust.
11907 2001-09-05  Akim Demaille  <akim@epita.fr>
11909         CVS GNU M4 doesn't like `undefine(undefined)'.
11911         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
11912         New, extracted from main.
11913         Use IO::File wherever possible.
11914         (input.m4): Be constant, use -I instead of hard coding $tmp.
11915         Therefore be a quoted heredoc.
11916         Don't invoke `_au_disable', since ac was not loaded, but just
11917         `unm4.m4'.
11919 2001-08-31  Akim Demaille  <akim@epita.fr>
11921         Version 2.52d.
11923 2001-08-31  Akim Demaille  <akim@epita.fr>
11925         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
11926         previous patch.
11927         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
11929 2001-08-31  Akim Demaille  <akim@epita.fr>
11931         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
11932         serious problems handling heredocs in heredocs.
11933         Reported by Nicolas Joly.
11935 2001-08-31  Akim Demaille  <akim@epita.fr>
11937         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
11938         (Making testsuite Scripts): Update.
11940 2001-08-31  Akim Demaille  <akim@epita.fr>
11942         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
11944 2001-08-31  Akim Demaille  <akim@epita.fr>
11946         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
11947         (testsuite Scripts): There is no such thing as `atconfig.in'.
11948         And actually one diagram is missing: test suite runtime.
11950 2001-08-31  Akim Demaille  <akim@epita.fr>
11952         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
11953         inverse order.
11955 2001-08-31  Akim Demaille  <akim@epita.fr>
11957         * bin/autoupdate.in (@include): `installcheck' revealed the path
11958         to m4sugar was lacking!
11960 2001-08-31  Akim Demaille  <akim@epita.fr>
11962         * man/Makefile.am (.x.1): We really have to pass
11963         autom4te_perllibdir.
11965 2001-08-31  Akim Demaille  <akim@epita.fr>
11967         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
11968         debug scripts, in particular passing explicitly listed tests to
11969         run is stupid.
11971 2001-08-31  Akim Demaille  <akim@epita.fr>
11973         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
11974         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
11975         Use directly autom4te, not autoconf.
11976         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
11978 2001-08-31  Akim Demaille  <akim@epita.fr>
11980         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
11981         * bin/autoheader.in (%symbol): Strip arguments of macros.
11983 2001-08-31  Akim Demaille  <akim@epita.fr>
11985         * doc/autoconf.texi: Catch up -I, --include changes.
11987 2001-08-31  Akim Demaille  <akim@epita.fr>
11989         * bin/autom4te.in (&parse_args): Die on unknown languages.
11990         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
11991         need for autoconf.
11992         Promote --include over --macrodir and other obsolete options.
11994 2001-08-31  Akim Demaille  <akim@epita.fr>
11996         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
11997         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
11998         * bin/autom4te.in ($autoconf): Pass --force.
11999         `print $out' doesn't print `$_' but `$out'.
12000         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
12001         (autoheader): Pass --force since the test suite goes too fast for
12002         the time stamps.
12003         Adjust to the new autoheader messages.
12005 2001-08-31  Akim Demaille  <akim@epita.fr>
12007         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
12008         Check the completeness of the #template.
12009         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
12010         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
12011         invocation.
12013 2001-08-31  Akim Demaille  <akim@epita.fr>
12015         * lib/Autom4te/General.pm (&find_file, &update_file): New.
12016         * bin/autoupdate.in, bin/autoheader.in: Adjust.
12017         Drop AC_MACRODIR dead for real.
12018         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
12019         `autoheader: `config.hin' is created'.
12020         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
12022 2001-08-31  Akim Demaille  <akim@epita.fr>
12024         * bin/autoheader.in: Rewrite in Perl.
12025         * tests/autoheader: Adjust.
12027 2001-08-31  Akim Demaille  <akim@epita.fr>
12029         * bin/autoconf.in (--include, -I): New option.
12030         Map --localdir, --autoconf-dir onto it.
12031         Forward autom4te's options instead of interpreting them.
12032         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
12033         There is no such envvar since the inception of autom4te.cfg.
12034         * bin/autom4te.in (&parse_args): Uniquify `@include'.
12035         * bin/autoupdate.in: Adjust, and perform more control.
12036         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
12037         * tests/autoconf: Dittowise.
12039 2001-08-31  Akim Demaille  <akim@epita.fr>
12041         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
12042         * bin/autom4te.in (&find_file): Support `FILE?' standing for
12043         optionally `FILE'.
12044         Use -e, not -f, since /dev/null for instance is OK.
12045         (&parse_args): Adjust.
12046         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
12048 2001-08-31  Akim Demaille  <akim@epita.fr>
12050         * configure.ac: Also find tested executables in bin.
12051         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
12052         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
12053         installed peer executables, only PATH is allowed to resolve it.
12054         Pass `autoconf_dir' via options, not via invisible envvars.
12055         * lib/Autom4te/General.pm (&find_peer): Remove.
12056         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
12057         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
12058         * man/Makefile.am: Let help2man rely on PATH instead of trying to
12059         find the executables for it.
12060         * tests/Makefile.am: Major cleanup.  Too lazy to document...
12061         * tests/atlocal.in: Remove all the obscure envvar manipulations.
12062         We only need PERL.
12063         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
12064         indeed related to running the test suite, while passing
12065         --autoconf-dir and others is related to running non installed
12066         Autoconf executables.  So don't do that, leave it to...
12067         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
12068         * tests/autoscan: New.
12069         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
12070         refer to library files: rely on --language.
12072 2001-08-29  Akim Demaille  <akim@epita.fr>
12074         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
12075         s/--set/--language/.
12077 2001-08-29  Akim Demaille  <akim@epita.fr>
12079         * doc/autoconf.texi: Strip the @nodes.
12080         Suggested by Paul Eggert.
12081         (Initializing configure): Typo.
12083 2001-08-29  Akim Demaille  <akim@epita.fr>
12085         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
12086         Suggested by Paul Eggert.
12088 2001-08-29  Akim Demaille  <akim@epita.fr>
12090         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
12091         download in a tmp dir.
12093 2001-08-29  Akim Demaille  <akim@epita.fr>
12095         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
12096         case insensitive OSes out there :(
12097         From Tim Van Holder.
12099 2001-08-29  Akim Demaille  <akim@epita.fr>
12101         * lib/autom4te.in: New.
12102         * lib/Makefile.am (edit, autom4te.cfg): New.
12103         * bin/autom4te.in (BEGIN): Simplify.
12104         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
12105         (&load_configuration): New.  Use it.
12106         (&parse_args): Support --mode, --set, and --melt.
12107         * bin/autoconf.in: Simplify and adjust.
12108         * tests/Makefile.am (AUTOMAKE): Use --set.
12109         * tests/atlocal.in: Adjust.
12110         * BUGS: distcheck and check are weak.
12112 2001-08-29  Akim Demaille  <akim@epita.fr>
12114         * lib/autotest/general.m4: Use
12115                 foo=`(command) 2>/dev/null`
12116         not
12117                 foo=`command` 2>/dev/null
12118         (at-devnull): Rename as...
12119         (AT-devnull): this.
12120         (--clean): Remove AT-* files too.
12121         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
12122         Reported by Nicolas Joly.
12124 2001-08-28  Akim Demaille  <akim@epita.fr>
12126         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
12127         quotes inside single quotes.
12128         Reported by Nicolas Joly.
12130 2001-08-28  Kevin Ryde  <user42@zip.com.au>
12132         * doc/autoconf.texi (Function Portability): Mention C right shifts.
12134 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
12136         * lib/autotest/general.m4: Reword some messages.
12137         (AT_INIT): Check for the `times' builtin before using it.
12138         Support test ranges as arguments to the testsuite.
12139         Have -e imply -d as the help text suggested.
12141 2001-08-27  Akim Demaille  <akim@epita.fr>
12143         * Makefile.maint: Formatting changes.
12144         (do-po-update, po-update, cvs-update, update): New targets.
12145         (AMTAR): Remove.
12147 2001-08-27  Akim Demaille  <akim@epita.fr>
12149         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
12150         <at_cmd_line>: New.
12151         Pass it to debug-*.sh scripts.
12152         <AUTOTEST_PATH>: May contain absolute dir names.
12154 2001-08-27  Akim Demaille  <akim@epita.fr>
12156         * lib/autotest/general.m4 (AT_INIT): Log the command line.
12157         Support `VAR=VAL' as arguments.
12158         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
12159         may be set via the command line.
12161 2001-08-27  Akim Demaille  <akim@epita.fr>
12163         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
12164         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
12165         first the build dirs, then the src dirs.
12166         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
12168 2001-08-27  Akim Demaille  <akim@epita.fr>
12170         * lib/autotest/general.m4 (AT_INIT): Output the definition of
12171         at_data_files earlier.
12172         (--clean, -c): New option.
12173         * tests/Makefile.am: Use this option.
12175 2001-08-27  Akim Demaille  <akim@epita.fr>
12177         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
12178         `ac_top_builddir' to mimic Automake's vocabulary, which much more
12179         readable.
12180         Adjust callers.
12181         * doc/autoconf.texi (Configuration Actions): Document the vars
12182         available in commands.
12183         Emphasize the risks of collisions in init-cmds.
12185 2001-08-27  Akim Demaille  <akim@epita.fr>
12187         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
12188         (Initializing configure): this new node.
12190 2001-08-27  Akim Demaille  <akim@epita.fr>
12192         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
12194 2001-08-27  Akim Demaille  <akim@epita.fr>
12196         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
12197         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
12198         New file.
12199         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
12201 2001-08-27  Akim Demaille  <akim@epita.fr>
12203         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
12204         to...
12205         * lib/autoconf/autoheader.m4: this new file.
12206         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
12207         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
12208         Move to...
12209         * lib/autoconf/autoupdate.m4: this new file.
12211 2001-08-27  Akim Demaille  <akim@epita.fr>
12213         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
12214         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
12215         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
12216         -> ac_dir).
12217         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
12218         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
12220 2001-08-27  Akim Demaille  <akim@epita.fr>
12222         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
12223         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
12224         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
12225         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
12226         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
12227         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
12228         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
12229         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
12230         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
12231         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
12232         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
12233         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
12234         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
12235         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
12236         (_AC_OUTPUT_SUBDIRS): Move to...
12237         * lib/autoconf/status.m4: this new file.
12238         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
12239         * tests/Makefile.am, tests/suite.at: Adjust.
12241 2001-08-27  Akim Demaille  <akim@epita.fr>
12243         Automake 1.5.
12245         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
12246         (AMTAR): Help automake define it.
12247         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
12248         needed, 1.5 can have a macro and a target with the same name.
12249         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
12250         * m4/strip.m4: New.
12251         * m4/init.m4, m4/sanity.m4: Update.
12252         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
12253         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
12254         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
12255         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
12257 2001-08-27  Akim Demaille  <akim@epita.fr>
12259         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
12261         * lib/autoconf/version.in: Remove.
12262         * lib/m4sugar/version.in: New.
12263         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
12264         Adjust callers.
12265         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
12266         the name of the directory they're in, instead of the filename,
12267         since version.m4 is now in m4sugar, but m4_acversion must not be
12268         classified as an Autoconf macro.
12269         ($input_m4): Don't qualify the path to m4sugar.
12270         Rather, pass autoconf_dir to m4.
12271         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
12272         * tests/suite.at: Require 2.52c.
12274 2001-08-27  Akim Demaille  <akim@epita.fr>
12276         testsuite.log should include config.log.
12278         * lib/autotest/autotest.m4: New.
12279         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
12280         * tests/suite.at : Adjust.
12281         (AT_INIT): Log config.log.
12282         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
12283         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
12284         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
12285         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
12286         of config.log on traps.
12287         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
12288         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
12289         for config.status'.
12290         Open the log as soon as possible.
12291         Use the same log introduction as configure's.
12293 2001-08-22  Paul Eggert  <eggert@twinsun.com>
12295         * doc/autoconf.texi (Indices): New node.
12296         Move indices out of the top level menu and into this submenu.
12298 2001-08-22  Akim Demaille  <akim@epita.fr>
12300         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
12301         AC_TRY_COMMAND.
12302         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
12304 2001-08-22  Akim Demaille  <akim@epita.fr>
12306         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
12307         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
12308         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
12309         * lib/autoconf/programs.m4: here.
12310         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
12311         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
12312         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
12313         * lib/autoconf/programs.m4: here.
12314         (_AC_DECL_YYTEXT): Rename as...
12315         (_AC_PROG_LEX_YYTEXT_DECL): this.
12316         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
12317         * tests/Makefile.am, tests/suite.am: Adjust.
12319 2001-08-22  Akim Demaille  <akim@epita.fr>
12321         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
12322         Move to...
12323         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
12324         here.
12325         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
12326         * lib/autoconf/functions.m4: here.
12327         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
12328         (AH_CHECK_LIB): Move to...
12329         * lib/autoconf/libs: this new file.
12330         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
12331         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
12332         * lib/autoconf/libs.m4: here.
12333         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
12335 2001-08-22  Akim Demaille  <akim@epita.fr>
12337         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
12338         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
12339         (AC_SITE_LOAD): Better logging of config.site.
12341 2001-08-20  Akim Demaille  <akim@epita.fr>
12343         * configure.ac (AT_CONFIG): Fix the path.
12344         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
12345         can be used.
12347 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
12349         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
12350         program with AC_LANG_PROGRAM before feeding it to
12351         AC_COMPILE_IFELSE.  Cleanup grep usage.
12353 2001-08-20  Akim Demaille  <akim@epita.fr>
12355         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
12356         * NEWS, README, README-alpha, TODO, tests/README: This package is
12357         `Autoconf', not `autoconf' (the executable).
12359 2001-08-20  Akim Demaille  <akim@epita.fr>
12361         Info readers seem to need `Index' in the index node title :(
12363         * doc/autoconf.texi: Reverse the 2001-08-15 change which
12364         simplified index node names.
12366 2001-08-20  Akim Demaille  <akim@epita.fr>
12368         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
12369         arguments are not literals.
12370         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
12371         Specify the output variables, and macros defined.
12373 2001-08-20  Akim Demaille  <akim@epita.fr>
12375         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
12376         (Examining Syntax) <AC_TRY_COMPILE>
12377         (Examining Libraries) <AC_TRY_LINK>
12378         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
12379         their arguments.
12380         Reported by Werner Lemberg.
12382 2001-08-20  Akim Demaille  <akim@epita.fr>
12384         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
12385         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
12386         Load atlocal late enough to dump it in the log.
12387         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
12389 2001-08-20  Akim Demaille  <akim@epita.fr>
12391         * tests/torture.at (Configuring subdirectories): New test.
12392         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
12393         looking for.
12394         * m4/atconfig.m4: Be sure the let $[0] be expandable.
12395         (top_srcdir): Fix its computation.
12397 2001-08-20  Akim Demaille  <akim@epita.fr>
12399         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
12400         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
12401         test suite lives.
12402         Create `atconfig' automagically.
12403         Configure atlocal.in if present.
12404         * tests/atconfig.in: Remove.
12405         * tests/atlocal.in: New.
12406         * tests/Makefile.am: Adjust.
12408 2001-08-20  Akim Demaille  <akim@epita.fr>
12410         Huh!?!?!  There are still some user EOF tags used, which prevents
12411         their use in AC_CONFIG_COMMANDS for instance...
12413         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
12414         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
12415         `_CSEOF', or `_ATEOF', as appropriate.
12416         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
12417         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
12419 2001-08-20  Akim Demaille  <akim@epita.fr>
12421         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
12422         * tests/semantics.at, tests/tools.at, tests/torture.at:
12423         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
12425 2001-08-20  Akim Demaille  <akim@epita.fr>
12427         Autotest invokes M4sh's initialization.
12429         * lib/autotest/general.m4: Adjust the diversion names.
12430         (AT_INIT): Run AS_INIT.
12431         Use the BINSH diversion to invoke /bin/sh.
12432         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
12433         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
12435 2001-08-20  Akim Demaille  <akim@epita.fr>
12437         Let M4sh have its own diversions.
12439         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
12440         (_m4_divert(NOTICE)): Rename as...
12441         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
12442         (_m4_divert(HEADER-COMMENT)): these.
12443         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
12444         (_m4_divert(NOTICE)): New, for Libtool.
12445         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
12446         long ago with `_m4_divert(GROW)'.
12447         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
12449 2001-08-20  Akim Demaille  <akim@epita.fr>
12451         * tests/base.at, tests/compile.at, tests/foreign.at,
12452         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
12453         * tests/semantics.at, tests/suite.at, tests/tools.at,
12454         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
12456 2001-08-20  Akim Demaille  <akim@epita.fr>
12458         * bin/autom4te.in (handle_output): Handle @__@.
12460 2001-08-20  Akim Demaille  <akim@epita.fr>
12462         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
12463         * lib/autotest/general.m4: Adjust the license.
12465 2001-08-17  Paul Eggert  <eggert@twinsun.com>
12467         * doc/autoconf.texi (Function Portability): Mention snprintf,
12468         following up on a suggestion by Kevin Ryde.
12470 2001-08-17  Akim Demaille  <akim@epita.fr>
12472         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
12473         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
12475 2001-08-17  Akim Demaille  <akim@epita.fr>
12477         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
12478         `$0.log' as for projects where testsuite is in src, we'd have
12479         testsuite.log created in src.
12481 2001-08-17  Akim Demaille  <akim@epita.fr>
12483         * bin/autom4te.in (&parse_args): Recognize --normalize.
12485 2001-08-17  Akim Demaille  <akim@epita.fr>
12487         Start implementing the AC_CHECK_HEADER transition scheme.
12489         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
12490         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
12491         (AC_CHECK_HEADER): Use them.
12493 2001-08-17  Akim Demaille  <akim@epita.fr>
12495         * doc/autoconf.texi: Work around Texinfo buglets.
12496         (Transformation Rules): One example is enough, users are expected
12497         to have their brains on. And BTW, use DESTDIR.
12498         (dvar): New macro.  Use it.
12500 2001-08-17  Akim Demaille  <akim@epita.fr>
12502         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
12503         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
12504         looking for ChangeLogs.
12506 2001-08-17  Akim Demaille  <akim@epita.fr>
12508         * bin/autom4te.in: --normalize is a new option.
12509         * bin/autoconf.in: Use it.
12511 2001-08-17  Akim Demaille  <akim@epita.fr>
12513         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
12514         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
12516 2001-08-16  Paul Eggert  <eggert@twinsun.com>
12518         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
12519         start, not at end.
12521 2001-08-15  Akim Demaille  <akim@epita.fr>
12523         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
12524         Use it.
12526 2001-08-15  Akim Demaille  <akim@epita.fr>
12528         * doc/autoconf.texi (pr): New index.
12529         (prindex, findex): Use, merge, and output them.
12530         (Environment Variable Index, Output Variable Index)
12531         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
12532         (Autotest Macro Index): Rename as...
12533         (Environment Variables, Output Variables,Preprocessor Symbols)
12534         (Autoconf Macros, M4 Macros, Autotest Macros): these.
12535         * doc/install.texi: Use @command.
12536         (Environment Variables): Rename as...
12537         (Defining Variables): this.
12539 2001-08-15  Akim Demaille  <akim@epita.fr>
12541         * doc/autoconf.texi (Function Portability): sprintf's return
12542         value.
12543         From Kevin Ryde.
12545 2001-08-15  Akim Demaille  <akim@epita.fr>
12547         * Makefile.maint (CVS): New.
12548         (local-check): Run changelog-check. last.
12549         (alpha): Don't depend upon local-check, since...
12550         (cvs-dist): depends upon it.
12552 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
12554         * tests/Makefile.am: Use a clean-local rule to remove
12555         autom4te.cache (it's a directory, not a file.
12556         * Makefile.am: Ditto (but maintainer-clean-local).
12558 2001-08-15  Akim Demaille  <akim@epita.fr>
12560         * bin/autom4te.in (@m4_warning): New.
12561         (&handle_m4): Use it.
12562         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
12563         warnings are issued at each run.
12564         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
12565         is in the src tree.
12567 2001-08-15  Akim Demaille  <akim@epita.fr>
12569         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
12570         don't waste time running `autoupdate --version' works.
12571         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
12573 2001-08-13  Akim Demaille  <akim@epita.fr>
12575         * doc/autoconf.texi (ma): Rename this index as...
12576         (ac): this.
12578 2001-08-13  Akim Demaille  <akim@epita.fr>
12580         * Makefile.am: Remove dead code and dead comments.
12581         (pdf, html): New targets.
12582         * doc/autoconf.texi (Using Autotest): New chapter.
12583         * doc/Makefile.am (pdf): New targets.
12584         (CLEANFILES): Adjust.
12586 2001-08-13  Akim Demaille  <akim@epita.fr>
12588         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
12589         duration of the test suite.
12591 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
12593         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
12594         endianness for comparison instead of relying on AT_CHECK_ENV.
12596 2001-08-11  Paul Eggert  <eggert@twinsun.com>
12598         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
12599         to the INSTALL file.
12601 2001-08-11  Paul Eggert  <eggert@twinsun.com>
12603         * NEWS: The autoconf manual now is distributed under the terms
12604         of the GNU Free Documentation License.
12606         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
12607         Add an appendix "Copying This Manual" for the FDL.
12609         * doc/fdl.texi: New file, from
12610         <http://www.gnu.org/licenses/fdl.texi>.
12612         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
12614 2001-08-10  Paul Eggert  <eggert@twinsun.com>
12616         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
12617         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
12618         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
12619         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
12620         m4/sanity.m4, tests/README, tests/aclocal.m4,
12621         tests/atspecific.m4, tests/base.at, tests/compile.at,
12622         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
12623         tests/semantics.at, tests/suite.at, tests/tools.at,
12624         tests/torture.at: Add copyright notice.
12626         * tests/mktests.sh: Update year in copyright notice.
12628 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
12630         * tests/semantics.at (AC_C_BIGENDIAN): New test.
12632 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
12634         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
12635         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
12636         * doc/autoconf.texi (C Compiler Characteristics): Update
12637         documentation for AC_C_BIGENDIAN.
12639 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
12641         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
12642         magic values from an object file when cross-compiling.
12643         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
12645 2001-08-10  Akim Demaille  <akim@epita.fr>
12647         * bin/autom4te.in (&handle_output): Don't use `grep' with side
12648         effects.
12649         Suggested by Russ Allbery.
12651 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
12653         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
12654         current $prefix to the sub-configures.
12656 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
12658         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
12659         extension (needed on BeOS).  Reported by Guido van Rossum.
12661 2001-08-09  Akim Demaille  <akim@epita.fr>
12663         * bin/autom4te.in ($icache): Load it only if older than autom4te.
12665 2001-08-07  Akim Demaille  <akim@epita.fr>
12667         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
12668         removed.
12669         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
12670         No need to remove the files before and after the each test, before
12671         each test and at the end of the suite is enough.
12672         Display only the children `times', not the shell's.
12673         If the test failed or was skipped, at-times is not available.
12675 2001-08-07  Akim Demaille  <akim@epita.fr>
12677         Always produce testsuite.log, including when there are no
12678         failures.  This helps getting information on skipped tests, and
12679         duration of the tests.  Err, implement the latter btw.
12681         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
12682         Dump information on the first run of each test.
12683         (AT_CLEANUP): Create `at-times' containing the duration of the
12684         test group.
12686 2001-08-07  Akim Demaille  <akim@epita.fr>
12688         The use of `dumpstat' revealed that `len' was used although it
12689         should not.  m4_text_wrap was using it, but in the Autoconf world
12690         where it is legal.  Hence (i) test M4sh in its own world, not
12691         Autoconf's, and (ii), ahem, fix the bug :)
12693         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
12694         does not like `' instead of [].
12695         (AT_INIT): Forbid `^_?AT_'.
12696         And don't output such tokens.
12697         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
12698         `script.as', and `autom4te.cache'.
12699         Remove `empty' and `macro' which are no longer used.
12700         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
12701         * tests/m4sugar.at: Use it.
12702         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
12704 2001-08-07  Akim Demaille  <akim@epita.fr>
12706         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
12708 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
12710         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
12712 2001-08-04  Akim Demaille  <akim@epita.fr>
12714         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
12715         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
12716         AC_TRY_LINK.
12717         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
12718         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
12719         (AC_F77_MAIN): Likewise.
12721 2001-08-04  Akim Demaille  <akim@epita.fr>
12723         Don't rely on M4sugar outputting the patterns in files, since we
12724         might process the output _without_ running m4, hence without these
12725         files.
12727         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
12728         * bin/autom4te.in (@Request::includes): Remove, unused.
12729         (@Request::source): Rename as...
12730         (@Request::input): this.
12731         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
12732         (&handle_output): Fetch the patterns from the traces.
12733         `$forbidden' and `$allowed' are constant: use m//o.
12734         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
12735         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
12737 2001-08-04  Akim Demaille  <akim@epita.fr>
12739         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
12740         autoconf', i.e., in addition to caching traces, cache the output.
12742         * bin/autom4te.in (Request::cache): Rename as...
12743         (Request::id): this.
12744         ($cache, $icache, $tcache, $ocache): New.
12745         (&handle_m4): Save M4 output in the cache instead of $tmp.
12746         (&handle_output): Adjust.
12747         (&up_to_date_p): Check that the output cache is up to date too.
12748         (top level): Run `&handle_m4' iff force or the cache is invalid.
12749         Run `&handle_output' if the output cache is more recent.
12751 2001-08-04  Akim Demaille  <akim@epita.fr>
12753         * bin/autom4te.in ($force): New.
12754         (&parse_args, &print_usage): -f, --force is a new option.
12755         (&handle_output): CPP directives might have spaces after `#'.
12756         (&parse_args): The first file only can be frozen.
12758 2001-08-04  Akim Demaille  <akim@epita.fr>
12760         Don't let autom4te compute the `include' traces several times:
12761         first check that the trace cache file is up to date, and then
12762         compare its timestamp with that of the output.
12764         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
12765         the preamble.  Don't require 5.005 as Autom4te::General does it,
12766         and better yet (use `use', not `require'!).
12767         * lib/Autom4te/Struct.pm: Rename the last occurrences of
12768         Class::Struct as Autom4te::Struct.
12769         * lib/Autom4te/General.pm (File::stat): Use it.
12770         (&mtime): New, export it.
12771         * bin/autom4te.in: Use it.
12772         Declare `$req' is invalid if it is outdated.
12773         Don't declare it valid before saving it if something went wrong.
12775 2001-08-04  Akim Demaille  <akim@epita.fr>
12777         Autom4te shall not encode Autoconf data, and preselecting traces
12778         must be proposed to the users.
12780         * bin/autom4te.in (@required_trace): Remove.
12781         (@preselect): New.
12782         (&parse_args, &print_usage): -p, --preselect is a new option.
12783         (&up_to_date_p): Adjust.
12784         * bin/autoconf.in: Preselect some Autoconf macros.
12786 2001-08-04  Akim Demaille  <akim@epita.fr>
12788         * tests/tools.at (autoconf --trace: user macros): Check traces on
12789         macros invoked without arguments, and macros invoked with multiple
12790         lines arguments.
12792 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
12794         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
12795         arguments.
12797 2001-08-03  Akim Demaille  <akim@epita.fr>
12799         * bin/autoconf.in ($@): Work around the usual sh bug.
12800         From Nicolas Joly.
12802 2001-08-03  Akim Demaille  <akim@epita.fr>
12804         Clean up the handling of the M4 builtins tracing exception.
12806         * bin/autom4te.in (Request::request): Don't complete M4 builtins
12807         trace requests.
12808         (@m4_builtins): Rename as...
12809         (@m4_builtin): this.
12810         (%m4_builtin_alternate_name): New.
12811         (&parse_args): Complete the trace requests with alternate names.
12812         (&handle_traces): Hence no longer do it here.
12813         (&trace_requests): Remove, unused.
12815 2001-08-03  Akim Demaille  <akim@epita.fr>
12817         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
12818         m4_if, and m4_wrap.
12820 2001-08-03  Akim Demaille  <akim@epita.fr>
12822         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
12823         (m4_divert_pop): Dump the whole diversion stack when a diversion
12824         mismatch happens.
12825         * bin/autom4te.in (&handle_output): Remember of the first
12826         occurrence of a possibly undefined macro, not the last.
12827         Complain about the possibly undefined macros in the same order as
12828         the appear in the output.
12829         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
12830         * tests/tools.at (autoconf: forbidden tokens, basic)
12831         (autoconf: forbidden tokens, exceptions): No longer sort
12832         autoconf's stderr, as it is now deterministic.
12833         Check that `dnl' is caught.
12835 2001-08-01  Akim Demaille  <akim@epita.fr>
12837         * configure.ac: Bump to 2.52c.
12839 2001-08-01  Akim Demaille  <akim@epita.fr>
12841         Version 2.52b.
12843         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
12845 2001-08-01  Akim Demaille  <akim@epita.fr>
12847         Version 2.52a.
12849 2001-08-01  Akim Demaille  <akim@epita.fr>
12851         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
12852         `die'.
12853         (&END): New.
12854         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
12855         `END', as `Autom4te::General::END' will be triggered.
12856         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
12857         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
12858         system to run `mv', `rm', and `cmp'.
12860 2001-08-01  Akim Demaille  <akim@epita.fr>
12862         * lib/Autom4te/General.pm (&unique): New.
12863         * bin/autoscan.in (&output): Use it to issue trace requests once.
12865 2001-08-01  Akim Demaille  <akim@epita.fr>
12867         * lib/Autom4te/General.pm: New.
12868         * bin/autom4te.in (Autom4te::General): Use it.
12869         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
12870         (&find_configure_ac, &find_slave): Remove.
12871         * bin/autoscan.in: Likewise.
12872         * bin/autoupdate.in: Likewise.
12874 2001-08-01  Akim Demaille  <akim@epita.fr>
12876         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
12877         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
12878         * bin: here, new directory.
12879         * lib/Autoconf: Rename as...
12880         * lib/Autom4te: this, to please case insensitive junkie OSes.
12882 2001-08-01  Akim Demaille  <akim@epita.fr>
12884         * autom4te.in ($m4): Handle the --nesting-limit.
12885         * autoconf.in (M4): Remove.
12887 2001-08-01  Akim Demaille  <akim@epita.fr>
12889         * autoconf.in ($AWK): Remove, no longer used.
12890         * test/tools.at: Use AT_CHECK_AUTOCONF.
12891         (AWK portability): Remove, for autoconf no longer uses AWK.
12892         (Syntax of the Perl scripts): New.
12893         * configure.ac: autoconf no longer needs an AWK with a good
12894         regexp engine.
12895         Use a static test on AC_PACKAGE_VERSION.
12896         * autom4te.in (&up_to_date_p): Output depends on the arguments.
12897         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
12898         * tests/atconfig.in (PERL): New.
12900 2001-08-01  Akim Demaille  <akim@epita.fr>
12902         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
12903         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
12904         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
12905         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
12906         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
12907         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
12908         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
12909         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
12910         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
12911         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
12912         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
12913         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
12914         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
12915         * lib/autoconf/c.m4: here, new file.
12917         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
12918         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
12919         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
12920         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
12921         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
12922         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
12923         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
12924         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
12925         (AC_F77_FUNC): Move to...
12926         * lib/autoconf/fortran.m4: here, new file.
12928 2001-08-01  Akim Demaille  <akim@epita.fr>
12930         * acfunctions.m4: Rename as...
12931         * lib/autoconf/functions.m4: this.
12932         * acgeneral.m4: Rename as...
12933         * lib/autoconf/general.m4: this.
12934         * acheaders.m4: Rename as...
12935         * lib/autoconf/headers.m4: this.
12936         * aclang.m4: Rename as...
12937         * lib/autoconf/lang.m4: this.
12938         * acoldnames.m4: Rename as...
12939         * lib/autoconf/oldnames.m4: this.
12940         * acspecific.m4: Rename as...
12941         * lib/autoconf/specific.m4: this.
12942         * actypes.m4: Rename as...
12943         * lib/autoconf/types.m4: this.
12944         * autoconf.m4: Rename as...
12945         * lib/autoconf/autoconf.m4: this.
12947         * m4sugar.m4: Rename as...
12948         * lib/m4sugar/m4sugar.m4: this.
12949         * m4sh.m4: Rename as...
12950         * lib/m4sugar/m4sh.m4: this.
12952         * tests/atgeneral.m4: Rename as...
12953         * lib/autotest/general.m4: this.
12955         * acfunctions: Rename as...
12956         * lib/autoscan/functions: this.
12957         * acheaders: Rename as...
12958         * lib/autoscan/headers: this.
12959         * acidentifiers: Rename as...
12960         * lib/autoscan/identifiers: this.
12961         * aclibraries: Rename as...
12962         * lib/autoscan/libraries: this.
12963         * acmakevars: Rename as...
12964         * lib/autoscan/makevars: this.
12965         * acprograms: Rename as...
12966         * lib/autoscan/programs: this.
12968 2001-08-01  Akim Demaille  <akim@epita.fr>
12970         * doc/autoconf.texi: Moving/deleting open files is not portable.
12971         Portability issues for `.' (source), and more information about sed.
12973 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
12975         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
12976         which has a special meaning and is not a reference to libibmil.a.
12977         Reported by Matteo Frigo.
12979 2001-07-25  Pavel Roskin  <proski@gnu.org>
12981         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
12982         output.
12984 2001-07-25  Akim Demaille  <akim@epita.fr>
12986         * autoconf.in: Try to define the variables before using them.
12987         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
12988         instead of `$perllibdir'.
12989         * tests/atconfig.in ($autom4te_perllibdir): Export it.
12991 2001-07-25  Akim Demaille  <akim@epita.fr>
12993         * autoconf.in (ac_LF_and_DOT): Remove, unused.
12995 2001-07-24  Akim Demaille  <akim@epita.fr>
12997         Let autoconf use autom4te for traces.
12999         * autoconf.in ($task, task trace): Remove, merely pass --trace to
13000         autom4te.
13001         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
13002         (Because I found no way for autom4te to accept `-').
13003         * autom4te.in (&Request::request): Beware of M4 builtins.
13004         (END): Don't try to remove the content of an empty dir.
13005         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
13006         (&handle_output): Set a default value to `$forbidden'.
13007         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
13008         ($autoconf): Pass --debug and --verbose.
13009         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
13010         cache.
13012 2001-07-24  Akim Demaille  <akim@epita.fr>
13014         Let autoconf use autom4te to create configure.
13016         * autoconf.in ($automate): New var.
13017         (task script): Use autom4te.
13018         * autom4te.in (File::Spec): Use it.
13019         (&find_file): New.
13020         (&parse_args): --warning is -W, not -w.
13021         Find the top level files.
13022         (&handle_m4): Pass the warnings flags.
13023         Don't report verbosely m4's failures, unless requested.
13024         (&handle_output): Don't complain for forbidden tokens in comments.
13025         Be sure to report all the forbidden tokens within a single line.
13026         (&trace_format_to_m4): Preserve `$_'.
13027         (&handle_traces): Sort the output macros.
13028         (&up_to_date_p): Find the files before trying to get its time stamp.
13030 2001-07-24  Akim Demaille  <akim@epita.fr>
13032         * Makefile.am: Ship, build and install Autom4te.
13033         (SUBDIRS): Add lib.
13034         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
13035         * configure.in: Require Perl.
13036         * man/autom4te.in: New.
13038 2001-07-19  Paul Eggert  <eggert@twinsun.com>
13040         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
13041         example, rather than (exit 1); exit (which isn't portable).
13043 2001-07-18  Akim Demaille  <akim@epita.fr>
13045         Version 2.52.
13047 2001-07-18  Akim Demaille  <akim@epita.fr>
13049         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
13050         was run, while they are needed also when it is expanded.
13051         Reported by Nicolas Joly.
13053         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
13054         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
13055         AC_F77_DUMMY_MAIN being expanded.
13057 2001-07-18  Akim Demaille  <akim@epita.fr>
13059         * configure.in: Bump to 2.51a.
13061 2001-07-17  Akim Demaille  <akim@epita.fr>
13063         Version 2.51.
13065 2001-07-17  Akim Demaille  <akim@epita.fr>
13067         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
13068         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
13070 2001-07-17  Akim Demaille  <akim@epita.fr>
13072         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
13073         used.  Well, then use the prototypes when you can, and runtime as
13074         a last resort.
13075         Reported by Artur Frysiak
13077         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
13078         (AC_FUNC_GETPGRP): Use it.
13079         First try to compile with 0-ary or 1-ary calls.
13081 2001-07-17  Akim Demaille  <akim@epita.fr>
13083         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
13084         replacement type.
13085         From Paul Eggert.
13087 2001-07-17  Akim Demaille  <akim@epita.fr>
13089         * Makefile.maint: Sync. with cppi 1.10.
13091 2001-07-17  Akim Demaille  <akim@epita.fr>
13093         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
13094         AC_F77_DUMMY_MAIN has been run.
13095         From Pavel Roskin and Steven G. Johnson.
13097 2001-07-17  Akim Demaille  <akim@epita.fr>
13099         * configure.in: Rename as...
13100         * configure.ac: this.
13102 2001-07-17  Akim Demaille  <akim@epita.fr>
13104         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
13105         rules.
13106         From Marc Espie.
13107         * Makefile.maint (release-archive-dir): Rename as...
13108         (release_archive_dir): this, so that it can be specialized in
13109         Makefile.
13111 2001-07-14  Akim Demaille  <akim@epita.fr>
13113         * configure.in: Bump to 2.50d.
13115 2001-07-14  Akim Demaille  <akim@epita.fr>
13117         Version 2.50c.
13118         * Makefile.maint (alpha): Typo.
13120 2001-07-14  Akim Demaille  <akim@epita.fr>
13122         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
13124 2001-07-14  Akim Demaille  <akim@epita.fr>
13126         * config/config.guess, config/config.sub, config/texinfo.tex
13127         * doc/standards.texi, doc/make-stds.texi: Update.
13129 2001-07-14  Akim Demaille  <akim@epita.fr>
13131         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
13133 2001-07-14  Akim Demaille  <akim@epita.fr>
13135         * Makefile.maint (maintainer-check): Rename as...
13136         (maintainer-distcheck): this.
13137         (changelog-check, static-check): New.
13138         Use them.
13140 2001-07-14  Kevin Ryde  <user42@zip.com.au>
13142         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
13143         for CXX is g++, not gcc.
13145 2001-07-14  Akim Demaille  <akim@epita.fr>
13147         * doc/autoconf.texi (Files): New subsection.
13149 2001-07-14  Akim Demaille  <akim@epita.fr>
13151         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
13152         of...
13153         (Generic Compiler Characteristics): this.
13154         (C++ Compiler): New subsection.
13156 2001-07-14  Akim Demaille  <akim@epita.fr>
13158         * autoscan.in: Use IO::File.
13159         Adjust all the routines to use it.
13160         ($log): New file (autoscan.log).
13161         (output): Dump detailed logs into $log, and a shortened version to
13162         stderr.
13163         (&scan_makefile): Refine the regexp catching tokens in the code.
13164         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
13165         and the `configure.ac' checking feature.
13167 2001-07-12  Akim Demaille  <akim@epita.fr>
13169         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
13170         Reported by Michael Elizabeth Chastain.
13172         * autoconf.in: Refuse such AWK.
13173         * configure.in: Likewise.
13174         * Makefile.am (acversion.m4): Do not use move-if-change this file
13175         has dependencies.
13176         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
13178 2001-07-10  Jens Petersen  <petersen@redhat.com>
13180         * autoscan.in (&scan_makefile): Improve programs regexp to parse
13181         things like "g++", "file.c" and "some-conf" as tokens.
13182         (&scan_file): Match C++ files extensions.
13183         If the filename extension is C++ then ask for c++.
13185 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
13187         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
13188         AC_TRY_LINK_FUNC, to check whether defining a dummy
13189         main-like routine is needed for linking with F77 libs.
13191 2001-07-05  Pavel Roskin  <proski@gnu.org>
13193         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
13194         after using break.
13195         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
13196         linking.
13198 2001-07-05  Akim Demaille  <akim@epita.fr>
13200         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
13201         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
13202         Makes' lives.
13203         Reported by Nicolas Joly.
13205 2001-07-04  Akim Demaille  <akim@epita.fr>
13207         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
13208         up.
13209         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
13210         warnings from compilers.
13211         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
13212         for all the compilers, not only GNU.  Hence move from here...
13213         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
13215 2001-07-04  Akim Demaille  <akim@epita.fr>
13217         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
13218         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
13219         AC_COMPILE_IFELSE.
13221 2001-07-04  Akim Demaille  <akim@epita.fr>
13223         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
13224         the ``strings.h'' change claimed below.
13226 2001-07-04  Akim Demaille  <akim@epita.fr>
13228         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
13230 2001-07-04  Akim Demaille  <akim@epita.fr>
13232         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
13233         strings.h if usable with string.h.
13234         Suggested by Paul Eggert.
13236 2001-07-04  Akim Demaille  <akim@epita.fr>
13238         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
13239         From Jens Petersen.
13241 2001-07-03  Akim Demaille  <akim@epita.fr>
13243         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
13244         etc. in the log.
13246 2001-07-03  Akim Demaille  <akim@epita.fr>
13248         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
13249         compiler, not the preprocessor.
13250         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
13251         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
13252         the right thing.
13253         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
13254         earlier if there are.
13256 2001-07-03  Akim Demaille  <akim@epita.fr>
13258         * autoscan.in ($initfile): Remove.
13259         (&find_file): Rename as...
13260         (&scan_file): this.
13261         Immediately scan the current file, instead of gathering them, and
13262         later having them handled by &scan_files.
13263         (&scan_files): Merely invoke Find::File.
13264         Adjust.
13266 2001-07-02  Akim Demaille  <akim@epita.fr>
13268         * autoscan.in: Formatting changes, matching the invocation order.
13269         (File::Find): Use it instead of Perl 4's `find.pl'.
13270         (&wanted): Rename as...
13271         (&find_file): this.
13273 2001-07-01  Pavel Roskin  <proski@gnu.org>
13275         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
13276         break in the argument to AC_TRY_LINK_FUNC.
13277         (AC_F77_MAIN): Remove conftest* after using break in the
13278         argument to AC_TRY_LINK.
13280 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
13282         Add alternate 'main' routine detection for linking C/C++ with Fortran,
13283         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
13285         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
13286         dummy alternate main is required even if the user provides her own
13287         'main'.
13288         (AC_F77_MAIN): New macro to detect whether it is possible to
13289         provide an alternate 'main' function name, using the 'main' from
13290         the Fortran libraries.
13291         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
13292         cross-language link tests can be performed successfully.
13293         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
13294         after $LIBS, for consistency; this should be the general rule since
13295         the user may want to link to Fortran libraries that require $FLIBS.
13296         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
13298 2001-06-29  Pavel Roskin  <proski@gnu.org>
13300         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
13301         at-stdout and at-stderr instead of removing the newline
13302         from the echo output, which is not guaranteed to work.
13304 2001-06-28  Jens Petersen  <petersen@redhat.com>
13306         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
13307         confdefs.h when non-zero.
13309 2001-06-28  Akim Demaille  <akim@epita.fr>
13311         * configure.in: Bump to 2.50c.
13313 2001-06-26  Akim Demaille  <akim@epita.fr>
13315         Version 2.50b.
13317 2001-06-26  Akim Demaille  <akim@epita.fr>
13319         Version 2.50a.
13321 2001-06-25  Pavel Roskin  <proski@gnu.org>
13323         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
13324         argument, AUTOCONF-FLAGS.
13325         * tests/mktests.sh (update_exclude_list): Add
13326         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
13327         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
13328         AC_FUNC_WAIT3 with "-W no-obsolete".
13330 2001-06-25  Akim Demaille  <akim@epita.fr>
13332         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
13334 2001-06-25  Akim Demaille  <akim@epita.fr>
13336         * autoscan.in (%macro): Now maps from word to list of macros.
13337         (&init_tables): Die when a word which is already handled by
13338         explicit macros is mapped to the default macro.
13339         (&print_unique): Remove, inlined in...
13340         (&output_kind): here.
13341         (File::Basename): Use it.
13342         (&output): Sort the CONFIG_FILES.
13343         * acheaders: Normalize.
13344         * acfunctions: Likewise.
13346 2001-06-25  Akim Demaille  <akim@epita.fr>
13348         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
13349         characteristics in the logs.
13350         Suggested by Mo DeJong.
13352 2001-06-24  Akim Demaille  <akim@epita.fr>
13354         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
13355         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
13356         * doc/autoconf.texi (Autoconf 2.13): New section.
13358 2001-06-24  Akim Demaille  <akim@epita.fr>
13360         * autoconf.in (Task traces): Separate the error messages from the
13361         traces to improve robustness.
13363 2001-06-23  Akim Demaille  <akim@epita.fr>
13365         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
13366         three as failures are unlikely, and speed matters.
13368 2001-06-23  Akim Demaille  <akim@epita.fr>
13370         * doc/autoconf.texi (Redefined M4 Macros): New.
13372 2001-06-23  Akim Demaille  <akim@epita.fr>
13374         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
13375         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
13376         5.3.
13378 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
13380         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
13381         config.status targets to after the evaluation of the INIT-CMDS.
13382         Double quote config.status targets (used to be single quoted).
13384 2001-06-23  Akim Demaille  <akim@epita.fr>
13386         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
13387         Check the content of the created file.
13388         Check the ./config.status command line invocation.
13390 2001-06-23  Akim Demaille  <akim@epita.fr>
13392         * tests/foreign.at (Libtool): Reject prehistoric versions.
13394 2001-06-23  Akim Demaille  <akim@epita.fr>
13396         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
13397         preexisting files matching a.*.
13399 2001-06-23  Akim Demaille  <akim@epita.fr>
13401         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
13402         stderr.
13403         * doc/autoconf.texi (AC_ARG_VAR): Update.
13405 2001-06-21  Akim Demaille  <akim@epita.fr>
13407         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
13408         precious variables have changed.
13409         * tests/torture.at (AC_ARG_VAR): Adjust.
13411 2001-06-21  Akim Demaille  <akim@epita.fr>
13413         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
13414         but some sed choke on multiple `;', and other tools (e.g.,
13415         Automake), include the separator themselves.
13417         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
13419 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
13421         * doc/autoconf.texi (Functions Portability): Rename as...
13422         (Function Portability): this.
13423         (Function Portability): Document potential problems with unlink().
13425 2001-06-19  Paul Eggert  <eggert@twinsun.com>
13427         * NEWS, doc/autoconf.texi: Document quadrigraphs.
13429 2001-06-18  Akim Demaille  <akim@epita.fr>
13431         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
13433 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
13435         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
13436         (_AC_FUNC_VFORK): this.
13437         Remove AC_DEFINEs and don't guess cross-compilation values.
13438         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
13439         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
13440         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
13441         vfork doesn't work.
13442         Guess values if cross-compiling, but warn.
13443         * acfunctions: Add AC_FUNC_FORK.
13444         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
13445         and vfork appropriately.
13447 2001-06-18  Akim Demaille  <akim@epita.fr>
13449         * doc/autoconf.texi (Functions Portability): New section.
13451 2001-06-18  Akim Demaille  <akim@epita.fr>
13453         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
13454         in $M4.
13455         Suggested by Andreas Schwab.
13457 2001-06-18  Akim Demaille  <akim@epita.fr>
13459         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
13460         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
13461         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
13462         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
13463         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
13464         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
13465         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
13466         the converse).
13468 2001-06-18  Akim Demaille  <akim@epita.fr>
13470         * doc/autoconf.texi (ms): New index.
13471         (Macro Index): Rename as...
13472         (Autoconf Macro Index): this.
13473         (M4 Macro Index): New appendix.
13474         (Programming in M4): New chapter.
13475         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
13476         (Quoting): Rename as...
13477         (M$ Quotation): this.
13478         Be part of `Programming in M4).
13480 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
13482         * tests/torture.at (AC_ARG_VAR): Set variables and export them
13483         in separate statements for compatibility with Tru64 v5.1.
13485 2001-06-17  Akim Demaille  <akim@epita.fr>
13487         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
13488         current values of the precious variables, not the previously
13489         cached values.
13490         Pass precious variables which are set to config.status.
13491         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
13492         * tests/torture.at (AC_ARG_VAR): New.
13494 2001-06-15  Paul Eggert  <eggert@twinsun.com>
13496         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
13497         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
13498         and explain why and how to replace them.
13499         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
13500         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
13502 2001-06-15  Akim Demaille  <akim@epita.fr>
13504         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
13505         Reported by Bruno Haible.
13507         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
13508          (_AC_ARG_VAR_PRECIOUS): to here.
13510 2001-06-15  Pavel Roskin  <proski@gnu.org>
13512         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
13513         an unused pointer use cast to this type and `if' statement to
13514         avoid warnings from the compiler.
13515         (AC_HEADER_TIME): Likewise.
13516         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
13517         in `if' statement to avoid warnings from the compiler. Declare
13518         ac_aggr static to avoid the need to initialize it.
13520 2001-06-14  Akim Demaille  <akim@epita.fr>
13522         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
13523         Macros'.
13525 2001-06-13  Akim Demaille  <akim@epita.fr>
13527         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
13528         Suggested by Alexander Mai.
13530 2001-06-13  Akim Demaille  <akim@epita.fr>
13532         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
13533         sys/types.h and sys/stat.h, and check for them.
13535 2001-06-13  Akim Demaille  <akim@epita.fr>
13537         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
13538         INCLUDES.
13540 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
13542         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
13543         succeeds and only try adding libdnet upon a failure.
13545 2001-06-12  Akim Demaille  <akim@epita.fr>
13547         * autoscan.in (&output_kind): Output the comment only if it exists.
13548         (%kind_comment): Add entry for `programs'.
13549         (&output_programs): Use &output_kind.
13550         (&output_functions, &output_identifiers, &output_headers)
13551         (&output_programs): Inline, and remove.
13553 2001-06-12  Akim Demaille  <akim@epita.fr>
13555         * autoscan.in (%kind_comment): New.
13556         (output_kind): New.
13557         (output_functions, output_identifiers, output_headers): Use it.
13559 2001-06-12  Akim Demaille  <akim@epita.fr>
13561         * autoscan.in (&print_unique): Take `$kind' and `$word' as
13562         arguments, to factor indirections into `%macro' and `%used'.
13563         (%generic_macro): Fix a typo.
13565 2001-06-12  Akim Demaille  <akim@epita.fr>
13567         * aclibraries: New.
13568         * autoscan.in (@kinds): Add `libraries'.
13569         Use `@kinds' instead of hard coded lists.
13570         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
13571         Remove, replaced by...
13572         (%used): this.
13574 2001-06-12  Akim Demaille  <akim@epita.fr>
13576         * autoscan.in (%functions_macros %headers_macros)
13577         (%identifiers_macros %programs_macros %makevars_macros): Remove,
13578         replaced by...
13579         (%macro): New.
13581 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
13583         * aclang.m4 (AC_NO_EXECUTABLES): Override
13584         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
13586 2001-06-11  Akim Demaille  <akim@epita.fr>
13588         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
13589         trailing new line.
13590         Reported by Andreas Schwab.
13592 2001-06-11  Akim Demaille  <akim@epita.fr>
13594         * Makefile.am, Makefile.maint: Typos.
13596 2001-06-09  Akim Demaille  <akim@epita.fr>
13598         * doc/autoconf.texi (Here-Documents): New section, gathering
13599         documentation about here-documents.
13600         Use `href', not `uref', and other changes.
13602 2001-06-09  Akim Demaille  <akim@epita.fr>
13604         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
13605         chapter.
13607 2001-06-09  Akim Demaille  <akim@epita.fr>
13609         * doc/autoconf.texi (Limitations of Builtins): Complete the
13610         description of the here-docs penalties with Alexandre Oliva's
13611         explanations.
13613 2001-06-01  Paul Eggert  <eggert@twinsun.com>
13615         * doc/autoconf.texi: Talk about here documents and speedups.
13616         Do not use "echo" on arbitrary strings.
13617         Spell "here-documents" consistently with the standard.
13619 2001-06-09  Akim Demaille  <akim@epita.fr>
13621         * doc/autoconf.texi (Concept Index): Introduce it.
13622         Regenerate the menus.
13624 2001-06-09  Akim Demaille  <akim@epita.fr>
13626         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
13627         * config/prev-version.txt: New.
13628         * config/move-if-change: New, for GNU libc.
13630 2001-06-06  Pavel Roskin  <proski@gnu.org>
13632         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
13634 2001-06-06  Akim Demaille  <akim@epita.fr>
13636         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
13637         properly when $1 is not a literal.
13638         Fixes PR Autoconf/187, reported by Bram Moolenaar.
13640 2001-06-06  Akim Demaille  <akim@epita.fr>
13642         Invoking AC_COPYRIGHT before AC_INIT fails.
13644         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
13645         * acgeneral.m4 (_m4_divert(VERSION_FSF))
13646         (_m4_divert(VERSION_USER)): New.
13647         (AC_COPYRIGHT): $2 is the diversion to use.
13648         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
13649         (AC_INIT): Remove dead comments as now it's commutative.
13651 2001-06-06  Akim Demaille  <akim@epita.fr>
13653         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
13654         PR autoconf/187.
13656 2001-06-05  Akim Demaille  <akim@epita.fr>
13658         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
13659         can be empty.
13660         `*dir' variables cannot be NONE.
13661         Reported by Mark Kettenis.
13663 2001-06-05  Paul Eggert  <eggert@twinsun.com>
13665         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
13667 2001-06-04  Akim Demaille  <akim@epita.fr>
13669         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
13670         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
13671         (AC_TR_SH): Move as...
13672         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
13673         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
13674         (AS_TR_SH): these.
13675         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
13676         (_AS_TR_SH_PREPARE): New.
13677         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
13678         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
13680 2001-06-02  Akim Demaille  <akim@epita.fr>
13682         * Makefile.am (.m4.m4f): Pass the options first.
13683         Fixes PR autoconf/182.
13685 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
13687         GNU getopt, when POSIXLY_CORRECT does not permute options and
13688         arguments.  So pass the options first.
13689         Fixes PR autoconf/184.
13691         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
13692         (run_m4): Remove files.
13693         (run_m4f): Remove.
13694         Update remainder of script to use them.
13695         (for warning in): Do not use a literal comma as it will not be
13696         split by IFS.
13698 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
13700         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
13701         Fortran compilers to check.
13702         (_AC_PROG_F77_V): Add '-###' as a possible option to print
13703         information on library and object files.
13704         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
13705         to check.
13707 2001-06-02  Akim Demaille  <akim@epita.fr>
13709         * autom4te.in (Request::@request): Declare with `vars', not `my',
13710         as it prevents updates via `do FILENAME'.
13712 2001-06-02  Akim Demaille  <akim@epita.fr>
13714         * configure.in (standards_texi): Remove, dead code.
13716 2001-06-02  Akim Demaille  <akim@epita.fr>
13718         * autom4te.in: New.
13720 2001-06-02  Pavel Roskin  <proski@gnu.org>
13722         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
13723         for signals other than 0 - exit with code 1.
13724         * m4sh.m4 (AS_TMPDIR): Likewise.
13725         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
13726         * autoheader.in: Likewise.
13727         * autoreconf.in: Likewise.
13728         * tests/torture.at (Signal handling): New test for the above.
13730 2001-06-01  Akim Demaille  <akim@epita.fr>
13732         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
13733         message.
13735 2001-05-31  Akim Demaille  <akim@epita.fr>
13737         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
13738         Add copyright and comments.
13739         * acheaders: Add stdint.h.
13740         Suggested by Paul Eggert.
13742 2001-05-31  Akim Demaille  <akim@epita.fr>
13744         * atgeneral.m4 (AT_INIT): Use $SHELL.
13745         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
13747 2001-05-31  Akim Demaille  <akim@epita.fr>
13749         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
13750         stdint.h.
13751         From Paul Eggert and Lars Hecking.
13753 2001-05-31  Akim Demaille  <akim@epita.fr>
13755         * tests/base.at: Adjust line numbers in error messages.
13757 2001-05-31  Akim Demaille  <akim@epita.fr>
13759         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
13760         to emit the bangshe line.
13761         Reported by David Carter.
13763 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
13765         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
13766         Fortran (95) compilers to check.
13768 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
13770         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
13771         Macro Archive URL.
13773 2001-05-23  Pavel Roskin  <proski@gnu.org>
13775         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
13776         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
13777         (AC_PROG_CXXCPP): Likewise.
13779 2001-05-22  Akim Demaille  <akim@epita.fr>
13781         * config: New directory.
13782         * configure.in: AC_CONFIG_AUX_DIR it.
13783         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
13785 2001-05-22  Akim Demaille  <akim@epita.fr>
13787         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
13788         * autoupdate.in: Specify the Emacs mode.
13789         * acversion.m4.in: Rename as...
13790         * acversion.m4: this.
13791         * tests/Makefile.am (CLEANFILES): More garbage.
13793 2001-05-22  Akim Demaille  <akim@epita.fr>
13795         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
13796         Rename as...
13797         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
13798         these.
13800 2001-05-21  Akim Demaille  <akim@epita.fr>
13802         * configure.in: Bump to 2.50a.
13805         -----
13807         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
13808         Software Foundation, Inc.
13810         Copying and distribution of this file, with or without
13811         modification, are permitted provided the copyright notice and this
13812         notice are preserved.