Release Version 2.62.
[autoconf.git] / ChangeLog
blob3f6a5c01926829113979119d6b245f65465b3f13
1 2008-04-05  Eric Blake  <ebb9@byu.net>
3         Release Version 2.62.
4         * NEWS: Mention the release.
6 2008-04-04  Stepan Kasal  <kasal@ucw.cz>
7         and Eric Blake  <ebb9@byu.net>
9         Return back to GPLv2+, until the text of the exceptions is
10         finalized, reverting the change from 2007-07-03 and the first
11         part of the change from 2007-07-20.
12         * COPYING: Revert to GPLv2.
13         * COPYINGv3: New file, since some auxiliary build tools, used for
14         building autoconf and not installed, are GPLv3.
15         * Makefile.am (EXTRA_DIST): Distribute COPYINGv3.
16         * NEWS: Remove mention of GPLv3.
17         * README: Clarify situation regarding GPLv3.
19 2008-04-05  Eric Blake  <ebb9@byu.net>
21         Prepare for release.
22         * maint.mk (announcement): Avoid deleted option.
23         * cfg.mk (release_archive_dir): Use default.
24         * build-aux/gnupload: New file, from automake/gnulib.
25         * Makefile.am (EXTRA_DIST): Distribute it.
26         * .x-sc_two_space_separator_in_usage: New file, to exempt gnupload
27         from syntax check.
29 2008-04-05  Jim Meyering  <meyering@redhat.com>
30         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32         Work around CR EOL markers on OS/2 (www.ecomstation.com Ecs v2 rc4)
33         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When CR
34         is the EOL marker, skip a step that would remove and translate
35         carriage return bytes.
36         * THANKS: Update.
37         Reported by Elbert Pol.
39 2008-04-05  Eric Blake  <ebb9@byu.net>
41         Avoid some autoreconf -Wall warnings.
42         * configure.ac: Use proper quoting, to be a good example.
43         (PACKAGE_NAME): Remove setting covered by autoconf.
44         (AM_INIT_AUTOMAKE): Bump automake requirement, for html rules.
45         * doc/Makefile.am (TEXI2DVI): Remove settings covered by
46         automake.
47         (html, autoconf_1.html, standards_1.html): Likewise.
48         (TEXI2HTML, TEXI2HTML_FLAGS): Remove unused macros.
49         * Makefile.am (html): Likewise.
50         * doc/autoconf.texi (Quoting and Parameters): Add missing section
51         name.
52         * tests/Makefile.am (AUTOMAKE_OPTIONS): Intentionally ignore
53         warning about our override, until Automake is fixed.
54         * README-hacking: Document minimum requirements for bootstrap.
56 2008-04-03  Eric Blake  <ebb9@byu.net>
58         Fix version number generation in man pages.
59         * Makefile.am (EXTRA_DIST): Distribute .version.
60         (.version): New rule.
61         * man/Makefile.am (common_dep): Depend on .version, not
62         configure.ac.
63         (.x.1): Use package name for version string.
64         * GNUmakefile [!_have-Makefile]: Sync from upstream, again.
65         * build-aux/git-version-gen: Sync from upstream.
67         More maintainer tweaks: pass 'make maintainer-distcheck'.
68         * GNUmakefile (_is-dist-target): Sync from upstream.
69         * build-aux/vc-list-files: Sync from upstream, yet again.
70         * tests/atlocal.in (unsupported_fs_chars): Always remove tdir.
71         * tests/Makefile.am (EXTRA_DIST): Don't distribute the built
72         package.m4.
73         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Bump year.
75         Fix VPATH 'make syntax-check'.
76         * maint.mk (VC_LIST, VC_LIST_EXCEPT, sc_changelog)
77         (sc_prohibit_jm_in_m4, makefile-check): Support VPATH.
78         (author_mark_check): Avoid error message.
79         * build-aux/vc-list-files: Sync from upstream again.
80         * build-aux/texinfo.tex: Likewise.
82         Sync files from upstream, and pass 'make syntax-check'.
83         * config/announce-gen: Move...
84         * build-aux/announce-gen: ...here, and sync from gnulib.
85         * Makefile.am (EXTRA_DIST): Adjust accordingly.
86         * cfg.mk (announce_gen): Likewise.
87         (prev_version_file): Delete, relying on default in maint.mk.
88         (gpg_key_ID): New macro.
89         (url_dir_list): Rewrite to match coreutils.
90         * config/prev-version.txt: Move...
91         * .prev-version: ...here, and adjust to 2.61.
92         * build-aux/vc-list-files: Sync from coreutils.
93         * maint.mk: Resynchronize with coreutils, where possible.
94         (ME): Remove $(srcdir) from definition.
95         (CVS): Delete.
96         (GIT, VC, VC-tag): New macros.
97         (CVS_LIST, CVS_LIST_EXCEPT): Rename...
98         (VC_LIST, VC_LIST_EXCEPT): ...to this.
99         (cvs-tag-check): Delete.
100         (cvs-diff-check): Rename...
101         (vc-diff-check): ...to this.
102         (sc_file_system): Allow FHS acronym.
103         * doc/autoconf.texi (Particular Functions): Recommend
104         unconditional <config.h>.
105         * build-aux/config.guess: Sync from upstream (manually).
106         * build-aux/config.sub: Likewise.
107         * build-aux/texinfo.tex: Likewise.
108         * doc/make-stds.texi: Likewise.
109         * doc/standards.texi: Likewise.
110         * .gitattributes: Ignore whitespace problems in upstream files.
112 2008-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
114         * doc/autoconf.texi (Limitations of Usual Tools): Mention awk %u
115         bug on HP-UX/IA.
116         Report by Peter O'Gorman.
118 2008-04-02  Eric Blake  <ebb9@byu.net>
120         Recommend the just-released M4 1.4.11.
121         * NEWS: Update recommendation.
122         * README: Likewise.
123         * doc/autoconf.texi (Introduction): Likewise.
124         * m4/m4.m4 (AC_PROG_GNU_M4): Likewise.
126 2008-04-01  Eric Blake  <ebb9@byu.net>
128         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Bump
129         copyright year.
131 2008-03-28  Peter O'Gorman  <peter@pogma.com>
133         Find X11 on Mac OS X too.
134         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT,_AC_PATH_X_XMKMF):
135         Check for libX11 with extensions dylib la and dll too.
136         * THANKS: Update.
137         Reported by Martin Costabel.
139 2008-03-28  Eric Blake  <ebb9@byu.net>
141         Update TODO based on completed tasks.
142         * TODO (AC_PROG_INSTALL takes multiple files): Done.
143         (AC_GNU_SOURCE deprecation): Done, see AC_USE_SYSTEM_EXTENSIONS.
144         (AC_COMPILE_IFELSE documentation): Done.
145         (Tracing builtins): Done, now that we require M4 1.4.5.
146         (AC_PROG_CC_POSIX suggestion, providing header files)
147         (AC_TYPE_SIGNAL): Not needed; gnulib's approach is better.
148         (cache consistency): Done with precious variables.
150 2008-03-26  Eric Blake  <ebb9@byu.net>
152         Document --trace=macro:format in --help output.
153         * bin/autom4te.in (help): Mention optional trace format.
154         * bin/autoconf.as (usage): Likewise.
156         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Fix
157         typos in last patch.
158         Reported by Ralf Wildenhues.
160 2008-03-26  Jim Meyering  <meyering@redhat.com>
162         Fix texinfo syntax error.
163         * doc/autoconf.texi (Limitations of Usual Tools): s/@kbd {/@kbd{/
165 2008-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
167         Warn, not fail on whitespace-only precious variable differences.
168         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Output
169         precious variable differences less ambiguous with `ugly-quotes'.
170         If their settings differ only in whitespace, do not fail, but
171         reuse the old value.
172         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Extend macro to allow
173         an optional status and expected-warning argument.  Fix m4
174         quotation for initial value.
175         (AC_ARG_VAR): Also test for whitespace-only differences, and
176         that the old value is retained in this case.
177         * doc/autoconf.texi (Setting Output Variables): Document this.
178         * NEWS: Update.
179         Report and initial patch by Paolo Bonzini.
181 2008-03-26  Eric Blake  <ebb9@byu.net>
183         Document busybox sed bug.
184         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Mention
185         restrictions when using back-references.
186         Reported by Vincent Lefevre:
187         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13013>.
189         Document Automake interaction with AC_CONFIG_MACRO_DIR.
190         * doc/autoconf.texi (Input): Mention ACLOCAL_AMFLAGS for automake
191         users.
192         * THANKS: Update.
193         Reported by Chris Pickett.
195 2008-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
197         * tests/autotest.at (Using atlocal): Quote instances of `pwd`.
199         * tests/local.at (AT_CHECK_M4): Factorize warning output
200         normalization.
201         Suggested by Eric Blake.
203 2008-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
205         Fix .exe-related test failure on MinGW.
206         * tests/local.at (AT_CHECK_M4): Normalize `/bin/m4.exe' correctly
207         for comparing warning output.
209         Fix Fortran testsuite failures with gfortran 4.3.
210         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): When scanning
211         verbose compiler output, skip lines that set variables; gfortran
212         4.3 sets LIBRARY_PATH, COMPILER_PATH, COLLECT_GCC_OPTIONS.
213         * THANKS: Update.
214         Report by Vincent Lefèvre.
216 2008-03-21  Eric Blake  <ebb9@byu.net>
218         * GNUmakefile: Resynchronize with gnulib.
220         Document more uses of $cross_compiling.
221         * doc/autoconf.texi (Runtime): Document that a temporary override
222         is permissible.
223         * THANKS: Update.
224         Reported by Ineiev, example by Ralf Wildenhues.
226         Don't swallow $1 in textual local variables.
227         * lib/m4sugar/m4sugar.m4 (m4_combine): Don't use overquoting and
228         expansion of text arguments, as that swallows $1.
229         (m4_text_wrap): Likewise, by splitting out...
230         (_m4_text_wrap): ...new helper macro.  Also, allow arbitrary
231         expression for width.
232         * tests/m4sugar.at (m4@&t@_text_wrap): Test this.
233         (m4@&t@_combine): Likewise.
235 2008-03-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
237         Avoid leftover files on Leopard.
238         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove a.out.dSYM
239         directory created on darwin.
240         (AC_NO_EXECUTABLES): Likewise; also remove objects which may be
241         left over from a broken link.
242         * tests/c.at (AC_NO_EXECUTABLES (working linker))
243         (AC_NO_EXECUTABLES (broken linker)): New tests.
244         Report by Gary V. Vaughan.
246         * lib/autom4te.in (Automake-preselections): Trace
247         _AM_COND_IF, _AM_COND_ELSE, _AM_COND_ENDIF.
249 2008-03-20  Eric Blake  <ebb9@byu.net>
251         Kill more CVS references.
252         * README-cvs: Delete.  See README-hacking instead.
253         * README-hacking: Update wording, based on older file.
254         * BUGS: Remove CVS mention.
256 2008-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
258         * tests/tools.at (autotools and whitespace in file names): Skip
259         if aclocal is not present.
261 2008-03-20  Eric Blake  <ebb9@byu.net>
263         Sync GNUmakefile with gnulib.
264         * GNUmakefile (Makefile.cfg): Rename...
265         (cfg.mk): ...to this, and make optional.
266         (GNUmakefile.cfg): Delete, redundant with cfg.mk.
267         (Makefile.maint): Rename...
268         (maint.mk): ...to this.
269         (all) [!_have-Makefile]: Rename...
270         (abort-due-to-no-makefile): ...to this, and invoke via
271         .DEFAULT_GOAL to pick up all targets.
272         * Makefile.cfg: Rename...
273         * cfg.mk: ...to this.
274         * Makefile.maint: Rename...
275         * maint.mk ...to this.
276         (ME): Reflect name change.
277         (makefile-check, m4-check, author_mark_check, msg): Use $(ME)
278         rather than hard-coded name.
279         * GNUmakefile.cfg: Delete; move rules into cfg.mk.
280         * Makefile.am (EXTRA_DIST): Reflect file name changes.
281         * .x-sc_prohibit_atoi_atof: Likewise.
282         * lib/freeze.mk: Likewise.
284 2008-03-19  Stepan Kasal  <kasal@ucw.cz>
286         * doc/autoconf.texi (Introduction): Improve the paraphrase of
287         Henry Spencer's quotation.
289 2008-03-19  Eric Blake  <ebb9@byu.net>
291         AC_CONFIG_HEADERS replaced AC_CONFIG_HEADER.
292         * bin/autoscan.in (output): Avoid obsolete spelling.
293         * tests/local.at (AC_STATE_SAVE): Update usage.
294         * THANKS: Update.
295         Reported by John Calcote.
297         Emphasize that ease of configure triumphs over ease of autoconf.
298         * doc/autoconf.texi (Introduction): Expand on primary
299         vs. secondary goal of autoconf.
300         * THANKS: Update.
301         Inspired by Paul Smith.
303 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
305         * lib/Autom4te/FileUtils.pm (handle_exec_errors): New argument
306         $hint, show if the executing program does not exist.
307         (xsystem_hint): New function, like xsystem but allows to pass
308         a hint.
309         * bin/autoreconf.in: Use xsystem_hint for spawning autopoint and
310         libtoolize.
311         Report by Bruce Korb.
313 2008-03-14  Stepan Kasal  <kasal@ucw.cz>
315         * lib/Autom4te/ChannelDefs.pm, tests/fortran.at,
316         tests/mktests.sh, tests/wrapper.as: Fix typos.
318 2008-03-12  Eric Blake  <ebb9@byu.net>
320         Fix yesterday's regression in m4_wrap([$1]).
321         * lib/m4sugar/m4sugar.m4 (_m4_wrap): Don't directly invoke wrapped
322         text, since it may contain text that looks like parameters.
323         * tests/m4sh.at (AS@&t@_INIT cleanup): Enhance test.
325 2008-03-11  Eric Blake  <ebb9@byu.net>
327         Improve error messages for common testsuite bugs.
328         * lib/autotest/general.m4 (_AT_DEFINE_INIT, _AT_DEFINE_SETUP): New
329         macros for defining order-enforced macros.
330         (AT_INIT, AT_SETUP, AT_CLEANUP, AT_BANNER, AT_XFAIL_IF)
331         (AT_CAPTURE_FILE, AT_DATA, AT_CHECK, AT_CHECK_NOESCAPE): Add error
332         messages when order violations are detected.
333         * tests/autotest.at (AT_CHECK_AT_SYNTAX): New helper macro.
334         (AT_SETUP without AT_INIT, AT_BANNER without AT_INIT)
335         (AT_CLEANUP without AT_INIT, Missing AT_CLEANUP)
336         (AT_CHECK without AT_SETUP, AT_DATA without AT_SETUP)
337         (AT_XFAIL_IF without AT_DATA, AT_KEYWORDS without AT_SETUP,
338         (AT_CLEANUP without AT_SETUP, AT_BANNER inside AT_SETUP)
339         (AT_SETUP inside AT_SETUP, Multiple AT_INIT)
340         (Banner-only test suite): New tests.
341         Reported by Christopher Hulbert.
343         Tweak m4_wrap to force FIFO or LIFO semantics.
344         * lib/m4sugar/m4sugar.m4 (m4_wrap): Override M4 implementation.
345         (m4_wrap_lifo, _m4_wrap): New macros.
346         * lib/m4sugar/m4sh.m4 (AS_INIT): Combine all cleanup into known
347         order, prior to m4sugar's.
348         (_AS_DETECT_BETTER_SHELL): Use cleanup parameter, rather than
349         m4_wrap.
350         * lib/autotest/general.m4 (AT_INIT): Combine all cleanup into
351         known order, prior to m4sh's.
352         * doc/autoconf.texi (Diagnostic Macros) <m4_fatal>: Document
353         argument.
354         (Redefined M4 Macros) <m4_wrap>: Rewrite documentation to match
355         new behavior.
356         * tests/m4sh.at (AS_INIT cleanup): New test.
357         * NEWS: Document the change.
359 2008-03-10  Eric Blake  <ebb9@byu.net>
361         Encode nested autotest data.
362         * tests/autotest.at (AT_CHECK_AT_PREP): Avoid raw AT_ in output.
363         (unusual file names): Likewise.
364         (m4_pattern_allow): Remove loophole, to make it easier to catch
365         poorly written tests.
367         Factor some autotest tests.
368         * tests/autotest.at (AT_CHECK_AT_PREP): New macro, to factor out
369         common initialization.
370         (AT_CHECK_AT, Banners, Keywords and ranges, srcdir propagation)
371         (whitespace in absolute testdir, unusual file names): Use it.
373 2008-03-06  Eric Blake  <ebb9@byu.net>
375         Minor documentation fix.
376         * doc/autoconf.texi (Evaluation Macros): Fix typo.
378 2008-03-04  Eric Blake  <ebb9@byu.net>
380         Make AT_CHECK act like a simple command.
381         * lib/autotest/general.m4 (_AT_CHECK): Wrap commands in {;}.
382         * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Test it.
384 2008-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
386         On MinGW, substitution of CR and 0xFF fails.
387         * tests/torture.at (Substitute and define special characters):
388         MinGW awk cannot handle 0xFF, and on MinGW, the test does the
389         wrong thing for CR.
391 2008-03-04  Eric Blake  <ebb9@byu.net>
393         Pull in recent maintainer improvements from coreutils.
394         * GNUmakefile (_is-dist-target): 'make distclean' should not
395         trigger autoreconf.
396         (_dummy): Change directories before removing autom4te.cache.
397         (check dist distcheck install) [!_have-Makefile]: Provide nicer
398         diagnostics.
399         * configure.ac (AC_CONFIG_LINKS): Copy GNUmakefile into VPATH
400         builds, after initial bootstrap.
401         * Makefile.am (distclean-local): Work around current automake bug.
402         * Makefile.maint (ME): Allow VPATH usage.
404         Use git-merge-changelog when available.
405         * .gitattributes: New file.
406         * README-hacking: Document use of git-merge-changelog.
408         Work around cygwin bug.
409         * tests/atlocal.in (unsupported_fs_chars): Avoid cygwin bug where
410         "touch 't\'" creates regular file 't'.
412         Ignore tests that require read-only directories under root.
413         * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Skip
414         no-write portion if user has root-like privileges.
416 2008-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
418         * lib/autotest/general.m4 (AT_INIT): Fix detection of '-C -'.
420 2008-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
422         autoreconf -m now honors $MAKE.
423         * bin/autoreconf.in ($run_make): Renamed from ...
424         ($make): ... this.  Use now as command to run `make',
425         overridden by $MAKE.  Document this in --help output.
426         * doc/autoconf.texi (autoreconf Invocation): Document
427         all environment variables honored by autoreconf.
428         * NEWS: Update.
429         Report by Paul Eggert.
431 2008-03-03  Eric Blake  <ebb9@byu.net>
433         Documentation improvements.
434         * doc/autoconf.texi (Looping constructs): s/recurses/repeats/.
435         (Evaluation Macros): Drop `1' suffix from metasyntax variable name
436         that preceeds @dots.  Improve wording.
437         (Text processing Macros): Drop `1' suffix from metasyntax variable
438         name that preceeds @dots.
439         (Number processing Macros): Drop `1' suffix from metasyntax
440         variable name that preceeds @dots.  Improve wording.
441         * lib/m4sugar/m4sugar.m4 (m4_cmp): Comment wording fix.
442         Suggested by Ralf Wildenhues.
444 2008-03-02  Jim Meyering  <meyering@redhat.com>
446         Don't infloop upon "make dist".
447         * GNUmakefile: Merge from coreutils.
448         * Makefile.am (dist-hook): Inject .tarball-version into tarball,
449         not .version.
450         * configure.ac (AC_INIT): Use .tarball-version, not .version.
451         * build-aux/git-version-gen: Update from gnulib.
453 2008-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
455         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
456         Before using /dev/full, check that it is a writable character
457         special device.
458         Report by Benoit Sigoure and Eric Blake.
460         Actually test that @configure_input@ is expanded correctly.
461         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
462         Actually check generated file contents for the name of the
463         generated file, using AC_PROG_FGREP and $FGREP.
465 2008-03-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
467         Be nice with file systems that don't handle unusual characters.
468         * tests/atlocal.in (func_sanitize_file_name)
469         (func_sanitize_dir_name): New shell functions.
470         * tests/tools.at (autom4te and whitespace in file names)
471         (autotools and whitespace in file names): Use them.
472         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
473         Cover more potentially problemtic file names.  Use the new
474         functions.
476         Properly handle funny file names for headers in config.status.
477         The test suite did not cover this bug because the code was not
478         quoting properly the arguments of `rm -f' (which "fails" silently)
479         as well as the arguments of `diff' (whose output was redirected to
480         /dev/null so we couldn't see its error message).
481         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Properly quote the
482         file names passed to `rm' and `diff'.
483         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
484         Add a regression test.
486 2008-03-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
487         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
489         Properly expand @configure_input@ in config.status.
490         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_MAIN_LOOP):
491         Escape the backslashes and ampersands in $configure_input before
492         using it in the sed replacement string to expand @configure_input@.
493         Report by Eric Blake and Patrick Welche.
495 2008-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
497         Ignore errors from ./run on w32.
498         * tests/autotest.at (whitespace in absolute testdir):
499         Ignore stderr for `./run' which fails to remove the
500         busy test directory on w32.
502 2008-02-22  Eric Blake  <ebb9@byu.net>
504         Improve documentation for writing autotest suites.
505         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Mention that
506         checks must live inside a test group.
507         Reported by Christopher Hulbert.
509 2008-02-21  Eric Blake  <ebb9@byu.net>
511         Sync git-version-gen from upstream.
512         * build-aux/git-version-gen: Pull from gnulib.
513         * configure.ac (AC_INIT): Adjust to new calling convention.
515 2008-02-12  Eric Blake  <ebb9@byu.net>
517         Avoid trailing space in config.h with AC_DEFINE([var], []).
518         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Explicitly mark empty
519         defines with a comment.
521 2008-02-08  Eric Blake  <ebb9@byu.net>
523         Fix texinfo typos in previous patch.
524         * doc/autoconf.texi (Site Defaults): s/[{}]/@&/g.
525         Reported by Ralf Wildenhues.
527         Describe a config.site that can be used for FHS compliance.
528         * doc/autoconf.texi (Site Defaults): Fix typo.  Add new example
529         for FHS.
530         * THANKS: Update.
531         Reported by Jules Colding and Ralf Wildenhues.
533 2008-02-02  Eric Blake  <ebb9@byu.net>
535         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Fix typo.
537 2008-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
539         * lib/autotest/general.m4 (AT_INIT): Fix --clean to work
540         again, broken since introduction of `-C dir'.
541         * tests/autotest.at (Choosing where testsuite is run): Test it.
543 2008-01-30  Paul Eggert  <eggert@cs.ucla.edu>
545         * doc/autoconf.texi: Update Back-Cover text to reflect new GNU wording.
547 2008-01-29  Eric Blake  <ebb9@byu.net>
549         Fix more autotest regressions.
550         * lib/autotest/general.m4 (AT_LINE): Fix regression from
551         2007-10-04 when file name is `dnl'.
552         (AT_INIT) <PREPARE_TESTS>: Move command-line assignments...
553         <TESTS_BEGIN>: ...to this new diversion, to fix regression from
554         yesterday in libtool's testsuite.
555         (_AT_ARG_OPTION): Detect write failure.
556         * doc/autoconf.texi (Diversion support): Document PREPARE_TESTS to
557         make libtool's use kosher.  Document m4_init.
558         (Programming in M4sh): Document AS_INIT.
559         (Writing Testsuites): Document limitation of AT_DATA file name.
560         * tests/autotest.at (unusual file names): New test.
561         (Banners, Keywords and ranges): Use correct shell.
563         More corner cases in testsuite VAR=VALUE handling.
564         * lib/autotest/general.m4 (AT_INIT) <PREPARE_TESTS): Fix quoting
565         bug.
566         <PARSE_ARGS_END>: Also detect leading digits in assignments.
567         * tests/autotest.at (Using atlocal): Enhance test to catch last
568         bug.
570         * doc/autoconf.texi (Limitations of Builtins) <.>: Mention bash
571         bug.
573 2008-01-28  Eric Blake  <ebb9@byu.net>
575         Fix regression in handling VAR=VALUE arguments to testsuite.
576         * lib/autotest/general.m4 (AT_INIT) <PARSE_ARGS_END>: Detect
577         leading = as invalid.  Defer use of command-line variable
578         assignments...
579         <PREPARE_TESTS>: ...here, after atconfig has been sourced.  Fix
580         regression in sourcing files.
581         * tests/autotest.at (Using atlocal): New test to catch this.
582         (Debugging a successful test, Choosing where testsuite is run):
583         Use correct shell.
584         Reported by Ralf Wildenhues.
586         Document grep peculiarity.
587         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Document
588         BSD behavior on binary input.
590         Minor testsuite improvements.
591         * lib/autotest/general.m4 (AT_INIT) <PREPARE_TESTS>: Use fewer
592         forks when sanitizing PATH.  Always output machine information,
593         not just when atconfig was located.
595         Add 'testsuite -C dir'.
596         * lib/autotest/general.m4 (_AT_ARG_OPTION): Move missing argument
597         detection...
598         (AT_INIT) <PARSE_ARGS_END>: ...here, since -k always takes
599         argument.
600         <DEFAULTS>: Delay computation of variables based on $at_dir...
601         <PREPARE_TESTS>: ...to here, since -C can change $at_dir.
602         <TESTS>: Re-invoke via absolute name, since -C may be in effect.
603         <PARSE_ARGS>: Parse new option.
604         <HELP_TUNING>: Document it.
605         * tests/autotest.at (Choosing where testsuite is run): New test
606         for this feature.
607         (Keywords and ranges): Add test for missing -k argument.
608         * NEWS: Document this.
609         * doc/autoconf.texi (testsuite Invocation): Likewise.
611 2008-01-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
613         * build-aux/config.guess, build-aux/config.sub,
614         build-aux/texinfo.tex: Sync from gnulib.
615         * doc/fdl.texi, doc/make-stds.texi, doc/standards.texi:
616         Likewise.
618 2008-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
620         * doc/autoconf.texi (Particular Programs): Do not mention the
621         Autoconf version in which the AC_PROG_INSTALL change was done.
622         Suggested by Paul Eggert.
624 2008-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
626         Fix --help=recursive with multiple AC_CONFIG_SUBDIRS.
627         * lib/autoconf/general.m4 (_AC_INIT_HELP): If, for recursive help
628         mode, we change to the source directory, also set $ac_pwd so we
629         do not go back to the build tree for the next config subdir.
630         * tests/torture.at (Deep Package): Extend test to contain two
631         config subdirs on the top level.
633         Fix parallel `maintainer-check'.
634         * Makefile.am (maintainer-check-tests): Depend on `all'.
635         Use `$(MAKE) $(AM_MAKEFLAGS)' instead of plain `make'.
636         * tests/Makefile.am (maintainer-check-c++, maintainer-check-posix):
637         Likewise.
638         (maintainer-check): Serialize the testsuite runs.
640         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE2): Accept `+'
641         in feature string for --enable/--with.  Convert to underscore
642         for variable name.
644         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Require that
645         `install -c file1 file2 dir' works.
646         * doc/autoconf.texi (Particular Programs): Document this.
647         * NEWS: Update.
649 2008-01-21  Eric Blake  <ebb9@byu.net>
651         Improve documentation about default include directives.
652         * doc/autoconf.texi (Generic Headers, Generic Declarations)
653         (Generic Structures, Generic Types)
654         (Generic Compiler Characteristics): Add links to
655         AC_INCLUDES_DEFAULT.
656         Reported by Reuben Thomas.
658 2008-01-15  Eric Blake  <ebb9@byu.net>
660         * lib/m4sugar/m4sugar.m4 (m4_qlen): Use fewer macros.
662 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
664         * tests/Makefile.am (noinst_SCRIPTS): Renamed from
665         check_SCRIPTS.  Building the wrappers for `all' allows help2man
666         to use them for the manpages.
667         Report by Benoit Sigoure.
669         * bin/autoreconf.in: Discard stderr for $autoconf/$aclocal --help.
671 2007-12-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
673         Fix some write failure cases in Autotest.
674         * lib/autotest/general.m4 (AT_INIT): Do not exit successfully
675         upon write failures for --help, --version, --list.
676         Guard against write failures for intermediate created scripts.
677         <at_func_create_debugging_script>: Do not make the debugging
678         script executable if it is not complete.
680 2007-12-12  Eric Blake  <ebb9@byu.net>
682         Fix thinko in earlier patch - m4_join isn't defined yet.
683         * lib/m4sugar/m4sugar.m4 (m4_expansion_stack_push, _m4_defun_pro)
684         (_m4_defun_pro_outer, _m4_defun_epi, _m4_defun_epi_outer)
685         (m4_require): Use m4_do, not m4_join.
687         Fix some whitespace tests on cygwin.
688         * tests/tools.at (autom4te and whitespace in file names): Restore
689         font-lock.  Create $TMPDIR before it might be used.
691         Fix spurious testsuite failure with M4 1.4.11.
692         * tests/local.at (AT_CHECK_M4): Cater to new m4 error message.
694         Optimize AC_REQUIRE.
695         * lib/m4sugar/m4sugar.m4 (m4_expansion_stack_push, _m4_defun_pro)
696         (_m4_defun_pro_outer, _m4_defun_epi, _m4_defun_epi_outer)
697         (m4_require): Avoid extra macro calls.
699 2007-12-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
701         * tests/torture.at (srcdir): Fix quoting.
703         Do not pass top_srcdir to configure scripts in testsuite.
704         * tests/autotest.at (srcdir propagation): Copy install-sh to
705         source tree.
706         (my only test): Drop setting of `top_srcdir'.
707         * tests/base.at (Input/Output): Likewise.
708         * tests/local.at (AT_CONFIGURE_AC): Copy install-sh,
709         config.guess, and config.sub to test source tree.
710         Drop AC_CONFIG_AUX_DIR setting.
711         (AT_CHECK_CONFIGURE): Drop setting of `top_srcdir'.
712         * tests/torture.at (Substitute a 2000-byte string): Drop
713         AC_CONFIG_AUX_DIR setting, copy install-sh to test source tree.
714         (Substitute a newline, datarootdir workaround): Likewise.
715         (Define a newline): Adjust for linenumber changes in configure.ac.
716         * tests/foreign.at (Libtool): Adjust comment to reflect changes.
718         * tests/semantics.at (AC_PATH_PROGS_FEATURE_CHECK): Skip test
719         if `pwd` contains whitespace.
721         Quote $abs_top_srcdir in tests.
722         * tests/local.at (AT_CHECK_PERL_SYNTAX): Likewise.
723         * tests/tools.at (Syntax of the shell scripts): Likewise.
725         * tests/m4sh.at (LINENO): Quote $0.
727         Fix testsuite program wrapper for whitespace in `pwd`.
728         The problem here is that the usual mantra is that command
729         variables can contain arguments, thus we cannot just escape
730         $AUTOCONF, $AUTOM4TE etc.  The compromise is to put the
731         $top_builddir/tests directory early in $PATH, so that the
732         wrappers are found by their plain name.
733         * tests/wrapper.as: Put $testdir early in $PATH.
734         (AUTOCONF, AUTOHEADER, AUTOM4TE): Set to plain command names.
736         Proper config.status --file/--header and $srcdir escaping.
737         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Quote special
738         characters in $ac_file_inputs.
739         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER): eval $ac_file_inputs
740         accordingly.
741         * tests/torture.at (datarootdir workaround): Adjust.
742         (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS): Extend test.
744         Fix Autotest for whitespace in `pwd`.
745         * lib/autotest/general.m4 (AT_INIT)
746         <at_func_create_debugging_script, Driver Loop>:
747         Quote $at_group_dir.
748         * tests/autotest.at (whitespace in absolute testdir): New test.
750         * lib/autom4te.in: Quote @datadir@.
752         Proper file name escaping in Autoconf programs and Perl modules.
753         This includes escaping of characters special to the shell
754         as well as special to Perl, e.g., leading `<' or `>'.
755         For example, when $file starts with `>', `open ">$file"'
756         wrongly tries to append to a different file.
757         * bin/autoconf.as: Fix quoting for autom4te options.
758         * lib/Autom4te/General.pm (shell_quote): New function, taken
759         from coreutils, written by Jim Meyering.
760         (mktmpdir): Use it.
761         * bin/autom4te.in (files_to_options, handle_m4): Use shell_quote
762         and open_quote.
763         * bin/autoreconf.in (parse_args): Likewise.
764         * bin/autoscan.in (main): Likewise.
765         * bin/autoupdate.in (main): Likewise.
766         * bin/autoheader.in: Likewise, fixing old insufficient escaping.
767         * bin/ifnames.in: Likewise, XFile usage fixes.
768         * tests/tools.at (autom4te and whitespace in file names): Extend
769         test.  Test twice, with special characters allowed on w32, and the
770         rest.  Test leading and trailing whitespace, for `open_quote'.
771         (autotools and whitespace in file names): New, analogous test.
772         Reported by Paul Eggert and Benoit Sigoure, additional suggestions
773         by Russ Allbery and Eric Blake.
775         Sync from Automake.
776         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
777         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Likewise.
778         * lib/Autom4te/FileUtils.pm (open_quote): New function.
779         (update_file, contents): Use it.
781         * Makefile.am (autom4te-update): Rewrite for git.
783 2007-12-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
785         * doc/autoconf.texi (autom4te Invocation, Autom4te Cache): Fix typos.
787         Fix copyright years.
788         * Makefile.am, doc/install.texi, lib/autoconf/fortran.m4,
789         lib/autoconf/lang.m4, lib/freeze.mk: Likewise.
791 2007-12-04  Eric Blake  <ebb9@byu.net>
793         Manually resync with gnulib, since 'make cvs-update' no longer works.
794         * build-aux/config.guess: New upstream version.
795         * build-aux/config.sub: Likewise.
797         When using older automake, don't downgrade build-aux/texinfo.tex.
798         * configure.ac (AM_INIT_AUTOMAKE): Add no-texinfo.tex option.
799         * doc/Makefile.am (TEXINFO_TEX): Add.
801 2007-11-27  Paul Eggert  <eggert@cs.ucla.edu>
803         Fix AC_C_BIGENDIAN bug caused by new awk method of substitution.
804         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Don't comment out the
805         #undef as this runs afoul of our new way of creating config.h.
806         Problem reported by Jim Meyering in
807         <http://lists.gnu.org/archive/html/autoconf-patches/2007-11/msg00164.html>.
809 2007-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
811         Fix autom4te for unusual characters in input file names.
812         * bin/autom4te.in (files_to_options): Quote active characters
813         for the shell.
814         * tests/tools.at (autom4te and white space in file names):
815         New test.
817         * doc/autoconf.texi (Limitations of Usual Tools) <awk>:
818         Document that Tru64 awk always splits $0.
820 2007-11-24  Stepan Kasal  <kasal@ucw.cz>
822         * lib/autotest/general.m4 (AT_INIT): Do not extract the
823         `#AT_STOP_...' line at the end of each test.
825 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
827         * lib/autotest/general.m4 (AT_INIT): For awk line number
828         extraction script, ensure `$at_group' has a defined value
829         even for the empty set, and properly quote its usage inside
830         the awk script.
832 2007-11-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
834         * doc/autoconf.texi (Shell Functions): New chapter.  Document
835         IRIX sh $0 issue in functions, move content from ...
836         (Portable Shell): ... here.
837         (Shell Script Compiler): Note that shell functions are not
838         totally unportable any more.
840 2007-11-22  Stepan Kasal  <kasal@ucw.cz>
841         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
843         * lib/autotest/general.m4 (AT_INIT): Exit awk script after
844         extracting the line numbers of the last needed test.
846 2007-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
848         * lib/autotest/general.m4 (AT_INIT) <at_func_create_debugging_script>:
849         Fix quoting.
851 2007-11-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
853         Fix IRIX testsuite debugging failures: $0 in functions.
854         * lib/autotest/general.m4 (AT_INIT) <at_func_create_debugging_script>:
855         Do not use $0 inside a function, as IRIX sh will set that to the
856         function name rather than the script invocation name.
858 2007-11-19  Paolo Bonzini  <bonzini@gnu.org>
859         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
861         * lib/autotest/general.m4 (at_func_test): Use cached line numbers
862         to extract test scripts.
863         (AT_INIT): Extract and cache test script line numbers.
865 2007-11-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
867         * lib/autotest/general.m4: Revert 2007-11-15 patch and
868         subsequent fixups; the awk -> here-document conversion trashes
869         performance too much with AIX sh.
871 2007-11-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
873         * tests/local.at: Do not test m4, perl with AT_TESTED.
875         Diagnose and guard against write errors dealing with config.status.
876         The general idea is this: all write failures from `configure'
877         writing `config.status' are indicated by $ac_write_error, which
878         is only checked at the end.  This is safe because config.status
879         code is not executed before the file is complete.  Other write
880         failures, be they inside config.status, or in sub shell/awk
881         scripts spawned from configure or config.status, typically need
882         earlier checking, as their results are used right afterwards.
883         * lib/autoconf/status.m4 (AC_OUTPUT): Initialize `ac_write_fail'
884         before writing config.status, check afterwards.
885         (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_FILE)
886         (_AC_OUTPUT_HEADERS_PREPARE,_AC_OUTPUT_CONFIG_STATUS):
887         Set `ac_write_error' for write failures to config.status.  Barf
888         upon write failures to temporary files.
889         Adjust note about closing and reopening the here-document.
890         (_AC_OUTPUT_HEADER, _AC_OUTPUT_LINK, _AC_OUTPUT_COMMAND)
891         (_AC_OUTPUT_MAIN_LOOP): Likewise, adjust note about closing and
892         reopening the here-document.
893         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
894         Ensure `ac_write_error' does not escape into config.status.
895         Also, add a couple of code paths not yet exercised in the test
896         suite: a config file with input from stdin, and a config header
897         output to stdout.
898         Suggestion for catching write errors by Bruno Haible.
900 2007-11-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
902         Avoid error with Tru64 awk and testsuite lines with many words.
903         * lib/autotest/general.m4 (AT_INIT): In the awk script that
904         reads the testsuite, set the field separator to an unusual value,
905         in order to not run over the limit of 199 fields.  Tru64 4.0D awk
906         even splits the input if $i, i>0, was never accessed in the script.
908         Revert 2007-10-17 change.
909         * TODO: Multiline args in config files and headers mean something
910         different and are not fixed, see
911         <http://lists.gnu.org/archive/html/autoconf-patches/2007-05/msg00017.html>
912         Report by Stepan Kasal.
914         * doc/autoconf.texi (Generic Programs): Fix typo.
916 2007-11-16  Stepan Kasal  <kasal@ucw.cz>
918         AC_*_TOOL does not canonicalize the prefix
919         * doc/autoconf.texi (Generic Programs): Do not say that
920         the *_TOOL macros canonicalize, they simply use the `host_alias'.
922 2007-11-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
924         Diagnose write errors in config.status instantiations.
925         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE)
926         (_AC_OUTPUT_HEADER, _AC_OUTPUT_MAIN_LOOP): Bail out
927         on write errors.
928         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
929         Extend test to also check for some write error failures, using...
930         <AT_CHECK_CONFIG_CREATION_NOWRITE>: ...this new macro.
931         Report by Bruno Haible.
933         Indentation fixups.
934         * lib/autotest/general.m4 (AT_INIT) <at_func_log_failure>: Fix
935         indentation.
936         (_AT_CHECK): Use less indentation, to save space.
938 2007-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
940         Add witness macro for @top_build_prefix@ substitution.
941         * lib/autoconf/status.m4 (_AC_HAVE_TOP_BUILD_PREFIX): New macro.
942         (_AC_OUTPUT_FILE): Mention it here.
944 2007-11-15  Paolo Bonzini  <bonzini@gnu.org>
945         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
947         * lib/autotest/general.m4 (at_func_test): Remove.
948         (AT_INIT): Pre-extract test groups into separate files.
949         (AT_CLEANUP): Source pre-extracted file instead of calling at_func_test.
950         Remove at-test-source files together with the $at_group_dir.
951         * tests/autotest.at (Long test source lines): New test.
953 2007-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
955         Shell functions and variables may share a namespace.
956         * doc/autoconf.texi (Portable Shell): Mention Solaris sh
957         limitation.
959 2007-11-14  Paul Eggert  <eggert@cs.ucla.edu>
961         * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Make comment match
962         gnulib.
964 2007-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
966         * lib/autoconf/status.m4: Fix a couple of comment typos.
968         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Use $as_me, not $me.
970 2007-11-13  Jim Meyering  <meyering@redhat.com>
972         Clean up the rule to create "expr".
973         * tests/Makefile.am (expr): Don't redirect directly to target.
974         Redirect just once, not for each echo statement.
975         Use $@, not literal "expr".
977 2007-11-13  Paul Eggert  <eggert@cs.ucla.edu>
979         Don't worry about preprocessor when testing long long.
980         See: http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00075.html
981         * doc/autoconf.texi (Preprocessor Arithmetic): New section.
982         (AC_TYPE_LONG_LONG_INT, AC_TYPE_UNSIGNED_LONG_LONG_INT):
983         These no longer check for preprocessor flaws.
984         * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET):
985         Do not check for preprocessor flaws.
987 2007-11-13  Jim Meyering  <meyering@redhat.com>
989         Adapt dependencies, now that a version change doesn't modify configure.ac
990         * GNUmakefile: Remove "make clean" kludge.
991         * lib/m4sugar/Makefile.am (version.m4): Depend on Makefile, not
992         configure.ac.
993         Don't redirect directly to target.
994         Use $@, not literal "version.m4".
996 2007-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
998         * doc/autoconf.texi (Making testsuite Scripts): Document
999         ":;{" shorthand as in previous patch.
1001 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
1003         * doc/autoconf.texi (Limitations of Builtins): Document problem
1004         with { ... } a bit more clearly.  Suggest ":;{" as a shorthand
1005         for the workaround.
1006         * lib/m4sugar/Makefile.am (version.m4): Detect 'echo' failure.
1007         Use ":;{" shorthand.
1008         * tests/Makefile.am ($(srcdir)/package.m4): Likewise.
1010 2007-11-12  Jim Meyering  <meyering@redhat.com>
1012         Add more non-srcdir build support.
1013         * GNUmakefile (dummy): Split a long line.
1014         Add -v option to autoreconf invocation.
1016         Remove the autoreconf-provided INSTALL, so that we regenerate it.
1017         * GNUmakefile (dummy): Remove INSTALL.
1019         Remove racy commands to build scripts in bin/ and tests/.
1020         * man/Makefile.am (.x.1): Now that scripts in bin/ and tests/
1021         are guaranteed to be built, remove the rules that tried to build
1022         them.  Before, with a parallel build, these rules could lead to
1023         two processes writing tests/wrapper.in concurrently.
1025         Build in man/ only *after* building in bin/ and tests/.
1026         * Makefile.am (SUBDIRS): The man-page-creation process runs $(MAKE)
1027         in both bin/ and tests/.
1029         Accommodate non-srcdir build-from-checkout.
1030         * build-aux/git-version-gen: Require an additional parameter: $srcdir.
1031         Use git's --git-dir=$srcdir/.git option.
1032         Add quotes, in case tarball_version_file contains shell meta-characters.
1033         * GNUmakefile (_curr-ver): Pass $(srcdir) to git-version-gen.
1034         * configure.ac: Pass "." to git-version-gen.
1036         Avoid spurious test failures due to version skew.
1037         * GNUmakefile (dummy): Run $(MAKE) clean after autoreconf -i.
1039 2007-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1041         Avoid warnings about conftest.dSYM directories on Mac OS X Leopard.
1042         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_RUN_IFELSE):
1043         Remove conftest.dSYM directory.
1044         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT)
1045         (_AC_LANG_PROGRAM_C_, _AC_FC_MAIN, __AC_FC_NAME_MANGLING):
1046         Remove `conftest.*' recursively.
1047         * lib/autoconf/lang.m4 (AC_LINK_IFELSE): Likewise.
1048         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
1049         Likewise.
1050         (_AC_COMPILER_OBJEXT_REJECT): Reject *.dSYM.
1051         * THANKS: Update.
1052         Report and analysis by Jeff Squyres and Peter O'Gorman.
1054 2007-11-12  Benoit Sigoure  <tsuna@lrde.epita.fr>
1056         Fix typos in variable names.
1057         * tests/semantics.at (test for AC_CHECK_LIB): s/at_m/ac_m/.
1059 2007-11-11  Benoit Sigoure  <tsuna@lrde.epita.fr>
1061         Document that $((expression)) is not portable.
1062         * doc/autoconf.texi (Shell Substitutions): Here.
1064 2007-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1066         Ignore configure --help* errors due to LINENO-impaired shells.
1067         * tests/torture.at (Configuring subdirectories, Deep Package):
1068         In the --help* tests in read-only trees, make `.' temporarily
1069         writable again for the `stderr' file, and ignore errors due to
1070         the attempt to write configure.lineno.
1071         Report by Patrick Welche.
1073 2007-11-10  Jim Meyering  <meyering@redhat.com>
1075         Generate package.m4 in build-dir, not srcdir.
1076         * tests/Makefile.am (package.m4): Adjust target.
1077         Don't redirect directly to $@.
1078         (CLEANFILES): Add package.m4.
1079         ($(TESTSUITE)): Depend on just-built package.m4, not the one
1080         in $(srcdir).
1081         When running $(AUTOTEST), search "." before searching $(srcdir).
1083         Avoid a race condition that would make parallel "distclean" fail.
1084         * tests/Makefile.am (distclean-generic): Replace the default,
1085         automake-provided rule with an identical one, but with an additional
1086         dependency on distclean-local.  Simply adding the dependency would
1087         cause automake not to emit the rule at all.
1088         * BUGS: Building with -jN works, now.
1090         Distribute git-version-gen.
1091         * Makefile.am (EXTRA_DIST): Add build-aux/git-version-gen,
1092         since GNUmakefile is distributed, and requires it for dist* rules.
1094         Remove two more generated files from version control.
1095         * INSTALL: Remove generated file.
1096         * lib/autoscan/autoscan.list: Remove generated file.
1098 2007-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1100         * GNUmakefile (PATH): Remove stray apostrophes; they become
1101         part of PATH, which isn't wanted here.
1103 2007-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1105         New config files output variable `top_build_prefix'.
1106         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Substitute
1107         `top_build_prefix'.
1108         * doc/autoconf.texi (Preset Output Variables): Document it.
1109         * NEWS: Update.
1110         Report by Bob Friesenhahn.
1112         Avoid expr for arithmetic evaluation if the shell accepts $((...)).
1113         * lib/autotest/general.m4 (AT_INIT) <at_func_arith>: New
1114         function, to parametrize arithmetic with expr vs. the shell.
1115         Use it where possible.
1116         Suggestion by Benoit Sigoure.
1118 2007-11-03  Benoit Sigoure  <tsuna@lrde.epita.fr>
1120         Adjust the documentation of autotest WRT atlocal.
1121         * doc/autoconf.texi (Making testsuite Scripts): It is not necessary,
1122         when using Automake, to write a rule to produce atlocal, since it's
1123         an AC_CONFIG_FILES.  Mention that atlocal.in needs to be
1124         distributed, not atconfig.in.
1126 2007-11-04  Eric Blake  <ebb9@byu.net>
1128         Update list information.
1129         * README: Mention new autoconf-commit list.
1130         * doc/autoconf.texi (Introduction): Mention autoconf-commit list.
1132 2007-11-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1134         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Fix comment typo.
1136         * lib/m4sugar/Makefile.am (version.m4): Another bash bug workaround.
1138         * build-aux/.gitignore: Ignore mkinstalldirs.
1140         * doc/autoconf.texi (autoreconf Invocation): Fix an underfull line.
1142 2007-11-03  Jim Meyering  <meyering@redhat.com>
1144         s/-/./ in snapshot version string: 2.61a-256-8b556 -> 2.61a.256-8b556
1145         * build-aux/git-version-gen: This syncs from coreutils.
1147         Adjust the build procedure so "make check" works reliably.
1148         * README-hacking: Include an extra step between "make" and
1149         "make check" to ensure that the latter passes.
1151         Use just-built tools, when possible.
1152         * GNUmakefile (PATH): Set and export here, ...
1153         (dummy): ... rather than here.
1155 2007-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1156         and Andreas Schwab  <schwab@suse.de>
1158         * tests/Makefile.am ($(srcdir)/package.m4): Work around bash
1159         exit status bug.
1161 2007-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1163         * configure.ac (AC_PREREQ): Require version 2.60, for
1164         AC_PROG_SED, AC_PROG_GREP.
1166 2007-11-02  Benoit Sigoure  <tsuna@lrde.epita.fr>
1167         and Jim Meyering  <meyering@redhat.com>
1168         and Andreas Schwab <schwab@suse.de>
1169         and Eric Blake  <ebb9@byu.net>
1171         Document a bug in GNU Bash with compound commands and redirections.
1172         * doc/autoconf.texi (Limitations of Builtins): Mention that GNU
1173         Bash doesn't properly set $? when `{ ... } >/bad' fails, and give
1174         workaround.
1176 2007-11-03  Eric Blake  <ebb9@byu.net>
1178         Support m4 1.4.5 in testsuite.
1179         * tests/torture.at (Define a newline): Exclude line numbers in
1180         error message.
1181         Reported by Ralf Wildenhues.
1183 2007-11-03  Jim Meyering  <meyering@redhat.com>
1185         Remove automake-provided files from version control.
1186         * build-aux/elisp-comp: Remove file.
1187         * build-aux/install-sh: Remove file.
1188         * build-aux/missing: Remove file.
1189         * build-aux/mdate-sh: Remove file.
1190         * build-aux/.gitignore: New file.
1191         Suggestion from Ralf Wildenhues.
1193 2007-11-03  Eric Blake  <ebb9@byu.net>
1195         Adjust version comparison to account for git snapshot numbers.
1196         * lib/m4sugar/m4sugar.m4 (_m4_version_unletter): Also treat - as a
1197         component separator.
1198         * doc/autoconf.texi (Number processing Macros)
1199         <m4_version_compare>: Document this change.
1200         * tests/m4sugar.at (m4@&t@_version_compare): Test it.
1202 2007-10-30  Bruno Haible  <bruno@clisp.org>
1204         * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro,
1205         extracted from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
1206         (AC_TYPE_LONG_LONG_INT, AC_TYPE_UNSIGNED_LONG_LONG_INT): Use it.
1207         Fixes problem with Sun C 5.[0-8] in 32-bit mode, reported in
1208         <http://lists.gnu.org/archive/html/autoconf-patches/2007-10/msg00210.html>
1209         Suggested by Paul Eggert.
1211 2007-10-28  Jim Meyering  <meyering@redhat.com>
1213         * README-hacking: Autoconf, Automake, and Perl are required to build.
1214         List Gzip and Tar separately.  Suggested by Ralf Wildenhues.
1216 2007-10-28  Jim Meyering  <meyering@redhat.com>
1218         README-hacking: Recommend running autoreconf -vi.
1219         * GNUmakefile (dummy): Use autoreconf -i, with appropriate PATH,
1220         so that we use just-built tools when they're available.
1221         Suggestions from Ralf Wildenhues.
1223 2007-10-28  Jim Meyering  <meyering@redhat.com>
1225         Make inter-release --version output more useful.
1227         Now, each unofficial build has a version "number" like 2.61a-19-58dd,
1228         which indicates that it is built using the 19th change set
1229         (in _some_ repository) following the "v2.61a" tag, and that 58dd
1230         is a prefix of the commit SHA1.
1231         * build-aux/git-version-gen: New file.
1232         * configure.ac: Run it to set the version.
1233         (AM_INIT_AUTOMAKE): Don't check NEWS here.
1234         * Makefile.am (dist-hook): Arrange so that .version appears only
1235         in distribution tarballs, never in a checked-out repository.
1236         * .gitignore: Add .version here, too.  Just in case.
1237         * tests/Makefile.am ($(srcdir)/package.m4): Depend on Makefile,
1238         not configure.ac, now that the version number changes automatically.
1240         Ensure that $(VERSION) is up to date for dist-related targets.
1241         * GNUmakefile: Arrange to rerun autoconf, if the version reported by
1242         git-version-gen doesn't match $(VERSION), but only for dist targets.
1244 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1246         Fix `Deep Package' failure with a configure script early in PATH
1247         * tests/torture.at (Deep Package): Add `.' early in PATH.
1248         Report by Jim Meyering.
1250 2007-10-27  Jim Meyering  <meyering@redhat.com>
1252         Remove all generated files from version control.
1253         * aclocal.m4: Remove.
1254         * configure: Remove.
1255         * Makefile.in: Remove, along with all other Makefile.in in subdirs.
1256         * .gitignore: Add aclocal.m4, configure and Makefile.in.  Sort.
1257         * README-hacking: New file: how to build from just-checked-out sources.
1259 2007-10-23  Eric Blake  <ebb9@byu.net>
1261         Improve corner case of m4_expand.
1262         * lib/m4sugar/m4sugar.m4 (m4_expand, _m4_expand): Rewrite more
1263         efficiently.
1264         * tests/m4sh.at (AS@&t@_HELP_STRING): Test overquoted comma.
1265         * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Update
1266         documentation.
1268 2007-10-23  Paul Eggert  <eggert@cs.ucla.edu>
1270         * doc/make-stds.texi: Update from gnulib.
1272 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
1273         and Eric Blake  <ebb9@byu.net>
1275         * lib/autoconf/c.m4 (AC_C_RESTRICT): Work around Sun C++ compatibility
1276         problem reported by Bruno Haible in
1277         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00027.html>.
1279 2007-10-22  Eric Blake  <ebb9@byu.net>
1281         * doc/autoconf.texi (Particular Types): Mention bug in HP-UX 11.00
1282         preprocessor.
1284 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
1286         Don't check for bug in HP-UX 11.00 cpp.
1287         * lib/autoconf/types.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT):
1288         Use -1ull rather than -1u, since that causes problems with gnulib; see
1289         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
1291 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1293         * tests/autotest.at (Backquote command substitution)
1294         (Multiline backquote command substitution)
1295         (Parenthetical command substitution)
1296         (Multiline parenthetical command substitution): Fix typos in
1297         test names.
1299 2007-10-21  Eric Blake  <ebb9@byu.net>
1301         * configure: Regenerate.
1303 2007-10-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1305         Fix config status generation with Tru64 ksh.
1306         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix
1307         escaping of backslash in here-documents.
1309         Fix `Deep Package' test failure on FreeBSD.
1310         * tests/torture.at (Deep Package): Do not add `.' to $PATH
1311         unnecessarily.  Do not try running `/bin/sh configure' with a
1312         configure script to be found in $PATH, if the shell does not do
1313         this resolution.  Fixes test failure on FreeBSD.
1315         Fix config header generation with AIX awk.
1316         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS_PREPARE): In awk
1317         script, use helper array D_is_set, as `" 0"' does not evaluate
1318         to true for AIX awk.
1320 2007-10-21  Eric Blake  <ebb9@byu.net>
1322         * tests/autotest.at (Banners): Reinstate test, with typo
1323         corrected.
1325 2007-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1327         * lib/autotest/general.m4 (Defaults): Validate input ranges ...
1328         <at_func_validate_ranges>: ... using this new function.
1329         * tests/autotest.at (Keywords and ranges): Test invalid ranges.
1330         Test --list with ranges and keywords.
1331         (Banners): Remove one now-failing test.
1333 2007-10-20  Eric Blake  <ebb9@byu.net>
1335         Fix testsuite --list subset.
1336         * lib/autotest/general.m4 (AT_INIT) <at_list_p>: Swap newlines
1337         back to spaces, before listing subset of tests.
1338         Reported by Ralf Wildenhues.
1340 2007-10-19  Eric Blake  <ebb9@byu.net>
1342         s/parenthesis/parentheses/ where appropriate.
1343         * doc/autoconf.texi: Fix typos.
1344         * lib/m4sugar/m4sugar.m4: Likewise.
1345         Reported by Ralf Wildenhues.
1347         Document m4_expand limitation.
1348         * lib/m4sugar/m4sugar.m4 (m4_expand): Mention problem with
1349         unbalanced parse.
1350         * doc/autoconf.texi (Pretty Help Strings, Evaluation Macros)
1351         (Writing Testsuites): Mention limitations inherited from
1352         m4_expand.
1354         Improve AT_BANNER handling.
1355         * lib/autotest/general.m4 (BANNERS): New named diversion.
1356         (TESTS_END): Diversion no longer used.
1357         (AT_INIT) <at_func_banner, BANNERS>: Factor all banners into a
1358         shell function, which prints only as needed, using an associative
1359         array of banner text from a special diversion.
1360         <PARSE_ARGS_END>: No longer need awk to find banners.
1361         <TESTS>: Banners are no longer processed by main driver loop, so
1362         we no longer need case statement.
1363         (AT_BANNER): Rewrite to populate new diversion.
1364         (AT_SETUP): Each test invokes its own banner.  No output is needed
1365         to the TESTS diversion.
1366         * doc/autoconf.texi (Writing Testsuites): Document slight
1367         semantics change.
1368         * tests/autotest.at (AT_BANNERS): Enhance test.
1369         * NEWS: Document AT_BANNER.
1371         Document and test AT_BANNER.
1372         * doc/autoconf.texi (Writing Testsuites): Document AT_BANNER.
1373         * tests/autotest.at (AT_CHECK_EGREP): Share between tests.
1374         (AT_CHECK_BANNERS): New test.
1376         Doc touchups.
1377         * doc/autoconf.texi (Text processing Macros) <m4_strip>
1378         <m4_text_wrap>: Clarify and fix typos.
1380 2007-10-18  Eric Blake  <ebb9@byu.net>
1382         Ignore `make dist' changelogs in testsuite.log.
1383         * lib/autotest/general.m4 (AT_INIT) <ChangeLogs>: Prune
1384         directories matching AT_PACKAGE_TARNAME-*.
1386         Fix AT_TESTED, AT_KEYWORDS.
1387         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): Warn if separator
1388         occurs in string, as duplicates may be added.
1389         (_m4_append_uniq): New helper macro.
1390         (m4_append_uniq_w): New macro.
1391         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Fix
1392         duplication bug by using new macro.
1393         (AT_INIT) <at_tested>: Restore newline separators.  Invoke tested
1394         programs with stdin redirected, so programs that don't
1395         understand --version won't try to behave interactively.
1396         * tests/autotest.at (Tested programs): Catch this bug.
1397         * tests/m4sugar.at (m4@&t@_append): Test new macro.
1398         * tests/local.at (AT_TESTED): Add m4, perl.
1399         * doc/autoconf.texi (Text processing Macros): Document
1400         m4_append_uniq_w, and update text on m4_append.
1401         * NEWS: Document the addition.
1403 2007-10-17  Eric Blake  <ebb9@byu.net>
1405         Function cleanup.
1406         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): Convert
1407         from m4 macro...
1408         (AT_INIT) <at_func_create_debugging_script>: ...to shell
1409         function.
1410         (AT_INIT): Defer function declarations until after --help,
1411         --version.  Format functions consistently, trying to fit in 80
1412         columns.
1413         (TEST_FUNCTIONS): Based on recent changes, rename...
1414         (TEST_GROUPS): ...to this.
1416         Reject FreeBSD m4.
1417         * m4/m4.m4 (AC_PROG_GNU_M4): Also check for frozen file support.
1418         * configure: Regenerate.
1419         Reported by Bob Friesenhahn.
1421         Test recent additions.
1422         * tests/m4sugar.at (m4@&t@_map, m4@&t@_combine)
1423         (m4@&t_max and m4@&t_min): New tests.
1424         * doc/autoconf.texi (Evaluation Macros) <m4_apply>: Enhance
1425         description.
1427 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1429         * TODO: multiline args in config files and headers work now.
1431         Autotest: do not use shell functions for individual tests.
1432         * lib/autotest/general.m4 (AT_INIT) <at_func_test>: Merely
1433         extract the source test source, do not invoke it.
1434         (AT_SETUP, AT_CLEANUP): Source test code outside shell function.
1435         * tests/autotest.at (Fallacy): Actually let the inner suite fail,
1436         expect exit status of 1.
1437         * tests/autotest.at (Skip): New test, for bogus zsh exit status.
1439         * lib/autotest/general.m4 (at_func_test): Fix test extraction
1440         script.
1442 2007-10-17  Eric Blake  <ebb9@byu.net>
1444         Fix m4_combine for empty suffix list.
1445         * lib/m4sugar/m4sugar.m4 (m4_combine): Check for suffix list.
1446         * doc/autoconf.texi (Text processing Macros): Document this.
1448         Add m4_combine, based on Libtool's lt_combine.
1449         * lib/m4sugar/m4sugar.m4 (m4_combine): New macro.
1450         * doc/autoconf.texi (Text processing Macros): Document it.
1451         * NEWS: Likewise.
1453 2007-10-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1455         Fix `configure --help=recursive' in unconfigured/read-only trees.
1456         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Avoid errors when `.'
1457         is not writable, use 'cp -p' in this case, in the hope that it
1458         will not actually be needed.  Still try removing files, in case
1459         of other write errors.
1460         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): For ac_confdir,
1461         use $as_myself, not $0.
1462         (_AC_INIT_HELP): For --help=recursive, if the subdir does not
1463         exist, try again in the the source tree.  This change assumes
1464         that the subpackage configure script is capable of running
1465         --help=recursive in the source tree.
1466         * tests/torture.at (Configuring subdirectories, Deep Package):
1467         Adjust tests to expose both issues, also try invocation as
1468         `sh configure ...' and plain `configure ...' with PATH adjusted.
1469         * NEWS, THANKS: Update.
1470         Report by Hans Ulrich Niedermann.
1472 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
1474         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
1475         Problem reported by H.Merijn Brand in
1476         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
1477         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
1478         (AC_TYPE_UNSIGNED_LONG_LONG_INT):
1479         Check that preprocessor handles 64-bit ints, too.
1481 2007-10-16  Eric Blake  <ebb9@byu.net>
1483         m4_map is a looping construct.
1484         * lib/m4sugar/m4sugar.m4 (m4_map, _m4_map, m4_map_sep): Move.
1486         Fix m4_map, and add some more utility macros.
1487         * lib/m4sugar/m4sugar.m4 (m4_apply, m4_count, m4_dquote_elt)
1488         (m4_echo, m4_make_list): New documented macros.
1489         (_m4_quote, _m4_shift2): New helper macros.
1490         (m4_map): Change semantics to allow calling macro without
1491         arguments.
1492         (m4_map_sep): Likewise.  Also change semantics to quote separator,
1493         to match m4_join and m4_append.
1494         (m4_version_unletter): Fix use of m4_map.
1495         * doc/autoconf.texi (Evaluation Macros): Document m4_apply,
1496         m4_count, m4_dquote_elt, m4_echo, m4_make_list.
1497         (Text processing Macros): Mention m4_dquote as a faster
1498         alternative to joining with commas.
1499         (Looping constructs): Document m4_map, m4_map_sep.
1500         * NEWS: Mention new macros.
1502         A few more m4sugar improvements, to benefit libtool.
1503         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts, _m4_shiftn): Reduce size
1504         of expansion by avoiding extra uses of $@.
1505         (m4_shiftn): Avoid extra dnl, and forbid shifting by 0.
1506         (_m4_cdr): New helper macro.
1507         (_m4_map, m4_map_sep): Use it to reduce size of expansion.
1508         (_m4_shift3): New helper macro.
1509         (_m4_foreach): Swap argument order, and use new macro to reduce
1510         size of expansion.
1511         * doc/autoconf.texi (Looping constructs) <m4_shiftn>: Mention that
1512         count must be positive.
1514         * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Fix typo.
1515         Reported by Ralf Wildenhues.
1517 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1519         * doc/autoconf.texi (Portable Shell): Improve description of zsh
1520         4.x function subshell bug with exit and trap.
1522 2007-10-15  Eric Blake  <ebb9@byu.net>
1524         Enhance AS_HELP_STRING.
1525         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't expand arguments,
1526         and reduce number of expansions.
1527         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Rework to use m4_expand,
1528         and to take indent and wrap column numbers.
1529         * tests/m4sh.at (AS@&t@_HELP_STRING): Update the test.
1530         * doc/autoconf.texi (Pretty Help Strings): Document details about
1531         arguments.
1532         (Text processing Macros): Minor tweaks.
1533         * NEWS: Document this change.
1535         Fix 2007-10-03 regression with AT_SETUP([a, b]).
1536         * lib/m4sugar/m4sugar.m4 (m4_expand): New macro.
1537         (m4_text_box): Use it.
1538         * lib/autotest/general.m4 (AT_SETUP): Use it.
1539         * lib/m4sugar/m4sh.m4 (_AS_RUN): Use it.
1540         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Test this.
1541         * NEWS: Revert caveat about semantics change on comma.
1542         * doc/autoconf.texi (Evaluation Macros): Document m4_expand.
1544 2007-10-13  Eric Blake  <ebb9@byu.net>
1546         Change m4_join to match libtool's ltsugar semantics.
1547         * lib/m4sugar/m4sugar.m4 (m4_join): Just define this, not defun.
1548         Ignore empty arguments, using...
1549         (_m4_join): ...this new helper.
1550         * tests/m4sugar.at (m4@&t@_join): New test.
1551         * doc/autoconf.texi (Text processing Macros): Document new
1552         semantics of m4_join.
1554         Make AC_PREREQ faster and more robust.
1555         * lib/m4sugar/m4sugar.m4 (m4_ignore, m4_unquote): New macros.
1556         (m4_version_prereq): Inline constant expansions.
1557         (m4_list_cmp): Reduce number of expansions, by avoiding m4_case.
1558         Rewrite in terms of [] list, not () list.
1559         (_m4_list_cmp, _m4_version_unletter): New helper macros.
1560         (m4_version_unletter): Write wrapper around new implementation to
1561         preserve old semantics.
1562         (m4_version_compare): Pass correct type of list, and avoid
1563         overhead of flattening expressions too early.
1564         (m4_do): Move to be near other quoting macros.
1565         (m4_max, m4_min): Always result in decimal output.
1566         * doc/autoconf.texi (Looping constructs): Add m4_car, m4_cdr.
1567         Move m4_do...
1568         (Evaluation Macros): ...here.  Add m4_ignore, m4_unquote.
1569         (Text processing Macros): Move m4_version_compare...
1570         (Number processing Macros): ...to this new node; document m4_cmp,
1571         m4_list_cmp, m4_sign, m4_max, m4_min.
1572         * tests/m4sugar.at (m4@&t@_version_compare): Enhance test, to pick
1573         up on bugs fixed by this patch.
1574         * NEWS: Document new macros.
1576 2007-10-12  Eric Blake  <ebb9@byu.net>
1578         * doc/autoconf.texi (Text processing Macros): Fix bad merge.
1579         (Reporting Messages): Fix underfull hbox.
1581         Some more m4sugar documentation.
1582         * lib/m4sugar/m4sugar.m4: Clean up macro order.
1583         * doc/autoconf.texi (Programming in M4): Lighten the warning on
1584         using m4sugar; it is stabilizing and useful.
1585         (Redefined M4 Macros): Touch up wording on M4 builtins; sort.  Add
1586         m4_divert, m4_undivert, __file__, __line__, __oline__.
1587         (Diagnostics): New node, documenting m4_assert, m4_errprintn,
1588         m4_fatal, m4_location, m4_warn.
1589         (Diversion support): New node, documenting m4_divert_push,
1590         m4_divert_pop, m4_divert_text, m4_divert_once.
1591         (Text processing Macros): Sort.  Add m4_flatten, m4_join,
1592         m4_newline, m4_strip, m4_text_box, m4_text_wrap.
1593         (Reporting Messages): Mark AC_DIAGNOSE, AC_WARNING, and AC_FATAL
1594         as obsolescent.
1595         (Printing Messages): Change cross-reference.
1597         Document interaction of recent m4_append change with Libtool HEAD.
1598         * lib/m4sugar/m4sugar.m4 (m4_append): Document semantics change.
1599         (m4_append_uniq): Add new parameters, based on lt_append_uniq.
1600         * tests/m4sugar.at (m4@&t@_append): New test.
1601         * NEWS: Document semantics change.
1602         * doc/autoconf.texi (Text processing Macros): Likewise.
1604         s/AC_VERSION/AC_AUTOCONF_VERSION/.
1605         * doc/autoconf.texi (Versioning): Change the name.
1606         * NEWS: Likewise.
1607         * lib/autoconf/general.m4 (AC_AUTOCONF_VERSION): Likewise.
1608         * tests/tools.at (autoconf: AC_AUTOCONF_VERSION): Likewise.
1609         Suggested by Ralf Wildenhues.
1611         Namespace cleanup.
1612         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE)
1613         (_AC_OUTPUT_HEADERS_PREPARE): Convert here-doc delimiters into
1614         autoconf namespace.
1615         * doc/autoconf.texi (Programming in M4sugar, Forbidden Patterns)
1616         (Programming in M4sh, Macro Names): Beef up description of
1617         namespaces reserved for autoconf.
1618         * configure: Regenerate.
1620 2007-10-12  Eric Blake  <ebb9@byu.net>
1621         and Paolo Bonzini  <bonzini@gnu.org>
1623         Speed up execution of subset of testsuite.
1624         * lib/autotest/general.m4 (TEST_FUNCTIONS): New diversion.
1625         (AT_INIT) <at_func_test>: New shell function.
1626         (AT_INIT) <at_myself>: New variable, set to absolute $as_myself.
1627         (AT_INIT) <at_test_source> New variable, names file that holds
1628         current test function definition.
1629         (AT_SETUP): Start the shell function at_func_test_#, into the
1630         TEST_FUNCTIONS diversion.
1631         (AT_CLEANUP): End the shell function.  Simplify the TESTS
1632         diversion to invoke the function.
1634 2007-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1636         * .gitignore: Ignore tags and TAGS files.
1638 2007-10-11  Eric Blake  <ebb9@byu.net>
1640         Config header generation followup.
1641         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Check for raw newlines,
1642         which won't work with the preprocessor nor with the awk
1643         implementation.
1644         * tests/torture.at (Define a newline): Test raw newline detection,
1645         removing the XFAIL.
1646         * doc/autoconf.texi (Defining Symbols): Document recent change to
1647         allow backslash-newline.
1648         * THANKS: Update.
1650 2007-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1652         * lib/autotest/general.m4: Put function braces in separate line.
1654 2007-10-10  Eric Blake  <ebb9@byu.net>
1656         Avoid some overhead from m4_defn and m4_popdef.
1657         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Only
1658         pass on first argument, since we are documented that way.
1659         (m4_for, m4_append_uniq, m4_text_wrap): Optimize out defined-ness
1660         check where it is safe to do so.
1661         (m4_append): Likewise, and quote the separator.
1662         (m4_text_box): Likewise, and avoid regex, also be robust to
1663         expansion and quadrigraphs.
1665         Another AC_DEFINE speedup.
1666         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Move parameter
1667         elision...
1668         (_AC_DEFINE_Q): ...here, and only do it once.
1669         * lib/autoconf/functions.m4 (AC_CHECK_FUNCS): Avoid overquoting.
1670         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Fix m4_defn overquoting
1671         introduced 2007-10-05.
1673         Whitespace cleanup.
1674         * lib/autoconf/general.m4: Use consistent indentation.
1675         * configure: Regenerate.
1677         * NEWS: Announce recent round of speed optimizations.
1679 2007-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1681         * NEWS: Announce shell function usage in Autotest.
1683 2007-10-10  Eric Blake  <ebb9@byu.net>
1684         and Paul Eggert  <eggert@cs.ucla.edu>
1686         Reduce number of forks at startup.
1687         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Speed up NLS
1688         sanitization.
1689         * configure: Regenerate.
1691 2007-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1692         and Paul Eggert  <eggert@cs.ucla.edu>
1694         Use awk for config header generation.
1695         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix comments.
1696         (_AC_OUTPUT_HEADERS_PREPARE): New macro.  Rewrite of the config
1697         header machinery for use with awk and placement outside the main
1698         config.status instantiation loop.  Retain multi-line defines
1699         through backslash-newline combinations, do not split the script
1700         any more.
1701         (_AC_OUTPUT_HEADER): Simplify accordingly, use $AWK.
1702         (_AC_OUTPUT_MAIN_LOOP): Call _AC_OUTPUT_HEADERS_PREPARE if
1703         needed.
1704         (AC_OUTPUT_MAKE_DEFS): Remove backslash-newline combinations
1705         from define values.
1706         * NEWS: Update.
1707         * tests/torture.at (#define header templates): Extend test by
1708         several more cases: white space before and after `#', macros
1709         with parameters in config.hin and as defines, multi-line macro
1710         values.
1711         (Torturing config.status): Use a define value twice the length
1712         in order to exercise the awk literal string limit.
1713         (Substitute and define special characters): Also try special
1714         delimiter, to exercise the special-case code.
1715         Suggestion by Eric Lemings.
1717 2007-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1719         * tests/local.at (AT_COPYRIGHT): Bump copyright years.
1721 2007-10-09  Eric Blake  <ebb9@byu.net>
1723         Improve header of bin/autoconf.
1724         * lib/m4sugar/m4sh.m4 (AS_INIT): Add a 'generated from' notice.
1725         * lib/autoconf/general.m4 (_AC_INIT_NOTICE): Override new notice
1726         from M4sh.
1727         * bin/autoconf.as: Put copyright up front in generated file.
1729         * bin/autoconf.as (exit_missing_arg): Font-lock tweak.
1731 2007-10-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1733         * doc/install.texi (Basic Installation): Document `uninstall'.
1734         * INSTALL: Regenerate.
1735         Suggestion by Roberto Bagnara.
1737 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1739         * doc/autoconf.texi (Limitations of Usual Tools): V7 awk had 'index'.
1741         Adjust doc. to match latest gnulib.
1742         * build-aux/texinfo.tex: Sync from gnulib.
1743         * doc/standards.texi: Likewise.
1744         * doc/autoconf.texi (Copying This Manual): Rename to "GNU Free
1745         Documentation License" and remove the subsection.  This simplifies
1746         the manual a bit and is more like what other GNU projects do
1747         nowadays.
1749 2007-10-08  Eric Blake  <ebb9@byu.net>
1751         Use recent changes.
1752         * configure: Regenerate.
1754         Fix regression in m4_text_wrap from 2007-10-05.
1755         * lib/m4sugar/m4sugar.m4 (m4_max, m4_min): New macros.
1756         (m4_sign): Sort.
1757         (m4_text_wrap): Fix off-by-one error in rewrite from m4_for to
1758         m4_format.
1759         * lib/autotest/general.m4 (AT_SETUP): Avoid negative width.
1760         * tests/autotest.at (Long test title, Longer test title): Test
1761         this fix, beyond what AS_HELP_STRING already tests.
1763         Avoid m4 warnings on bad m4_format usage.
1764         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Use %*s, in case width
1765         evaulates to 0.
1766         * lib/autotest/general.m4 (AT_SETUP): Likewise; also ensure that
1767         enough arguments are provided.
1769 2007-10-06  Paolo Bonzini  <bonzini@gnu.org>
1771         * doc/autoconf.texi (Shell portability): Document shell function
1772         portability.
1774 2007-10-06  Paolo Bonzini  <bonzini@gnu.org>
1776         * lib/autotest/general.m4 (AT_INIT): Add at_func_diff_devnull,
1777         at_func_check_skip, at_func_check_status, at_func_filter_trace,
1778         at_func_log_failure shell functions.  Use test -s to avoid
1779         useless diff invocations.
1780         (at_func_check_newline): Renamed from at_check_newline.
1781         (AT_SETUP): Define AT_captured_files to empty.
1782         (AT_DIFF_STDERR(*), AT_DIFF_STDOUT(*)): New, extracted from _AT_CHECK.
1783         (_AT_CHECK): Replace m4_case with m4_ifdef/m4_indir.  Use all
1784         the shell functions.
1786 2007-10-05  Paul Eggert  <eggert@cs.ucla.edu>
1788         Don't assume "." is writeable, for commands like "autoconf --version".
1789         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use a
1790         different heuristic instead, one that doesn't rely on creating
1791         files.
1793         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle "///"
1794         correctly.
1796 2007-10-05  Jim Meyering  <meyering@redhat.com>
1798         Avoid makeinfo warnings.
1799         * doc/autoconf.texi (Redefined M4 Macros): Add a `,' after @xref.
1800         (Looping constructs): Add ` ' after @defmac'd name, m4_do.
1802 2007-10-05  Eric Blake  <ebb9@byu.net>
1804         Resolve Python issue 1676135 regarding configure directory args.
1805         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Strip trailing
1806         slashes from directory arguments.
1807         * tests/base.at (configure directories): New test.
1808         * doc/autoconf.texi (Installation Directory Variables): Document
1809         the change.
1810         * NEWS: Likewise.
1811         * THANKS: Update.
1812         Reported by Björn Lindqvist.
1814         Provide better short-circuiting operation.
1815         * lib/m4sugar/m4sugar.m4 (m4_cond, m4_newline): New macros.
1816         (m4_text_wrap): Use it.  Also avoid useless m4_for.
1817         * lib/m4sugar/m4sh.m4 (_AS_QUOTE_IFELSE, AS_LITERAL_IF): Use
1818         new macro.
1819         (_AS_IDENTIFIER_IF): Likewise, and fix bug when $1 is [,].
1820         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Use new macros
1821         to avoid regexps.
1822         * doc/autoconf.texi (Redefined M4 Macros): Expand m4_if
1823         documentation.  Sort m4_mkstemp, m4_undefine.  Move m4_ifndef...
1824         (Conditional constructs): ...here, to new section.  Also document
1825         m4_cond, m4_ifval, m4_n, m4_ifvaln, m4_ifset, m4_case, m4_bmatch,
1826         m4_bpatsubsts, and m4_default.
1827         (Looping constructs): Document m4_shiftn, m4_shift2, m4_shift3,
1828         m4_do.
1830 2007-10-04  Eric Blake  <ebb9@byu.net>
1832         Fix recent testsuite failures.
1833         * lib/autotest/general.m4 (AT_INIT, AT_SETUP): Double-quote text
1834         that must not be re-expanded after AS_ESCAPE.
1835         * lib/m4sugar/m4sh.m4 (_AS_IDENTIFIER_IF): Don't expand $1 when
1836         checking if it is an identifier.
1838         Whitespace cleanup.
1839         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): Avoid
1840         leading whitespace, as it caused space-tab in testsuite.
1841         (AT_INIT): Avoid trailing newlines in testsuite.
1843         One more round of m4_foreach_w speedups.
1844         * lib/m4sugar/m4sugar.m4 (m4_flatten): Only use regex if newline
1845         is present.
1846         (_m4_split): Avoid useless expansions inside definition.  Move
1847         argument defaulting...
1848         (m4_split): ...here.  Change alternate quote to something less
1849         likely to appear in $1.  Also, special case space as regexp...
1850         (m4_foreach_w): ...to avoid regexp on single-term list.
1851         (m4_default, m4_defn, m4_popdef, m4_undefine, _m4_foreach): Avoid
1852         useless expansions inside definition.
1853         * tests/m4sugar.at (m4@&t@_split): Add tests.
1855 2007-10-04  Paolo Bonzini  <bonzini@gnu.org>
1857         * general.m4 (AT_INIT): Add at_check_newline function.
1858         (_AT_DECIDE_TRACEABLE): Include at_traceon test, use shell function.
1859         (_AT_CHECK): Don't use at_trace_this.
1861 2007-10-04  Paolo Bonzini  <bonzini@gnu.org>
1863         Fix previous commit.
1864         * lib/autotest/general.m4 (AT_LINE): Fix regex.
1866 2007-10-04  Eric Blake  <ebb9@byu.net>
1868         Speed up building testsuites.
1869         * lib/autotest/general.m4 (AT_LINE): Only use regex when file
1870         changed since last time.  Use simpler regex.
1872 2007-10-03  Eric Blake  <ebb9@byu.net>
1874         Optimize checking for identifiers.
1875         * lib/m4sugar/m4sh.m4 (AS_IDENTIFIER_IF, _AS_IDENTIFIER_IF): New
1876         macros, more efficient than regex on m4_re_word.
1877         * lib/autoconf/general.m4 (AC_SUBST, AC_DEFINE_TRACE_LITERAL):
1878         Rewrite in terms of new macro.  As a side-effect, AC_DEFINE can
1879         now use @&t@.
1880         * configure: Regenerate.
1882         Remove some XFAILs, and make AT_SETUP output line up.
1883         * lib/autotest/general.m4 (AT_SETUP): Only expand description
1884         once; thereafter, use its expansion, properly quoted.
1885         * tests/autotest.at (AT_CHECK_AT_TITLE): Also check macro
1886         expansion with arguments, and check for aligned output.
1887         (AT_CHECK_AT_TITLE_CHAR): Remove XFAILs for tests that now pass.
1888         Add a test for macros with parameters.
1889         * NEWS: Document the semantics change.
1890         * tests/base.at: Fix test titles containing commas.
1891         * tests/compile.at: Likewise.
1892         * tests/tools.at: Likewise.
1893         * tests/torture.at: Likewise.
1895         Another round of regex avoidance.
1896         * lib/m4sugar/m4sugar.m4 (m4_cr_alnum, m4_cr_all)
1897         (_m4_define_cr_not, m4_cr_not_letters, m4_cr_not_LETTERS)
1898         (m4_cr_not_Letters, m4_cr_not_digits, m4_cr_not_alnum)
1899         (m4_cr_not_symbols1, m4_cr_not_symbols2): New macros, implementing
1900         character ranges useful in m4_translit.
1901         (m4_toupper, m4_tolower): Optimize the constant portion of
1902         definition.
1903         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Also reject @S|@ because it
1904         creates $, and reject [] thanks to AS_TR_SH rewrite.
1905         (AS_TR_SH, AS_TR_CPP): Use just translit, not bpatsubst.
1906         (AS_ESCAPE): Factor...
1907         (_AS_ESCAPE): ...into new macro, with second argument required.
1908         Avoid regex in common case.
1909         (_AS_QUOTE): Use new macro.
1911         Whitespace cleanup.
1912         * lib/autoconf/types.m4: Avoid space-tab.
1913         * lib/m4sugar/m4sh.m4: Use tab consistently.
1915 2007-10-03  Paul Eggert  <eggert@cs.ucla.edu>
1917         * lib/m4sugar/m4sugar.m4 (m4_shift2, m4_shift3): New macros.
1918         (m4_shiftn): Remove no-longer-needed optimization.  Perhaps we
1919         should remove m4_shiftn entirely?
1920         (m4_case, b4_bmatch, m4_map_sep, m4_bpatsubsts, m4_join):
1921         Prefer m4_shift2 and m4_shift3 to m4_shiftn.
1922         * lib/autoconf/lang.m4 (_AC_LANG_DISPATCH): Likewise.
1923         * lib/m4sugar/m4sh.m4 (AS_CASE, AS_IF): Likewise.
1924         * tests/autotest.at (AT_CHECK_AT_TEST): Likewise.
1926 2007-10-03  Eric Blake  <ebb9@byu.net>
1928         Comment touchups.
1929         * lib/m4sugar/m4sugar.m4: Grammar fixes in comments.
1931 2007-10-02  Eric Blake  <ebb9@byu.net>
1933         Optimize appending text.
1934         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): Use index, not regular
1935         expressions.
1937         Optimize recursion.
1938         * lib/m4sugar/m4sugar.m4 (m4_shiftn): This macro is called in a
1939         lot of hot spots; optimize it for 2 and 3 shifts.
1941         Optimize AC_PREREQ and other m4sugar numerics.
1942         * lib/m4sugar/m4sugar.m4 (m4_sign): Write with m4_eval.
1943         (m4_cmp): Compare arbitrary expressions, without overflow.
1944         (m4_version_unletter): Also recognize capital letters.
1945         (m4_version_compare): Avoid regex when splitting version number
1946         string.
1948 2007-10-01  Eric Blake  <ebb9@byu.net>
1950         Once again, reject IRIX m4.
1951         * m4/m4.m4 (AC_PROG_GNU_M4): Use indir builtin to root out non-GNU
1952         implementations that ignore --trace.
1953         * configure: Regenerate.
1954         Reported by Ralf Wildenhues.
1956         Fix regression in AC_DEFINE([macro(with_arg)]).
1957         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't chop off close
1958         quotes with a careless m4_substr.
1960 2007-09-30  Eric Blake  <ebb9@byu.net>
1962         Allow nameless iteration.
1963         * lib/m4sugar/m4sugar.m4 (m4_for, _m4_for): Access variable
1964         indirectly.
1965         * tests/m4sugar.at (myvar): Test this.
1967 2007-09-29  Eric Blake  <ebb9@byu.net>
1969         Speed optimization: avoid m4 regex when other algorithms work.
1970         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Rewrite without regex.
1971         (_AS_QUOTE_IFELSE): Likewise.
1972         * lib/m4sugar/m4sugar.m4 (m4_strip): Reduce from 3 to 2 regex.
1973         (m4_bpatsubsts): Split...
1974         (_m4_bpatsubsts): ...so that recursion can avoid patsubst on empty
1975         regex.
1976         (_m4_divert()): Define, to avoid m4 warning on `m4_divert'.
1977         (m4_qlen): Optimize on short strings, to avoid regex.
1978         (m4_sign): Avoid regex, and fix bug with `01' and `-0'.
1979         * lib/autoconf/general.m4 (AC_CACHE_VAL): Rewrite without regex.
1980         (AC_DEFINE_TRACE): Likewise.
1982 2007-09-28  Eric Blake  <ebb9@byu.net>
1984         Oops - my earlier 'optimization' caused a regression.
1985         * tests/local.at (AT_CHECK_M4): Fix typo.
1987 2007-09-27  Eric Blake  <ebb9@byu.net>
1988         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1990         Catch even more common AC_CACHE_VAL mistakes.
1991         * lib/autoconf/general.m4 (AC_CACHE_VAL): Warn if cache variable
1992         lacks '_cv_', or if AC_SUBST appears in body.
1993         * tests/base.at (AC_CACHE_CHECK): Test this change.
1995 2007-09-27  Stepan Kasal  <kasal@ucw.cz>
1996         and Eric Blake  <ebb9@byu.net>
1998         Autotest no longer caters to Ultrix redirection limitation.
1999         * doc/autoconf.texi (Writing testsuite.at): Remove the
2000         limitation that the first parameter of AT_CHECK cannot
2001         contain redirection.
2002         (File Descriptors): Mention that Ultrix limitation is no longer a
2003         show-stopper in modern code.
2004         * tests/local.at (AT_CHECK_M4): Fix for cases when the fourth
2005         parameter is `stderr' or `experr'.  Optimize if it was `ignore'.
2006         * lib/autotest/general.m4 (AT_CHECK): Update comment.
2008 2007-09-27  Eric Blake  <ebb9@byu.net>
2010         Squelch changeword in m4sugar.
2011         * lib/m4sugar/m4sugar.m4 (changeword): Disable this experimental
2012         feature of m4 1.4.x.
2014         Configure whitespace touchups.
2015         * lib/autoconf/general.m4 (_AC_INIT_HELP): Fix alignment of
2016         installation directories, and avoid TAB, in configure --help
2017         output.
2018         * configure.ac: Avoid extra trailing newline.
2019         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Avoid space-tab.
2020         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Avoid TAB in
2021         config.status --help output.
2022         * configure: Regenerate.
2024         Fix underquotation in AS_HELP_STRING.
2025         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Don't underquote lhs
2026         argument.
2027         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't underquote
2028         first-prefix argument.
2029         * tests/m4sh.at (AS@&t@_HELP_STRING): Test this fix.
2030         * NEWS: Document AS_HELP_STRING fix.
2032         Autotest formatting touchups.
2033         * lib/autotest/general.m4 (HELP_TUNING): Avoid TAB in terminal
2034         output.
2035         (PATH): Simplify computation of new PATH.
2037 2007-09-26  Eric Blake  <ebb9@byu.net>
2039         Fix testsuite breakage in last patch.
2040         * tests/autotest.at (AT_CHECK_AT_TITLE): Properly quote the
2041         font-lock fix.
2042         * tests/torture.at (@%:@define header templates): Rename, so that
2043         output lines up correctly.
2045         More font-lock happiness.
2046         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Clean up font
2047         confusion.
2049 2007-09-25  Eric Blake  <ebb9@byu.net>
2051         Typo fixes.
2052         * lib/autoconf/general.m4 (AC_SUBST): Fix typo in comment.
2053         * lib/m4sugar/m4sh.m4 (AS_VAR_PUSHDEF): Likewise.
2055         Improve documentation of M4 parameter expansion.
2056         * doc/autoconf.texi (Quoting and Parameters): New section.
2057         (Quotation and Nested Macros): Improve wording.
2059         Improve C99 detection.
2060         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Add support for HP cc, and
2061         avoid deprecation warning with icc.
2062         * THANKS: Update.
2063         Reported by Ted Bullock.
2065 2007-09-24  Jim Meyering  <jim@meyering.net>
2067         Whenever possible, use the vertical bar as sed delimiter.
2068         * lib/autoconf/functions.m4 (GETLOADAVG_LIBS) [AC_FUNC_GETLOADAVG]:
2069         Use "|", not "!".
2070         * lib/autoconf/status.m4 (_AC_SRCDIRS) [ac_top_builddir_sub]:
2071         [ac_dir_suffix]: Use "|", not "," as sed delimiter.
2072         * tests/mktests.sh (as_me): Likewise.
2073         * lib/freeze.mk (check-forbidden-patterns): Likewise.
2074         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
2075         * configure: Regenerate.
2076         * doc/autoconf.texi (Shell Substitutions): Use "|", not "," in examples.
2077         * lib/autotest/general.m4 (AT_INIT): Use "|", not "&" as sed delimiter
2078         in the : -> $PATH_SEPARATOR transformation of $AUTOTEST_PATH.
2079         This is fine, as long as $PATH_SEPARATOR doesn't contain "|".
2081 2007-09-22  Jim Meyering  <jim@meyering.net>
2083         Add a comment.
2084         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Document the
2085         2004-05-31 change also with a comment in the code.
2087 2007-09-20  Eric Blake  <ebb9@byu.net>
2089         More contribution housekeeping.
2090         * THANKS: Sort.
2091         * AUTHORS: Sort, reflect recent assignment from Helge Deller.
2093         Ignore additional files, when copying cross-repository.
2094         * .gitignore: Ignore CVS directories, emacs edits.
2095         * .cvsignore: Ignore .git directory, emacs edits.
2097 2007-09-15  Eric Blake  <ebb9@byu.net>
2099         Provide AC_VERSION, not m4_AUTOCONF_VERSION.
2100         * doc/autoconf.texi (Text processing Macros): Remove mention of
2101         m4_AUTOCONF_VERSION, and leave m4_PACKAGE_VERSION undocumented
2102         once again.
2103         (Notices): Move AC_PREREQ...
2104         (Versioning): ...to this new section, alongside the new AC_VERSION
2105         alias for the undocumented m4_PACKAGE_VERSION.
2106         * lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): Revert change.
2107         * lib/autoconf/general.m4 (AC_VERSION): New macro.
2108         * NEWS: Update to match this rename.
2109         * tests/m4sugar.at (m4@&t@_version_compare): Remove tests of
2110         m4_PACKAGE_VERSION.
2111         * tests/tools.at (autoconf: AC_VERSION): New test.
2112         Suggested by Paolo Bonzini and Benoit Sigoure.
2114 2007-09-14  Eric Blake  <ebb9@byu.net>
2116         Prepare for conversion to git.
2117         * doc/.cvsignore: Avoid multiple listings on one line.
2118         * bin/.cvsignore: Likewise.
2119         * .gitignore, bin/.gitignore, config/.gitignore, doc/.gitignore,
2120         lib/.gitignore, lib/Autom4te/.gitignore, lib/autoconf/.gitignore,
2121         lib/autoscan/.gitignore, lib/autotest/.gitignore,
2122         lib/emacs/.gitignore, lib/m4sugar/.gitignore, man/.gitignore,
2123         tests/.gitignore: New files, identical to .cvsignore counterpart.
2125 2007-09-13  Eric Blake  <ebb9@byu.net>
2127         Editing eye-candy.
2128         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Restore
2129         font-lock balance.
2130         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Likewise.
2131         * lib/autoconf/general.m4 (_AC_DO_ECHO): Likewise.
2132         * configure: Regenerate.
2134         Clean up 'make dist' of previous patch.
2135         * tests/Makefile.am (EXTRA_DIST): Distribute mktests.stamp.
2136         (CLEANFILES): Don't clean the stamp, since we distribute the
2137         generated files pre-built.
2138         (MAINTAINERCLEANFILES): Clean it here instead.
2139         * tests/Makefile.in: Regenerate.
2141         Avoid parallel 'make check' issue.
2142         * tests/Makefile.am (mktests.stamp): New witness.
2143         (TESTSUITE_GENERATED_AT): Use it.
2144         (CLEANFILES): Clean the witness.
2145         * tests/.cvsignore (mktests.stamp): Ignore the witness.
2147         Document another awk pitfall.
2148         * doc/autoconf.texi (Limitations of Usual Tools) <awk>: Document
2149         limitation of field variables in END.
2150         Reported by Gary V. Vaughan.
2152         * AUTHORS: Add missing entries.
2154 2007-09-12  Eric Blake  <ebb9@byu.net>
2156         Publish m4_ifndef, m4_version_compare, m4_AUTOCONF_VERSION.
2157         * doc/autoconf.texi (Text processing Macros): Document
2158         m4_version_compare, m4_AUTOCONF_VERSION, m4_PACKAGE_VERSION.
2159         (Redefined M4 Macros): Document m4_ifndef.
2160         * lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): New macro; we
2161         can't obsolete m4_PACKAGE_VERSION at this time since Autoconf 1.10
2162         used it while it was undocumented.
2163         * NEWS: Document this change.
2164         * lib/m4sugar/Makefile.am (version.m4): Update copyright dates.
2165         * lib/m4sugar/Makefile.in: Regenerate.
2166         * tests/m4sugar.at (m4@&t@_version_compare): New test.
2167         Reported by Bruno Haible.
2169         * doc/autoconf.texi (Generic Compiler Characteristics): Add
2170         missing index entries.
2172 2007-09-11  Eric Blake  <ebb9@byu.net>
2174         Centralize all system extensions checks.
2175         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Inline code
2176         from AC_AIX, AC_GNU_SOURCE, AC_MINIX.  Add Interix support.
2177         (AC_AIX, AC_GNU_SOURCE, AC_MINIX): Obsolete, and point to
2178         AC_USE_SYSTEM_EXTENSIONS.
2179         (AC_ISC_POSIX): Obsolete, and point to AC_SEARCH_LIBS.
2180         (AC_XENIX_DIR, AC_IRIX_SUN): Promote proper quoting in AU_DEFUN.
2181         * doc/autoconf.texi (Posix Variants): Reword this section,
2182         emphasizing that AC_USE_SYSTEM_EXTENSIONS is the preferred method,
2183         rather than a series of system-specific checks.
2184         (Obsolete Macros): Add AC_AIX, AC_GNU_SOURCE, AC_ISC_POSIX,
2185         AC_MINIX.
2186         * NEWS: Document this change.
2187         * THANKS: Update.
2188         Reported by Martin Koeppe.
2190 2007-09-08  Eric Blake  <ebb9@byu.net>
2192         Clean up obsolete macros references.
2193         * doc/autoconf.texi: Add anchors to support better
2194         cross-referencing.
2195         (Particular Structures): Move obsolete macros descriptions...
2196         (External Software): Likewise.
2197         (Package Options): Likewise.
2198         (Obsolete Macros): ...to here.  Add cross-references to
2199         documentation on replacements.
2200         * NEWS: Mention that these macros have been obsolete for a while
2201         now: AC_STRUCT_ST_BLKSIZE AC_STRUCT_ST_RDEV AC_WITH AC_ENABLE.
2203         Improve M4 path searching during configure.
2204         * lib/autoconf/programs.m4 (AC_PATH_PROGS_FEATURE_CHECK): New
2205         macro.
2206         (_AC_PATH_PROG_FEATURE_CHECK): Rename...
2207         (_AC_PATH_PROGS_FEATURE_CHECK): ...to this, add defaulted action
2208         parameter, and kill side effects.
2209         (_AC_PROG_GREP, AC_PROG_SED): Adjust callers.
2210         (_AC_FEATURE_CHECK_LENGTH): Kill extra whitespace.
2211         * m4/m4.m4 (AC_PROG_GNU_M4): Don't stop searching until working m4
2212         is found.
2213         (AC_PATH_PROGS_FEATURE_CHECK): Add backwards compatibility hack to
2214         allow bootstrapping with autoconf 2.61.
2215         * configure.ac (M4): AC_PROG_GNU_M4 now exits on failure.
2216         * configure: Regenerate.
2217         * doc/autoconf.texi (Generic Programs): Document new macro.
2218         * tests/mktests.sh (au_exclude_script): Exclude auto-testing new
2219         macro.
2220         * tests/semantics.at (AC_PATH_PROGS_FEATURE_CHECK): New test.
2221         * NEWS: Document the change.
2222         * THANKS: Update.
2223         Reported by Hans Aberg.
2225         * doc/autoconf.texi (Generic Programs): Fix typo.
2227 2007-09-06  Eric Blake  <ebb9@byu.net>
2229         * doc/autoconf.texi (Generic Programs): Use $PATH_SEPARATOR, not
2230         :, and make it clear that optional @var{path} defaults to $PATH.
2231         (Erlang Compiler and Interpreter): Likewise.
2233         Texinfo cleanup.
2234         * doc/autoconf.texi: Avoid lines > 80 columns when possible.
2235         Reword some paragraphs to avoid overfull, underfull hbox
2236         warnings.  Add index entries to avoid overfull vbox warnings.
2238 2007-09-05  Eric Blake  <ebb9@byu.net>
2240         * NEWS: Adjust wording for AC_CONFIG_LINKS.
2241         Reported by Ralf Wildenhues.
2243 2007-09-03  Eric Blake  <ebb9@byu.net>
2245         * NEWS: Document fixes that have been applied since 2.61a.
2247         Housekeeping.
2248         * THANKS: Update, and convert to UTF-8 encoding.
2249         * AUTHORS: Likewise.
2251 2007-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2253         * lib/autoconf/general.m4 (AC_SITE_LOAD): Guard against file
2254         names beginning with `-' again.
2256 2007-08-22  Stepan Kasal  <kasal@ucw.cz>
2257             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2259         * doc/autoconf.texi (Defining Directories): Mention
2260         AM_CPPFLAGS, as the way to modify CPPFLAGS when using Automake.
2262 2007-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2264         * lib/autoconf/general.m4 (AC_SITE_LOAD): Do not overwrite "$@"
2265         here, this macro is expanded by AC_INIT.  Fixes 2.60 regression.
2266         * tests/base.at (configure arguments): New test.
2267         * THANKS: Update.
2268         Report by Olaf Lenz.
2270         * lib/autoconf/general.m4 (_AC_ENABLE_IF): Expand macro
2271         arguments in comment.
2272         Report by Vincent Torri <vtorri at univ minus evry dot fr>.
2274 2007-08-20  Benoit Sigoure  <tsuna@lrde.epita.fr>
2276         * doc/autoconf.texi (File System Conventions): Index the proper
2277         way of detecting absolute file names.
2279 2007-08-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2281         * build-aux/config.guess, build-aux/config.sub,
2282         build-aux/elisp-comp, build-aux/install-sh, build-aux/mdate-sh,
2283         build-aux/missing, build-aux/texinfo.tex, doc/fdl.texi,
2284         doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
2285         * doc/autoconf.texi (GNU Free Documentation License): Adjust for
2286         sectioning change in fdl.texi.
2288         * bin/autoconf.as: Update --version output to match current GCS.
2289         * bin/autoheader.in: Likewise.
2290         * bin/autom4te.in: Likewise.
2291         * bin/autoreconf.in: Likewise.
2292         * bin/autoscan.in: Likewise.
2293         * bin/autoupdate.in: Likewise.
2294         * bin/ifnames.in: Likewise.
2296 2007-08-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2298         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not try to link a
2299         file to itself if source and build trees coincide.
2300         * tests/torture.at (AC_CONFIG_LINKS and identical files): New
2301         test.
2302         Report by Sebastian Freundt <hroptatyr@gna.org>.
2304 2007-07-20  Paul Eggert  <eggert@cs.ucla.edu>
2306         Reword the copyright notices to match what's suggested in GPLv3.
2307         In ChangeLog files, use more-permissive notice rather than GPL, as
2308         per usual GNU standards these days.
2310 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
2312         * doc/autoconf.texi (autoreconf Invocation): Document ACLOCAL_AMFLAGS
2313         limitation reported by Leo Moisio in
2314         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432941>.
2316 2007-07-03  Paul Eggert  <eggert@cs.ucla.edu>
2318         * COPYING: Update to GPLv3.  All uses changed.
2320 2007-06-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2321         and Paul Eggert  <eggert@cs.ucla.edu>
2323         * doc/autoconf.texi (Limitations of Usual Tools): sed -e ''
2324         fails on AIX 5.3.
2326 2007-06-17  Noah Misch  <noah@cs.caltech.edu>
2328         * lib/autotest/general.m4 (AT_INIT): Handle absolute `srcdir'.
2329         * tests/autotest.at (srcdir propagation): Test absolute `srcdir' and
2330         `srcdir' as subdirectory of `builddir'.
2332 2007-06-13  Noah Misch  <noah@cs.caltech.edu>
2334         * lib/autotest/general.m4 (AT_INIT): Compute $srcdir correctly.
2335         * tests/autotest.at (srcdir propagation): New test.
2336         * THANKS: Update.
2337         Reported by Mike Frysinger.
2339 2007-06-13  Paul Eggert  <eggert@cs.ucla.edu>
2341         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Set FPATH too.
2342         Problem reported by Fred Kreek in
2343         <http://lists.gnu.org/archive/html/bug-autoconf/2007-06/msg00009.html>.
2344         * doc/autoconf.texi (Special Shell Variables): Warn about FPATH.
2345         (Macro Names, Defining Directories): Don't mention PATH as a name
2346         for a fully qualified file name, as this usage violates the GNU
2347         coding standards and we shouldn't recommend it.
2349         * lib/autotest/general.m4 (AT_INIT): Don't set PATH to the empty
2350         string and then assume shell builtins like "test" will work.
2352 2007-06-12  Noah Misch  <noah@cs.caltech.edu>
2354         * lib/autoconf/general.m4 (AC_SUBST): Raise a fatal error if VARIABLE is
2355         not a valid shell variable name.
2356         * tests/mktests.sh (ac_exclude_list): Add AC_ARG_VAR.
2357         * tests/torture.at (AC_SUBST: variable name validation): New test.
2358         Reported by Andreas Schwab.
2360 2007-06-04  Noah Misch  <noah@cs.caltech.edu>
2362         * doc/autoconf.texi (AC_F77_MAIN): Give a specific usage example that
2363         works with both C and C++.
2365 2007-06-03  Noah Misch  <noah@cs.caltech.edu>,
2366             Bruno Haible  <bruno@clisp.org>
2368         * lib/autoconf/c.m4 (AC_OPENMP): Use a simple loop instead of compiler
2369         brand tests.
2371 2007-05-31  Paul Eggert  <eggert@cs.ucla.edu>
2373         * doc/autoconf.texi (Particular Types): Give example of use for
2374         AC_TYPE_INT8_T etc.
2376 2007-05-29  Stepan Kasal  <kasal@ucw.cz>
2378         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo.
2380 2007-05-28  Paul Eggert  <eggert@cs.ucla.edu>
2382         * doc/autoconf.texi (Particular Types): AC_TYPE_INT8_T does not
2383         define HAVE_INT8_T, and likewise for similar macros.
2384         Problem reported by Patrick Welche in
2385         <http://lists.gnu.org/archive/html/autoconf/2007-05/msg00062.html>.
2387 2007-05-25  Noah Misch  <noah@cs.caltech.edu>
2389         * bin/Makefile.am ($(top_builddir)/bin/autom4te): New dependency.
2391 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2393         * lib/autoconf/c.m4 (AC_OPENMP): Don't echo --enable-openmp
2394         choice, since that's what we do with --enable-largefile etc.
2395         Redo indenting and assignments to simplify things a bit, and make
2396         the parens work with Emacs.
2398         * doc/autoconf.texi (Generic Compiler Characteristics): Fix typo
2399         in my previous change: AC_C_OPENMP -> AC_OPENMP.  Reported by Bruno
2400         Haible.
2402 2007-05-21  Noah Misch  <noah@cs.caltech.edu>
2404         * lib/autoconf/c.m4 (AC_OPENMP): Simplify use of AC_ARG_ENABLE.
2405         * tests/local.at (AT_CHECK_ENV): Exempt OPENMP_CFLAGS.
2407 2007-05-21  Bruno Haible  <bruno@clisp.org>
2409         * NEWS: Rename AC_C_OPENMP to AC_OPENMP.
2410         * lib/autoconf/c.m4 (AC_OPENMP): Renamed from AC_C_OPENMP.
2411         * doc/autoconf.texi (Generic Compiler Characteristics): Move
2412         renamed AC_OPENMP documentation here, from "C compiler".
2413         Mention C++ and Fortran.
2415 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2417         * doc/autoconf.texi (C Compiler): Tweak OpenMP documentation a bit.
2419 2007-05-21  Bruno Haible  <bruno@clisp.org>
2421         * NEWS: Mention AC_C_OPENMP.
2422         * lib/autoconf/c.m4 (AC_C_OPENMP): New macro.
2423         * doc/autoconf.texi (C Compiler): Document AC_C_OPENMP.
2424         Based in part on Steven G. Johnson's investigations for the AX_OPENMP
2425         macro in the Autoconf macro archive.
2427 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2429         * bin/autom4te.in: Fix typos.
2431 2007-05-16  Noah Misch  <noah@cs.caltech.edu>
2433         * bin/autoconf.as: Handle `-' just like other input files.
2434         * bin/autom4te.in (parse_args): Pass `-' through.
2435         (handle_output): Skip the forbidden token search if we read from stdin.
2436         (up_to_date): Always treat stdin as out of date.
2437         * tests/tools.at (autoconf: input from stdin): New test.
2438         (autoconf: forbidden tokens, basic): Check a second `autoconf' run.
2440 2007-05-16  Stepan Kasal  <kasal@ucw.cz>
2442         * tests/foreign.at tests/semantics.at, tests/tools.at: Remove
2443         parameters for AT_CLEANUP.
2444         * tests/local.at (AT_CHECK_AU_MACRO): Likewise.
2446 2007-05-14  Paul Eggert  <eggert@cs.ucla.edu>
2448         * NEWS: Document that AC_C_RESTRICT checks 'restrict' last.
2449         * doc/autoconf.texi (C Compiler): Likewise.
2451 2007-05-14  Noah Misch  <noah@cs.caltech.edu>
2453         * lib/autoconf/c.m4 (AC_C_RESTRICT): Check `restrict' last.
2455 2007-05-09  Stepan Kasal  <kasal@ucw.cz>
2457         * doc/autoconf.texi: Direntry for "autoconf Invocation"
2458         renamed to "autoconf-invocation"
2460         * doc/autoconf.texi (Caching Results): The CACHE-ID variable
2461         in the examples should not use the internal "ac_" prefix.
2463 2007-05-05  Noah Misch  <noah@cs.caltech.edu>
2465         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): Use `eval'.
2466         * doc/autoconf.texi ($@, case): Document Zsh limitations.
2468 2007-05-03  Stepan Kasal  <kasal@ucw.cz>
2470         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Put a.out first.
2471         Reorganize the comments before and in the macro.
2473 2007-05-02  Stepan Kasal  <kasal@ucw.cz>
2475         * lib/autoconf/lang.m4, lib/autoconf/c.m4,
2476         lib/autoconf/fortran.m4, lib/autoconf/erlang.m4: Cleanup of
2477         section titles and other comments; no code change.
2479 2007-05-01  Kevin Ryde  <user42@zip.com.au>
2481         * doc/autoconf.texi (Particular Programs): Typo
2482         @acindex{AC_PROG_MKDIR_P} shouldn't have "AC" in that call.
2484 2007-04-30  Paul Eggert  <eggert@cs.ucla.edu>
2486         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Don't imply that
2487         'configure' will fail if the shell lacks proper support for shell
2488         functions.  Suggested by RMS.
2490 2007-04-29  Paul Eggert  <eggert@cs.ucla.edu>
2492         * doc/autoconf.texi (Limitations of Builtins): Correct the warning
2493         about Solaris /bin/printf '%010000x' 123.  Problem reported by
2494         Bruno Haible.
2496 2007-04-28  Paul Eggert  <eggert@cs.ucla.edu>
2498         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't look
2499         for a.* when searching for executables, as this prevents users
2500         from having files like a.c.  Problem reported by Ralf Wildenhues in:
2501         http://lists.gnu.org/archive/html/autoconf-patches/2007-04/msg00029.html
2502         This fixes a problem introduced on 2000-12-19.
2504 2007-04-26  Paul Eggert  <eggert@cs.ucla.edu>
2506         * doc/autoconf.texi (Limitations of Builtins): Warn about Solaris
2507         /bin/printf '%010000x' 123.  Problem reported by Arto C. Nirkko
2508         via Bruno Haible.
2510 2007-04-12  Paul Eggert  <eggert@cs.ucla.edu>
2512         * NEWS: Document recent changes to AC_CHECK_ALIGNOF, AC_CHECK_SIZEOF,
2513         AC_CHECK_TYPE, AC_CHECK_TYPES.
2514         * doc/autoconf.texi (Generic types): C types must be type-names
2515         (the C terminology), not type-ids (the C++ term).  C++ types
2516         must not be anonymous.
2517         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Remove special case
2518         for C++; this drops support for anonymous struct and union types,
2519         which were problematic anyway.
2520         * tests/semantics.at (AC_CHECK_HEADERS_NEW): Adjust test to work even
2521         for C++.
2523 2007-04-12  Jim Meyering  <jim@meyering.net>
2525         * doc/autoconf.texi (Libraries): Typo fix: insert missing "in".
2527 2007-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2529         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Fix AC_CONFIG_LINKS
2530         to prefer a link source from the build tree, if it exists.
2531         Report by Pallav Gupta <pallavgupta@gmail.com>.
2533 2007-04-11  Paul Eggert  <eggert@cs.ucla.edu>
2535         * doc/autoconf.texi (Generic Types): Document the restrictions
2536         on types imposed by AC_CHECK_TYPE, AC_CHECK_TYPES.
2537         (Generic Compiler Characteristics): AC_CHECK_SIZEOF now works
2538         with objects too.  Document the restrictions on its use.
2539         Document the restrictions on AC_CHECK_ALIGNOF's type argument.
2540         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW):
2541         For C, just try sizeof (TYPE) and sizeof ((TYPE)); if the former
2542         works but the latter doesn't, then it's a valid type.
2543         This lets people use function types and so forth.
2544         For C++ there doesn't seem to be a simple solution, so leave it alone.
2545         (AC_CHECK_SIZEOF): Allow argument to be a variable.
2546         (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Don't bother to invoke
2547         AC_CHECK_TYPE; that wasn't documented or necessary.
2549 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
2551         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Skip AS_TEST_X
2552         when cross-compiling.
2554 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
2556         * doc/autoconf.texi (External Software): Fix a typo in the
2557         previous change.
2559 2007-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2561         * doc/autoconf.texi (External Software, Package Options):
2562         Fix ambiguous wording.  Report by Reuben Thomas <rrt@sc3d.org>.
2564 2007-04-06  Paul Eggert  <eggert@cs.ucla.edu>
2566         * doc/autoconf.texi (Particular Types): AC_C_LONG_DOUBLE is now
2567         obsolescent.  Suggested by Bruno Haible.
2568         * NEWS: Document this.
2570 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2572         * doc/autoconf.texi (Here-Documents, Limitations of Builtins):
2573         (Limitations of Usual Tools): Don't say "older" if Solaris 10 by
2574         default still has the problem.  Problem reported by Bruce Korb.
2576 2007-03-28  Stepan Kasal  <kasal@ucw.cz>
2577         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2579         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix a
2580         comment in the generated config.status.
2582 2007-03-27  Stepan Kasal  <kasal@ucw.cz>
2584         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Update comment.
2586 2007-03-26  Paul Eggert  <eggert@cs.ucla.edu>
2588         * doc/autoconf.texi (Shellology): Rework treatment of the 'test'
2589         command and case statements to make it a bit clearer and describe
2590         more pitfalls.
2592 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
2594         * doc/autoconf.texi (C Compiler): Mention that AC_PROG_CC_C99 also
2595         checks for unsigned long long int.
2597 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
2599         * doc/autoconf.texi (Limitations of Usual Tools): Warn about other
2600         nonstandard grep R.E. escape sequences.
2602 2007-03-17  Jim Meyering  <jim@meyering.net>
2604         * doc/autoconf.texi: Adjust grammar around use of "heuristics".
2605         (Limitations of Usual Tools): Also list \< and \>, and mention that
2606         HP-UX's grep, like the one from Solaris, does not support that syntax.
2608 2007-03-09  Stepan Kasal  <kasal@ucw.cz>
2610         * doc/autoconf.texi (Specifying Names): `--host' does not
2611         change the build type.
2613 2007-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2615         * doc/autoconf.texi (C Compiler): Warn that AC_C_BIGENDIAN
2616         suggests AC_CONFIG_HEADERS.
2617         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Warn if not using
2618         AC_CONFIG_HEADERS.  Problem reported by
2619         Peter O'Gorman.
2621 2007-02-28  Paul Eggert  <eggert@cs.ucla.edu>
2623         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Fix typo "__LITLE_ENDIAN__".
2624         Problem reported by Paolo Bonzini in:
2625         http://lists.gnu.org/archive/html/autoconf-patches/2007-02/msg00024.html
2626         * tests/semantics.at (AC_C_BIGENDIAN): Don't reject hosts that have
2627         universal binaries.  Problem reported by Elias Pipping.
2629 2007-02-27  Paul Eggert  <eggert@cs.ucla.edu>
2631         * NEWS: AC_C_BIGENDIAN now supports universal binaries a la Mac OS X.
2632         * doc/autoconf.texi (C Compiler): Document this.  There is a new
2633         extra argument ACTION-IF-UNIVERSAL.
2634         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Implement this.
2635         Add support for Solaris-style _LITTLE_ENDIAN and _BIG_ENDIAN.
2636         Reindent for sanity's sake.
2638 2007-02-24  Eric Blake  <ebb9@byu.net>
2640         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
2641         copyright.
2642         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
2643         * lib/autotest/general.m4 (AT_INIT): Likewise.
2644         (_AT_DECIDE_TRACEABLE): Fix syntax highlighting.
2646 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2648         * lib/autotest/general.m4 (AT_INIT): With --clean, return exit
2649         status of rm so we know when it failed.
2650         If cleaning of test dir failed before running the test, warn.
2651         Output the line separator in verbose mode before the warning
2652         to make clear the warning belongs to the following test.
2654 2007-02-08  Paul Eggert  <eggert@cs.ucla.edu>
2656         * doc/autoconf.texi (Parentheses): Mention problem with (( in
2657         shells.
2659 2007-02-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2660         and Paul Eggert  <eggert@cs.ucla.edu>
2662         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix quoting
2663         errors introduced in last change.
2665 2007-02-07  Paul Eggert  <eggert@cs.ucla.edu>
2667         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer \r to
2668         an actual carriage return.  Use "ac_cr" to contain the actual
2669         carriage return.
2670         * doc/autoconf.texi (Limitations of Usual Tools): Document problem
2671         with traditional Awk and begin.
2672         * tests/torture.at (Limitations of Builtins): Document the problem
2673         with Bash 2.03 printf.
2674         (Substitute and define special characters):
2675         Remove trailing white space.  Work around a bug in Solaris 8 /bin/bash.
2677 2007-02-06  Ralf Menzel  <menzel@ls6.cs.uni-dortmund.de>  (tiny change)
2679         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Redirect
2680         input from /dev/null in awk test, so even Solaris /usr/bin/awk
2681         will not wait for input with a script containing only a BEGIN
2682         rule.
2684 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2686         * doc/autoconf.texi (Introduction, Why GNU M4): Clarify M4 version
2687         requirements.
2688         * README: Likewise.
2690 2007-02-02  Eric Blake  <ebb9@byu.net>
2692         * NEWS: Update copyright.
2694         * m4/m4.m4 (AC_PROG_GNU_M4): Reject M4 1.4 through 1.4.4 as
2695         broken.
2696         * configure.ac: Update error message.
2697         * NEWS: Note that M4 1.4.5 or later is now a hard dependency.
2698         Reported by Gary Vaughan and Jim Meyering, and problem analyzed
2699         by Stepan Kasal:
2700         http://lists.gnu.org/archive/html/bug-autoconf/2006-11/msg00025.html
2702 2007-01-31  Eric Blake  <ebb9@byu.net>
2704         * THANKS (people): Update.
2706 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
2708         * doc/autoconf.texi (Shellology): pdksh 5.2.14 is still the
2709         latest version.
2710         (Shell Substitutions): Note problems with @{var:=value} etc.
2711         Add a new section for problems with @{#var} etc.  Problem noted
2712         by Ralf Wildenhues.  See:
2713         http://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
2715 2007-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2717         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Also
2718         AC_SUBST([MKDIR_P]), so that Automake < 1.10 will pick up its
2719         trace, if a package uses AC_PROG_MKDIR_P explicitly.  The actual
2720         substitution will still be done by the special code.
2721         Report by Jim Meyering.
2723         * doc/autoconf.texi (File System Conventions): Mention that
2724         $PATH_SEPARATOR is for the build system only.
2725         Report by Keith Marshall.
2727 2007-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2729         * doc/autoconf.texi (Setting Output Variables): Mention that
2730         all non-NUL characters are ok in substituted values.
2731         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Fix comment typo.
2732         (_AC_OUTPUT_FILES_PREPARE): Test and use backslash escaping of
2733         carriage return for $AWK, needed for BSD awk.
2734         * tests/torture.at (Substitute and define special characters):
2735         Test all 8 bit non-NUL characters.
2736         Report against Automake by Patrick Welche.
2738 2007-01-15  Stepan Kasal  <kasal@ucw.cz>
2740         * doc/autoconf.texi: Direntry for "autoconf Invocation" renamed.
2742 2007-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2744         * lib/autoconf/programs.m4 (AC_PROG_SED): When closing a pipe
2745         early on the reader side, drop stderr of the input to avoid
2746         `broken pipe' error output; this may happen even with shell
2747         builtin `echo' of some bash versions.  Reports by Ian Macdonald
2748         <iamacdo@telkomsa.net> and Sam Sexton <Sam.Sexton@reuters.com>.
2750 2007-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2752         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Use newlines to
2753         separate items of `ac_user_opts', to avoid long lines.
2754         (_AC_INIT_PARSE_ENABLE2, _AC_ENABLE_IF_ACTION): Adjust.
2756 2007-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2758         * doc/autoconf.texi: Fix some typos.
2760 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2762         Fix some wording problems noted by Paolo Bonzini in:
2763         http://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
2764         * doc/autoconf.texi (Signed Overflow Examples): Give more
2765         discussion about the allow_superuser_privileges example,
2766         and change it a bit to make things clearer.
2767         (Optimization and Wraparound): Clarify whether the compiler
2768         will generate an infinite loop for the example derived from
2769         Autoconf's mktime test.
2770         (Signed Overflow Advice): Say that -ftrapv is meant for debugging.
2771         Also, clarify unsigned multiplication overflow.
2773 2007-01-04  Eric Blake  <ebb9@byu.net>
2775         * bin/Makefile.am (RELEASE_YEAR): New macro.
2776         (edit): Use it to supply correct copyright year to scripts.
2777         * bin/autoconf.as (version): Use it.
2778         * bin/autoheader.in ($version): Likewise.
2779         * bin/autom4te.in ($version): Likewise.
2780         * bin/autoreconf.in ($version): Likewise.
2781         * bin/autoscan.in ($version): Likewise.
2782         * bin/autoupdate.in ($version): Likewise.
2783         * bin/ifnames.in ($version): Likewise.
2785 2007-01-02  Paul Eggert  <eggert@cs.ucla.edu>
2787         * doc/autoconf.texi (Integer Overflow): Revised based on today's
2788         feedback.  The most important changes document what happens when
2789         you convert an out-of-range value to a signed integer type, and
2790         say that (sum < a) != (b < 0) reliably detects overflow when sum =
2791         a + b.
2793         * doc/autoconf.texi (Integer Overflow): Greatly expand and
2794         rewrite, taking notions from the recent discussion on the gcc and
2795         autoconf mailing lists; please see
2796         http://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
2797         and follow the many links.
2798         (Integer Overflow Basics, Signed Overflow Examples):
2799         (Optimization and Wraparound, Signed Overflow Advice):
2800         (Signed Integer Division): New sections.
2802 2006-12-28  Steven G. Johnson  <stevenj@alum.mit.edu>
2804         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't include
2805         preprocessor macro arguments in traced name.
2806         * doc/autoconf.texi (Defining symbols): Document longstanding
2807         support for AC_DEFINE-ing macros with arguments, and document
2808         behavior when the same variable has multiple AC_DEFINEs.
2809         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Revert to the
2810         old implementation which AC_DEFINEs the FC_FUNC and FC_FUNC_
2811         macros directly, giving much shorter and simpler code.
2813 2006-12-28  Malcolm Purvis <malcolmp@xemacs.org>  (trivial change)
2815         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
2816         space before "$ac_configure_args" to prevent a 'config.status
2817         --recheck' failure if ac_configure_args doesn't contain a leading
2818         space.  This works around a problem with the XEmacs configure.ac,
2819         which uses the (undocumented) ac_configure_args variable
2820         inconsistently with Autoconf.
2822 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
2824         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):
2825         Include <limits.h>, and use its INT_MAX to rewrite the
2826         j loop so that it does not overflow 'int'.  Problem reported by
2827         Ralf Wildenhues in
2828         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
2829         Play it safe by shifting left by 1 rather than multiplying by 2,
2830         as GCC is less likely to optimize this away when the value
2831         is signed (when it assumes overflow leads to undefined behavior).
2832         Also, don't assume time_t uses two's complement.
2834 2006-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2836         * tests/torture.at (Substitute a 2000-byte string): Avoid using
2837         a 10kB long (multi-line) string literal, OpenServer 5.0.7 ksh
2838         dumps core on it.  Report by Tim Rice.
2840 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
2842         * lib/autoconf/general.m4 (AC_ARG_ENABLE): Print help about
2843         --disable-option-checking to --help output even when
2844         AC_PRESERVE_HELP_ORDER is not used.
2845         (_AC_INIT_PARSE_ENABLE2): Print warnings using actual --enable or
2846         --with argument, rather than argument with [-.] replaced by
2847         underscores.
2848         * NEWS: Fix typo in previous change; the news was in the
2849         wrong section.
2851 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2853         * NEWS: Warnings are now generated by default for unknown
2854         --enable-* and --with-* options.
2855         * doc/autoconf.texi (Option Checking): Renamed from
2856         (Configure Option Checking).  Tighten up the wording a bit.
2857         (External Software, Package Options): Cross-reference to Option
2858         Checking, and use this to shorten our section.
2859         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Prefer test -n
2860         "$x" to test "x$foo" != x.
2861         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
2862         Don't warn if $enable_option_checking is "no".
2863         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Initialize
2864         ac_unrecognized_opts to the empty string.
2865         Don't echo the unrecognized opts, as this might mishandle
2866         backslashes or leading -.
2867         (AC_PRESERVE_HELP_ORDER): Put the --disable-option-checking
2868         usage next to the other --disable-FEATURE options in the
2869         help string.
2871 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
2873         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, _AC_INIT_PARSE_ARGS):
2874         (_AC_INIT_PARSE_ENABLE2, _AC_INIT_HELP, _AC_ENABLE_IF):
2875         Print warning for unrecognized --with and --enable options
2876         (AC_DISABLE_OPTION_CHECKING): New macro to disable warnings.
2877         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS):
2878         Disable option checking when subdirs are configured.
2879         (AC_OUTPUT): If warnings are enabled, print warning about
2880         unrecognized --with and --enable options at the end of
2881         the configure output (as well as at the beginning).
2882         * doc/autoconf.texi (Option Checking): New node.
2883         Document new option warning functionality.
2885 2006-12-16  Eric Blake  <ebb9@byu.net>
2887         * configure.ac (AC_INIT): Bump version, since 2.61a is released.
2888         * NEWS: Start news for current version.
2890 2006-12-15  Paul Eggert  <eggert@cs.ucla.edu>
2892         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
2893         Define HAVE_GETMNTENT to 1, not to the empty string.
2894         Problem originally reported by Jochen Friedrich in
2895         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
2897         This change prompted by a problem report by Andrey Simonenko in
2898         <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
2899         * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
2900         object-like macros only, in the traditional portable character
2901         set.
2902         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
2903         Warn about attempts to define things that are not identifiers.
2904         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
2905         awful hack that AC_DEFINEd macro names containing parentheses.
2907 2006-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2909         * doc/autoconf.texi: Undo some of the 2006-12-10 change.  It was
2910         too drastic, even if Texinfo in theory requires it for info mode.
2912         (config.status Invocation): Renamed back from Recreating a
2913         Configuration).
2914         (Obsolete config.status Use): Renamed back from Obsolete Recreation.
2915         (Autoconf 2.13): Renamed back from 20th-century Autoconf 2.
2917 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
2919         * NEWS: Version 2.61a.
2921 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
2922         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2924         * NEWS: Document changes with echo and printf, and the lack
2925         of limits on the total size of multi-line values of substituted
2926         variables, and the AC_FUNC_FSEEKO fix.
2928 2006-12-10  Paul Eggert  <eggert@cs.ucla.edu>
2930         * doc/autoconf.texi (Writing Autoconf Input): Renamed from
2931         Writing configure.ac.
2932         (Autoconf Input Layout): Renamed from configure.ac Layout.
2933         (Recreating a Configuration): Renamed from config.status Invocation.
2934         (Obsolete Recreation): Renamed from Obsolete config.status Use.
2935         (acconfig Header): Renamed from acconfig.h.
2936         (20th-century Autoconf 2): Renamed from Autoconf 2.13.
2937         (Writing Testsuites): Renamed from Writing testsuite.at.
2938         (Autom4te Cache): Renamed from autom4te.cache.
2940         * BUGS: Remove mention of VPATH problem, since it's now documented
2941         not to be a bug in the Autoconf build procedure itself, but rather
2942         a problem with the proprietary `make' programs.
2944         * doc/autoconf.texi (Build Directories): Add a cross reference
2945         to VPATH and Make.
2947         * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex:
2948         * doc/standards.texi: Sync from gnulib.
2950         * man/autoconf.1, man/autoheader.1, man/autom4te.1, man/autoreconf.1:
2951         * man/autoscan.1, man/autoupdate.1, man/config.guess.1:
2952         * man/config.sub.1, man/ifnames.1: Remove from CVS, since they're
2953         generated automatically.
2955 2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
2957         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Also try -xc99=all, for Sun
2958         C 5.8 on Solaris 10.  Using -xc99=all rather than -xc99 bypasses
2959         the buggy -xc99 option of Forte Developer 7 C on Solaris 9.
2961 2006-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2963         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Drop the
2964         `CEOF$ac_eof' special marker, the awk script cannot contain a
2965         line matching `^CEOF', so this is not needed any more.
2966         * tests/torture.at (Substitute a newline): Expose the `%!_!# '
2967         special marker in the test.
2969 2006-12-06  Stepan Kasal  <kasal@ucw.cz>
2971         * tests/tools.at (autom4te preselections): Use `find -newer';
2972         remove one of the sleeps.
2974         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Make it
2975         more readable, using ...
2976         (_AC_INIT_PARSE_ENABLE2): ... this new helper macro.
2978         * doc/autoconf.texi (autoheader Invocation): Do not double-
2979         quote the parameter of `AH_BOTTOM' in the example.
2981 2006-12-05  Stepan Kasal  <kasal@ucw.cz>
2983         * doc/autoconf.texi (Configuration Headers): Remove the
2984         example with multiple input files.
2985         (autoheader Invocation): Encourage `AH_BOTTOM', discouraging
2986         multiple input files.
2988 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2990         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
2991         creating the awk substitution script, handle one input line at a
2992         time, so that the maximum length of a substituted (multi-line)
2993         value is not limited by the size of the sed pattern space.
2994         The trade-off is a slightly repetitive sed script.
2995         * doc/autoconf.texi (Limitations of Usual Tools): Branch labels
2996         can only have up to 7 characters, due to Solaris 10 /bin/sed.
2997         * tests/torture.at (Substitute a 2000-byte string): Increase the
2998         test with several long lines, they should not be caught by sed
2999         limits any more.
3001         * tests/tools.at (autom4te preselections): New test, to flag
3002         entries missing from autom4te.cfg.
3003         Report by David Byron <dbyron@hheld.com>.
3005         * tests/torture.at (Substitute a 2000-byte string): Actually use
3006         AC_PROG_AWK, so the last change works as intended.
3007         (Substitute and define special characters): Likewise.
3008         (Substitute a newline): Likewise.
3010         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
3011         instead of `awk' consistently.
3012         (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
3013         * tests/torture.at (Torturing config.status): Test both the
3014         result of AC_PROG_AWK and plain awk.
3015         (Substitute a 2000-byte string): Likewise.
3016         (Substitute and define special characters): Likewise.
3017         (Substitute a newline): Likewise.
3019 2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3021         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Check that fseeko
3022         can be assigned to a function pointer.  Problem reported by
3023         Peter Palfrader in <http://bugs.debian.org/401377>.  Based on
3024         part of a patch by Ralf Wildenhues in that same bug report.
3026 2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
3028         * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
3029         * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
3031 2006-12-01  Eric Blake  <ebb9@byu.net>
3033         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
3034         cross-compiling from cygwin to mingw.
3035         Reported by Bob Rossi.  This resurrects the 2000-11-30 patch to
3036         aclang.m4, which was mistakenly removed in the 2001-09-17 patch
3037         to lib/autoconf/c.m4.
3039 2006-12-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3041         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
3042         string for more reliable failure.  Wrap the entire test that
3043         causes the broken Solaris printf to dump core, in a subshell,
3044         so the segmentation fault message is reliably suppressed.
3045         Fix shell expansion errors by using /usr/ucb/echo always;
3046         avoid an error on systems without it by another subshell.
3047         Avoid m4 expansion of `$1'.  Set the zeroth argument of the
3048         subshell-$as_echo to `as_echo', for better error message.
3050 2006-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3052         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
3053         `BASH_SOURCE' contain a newline, set them to empty, as they may
3054         not be unset.
3056 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3058         Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
3059         years and is too hard to maintain now.  The last straw was
3060         reported by Jerker Baeck in
3061         <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
3062         * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
3063         * doc/autoconf.texi (Particular Functions): Move
3064         AC_FUNC_SETVBUF_REVERSED from here...
3065         (Obsolete Macros): ... to here.  Say that it does nothing now.
3066         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
3067         Turn into (almost) a no-op.
3069         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
3070         (AC_C_VOLATILE):
3071         Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
3072         These macros are obsolescent and new applications shouldn't need them.
3073         * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
3074         (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
3075         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
3076         (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3077         (AC_FUNC_VPRINTF): Likewise.
3078         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
3079         (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
3080         * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
3082         * doc/autoconf.texi (Setting Output Variables): Mention that
3083         @VAR1@VAR2 has unspecified behavior.  Problem reported by
3084         Ralf Wildenhues.
3085         * NEWS: Mention this.
3087         * Makefile.am: Put only a single '#' into the copyright notice,
3088         so that it's also present in the output file.  Standardize wording
3089         in makefile copyright notices to match GNU coding standards.
3090         * bin/Makefile.am: Likewise.
3091         * doc/Makefile.am: Likewise.
3092         * lib/Makefile.am: Likewise.
3093         * lib/freeze.mk: Likewise.
3094         * lib/autoconf/Makefile.am: Likewise.
3095         * lib/autoscan/Makefile.am: Likewise.
3096         * lib/autotest/Makefile.am: Likewise.
3097         * lib/m4sugar/Makefile.am: Likewise.
3098         * man/Makefile.am: Likewise.
3099         * tests/Makefile.am: Likewise.
3100         * lib/emacs/Makefile.am: Remove copyright notice; it's just a
3101         one-line file.
3103 2006-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3105         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
3106         in the sed script that mangles the awk script: delete up to the
3107         first exclamation mark only.
3108         * tests/torture.at (Substitute and define special characters):
3109         Test '!' too.
3111 2006-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3113         Rewrite config files generation: avoid quadratic growth in
3114         the number of substituted variables by using awk instead of sed
3115         for the bulk of the substitutions.
3116         * NEWS: Mention this.
3117         * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
3118         forbidden in the output (and thus input) file.
3119         * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
3120         (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
3121         generate just one large awk script for substitutions,
3122         eliminating much of the earlier complexity, while adding some
3123         new complexity.  Only expand the substitution templates at
3124         configure time, for smaller configure script size.  If
3125         _AC_SUBST_FILES are used, test 'awk' for working getline support
3126         at config.status time.  If absent, interpolate through the
3127         shell.  The awk script was written with much help
3128         from Paolo Bonzini and Paul Eggert.
3129         (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
3130         (_AC_SED_FRAG_NUM): Likewise.
3131         (_AC_SUBST_CMDS): Renamed from...
3132         (_AC_SED_CMDS): ...this.
3133         (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
3134         * tests/torture.at (Substitute a 2000-byte string): Also
3135         substitute a line with 1000 words, and a variable with several
3136         long lines.
3137         (Substitute and define special characters): Test awk special
3138         characters, and put substitution input strings `@foo@' in the
3139         output, to test that no recursion happens; test several other
3140         combinations from Paolo Bonzini.
3142 2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3144         * lib/autotest/general.m4 (AT_INIT): Undo recent changes
3145         that replaced echo with AS_ECHO where this wasn't necessary.
3146         Problem reportd by Ralf Wildenhues.
3147         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
3148         where "/usr/bin/printf '%s\n' S" dumps core if S is long.
3149         This is Sun bug 4206210.  Problem reportd by Ralf Wildenhues.
3151 2006-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3153         * lib/freeze.mk (GREP): Removed, no need to initialize this.
3155 2006-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3157         * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
3158         that traditional Awk lacks 3-arg "split".  It has it.
3159         Mention that FS must be a single character, and a few other
3160         99-byte limits of traditional Awk.
3161         Mention that if (i in a) doesn't work with traditional Awk.
3163 2006-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3165         * tests/autotest.at (BSx641-newline in command):
3166         (BS-BS-newline in command, BSx640-newline in command):
3167         (Newline-CODE-BS-newline in command):
3168         (Single-quote-BS-newline in command):
3169         (Single-quote-newline-BS-newline in command):
3170         Use printf '%s\n' instead of echo, for portability to hosts
3171         where echo interprets backslashes.  This will break on hosts
3172         that lack printf, but for now let's assume all such hosts
3173         are dead (if not, we should get reports of test failures).
3175 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3177         'echo' has some portability problems, when given a first argument
3178         with a leading '-', or when given any argument containing '\'.
3179         Avoid using 'echo' in these cases.
3180         * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
3181         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
3182         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3183         * lib/autotest/general.m4 (AT_INIT): Likewise.
3184         * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
3185         argument might be unportable.
3186         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
3187         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
3188         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
3189         (_AC_FC_LIBRARY_LDFLAGS): Likewise.
3190         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
3191         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
3192         (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
3193         (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
3194         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
3195         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
3196         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
3197         (AC_PROG_MAKE_SET): Likewise.
3198         * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
3199         (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
3200         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
3201         (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
3202         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
3203         (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
3204         (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
3205         * bin/autoconf.as: Redo verbose flag implementation, as the old
3206         scheme wouldn't work with AS_ECHO.
3207         * lib/autotest/general.m4 (AT_INIT): Likewise.
3208         * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
3209         Don't use ECHO_T, since ECHO_N is now reliable.
3210         * lib/autotest/general.m4 (AT_INIT): Likewise.
3211         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
3212         rather than using a here-document to put the script into a file.
3213         (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
3214         use AS_ECHO.
3215         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
3216         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
3217         AS_ECHO_N rather than ECHO_N and ECHO_C.  This doesn't fix any
3218         bug, but we might as well stop using ECHO_N and ECHO_C internally.
3219         * lib/autotest/general.m4 (AT_SETUP): Likewise.
3220         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
3221         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
3222         (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
3223         operand, as AS_ECHO requires.  Avoid double file name expansion.
3224         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
3225         Don't set as_nl, since _AS_ECHO_PREPARE does that now.
3226         (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
3227         (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
3228         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3229         Double-quote strings that would otherwise contain M4 comments.
3230         * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
3232         * configure.ac (AC_INIT): Bump to 2.61a.
3233         * NEWS: Likewise.
3235 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3237         Version 2.61.
3239         * configure.ac (AC_INIT): Bump to 2.61.
3240         * NEWS: Likewise.
3242         * tests/autotest.at (Macro with backslash in a test title):
3243         Comment out for now, as this tests neither fails nor passes
3244         reliably.  Problem reported by Ralf Wildenhues.
3246 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3248         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
3249         in previous change, which caused test failures.
3251 2006-11-16  Stepan Kasal  <kasal@ucw.cz>
3253         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
3254         code for --enable, --disable, --with, and --without to...
3255         (_AC_INIT_PARSE_ENABLE): ... a new macro.
3256         * doc/autoconf.texi (Package Options):
3257         * NEWS: Document that AC_ARG_ENABLE allows dots, too.
3259 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3261         Import these changes from config via gnulib:
3263         2006-11-15  Ben Elliston  <bje@gnu.org>
3265         From Josselin Mouette <joss@debian.org>:
3266         * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
3268         2006-11-08  Ben Elliston  <bje@gnu.org>
3270         * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
3272         2006-11-07  Steve Woodford  <scw@NetBSD.org>
3273                     Ben Elliston  <bje@gnu.org>
3275         * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
3276         * build-aux/config.sub (sh5el): New basic_machine.
3279         Import this change from coreutils:
3281         2006-02-13  Jim Meyering  <jim@meyering.net>
3283         * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
3286         Import this change from gnustandards via gnulib:
3288         2006-11-15  Karl Berry  <karl@gnu.org>
3290         * standards.texi: core -> memory, throughout.
3291         (CPU Portability): show correct example of calling write
3292         on a char value; thanks to Paul Eggert for the code.
3293         Both of these suggestions from Eugene Y. Vasserman.
3296         Import these changes from texinfo via gnulib:
3298         2006-11-08  Karl Berry  <karl@gnu.org>
3300         * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
3301           as well as pdf images, since they are supported in pdftex with
3302           no further ado.
3304         2006-11-05  Karl Berry  <karl@gnu.org>
3306         * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
3308 2006-11-13  Paul Eggert  <eggert@cs.ucla.edu>
3310         * NEWS: Document the AC_ARG_WITH change.
3312 2006-11-13  Bruno Haible  <bruno@clisp.org>
3314         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
3315         options, transliterate also dots to underscores.
3316         (_AC_ENABLE_IF): Transliterate also dots to underscores.
3317         * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
3318         first argument may also contain dots.
3320 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3322         * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
3323         benefit of platforms like Solaris+GCC where it is common to have a
3324         non-working g++ installation.
3326 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3327         and Joel E. Denny  <jdenny@ces.clemson.edu>
3328         and Paul Eggert  <eggert@cs.ucla.edu>
3330         * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
3331         and non-portable sed scripts, and use $CONFIG_SHELL when invoking
3332         ./micro-suite.
3334 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3336         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
3337         ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
3338         Imported from a similar patch to gnulib by Bruno Haible.
3340 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3342         * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
3343         * doc/autoconf.texi (C Compiler): Document them.
3344         * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
3345         New macros, taken from gnulib.
3347 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3349         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
3350         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
3351         Matthew Woehlke.
3353 2006-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3355         * tests/torture.at (Configuring subdirectories): Do not skip
3356         Automake 1.10 nor future Automake 11.1 (sic).
3358 2006-10-26  Joel E. Denny  <jdenny@ces.clemson.edu>
3359         and Stepan Kasal  <kasal@ucw.cz>
3361         Handle special characters in test case titles correctly.
3362         * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
3363         properly.
3364         (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
3365         * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
3366         argument.  Extend to check titles printed by ./micro-suite and
3367         ./micro-suite -l and the title in micro-suite.log.
3368         (Backquote in a test title,
3369         Single-quote in a test title,
3370         Double-quote in a test title): Don't expect failure anymore.
3371         (Backslash in a test title): Put a non-whitespace character after the
3372         backslash so that Bourne shells might actually see it as an escape
3373         sequence.
3374         (Brackets in a test title,
3375         Pound in a test title,
3376         Comma in a test title,
3377         Quoted Macro in a test title,
3378         Macro in a test title,
3379         Macro with single-quote in a test title): New tests.
3380         (Macro with backquote in a test title,
3381         Macro with double-quote in a test title,
3382         Macro with backslash in a test title): New tests expected to fail.
3383         * tests/torture.at (#define header templates): M4-quote this title in
3384         AT_SETUP call so that no M4 code is commented inadvertently somewhere.
3385         The visible effect was a stray [] in the testsuite output.
3387 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3389         * doc/autoconf.texi (Limitations of Builtins): Do not invoke
3390         `trap ... 0' inside a function, for AIX sh.
3392 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
3394         * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
3395         since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
3396         5363) simply issues a warning when dividing by zero at compile
3397         time.  Problem reported by Elias Pipping.
3399 2006-10-26  Eric Blake  <ebb9@byu.net>
3401         * THANKS: Update.
3402         * doc/autoconf.texi (Evaluation Macros): Improve the example to
3403         show effect on macros that expand with commas.
3404         Reported by Joel E. Denny.
3406         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
3407         Also work with M4 1.4.8.
3409 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
3411         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
3412         Jim Meyering.
3414 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
3416         * tests/tools.at (autom4te --force): New test, verifies that
3417         `--force' always rewrites the output file.
3419 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3421         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
3422         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
3424 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
3426         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
3428 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3430         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
3431         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
3432         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
3433         reported by Nelson H. F. Beebe for Coreutils 6.4.
3435         * tests/tools.at (autoconf --trace: user macros): Remove test
3436         for tracing multiline macros, since m4 1.4.7a uses a different
3437         way to number lines.  Problem reported by Ralf Wildenhues.
3439 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
3441         * bin/autom4te.in (handle_m4): Do not redirect stdin to
3442         /dev/null since the heuristics for interactive behaviour was
3443         fixed in CVS m4.
3445         * bin/autom4te.in: With --force, always refresh the output
3446         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
3448         * bin/autoconf.as: Fix the verbose message at the end.
3450 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
3452         * configure.ac (AC_INIT): Bump to 2.60c.
3453         * NEWS: Likewise.
3455 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
3457         * NEWS: Version 2.60b.
3459         Import this change from Texinfo:
3460         2006-10-15  Karl Berry  <karl@gnu.org>
3461         * build-aux/texinfo.tex: automake 1.10
3463         * NEWS: Remove AC_CACHE_CHECK_INT.
3464         * doc/autoconf.texi (Caching Results): Likewise.
3465         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
3466         AC_CACHE_CHECK_INT, since it's no longer public.
3467         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
3468         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
3470 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3472         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
3474 2006-10-19  Eric Blake  <ebb9@byu.net>
3476         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
3477         (m4_maketemp): Avoid warnings with M4 1.9a.
3478         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
3479         m4_mkstemp.
3480         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
3481         * NEWS: Likewise.
3483 2006-10-16  Eric Blake  <ebb9@byu.net>
3485         * doc/autoconf.texi (Setting Output Variables): Fix typo.
3487         * bin/autoconf.as (version): Reword to match GNU Coding
3488         Standards.
3489         * bin/autoheader.in (version): Likewise.
3490         * bin/autom4te.in (version): Likewise.
3491         * bin/autoreconf.in (version): Likewise.
3492         * bin/autoscan.in (version): Likewise.
3493         * bin/autoupdate.in (version): Likewise.
3494         * bin/ifnames.in (version): Likewise.
3496 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
3498         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
3499         looking for special shell characters.
3500         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
3501         macro defined by AS_VAR_PUSHDEF before passing it as a
3502         parameter.
3503         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
3504         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
3505         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
3506         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
3507         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
3508         Likewise.
3509         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
3510         AS_VAR_* properly.
3511         * tests/m4sh.at (AS_LITERAL_IF): New test.
3513 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3515         (Imported from Automake.)
3516         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3517         which incorrectly sets the mode of an existing destination
3518         directory.  In some cases the unpatched install-sh could do the
3519         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3520         system.  We hope this is rare in practice, but it's clearly worth
3521         fixing.  Problem reported by Alex Unleashed in
3522         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3523         Also, don't bother to check for -m bugs unless we're using -m;
3524         suggested by Stepan Kasal.
3526 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3528         Import this change from Automake:
3530         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
3531         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
3532         is enabled by default with gnu and gnits strictness.
3533         Report from Bruno Haible.
3535         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
3536         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
3537         gnu and gnits modes.
3539         Import this change from Config:
3541         2006-09-20  Ben Elliston  <bje@gnu.org>
3542         * build-aux/config.sub (score, score-*): New.
3544         Import this change from Gnulib:
3546         2006-09-16  Karl Berry  <karl@gnu.org>
3547         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
3548         to avoid sectioning errors.
3550         Import these changes from Texinfo:
3552         2006-10-04  Karl Berry  <karl@gnu.org>
3553         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
3554         (\quoteexpand): rename to \rquoteexpand.
3555         (\codequoteleft): new def, to look for @set codequotebacktick.
3556         (\lquoteexpand, \quoteexpand): new defs.
3557         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
3558         (\code): must use new \...Char values, since now ` is active.
3560         2006-08-26  Karl Berry  <karl@gnu.org>
3561         * build-aux/texinfo.tex (\textdegree): New command.
3563         2006-08-12  Karl Berry  <karl@gnu.org>
3564         * build-aux/texinfo.tex (error \box0): smaller font.
3566 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3568         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
3570 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
3572         * doc/autoconf.texi (Autoheader Macros): Warn that the text
3573         added to the template can get mangled.
3575 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3577         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
3578         include the default headers, and redefine obstack_chunk_alloc
3579         and obstack_chunk_free.  Fixes false failure with glibc.
3581 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3583         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
3584         for backward compatibility with Libtool 1.5.22.  Problem reported
3585         by Ralf Wildenhues.
3587 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3589         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
3590         AC_PROG_CC.
3591         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
3593 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3595         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
3596         the NonStop platform.
3597         * doc/autoconf.texi (Posix Variants): Likewise.
3598         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
3600         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
3601         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
3602         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
3603         Use a better substitute, by inspecting the output of "ls"
3604         rather than just using ":".
3605         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
3606         rather than AS_EXECUTABLE_P, since we needn't worry about
3607         non-regular files here.
3609         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
3610         due to configuration hassles with this.  See Tonya Underwood's report
3611         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
3612         * doc/autoconf.texi (Special Shell Variables): Likewise.
3614 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3615             Stepan Kasal  <kasal@ucw.cz>
3617         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
3618         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
3620 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
3622         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
3623           initialization which is not inherited through the environment
3624         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
3625         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
3627 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
3629         * doc/autoconf.texi (Limitations of Usual Tools): Describe
3630         problems with mkdir -p -m.
3632 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
3634         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
3635         comment about ac_cpp_err; it was incorrect, and anyway
3636         ac_cpp_err is being removed below.
3637         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
3638         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
3639         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
3640         nobody uses it.
3641         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
3642         with werror_flag and conftest.err and so forth.  This is more
3643         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
3644         and anyway the user shouldn't normally want to see this gorp logged.
3645         Problem reported by Ralf Wildenhues.
3646         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
3647         empty, not 'no', since the rest of the code uses 'test -z'.
3649 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
3651         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
3652         Use a single call to AC_DO_TOKENS rather than multiple, for
3653         efficiency.
3654         (_AC_LINK_IFELSE): Test that resulting file is executable.
3655         Problem reported by mwoehlke in
3656         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
3658         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
3659         than creating a file to use with test -x; this is much faster.
3661 2006-10-02  Bruno Haible  <bruno@clisp.org>
3663         * lib/autom4te.in (Automake-preselections): Add
3664         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
3666 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
3668         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
3669         standard error, `experr' should be used, not `expout'.
3671 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
3673         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
3674         fseeko testing program twice; just use the earlier result.
3675         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
3676         Set cache var to 'unknown' (not 'no') if leaving the macro unset
3677         still doesn't let the program compile.
3678         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
3679         failed.
3681         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
3682         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
3683         include it, without including anything else.
3684         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
3685         expressions.
3686         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
3688 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3690         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
3691         `error.h', and include it, for a `error_at_line' prototype.
3692         Use a nonempty format string in the link test.
3693         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
3694         for a declaration of wait3.
3696 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
3698         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
3699         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
3700         can apply to constants too, and that it checks for macro defns.
3701         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
3702         and simply cast the identifier to void.  This handles structure
3703         values.  Problem reported by Ralf Wildenhues.
3704         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
3706 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3708         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
3709         structure, and function symbols.
3711 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3713         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
3714         member.
3716 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
3718         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
3719         * README: Likewise.
3720         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
3722 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
3723         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3725         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
3726         warnings (uninitialized value).
3727         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
3728         present.
3729         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
3730         parentheses.
3731         (AC_STRUCT_TM): Likewise, avoid unused variables.
3733 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3735         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
3736         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
3737         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
3738         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
3739         Report by Olly Betts.
3741 2006-09-19  Eric Blake  <ebb9@byu.net>
3743         * m4/m4.m4: Change copyright.
3744         * configure: Regenerate.
3745         * Makefile.in: Likewise.
3746         * bin/Makefile.in: Likewise.
3747         * doc/Makefile.in: Likewise.
3748         * lib/Makefile.in: Likewise.
3749         * lib/Autom4te/Makefile.in: Likewise.
3750         * lib/autoconf/Makefile.in: Likewise.
3751         * lib/autoscan/Makefile.in: Likewise.
3752         * lib/autotest/Makefile.in: Likewise.
3753         * lib/emacs/Makefile.in: Likewise.
3754         * lib/m4sugar/Makefile.in: Likewise.
3755         * man/Makefile.in: Likewise.
3756         * tests/Makefile.in: Likewise.
3758         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
3759         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
3760         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
3761         --error-output, to avoid warnings with M4 2.0.
3763 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
3765         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
3766           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
3767         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
3769 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
3771         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
3772         expansion of AC_CHECK_FUNCS.
3774 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
3776         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
3777         mistaken comment: the path has to be relative; do not use
3778         the path at runtime.
3780 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3782         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
3783         argument to `--prefix' for sub-configure scripts.
3784         Pass `--silent' to sub-configure scripts.
3785         * tests/torture.at (Configuring subdirectories): Add tests
3786         for both changes.
3787         * doc/autoconf.texi (Setting Output Variables): Fix example to
3788         not show `--silent' being passed to a `configure' re-run.
3790 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
3792         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
3793         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
3794         for the existence of the directory at configure-time.  That's
3795         too late, anyway.  Problem reported by Stefan Seefeld.
3797         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
3798         7.1.4 /usr/bin/posix/sh described by Tim Rice in
3799         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
3801 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
3803         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
3804         works with GNU M4 1.4.3 again; make the normalized form
3805         match the current m4 message; fix the description.
3806         * test/tools.at (autom4te cache): Adapt to the change.
3808 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3810         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
3811         to catch glibc bug 2821
3812         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
3814         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
3815         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
3816         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
3817         assume C89.
3819 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
3821         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
3822         preselections ...
3823         (Autoconf): ... here.
3824         (Autoscan-preselections): Delete.
3826 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
3828         * lib/autom4te.in (Automake-preselections): Preselect
3829         AM_ENABLE_MULTILIB.
3831 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
3833         * doc/autoconf.texi (Preset Output Variables): srcdir and
3834         top_srcdir are not necessarily relative.  Problem reported
3835         by Dries Kimpe.
3837 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3839         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
3840         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
3841         accept files with extension `.f'.  For consistency, also prefer
3842         xlf over f77.
3843         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
3844         from last patch.
3846 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
3848         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
3849         of ERLANG_LIB_VER_* variables.
3850         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
3851         variables.
3853 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
3854         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3856         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
3857         bugs of Bash 2.01 and 2.05a.
3858         (Fortran Compiler): Document that AC_PROG_CC should be called
3859         before AC_PROG_FC, due to a bug in Autoconf.
3861 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3863         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
3864         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
3865         except the first two arguments are reversed.
3866         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
3867         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
3868         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
3869         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
3870         equivalent to the old AC_COMPUTE_INT.
3871         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
3872         All uses changed to AC_CACHE_CHECK_INT.
3873         * tests/base.at (AC_CACHE_CHECK_INT): New test.
3874         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
3876 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3878         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
3879         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
3880         programs should use their Gnulib counterparts.
3881         * doc/autoconf.texi (Particular Functions): Likewise.
3882         (Macro Names, testsuite Invocation): Replace uses of these
3883         obsolete macros with uses of non-obsolete macros.
3885 2006-08-29  Eric Blake  <ebb9@byu.net>
3887         * configure.ac (AC_INIT): Bump to 2.60b.
3888         * NEWS: Update.
3890 2006-08-28  Eric Blake  <ebb9@byu.net>
3892         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
3893         mistakenly swapped on 2006-08-15.
3895 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3897         * NEWS: Version 2.60a.
3899 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
3901         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
3902         file created by the PGI compiler.
3904 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
3906         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
3907         simplify the code.
3909 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3911         Fix Lex library problem reported to us by Julio Garvia.
3912         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
3913         for the default, which the user can override.
3914         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
3915         deal with LEXLIB.
3916         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
3917         didn't work if some values were cached but not others.  Test for
3918         broken lex libraries like native ia64-hp-hpux11.22; see
3919         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
3920         work around the problem by preferring an empty LEXLIB to -lfl or
3921         -ll.  Let the user set LEXLIB='' to indicate no library needed.
3923         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
3924         * README: Likewise.
3925         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
3927 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
3929         Rework to use more-modern build style.
3930         Many files are renamed; all uses of their names were changed.
3931         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
3932         * .x-sc_useless_cpp_parens: New file.
3933         * build-aux/config.guess: Renamed from config/config.guess.  Update.
3934         * build-aux/config.sub: Renamed from config/config.sub.  Update.
3935         * build-aux/elisp-comp: Renamed from config/elisp-comp.
3936         * build-aux/install-sh: Renamed from config/install-sh.  Update.
3937         * build-aux/mdate-sh: Renamed from config/mdate-sh.
3938         * build-aux/missing: Renamed from config/missing.
3939         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
3940         * build-aux/vc-list-files: Renamed from config/vc-list-files.
3941         * config/Makefile.am: Removed.
3942         * config/mkinstalldirs: Removed.
3943         * config/move-if-change: Removed.
3944         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
3945         * Makefile.am (SUBDIRS): Remove config.
3946         (ACLOCAL_AMFLAGS): Include from m4, not config.
3947         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
3948         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
3949         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
3950         Fail if there's an error.
3951         * Makefile.cfg (move_if_change): Remove.
3952         (wget_files): Remove.
3953         (cvs_executable_files): New macro.
3954         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
3955         (executable-update): Use $(cvs_executable_files).
3956         (local-checks-to-skip): Remove.
3957         * Makefile.maint: Merge from coreutils, plus add our own changes
3958         (gzip_rsyncable): New macro.
3959         (GZIP_ENV): Use it.
3960         (CVS_LIST): Use build-aux/vc-list-files.
3961         (VERSION_REGEXP): New macro.
3962         (local-checks-available): Add patch-check, $(syntax-check-rules),
3963         check-AUTHORS.
3964         (syntax-check-rules): Compute dynamically.
3965         (sc_cast_of_x_alloc_return_value): Work even if no source files.
3966         (sc_cast_of_alloca_return_value): Likewise.
3967         (sc_prohibit_atoi_atof): Simplify regexp.
3968         (sc_no_if_have_config_h, sc_require_config_h):
3969         (sc_prohibit_assert_without_use,
3970         (sc_obsolete_symbols): Check for O_NDELAY.
3971         (sc_texi_notab): Remove.
3972         (sc-changelog): Don't make an exception for '----' lines.
3973         (.re-list): Remove, so we don't have a junk file behind.
3974         (sc_system_h_headers): Remove the need for .re-list.
3975         (sc_the_the):  New rule.
3976         (sc_tight_scope): Simplify.
3977         (sc_trailing_blank): Renamed from sc_trailing_space.
3978         (longopt_re): New macro.
3979         (sc_two_space_separator_in_usage): New rule.
3980         (sc_unmarked_diagnostics): Look at all files under CVS.
3981         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
3982         (news-date-check, changelog-check): Version is OK.
3983         (po-check): Look for lib files even if not in CVS.
3984         (copyright-check): Use $() not ``.
3985         (maintainer-distcheck): Do not depend on changelog-check.
3986         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
3987         Also check for -Wpointer-arith.
3988         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
3989         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
3990         Remove.
3991         (announcement): Add --gpg-key-id arg.
3992         (cvs-sv): Remove.
3993         (move_if_change): Just use mv.
3994         (local_updates: Remove wget-update, po-update.
3995         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
3996         (config.guess-url_prefix, config.sub-url_prefix): Remove.
3997         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
3998         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
3999         ($(get-targets)): Remove.
4000         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
4001         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
4002         (cvs-update): Get from gnulib.
4003         (emut_upload_commands): gnupload is in build-aux now.
4004         (alpha beta major): Add changelog-check.  Check version.
4005         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
4006         (AC_CONFIG_FILES): Remove.
4007         * bin/autoconf.as: Add spaces to avoid distcheck warning.
4008         * config/announce-gen: Sync from coreutils.
4009         * doc/make-stds.texi: Sync from gnulib.
4010         * doc/standards.texi: Likewise.
4011         * man/Makefile.am: Adjust for config -> build-aux renaming.
4012         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
4013         * tests/local.at: Adjust from config -> build-aux renaming.
4014         * tests/tools.at: Likewise.
4015         * tests/torture.at: Likewise.
4017         * NEWS: The C99 check now tests for vararg macros and 64-bit
4018         preprocessor ints.
4019         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
4020         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
4021         64-bit preprocessor ints.  Check for static initialization of
4022         long long.  Remove unnecessary casts.
4024 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4026         * doc/autoconf.texi (Particular Programs): Mention that
4027         @INSTALL@ and @MKDIR_P@ may vary for different output files.
4028         Reported by Alexandre Duret-Lutz.
4030 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4032         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
4033         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
4034         Bill Northcott in
4035         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
4037 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4039         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
4040         pacify insanely picky compilers.  Problem reported by Eric Blake.
4042         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
4043         longer supported by Sun.
4045 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4047         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
4048         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
4049         -Wundef -Werror".  Problem reported by David Fang in
4050         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
4051         * doc/autoconf.texi (Header Templates, Default Includes):
4052         (Particular Functions, Generic Functions, Header Portability):
4053         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
4054         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
4055         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
4056         Prefer #ifdef to #if.
4057         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
4058         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
4059         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
4060         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
4061         Likewise.
4062         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
4063         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
4064         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
4065         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
4066         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
4067         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
4068         this.
4070 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4072         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
4073         problems with arg script text that doesn't end in newline, and
4074         with '-e a...'.  Problems reported by Ralf Wildenhues.
4076 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
4078         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
4079         check for libXt by a check for libX11.
4081 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4083         * doc/autoconf.texi (config.status Invocation): Adjust according
4084         to last change.
4086 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4088         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
4089         --help' should mention that `--version' outputs configuration
4090         settings.  Report by Bruno Haible.
4092 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
4094         Fix test suite failures reported by Pierre in
4095         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
4096         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
4097         the compiler created a file "b.out" when it didn't create anything
4098         at all.
4099         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
4100         Discard stderr too, when invoking the test script.
4102 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
4104         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
4105         in the restoring of the werror flag.
4107 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
4109         * doc/autoconf.texi (Volatile Objects): Be even a little
4110         less skeptical about "volatile", after discussion with
4111         Bruno Haible on bug-gnulib.
4112         (Limitations of Usual Tools): Warn about sed stripping
4113         leading white space from text.  From Bruno Haible.
4115 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
4117         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
4118         compiler complains about it, even if things works after the
4119         complaint.  Problem reported by Peter O'Gorman.
4121         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
4122         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
4123         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
4125 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
4127         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
4128         after -R regardless of host.  Patrick Welche reports that this
4129         fixes things on NetBSD 3.99.
4131         * NEWS: Recommend M4 1.4.5.
4132         * README: Likewise.
4133         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
4134         * tests/tools.at (autom4te cache): Update wording of diagnostic
4135         to match M4 1.4.5.
4137 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
4139         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
4140         under AC_C_VOLATILE.
4141         (Volatile Objects): Be a little less skeptical about what
4142         "volatile" means.  Derived from thoughts by Ben Pfaff in
4143         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
4145 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4147         * doc/autoconf.texi: Fix some typos.
4149 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
4151         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
4152         more globally, since the 2006-06-30 patch didn't suffice.  Problem
4153         reported by Keith Marshall.  Also, don't bother with builddir2,
4154         since it shouldn't be needed any more.
4156 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
4158         * doc/autoconf.texi (Generic compiler characteristics):
4159         Document AC_COMPUTE_INT.  Fix wrong statements on Default
4160         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
4162         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
4163         (_AC_COMPUTE_INT): Add obsoletion warnings.
4164         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
4165         AC_COMPUTE_INT.
4167         * NEWS: Document change.
4169 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
4171         * doc/autoconf.texi (Volatile Objects): New section.
4173         * NEWS: Document previous change.
4175 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
4177         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
4178         Require that long long int be at least 64 bits wide.  C99 requires
4179         this and enough programs depend on it so we should check for it.
4180         Bruno Haible reports in
4181         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
4182         that long long int is 32 bits wide with some nonstandard compilers.
4183         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
4185 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
4187         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
4188         to a nonexistent file, so that we don't have to worry about
4189         a local site configuration that doesn't use /usr/local.
4190         Problem reported by Keith Marshall in
4191         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
4193 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
4195         * doc/autoconf.texi: Be more consistent about using @acronym with
4196         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
4197         quite right (it talked about "OSF/Tru64", even though the
4198         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
4199         and it even mentioned "OSF 4"!) and at this point there's little
4200         reason to talk about OSF any more, since it died in 1994.
4201         (Specific Compiler Characteristics): Simplify example of
4202         negative-size array.
4203         (File Descriptors): Reorder to make the text flow better.
4204         Remove joke about "appreciate the various levels"; I didn't get it.
4205         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
4206         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
4207         (File Descriptors, Limitations of Usual Tools):
4208         Tone down the advice against renaming or removing open files.
4209         (Limitations of Usual Tools): Add a new section, on 'rm'.
4211 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
4213         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
4214         -lXt in LIBS, idea from Karsten Hopp; this was due since
4215         this change:
4217         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4218         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
4219         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
4220         (which belong to Xt, not X itself).  See Debian bug 327655.
4222 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4224         * configure.ac (AC_INIT): Bump to 2.60a.
4225         * NEWS: Update.
4227 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4229         Version 2.60.
4231         * configure.ac, NEWS: Update.
4233 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4235         * config/texinfo.tex: Sync from upstream.
4237         * bin/autom4te.in (handle_traces): Transform the `@S|@'
4238         quadrigraph correctly in traces.
4240         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
4241         Fix typos.
4243         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
4244         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
4245         not defined.
4246         * doc/autoconf.texi (Changed Directory Variables): New node,
4247         to document the whole `datarootdir' business a bit better.
4248         * NEWS: Update.
4249         * tests/torture.at (datarootdir workaround): Extend test.
4250         Prompted by report by Alexandre Julliard.
4252 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4254         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
4255         when using default mode of IBM C 6 for AIX.  Problem and two-line
4256         fix reported by Larry Jones.
4258 2006-06-22  Alexandre Julliard <julliard@winehq.org>
4260         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
4261         about literal '${datarootdir}' if a definition is found in the
4262         output file.
4264 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
4266         * NEWS: Use "M4" rather than "m4" when appropriate.
4267         Problem reported by Eric Blake.
4268         * doc/autoconf.texi: Likewise.
4269         Use @acronym around BSD, GCC, and GNU when appropriate.
4270         (Why GNU M4): Renamed from "Why GNU m4".
4271         (Redefined M4 Macros): Mention that Posix
4272         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
4273         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
4274         to int.
4276 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4278         * bin/autom4te.in (handle_output): Do not forbid the empty
4279         pattern.
4280         * tests/tools.at (autoconf: the empty token): New test.
4282 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
4284         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
4285         calls, so that we do not care whether they are LIFO or FIFO;
4286         in the m4_wrap, do not check which diversion is the topmost
4287         one, just check that the stack is balanced at the end.
4288         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
4289         base diversion forever--pop the previous diversion before
4290         opening the new one; consequently, remove the m4_wrap call.
4291         * lib/autotest/general.m4 (AT_INIT): Likewise.
4292         * tests/m4sugar.at: Do not use
4293         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
4295 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
4296         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4298         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
4299         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
4300         Rework example of m4wrap token-pasting trouble so that it doesn't
4301         care whether it's LIFO or FIFO.
4302         Fix some "contrary to"s that are awkward in English.
4304 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4306         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
4307         to `yes' instead of `int$1_t' if the type is found, for more
4308         consistent configure output (where $1 is the number of bits).
4309         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
4310         Suggested by Bruno Haible.
4312         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
4313         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
4314         with system headers.  Report by Bruno Haible.
4316 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4318         * config/config.guess, config/config.sub: Sync from upstream.
4320         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
4321         in order to avoid picking up an older installed frozen m4sh.m4f.
4322         Besides an outdated shell startup, this could have been created
4323         by an earlier M4 version with incompatible frozen file format.
4325 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
4327         * README: Recommend m4 1.4.4 instead of 1.4.3..
4328         * doc/autoconf.texi: Likewise.
4329         (Special Chars in Names): Say that $(.FOO) is portable, as
4330         suggested by Stepan Kasal.
4331         (Installation Directory Variables, Build Directories):
4332         (Automatic Remaking, Subdirectories, Fortran Compiler):
4333         (Making testsuite Scripts, Defining Directories):
4334         Quote variable usages better.
4335         (Making testsuite Scripts): Add clean-local rule to makefile
4336         snippet, by Eric Blake.
4337         (Installation Directory Variables): Fix table item font.
4338         Reword slightly to clarify.  Generalize advice about
4339         not using special characters to include all file-related
4340         vars, not just VPATH.
4341         (Special Chars in Variables): Warn about special characters in
4342         $(srcdir) too.
4343         (Assignments): Clarify default-value example as suggested by
4344         Ralf Wildenhues in
4345         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
4346         (Special Shell Variables): Note leading ./ or ../, as suggested
4347         by Eric Blake.
4348         (Limitations of Builtins): Under cd, warn about CDPATH.
4349         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
4350         Ralf Wildenhues.
4352 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4354         * doc/autoconf.texi (Configuration Actions): Remove duplicate
4355         `@var', for texi2html.
4356         (Systemology): Some more word wrapping, for DVI output.
4357         (autom4te Invocation): The short option for `--melt' is `-M',
4358         not `-m'.
4360 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
4362         * doc/autoconf.texi: More formatting and English tweaks,
4363         many suggested by Ralf Wildenhues.
4364         Reword to avoid "@code{...}'s" and the like, since it's ugly
4365         with Emacs info mode.  discontents -> woes.
4366         Put a few "will"s back.  time stamp -> timestamp.
4367         side-effect -> side effect.
4369 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
4371         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
4372         Warn about $@ not persisting.  Problem reported by Julien Danjou in
4373         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
4374         (Special Chars in Names): Renamed from Leading _ in Macro Names.
4375         Mention other special chars, too.
4377 2006-06-14  Eric Blake  <ebb9@byu.net>
4379         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
4381 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
4383         * doc/autoconf.texi: Some systematic minor improvements, as
4384         follows.  Use "makefile" when talking about makefiles
4385         generally (which might be named "makefile" or "Makefile" or even
4386         "foo.mk"), "Makefile" when talking about a specific makefile
4387         called "Makefile".  This unclutters the text from weird quotes
4388         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
4389         values" rather than "@var{foo}s" and similar constructs containing
4390         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
4391         English-language improvements.  Change the prefix "sub-" to "sub"
4392         and "re-" to "re".
4393         Put blank lines around examples more consistently.
4394         Avoid "rather" and "very" as intensifiers.
4395         Avoid "will" as an auxiliary.
4396         (Limitations of Make): Split this node into....
4397         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
4398         (Leading _ in Macro Names, Backslash-Newline-Newline):
4399         (Backslash-Newline Comments, Long Lines in Makefiles):
4400         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
4401         (obj/ and Make, make -k Status, VPATH and Make):
4402         (VPATH and Double-colon, $< in Explicit Rules):
4403         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
4404         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
4405         New nodes, resulting from splitup of Limitations of Make.
4406         All cross-references changed.  Raise the top node from
4407         a section to a chapter, and all subnodes accordingly.
4408         Redo the introductory wording to match the new organization.
4409         (Installation Directory Variables): Use an example that is
4410         closer to what Autoconf actually does.  Mention that VPATH's
4411         value should not contain metacharacters or white space.
4412         (Fortran Compiler): Fix a VPATH bug in an example.
4413         (Leading _ in Macro Names): Mention that this problem is no longer
4414         of practical concern.
4415         (VPATH and Make): Reword the advice to make it clearer
4416         that Autoconf and Automake support VPATH in non-GNU make, but
4417         many packages have bugs in this area.
4418         ($< in Explicit Rules): Refer to Build Directories rather
4419         than using a (non-VPATH-safe) example.
4420         (Automatic Rule Rewriting): Mention the sort of disaster that
4421         can ensue with Solaris-style rule rewriting with VPATH.
4423 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4425         * doc/install.texi (Compilers and Options): Weaken the
4426         suggestion to use GNU make for VPATH builds.
4428         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
4429         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
4431         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
4432         in regular expression.
4434 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4436         * doc/autoconf.texi (Installation Directory Variables):
4437         Drop extra @samp from `@table @samp' item.
4438         (Limitations of Usual Tools): Comment fix.
4439         Do not nest @samp just to point to other table items.
4440         (Writing testsuite.at) <AT_CHECK>: The second argument to
4441         `@dvar' is already @samp'ed.
4442         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
4443         do not use @var in the second argument.
4445 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
4447         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
4448         $as_shell.exe too.  Problem reported by Andreas Buening in
4449         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
4451 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4453         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
4454         `unused variable' compiler warning, for `-Wall -Werror'.
4455         Reported by Jaap Haitsma in
4456         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
4458 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
4460         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
4461         case the compiler dumps core.  Problem reported for
4462         OpenServer 5.0.7 by Tim Rice in
4463         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
4464         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
4465         Likewise.
4467 2006-06-06  Tim Rice <tim@multitalents.net>.
4469         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
4470         "ERROR" only shows up in "make check" output if there is an
4471         error.
4473 2006-06-06  Eric Blake  <ebb9@byu.net>
4475         * tests/tools.at (automatically allowed tokens): Fix typo.
4477 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
4479         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
4481         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
4482         typically overflows on x86 CPUs, even though the C standard
4483         requires otherwise.
4485 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4487         * configure.ac (AC_INIT): Bump to 2.59e.
4488         * NEWS: Update.
4490 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4492         Version 2.59d.
4494         * config/texinfo.tex: Sync from upstream.
4496         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
4497         seen, invoke libtoolize with `--ltdl' argument.
4498         * lib/autom4te.in (Autoreconf-preselections): Adjust.
4499         * NEWS: Update.
4500         Suggested by Eric Blake.
4502 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
4504         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
4505         reported by Ralf Wildenhues.
4506         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
4508 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4510         * THANKS: Update.
4512 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
4514         * doc/autoconf.texi: Modernize some of the references to Solaris.
4516 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
4518         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
4519         message issued by AC_REQUIRE.
4520         * tests/m4sugar.at: Check m4_require's error message.
4521         * tests/base.at: Check AC_REQUIRE's error message.
4522         * tests/local.at (AT_CHECK_M4): New macro, almost identical
4523         to...
4524         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
4525         AT_CHECK_M4.
4526         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
4527         `expout' as the last parameter.
4528         * tests/tools.at: Adapt to the above change.
4530 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
4532         * doc/autoconf.texi (Limitations of Usual Tools): Correct
4533         information about race-free implementations of mkdir.
4535 2006-06-04  Eric Blake  <ebb9@byu.net>
4537         * bin/autoreconf.in (help): Document M4 environment variable.
4538         * bin/autoconf.as (Usage): Likewise.
4539         * bin/autom4te.in (help): Likewise.
4540         * doc/autoconf.texi (autom4te Invocation): Likewise.
4542 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
4544         * NEWS: GNU make now recommended for VPATH builds.
4545         Mention that some macros are now documented to be obsolescent.
4546         * doc/autoconf.texi:
4547         Prefer "current" to "modern" to describe
4548         currently-used (albeit perhaps old-fashioned) hosts.
4549         Mention which ancient features no longer need to be worried about.
4550         setgid -> set-group-ID
4551         setuid -> set-user-ID (these are the Posix terms)
4552         Fix some misuses of "only".
4553         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
4554         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
4555         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
4556         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
4557         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
4558         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
4559         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
4560         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
4561         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
4562         Mention that these macros are obsolescent.
4563         (Installation Directory Variables): shall -> should
4564         (File Descriptors): Mention that 0, 1, 2 might get reopened.
4565         Mention that it's now safe to use 3 and 4.
4566         (Limitations of Usual Tools): cp -r is now specified by Posix.
4567         Omit longwinded and obsolescent discussion of cp -f.
4568         Modernize discussion of expr, ls.
4569         (Limitations of Make): Modernize discussion of VPATH builds.
4570         Mention $? as a workaround in some cases.
4571         * doc/install.texi (Basic Installation):
4572         Mention "./configure; make; make install" first.  Be more
4573         specific about why this file is generic.  Remove unnecessary
4574         parens.  Remove misleading "only".  Remove obsolete advice
4575         about csh.  Don't say "configure" takes awhile; say it
4576         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
4577         and CC=c99 rather than CC=c89, as these are blessed by current
4578         Posix.  Recommend GNU make if doing a VPATH build.
4580 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
4582         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
4583         examples involving shell prompts.
4585 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
4586         and Paul Eggert  <eggert@cs.ucla.edu>
4588         * doc/autoconf.texi (Here-Documents): Add details about the
4589         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
4590         use "here-documents" instead of "here documents".
4592 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4594         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
4596 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
4598         * doc/autoconf.texi (File System Conventions): Warn about ":"
4599         anywhere in directory names.
4601 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
4603         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
4604         about quoting the case statement, just in case.
4605         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
4606         was fixed in ksh93g; reported by Ralf Wildenhues.
4608 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
4610         * doc/autoconf.texi (System Services): Do not document
4611         overriding EXEEXT via ac_cv_exeext=ext.
4612         (Particular Programs) <AC_PROG_MKDIR_P>:
4613         Document that ${MKDIR_P} understands --.
4614         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
4615         comment.
4617 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4619         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
4620         argument with leading hyphen.  Problem reported by Paul Eggert.
4622 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
4624         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
4625         about quoting ac_try: quote all of it, if any of it seems suspicious.
4626         This means we don't have to worry about ${ or sed any more.
4627         Also, double-quote the case statement, to work around misuses via
4628         underquoting as reported by Ralf Wildenhues in
4629         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
4630         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
4631         undocumented and dangerous macro.
4632         Problem reported by Ralf Wildenhues in
4633         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
4635 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4637         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
4638         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
4639         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
4641 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
4643         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
4644         since evidently some packages rely on the old, broken behavior.
4645         Problem reported by Ralf Wildenhues in
4646         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
4647         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
4648         pre-2006-05-26 definitions, but leave in the comments that
4649         these macros are dangerous and should not be used.
4650         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
4651         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
4652         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
4653         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
4654         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
4656 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
4658         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
4659         the use of 'tr', since this is our only use of 'tr'.
4661 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4662         and Paul Eggert  <eggert@cs.ucla.edu>
4664         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
4665         Don't assume 'grep' works on long lines, since AIX grep doesn't.
4667 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4669         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
4670         the output file in the `${datarootdir}' test.
4672 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
4673         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4675         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
4676         mention of `datarootdir' in the input file(s), but literal
4677         `${datarootdir}' in the output file, and we haven't warned yet,
4678         then warn as well: the user may have (erroneously) used
4679         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
4680         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
4681         * tests/torture.at (datarootdir workaround): Extend this test.
4682         * NEWS: Update.
4684 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4685         and Paul Eggert  <eggert@cs.ucla.edu>
4687         * doc/autoconf.texi (autoheader Invocation): The first argument to
4688         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
4689         alternatives and clear up the language a bit.
4691 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
4693         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
4694         ac_config_guess, ac_config_sub, ac_configure.
4695         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
4696         Fix typo that prevented an unnecessary space from being removed.
4697         Problems reported by Ralf Wildenhues in:
4698         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
4700 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
4702         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
4703         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
4704         Don't use the term "thread-safe" to talk about mkdir race
4705         conditions, since the problem is more a process than a thread
4706         issue.  Problem reported by Stepan Kasal in:
4707         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
4708         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
4709         the test for 'install' more closely.  Look at MKDIR_P first.
4710         Look in the PATH, and at /opt/sfw/bin.
4711         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
4712         Don't bother to try mkdir -p, since we already check mkdir --version;
4713         just look at the version number.  (There's no easy way to check
4714         for race-free implementations.)
4715         * tests/tools.at (autoconf: subdirectories): Adjust to above
4716         changes, since MKDIR_P now might end in "/mkdir -p".
4718         * doc/autoconf.texi (autoheader Invocation): Mention that the
4719         first arg of AC_DEFINE_UNQUOTED must be a literal.
4720         Problem reported by Ben Pfaff in
4721         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
4723         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
4724         * doc/autoconf.texi (Special Chars in Variables): New section.
4725         (Preset Output Variables): Warn about special chars in CPPFLAGS.
4726         (Installation Directory Variables): Quote $(datadir) better.
4727         (Limitations of Builtins): Describe some of eval's trickiness.
4729         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
4730         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
4731         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
4732         in front of every arg, not just trailing args.  Quote apostrophes.
4733         (_AC_EVAL_ECHO): New macro.
4734         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
4735         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
4736         removed.
4737         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
4738         exposed by quoting of eval argument.  Put the command on line line
4739         so it logs better.
4740         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
4741         (_AC_PATH_X, AC_PATH_X): Quote more safely.
4742         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
4743         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
4744         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
4745         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
4746         Use eval more safely.
4747         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
4748         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
4749         to be replaced.
4750         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
4751         lines, exposed by quoting of eval argument.
4753 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
4754         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4756         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
4757         initialization of `ac_cv_exeext', do not override it if it was
4758         already set, unless it was set to `no', for compatibility with
4759         Autoconf-2.13, and comment this.
4760         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
4761         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
4762         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
4763         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
4764         Document that this test may be overridden by setting
4765         `ac_cv_exeext'.
4767 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4769         Revert these two patches:
4771         2006-04-06  Eric Blake  <ebb9@byu.net>
4772         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
4773         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
4774         2006-04-01.
4776         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
4777         Clean up _AC_COMPILER_EXEEXT* macros.
4778         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
4779           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
4780           ac_file to the name of the default output file and call
4781           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
4782           initial `rm' of the candidate files...
4783         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
4784           the same list in subsequent `rm' calls, and for the temporary
4785           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
4786           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
4787         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
4788         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
4789           no longer needed) by libtool.  Make it a cache check.
4790         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
4791           copied here by mistake.
4792         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
4793           _AC_COMPILER_EXEEXT.
4794         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
4795           _AC_COMPILER_OBJEXT directly.
4796         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
4798 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4800         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
4801         Fix description of how the buggy `sed' works.
4803 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
4805         Sync from Automake:
4807         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
4808         ENOLCK.  Only mention `make -j' when applicable.  Only raise
4809         fatal errors when `make -j' is involved.  Improve error message.
4811 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4813         * doc/autoconf.texi (Here-Documents): We now know more about
4814         the variable expansion in here documents bug.
4815         Thanks to Tim Rice and Stepan Kasal.
4817         * doc/autoconf.texi (Making testsuite Scripts): Add an example
4818         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
4820 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4822         * tests/autotest.at (Multiline command from M4 expansion):
4823         No failure to be expected if the shell quotes newlines in
4824         commands in the `set -x' output.  Report by Tim Rice.
4825         * THANKS: Update.
4827 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
4829         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
4830         expansion in the here-documents used by config.status, as that
4831         runs afoul of the Korn shell version M-12/28/93d bug described in
4832         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
4833         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
4834         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
4836 2006-05-23  Jim Meyering  <jim@meyering.net>
4838         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
4839         Fix typo introduced with 2006-04-02 change.  It reversed the sense
4840         of the test.
4842 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
4844         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
4845         ac_dB slightly, to save bytes in the script.
4846         Max out at 50 lines, rather than 96; this is more likely
4847         (though not guaranteed) to avoid obscure 'sed' failures.
4849 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4851         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
4852         `tr -d -' as bad option argument.  Work around this by deleting
4853         an unrelated character.
4854         Report by Tim Rice <tim@multitalents.net>.
4856 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
4857             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
4858             Stepan Kasal  <kasal@ucw.cz>
4860         * doc/autoconf.texi (Particular Programs): Do not promise that
4861         we always prefer the GNU version of the program, and that we
4862         search according to PATH; both rules can have exceptions.
4863         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
4864         AC_PROG_SED.  Move descriptions of limitations
4865         to the Limitations of Usual Tools section.
4866         (Limitations of Usual Tools) <sed>: Mention script length
4867         limitations with Solaris /usr/ucb/sed.
4868         <grep>: Fix wording for empty alternative.  Mention that -c and
4869         -l should not be combined, and that -E and -F should not be
4870         combined.
4872 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
4873         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4875         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
4876         limits in Solaris 8 /usr/ucb/sed by testing a long script.
4878 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
4880         * doc/autoconf.texi (Defining Symbols): Literal parameter of
4881         AC_DEFINE is now passed to m4_pattern_allow.
4882         * NEWS: Mention that; likewise for AC_SUBST.
4883         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
4884         the parameter to m4_pattern_allow.
4885         * tests/tools.at: Add a check for that.
4887 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
4889         * lib/autoconf/status.m4: Fix typos.
4891 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4893         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
4894         only the files that this macro generates.
4896 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
4898         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
4899         the HP-UX sed limitation of 99 commands, labels do not count.
4900         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
4901         in the comment.
4902         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
4904 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
4906         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
4907         Import the following fix from coreutils:
4909         2006-01-13  Jim Meyering  <jim@meyering.net>
4911         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
4912         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
4913         not double-quote uses of that variable, to accommodate the rare
4914         case in which getmntent is available in none of the libraries
4915         checked.  This happens at least on FreeBSD 5.0.
4917 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
4919         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
4920         ac_config_guess, ac_config_sub, and ac_configure, since evidently
4921         some other programs unwisely rely on these undocumented vars.
4922         But put in warning comments about them.
4923         Problem reported by Ralf Wildenhues in
4924         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
4925         * NEWS: Document that these variables are intended to go away.
4927 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4929         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
4930         and set the language to C++ (analogous to the equivalent Fortran
4931         tests).
4933         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
4934         * doc/autoconf.texi (C++ Compiler): Document it.
4935         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
4936         * NEWS: Update.
4938 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
4940         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
4941         that caused config.status to generate 100-command sed scripts; the
4942         portable limit is 99.
4944 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4946         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
4947         variable `ac_d' instead of `d' to avoid infringing namespace.
4948         Report by Ralf Menzel.
4950 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
4952         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
4953         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
4954         * tests/tools.at (autoconf: subdirectories): New test, taken from
4955         the corresponding problem report by Ralf Wildenhues in:
4956         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
4958         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
4959         Quote some uses of shell variables if they might suffer unexpected
4960         globbing.  This doesn't fix all instances of quoting problems that
4961         I found, just the easy ones that look safe.
4962         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
4963         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
4964         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
4965         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
4966         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
4967         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
4968         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
4969         Likewise.
4970         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
4971         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
4973 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4975         * bin/autoreconf.in ($help): Reword according to the manual.
4976         Suggested by Olly Betts.
4978 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
4979         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4981         * bin/autoreconf.in: Pass the directory argument to
4982         `require_configure_ac'.  Fix comment.
4983         * tests/torture.at (Configuring subdirectories): Expose this.
4984         Reported by Olly Betts.
4986 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4988         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
4989         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
4990         Automake as follows:
4992         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
4993         `$configure_in' instead of `configure.in', to preserve
4994         directory component.
4996 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4998         * config/config.guess, config/config.sub, config/texinfo.tex,
4999         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
5001 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
5003         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
5004         test for C99 conformance; (bool) 0.5 is an integer constant
5005         expression, but (bool) -0.5 is not.  Problem reported by Fedor
5006         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
5008 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
5010         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
5011         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
5012         Warn about obsolete install-sh files.  Remove stray sentence
5013         fragment and fix cross reference.
5014         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
5015         install -d; this undoes the 2006-05-10 change.
5016         (MKDIR_P): Mark with AN_MAKEVAR.
5017         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
5018         that we don't require $INSTALL to be thread-safe.  Move comments
5019         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
5020         of AC_PROG_INSTALL.  Output a message saying that we're checking
5021         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
5022         MKDIR_P instead of AC_SUBST.
5023         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
5024         Special magic for MKDIR_P, too.
5025         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
5026         a dnl.
5027         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
5029 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
5031         Sync from Automake, as follows:
5033         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5034         * config/install-sh: Initialize IFS, so field splitting isn't
5035         turned off later.
5036         * config/mkinstalldirs: Likewise.
5037         * config/missing: Remove superfluous quotes.  Replace all uses of
5038         `[' by `test', for consistency, and for..
5039         * config/missing (sed_minuso, sed_output): New variables.
5040         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
5041         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
5042         Fixes `missing' to detect `--output' for help2man.  Fixes
5043         PR automake/483.  Report by Dennis J. Linse.
5044         (autom4te): Document in `missing --help'.
5046 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
5048         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
5049         * config/install-sh: Don't use 'path' to talk about file names,
5050         as per GNU coding standards.  Close a race condition reported by Ralf
5051         Wildenhues and Stepan Kasal.  There is still a race condition
5052         on hosts that predate Posix 1003.1-1992, but we can't help this.
5053         Don't mishandle weird characters like space on pre-Posix hosts.
5054         Invoke mkdir at most once per dir arg on pre-Posix hosts.
5055         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
5056         AC_PROG_MKDIR_P from AS_MKDIR_P.
5057         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
5058         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
5059         earlier editions are not (including Automake 1.8.3).
5060         Do not suggest mkinstalldirs for thread-safety.
5061         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
5062         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
5063         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
5064         presence of special characters and race conditions.
5065         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
5066         in Autoconf's name space.
5068 2006-05-10  Bruno Haible  <bruno@clisp.org>
5069         and Paul Eggert  <eggert@cs.ucla.edu>
5071         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
5072         from Automake with minor changes.
5073         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
5075 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
5077         * config/install-sh: Update to Automake CVS version, as follows:
5078         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
5079         * lib/install-sh: Simplify the expr implementation of dirname.
5080         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
5081         * lib/install-sh: Handle --, and diagnose unknown options.
5083 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5085         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
5086         `./autom4te' to create `./testsuite', since the `all' target
5087         will ensure its presence, but `installcheck' should not create
5088         the uninstalled wrappers.
5090         * tests/torture.at (Unusual Automake input files): Skip if we
5091         detect automake < 1.8.
5093 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5095         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
5096         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
5097         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
5098         * NEWS: Update.
5100 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5102         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
5103         munge (multiple) white space and other oddities.
5104         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
5105         single quotes in variable assignment.
5106         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
5107         and similar failures by adding multiple spaces, tabs, and other
5108         special characters.
5109         Report and different test suggested by Francesco Romani
5110         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
5112         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
5113         single quotes, we only need to search for single quotes; this
5114         both simplifies the search pattern, and makes us less
5115         susceptible to `echo' variations for arguments not containing
5116         single quotes.
5117         (_AC_ARG_VAR_VALIDATE): Likewise.
5119 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5121         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
5122         `$*' and IFS concatenation issue with traditional shells and
5123         bash-2.04.  Report by Seanster@Seanster.com.
5125 2006-05-03  Bruno Haible  <bruno@clisp.org>
5127         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
5128         precisely which Mac OS X versions have the od problem.
5130 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5132         * doc/autoconf.texi: Use @option systematically.
5134 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5135         and Bruno Haible  <bruno@clisp.org>
5137         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
5138         about 'od'.
5139         (Integer Overflow): Mention the special case of integer division
5140         overflow.
5142 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5144         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
5145         traditional shells like the Solaris one that do not use the
5146         first IFS character for assembling `$*'.
5147         Prompted by a related report from autoconf_bug@nro.ca.
5149 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
5150         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5152         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
5153         Mention more problems with the -e option.
5155 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5157         * NEWS: Typo.
5158         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
5160         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
5161         in URLs to improve DVI formatted output (requires texinfo 4.6).
5162         (System Services, Systemology, Shellology): Likewise.
5163         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
5164         output.
5166         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
5167         continuous text.
5168         (Runtime): Fix macro argument names to match description:
5169         `action-if-found' -> `action-if-true' and similarly.
5170         (Obsolete Macros): Likewise.
5171         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
5172         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
5173         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
5175 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5177         * doc/autoconf.texi (Limitations of Make): Clean up markup.
5179         * ChangeLog: Typo.
5180         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
5181         DVI output.
5183 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5185         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
5186         /bin/sh set unsorted output.
5187         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
5188         * tests/local.at: Likewise.
5190 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
5192         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
5193         (Integer Overflow, Null Pointers, Buffer Overruns):
5194         (Floating Point Portability, Exiting Portably): New sections.
5195         (Writing Test Programs): Fix some langauge.  Recommend exiting
5196         with status 1, not merely nonzero.  Clarify exit declaration.
5197         (Run Time): Move C exit status stuff to new Exiting Portably section.
5198         (Systemology): Mention Posix and levenez.  Update v7 reference.
5199         (Portable Shell): Mention the Posix shell.
5201 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
5203         * bin/autoconf.as (me): Replace by as_me.
5205 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
5207         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
5208         since as_me isn't set yet.
5210 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
5212         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
5213         a few minor bugs in this area.
5215         * doc/autoconf.texi (Programming in M4sh): Comment out the
5216         documentation of AS_BASENAME, for now.
5217         (Shell Substitutions): Do not use AS_DIRNAME in an example.
5218         (Limitations of Builtins) <basename>: Do not refer to
5219         AS_BASENAME.
5220         * bin/autoconf.as (me): Don't use AS_BASENAME.
5221         (dir): Remove the unused variable.
5222         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
5223         AS_DETECT_REQUIRED.  All uses changed.
5224         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
5225         All uses changed.
5226         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
5227         (AS_BASENAME): Use "basename --" to protect against leading "-".
5228         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
5229         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
5230         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
5231         (_AS_DIRNAME_PREPARE): Likewise.
5232         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
5233         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
5234         (AS_DIRNAME): Use "dirname --".
5236 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
5238         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
5239         of "run time" and "run-time" changed to "runtime", for consistency.
5240         * lib/autoconf/fortran.m4: Likewise (in comment).
5241         * lib/autoconf/functions.m4: Likewise.
5242         * lib/autoconf/general.m4: Likewise.
5243         * lib/autoconf/headers.m4: Likewise.
5245         * doc/autoconf.texi (Run Time): Document the exit status situation
5246         with more accuracy and detail.
5248 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5250         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
5251         Archive is not officially `GNU' any more.  Update URL.
5252         (Defining Directories): Likewise
5253         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
5255 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5257         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
5258         newline from the `trap' code to finish `config.log'; the NetBSD
5259         /bin/sh resets the exit status after an empty command, as
5260         documented in doc/autoconf.texi.
5261         Reported by Dalibor Topic <robilad@kaffe.org>.
5263 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
5265         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
5266         Suggested by Bruno Haible.
5268 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
5270         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
5271         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
5272         Instead, just list the shells that we know work.
5273         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
5274         changed.  Be more cautious about the _cv_ variable.
5275         * tests/tools.at (Syntax of the shell scripts): Check the
5276         _cv_ variable once, at first, to avoid an internal autoconf error
5277         when sh -n does not work.
5279 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5281         * lib/Autom4te/FileUtils.pm: Sync from Automake.
5283 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
5285         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
5286         use ">&-" since we're only 99.999% sure that this is portable,
5287         and since the MinGW bug is fixed in a different way.
5288         * lib/autotest/general.m4 (AT_INIT): Likewise.
5290 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
5292         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
5293         before opening config.log, to avoid hitting a bug on MinGW.
5295 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
5297         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
5298         AS_MESSAGE_LOG_FD before reopening it onto the log file.
5299         This works around a MinGW bug reported by Eric Paire.
5300         Make sure that all writes to the log file append to it,
5301         rather than possibly losing data.
5302         * lib/autotest/general.m4 (AT_INIT): Likewise.
5304 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
5306         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
5307         description.
5309 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5311         * NEWS: Update.
5313         * configure.ac (AC_INIT): Bump to 2.59d.
5315 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5317         Version 2.59c.
5319         * Makefile.maint (news-date-check): Do not require a leading `*'
5320         before the release date in NEWS.
5322 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
5323         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5325         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
5326         the instantiated file do not contain the string 'datarootdir'
5327         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
5328         @mandir@, replace the reference '${datarootdir}' by the value.
5329         * tests/torture.at (datarootdir workaround): New test.
5330         * NEWS: Advertise this temporary fixup.
5331         Based on a patch by Bruno Haible, reported and analyzed by
5332         Paul Eggert and Noah Misch.
5334 2006-04-12  Eric Blake  <ebb9@byu.net>
5336         * tests/autotest.at (Debugging a failed test): Fix comment.
5338 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
5340         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
5341         all the changes since 2006-04-07.
5343 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5345         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
5346         succeeded, but `ln -s file dir' failed, take care to remove the
5347         leftover target before the next test, to prevent its spurious
5348         failure; also make sure `ln file dir' works before selecting it.
5349         Thanks to Keith Marshall for pointing this out.
5350         * THANKS: Update.
5352         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
5353         assignments in `at_debug_args', so that we put them correctly
5354         in the `run' script.
5355         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
5356         Reported by Eric Blake.
5358 2006-04-11  Eric Blake  <ebb9@byu.net>
5360         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
5361         top-level tests after micro-suite has been run.   Used in...
5362         (Debugging a successful test, Debugging script and environment),
5363         (Debugging a failed test): ...these new tests.  The first of these
5364         is fixed by...
5365         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
5366         macro, split out from...
5367         (AT_INIT): ...here, so that using -d also generates a run script.
5368         Document that -d inhibits top-level logging.
5369         * doc/autoconf.texi (testsuite Invocation): Document that -d only
5370         inhibits top-level logging; debug scripts are created.
5372         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
5373         check.
5374         * tests/autotest.at (Empty test, Empty check): New test to check it.
5376         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
5377         from gcc.
5379 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
5381         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
5382         the files if a problem appears.  Make the empty *.at files
5383         read-only, too.  Proposed by Ralf Wildenhues.
5385 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5387         * config/Makefile.am: Add comment to force updated Makefile.in.
5389         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
5390         space only patch to this file, this patch causes the Makefile.in
5391         files that include freeze.mk to be updated, and thus have a
5392         newer time stamp again, which in turn makes a pristine CVS
5393         checkout have correct time stamps.
5395         * Makefile.maint (cvs-sv): New macro, to be used..
5396         (config.guess-url_prefix, config.sub-url_prefix)
5397         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
5398         point to CVS text checkout of Gnulib files.
5399         (copyright-check): Bump current year.
5400         (announcement): Do not hard-wire `./announce-gen'.
5401         (cvs-update): Propagate failures of `cvs' and `move-if-change'
5402         correctly.
5403         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
5404         `chmod +x'.
5405         (wget_files): Update config.guess, config.sub, texinfo.tex by
5406         `wget-update', now that their URLs work again.
5408 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5410         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
5411         Problem noted by Paul D. Smith.
5413 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5415         * doc/autoconf.texi: Remove unused words from word list.
5416         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
5417         .x-sc_trailing_space: New files.
5419         * doc/standards.texi: Sync from gnulib.
5421         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
5422         `LIBOBJDIR' as experimental.
5424         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
5425         with a target directory; it's internally implemented as `cp'
5426         anyway, but since Autoconf advertises the possibility to use
5427         a target directory when LN_S is `ln -s', we need to find out.
5428         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
5429         analyzed by Keith Marshall <keith.marshall@total.com>.
5431         * THANKS: Update.
5433 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5435         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
5436         confdefs.h as-is.  In general, if it has backslash-newline or the
5437         like, then it doesn't work either to sort or to remove empty
5438         lines.
5440 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
5442         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
5444 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
5446         * lib/autom4te.in (Automake-preselections): Preselect
5447         _AM_SUBST_NOTMAKE.
5449 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
5451         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
5452         apostrophe within a single-quoted string, as this is the usual
5453         tradition and is easier to read than '"'"'.  Don't rely on the
5454         shell treating "$/" like '$/'.  Use a more-consistent indenting
5455         style for the trap.
5457 2006-04-09  Eric Blake  <ebb9@byu.net>
5459         * tests/autotest.at (Backquote command substitution),
5460         (Multiline backquote command substitution): Remove mistaken
5461         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
5462         applied...
5463         (Parenthetical command substitution, Multiline parenthetical
5464         command substitution): here.
5466 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
5468         Import macros from gnulib (often changing their name).
5470         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
5471         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
5472         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
5473         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
5474         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
5475         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
5476         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
5477         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
5478         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
5479         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
5480         The manual mentions Gnulib more prominently.
5481         * doc/autoconf.texi (Gnulib): New node.
5482         (Pointers): Add Gnulib URL.
5483         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
5484         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
5485         Gnulib section.
5486         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
5487         suggest a #define rather than a typedef for _Bool, and mention
5488         Gnulib rather than trying to substitute stdbool code.
5489         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
5490         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
5491         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
5492         AC_STRUCT_DIRENT_D_TYPE.
5493         (Particular Types): Mention stdint.h and inttypes.h as standard
5494         headers too.
5495         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
5496         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
5497         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
5498         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
5499         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
5500         (C Compiler): Move AC_C_LONG_DOUBLE to ...
5501         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
5502         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
5503         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
5504         (Coding Style).  Don't mention m4_expand_once.
5505         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
5506         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
5507         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
5508         (AC_CHECK_FUNCS): Use it.
5509         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
5510         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
5511         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
5512         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
5513         (AC_HEADER_ASSERT): New macro.
5514         (AC_HEADER_STDBOOL): Don't assume "#error" works.
5515         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
5516         Catch a bug in an HP-UX C compiler.
5517         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
5518         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
5519         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
5520         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
5521         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
5522         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
5523         New macros.
5525         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
5526         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
5528 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
5530         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
5531         of the warning introduced by the 2001-08-28 change.
5533 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
5534             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5536         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
5537         variables shall be overriden by the cache.
5538         * tests/torture.at (AC_ARG_VAR): Test also with a first value
5539         that contains braces.
5541 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
5543         Revert the patch from 2006-04-01 and only improve
5544         _AS_DETECT_BETTER_SHELL:
5546         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
5547         skip nonexistent directories.
5548         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
5549         only shell candidates which exist.
5550         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
5551         * lib/autotest/general.m4 (AT_INIT): No need to give three
5552         parameters to _AS_PATH_WALK.
5554 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
5555             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5557         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
5558         distinguish m4sugar macros.
5559         * tests/tools.at (autoupdating with aclocal and m4_include):
5560         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
5561         test case by Noah Misch <noah@cs.caltech.edu>.
5563 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
5565         Revert my change from 2006-03-17, in other words:
5566         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
5567           and DUALCASE=1.
5568         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
5569         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
5570           it is set.
5572 2006-04-07  Eric Blake  <ebb9@byu.net>
5574         * doc/autoconf.texi (Programming in M4sh): Document that
5575         AS_MKDIR_P exits the script on failure.
5576         * lib/autotest/general.m4: Remove redundant AS_ERROR.
5578 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5580         * config/elisp-comp, config/install-sh, config/mdate-sh,
5581         config/missing, config/mkinstalldirs: Sync from Automake.
5583         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
5584         from Automake.
5586         * doc/make-stds.texi: Sync from gnulib.
5588 2006-04-06  Eric Blake  <ebb9@byu.net>
5590         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
5591         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
5592         2006-04-01.
5594 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
5595             Eric Blake  <ebb9@byu.net>,
5596             Paul Eggert  <eggert@cs.ucla.edu>,
5597             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5599         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
5600         whether `set' quotes correctly: redirect stderr of the tested
5601         `set', and use a subshell, for Ultrix; use `sed' instead of
5602         `grep' for zsh `set' which may write binary output; match only
5603         at the beginning of a line, to avoid false positives.
5604         In order to avoid false positives by unrelated variables with
5605         multiline content, put the dump algorithm in a subshell and
5606         unset all variables containing newlines (except some which are
5607         special to the shell).  Warn about cache variables that are
5608         unset.
5610 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5612         * config/config.guess, config/config.sub, config/texinfo.tex:
5613         Sync from upstream.
5615         * tests/mktests.sh: Reword comments.
5617         * tests/mktests.sh: Only skip internal macros starting with
5618         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
5619         Update exclusion lists for the test suite to this end:
5620         (AC_ARG_VAR): Do test this now.
5621         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
5622         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
5623         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
5624         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
5626         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
5627         shell issue with double-quoted command substitutions of native
5628         commands.
5629         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
5630         Marshall.
5632         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
5633         no file matches the glob, discard the warning, set `nullglob'.
5634         (syntax-check): Likewise.
5635         (sc_cast_of_x_alloc_return_value): Likewise.
5636         (sc_cast_of_alloca_return_value, sc_error_exit_success)
5637         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
5638         (m4-check): Likewise.
5639         (sc_system_h_headers): Do not print rule on execution.
5640         (sc_tight_scope): Do not fail for non-existing `src' directory.
5641         (sc_changelog): Skip the Copyright footer.
5642         * lib/autoconf/lang.m4: Remove trailing space.
5644         * lib/autoconf/status.m4: More replacements to
5645         <tab><space> where this makes sense.
5647 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
5649         * tests/Makefile.am (maintainer-check-posix):
5650           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
5652         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
5653           ac_config_<foo>s again, sometimes normalized, sometimes not.
5654         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
5655         (AC_CONFIG_COMMANDS): Do not do so here.
5656         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
5657           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
5658           2005-07-25 rewrite.  Noticed by Noah Misch.
5660         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
5661           _AC_PRESERVE_HELP_ORDER, ...
5662         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
5664         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
5665           inside m4_expand_once; it is redundant.
5667         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
5668           for --help from Cygnus `configure.'
5670 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
5672         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
5673         on a patch proposed by Ralf Wildenhues.
5675 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
5677         * lib/autoconf/status.m4: Replace <space>''<tab> with
5678         <tab><space> where this makes sense.
5680 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
5681             Noah Misch  <noah@cs.caltech.edu>
5683         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
5684         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
5685         * doc/autoconf.texi (Help Formatting): New node.
5686         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
5688 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5690         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
5691         lib/autoconf/specific.m4, lib/autoconf/status.m4,
5692         lib/autoconf/types.m4, lib/autotest/general.m4,
5693         tests/mktests.sh, tests/torture.at: White space cleanup:
5694         remove some SPACE before TAB, or add quoting ('' or @&t@).
5696         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
5698         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
5700 2006-04-05  Eric Blake  <ebb9@byu.net>
5702         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
5703         empty test suite works.
5704         * tests/autotest.at (Empty test suite): Remove xfail.
5706 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
5708         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
5709         TAGS to ac_config_<foo>s.
5710         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
5711         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
5712         normalizing it, consistent it with previous releases.
5713         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
5715 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
5717         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
5718         Use simplified args that Eric Blake originally suggested.
5720 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
5722         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
5723         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
5724         Use 'comm' rather than N instances of grep; this also fixes a bug
5725         whereby substrings were incorrectly matched, causing us to not
5726         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
5727         (exclude_list): Exclude empty macros.
5728         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
5730         Use awk rather than grep -E or egrep, to avoid
5731         portability problems with regular expressions containing newlines.
5732         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
5733         Switch from grep to awk syntax.
5734         (ac_exclude_script): Renamed from ac_exclude_egrep.
5735         (au_exclude_script): Renamed from au_exclude_egrep.
5737 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
5739         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
5740         a subdirectory subject to Cygnus `configure'.
5741         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
5743         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
5744         report request when we have no AC_PACKAGE_BUGREPORT.
5746 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5748         * THANKS: Update.
5750         * tests/mktests.sh: Update copyright year in the header of the
5751         generated files.
5753         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
5754         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
5755         typedef'ed restricted pointer, to catch a compiler bug on
5756         HP-UX 11.x, and fix warnings so it passes with -Werror.
5757         (_AC_PROG_CC_C99): Likewise.
5758         Reported by Albert Chin <china@thewrittenword.com>.
5759         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
5761 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
5763         * bin/autoscan.in (subdirs): New global.
5764         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
5765         (output): Emit AC_CONFIG_SUBDIRS as needed.
5766         * tests/autoscan.at (autoscan): Remove XFAIL.
5768 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
5770         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
5772 2006-04-03  Eric Blake  <ebb9@byu.net>
5774         * THANKS: Add myself.
5776 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5778         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
5779         to log, point to testsuite output tree.
5781 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
5783         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
5784         * doc/autoconf.texi (Function Portability): Mention that C++
5785         has trouble with 'exit'.
5786         (Guidelines): Test programs shouldn't use 'exit'.
5787         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
5788         Remove; all uses removed.
5789         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
5790         Return from 'main' instead of calling 'exit'.
5791         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
5792         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
5793         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
5794         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
5795         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
5796         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
5797         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
5798         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
5799         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
5800         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
5801         * tests/compile.at: Likewise.
5803 2006-04-02  Pavel Roskin  <proski@gnu.org>
5805         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
5807 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
5809         Clean up _AC_COMPILER_EXEEXT* macros.
5811         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
5812           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
5813           ac_file to the name of the default output file and call
5814           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
5815           initial `rm' of the candidate files...
5816         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
5817           the same list in subsequent `rm' calls, and for the temporary
5818           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
5819           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
5820         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
5821         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
5822           no longer needed) by libtool.  Make it a cache check.
5823         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
5824           copied here by mistake.
5825         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
5826           _AC_COMPILER_EXEEXT.
5827         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
5828           _AC_COMPILER_OBJEXT directly.
5829         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
5831 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
5833         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
5834         (AS_DIRNAME): Use it.
5835         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
5837         * tests/*.at: Remove the generated ones.
5839 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
5841         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
5843 2006-04-01  Eric Blake  <ebb9@byu.net>
5845         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
5846         directories, unless optional third argument supplied.
5847         (AS_UNAME): Don't optimize PATH walk.
5849         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
5851 2006-04-01  Eric Blake  <ebb9@byu.net>
5852         and Stepan Kasal  <kasal@ucw.cz>
5854         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
5855         and fix some typos.
5857 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
5859         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
5860         Autoconf version number despite a zero- or one-argument AC_INIT.
5862         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
5863         subordinate tools.
5864         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
5865         * doc/autoconf.texi (autoreconf Invocation): Document it.
5867         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
5868         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
5870 2006-04-01  Eric Blake  <ebb9@byu.net>
5872         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
5873         * lib/autotest/general.m4: Be tolerant of existing directory when
5874           rm failed to remove it.
5876 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5878         * bin/autoupdate.in: Redefine m4_location so that warnings print
5879         the correct lines of the input file by subtracting..
5880         (_au__first_line): ..this new definition.
5882         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
5883         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
5884         Remove stray newline in output.
5885         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
5886         AC_DEFUN this for autoconf, including the obsoletion diagnose.
5887         Fixes autoupdating of code where the replacement output contains
5888         m4sugar macros.
5889         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
5890         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
5891          (au_exclude_list): Add AC_LANG_SAVE.
5892         * tests/tools.at: Several new tests for all of this.
5893         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
5894         hairy details.
5895         The AC_LANG_SAVE issue was reported against Libtool by
5896         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
5897         Kristian Kvilekval <kris@cs.ucsb.edu>.
5899 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
5901         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
5902           switch all of them on and of when necessary.  Fixes the bug when
5903           m4sugar macros (e.g., m4_define) were expanded after the first
5904           automatic update (e.g., after AC_PREREQ or AC_INIT).
5906 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
5908         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
5909         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
5911         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
5912         correctly.  Problem reported by Eric Blake.
5913         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
5914         Ralf Wildenhues.
5916 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
5918         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
5919         Tighten up the basename/dirname wording.
5921 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5923         * Makefile.maint (sc_texi_notab): New check: do not use TABs
5924         in texinfo files outside of verbatim environments.
5925         (syntax-check-rules): Update.
5926         * doc/autoconf.texi (Configuration Headers): Conform to it.
5928 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
5930         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
5931           aclocal cannot be given on the command line.
5933 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
5935         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
5936         Give an example for AS_DIRNAME instead of referring to Posix..
5937         (File System Conventions): Put discussion of // versus / here, and
5938         modernize it a bit.
5939         (Limitations of Usual Tools): Add basename.  Remove verbiage
5940         after dirname, since it got moved to the above sections.
5941         All this was inspired by a patch proposed earlier by Eric Blake.
5943 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5945         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
5946         `$0' to protect against spaces.
5947         * lib/autotest/general.m4 (AT_INIT): Likewise.
5948         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
5949         `$0', $as_me.
5951 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5953         * bin/autoscan.in: The value of find_configure_ac should be
5954         checked for existence, so we don't barf over a nonexisting
5955         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
5957 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5959         * bin/autoupdate.in: Fix some typos.
5961 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
5963         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
5965         * lib/autoscan/autoscan.list: Refreshed.
5967 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5969         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
5970         and Erlang related variables.
5972         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
5973         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
5974         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
5975         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
5976         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
5977         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
5978         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
5979         (_AC_PROG_OBJC_G): New macros.
5980         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
5981         * doc/autoconf.texi (Objective C Compiler): New node.
5982         (Preset Output Variables): Document OBJCFLAGS.
5983         (Language Choice): Document `Objective C' language.
5984         (Fortran Compiler): Fix typo.
5985         * NEWS: Updated.
5986         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
5988 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
5990         * doc/autoconf.texi (Default Includes): Fix typo
5991           s/AC_HEADERS_STDC/AC_HEADER_STDC/
5992         (Limitations of Usual Tools): s/unwriteable/unwritable/
5993         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
5994           Fix typos in the comments.
5996 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
5998         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
5999           Factor out the warning to...
6000         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
6001         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
6002         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
6004         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
6005           case `ac_delim' when writing the sed script.
6007         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
6008           moved DUALCASE=1 ...
6009         (AS_SHELL_SANITIZE): ... here.
6010         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
6011           that it is set.
6013         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
6014           AC_SUBST.
6015         (_AC_PATH_PROG): Store the result to VARIABLE.
6016         (AC_PATH_PROG): No need to set VARIABLE again.
6018         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
6019           the first one is usual AT_CHECK_MACRO test, the second one checks
6020           that the same works when cross-compiling.
6021         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
6022         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
6024 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6026         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
6027         the directory `/usr/bin/posix' in the shell search, to prefer
6028         the Posix shell not only in subsequent spawns as with `$BIN_SH'
6029         on Tru64.
6031         * doc/autoconf.texi (contents): To fix texi2html output, hide
6032         `@setcontentsaftertitlepage' for HTML.
6033         (Writing Autoconf Macros): Likewise, insert space after `@c'.
6034         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
6035         `@,{c}'.
6037 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
6039         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
6040           sanitizing...
6041         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
6042         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
6043           why IFS is restored so late; thank you, Ralf, for reminding us.
6045 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
6047         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
6048           variables in the examples.
6050 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
6052         * doc/autoconf.texi (several sections): Cleaned up documentation for
6053         macros in erlang.m4.
6055 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6057         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
6058         failure condition for `$(cmd)' style command substitutions.
6059         (Parenthetical command substitution, Multiline parenthetical
6060         command substitution): Use it.
6062         * doc/autoconf.texi (Special Shell Variables): Missing word.
6063         Reported by Keith Marshall <keith.marshall@total.com>.
6065         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
6066         IFS even in case of empty `$PATH'.
6068 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6070         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
6071         `expr' away if there is nothing to do.
6072         < --keywords >: Simplify and robustify argument handling.
6073         Revert erroneous comment from 2005-08-23.  Extend to allow
6074         keyword negation with `!'.
6075         Update help message.  Remove broken code to prevent running
6076         tests multiple times.
6077         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
6078         Update and fix the documentation accordingly.
6079         * tests/autotest.at (Keywords): Renamed to..
6080         (Keywords and ranges): .. this.  Extended to make sure negated
6081         keywords, keywords taken from AT_SETUP arguments, and numeric
6082         test ranges work, and that matching is case-insensitive.
6084 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6086         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
6087         allow to pass unnamed structs even in C++.
6088         (AC_CHECK_SIZEOF):  Likewise.
6089         Also fix quoting error in `AC_MSG_FAILURE' arguments.
6090         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
6091         struct): New tests for unnamed structs, each both native and
6092         cross-compiling.
6094         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
6095         a structure inside a cast, for C++ conformance.
6096         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
6097         Also fix quoting error in `AC_MSG_FAILURE' arguments.
6099         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
6100         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
6101         trying to execute the command `no'.
6103         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
6104         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
6105         expanded outside.
6107         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
6108         example.  Do not emphasize `$%', it is hardly new and special.
6109         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
6111         * doc/autoconf.texi (Limitations of Usual Tools): Document
6112         OpenBSD and traditional `grep' failure to handle multiple
6113         patterns separated by newlines.
6115 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
6117         * doc/autoconf.texi (several sections): Add documentation for macros
6118         in erlang.m4.
6120 2006-03-10  Eric Blake  <ebb9@byu.net>
6122         * doc/autoconf.texi (Obsolete Macros): Fix wording of
6123         AC_TRY_LINK_FUNC.
6125 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
6127         * doc/autoconf.texi: Use @acronym more consistently for acronyms
6128         like BSD, GPL, LGPL.  Fix minor English typos.
6129         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
6130         Mention that these macros are becoming obsolete.
6131         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
6132         Use more modern terminology for which standard is what.
6133         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
6134         and to ansi2knr.
6135         (AC_PROG_CXX): Likewise.
6136         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
6137         Remove obsolete discussion about how to port to K&R.
6138         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
6139         the obsolescent AC_HEADER_STDC.
6140         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
6141         can't rely on it.
6143 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6145         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
6146         Remove stdin redirection from /dev/null to allow pipe to work.
6148 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
6150         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
6151         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
6152         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
6153         Ralf Wildenhues.
6155 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6157         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
6158         HP-UX sed is 99 commands, not 100.
6159         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
6160         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
6161         newline for portability.
6162         * tests/torture.at (Torturing config.status): Also test 100
6163         AC_SUBST_FILE invocations.  Fix test to actually verify the
6164         AC_CONFIG_FILES output.
6165         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
6166         command, label, and read-file `r' limits.  Unify HP-UX spelling.
6168         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
6169         non-suffix rule.
6170         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
6171         non-GNU make.
6172         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
6173         * tests/mktests.sh: Small shell portability fixes.
6175 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6177         * doc/autoconf.texi (Caching Results): Fix the examples to use a
6178         recommended quoting style and discard unwanted output.
6180 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
6182         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
6183         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
6184         cases, and to work around Tru64 expr bug.
6186 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6188         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
6189         expr bug that turns the result of a regex match into a number if
6190         possible.
6192 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6194         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
6195         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
6196         in section `Specific Compiler Characteristics'.
6198 2006-03-04  Eric Blake  <ebb9@byu.net>
6200         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
6201         variable warning.
6203 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6205         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
6206         order of variable initialization, so even the Solaris 2.6 shell
6207         can create a config header correctly.  Fixes lots of test suite
6208         failures.
6210 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6212         * doc/autoconf.texi (Text processing Macros): New node to
6213         document the m4sugar macros m4_re_escape, m4_tolower,
6214         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
6216 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
6218         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
6219         XrmInitialize (0) -> XrmInitialize ().
6220         Reported by Toshio Kuratomi.
6222 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6224         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
6225         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
6226         * doc/autoconf.texi (Programming in M4sh): Adjusted.
6227         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
6228         both macros are defun'ed so that required macros are evaluated
6229         outside.
6231         * doc/autoconf.texi (Prerequisite Macros): State more precisely
6232         where a required macro will be expanded.
6233         (Coding Style): Another reason not to use `m4_define'.
6235 2006-02-21  Eric Blake  <ebb9@byu.net>
6237         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
6239 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6241         * doc/autoconf.texi (Looping constructs): New node, to
6242         document m4_for, m4_foreach, m4_foreach_w, and mention
6243         obsolete AC_FOREACH.
6244         (Obsolete Macros): Document AC_FOREACH.
6245         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
6246         (m4_for): Fix to never loop (almost) endlessly, work correctly
6247         with arithmetic expressions in arguments, a step of zero or
6248         non-integer multiple of the interval, and avoid integer
6249         overflow.
6250         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
6251         m4_foreach_w.
6253 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
6255         Add basic support for Erlang, both for configuring Erlang/OTP
6256         tools, and Erlang as a conf test language.
6257         * lib/autoconf/erlang.m4: New file.
6258         * lib/autoconf/autoconf.m4: Add erlang.m4.
6259         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
6260         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
6261         * NEWS: Add short description of new macros.
6262         * THANKS: Add Romain Lenglet.
6264 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6266         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
6267         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
6269 2006-02-15  Eric Blake  <ebb9@byu.net>
6271         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
6272         warning.
6274 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6276         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
6277         (_AS_CASE): Private helper macro.
6278         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
6279         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
6280         Fix syntax of AS_IF description
6281         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
6282         for the AC_REQUIRE mess.
6283         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
6284         AS_SHELL_SANITIZE.
6286 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
6288         * doc/autoconf.texi: Minor style cleanup.
6289         Be consistent about spaces after commas.
6290         Insert [] where empty args look a bit funny.
6291         Fix some "i.e." and "e.g." usages.
6292         Try to avoid "X/Y" usages.
6293         Don't be pedantic about "ISO C99"; just say C99.
6294         Prefer GNU style for spaces in front of parens.
6295         (Function Portability): Comment about C89 versus C99
6296         signed integer division.
6297         (Particular Headers): Use current gnulib style for dirent
6298         includes.
6300 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
6301         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6303         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
6304         macros without parameters.
6305         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
6306         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
6307         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
6308         `$#' bug.
6309         (autoupdate): Updated to match AU_ALIAS fix.
6311 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6312         and Paul Eggert  <eggert@cs.ucla.edu>
6314         * doc/autoconf.texi (Programming in M4sh): Document
6315         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
6317 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6319         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
6320         (AS_BOURNE_COMPATIBLE): ..this.
6321         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
6323 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6325         * doc/install.texi (Defining Variables): Tighten up the
6326         CONFIG_SHELL wording.
6328 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
6329         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6331         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
6332         of (set -o) rather than testing whether (set -o posix) succeeds,
6333         to work around a bug in the AIX 5.3 shell.  Problem originally
6334         reportd by Howard Chu for libtool.
6336 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
6338         * doc/autoconf.texi (Running the Compiler, Running the Linker):
6339         Changes the macro arguments in summaries to match the
6340         descriptions.
6342 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
6344         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
6345         hint as ``a workaround for a bug.''
6347 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6349         * bin/autoreconf.in: New option `--no-recursive'.
6350         Improve wording for subpackages a bit.
6351         * doc/autoconf.texi (autoreconf Invocation): Updated.
6352         * NEWS: Updated.
6354         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
6355         in environment of `configure', not the command line.
6356         Reported by Howard Chu <hyc@highlandsun.com>.
6358 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
6360         * doc/autoconf.texi (Limitations of Builtins): Document the
6361         problem with "trap -".
6363 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
6365         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
6366         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
6367         messages to differentiate Fortran and Fortran 77 tests.
6368         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
6369         AC_LANG_ASSERT, to allow use in mixed-language projects.
6371 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6373         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
6374         FOO" to "defined (FOO)".
6375         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
6376         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
6377         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
6378         * tests/tools.at (ifnames): Likewise.
6380 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6382         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
6383         * lib/Autom4te/General.pm (mktmpdir): Likewise.
6384         (END): Improve error message a bit.
6385         Reported by Bruce Korb <bkorb@gnu.org>.
6387 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6389         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
6390         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
6392 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
6394         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
6395         requires sys/stream.h.  Reported by Oliver Kiddle.
6397 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6398             Stepan Kasal  <kasal@ucw.cz>
6400         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
6401         before the removals of test dirs, use `find' to avoid modification
6402         of symlinked directories.
6404 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
6406         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
6407         Don't ignore the macro arguments.
6409 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
6411         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
6412         declaration that works for MSVC.
6414 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6416         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
6417         Add `*.map' and `.inf' for Green Hills compiler.
6418         Reported by Stefan Seefeld <stefan@codesourcery.com>.
6420         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
6421         correctly: pad with spaces after FIRST_PREFIX if necessary,
6422         and compute string lenghts with `m4_qlen' instead of `m4_len'.
6423         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
6424         * tests/m4sh.at (AS_HELP_STRING): Test extended.
6425         * NEWS: Updated.
6426         Reported by numerous people, numerous times.
6428 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
6430         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
6431         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
6432         * lib/autoconf/general.m4, lib/autoconf/status.m4:
6433         * lib/autotest/general.m4, tests/local.at:
6434         Update copyright year to 2006.
6436         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
6437         sed substitutions.
6438         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
6439         for file names, again.  Reported by Noah Misch.
6440         (Coding Style): Explain that s|a|b| is preferred for file names.
6441         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
6442         (AC_OUTPUT_MAKE_DEFS): Likewise.
6443         * lib/autotest/general.m4 (AT_INIT): Likewise.
6444         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
6445         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
6447         Fix Posix-conformance bugs re use of { command in sed scripts,
6448         and improve the sed-related documentation a bit.
6449         * doc/autoconf.texi (Installation Directory Variables): Use
6450         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
6451         rather than "sed" when talking about Sed in general.
6452         (Particular Programs): Likewise.
6453         (Coding Style): y is like s with respect to / and ,.
6454         (Limitations of Usual Tools): Document the weird restrictions
6455         that Posix has about { }.  Use better quoting.
6456         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
6457         Rewrite to conform to Posix rules about { } in sed scripts.
6458         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
6459         * tests/foreign.at (Libtool): Likewise.
6460         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
6461         Use our own style advice re 's,a,b,' versus 's|a|b|'.
6463 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6465         * lib/autoconf/status.m4: Fix typo.
6467         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
6468         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
6469         `-def', for the benefit of Portland `pgf90 -Mipa'.
6470         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
6472 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
6474         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
6475         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
6476         shell from zsh to bash.
6478 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
6480         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
6481           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
6483 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
6485         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
6486         parentheses in $(...).  Problem reported by Eric Blake.
6488 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
6490         * doc/autoconf.texi (Limitations of Usual Tools):
6491         Mention which characters can be escaped with \ in portable regular
6492         expressions used in grep, sed, expr.  Mention the leading ^ problem
6493         with expr.  Clean up some confusing wording.  Mention which
6494         grep options are portable.
6496 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
6498         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
6500 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
6502         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
6503         patch, noted by Ralf Wildenhues.
6505 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6507         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
6508         posix' unconditionally, for pdksh in `native sh' emulation.
6510 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
6512         * doc/autoconf.texi (Shellology): Document eval $? problem
6513         with ash.
6514         (Limitations of Builtins): Likewise.
6516 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6518         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
6519         CONFIG_SHELL in the environment of the configure rerun.
6520         * doc/autoconf.texi (Here-Documents, config.status Invocation):
6521         Suggest passing CONFIG_SHELL absolute, and in the environment
6522         rather than as option.
6524 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6526         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
6527         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
6528         Fix macro quoting.  Fix output for n * 98 substituted variables.
6530 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6532         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
6533         `tmp' to avoid file removal race.
6535 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6537         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
6538         ac_clean_files and LIBOBJS.
6540 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6542         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
6543         Factor functionality to..
6544         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
6545         `AC_SUBST($1)' in the public version.
6546         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
6547         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
6548         ac_pt_* variables.
6550 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
6552         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
6553         filesystems.
6555 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6557         * NEWS: Move AH_HEADER mention to right place.
6559 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
6561         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
6562         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
6564 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
6566         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
6567         conftst2.$ac_objext.
6568         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
6570 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
6572         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
6573         conftest.o, to see whether the compiler really obeys; rm the object
6574         file before and after the test and register it with ac_clean_files.
6575         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
6577 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
6579         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
6580         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
6581         code so that the most common case requires less forks.
6583 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
6585         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
6586         not portable; thanks to Paul Eggert and Alexandre.
6588         * NEWS: Fix an old typo.
6590 2005-10-20  Jim Meyering  <jim@meyering.net>
6592         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
6593         the latter'', in two places.
6595 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
6597         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
6598         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
6599         the inner workings of AC_LANG_FUNC_LINK_TRY.
6600         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
6601         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
6602         by the function rather than ignoring it.
6603         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
6604         comparing its address.  Intel's interprocedural optimization was
6605         outsmarting the old heuristic.  Problem reported by
6606         Mikulas Patocka.
6608 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
6610         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
6612 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
6614         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
6615         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
6617 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
6619         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
6620         before removing it (chmod -R u+rwx); there are three instances of this.
6622 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6623             Stepan Kasal  <kasal@ucw.cz>
6625         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
6626         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
6627         make its content writable before removing it.  Remove an errorneous
6628         comment from the end, where the logs of the failed tests are copied
6629         to the main log file.
6631 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
6633         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
6634           in case the computer is too quick.  Double quote the configure.ac
6635           snippets.
6637         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
6638           problems if the testsuite were running too fast.
6640 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
6642         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
6643         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
6644         (which belong to Xt, not X itself).  See Debian bug 327655.
6645         * NEWS: Mention this.
6647 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
6649         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
6651 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
6653         * config/move-if-change: Don't output "$2 is unchanged";
6654         suggested by Ben Elliston.  Handle weird characters correctly.
6656 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
6658         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
6659           calls, so that the final expansion of this macro is shorter.
6660           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
6661           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
6662           the cleanup there.  Use AS_VAR_* macros, to be more general.
6663         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
6665         * lib/autoconf/general.m4: Use AS_IF where appropriate.
6667         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
6669 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
6671         * doc/autoconf.texi (Configuration Headers): Add an index entry
6672           for AH_HEADER.
6674 2005-08-26  Pavel Roskin  <proski@gnu.org>
6676         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
6677         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
6678         running xmkmf.
6680 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
6682         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
6683         The previous patch didn't work, so try a better one.
6685 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
6687         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
6688         in the example.  Reported by Bruno Haible.
6689         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
6690         "if $undefined_var;" succeeds with my shell.
6692         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
6693         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
6694         but change the m4_divert_text to m4_divert_once.
6696 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6698         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
6699         Work around bug in Solaris /usr/xpg4/bin/awk.
6700         The bug is present in at least Solaris 8 through 10.
6702 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
6704         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
6705         some evil values and relying on the fact that $* concatenates the
6706         parameters by the first character from IFS.
6708 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
6709             Stepan Kasal  <kasal@ucw.cz>
6711         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
6712         first header appears, define AH_HEADER.
6713         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
6714         Update limitations about when to call AC_CONFIG_HEADERS.
6715         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
6716         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
6717         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
6718         ``Configuration Actions''; fix their index entries.
6720         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
6721         options correctly.  Process N-M as M-N if M is smaller than N.
6722         Process ranges correctly so that N-N will run only N.
6723         Sort and uniquify the tests that will be run.  If there is more
6724         than one test, reinsert the banners for the tests.
6725         * tests/autotest.at (Keywords): Unmark XFAIL.
6727 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
6729         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
6730           before passing the macro name to AH_TEMPLATE.
6732         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
6733           now opens log after option processing; in particular, --version
6734           and --help do not touch config.log.
6736         * Makefile.maint: Revert the change from 2005-08-12.
6738 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
6740         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
6741           common code to...
6742         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
6744 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6746         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
6747         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
6748         Language cleanup.
6750         * doc/autoconf.texi (Defining Symbols, Changed Results):
6751         Prepend to LIBS, not append, in examples.
6753 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
6755         When building in place, set srcdir="."; suggested by Tim Van Holder.
6757         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
6758           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
6759         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
6760         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
6761           does not mean "no --srcdir option".
6763 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6765         * tests/autoscan.at (autoscan): New file.
6766         * tests/suite.at: Use it.
6767         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
6768         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
6770         * tests/autotest.at (Keywords): Test keywords combinations.
6772 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
6774         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
6775           add "2>&1"; gzip 1.2.4 prints help on stderr.
6777 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
6779         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
6780         was pushdef'ed twice while popped only once.  Push it only once.
6781         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
6783 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
6785         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
6786         prefixed by mere "===", not "configure: === ".
6788 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
6790         * Makefile.maint: Update from Bison.
6792         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
6793         "<tab>" in comment, so that the point is understandable.
6795 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
6797         Rewrite substantial part of lib/autoconf/status.m4.
6798         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
6799         and CONFIG_COMMANDS are not processed in four separate loops.
6800         Instead, there is one main loop.  This alows that the common code
6801         is expanded only once, thus config.status (and configure) is smaller.
6803         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
6804         the AC_LIST_FILES and cousins macros are no longer used.
6806         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
6807         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
6808         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
6809         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
6810         contain the initialization, nor the for loop, nor the associated
6811         commands; all these go to ...
6812         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
6813         _AC_OUTPUT_CONFIG_STATUS.
6814         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
6815         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
6816         (_AC_OUTPUT_FILE): The creation of the sed script ...
6817         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
6818         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
6819         _AC_OUTPUT_MAIN_LOOP.
6820         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
6821         _AC_CONFIG_COMMANDS): Use ...
6822         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
6823         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
6824         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
6825         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
6826         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
6827         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
6828         ... new macros.
6829         (_AC_CONFIG_UNIQUE): Update.
6830         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
6831         Replaced by this ...
6832         (_AC_LIST_TAGS): ... new common macro.
6833         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
6834         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
6835         (_AC_LIST_TAG_COMMANDS): ... new common macro.
6836         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
6837         this didn't belong to the `config commands' section.
6838         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
6839         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
6840         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
6841         to the `config commands' section either.
6842         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
6843         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
6845         ... and many changes to the comments nearby.
6847         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
6848         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
6849         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
6850         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
6851         (#define header templates): The comment at the top of the generated
6852         header now includes the name(s) of the source file(s).
6854         Several unrelated small changes:
6856         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
6857         parameter to AC_DIAGNOSE.
6858         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
6859         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
6860         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
6861         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
6862         with AU::AC_OUTPUT.
6863         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
6864         in AC_OUTPUT doesn't double-quote it either.
6865         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
6866         parameters.
6868 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
6870         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
6871         versions of Portland Group compiler produce single- and double-quoted
6872         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
6873         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
6875 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
6877         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
6878         This is a corrected version of yesterday's patch.
6880 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
6882         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
6883         path, too; insert a "===" to emphasize the line.
6885         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
6886           ac_cv_build_alias to ac_build_alias.
6887         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
6889         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
6890         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
6891         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
6892         (AC_ARG_VAR): ... here.
6893         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
6894           target_alias.
6896         Keep a list of all precious variables and process them with one simple
6897         for loop, instead of expanding all commands, or, OTOH, complicated
6898         processing of output of "set".
6899         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
6900         variable names in new macro...
6901         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
6902         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
6903           a loop to assign all ac_env_* and ac_cv_env_* variables.
6904         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
6905           to INIT_PREPARE.
6906         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
6907           its value to shell variable ac_precious_vars and call
6908           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
6909         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
6910           _AC_ARG_VAR_VALIDATE.
6912         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
6913           and the AC_SUBSTs ...
6914         (AC_INIT): ... here.
6916         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
6917           the ac_subst_files section in config.log.
6919         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
6921 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6923         * NEWS: New macro AC_C_TYPEOF.
6924         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
6925         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
6926         * tests/c.at (C keywords): Test AC_C_TYPEOF.
6928         Fix problems reported by Nicolas Joly.
6929         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
6930         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
6931         They are generated by the Tru64 v5.1B shell.
6933 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
6935         Fix my changes from 2005-07-01; reported by Noah Misch.
6936         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
6937         description, the macro now accepts only a single tag.
6938         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
6940         Fix cases when the varsions of Autoconf and Autotest don't match.
6941         Reported by Noah Misch.
6942         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
6943         at_top_builddir, for compatibility with older autotest.
6944         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
6945         is not set, use at_top_builddir, for compatibility with older
6946         versions of autoconf.
6948 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6950         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
6951         Problem reported by Patrick Welche.
6953 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6955         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
6956         sed substitution command, so that we allow | in program prefixes
6957         and program suffixes.  (& is a problem anyway; we're not fixing
6958         that here.)
6959         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
6960         configure_input, top_builddir, srcdir, etc.
6961         * lib/autotest/general.m4 (AT_INIT): Likewise, for
6962         PATH_SEPARATOR in AUTOTEST_PATH.
6964 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
6966         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
6967         for loop over config.site files using `set', to allow
6968         directory names containing IFS characters.
6970 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6972         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
6973         directories with weird names.  Apparently some people like living
6974         on the edge.  However, improve the test that "pwd" actually does
6975         report a name for the working directory.
6976         * NEWS: Remove the claim that we test for funny chars in dir names.
6978 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
6980         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
6981         replaced ...
6982         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
6983         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
6984         Now accept a single tag, not whitespace separated list.
6985         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
6987 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
6989         * doc/autoconf.texi (Configuration Headers): Change the explanation
6990         about #include <config.h>.
6991         (Generic Functions): Mention the Gnulib project.
6992         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
6994         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
6995         document to output the default config_* lists to config.status.
6996         Don't recognize option --file, if the functionality is not there.
6997         Likewise for --header; moreover, recognize --he and --h as shortcuts
6998         for --help in that case.
7000         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
7001         matches the order of execution.  No code changed.
7003 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7005         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
7006         single-quoted -cmdline argument in Portland Group compiler.
7007         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
7009 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
7011         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
7013 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
7015         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
7016         descriptors to child processes; reported by Norman Gray.
7018 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
7020         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
7022         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
7023         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
7024         (AC_SUBST): Call it.
7025         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
7026         the directory specific variables; but don't call it for configure_input.
7028 2005-06-28  Derek Price  <derek@ximbiot.com>
7030         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
7031         addition.
7033 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
7035         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
7036         directory have inherent problems with special characters like spaces,
7037         due to limitations in Make syntax.  Problem reported by Alexandre
7038         Duret-Lutz.
7039         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
7040         Also, fix Tru64 porting problem with shell patterns,
7041         reported by Ralf Wildenhues.
7043 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7045         * doc/autoconf.texi (Subdirectories): Fix markup typos.
7047 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
7049         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
7051         Fix some more shell quoting problems.  Prompted by a bug report
7052         from Justace Clutter.
7053         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
7054         variable into diagnostic.  Make the diagnostic an error, not a warning,
7055         because we really don't support spaces and suchlike in dir names.
7056         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
7057         Don't worry about backslashes in srcdir; it can't happen now.
7058         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
7059         Simplify ac_optarg handling.
7060         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
7062 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
7064         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
7065         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
7066         * tests/atlocal.in: Propagate $EGREP and $SED.
7067         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
7068         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
7070         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
7071         that '\|' is not allowed in BREs; recommend using newline separated
7072         list of patterns instead of multiple -e options.
7074         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
7076         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
7078 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7080         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
7082 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
7084         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
7085         b, t, r, w commands require single space, while : cannot have any.
7086         (Special Shell Variables): Fix sed code this in the example.
7087         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
7088         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
7090         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
7091         expand to the empty list.  Don't use two pairs of m4_changequote,
7092         it's not necessary.
7094 2005-06-20  Derek Price  <derek@ximbiot.com>
7096         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
7098 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
7100         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
7101         * doc/autoconf.texi:
7102         Don't mention Solaris versions so much, if a
7103         problem is common to all extant versions of Solaris.  Say "SunOS
7104         4" instead of "SunOS" for SunOS 4.
7105         (awk): Mention more of the limitations of traditional Awk.
7106         (cat): Don't talk about cat -v.
7108 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
7110         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
7111         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
7112         but the implementation is entirely different and is designed
7113         to be compatible with glibc strverscmp.
7114         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
7116         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
7117         on Mac OS X 10.4 reported by Peter O'Gorman in:
7118         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
7119         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
7120         Use shell builtins rather than 'expr', to work around expr bug.
7122 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
7124         * doc/autoconf.texi: "filesystem" -> "file system".
7125         "behaviour" -> "behavior".
7126         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
7127         * lib/autoconf/general.m4: Omit blank after ":" sed command,
7128         as per POSIX.
7129         * lib/m4sugar/m4sh.m4: Likewise.
7130         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
7131         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
7133         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
7134         (.x.1): Ignore the time stamp in the .TH line when deciding whether
7135         to update the man page.  That way, we don't have to check in new
7136         man pages every month.
7138         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
7139         quotes and backslashes.  Patch from Derek Price.
7141 2005-06-10  Derek Price  <derek@ximbiot.com>
7143         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
7144         AS_TR_SH.
7146 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
7148         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
7149         -u, since it outputs chatter if the input files are the same.
7150         Problem reported by Ralf Menzel.
7152 2005-06-08  Derek Price  <derek@ximbiot.com>
7154         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
7155         renaming them since they are about to be redefined anyhow.
7157 2005-06-08  Derek Price  <derek@ximbiot.com>
7159         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
7160         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
7161         Move m4_undefine to alphabetical order.
7163 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
7165         * README: Recommend GNU M4 1.4.3 or later.
7166         * doc/autoconf.texi (Introduction): Likewise.
7167         Reword to avoid some formatting glitches.
7168         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
7169         Clarify explanation of HP compiler bug.
7170         Redo example output tp match current CVS snapshot.
7171         Use @example.org in email addresses when the examples
7172         might get inadvertently cut-and-pasted into user code.
7173         Remove example of autom4te usage that doesn't seem to work now.
7174         Use modern AC_INIT (except when the example is meant to be
7175         shown with Autoconf 2.13).
7176         Update ksh info for Solaris 9 and later.
7177         KB -> kB.
7178         Modernize description of Automake versions a bit.
7179         Don't claim a future version of Autoconf is near.
7180         * doc/install.texi: Reword to avoid some formatting glitches.
7182 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7184         * doc/autoconf.texi: Add [] to examples, so that the manual
7185         follows its own advice about quoting better.
7186         Reword to avoid some formatting glitches.
7187         * doc/installt.exi: Reword to avoid some formatting glitches.
7189         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
7190         Tru64 ksh pattern matching bug.  Reported against Libtool by
7191         Albert Chin <libtool@mlists.thewrittenword.com> and
7192         Nicolas Joly <njoly@pasteur.fr>.
7194 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
7196         m4_cdr of one-member list was [[]] (one-member list containing an
7197         empty string) instead of [] (an empty list.  Callers were skewed to
7198         match this misbehaviour.  As a consequence of this:
7199          - m4_foreach([x], [], [foo]) expanded to `foo', while
7200          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
7201         This bug has been fixed:
7203         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
7204           expand to an empty string; print error msg if called without
7205           an argument list.
7206         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
7207           misbehaviour; handle [] and [[]] correctly.
7209 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
7211         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
7212         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
7213           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
7215 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
7217         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
7218           swallow records with more than 99 fields.
7219         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
7220           parse the long line.
7222 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
7224         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
7225           swallow literals longer than 399.  Reported by Ralf Wildenhues.
7226         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
7227           to workaround this limitation.
7229 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
7231         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
7232         to gfortran, and make these the first two compiler names
7233         checked (following the general autoconf preference for gcc).
7235 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
7237         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
7238         (DISTCLEANFILES): Remove $(check_SCRIPTS).
7239         (testsuite): Make sure autotest.m4f is up-to-date before using it.
7241 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
7243         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
7244         expression of unbounded size when processing the --list
7245         option.  This runs afoul of a limit of 399 bytes per regular
7246         expression on AIX.  Problem reported by Ralf Wildenhues.
7248 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
7250         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
7251         * doc/autoconf.texi (Particular Headers): Reword example
7252         for multiline stdbool replacement.
7253         (Setting Output Variables): Reword text a bit.  Don't
7254         give all the details about |#_!!_#|.
7255         Reword description of line replacement.
7257 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
7259         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
7260         now contain newlines, and substituted files must be referenced on
7261         a line alone; the sed scripts to substitute them are now very
7262         different.
7263         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
7264         commands can be put in a sed script portably.
7265         * doc/autoconf.texi (Setting Output Variables): Document above
7266         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
7267         use of multiline substitution.
7268         * tests/torture.at: No longer expect substitution of newline to fail.
7270 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
7272         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
7273         From Ralf Menzel (trivial change).
7275 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
7277         * tests/local.at: Don't attempt to check for negated character
7278         classes in shell scripts.  The test was too brittle.
7280 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
7282         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
7283         * doc/autoconf.texi (Limitations of Builtins): Document this
7284           limitation.
7286 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
7288         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
7289           common code; used in many places in the tree.
7290         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
7291         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
7293         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
7295         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
7296           messages when ac_unique_file is not found.
7297         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
7298         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
7299           commands, for consistency with AC_MSG_ERROR and such.
7301         * bin/autoconf.as: Make more use of "shift 2" in option processing.
7303         * bin/Makefile.am: Merge the two rules for creating scripts.
7305 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
7307         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
7308         obsolete; it was never documented.
7309         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
7311 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
7313         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
7314         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
7315         (ac_top_builddir): ... this ...
7316         (ac_top_build_prefix): ... to this; the old name is also kept, for
7317           backward compatibility.
7318         (ac_top_builddir_sub): New variable, without the trailing slash,
7319           always nonempty.
7320         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
7321         * doc/autoconf.texi (Configuration Actions): Rename
7322           ac_top_builddir to ac_top_build_prefix.
7323         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
7324           at_top_builddir to at_top_build_prefix.
7325         * lib/autotest/general.m4 (AT_INIT): Likewise.
7327 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
7329         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
7330           of confdefs.h .
7332 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
7334         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
7335           argument to m4_foreach.  I guess it was necessary in the past,
7336           but I think it's a no-op now.
7338 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
7340         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
7341           ``cat <<_ACEOF'' commands to one.
7342         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
7343         * lib/autoconf/status.m4: On various places, use expr instead of
7344           ``echo|sed.''
7345         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
7346         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
7347         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
7348           a range.
7349         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
7350           the wrong patterns between ``case'' and ``esac.''  The previous
7351           code had false positives.
7353 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
7355         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
7356         as on 2005-05-02.
7357         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
7358         Mention LIBOBJDIR.
7360 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
7362         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
7363         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
7364         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
7365         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
7366         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
7367         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
7368         config/config.guess, config/config.sub, config/elisp-comp,
7369         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
7370         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
7371         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
7372         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
7373         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
7374         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
7375         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
7376         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
7377         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
7378         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
7379         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
7380         lib/autoconf/general.m4, lib/autoconf/headers.m4,
7381         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
7382         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
7383         lib/autoconf/specific.m4, lib/autoconf/status.m4,
7384         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
7385         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
7386         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
7387         lib/autotest/general.m4, lib/emacs/Makefile.am,
7388         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
7389         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
7390         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
7391         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
7392         tests/compile.at, tests/foreign.at, tests/fortran.at,
7393         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
7394         tests/semantics.at, tests/suite.at, tests/tools.at,
7395         tests/torture.at, tests/wrapper.as:
7396         Update FSF postal mail address.
7398 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
7400         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
7401           check.
7402         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
7403           enough arguments, similarly as in m4_bpatsubsts.
7405 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
7407         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
7408           of absolute paths.
7410 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
7412         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
7413           for absolute directory names in one loop.
7414         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
7415           abbreviations of --version and --debug.
7417 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
7419         * doc/autoconf.texi (Autoconf Language): Be more precise about
7420         quoting rules.  Problems noted by Stepan Kasal.
7421         Also, throughout this document, be more careful about white space.
7422         "blank", "white space", and "space" all have different meanings
7423         and we should be careful to say what we mean.
7425 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
7427         Fix C++ related problems reported by Werner Lemberg.
7428         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
7429         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
7430         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
7431         avoid problems with C++ and throw.
7432         * tests/compile.at: .cpp, not .cc.
7434         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
7436 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7438         * doc/autoconf.texi (Generic Functions): Typos.
7440 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
7442         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
7443         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
7444         set by latest automake.
7446 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
7448         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
7449         outputs 0 on GNU/Linux these days.
7451 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
7453         * doc/autoconf.texi (Autoconf Language): Add more description
7454         about quoting heuristics.
7455         (Limitations of Builtins): Describe "set -" problems.
7457 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7459         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
7460         not newline.
7462         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
7463         by AC_DEFINE; it was a mistake.
7464         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
7466 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
7468         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
7470 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
7472         * doc/autoconf.texi (External Software): Quadrigraphs are not
7473           processed correctly in AS_HELP_STRING; avoid this in the examples.
7474         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
7475         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
7476           comment and reduce m4_default([foo], []) to [foo].
7477         (m4_strip): Update the explanation.
7479 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
7481         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
7482         Remove core.conftest.* too; it's generated by Tru64 5.1.
7483         Problem reported by Jennis Pruett.
7484         * lib/autoconf/functions.m4
7485         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
7486         Don't bother to remove core files; AC_RUN_IFELSE should do that
7487         for you.
7489 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
7491         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
7493 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
7495         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
7496         Report from Horst Wente.
7498 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
7500         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
7501           the comment.
7503 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
7505         * doc/autoconf.texi (External Software, Package Options): Add
7506           examples showing how to implement --with-* and --enable-* options.
7508 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
7510         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
7511         as well as configure.in.  Problem reported by Gregorio Guidi.
7513 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
7515         * doc/autoconf.texi (Particular Functions): Use gnulib's current
7516         pattern for alloca snippet.
7518 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
7520         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
7522 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
7524         * doc/autoconf.texi (Generic Programs): Fix a typo.
7526 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
7528         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
7529         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
7531 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7533         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
7534         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
7535         whole-archive (-zallextract, -zdefaultextract) options in the hope of
7536         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
7537         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
7539 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
7541         * NEWS: The configure command now warns you if you attempt to use
7542         a directory whose name contains a special character like space,
7543         newline, or "\".
7544         * doc/autoconf.texi (Installation Directory Variables): Allow
7545         "," in file names.  Do not use \@; it's not a portable regexp.
7546         * bin/Makefile.am (edit): Likewise.
7547         * lib/Makefile.am (edit): Likewise.
7548         * tests/Makefile.am (edit): Likewise.
7549         * tests/semantics.at: Likewise.
7550         * tests/torture.at: Likewise.
7551         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
7552         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
7553         * doc/autoconf.texi (File System Conventions): Warn about
7554         unportable file names.
7555         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
7556         (AC_INIT): Use it.
7557         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
7558         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
7559         ac_pwd, and quote srcdir.
7560         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
7562         * doc/autoconf.texi: Fix some systematic formatting problems.
7563         ".)"  needs a following @: if not at the end of a sentence, and
7564         similarly for "!)".  "etc." should be preceded by a comma.
7565         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
7567 2005-03-22  Bruno Haible  <bruno@clisp.org>
7569         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
7570         argument is often called 'build-aux'.
7572 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
7574         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
7575           macro AC_TRY_LINK is obsolete.
7576         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
7577           `AC_CONFIG_FILES'.
7579 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
7581         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
7582           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
7583           from a Common Lisp's `cl'.
7584         (AC_PROG_CXX): Behave according to the documentation: don't
7585           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
7586           make the variable CCC precious; use `cl.exe', not `cl'.
7588 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
7589             Alexandre Duret-Lutz  <adl@gnu.org>
7591         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
7592         /dev/null, as "configure" shouldn't read stdin, and this insulates
7593         us from problems (e.g., when testing for "cl").  Also, do this
7594         redirection before invoking "hostname" or "uname", and keep the
7595         original input stream available via...
7596         (AS_ORIGINAL_STDIN_FD): ... this new macro.
7597         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
7598         bother with "</dev/null" since it's now done at the top of
7599         'configure'.
7600         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
7601         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
7602         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
7603         * doc/autoconf.texi (File Descriptor Macros): New section.
7604         (Printing Messages): Mention it.
7605         * tests/base.at (Input/Output): New test.
7607 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
7609         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
7610         newline if neither \c nor -n work, as that would output two
7611         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
7613 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
7615         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
7616         This causes that any required macros inside will get before the if.
7617         * doc/autoconf.texi (autom4te.cache): A typo.
7619 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
7621         Undo previous change, except keep the change to
7622         lib/autoconf/programs.m4 that replaced grep with shell
7623         pattern-matching.  This is because net-snmp configure reads stdin.
7624         Reported by Noah Misch.
7626 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
7628         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
7629         from /dev/null, as "configure" shouldn't read stdin, and this
7630         insulates us from problems (e.g., when testing for "cl").
7631         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
7632         before invoking "hostname" or "uname".
7633         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
7634         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
7635         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
7636         "</dev/null" since it's now done at the top of 'configure'.
7637         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
7638         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
7639         Also, replace grep with shell pattern-matching, to save a process.
7641 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
7643         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
7644         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
7645         avoid thinking that Allegro Common Lisp's "cl" command is a C++
7646         compiler.
7648 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
7650         * doc/autoconf.texi (Limitations of Usual Tools): Document that
7651         grep -q isn't portable.  Improve grep -s explanation.
7652         Problem reported by Dan Manthey.
7654 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
7656         * doc/autoconf.texi (Special Shell Variables): Clarify
7657         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
7659 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7661         * doc/autoconf.texi: Use @acronym for DJGPP.
7662         Fix some @code's that should have been @env's, and vice versa.
7663         Sort environment variable names.
7664         Mention that shells no longer inherit IFS.
7665         Don't recommend PATH_SEPARATOR=';' so strongly.
7666         Mention that $RANDOM might expand to the empty string.
7667         "symlink" and "soft link" -> "symbolic link".
7668         Improve mktemp description (reported by Bruno Haible).
7670 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
7672         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
7673         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
7674         Likewise.
7675         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
7676         Likewise.
7678 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
7680         * NEWS: Mention AT_COPYRIGHT.
7682         * tests/local.at (AT_CMP): Use diff directly on input files rather
7683         than copying them.
7685         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
7686         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
7688 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
7689         and Paul Eggert  <eggert@cs.ucla.edu>
7691         * tests/autotest.at (Empty test suite): New test.
7692         * tests/torture.at (Substitute and define special characters)
7693         (Substitute a 2000-byte string, Define to a 2000-byte string)
7694         (Substitute a newline, Define a newline): New tests.
7696 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
7698         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
7699         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
7700         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
7701         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
7702         (Standard regular expressions): New test.
7703         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
7704         excess test name quoting.
7705         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
7706         CPPFLAGS to `configure' instead of setting it in `configure'.
7708         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
7709         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
7710         on some platforms.
7712         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
7713         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
7715         * tests/local.at (AT_CMP): New macro.
7716         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
7717         (AC_SAVE_STATE): Move environment grep...
7718         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
7719         (AT_CONFIG_CMP): New macro.
7720         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
7721         * tests/c.at (Extensions): Do not exit early.
7722         * tests/atlocal.in: Inherit $GREP.
7724         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
7725         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
7727         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
7728         (AC_COPYRIGHT): Factor header comment portion out and move into...
7729         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
7730         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
7731         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
7732         --version output.
7733         * tests/local.at: Add Autoconf test suite copyright notice.
7734         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
7736 2005-02-04  Bruno Haible  <bruno@clisp.org>
7737         and Paul Eggert  <eggert@cs.ucla.edu>
7739         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
7741 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
7743         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
7744         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
7746         Try not to generated lines of unlimited length, as POSIX places a
7747         2047-byte limit on line length of portable text files.
7748         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
7749         Use newline as a separator, not space.
7750         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
7751         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
7752         space.
7754 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7756         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
7757         as_func_*.  Add test to check whether positional parameters
7758         are restored after function return.
7760 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
7762         * doc/autoconf.texi (Special Shell Variables): Mention _,
7763         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
7764         if they contain a lower-case letter.  The DUALCASE problem was
7765         reported by Ralf Wildenhues.
7767         * bin/autoconf.as: Don't exit with status 0 after write failure
7768         with --help or --version.
7769         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
7770         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
7772 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7774         * doc/autoconf.texi (Limitations of Usual Tools):
7775         Unicos 9 sed limitations.
7776         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
7777         to get the option-enhanced interface on older Crays.  Try ftn for
7778         Fortran 95 (newer Crays).
7780 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
7782         * man/Makefile.am (.x.1): Go back to the simple solution, but take
7783         care to echo the commands, so the user knows what's going on.
7784         Modified from a suggestion by Stepan Kasal.
7786         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
7787         with a cross reference.  Derived from a suggestion by Bruce Korb.
7789 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
7791         * doc/autoconf.texi (config.status Invocation): Warn about
7792         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
7793         * doc/install.texi (Defining Variables): Likewise.
7794         Based on a proposed patch by Ralf Wildenhues.
7796         * man/Makefile.am (.x.1): Make sure the required generated files
7797         are up to date.  Problem and original solution proposed by Stepan Kasal.
7798         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
7799         implicit-man-prerequisites): New rules, used by the above.
7801         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
7802         * config/config.guess, config/config.sub, config/install-sh: Likewise.
7803         * config/missing, config/texinfo.tex: Likewise.
7805 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
7807         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
7808         Update the long comment explaining it.
7810         m4_require no longer writes an ``is required by'' line to the
7811         execution stack.  It contains only one bit of non-redundant
7812         information: that the macro was required, not called.  And even
7813         this bit is useless in most situations: have you ever met a macro
7814         which both calls and requires the same macro?
7816         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
7817         (_m4_defun_pro_outer): ... only via this macro, for the outermost
7818           macro.
7819         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
7820         (m4_expansion_stack_pop): Remove the misplaced comment.
7821         (m4_require): Don't put the ``is required by'' line to the
7822           execution stack; slightly improve the out-of-a-defun error message.
7823         (_m4_divert_grow): New macro, counter for the temporary diversions.
7824         (_m4_require_call): Use it.
7825         * tests/m4sugar.at (m4_require): Expect output without the
7826           ``is required by'' messages.
7828 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
7830         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
7831         rather than x for expr.
7833         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
7834         this is safe.
7835         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
7836         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
7837         * lib/autotest/general.m4 (AT_INIT): Likewise.
7838         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
7839         * tests/mktests.sh: Likewise.
7841 2005-01-27  Akim Demaille  <akim@epita.fr>
7843         Have autoheader honor --force.
7845         * doc/make-stds.texi, doc/standards.texi: Update from masters.
7846         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
7847         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
7848         from masters, so that FileUtils.pm's update_file provide --force
7849         support.
7850         * bin/autoheader.in: Pass $force to update_file so that
7851         config.h.in is always recreated when --force.
7853 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
7855         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
7857 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
7859         * doc/autoconf.texi (Limitations of Builtins): Clarify that
7860         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
7862 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
7864         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
7865         Warn about newline stripping in `` and $().  Update Solaris
7866         version to 9.
7867         (Limitations of Builtins): Use expr "X...", not expr "x...", as
7868         X insulates us from future changes to Posix.
7869         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
7870         stripping.
7872 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
7874         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
7875           you cannot use AC_DEFINE to define macros containing `[' or `]'.
7877 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
7879         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
7880         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
7881         bug-tar mailing list.
7883 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
7885         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
7887 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
7889         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
7890         ulongval to be static, to avoid unwanted GCC warning.  Problem
7891         reported by Michael Jennings via Daniel Reed; see
7892         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
7894 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
7896         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
7897         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
7898         datadir, infodir, and mandir.  Adjust argument parsing code.
7899         (_AC_INIT_HELP): Update help text.
7900         * doc/autoconf.texi (Installation Directory Variables): Document
7901         new variables.
7903 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
7905         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
7906         not seem to work, assume it does set $(MAKE).
7907         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
7909 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
7911         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
7913 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
7915         A cleanup of the diversion support in m4sugar.
7917         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
7918         (_m4_divert_n_stack): New macro; the expansion is
7919           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
7920           otherwise.
7921         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
7922         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
7923           stored in _m4_divert_diversion or _m4_divert_dump.
7924         (m4_divert_pop): When the parameter is given, compare the symbolic
7925           name with the last diversion pushed on the stack.  Previously, the
7926           current diversion was compared with the numeric value of the
7927           diversion given as the parameter.
7928         (m4_require): If the macro hasn't been expanded yet, call ...
7929         (_m4_require_call): this new macro.
7931 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7933         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
7934         Workarounds for documented `case' limitations.
7936 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
7938         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
7939         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
7941 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
7943         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
7944         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
7945         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
7947         Patch from Roger Leigh (with some minor changes) as follows:
7948         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
7949         Resurrect AC_PROG_CC_STDC.
7950         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
7951         AC_PROG_CC_C89, AC_PROG_CC_C99.
7952         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
7953         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
7954         AC_PROG_CC_C99): New macros.
7955         (AC_PROG_CC_STDC): Use them.
7956         (_AC_PROG_CC_STDC): Remove.
7957         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
7958         * THANKS: Add Roger Leigh.
7960 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
7962         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
7963         signals that the package uses Automake; a `Makefile.am' is typical but
7964         not essential.  Reported by Magnus Therning.
7965         * tests/torture.at (autoreconf.): New banner.
7966         (autoreconf and non-AC configure): Rename to `Non-Autoconf
7967         AC_CONFIG_SUBDIRS'.
7968         (autoreconf an empty directory): Rename to `Empty directory'.
7969         (Unusual Automake input files): New test.
7971 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
7973         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
7974         (AT_SETUP): Clear AT_capture_files.
7975         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
7976         (AT_KEYWORDS): Fix comment typo.
7977         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
7978         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
7979         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
7981 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
7983         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
7984         If the variable to set is already set, set ac_cv_path_$1
7985         to the preset value so caller can assume ac_cv_path_$1
7986         is available.  (trivial change)
7988 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
7990         * BUGS (Minor Problems): Warn about makefile limitations.
7991         * Makefile.am: Find and update `INSTALL' in $(srcdir).
7992         * man/Makefile.am: Find and update manual pages in $(srcdir).
7994 2004-12-24  Eric Blake  <ebb9@byu.net>
7996         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
7997         shells in subshell, to avoid noise from ash.  (trivial change)
7999 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8001         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
8002         problems with SunOS ksh and backslash escaping, Bourne shells and
8003         closing brackets (both within character classes).  Bug reported
8004         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
8005         <read>: New entry.  Mention non-availability of -r.
8007 2004-12-21  Akim Demaille  <akim@epita.fr>
8009         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
8010         avoid cluttering displayed messages.  Rather, prepend srcdir where
8011         AT_LINE is used for log files.
8013 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
8015         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
8016         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
8017           no longer part of the macro, quote the occurrence of ``$tmp''.
8018         * doc/autoconf.texi (Forbidden Patterns): Typo.
8020 2004-12-21  Akim Demaille  <akim@epita.fr>
8022         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
8023         separated from the test title by forcing a white space.
8025 2004-12-21  Akim Demaille  <akim@epita.fr>
8027         Enable Emacs navigation within testsuite.log files.
8029         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
8030         use the compilation mode.
8031         (AT_LINE): Point to the srcdir.
8033 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
8035         * tests/Makefile.am (installcheck-local): Use $(bindir).
8036         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
8037         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
8038         Makefile.am scheme Autoconf now uses.
8040 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
8042         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
8043         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
8045 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
8047         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
8048         (_AT_CHECK): Use it.
8049         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
8050         (AS_ESCAPE): Fix comment.
8051         * tests/autotest.at: Adjust section banner comments.
8052         (AT_CHECK_AT): Accept STATUS and STDERR.
8053         (AT_CHECK_AT_TEST): Likewise.
8054         (Invalid brace-enclosed parameter expansion)
8055         (Multiline command from M4 expansion)
8056         (Double-M4-quoted command): New tests.
8058 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
8060         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
8062 2004-12-17  Akim Demaille  <akim@epita.fr>
8064         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
8065         m4_pattern_allow.
8066         Suggested by Alexandre Duret-Lutz.
8067         * doc/autoconf.texi (Setting Output Variables): Catch up.
8069 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
8071         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
8073 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
8075         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
8076           remove the comment which said we cannot.
8078 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
8080         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
8081         Reini Urban and Paul Eggert for reporting the dependencies.
8083         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
8084         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
8085         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
8087 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
8089         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
8090           so that eg. ``autoscan --help'' doesn't truncate it.
8092 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
8094         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
8095         generated conftest files.
8097 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
8099         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
8100         tracing on commands with possibly-escaped newlines.
8101         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
8102         discontinued behavior and its implications.
8103         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
8104         (BSx641-newline in command, BS-BS-newline in command)
8105         (BSx640-newline in command, Newline-CODE-BS-newline in command)
8106         (Single-quote-BS-newline in command)
8107         (Single-quote-newline-BS-newline in command): New tests.
8109 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
8111         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
8112           on platforms where it works.
8113         (_AS_TEST_PREPARE): Test for ``test -x''.
8114         (_AS_BROKEN_TEST_PREPARE): Nuke.
8116 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
8118         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
8119         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
8120           give only 4-letter prefix to AS_TMPDIR, comment fixed.
8121         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
8122           create the temporary directory.
8123         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
8125 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
8127         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
8128         (trivial change)
8130 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
8132         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
8134 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
8136         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
8137         to avoid using a negated character class.  Reported by Nicolas Joly.
8138         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
8140 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
8142         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
8143         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
8144         Don't depend on .x file explicitly, since "make" does that for us.
8145         Suggested by Stepan Kasal.
8147         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
8148         Add *.tmp.
8149         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
8150         ifnames): Factor common code.  And they said it couldn't be done!
8152 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
8154         * bin/.cvsignore: Add autoconf.in.
8155         * tests/.cvsignore: Add wrapper.in.
8156         * lib/autotest/general.m4: Escape '$' in case pattern.
8158 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
8160         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
8162         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
8164         * tests/autotest.at: New file.
8165         * tests/suite.at: Include it.
8166         * tests/Makefile.am: Distribute it.
8168         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
8169           shell tracing on a command that could contain multiple lines.
8170         * doc/autoconf.text: Document that fact and its implications.
8171         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
8172         * tests/autotest.at (Multiline backquote command substitution,
8173           Multiline parameter expansion, Literal multiline command,
8174           Multiline parenthetical command substitution): Remove XFAIL.
8176 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
8178         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
8179         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
8181 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
8183         * configure.ac (test suite): Cease to generate wrapper scripts.
8184         * configure: Regenerate.
8185         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
8186         (m4f_dependencies): Adjust accordingly.
8187         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
8188         (wrapper.in): Generate it in the build directory.
8189         (MAINTAINERCLEANFILES): Delete wrapper.in.
8190         (CLEANFILES): Add wrapper.in.
8191         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
8192         the output.  Replace each $as_me with a @wrap_program@.
8193         * tests/wrapper.in: Delete it; we always build it.
8195         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
8196         (EXTRA_DIST): Remove autoconf.in.
8197         (CLEANFILES): Add autoconf.in.
8198         (autoconf): Find autoconf.in in the build directory.
8199         * bin/autoconf.in: Delete it; we always build it.
8201 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
8203         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
8204         PATH members so as to not prepend an empty element.  Move a comment.
8205         * Makefile.am (SUBDIRS): Build in `tests' last.
8206         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
8208 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
8210         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
8211         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
8212         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
8213         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
8215 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
8217         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
8218         patch: extra "-l"s.
8220 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
8222         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
8223         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
8224         * doc/autoconf.texi (Particular Functions): Mention new behavior.
8226 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
8228         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
8229           out the common code to ...
8230         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
8231           value of the #define--default to 1, iff the macro was called
8232           with exactly one parameter.
8234 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
8236         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
8237         "char c = '\200';" rather than "char c = 0x80;" as the
8238         latter doesn't conform to the strict C standard due to
8239         overflow on signed char hosts.
8241         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
8242         to -qlanglvl=ansi.  We don't want to disable extensions.
8244 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
8246         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
8247         (Using Autotest, testsuite Scripts, Writing testsuite.at):
8248         Reword slightly to avoid some English-language problems noted
8249         by Ralf Wildenhues in:
8250         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
8252 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
8254         * NEWS: Add ^L above each release.
8256 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
8258         Fix documentation problems reported by Russ Boylan in
8259         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
8260         along with some nearby cruft.
8261         * doc/autoconf.texi (Libtool): Libtool can be used without
8262         Automake (not without Autoconf).
8263         (Introduction): Mention lists.gnu.org.
8264         * BUGS: Don't mention bugs.gnu.org.
8265         Remove mention of ancient libtool compatibility problem.
8266         * NEWS: Mention that bugs.gnu.org is kaput.
8267         * README: Likewise.  Mention where mailing list archives can be found.
8269 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
8271         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
8273 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
8275         * doc/autoconf.texi (Pretty Help Strings): Go back to
8276         single-quoting assignments to cache variables.
8278 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
8280         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
8281         with the examples; fix the bug in MY_ARG_WITH example reported
8282         by Alexandre Duret-Lutz.
8283         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
8284         expansion of $1 in the comment emitted to configure.
8286 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
8288         * doc/autoconf.texi (Pretty Help Strings): Fix typo
8289         in my editing of the previous patch.  Problem reported
8290         by Alexandre Duret-Lutz.
8292 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
8294         * doc/autoconf.texi (Autoconf Language): Explain that
8295         ``descriptions'' may not be double quotes.
8296         (Quotation Rule Of Thumb): Likewise.
8297         (Pretty Help Strings): Likewise; remove the wrong comment;
8298         simplify the examples and improve their quoting.
8300 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
8302         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
8303         the $1_found variable, don't test whether the file is executable;
8304         Both things are checked ...
8305         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
8306         the former ``test -f''.
8307         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
8309 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8311         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
8312         use cp -R instead.
8314 2004-11-10  Derek R. Price  <derek@ximbiot.com>
8316         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
8317         limitations.  Reorder paragraphs for clarity.
8319 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
8321         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
8322         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
8323         variants", "Unix", and some related minor wording fixups.
8325         (Shellology, Special Shell Variables): Document that the Zsh
8326         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
8327         to Alexandre Duret-Lutz for this info.
8329 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
8331         * doc/autoconf.texi (One-Shot Macros): New node.
8333 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
8335         * doc/autoconf.texi (Function Portability): Fix misdescription
8336         of putenv.  Problem reported by Michael Wardle.
8338 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
8340         * doc/autoconf.texi (auindex): New macro.
8341         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
8342         Problem reported by Stepan Kasal.
8344 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
8346         Fix problems reported by Andreas Buening in:
8347         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
8348         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
8349         in test makefile.
8350         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
8351         readable; it's not true in OS/2-emx.
8353 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
8355         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
8356         "/usr/include", clear ac_x_includes instead of leaving it as "no"
8357         (trivial change).  Problem and patch reported by Andrew Church in:
8358         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
8360 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
8362         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
8363         three args in examples.  Problem reported by Frederik Fouvry in:
8364         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
8365         Also, fix some minor spacing and punctuation bugs.
8367 2004-09-02  Akim Demaille  <akim@epita.fr>
8369         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
8370         "case" to restore ordering.
8371         Reported by Stepan Kasal.
8373 2004-08-26  Akim Demaille  <akim@epita.fr>
8375         * doc/autoconf.texi: Minor typos and stylos.
8377 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8379         * configure.ac (AC_INIT): Bump to 2.59c.
8381 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8383         Version 2.59b.
8385         * README: Add advice about m4 1.4.2.
8387         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
8388         texinfo.tex for now (done by hand now).
8389         * Makefile.maint (wget_files, cvs_files):
8390         Remove ansi2knr.c; nobody uses it.
8391         (ansi2knr.c-url_prefix): Remove.
8392         (cvs-update): Fix test for failure.  I don't know why it ever
8393         worked...
8395         * doc/autoconf.texi: Update URLs, some of which went stale.
8396         Use @uref rather than @href.
8398         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
8399         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
8401         * config/config.guess, config/config.sub, config/elisp-comp,
8402         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
8403         doc/fdl.texi, doc/standards.texi: Sync with master copy.
8405         * NEWS, TODO, configure.ac, bin/autoscan.in,
8406         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
8407         doc/install.texi, lib/Autom4te/Configure_ac.pm,
8408         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
8409         lib/autoconf/programs.m4, lib/autoconf/status.m4,
8410         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
8411         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
8412         tests/tools.at, tests/torture.at:
8413         Use "file name" rather than "filename" or "path",
8414         to be consistent with the terminology of the GNU coding standards.
8416 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8418         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
8419         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
8420         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
8421         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
8423         More fixes to support spaces in the name of the build directory.
8424         This isn't a complete fix but it's an improvement.
8426         * bin/autoconf.as (autom4te_options): New var.
8427         Use it instead of appending to AUTOM4TE, so that we can allow
8428         spaces in the build directory's absolute name.
8429         * bin/autoheader.in ($autoconf): Allow spaces in file names.
8430         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
8431         AT_CHECK_NOESCAPE): Likewise.
8432         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
8433         main program): Likewise.
8435 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8437         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
8438         From Ralf Corsepius in:
8439         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
8441 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
8443         * doc/autoconf.texi (Function Portability): Document isinf and
8444         and isnan.  From a suggestion by Kevin Ryde.
8446         * lib/Autom4te/General.pm (END): Return correct exit status even
8447         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
8449 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8451         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
8452         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
8453         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
8455 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
8457         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
8458         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
8459         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
8460         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
8461         * lib/autom4te.in (Automake-preselections): Preselect
8462         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
8464 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
8466         * lib/autom4te.in (Automake-preselections): Preselect
8467         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
8468         trace them.
8470 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
8472         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
8473         Tru64.
8474         * doc/autoconf.texi (Shellology): Mention BIN_SH.
8475         Document problem with "`""`" in pdksh POSIX mode.
8477 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
8479         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
8480         with pdksh, too.  Problem reported by Patrick Welche via
8481         Gary V. Vaughan.
8482         * doc/autoconf.texi (Shellology): Note that set -o posix is
8483         useful for pkdsh, too.
8485 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
8487         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
8488         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
8489         Don't fail if ENV or BASH_ENV is readonly.
8490         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
8491         etc. are read only.  Problem reported by Ludovic Courtes.
8493 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
8495         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
8496         zsh, disable GLOB_SUBST to avoid backslash handling problems.
8497         (trivial change)
8499 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8501         * doc/autoconf.texi (File System Conventions): Warn about
8502         names like "aux".  Problem reported by Eric Blake.
8504         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
8505         by zero instead of array size, so that we can use any arithmetic
8506         constant expression (instead of requiring an integer constant
8507         expression).  This allows us to test expressions like DBL_MAX <
8508         LDBL_MAX, which didn't conform to the C standard using the old
8509         method.
8510         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
8511         now that we can do floating-point tests at compile time.
8513 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
8515         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
8516         and LDBL_EPSILON, as the resulting expression isn't an
8517         integer constant expression and violates the C standard.
8518         Problem reported by Nelson H. F. Beebe.  Also, check
8519         for "L" suffix, and check that long double doesn't have
8520         worse range or precision than double, that mixed-mode
8521         arithmetic doesn't generate a diagnostic, that double
8522         constants fit in long double.
8524 2004-06-03  Kevin Ryde  <user42@zip.com.au>
8526         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
8527         malloc(0) and realloc(NULL,size).
8529         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
8530         Bob Proulx.
8532 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
8534         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
8535         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
8536         by Jim Meyering.
8538 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
8540         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
8541         can be rewritten using if-then-else.  Suggested by Bruno Haible.
8543 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8545         * doc/autoconf.texi (testsuite Scripts): Fix typo.
8546         Problem reported by Stepan Kasal.
8548 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
8550         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
8551         change).  Patch reported by Ralf Wildenhues in
8552         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
8554         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
8555         function F exists if the compiler and linker let you compile an
8556         expression like (F != 0).  Recent versions of GCC optimize away
8557         the reference to F in that case, since every function address must
8558         be nonzero, so the link succeeds even if F does not exist.
8559         Problem reported by Manu in
8560         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
8562         * doc/autoconf.texi (Systemology): Standardize on the spelling of
8563         "Unix".  Many uses changed.
8564         (Limitations of Builtins): Explain better why the ! command isn't
8565         portable.
8567 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
8569         * lib/autom4te.in (Automake-preselections): Preselect
8570         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
8572 2004-05-19  Kevin Ryde  <user42@zip.com.au>
8574         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
8575         referencing AC_FUNC_STRERROR_R.
8577         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
8578         note pessimistic assumption when cross compiling.
8580 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
8582         * doc/autoconf.texi (Limitations of Make): Note that BSD make
8583         (until 2004) invoked subcommands with sh -e, contra POSIX.
8584         Reported by Kevin Ryde.
8586 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
8588         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
8589         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
8590         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
8591         `test -f "        /usr/bin/grep"', which _always_ failed.
8592         (AC_PROG_SED): Ditto bogus PATH fix.
8593         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
8594         requires that grep correctly supports _multiple_ `-e' options, rather
8595         than stating only that grep should accept `-e'.
8597 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
8599         Port to C99, which requires that 'exit' be declared.
8601         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
8602         to ensure that stdlib.h is included.
8603         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
8604         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
8605         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
8606         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
8607         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
8608         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
8609         when using 'exit' in a test; C99 requires that 'exit' be declared.
8611 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8613         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
8614         now prefers 'grep' implementations that accept -e.
8615         (Limitations of Usual Tools): Describe problems of traditional
8616         egrep and fgrep with long input lines, and of traditional grep
8617         with -e.
8618         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
8619         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
8620         All callers changed.  Append /usr/xpg4/bin to the PATH, for
8621         Solaris.
8622         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
8623         the user with complaints about multiple -e options.
8624         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
8625         Define it with AC_PROG_GREP.
8626         * configure.ac (AC_PROG_GREP): Add.
8627         * lib/freeze.mk (GREP): New macro.
8629 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
8631         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
8632         a possible candidate only after all others fail, rather than
8633         consulting it first.  This improves backward compatibility by
8634         better reflecting the way shell selection occurred in previous
8635         versions of Autoconf, and should help to avoid triggering latent
8636         problems in other packages, such as the one in Automake where zsh
8637         is not handled robustly:
8638         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
8639         Although it is not Autoconf's responsibility to work around
8640         problems in Automake, it nevertheless makes sense to avoid
8641         introducing unnecessary incompatibilites.
8643 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
8644             Gary V. Vaughan  <gary@gnu.org>
8646         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
8647         how deeply nested we are when a suitable tool is found, set the
8648         ac_path_TOOL_found flag.
8649         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
8650         nested we are in this macro.  Break out of all 3 nested loops if
8651         ac_path_TOOL_found is set.
8653 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
8655         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
8656         of the _AS_PATH_WALK loop too if GNU flavor is found.
8658 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
8660         * doc/autoconf.texi (Limitations of Make): Update documentation
8661         for `$<'.  New entry `Long lines', based on a report from Simon
8662         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
8663         paragraph about DJGPP, based on a mail from Richard Dawe.
8665 2004-04-20  Paul Eggert  <eggert@twinsun.com>
8667         * tests/c.at (C keywords): Don't assume that GCC supports
8668         "restrict" and "inline", as sufficiently-old GCC versions do not
8669         (also, GCC configured to be in pedantic C89 mode does not).
8670         Problem reported by Sumit Pandya in:
8671         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
8673         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
8674         consider -g to work if it generates warnings when plain compiles
8675         don't.  Problem reported by Braden McDaniel in:
8676         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
8678         * doc/autoconf.texi (Slashes): New section, to document a problem
8679         reported by Jim Meyering in:
8680         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
8682         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
8683         linker output files before linking, to work around IRIX 6 linker bug.
8684         Problem reported by Rainer Orth in:
8685         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
8687 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
8689         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
8690         best tool so far counter rely on the tool path variable name to
8691         avoid checks for one tool being affected by the results of running
8692         the length check on a previous tool.
8694         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
8695         match expression argument, as different greps have different
8696         regular expression flavours.
8697         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
8698         literals.
8699         (AC_PROG_EGREP): Pass 'EGREP$'.
8700         (AC_PROG_GREP): Pass 'GREP$'.
8702 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
8704         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
8705         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
8707 2004-03-29  Paul Eggert  <eggert@twinsun.com>
8709         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
8710         Types, Specific Compiler Characteristics, System Services,
8711         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
8712         etc. consistently instead of 'long', 'short', 'unsigned' etc.
8713         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
8714         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
8715         Likewise.
8716         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
8717         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
8718         AC_TYPE_OFF_T): Likewise.
8719         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
8720         Likewise.
8722         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
8723         pacify libtool 1.5.2.  Fix quoting problems in sed command.
8725 2004-03-28  Paul Eggert  <eggert@twinsun.com>
8727         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
8728         now defines HAVE_DECL_TZNAME if it is declared, when
8729         HAVE_STRUCT_TM_TM_ZONE is not defined.
8730         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
8731         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
8732         for HAVE_TZNAME.
8734 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
8736         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
8737         superfluous backslashing of quotes (") in sed expressions;
8738         thanks to Paul Eggert.
8740 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
8742         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
8743         Fortran compiler is ifort, also added pghpf; thanks to Nelson
8744         H. F. Beebe for the bug report.
8746 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
8748         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
8749         quoted -cmdline argument in Portland Group compiler (bug
8750         reported by Jeffrey J. Barteet).
8752 2004-03-25  Kevin Ryde  <user42@zip.com.au>
8754         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
8755         (Run Time): ... here, where it's now mentioned.
8757 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
8759         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
8760         inherits from language Autoconf-without-aclocal-m4.
8761         (Customizing autom4te): Adjust example; the cache must now be
8762         disabled for language Autoconf-without-aclocal-m4.
8764 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
8765             Nathanael Nerode  <neroden@twcny.rr.com>
8767         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
8768         AC_CHECK_TOOLS): Warn if a cross-tool is found without
8769         a prefix.
8770         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
8771         AC_CHECK_TARGET_TOOLS): New macros.
8772         * doc/autoconf.texi (Generic Programs): Document
8773         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
8774         AC_CHECK_TARGET_TOOLS, and warn for future changes
8775         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
8776         AC_CHECK_TOOLS.
8777         (Specifying Names): Document the reason for these future
8778         behavioral changes.
8779         * tests/mktests.sh: Do not generate tests for the
8780         new macros.
8781         * NEWS: Document these changes.
8783         * doc/autoconf.texi: Avoid macros with unbraced arguments,
8784         they make TeX hang up.
8786 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
8788         * NEWS: New macro AC_CHECK_ALIGNOF.
8789         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
8790         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
8791         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
8792         vowel.
8793         (AC_CHECK_ALIGNOF): New macro.
8794         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
8795         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
8796         those for sizeof.
8798 2004-03-03  Paul Eggert  <eggert@twinsun.com>
8800         * bin/Makefile.am (edit): Don't use $< in a context where
8801         POSIX doesn't require support for it.  Use $@.in instead.
8802         Problem reported by Anthony N. Frasso in
8803         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
8804         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
8806 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
8808         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
8809         from the next generation of Libtool.
8810         * lib/autom4te.in (Autoreconf-preselections): Ditto.
8812 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
8814         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
8815         is not always thread-safe.  Report from Nathanael Nerode.
8817 2004-02-18  Paul Eggert  <eggert@twinsun.com>
8819         Fix a dependencies problem, stemming from a Autoconf 2.59 build
8820         problem on QNX reported by Stephen Rasku in
8821         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
8823         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
8824         $(m4sh_m4f_dependencies); this removes a FIXME.
8825         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
8826         (MAINTAINERCLEANFILES): Split into pieces,
8827         one per related section.  Add $(srcdir)/wrapper.in.
8829 2004-02-09  Paul Eggert  <eggert@twinsun.com>
8831         * doc/autoconf.texi (Setting Output Variables): Emphasize that
8832         AC_SUBST provides no portable way to escape literal newlines.
8834         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
8835         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
8836         Darwin uses -lcrt2.o and there's little point to cataloging all
8837         the system variants.  Partial fix reported by Andreas Waechter in:
8838         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
8839         for bug reported by Nelson H. F. Beebe in:
8840         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
8842 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
8844         * doc/autoconf.texi (AU_DEFUN): Fix English,
8845         suggested by Paul Eggert.
8846         * lib/autoconf/autoupdate.m4: Correct reference to
8847         acobsolete.m4, suggested by Alexandre Duret-Lutz.
8849 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
8851         * bin/autoupdate.in: Define __file__ so that warnings
8852         refer to the correct file.
8853         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
8854         the behavior of the third argument.
8855         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
8856         correctly the behavior of the third argument.  Document
8857         what the three macros that AU_DEFUN defines do.  Fix
8858         warning message when the third argument includes $0
8859         (reported by Alexandre Duret-Lutz).
8861 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
8862             Eric Sunshine  <sunshine@sunshineco.com>
8863             Paul Eggert  <eggert@twinsun.com>
8865         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
8866         (AS_INIT): Output shell initialization there. Removed optional
8867         parameter. Expand _AS_SHELL_FN_SPY.
8868         (AS_INIT_WITH_SHELL_FN): Removed.
8869         (_AS_SHELL_FN_SPY): New macro.
8870         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
8871         macros.
8872         (AS_SHELL_SANITIZE): Remove loop to find better shell
8873         and documentation for the parameter.
8874         (_AS_DETECT_BETTER_SHELL): Move it here.
8875         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
8876         (_AS_RUN): Move it here, support testing with eval.
8877         (AS_REQUIRE_SHELL_FN): Require shell functions when
8878         it is used.
8879         (_AS_LINENO_WORKS): Put around braces, we do not
8880         trigger the bash bug anymore.
8881         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
8882         use AS_INIT_WITH_SHELL_FN.
8883         * bin/autoconf.in, tests/wrapper.in: Regenerated.
8885 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
8887         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
8888         * doc/autoconf.texi: Don't say that the third parameter
8889         is broken.
8890         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
8891         (AU_DEFUN): Honor the third parameter, create autoupdate
8892         macros with AU_DEFINE.
8893         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
8894         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
8895         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
8896         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
8897         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
8898         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
8899         AC_XENIX_DIR): Likewise.
8900         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
8901         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
8902         * lib/autoconf/status.m4: Remove FIXME.
8903         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
8904         that the macro is not present anymore in the updated
8905         configure.ac.
8906         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
8907         of autoupdate.
8909 2004-01-28  Paul Eggert  <eggert@twinsun.com>
8911         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
8912         copyright years.
8913         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
8914         2003 (except 1997) to the list of copyright years.  This undoes
8915         the 2003-05-22 change, which removed the older years from the list.
8916         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
8918 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
8919             Albert Chin-A-Young  <china@thewrittenword.com>
8921         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
8922         grep or ggrep program in PATH that accepts as long lines as
8923         possible.
8924         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
8925         AC_PROG_GREP.
8926         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
8927         egrep and fgrep respectively if $GREP -E/-F don't work.
8928         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
8929         _AC_PROG_GREP, and AC_PROG_SED.
8930         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
8931         longest input length accepted by a command.
8932         (AC_PROG_SED): Use it.
8933         * doc/autoconf.texi (Particular Programs): Document the changes.
8934         * NEWS: Updated.
8936 2004-01-27  Paul Eggert  <eggert@twinsun.com>
8938         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
8939         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
8940         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
8941         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
8943         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
8944         bin/autoconf.in, config/Makefile.in, config/config.guess,
8945         config/config.sub, config/install-sh, config/mdate-sh,
8946         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
8947         lib/Makefile.in, lib/Autom4te/Makefile.in,
8948         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
8949         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
8950         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
8951         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
8952         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
8953         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
8954         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
8955         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
8956         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
8957         tests/actypes.at: Regenerate and/or sync with original
8958         sources.
8960 2004-01-26  Paul Eggert  <eggert@twinsun.com>
8962         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
8963         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
8964         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
8965         not <inttypes.h>.  Problem reported by Tim Mooney in
8966         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
8967         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
8968         Likewise.
8970         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
8971         otherwise "make check" fails because it forbids cmp (I guess
8972         because cmp treats files as binary on DOS-like systems).
8974         * tests/mktests.sh: Update copyright date to 2004, since some tests
8975         have changed in 2004.
8977 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
8979         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
8980         non-truncating sed or gsed program in PATH.
8981         * tests/acprograms.at: Add it.
8982         * doc/autoconf.texi (Particular Programs): Document it.
8983         * NEWS: Updated.
8985 2004-01-15  Paul Eggert  <eggert@twinsun.com>
8987         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
8988         -std1 disables some useful extensions on Tru64.  Problem reported
8989         by N. Lichtmaier in
8990         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
8992 2004-01-14  Paul Eggert  <eggert@twinsun.com>
8994         * doc/autoconf.texi (Programming in M4sh): Document that
8995         AS_MKDIR_P succeeds if the destination is a symbolic link
8996         to an existing directory.
8997         (Limitations of Usual Tools): Note that mkdir -p might not
8998         succeed on symlinks to directories.
9000 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
9002         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
9003         * bin/autoheader.in: Grammar fix in message.
9004         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
9005         Test for dir before calling mkdir -p.  (trivial changes)
9007 2004-01-13  Eric Blake  <ebb9@byu.net>
9009         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
9010         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
9012 2004-01-10  Jim Meyering  <jim@meyering.net>
9014         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
9016 2004-01-09  Paul Eggert  <eggert@twinsun.com>
9018         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
9019         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
9020         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
9021         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
9022         AC_COMPILE_IFELSE, since we now assume our caller invokes
9023         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
9024         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
9025         of AC_RUN_IFELSE; this avoids the warning mentioned above.
9026         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
9028 2004-01-07  Paul Eggert  <eggert@twinsun.com>
9030         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
9031         `"'...'"`, as it's confusing (and I suspect it may not work on
9032         some platforms).  The code was incorrect anyway, as it assumed
9033         that \$ evaluated to itself in that context.  Reported by
9034         Alexandre Duret-Lutz.
9036 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
9038         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
9039         and _LT_AC_TAGCONFIG.
9041 2004-01-06  Paul Eggert  <eggert@twinsun.com>
9043         * doc/autoconf.texi (One Macro Call): Fix an incorrect
9044         example, and add more examples.  Reported by Eric Sunshine.
9046 2004-01-05  Paul Eggert  <eggert@twinsun.com>
9048         * doc/autoconf.texi (Limitations of Usual Tools):
9049         Remove warning against "rm -fr" introduced yesterday; it
9050         was a false alarm.
9052         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
9053         autoscan, autoupdate, ifnames): Don't use chmod -w.
9054         * lib/Makefile.am (autom4te.cfg): Likewise.
9055         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
9056         "chmod -w".
9058 2004-01-04  Paul Eggert  <eggert@twinsun.com>
9059             Paolo Bonzini  <bonzini@gnu.org>
9061         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
9062         by doing lineno substitution only on lines containing "$LINENO".
9064 2004-01-04  Paul Eggert  <eggert@twinsun.com>
9066         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
9067         Use "rm -f" to remove conftest.sed, not plain "rm".
9068         Bug reported by David Relson in
9069         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
9071         * Makefile.am (autom4te-update):
9072         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
9073         * Makefile.maint (my-distcheck, do-po-update): Likewise.
9074         * doc/autoconf.texi (Guidelines): Likewise.
9075         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
9076         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
9077         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
9078         * lib/autotest/general.m4 (AT_INIT): Likewise.
9079         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
9080         * tests/Makefile.am (clean-local): Likewise.
9081         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
9082         srcdir): Likewise.
9083         * doc/autoconf.texi (Limitations of Usual Tools):
9084         Warn against "rm -fr".
9086 2004-01-03  Paul Eggert  <eggert@twinsun.com>
9088         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
9089         -c -o might not work.  From a suggestion by Kevin Ryde.
9090         (C Compiler, Generating Sources, Limitations
9091         of Usual Tools, Limitations of Make, Making testsuite Scripts):
9092         Don't put '-o' after non-options, as POSIX doesn't allow this.
9093         Mention that cc's name might be gcc or c89 or whatever.
9095 2004-01-04  Kevin Ryde  <user42@zip.com.au>
9097         * doc/autoconf.texi: Add various further index entries.
9099 2003-12-29  Paul Eggert  <eggert@twinsun.com>
9101         * bin/autoreconf.in (autoreconf_current_directory):
9102         Fix typo: mkdir without umask arg.
9104 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
9106         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
9107         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
9108         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
9109         explanation clearer.
9111 2003-12-24  Andreas Schwab  <schwab@suse.de>
9113         * doc/autoconf.texi (Default Includes): Fix misspelling of
9114         AC_INCLUDES_DEFAULT.
9116 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
9118         * configure.ac: Test if sh -n works.
9119         * configure: Regenerate.
9120         * tests/atlocal.in: Store the result here.
9121         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
9122         tools.at, looking in atlocal's ac_cv_sh_n_works instead
9123         of explicitly testing.
9124         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
9125         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
9126         * tests/tools.at (Syntax of the shell scripts): Simplify
9127         using AT_CHECK_SHELL_SYNTAX.
9128         (Syntax of the Perl scripts): Remove definition of
9129         AT_CHECK_PERL_SYNTAX.
9131 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
9133         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
9134         stderr to /dev/null.
9135         * bin/autoconf.in: Regenerate.
9136         * bin/wrapper.in: Regenerate.
9138 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
9140         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
9141         Extracted from AS_SHELL_SANITIZE.
9142         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
9143         macros.
9144         (AS_SHELL_SANITIZE): Move reinvocation code from
9145         _AS_LINENO_WORKS, use it to find out if shell
9146         functions work.
9147         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
9148         does not work.
9149         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
9150         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
9151         was called.
9152         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
9153         * bin/autoconf.in: Regenerate.
9154         * tests/wrapper.in: Regenerate.
9155         * tests/tools.at: Test the syntax of tests/autoconf
9156         and tests/testsuite.
9158 2003-11-24  Akim Demaille  <akim@epita.fr>
9160         * config/announce-gen (&print_locations, &print_signatures)
9161         (&sizes): New.
9162         Use them.
9163         No longer rely on Gnus to inline the list of signatures: compute
9164         them on the fly.
9166 2003-11-24  Akim Demaille  <akim@epita.fr>
9168         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
9169         override some files.
9170         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
9171         From Debian Autoconf 2.58.
9173 2003-11-24  Akim Demaille  <akim@epita.fr>
9175         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
9176         uses.
9177         From Debian Autoconf 2.58.
9179 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
9181         * TODO: Remove already done things.  Update the part about finding
9182         tools for the target.
9184 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
9186         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
9187         Make wording more consistent.
9188         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
9189         Explain the transition better.
9190         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
9191         the transition better.
9193 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
9195         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
9196         parameter of AU_DEFUN.
9197         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
9198         (AU_DEFUN): Remove the third parameter, it was not used.
9199         Use AC_DEFUN directly, not AU_DEFINE.
9200         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
9201         the expanded body, consistently with other macros such as AC_USG.
9203 2003-11-17  Paul Eggert  <eggert@twinsun.com>
9205         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
9206         into the initial confdefs.h, to work around a bug in NextStep 3.3
9207         patch 3 reported by Eric Sunshine.
9209 2003-11-15  Kevin Ryde  <user42@zip.com.au>
9211         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
9212         than $target since the latter is not usual, add guidelines on when to
9213         use or not use the system type.
9215 2003-11-12  Derek Price  <derek@ximbiot.com>
9217         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
9218         typo misrepaired by an auto-spellcheck.
9220 2003-11-12  Akim Demaille  <akim@epita.fr>
9222         * bin/autoreconf.in (&parse_args): Don't call automake with
9223         --force-missing unless it actually supports it.
9224         From Debian #219336.
9226 2003-11-12  Akim Demaille  <akim@epita.fr>
9228         * configure.ac: Bump to 2.59a.
9229         Require 2.59.
9231 2003-11-06  Akim Demaille  <akim@epita.fr>
9233         Version 2.59.
9235 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
9237         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
9238         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
9239         and ac_abs_top_srcdir are absolute paths.
9240         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
9242 2003-11-05  Akim Demaille  <akim@epita.fr>
9244         * configure.ac: Bump to 2.58a.
9246 2003-11-05  Kevin Ryde  <user42@zip.com.au>
9248         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
9249         it provokes a warning from makeinfo about looking like a cross
9250         reference in info output.
9252         * doc/autoconf.texi (Function Portability): Add notes on signal
9253         handler return type, as per AC_TYPE_SIGNAL.
9255 2003-11-04  Akim Demaille  <akim@epita.fr>
9257         Version 2.58.
9258         * doc/standards.texi: Update from master.
9260         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
9262 2003-11-04  Akim Demaille  <akim@epita.fr>
9264         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
9265         computing the absolute path to d1 in the source hierarchy: it may
9266         not exist at all.  So don't cd into it.
9267         From Alexandre Duret-Lutz.
9268         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
9270         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
9271         From Paul Eggert, but named after Perl's IO::Spec->catfile.
9272         * doc/autoconf.texi (Programming in M4sh): Document.
9273         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
9275 2003-11-03  Pavel Roskin  <proski@gnu.org>
9277         * doc/autoconf.texi (Generic Structure Checks): Describe
9278         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
9280 2003-10-31  Akim Demaille  <akim@epita.fr>
9282         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
9283         (GNU Fortran): New.
9284         * doc/autoconf.texi (Language Choice): Document.
9285         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
9286         the current language is Fortran.
9288 2003-10-31  Akim Demaille  <akim@epita.fr>
9290         * bin/autom4te.in (&freeze): Use a less likely warning separator
9291         than `\n\n', so that `\n\n\n' is valid in warnings.
9292         Reported by Steve Huston.
9294 2003-10-28  Akim Demaille  <akim@epita.fr>
9296         * Makefile.cfg (local_updates, executable-update): Tweak to be
9297         robust to parallel makes.
9298         Suggested by Alexandre Duret-Lutz.
9300 2003-10-27  Akim Demaille  <akim@epita.fr>
9302         * Makefile.cfg (executable-update): New.
9303         (local_updates): Call it.
9305 2003-10-27  Akim Demaille  <akim@epita.fr>
9307         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
9308         Don't remove core.* as it may remove valid user files.
9309         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
9310         (AC_FUNC_UTIME_NULL): Likewise.
9312 2003-10-23  Akim Demaille  <akim@epita.fr>
9314         Version 2.57g.
9315         * config/config.guess, config/config.sub: Upgrade from masters.
9317 2003-10-23  Akim Demaille  <akim@epita.fr>
9319         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
9320         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
9321         hand...
9323 2003-10-23  Akim Demaille  <akim@epita.fr>
9325         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
9326         Don't forget to remove conftest.err.
9328 2003-10-23  Akim Demaille  <akim@epita.fr>
9330         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
9331         same object file in $LIBOBJS.
9332         Reported by Alexandre Duret-Lutz & Derek Robert Price.
9333         * doc/autoconf.texi (Generic Functions): Adjust.
9335 2003-10-20  Paul Eggert  <eggert@twinsun.com>
9337         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
9338         Use 'eval', so that the resulting configure scripts work even if
9339         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
9341 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
9343         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
9344         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
9345         (_AC_LINK_IFELSE): Check the werror flag.
9346         * doc/autoconf.texi (Generic Compiler Characteristics): Document
9347         AC_LANG_WERROR.
9348         * NEWS: Mention it.
9350 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
9352         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
9353         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
9354         override AC_LINK_IFELSE.
9356 2003-10-15  Paul Eggert  <eggert@twinsun.com>
9358         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
9359         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
9360         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
9361         Mention /usr/dt/bin/dtksh on Solaris.
9362         (Shell Substitutions): Warn about $((...)).
9363         (Parentheses): New section.
9365 2003-10-15  Kevin Ryde  <user42@zip.com.au>
9367         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
9368         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
9370 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9372         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
9373         cross test.
9375 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
9377         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
9378         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
9380 2003-10-10  Andreas Schwab  <schwab@suse.de>
9382         * bin/autoheader.in: Avoid empty first line in --version and
9383         --help output.
9384         * bin/ifnames.in: Likewise.
9386 2003-10-09  Paul Eggert  <eggert@twinsun.com>
9388         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
9389         Issue a more-informative diagnostic.
9390         Problems reported by Eric Sunshine.
9392 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
9394         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
9395         -mGLOB_options_string stuff for Intel ifc, which can cause
9396         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
9397         pattern-matching instead of grep.
9399 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
9401         * doc/autoconf.texi: Document new FC Fortran macros.
9403 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
9405         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
9406         that future autopoint/aclocal/automake/autoreconf will be able
9407         to trace to find where to install local m4 macros.
9408         * doc/autoconf.texi (Input): Document it.
9409         * NEWS: Updated.
9411 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
9413         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
9414         -lcrtbegin.o to list of ignored flags and fix underquoting of
9415         -lcrt[01].o.
9417 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
9419         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
9420         cache variable instead of $G77 to decide whether to include -O2,
9421         since $G77 is specific to Fortran 77.
9423 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
9425         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
9426         free" flag.  Re-order flags tested into rough order of popularity.
9428 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
9430         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
9431         arguments so that it can be used with syntax identical to
9432         AC_PROG_F77, and so that we can more easily decide to
9433         remove/deprecate the DIALECT optional argument in the future if it
9434         proves troublesome.
9435         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
9436         non-freeform-supporting compilers.  Document freeform flags.
9438 2003-10-03  Akim Demaille  <akim@epita.fr>
9440         * configure.ac: Look for emacs, not macs.
9441         Reported by Eric Sunshine.
9443 2003-10-03  Akim Demaille  <akim@epita.fr>
9445         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
9446         * bin/autoreconf.in (autoreconf_current_directory): Create the
9447         AUX_DIR if needed, for sake of automake --add-missing etc.
9448         Suggested by Alexandre Duret-Lutz.
9450 2003-10-03  Akim Demaille  <akim@epita.fr>
9452         * configure.ac: Quotation and formatting changes.
9453         (EMACS): Don't set it if it is not recent enough to support
9454         autoconf-mode.el.
9455         From Eric Sunshine.
9457 2003-10-02  Akim Demaille  <akim@epita.fr>
9459         * bin/ifnames.in (&scan_file): Skip C++ comments.
9460         From Jeremy Yallop.
9462 2003-10-01  Pavel Roskin  <proski@gnu.org>
9464         * doc/autoconf.texi (Particular Structure Checks):
9465         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
9467 2003-10-01  Akim Demaille  <akim@epita.fr>
9469         Version 2.57f.
9471 2003-09-30  Paul Eggert  <eggert@twinsun.com>
9473         * lib/Autom4te/XFile.pm: Use Errno.
9474         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
9475         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
9477 2003-09-30  Akim Demaille  <akim@epita.fr>
9479         * config/announce-gen (&print_news_deltas): Extracted from...
9480         (&print_changelog_deltas): here.
9481         (&news_file): Rename as...
9482         (@news_file): this.
9484 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
9486         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
9487         have been created when invoking the compiler.
9488         * tests/fortran.at (GNU Fortran 77): Quote $G77.
9490 2003-09-29  Akim Demaille  <akim@epita.fr>
9492         Version 2.57e.
9494         * config/mkinstalldirs: Upgrade.
9496 2003-09-28  Paul Eggert  <eggert@twinsun.com>
9498         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
9499         Problem reported by Lars J. Aas in
9500         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
9501         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
9502         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
9503         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
9505 2003-09-26  Akim Demaille  <akim@epita.fr>
9507         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
9508         directory for AC_CONFIG_COMMANDS' first argument exists.
9509         This makes valid the invocation of _AC_SRCPATH that follows.
9510         Reported by Eric Sunshine.
9511         * doc/autoconf.texi (Configuration Commands): Adjust.
9513 2003-09-26  Akim Demaille  <akim@epita.fr>
9515         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
9516         Reported by Ralf Corsepius.
9518 2003-09-26  Akim Demaille  <akim@epita.fr>
9520         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
9521         arguments.
9522         Actually, use AU_ALIAS.
9523         From Bruno Haible.
9525 2003-09-26  Paul Eggert  <eggert@twinsun.com>
9527         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
9528         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
9529         Problem reported by Eric Sunshine in:
9530         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
9532 2003-09-26  Akim Demaille  <akim@epita.fr>
9534         The test suite are sometimes assigning timings incorrectly.
9535         Reported by Henk Krus.
9536         Diagnosed by Nicolas Joly.
9538         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
9539         AT_help_all.
9540         Instead of making AT_help a sequence of assignments to grow
9541         $at_help_all, just make AT_help_all be the growing contents of
9542         $at_help_all, and make a single assignment in...
9543         (AT_INIT): here.
9544         (at_times_skip): Flip the meaning and rename as...
9545         (at_times_p): this.
9546         (AT_INIT): When summarizing the test that ran, remove
9547         $at_times_file after use, and check it is present before trying to
9548         use it.
9550 2003-09-25  Akim Demaille  <akim@epita.fr>
9552         Version 2.57d.
9554         * bin/Makefile.am (edit): Handle '@configure_input@'.
9555         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
9556         (ifnames): chmod -w.
9557         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
9558         executables, not bin/ executables!  Otherwise all the magic needed
9559         to find non installed files is turned off.  This caused a failure
9560         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
9561         as found in its environment (sent by tests/autoreconf): pointing
9562         to bin/autom4te that could not find its files.
9563         * tests/mktests.sh: Force the replacement of generated files, for
9564         the sake of "mv" program that are interactive when overwriting a
9565         -w file.
9566         * config/install-sh: Upgrade from CVS Automake.
9568 2003-09-23  Paul Eggert  <eggert@twinsun.com>
9570         * doc/autoconf.texi (Limitations of Builtins): Document test -h
9571         versus test -L issues.
9573 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
9574             Paul Eggert  <eggert@twinsun.com>
9576         Trivial change to support GCC's configuration procedure.
9577         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
9578         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
9579         about inconsistency if the preprocessor is set to give errors for
9580         any warning.
9581         * doc/autoconf.texi (C Compiler Characteristics): Document this.
9583 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
9585         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
9586         and XFile.pm from Automake.
9587         * lib/Autom4te/XFile.pm: Update from Automake.
9589 2003-09-12  Akim Demaille  <akim@epita.fr>
9591         Version 2.57c.
9593 2003-09-12  Akim Demaille  <akim@epita.fr>
9595         * config/config.guess, config/config.sub, config/missing,
9596         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
9597         from masters.
9599 2003-09-12  Akim Demaille  <akim@epita.fr>
9601         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
9602         not asm/types.h.
9604 2003-09-11  Akim Demaille  <akim@epita.fr>
9606         * doc/autoconf.texi (Header Portability): linux/random.h.
9607         From Peter Hendrickson.
9609 2003-09-10  Akim Demaille  <akim@epita.fr>
9611         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
9612         willing to edit the output files.
9614 2003-09-10  Akim Demaille  <akim@epita.fr>
9616         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
9617         and AC_FC_FREEFORM.
9618         * tests/mktests.sh: Skip AC_FC_SRCEXT.
9619         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
9621 2003-09-09  Akim Demaille  <akim@epita.fr>
9623         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
9624         Reported by Gary Vaughan.
9625         * bin/autom4te.in (handle_m4): Likewise.
9627 2003-09-09  Akim Demaille  <akim@epita.fr>
9629         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
9630         trailing files.
9632 2003-09-07  Paul Eggert  <eggert@twinsun.com>
9634         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
9635         Improve the accuracy of the wording about obsolescence.
9636         From a suggestion by Ian Lance Taylor in
9637         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
9639 2003-09-05  Paul Eggert  <eggert@twinsun.com>
9641         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
9642         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
9644 2003-09-04  Akim Demaille  <akim@epita.fr>
9646         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
9647         AC_FUNC_WAIT3.
9649 2003-09-04  Akim Demaille  <akim@epita.fr>
9651         * bin/autom4te.in: Use &fatal where more appropriate than &error.
9652         (freeze): When exiting, use $exit_code.
9653         * lib/autoconf/fortran.m4: Comment changes.
9655 2003-09-04  Akim Demaille  <akim@epita.fr>
9657         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
9659 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
9661         Add support for newer Fortran dialects.  The F77 interface is
9662         unchanged, and continues to support Fortran 77.  New FC macros
9663         correspond to all the old F77 macros, with output variables FC,
9664         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
9665         available dialect, but older dialects can be specified.  There are
9666         new macros AC_FC_SRCEXT to set the source extension, and
9667         AC_FC_FREEFORM to accept free-form source files.
9669         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
9670         New macros.
9671         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
9672         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
9673         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
9674         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
9675         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
9676         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
9677         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
9678         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
9679         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
9680         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
9681         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
9682         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
9683         AC_FC_SRCEXT, AC_FC_FREEFORM):
9684         New macros.
9685         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
9686         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
9687         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
9688         Rewrite in terms of the above.
9689         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
9690         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
9691         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
9692         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
9694 2003-09-02  Paul Eggert  <eggert@twinsun.com>
9696         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
9697         Document problems with timestamp resolution that 'make', 'cp -p', and
9698         'touch -r' have.
9700 2003-08-27  Akim Demaille  <akim@epita.fr>
9702         * tests/m4sugar.at (cross_warning): Make sure to enable the
9703         output, so that we can track spurious m4sugar output.
9704         * tests/local.at: Require 2.57.
9705         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
9706         are defaulted by AT_CHECK anyway.
9707         Use AT_CHECK_AUTOM4TE.
9708         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
9709         missing dnl.
9711 2003-08-27  Akim Demaille  <akim@epita.fr>
9713         * bin/autoheader.in: Issue the "Using auxiliary..." message only
9714         when -Wobsolete is set.
9715         Set it on by default.
9716         Suggested by Klee Dienes.
9718 2003-08-27  Akim Demaille  <akim@epita.fr>
9720         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
9721         documentation.
9722         From Guido Draheim.
9724 2003-08-26  Akim Demaille  <akim@epita.fr>
9726         * doc/autoconf.texi (Output): Make clear that one can run code
9727         after AC_OUTPUT.
9729 2003-08-25  Akim Demaille  <akim@epita.fr>
9731         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
9732         CVS Bison.
9734 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
9736         * bin/autoreconf.in (parse_args): Do not pass --no-force to
9737         Automake versions prior to 1.8.
9739 2003-08-25  Akim Demaille  <akim@epita.fr>
9741         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
9742         From Ville Karaila.
9744 2003-08-24  Akim Demaille  <akim@epita.fr>
9746         * configure.ac: Bump to 2.57c.
9748 2003-08-22  Akim Demaille  <akim@epita.fr>
9750         Version 2.57b.
9752         * Makefile.cfg (local-checks-to-skip): New.
9753         * Makefile.maint (local-check): Rename as...
9754         (local-checks-available): this.
9755         (local-check): New.
9757         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
9758         * configure.ac: Require Automake 1.7.6.
9760 2003-08-22  Akim Demaille  <akim@epita.fr>
9762         Output stack traces in warnings.
9764         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
9765         Replace the former...
9766         (m4_warn): Pass the call stack to _m4_warn.
9767         * bin/autom4te.in: Adjust to output the call stack.
9768         * tests/m4sugar.at (m4@&t@_warn): Adjust.
9770 2003-08-22  Akim Demaille  <akim@epita.fr>
9772         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
9773         * bin/autom4te.in: Adjust.
9775 2003-08-21  Akim Demaille  <akim@epita.fr>
9777         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
9778         (&verbose): Remove.
9779         (&getopt): Adjust the note and verb channels, depending upon
9780         --verbose.
9781         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
9782         * bin/autoupdate.in: Adjust.
9783         Use &verb, not &verbose.
9785 2003-08-21  Akim Demaille  <akim@epita.fr>
9787         * bin/autoheader.in (&parse_args): Use &parse_warnings and
9788         &parse_WARNINGS.
9789         ($help): Use Autom4te::ChannelDefs::usage.
9790         * bin/autoscan.in: Use Autom4te::ChannelDefs.
9791         * lib/Autom4te/General.pm: Don't export error: you don't own it.
9793 2003-08-21  Akim Demaille  <akim@epita.fr>
9795         First stab at preserving warnings between calls to autom4te,
9796         including when the cache is used.
9798         There are still several issues: (i) there are too many runs of m4
9799         (one for include, one for warnings, and some more), (ii) warnings
9800         spreading on several lines are not handled gracefully, (iii) the
9801         code meant to have the call stack display for errors does not work
9802         (its handling should move from m4 to autom4te).
9804         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
9805         Use them.
9806         (@preselect): Add m4_warn.
9807         ($exit_status): Remove, use $exit_code.
9808         ($help): Use Autom4te::ChannelDefs::usage.
9809         (&handle_m4): No longer define the m4_warnings.
9810         At each run, extract and report the warnings.
9811         Always cache the result, including if the exit status is on
9812         failure, since if nothing changes, we should result in the same
9813         failure, hence we can use the cache.
9814         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
9815         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
9816         Remove.
9817         (m4_warn): Redefine as a do-nothing: it is its invocation that
9818         matters, as warnings are now reported via traces.
9819         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
9820         the contents of m4_warn: make it _call_ m4_warn, so that tracing
9821         the latter reveals calls to the former.
9823         Adjust the tests.
9825         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
9827 2003-08-21  Akim Demaille  <akim@epita.fr>
9829         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
9830         Use them.
9832 2003-08-21  Akim Demaille  <akim@epita.fr>
9834         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
9835         forward order.
9836         * lib/Autom4te/ChannelDefs.pm: Doc typos.
9837         (&parse_warnings): Accept a list of warning requests.
9838         (&usage): Return a string, not a side effect.
9839         (cross): New warning category.
9841 2003-08-21  Akim Demaille  <akim@epita.fr>
9843         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
9844         (&require_configure_ac): Accept an optional directory argument.
9845         ($configure_ac): Remove.
9846         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
9847         (&catfile): Remove.
9848         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
9849         * bin/autoscan.in: Adjust.
9851 2003-08-20  Akim Demaille  <akim@epita.fr>
9853         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
9854         Reported by Alexandre Duret-Lutz.
9856 2003-08-20  Akim Demaille  <akim@epita.fr>
9858         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
9859         * bin/autom4te: Adjust.
9860         In particular, be Autoconf tools are really silent when properly
9861         working, bind the verbosity of the 'note' channel to $verbose.
9862         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
9863         (&xsystem, &contents): Remove, since they are exported by...
9864         * lib/Autom4te/FileUtils.pm: this.
9865         More perldoc.
9866         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
9867         * lib/Autom4te/FileUtils.pm: here.
9869 2003-08-20  Akim Demaille  <akim@epita.fr>
9871         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
9872         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
9873         from CVS Automake.
9875 2003-08-20  Akim Demaille  <akim@epita.fr>
9877         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
9878         (autom4te-update): New.
9879         * Makefile.cfg (update): Bind autom4te-update.
9881 2003-08-19  Derek Price  <derek@ximbiot.com>
9883         * lib/autotest/general.m4: Comment various HELP_* diversions.
9884         (PARSE_ARGS_BEGIN): New section for option parsing related
9885         initialization.
9886         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
9887         package specific options and associated help.
9889 2003-08-19  Akim Demaille  <akim@epita.fr>
9891         * config/announce-gen, Makefile.cfg: New.
9892         * Makefile.am: Adjust.
9893         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
9895 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
9897         * lib/autom4te.in (Automake-preselections): Preselect
9898         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
9899         and m4_sinclude.
9901 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
9903         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
9904         (Autoconf-without-aclocal-m4): ... this new language.
9905         * doc/autoconf.texi (autom4te Invocation): Mention
9906         Autoconf-without-aclocal-m4.
9908 2003-08-18  Derek Price  <derek@ximbiot.com>
9910         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
9911         RUN-IF-PASS optional arguments.
9913 2003-08-18  Derek Price  <derek@ximbiot.com>
9915         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
9917 2003-08-16  Derek Price  <derek@ximbiot.com>
9919         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
9920         STDOUT & STDERR arguments.
9922 2003-08-14  Derek Price  <derek@ximbiot.com>
9924         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
9925         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
9926         shorter column three.  Add DESCRIPTION to log file content.
9928 2003-08-13  Derek Price  <derek@ximbiot.com>
9930         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
9931         output.
9933 2003-08-12  Derek Price  <derek@ximbiot.com>
9935         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
9936         (AT_CHECK_NOESCAPE): Move core functionality to...
9937         (_AT_CHECK): ...this new macro.
9939 2003-08-07  Derek Price  <derek@ximbiot.com>
9941         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
9942         (AT_CHECK_NOESCAPE): ...to this new macro.
9944 2003-07-31  Paul Eggert  <eggert@twinsun.com>
9946         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
9947         in Bash 2.01.  Problem reported by Brian Gough in
9948         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
9950 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
9952         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
9953         -lcrt1.o, for OS X.  (trivial change)
9955 2003-07-07  Paul Eggert  <eggert@twinsun.com>
9957         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
9958         inside '#ifndef __cplusplus'.  Problem reported by
9959         Bob Friesenhahn.
9961 2003-07-06  Bill Clarke  <llib@computer.org>
9963         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
9964         'long', not 'int', for benefit of Sun's recent C++ compilers
9965         (trivial change).  See:
9966         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
9967         (This really should be 'intptr_t', not 'long', but that would
9968         take more work.)
9970 2003-06-25  Akim Demaille  <akim@epita.fr>
9972         * lib/Makefile.am (autom4te.cfg): Make it read only.
9973         Depend on Makefile since it contains substitutions.
9974         From Paolo Bonzini.
9975         * lib/autom4te.in (args): Add local.at? for Autotest args.
9976         This change was made on autom4te.cfg which is generated.
9977         Reported by Raja R. Harinath.
9979 2003-06-25  Akim Demaille  <akim@epita.fr>
9981         * doc/autoconf.texi (Header Portability): sys/mount.h.
9982         From Gareth McCaughan.
9984 2003-06-23  Akim Demaille  <akim@epita.fr>
9986         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
9987         not all of them.  This fixes 1. the fact that when testing
9988         Autoconf there are many many config.log, 2. the incorrect use of
9989         top_srcdir to find config.log.
9990         Don't mix the detailed output of failed test with the summary of
9991         failures.  Rather, append detailed log afterwards.
9993 2003-06-23  Akim Demaille  <akim@epita.fr>
9995         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
9996         always run: output config.log on $at_group_log.
9998 2003-06-23  Akim Demaille  <akim@epita.fr>
10000         * tests/torture.at (#define header templates): Don't use quotes in
10001         C++ comments as it puzzles Emacs' sh font-lock-mode.
10003 2003-06-23  Akim Demaille  <akim@epita.fr>
10005         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
10006         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
10007         * tests/atspecific.m4: Rename as...
10008         * tests/local.at: This.
10009         * tests/suite.at: Move the globals into...
10010         * tests/local.at: here.
10011         * tests/Makefile.am: Adjust.
10012         * doc/autoconf.texi (testsuite Scripts): Adjust.
10014 2003-06-21  Kevin Ryde  <user42@zip.com.au>
10016         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
10017         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
10018         ensuring we add -std1 for full-ANSI.
10020         * doc/autoconf.texi (hdrindex): New macro.
10021         Add index entries for portability of various standard header files.
10023 2003-06-20  Akim Demaille  <akim@epita.fr>
10025         * configure.ac: Bump to 2.57b.
10027 2003-06-20  Akim Demaille  <akim@epita.fr>
10029         Version 2.57a.
10031 2003-06-20  Akim Demaille  <akim@epita.fr>
10033         * bin/autom4te.in: Don't rely on $HOME being defined.
10034         Reported by Marc Espie as PR/233.
10036 2003-06-20  Akim Demaille  <akim@epita.fr>
10038         * lib/autotest/general.m4: Use at_times_file only if used.
10039         From Nicolas Joly.
10041 2003-06-20  Akim Demaille  <akim@epita.fr>
10043         * config/config.guess, config/config.sub, config/elisp-comp,
10044         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
10045         Update from masters.
10047 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
10049         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
10050         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
10051         (TEST_SCRIPT): New diversion.
10052         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
10053         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
10054         (AT_INIT): Support for expected failures.
10056 2003-06-02  Akim Demaille  <akim@epita.fr>
10058         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
10059         changes.
10060         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
10061         Autoconf nor Automake.
10062         (&contents): New, from Automake.
10063         PODify.
10065 2003-05-28  Paul Eggert  <eggert@twinsun.com>
10067         * NEWS, doc/autoconf.texi (Particular Functions),
10068         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
10069         is the inverse of localtime.
10071 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
10073         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
10074         (handle_exec_errors): New function.  Work around $! being
10075         altered by WEXITSTATUS.
10076         (xqx, xsystem): Use handle_exec_errors.
10078 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
10080         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
10081         Do not call `_exit()', simply modify `$?'.
10082         (xsystem): Reset $! before running system, and check it afterward.
10083         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
10084         63 for version mismatches.
10086 2003-05-23  Akim Demaille  <akim@epita.fr>
10088         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
10089         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
10090         the middle of a line).
10091         * lib/m4sugar/m4sugar.m4: Likewise.
10092         Remove useless spaces in comments.
10094 2003-05-23  Akim Demaille  <akim@epita.fr>
10096         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
10097         exit 63, so that we (or Automake's "missing") can tell the
10098         difference with a plain failure.
10099         * doc/autoconf.texi (Notices): Adjust.
10101 2003-05-23  Akim Demaille  <akim@epita.fr>
10103         * Makefile.am, bin/Makefile.am, config/Makefile.am,
10104         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
10105         White spaces cleanup.
10107 2003-05-22  Jim Meyering  <jim@meyering.net>
10108             Paul Eggert  <eggert@twinsun.com>
10110         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
10111         Remove `#include <stdlib.h>' from the list; we should never
10112         make confdefs.h include <stdlib.h> or <cstdlib>, because the
10113         resulting namespace pollution would cause other tests to fail.
10114         Configure scripts run with some older versions of g++ and HP's
10115         aCC would fail due to such an #include.  Problems reported by
10116         Matthew Mueller in <http://bugs.debian.org/120704> and by
10117         Keith Bostic in
10118         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
10119         In the test, use the test declaration before including <stdlib.h>,
10120         as that's closer to how it'll be used.
10122 2003-05-23  Akim Demaille  <akim@epita.fr>
10124         * doc/autoconf.texi (Header Portability): ucred.h.
10125         From Ian Redfern.
10127 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
10129         Overhaul Autotest's logging: generate separate log files
10130         in testsuite.dir/NNN/testsuite.log, and append them to
10131         testsuite.log instead of re-running the test verbosely.
10133         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
10134         file descriptor, write 0 to at_status_file instead of setting
10135         at_status=0, initialize some new variables (at_status_file,
10136         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
10137         to rerun the tests, instead append the at_group_log to the
10138         at_suite_log when a test fails.
10139         (AT_SETUP): pipe the test case's output into at_tee_pipe,
10140         with the AS_MESSAGE_LOG_FD redirected to stdout.
10141         (AT_CLEANUP): save the output status in $at_status_file
10142         and restore it, redirect the AS_MESSAGE_LOG_FD back to
10143         its original place.
10144         (AT_CHECK): since tests are run with a redirected stdout,
10145         and used to be re-run in verbose mode, turn some $at_verbose
10146         into echo, and don't redirect the output of testing stdout
10147         and stderr.
10149         * lib/autotest/autoconf.texi (testsuite Scripts): Update
10150         the name of the debugging directory and information about
10151         its contents.
10153 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
10155         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
10156         parameter.
10158 2003-05-22  Akim Demaille  <akim@epita.fr>
10160         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
10161         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
10162         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
10163         * lib/autoconf/status.m4: Fix and adjust copyright notices.
10165 2003-05-22  Akim Demaille  <akim@epita.fr>
10167         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
10168         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
10169         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
10170         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
10171         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
10172         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
10173         * lib/autoconf/status.m4, lib/autoconf/types.m4,
10174         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
10175         * tests/atspecific.m4, tests/base.at, tests/compile.at,
10176         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
10177         * tests/tools.at, tests/torture.at:
10178         Whitespace clean up.
10179         Suggested by Jim Meyering.
10181 2003-05-22  Akim Demaille  <akim@epita.fr>
10183         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
10184         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
10185         Reported by Jim Meyering.
10187 2003-05-22  Akim Demaille  <akim@epita.fr>
10189         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
10190         Add AC_HELP_STRING  to the obsolete macros section.
10191         Typos.
10192         Use '@.' for sentences that ended in a capital letter.
10193         From Art Haas.
10195 2003-05-22  Akim Demaille  <akim@epita.fr>
10197         * config/config.guess, config/config.sub, config/elisp-comp,
10198         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
10199         * config/texinfo.tex, doc/standards.texi: Update from masters.
10201 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
10203         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
10204         it to eval.
10206 2003-05-21  Akim Demaille  <akim@epita.fr>
10208         * bin/autoupdate.in ($m4): Fix quotation.
10209         Reported by Martin Mokrejs.
10211 2003-05-19  Paul Eggert  <eggert@twinsun.com>
10213         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
10214         Remove non-ASCII characters.
10216 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
10218         * tests/semantics.at (AC_SEARCH_LIBS): New test.
10219         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
10220         AC_CHECK_HEADERS_NEW): New tests.
10222 2003-05-17  Akim Demaille  <akim@epita.fr>
10224         * lib/autoconf/functions.m4: Use the default includes so that
10225         memcmp be declared before being tested.
10226         Reported by Sander Niemeijer.
10227         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
10228         * doc/autoconf.texi (Default Includes): Document
10229         AC_INCLUDES_DEFAULT.
10231 2003-05-17  Akim Demaille  <akim@epita.fr>
10233         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
10234         * doc/autoconf.texi (Obsolete Macros): Adjust.
10235         Reported by Werner LEMBERG and Debian Bug 190886.
10237 2003-05-16  Akim Demaille  <akim@epita.fr>
10239         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
10240         user name space clashes.
10241         Reported by Bruno Haible.
10243 2003-05-16  Akim Demaille  <akim@epita.fr>
10245         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
10246         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
10247         them uniform, and more robust to Perl special characters.
10248         Reported by Martin Mokrejs.
10250 2003-05-14  Akim Demaille  <akim@epita.fr>
10252         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
10254 2003-05-14  Akim Demaille  <akim@epita.fr>
10256         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
10257         linux/irda.h.
10259 2003-05-12  Akim Demaille  <akim@epita.fr>
10261         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
10262         message.
10263         From Matthias Andree.
10265 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
10267         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
10268         and truncate.
10270 2003-05-06  Akim Demaille  <akim@epita.fr>
10272         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
10273         longer updates aclocal.m4 if useless, (ii) if a file m4_included
10274         by aclocal.m4 is changed it might require the importing of another
10275         m4 extension file, i.e., aclocal must be run.
10277         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
10278         (&parse_args): Use --force with aclocal if required and supported.
10279         (&autoreconf_current_directory): Use &run_aclocal.
10281 2003-05-06  Akim Demaille  <akim@epita.fr>
10283         Lock autom4te's cache.
10285         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
10286         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
10287         argument instead of a file name, so that the request file remains
10288         open during the whole autom4te run.
10289         ($icache_file): New.
10290         (&freeze): Lock the $icache_file.
10292 2003-04-29  Derek Price  <derek@ximbiot.com>
10294         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
10295         seperator with m4_append_uniq().  It doesn't work.
10296         (AT_CLEANUP): Add `;' to end of at_help_all.
10297         (AT_INIT): Allow --keywords to be specified more than once.  When
10298         grepping $at_help_all for keywords, use the field and keyword
10299         seperators to ensure a complete keyword match.  Alter at_prev handling
10300         to support the new --keywords behavior.
10302 2003-04-27  Karl Berry  <karl@freefriends.org>
10304         * doc/autoconf.texi: Make the dir entries in the autoconf manual
10305         align better with others.  I also made some of the individual
10306         entries on one line, for brevity and to make it easier for me to
10307         sort my dir-example file in the Texinfo distribution :).
10309 2003-04-12  Jim Meyering  <jim@meyering.net>
10311         * NEWS: Mention the new macro.
10312         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
10313         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
10314         * tests/c.at: Test AC_C_RESTRICT.
10315         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
10317 2003-04-08  Akim Demaille  <akim@epita.fr>
10319         * bin/ifnames.in: Skip C++ comments.
10320         From Jeremy Yallop.
10322 2003-04-08  Akim Demaille  <akim@epita.fr>
10324         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
10325         From Ilya Zakharevich.
10327 2003-04-08  Akim Demaille  <akim@epita.fr>
10329         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
10330         net/if.h, stdlib.h.
10332 2003-04-01  Derek Price  <derek@ximbiot.com>
10334         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
10335         from Akim's checkin of 2003-03-29.
10337 2003-04-01  Derek Price  <derek@ximbiot.com>
10339         * tests/torture.at (Configuring subdirectories): Add missing
10340         close-quote for Akim's change from 2003-03-28.
10342 2003-04-01  Akim Demaille  <akim@epita.fr>
10344         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
10345         (AC, AT, MS): these.
10346         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
10347         New.
10348         Use them.
10349         * doc/Makefile.am (CLEANFILES): Adjust.
10350         (TEXI2DVI): Make it --batch.
10352 2003-03-31  Derek Price  <derek@ximbiot.com>
10354         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
10355         which removed the main loop.
10356         Thanks to Akim Demaille.
10358 2003-03-29  Akim Demaille  <akim@epita.fr>
10360         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
10361         that starts a GUI.
10362         From Ilya Zakharevich.
10364 2003-03-29  Akim Demaille  <akim@epita.fr>
10366         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
10367         documentation to read is Autoconf's.
10368         Suggested by Paul Eggert.
10370 2003-03-28  Akim Demaille  <akim@epita.fr>
10372         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
10373         reading the section "Present But Cannot Be Compiled" when the
10374         header causes problems.
10376 2003-03-28  Akim Demaille  <akim@epita.fr>
10378         * tests/torture.at (Configuring subdirectories): Require aclocal
10379         1.4, otherwise the test fails, as it does support configure.ac.
10380         This fixes the "test 40 failed" bug reports.
10382 2003-03-28  Akim Demaille  <akim@epita.fr>
10384         * doc/autoconf.texi (C Compiler): `#line' portability.
10385         From Paul Eggert and Nelson H. F. Beebe.
10387 2003-03-27  Derek Price  <derek@ximbiot.com>
10389         * lib/autotest/general.m4: Eliminate main loop and reorganize test
10390         layout in order to allow scripting around test groups.
10392 2003-03-27  Derek Price  <derek@ximbiot.com>
10394         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
10395         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
10396         use new diversions in preparation for accepting new arguments and
10397         allowing scripting around tests.
10398         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
10400 2003-03-26  Derek Price  <derek@ximbiot.com>
10402         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
10403         obsolete AC_HELP_STRING.
10404         (AC_HELP_STRING): AU_DEFUN to...
10405         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
10406         * tests/m4sh.at (AS_HELP_STRING): New test.
10408         * tests/acgeneral.at: Regenerated.
10410 2003-03-26  Derek Price  <derek@ximbiot.com>
10412         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
10413         sense.  Verbosify the diversion definitions comment.
10415 2003-03-26  Derek Price  <derek@ximbiot.com>
10417         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
10418         AS_PREPARE.
10420 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
10422         * doc/autoconf.texi (Present But Cannot Be Compiled):
10423         Grammar fixes and minor rewording. (trivial change)
10425 2003-03-06  Paul Eggert  <eggert@twinsun.com>
10427         Work around a problem noted by Nelson H. F. Beebe with coreutils
10428         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
10429         2002/05/09) rejects '#line 32768 "configure"' because the line
10430         number overflows.
10431         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
10432         #line directives.
10433         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
10434         * doc/autoconf.texi (Generating Sources): Document this.
10436 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
10438         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
10439         file name for the m4 program, when it has an "exe" file extension.
10440         DJGPP's error messages include the error code in brackets -
10441         remove the error code during normalization.
10443 2003-02-28  Akim Demaille  <akim@epita.fr>
10445         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
10447 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
10449         * doc/autoconf.texi (Limitations of Make): Remove the section
10450         about `$<' in inference rules, it was a bogus interpretation of
10451         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
10452         Tru64 make in the "target lookup" section.
10453         (Automake): Automake 1.5+ no longer requires special tools to be
10454         present on the developer's host.
10456 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
10458         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
10459         to a shell that can handle redirection or quoting correctly.
10460         Override SHELL with the shell detected by configure.
10461         Use of $^O suggested by Tim van Holder.
10462         * bin/autom4te.in (BEGIN): Likewise.
10463         * bin/autoreconf.in (BEGIN): Likewise.
10464         * bin/autoscan.in (BEGIN): Likewise.
10465         * bin/autoupdate.in (BEGIN): Likewise.
10466         * bin/ifnames.in (BEGIN): Likewise.
10468         * bin/ifnames.in: Add final newline to help and version messages.
10470         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
10471         to cope with DOS-style absolute paths, when constructing
10472         ${ac_make}.
10474         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
10475         When constructing paths with IFS=:, quote the path. If we're
10476         constructing a DOS-style absolute path, we don't want to split it
10477         on the colon.
10479         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
10480         in description.
10482 2003-02-25  Pavel Roskin  <proski@gnu.org>
10484         * bin/autoheader.in: Add missing newline when printing
10485         suggestion how change AC_DEFINE call.
10487 2003-02-24  Paul Eggert  <eggert@twinsun.com>
10489         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
10490         2002-09-01 patch by replacing "test -n" with "test -z".
10491         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
10492         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
10494         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
10495         to fix a mismatch between example and discussion.
10497 2003-02-24  Kevin Ryde  <user42@zip.com.au>
10499         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
10500         format starting with "-".
10502 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
10504         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
10505         is not portable inside Makefile.
10507 2003-02-20  Akim Demaille  <akim@epita.fr>
10509         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
10510         compiler says yeah, but preproc says nope, compiler is right.
10511         Conversely, prompt the reader to send a bug report to the
10512         maintainers of the package, not of Autoconf.
10514 2003-02-20  Klee Dienes  <kdienes@apple.com>
10516         * bin/autoreconf.in (autoreconf_current_directory): Properly
10517         handle an empty aclocal.m4.
10519 2003-02-20  Akim Demaille  <akim@epita.fr>
10521         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
10522         $ac_prefix_program.
10523         From Larry Jones.
10525 2002-12-23  Paul Eggert  <eggert@twinsun.com>
10527         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
10528         innocuous variant befor including <limits.h> or <assert.h>.  This
10529         works around a bug reported by Albert Chin: HP-UX 11i
10530         (and earlier versions) have a <limits.h> that declares
10531         gettimeofday and many other functions.
10533 2002-12-03  Paul Eggert  <eggert@twinsun.com>
10535         Version 2.57.
10537         * NEWS, configure.ac: Update version.
10539         * doc/fdl.texi: Upgrade to FDL version 1.2.
10541         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
10542         nontrivially in main's body, so that f's external declaration is
10543         not optimized away in AIX.  This should fix the bug reported by
10544         Martin Frydl in
10545         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
10547         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
10548         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
10549         defined, to support freestanding compilers.  This should fix the
10550         bug reported by Momchil Velkov in
10551         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
10553         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
10554         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
10555         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
10556         by Simon Josefsson in
10557         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
10559         * Makefile.maint (www-gnu): New macro.
10560         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
10561         the location has moved.
10563 2002-12-02  Martin Frydl  <martin@systinet.com>
10565         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
10566         \(.*\) match is too long and there is something more to be checked.
10567         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
10569 2002-11-15  Akim Demaille  <akim@epita.fr>
10571         Version 2.56.
10573         * config/install-sh: chmod +x.
10574         From Paul Eggert.
10575         * config/move-if-change: Indenting changes.
10576         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
10577         * configure.ac (AM_INIT_AUTOMAKE): here.
10578         Require 1.7.1.
10580 2002-11-14  Akim Demaille  <akim@epita.fr>
10582         Version 2.55.
10584         * config/config.guess, config/config.sub, config/install-sh:
10585         Update from masters.
10587 2002-11-14  Akim Demaille  <akim@epita.fr>
10589         * Makefile.maint: Sync with Bison, i.e.:
10590         (po-check): Scan .l and .y files instead of the
10591         .c and the .h files that they generate.  This fixes the bug
10592         reported by Tim Van Holder in:
10593         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
10594         Look for N_ as well as for _.  Try to avoid matching #define for
10595         N_ and _.
10596         From Paul Eggert.
10598 2002-11-14  Akim Demaille  <akim@epita.fr>
10600         * doc/autoconf.texi (C Compiler): Compiling several files at once.
10601         From Paul Eggert and Albert Chin-A-Young.
10603 2002-11-14  Akim Demaille  <akim@epita.fr>
10605         * doc/autoconf.texi (C Compiler): Solitary backslashes.
10606         From Paul Eggert and Albert Chin-A-Young.
10608 2002-11-14  Kevin Ryde  <user42@zip.com.au>
10610         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
10611         than assigning in main, to avoid HP cc +O3 optimizing it away.
10613 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
10615         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
10616         option.  Process --recheck after parsing all options.  Pass -q
10617         option to configure on --recheck.
10618         (AC_OUTPUT): Pass -q from configure to config.status.
10619         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
10620         arguments to record.
10621         * doc/autoconf.texi (config.status Invocation): Document
10622         config.status -q option.
10624 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
10626         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
10627         Makefile.in if Makefile.am exists.
10628         (output): Strip `.am' from Makefiles.  Don't
10629         output AC_CONFIG_FILES if no Makefiles were found.
10631 2002-11-07  Akim Demaille  <akim@epita.fr>
10633         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
10634         (local_updates): New.
10635         * Makefile.maint: Update, from CVS Bison.
10636         (local_updates): New.
10638 2002-11-06  Akim Demaille  <akim@epita.fr>
10640         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
10641         declaration in extern "C" too.
10642         Reported by Roberto Bagnara.
10644 2002-11-06  Akim Demaille  <akim@epita.fr>
10646         * tests/torture.at (Configuring subdirectories): Don't use grep
10647         -w.
10648         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
10649         Reported by Ezra Peisach.
10651 2002-11-05  Akim Demaille  <akim@epita.fr>
10653         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
10654         Remove.
10655         We _have_ to stop using the old compatibility scheme that tried to
10656         avoid useless backslashes because Libtool 1.4.3 contains a
10657         AC_DEFINE([error_t], [int],
10658         [Define to a type to use for \`error_t' if it is not
10659         otherwise available.])
10660         We _have_ to quote the single quote and backslashes with \.  The
10661         old compatibility scheme saw that ` was backslashed, and therefore
10662         did not quote the single quote.  Hence before this patch, Autoconf
10663         was not compatible with Libtool.
10665 2002-11-04  Paul Eggert  <eggert@twinsun.com>
10667         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
10668         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
10669         LC_NAME, LC_PAPER, LC_TELEPHONE.
10670         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
10672 2002-11-04  Akim Demaille  <akim@epita.fr>
10674         Version 2.54c.
10676         * Makefile.maint (update, cvs-update, po-update, do-po-update):
10677         New.
10678         * config/texinfo.tex: Update.
10680 2002-11-03  Akim Demaille  <akim@epita.fr>
10682         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
10683         from...
10684         (&autoreconf): here.
10685         ($help, $make, &parse_args, &autoreconf_current_directory):
10686         Support -m/--make.
10687         * doc/autoconf.texi (autoreconf Invocation): Adjust.
10689 2002-10-31  Bruno Haible  <bruno@clisp.org>
10691         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
10692         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
10693         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
10694         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
10695         to ac_cv_func_realloc_0_nonnull.
10696         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
10698 2002-10-31  Akim Demaille  <akim@epita.fr>
10700         The test suite was no longer checking for trailing envvars and files.
10702         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
10703         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
10705 2002-10-31  Akim Demaille  <akim@epita.fr>
10707         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
10708         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
10709         Make variable, not a shell variable.
10710         Suggested by Bruno Haible.
10712 2002-10-31  Akim Demaille  <akim@epita.fr>
10714         * bin/autom4te.in (load_configuration): Reject #args out of any
10715         language.
10717 2002-10-31  Akim Demaille  <akim@epita.fr>
10719         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
10720         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
10721         (_AC_RUN_IFELSE): Use it.
10722         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
10723         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
10724         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
10725         inline it.
10727 2002-10-30  Akim Demaille  <akim@epita.fr>
10729         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
10730         * doc/autoconf.texi (autom4te Invocation): Adjust.
10731         Suggested by Tim van Holder.
10733 2002-10-29  Paul Eggert  <eggert@twinsun.com>
10735         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
10736         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
10737         Problem reported by Bruno Haible.
10739 2002-10-29  Akim Demaille  <akim@epita.fr>
10741         * doc/autoconf.texi (Header Templates): Put also in words what the
10742         pictures says to assist free style readers.
10743         (Customizing autom4te): s/--cache=/--cache /.
10745 2002-10-29  Akim Demaille  <akim@epita.fr>
10747         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
10748         sys/wait.h.
10749         sparc_address_test returns void.
10750         Use it with an argument, as prototyped.
10751         From Bruno Haible.
10753 2002-10-29  Akim Demaille  <akim@epita.fr>
10755         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
10756         configure.in, not configure.ac.
10757         Reported by Bruno Haible.
10759 2002-10-29  Akim Demaille  <akim@epita.fr>
10761         * tests/torture.at (Deep Package): New test.
10762         (Configuring subdirectories): Don't use a testSubDir as Autotest
10763         now does it itself.
10765 2002-10-29  Akim Demaille  <akim@epita.fr>
10767         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
10768         * doc/autoconf.texi (Invoking autom4te): Rename as...
10769         (autom4te Invocation): this, for consistency with the other nodes.
10771 2002-10-29  Akim Demaille  <akim@epita.fr>
10773         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
10774         Reported by Ralf Corsepius.
10776 2002-10-29  Akim Demaille  <akim@epita.fr>
10778         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
10779         characters is a back as an `obsolete' warning now.
10780         Reported by Ralf Corsepius.
10782 2002-10-28  Akim Demaille  <akim@epita.fr>
10784         * configure.ac: Bump to 2.54c.
10786 2002-10-28  Akim Demaille  <akim@epita.fr>
10788         Version 2.54b.
10790         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
10792 2002-10-28  Akim Demaille  <akim@epita.fr>
10794         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
10795         m4 executable names, and different GNU M4 version.
10796         Reported by Ezra Peisach and Paul Jarc.
10798 2002-10-27  Akim Demaille  <akim@epita.fr>
10800         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
10801         AC_RUN_IFELSE.
10803 2002-10-27  Akim Demaille  <akim@epita.fr>
10805         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
10806         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
10807         Die when a simple Fortran program cannot be compiled.
10808         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
10809         Issue a warning if no function is given.
10811 2002-10-27  Akim Demaille  <akim@epita.fr>
10813         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
10814         Move the documentation of AC_TRY_RUN to...
10815         (Obsolete Macros): here.
10816         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
10817         (autoconf Invocation): Remove the duplicates with `invoking
10818         autom4te'.
10819         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
10820         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
10822 2002-10-27  Akim Demaille  <akim@epita.fr>
10824         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
10825         and AC_LANG_FUNC_LINK_TRY.
10826         (Examining Libraries): Rename as...
10827         (Running the Linker): this.
10828         Document AC_LINK_IFELSE.
10829         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
10830         (Obsolete Macros): here.
10831         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
10832         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
10833         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
10834         * lib/autoconf/headers.m4 (AC_USG): Likewise.
10836 2002-10-27  Akim Demaille  <akim@epita.fr>
10838         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
10840         More `check config.log' messages.
10842         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
10843         * doc/autoconf.texi (Printing Messages): Document it.
10844         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
10845         appropriate.
10846         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
10847         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
10848         (_AC_COMPILER_OBJEXT): Likewise.
10849         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
10850         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
10851         Likewise.
10852         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
10853         Likewise.
10855         Deprecate macros with unusual interfaces.
10857         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
10858         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
10860         Document the new ones, and proper style.
10862         * doc/autoconf.texi (Generating Sources): New.
10863         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
10864         (Examining Declarations): Rename as...
10865         (Running the Preprocessor): this.
10866         Document AC_PREPROC_IFELSE.
10867         (Examining Syntax): Rename as...
10868         (Running the Compiler): this.
10869         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
10870         (Obsolete Macros): Move the definition of AC_TRY_CPP and
10871         AC_TRY_COMPILE here.
10873 2002-10-27  Akim Demaille  <akim@epita.fr>
10875         Move sections around.
10877         * doc/autoconf.texi (Customizing autom4te): Remove a lost
10878         sentence.
10879         Reported by Burno Haible.
10880         (Language Choice): Now the first section of...
10881         (Writing Tests): this section.
10882         Make the introduction less C-centric.
10883         (Guidelines, Test Functions): Move to...
10884         (Writing Test Programs): this new section.
10885         (Test Programs): Merge into...
10886         (Run Time): this.
10888 2002-10-27  Akim Demaille  <akim@epita.fr>
10890         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
10891         autom4te.in that resulted in the need for two `make' runs.
10893 2002-10-27  Akim Demaille  <akim@epita.fr>
10895         * configure.ac: Bump to 2.54b.
10897 2002-10-25  Akim Demaille  <akim@epita.fr>
10899         Version 2.54a.
10901         * Makefile.maint: Update from the Coreutils.
10902         (AMTAR): Remove, obsolete.
10903         (automake_repo): Update to redhat.com.
10904         (cvs_file): New.
10905         Adjust to the fact that ansi2knr is now hosted by Automake.
10906         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
10907         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
10908         Update from masters.
10909         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
10910         autoscan.pre is not to be installed, and autoscan.list is not to
10911         be shipped.
10912         (CLEANFILES): Add autoscan.list.
10913         (autoscan.list): Disable the cache.
10914         * bin/Makefile.am: Include freeze.mk.
10916 2002-10-25  Akim Demaille  <akim@epita.fr>
10918         * bin/autom4te.in (&load_configuration): Take the file as
10919         argument.
10920         (&parse_args): Handle -C, --cache.
10921         ($help): Adjust.
10922         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
10923         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
10924         * doc/autoconf.texi (Invoking autom4te): Document --cache.
10925         Now a subsection of...
10926         (Using autom4te): This new section.
10927         (Customizing autom4te): New.
10928         (autom4te.cache): Adjust.
10930 2002-10-25  Akim Demaille  <akim@epita.fr>
10932         * doc/autoconf.texi (Generic Headers): More information on how to
10933         use AC_CHECK_HEADERS.
10935 2002-10-25  Akim Demaille  <akim@epita.fr>
10937         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
10938         Space changes.
10940 2002-10-25  Akim Demaille  <akim@epita.fr>
10942         * bin/autoscan.in (output): Output AC_PREREQ.
10943         (%needed_macros): Add AC_PREREQ so that configure.ac without one
10944         be reported.
10946 2002-10-23  Akim Demaille  <akim@epita.fr>
10948         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
10949         document _Bool.
10951 2002-10-23  Akim Demaille  <akim@epita.fr>
10953         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
10954         Reported by Peter Eisentraut.
10956 2002-10-23  Akim Demaille  <akim@epita.fr>
10958         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
10959         type _Bool.
10960         Fix a typo.
10961         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
10962         Eggert's recommandations.
10964 2002-10-22  Akim Demaille  <akim@epita.fr>
10966         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
10967         Bison, by Paul Eggert.
10968         * doc/autoconf.texi (Particular Headers): Document it.
10970 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
10972         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
10973         `$ac_configure_args'.
10975 2002-10-22  Akim Demaille  <akim@epita.fr>
10977         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
10978         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
10979         From Art Haas.
10981 2002-10-22  Akim Demaille  <akim@epita.fr>
10983         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
10985         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
10986         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
10987         (_AC_CHECK_HEADER_NEW): Rename as...
10988         (AC_CHECK_HEADER): this.
10990 2002-10-22  Akim Demaille  <akim@epita.fr>
10992         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
10993         words about HP-UX cmp: it was actually a user-written cmp.
10995 2002-10-22  Akim Demaille  <akim@epita.fr>
10997         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
10998         are a few warnings.
10999         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
11000         Quote for Perl '' strings, not "".
11001         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
11002         strings.
11004 2002-10-22  Akim Demaille  <akim@epita.fr>
11006         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
11007         characters is a syntax warning now.
11008         (_AS_QUOTE): Accept $2 as list of characters to quote.
11009         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
11010         Quote for Perl, not sh.
11011         * bin/autoheader.in: When $debug, report the file which is
11012         `do'ne.
11013         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
11014         `@', to tickle Perl's lists.
11015         Reported by Carlos Velasco.
11017 2002-10-18  Akim Demaille  <akim@epita.fr>
11019         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
11020         missing included files _are_ errors.
11021         Thanks to Alexandre Duret-Lutz.
11022         * tests/tools.at (autom4te cache): Adjust.
11023         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
11024         (AT_CHECK_M4SUGAR): Use it.
11025         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
11026         Adjust.
11027         * tests/tools.at (autom4te): Now it does exit 1.
11029 2002-10-17  Akim Demaille  <akim@epita.fr>
11031         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
11032         Fixes the `AC_ARG_VAR' test failures.
11033         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
11034         * lib/freeze.mk (check-forbidden-patterns): New.
11035         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
11036         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
11037         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
11038         /dev/null.
11039         Reported months ago by H. Merijn Brand.
11041 2002-10-17  Akim Demaille  <akim@epita.fr>
11043         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
11045 2002-10-16  Paul Eggert  <eggert@twinsun.com>
11047         * Makefile.maint (wget_files): Remove ansi2knr.c.
11048         (ansi2knr.c-url_prefix): Remove.
11050 2002-10-16  Akim Demaille  <akim@epita.fr>
11052         Because of caching, some files that no longer exist and are no
11053         longer required can still cause errors.
11054         Reported by Alexandre Duret-Lutz.
11056         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
11057         to frozen files in @ARGV, as @ARGV must remain being a list of
11058         files.  Rather, at M4 call sites, use this...
11059         (&files_to_options): New function.
11060         (&freeze): Use &error.
11061         (&up_to_date): If a file that was included according to the cache
11062         is no longer there, then the output is out dated.
11063         (&main): Don't even check whether a file is up to date is anyway
11064         --force is given.
11065         * tests/tools.at (autom4te cache): New.
11067 2002-10-16  Akim Demaille  <akim@epita.fr>
11069         * bin/autoconf.as: Kill dead options.
11070         * bin/autoupdate.in (&parse_args): Kill old options.
11071         * bin/autoreconf.in (&parse_args): Remove dead options.
11072         Factor some code.
11073         (&autoreconf): Report the directories we enter *and leave*, so
11074         that error messages can be easily located, and use GNU Make
11075         format, so that Emacs' compile mode understands us.
11076         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
11077         if some file was changed instead of `print'.
11078         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
11079         (&parse_args): Remove the dead options.
11080         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
11081         autoheader's quiet mode.
11082         (AT_CHECK_AUTOUPDATE): Likewise.
11083         * tests/tools.at (autoupdate): Adjust.
11084         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
11086 2002-10-11  Akim Demaille  <akim@epita.fr>
11088         No longer use CPP to check for the existing of headers: use CC to
11089         check for compilability.
11091         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
11092         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
11093         (_AC_CHECK_HEADER_NEW): Rename as...
11094         (AC_CHECK_HEADER): this.
11096         * lib/autotest/general.m4 (AT_INIT): Include the failed test
11097         numbers in the Subject suggestion.
11099 2002-10-11  Akim Demaille  <akim@epita.fr>
11101         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
11102         Suggest using AC_CHECK_DECLS instead.
11104 2002-10-11  Akim Demaille  <akim@epita.fr>
11106         * tests/torture.at (AC_ARG_VAR): Have configure report the value
11107         of `precious'.
11109 2002-10-11  Akim Demaille  <akim@epita.fr>
11111         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
11112         file name to enable parallel executions.
11113         From Sam Varshavchik.
11115 2002-10-08  Akim Demaille  <akim@epita.fr>
11117         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
11118         aclocal invocation, as Gettext macros might not be visible to
11119         aclocal.
11120         Instead of blindly running autopoint, scan configure.ac (not the
11121         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
11122         Reported by Paul D. Smith.
11124 2002-10-08  Paul Eggert  <eggert@twinsun.com>
11126         Work around problems found when POSIXLY_CORRECT=1 is set.
11127         None of this seems to have anything to do with POSIX, really,
11128         but it's how Perl getopt works.
11129         * bin/autom4te.in (parse_args): Configure GetOpt with
11130         "permute", too.
11131         * doc/autoconf.texi (Invoking autom4te):
11132         --warning -> --warnings.
11133         * lib/autom4te.in: --warning -> --warnings.
11135 2002-09-28  Akim Demaille  <akim@epita.fr>
11137         * doc/autoconf.texi (autom4te.cache): New section.
11139 2002-09-28  Akim Demaille  <akim@epita.fr>
11141         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
11142         (Automake-preselections): Update.
11143         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
11145 2002-09-28  Akim Demaille  <akim@epita.fr>
11147         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
11148         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
11149         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
11150         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
11152 2002-09-28  Akim Demaille  <akim@epita.fr>
11154         * tests/torture.at (Configuring subdirectories): Be robust to
11155         users who use config.site to require for a cache: in this case,
11156         the two last configure runs, using two different sets of
11157         arguments, trigger a legitimate error.
11159 2002-09-28  Akim Demaille  <akim@epita.fr>
11161         * tests/m4sh.at (Functions Support, Functions and return Support):
11162         New.
11164 2002-09-28  Akim Demaille  <akim@epita.fr>
11166         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
11167         autoheader are Perl programs.
11168         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
11169         (autom4te): Specify that the sources are in the $srcdir.
11170         * doc/autoconf.texi (Installation Directory Variables): Adjust.
11172 2002-09-28  Akim Demaille  <akim@epita.fr>
11174         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
11175         (tm_zone): Move their rules to...
11176         * lib/autoconf/types.m4: here, using AN_ macros.
11177         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
11178         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
11179         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
11180         * lib/autoconf/programs.m4: here.
11181         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
11182         (ETAGS_FOR_AUTOCONF): New.
11183         Use it.
11185 2002-09-28  Akim Demaille  <akim@epita.fr>
11187         * lib/autoconf/autoscan.m4: New file.
11188         * lib/autoconf/autoconf.m4: Include it.
11189         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
11190         that were listed in the original autoscan.list.
11191         * lib/autoconf/headers.m4: Similarly with headers.
11192         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
11193         (.m4.m4f): Don't pass --prepend-include, since that's done by
11194         tests/autom4te itself.
11195         * lib/autoscan/Makefile.am: Include freeze.mk.
11196         (autoscan.list): New target --this file is no longer a source.
11197         (autoscan.pre): New file.
11199 2002-09-28  Akim Demaille  <akim@epita.fr>
11201         * bin/autoscan.in (@kinds): Make them singular.
11202         Adjust all uses.
11203         (&init_tables): When --debug, report the list of rules to ease
11204         tracking changes in autoscan.list.
11205         * lib/autoscan/autoscan.list (function): Strip comments, sort.
11207 2002-09-28  Akim Demaille  <akim@epita.fr>
11209         * lib/autoscan/functions, lib/autoscan/headers,
11210         * lib/autoscan/identifiers, lib/autoscan/makevars,
11211         * lib/autoscan/programs: Merge into...
11212         * lib/autoscan/autoscan.list: this.
11213         * bin/autoscan.in (&init_tables): Adjust.
11215 2002-09-28  Akim Demaille  <akim@epita.fr>
11217         * lib/autoscan/functions, lib/autoscan/headers,
11218         * lib/autoscan/identifiers, lib/autoscan/makevars,
11219         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
11220         `functions' line is now prefixed with `function:'.
11221         * bin/autoscan.in (&init_tables): Adjust.
11223 2002-09-28  Akim Demaille  <akim@epita.fr>
11225         From now on, autoscan files must always map a macro name to a
11226         word: there is no `default' macro for autoscan.
11228         * bin/autoscan.in (&init_tables): Reject entries with no macro at
11229         all.
11230         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
11231         explicit.
11233 2002-09-28  Akim Demaille  <akim@epita.fr>
11235         * bin/autoscan.in (%c_keywords): Remove.
11236         (&used): Keep only track of the words we might be interested in.
11237         (&output_kind): It is no longer needed to look for non active
11238         checks.
11240 2002-09-27  Akim Demaille  <akim@epita.fr>
11242         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
11243         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
11244         * lib/autoscan/functions: Adjust.
11245         * doc/autoconf.texi (Particular Functions): Adjust.
11247 2002-09-27  Akim Demaille  <akim@epita.fr>
11249         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
11250         from /tmp.
11251         Thanks to Bill Moseley and Paul Eggert.
11252         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
11253         the tmpdir must be created.
11254         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
11255         dir be in the build tree, instead of $TMPDIR.
11257 2002-09-27  Akim Demaille  <akim@epita.fr>
11259         * bin/autoscan.in: Improve the comments.
11260         (&parse_args): Drop obsolete undocumented options.
11261         (&output_kind): Output warnings.
11262         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
11263         (getwd): Trigger a warning.
11265 2002-09-26  Akim Demaille  <akim@epita.fr>
11267         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
11268         Reported by Ralf Corsepius.
11269         * doc/autoconf.texi (autoreconf Invocation): Likewise.
11271 2002-09-26  Akim Demaille  <akim@epita.fr>
11273         Single suffix rules and seperated dependencies are not portable.
11275         * doc/autoconf.texi (Installation Directory Variables): Update.
11276         (Limitations of Make): Some about `Single Suffix Rules and
11277         Separated Dependencies'.
11278         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
11279         (ifnames, autoscan, autom4te): Un-factor into several rules.
11281 2002-09-25  Paul Eggert  <eggert@twinsun.com>
11283         * BUGS (Interoperability bugs): New section.  Mention libtool
11284         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
11286 2002-09-24  Paul Eggert  <eggert@twinsun.com>
11288         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
11289         make handles suffix-rules differently from GNU make.
11291         * bin/Makefile.am (SUFFIXES, .in): Remove.
11292         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
11293         Move the body of the old .in rule here.
11295 2002-09-16  Akim Demaille  <akim@epita.fr>
11297         i960 compilers create `b.out' files by default.
11298         Reported by Ralf Corsepius.
11300         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
11301         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
11303 2002-09-13  Paul Eggert  <eggert@twinsun.com>
11305         * doc/autoconf.texi (Particular Headers): Remove obsolete
11306         reference to `struct timezone' in the description of
11307         AC_HEADER_TIME.
11309 2002-09-13  Akim Demaille  <akim@epita.fr>
11311         Version 2.54.
11313         * config/config.sub, config/config.guess: Update.
11314         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
11315         * Makefile.am: Adjust.
11317 2002-09-13  Akim Demaille  <akim@epita.fr>
11319         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
11320         reading config.log when the compiler is rejected.
11321         Suggested by Guido Draheim.
11323 2002-09-13  Akim Demaille  <akim@epita.fr>
11325         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
11326         (chdir_init) might hang when stat'ing mounted directories.
11327         Reported by Vance Shipley.
11329 2002-09-12  Akim Demaille  <akim@epita.fr>
11331         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
11332         the lists.
11334 2002-09-12  Akim Demaille  <akim@epita.fr>
11336         * doc/autoconf.texi (Defining Symbols): Present two different
11337         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
11338         difference between 1 argument calls, and 2-3 argument calls.
11340 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
11342         * doc/autoconf.texi: Review grammar and punctuation.
11344 2002-09-11  Paul Eggert  <eggert@twinsun.com>
11346         * doc/autoconf.texi: Fix minor formatting, spelling, and
11347         grammatical typos.
11348         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
11349         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
11350         is obsolescent.
11352 2002-09-11  Akim Demaille  <akim@epita.fr>
11354         * doc/autoconf.texi (Questions): Rename as...
11355         (FAQ): this.
11356         (Defining Directories): New.
11358 2002-09-09  Akim Demaille  <akim@epita.fr>
11360         * doc/autoconf.texi (Making testsuite Scripts): Update.
11361         Suggested by Nishio Futoshi.
11363 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
11365         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
11366         plain `@' is wanted.
11368 2002-09-09  Akim Demaille  <akim@epita.fr>
11370         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
11371         `duplicates', since the algorithm was too naive and could keep
11372         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
11373         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
11374         Reported by Ralf Corsepius.
11375         * tests/torture.at (Configuring subdirectories): Exercise these
11376         cases.
11378 2002-09-09  Akim Demaille  <akim@epita.fr>
11380         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
11381         looking for a replacement file.
11382         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
11383         directory is relative.
11384         * doc/autoconf.texi (Generic Functions): Clarify the replacement
11385         directory definition.
11386         Reported by Andreas Schwab and Jim Meyering.
11388 2002-09-06  Akim Demaille  <akim@epita.fr>
11390         * doc/autoconf.texi (Setting Output Variables): Clarify what
11391         precious variables are.
11392         Suggested by Pontus Skoeld.
11394 2002-09-05  Akim Demaille  <akim@epita.fr>
11396         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
11397         (ifnames, autoscan, autom4te): Since we don't only depend on
11398         configure.ac variables (such as VERSION etc.), but also on prefix
11399         and so forth, depend on Makefile, not configure.ac.
11400         Reported by Alexandre Duret-Lutz.
11401         * doc/autoconf.texi (Installation Directory Variables): Adjust.
11403 2002-09-05  Kevin Ryde  <user42@zip.com.au>
11405         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
11406         doesn't seem to be confined to ia64, just say "some versions".
11408 2002-09-04  Akim Demaille  <akim@epita.fr>
11410         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
11411         Automake 1.6c.
11412         * Makefile.am (maintainer-clean-local): Remove.
11413         (MAINTAINERCLEANFILES): Remove COPYING.
11415 2002-09-03  Paul Eggert  <eggert@twinsun.com>
11417         * doc/autoconf.texi (Configuration Commands): Remove obsolete
11418         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
11419         Brinkmann.
11421 2002-09-03  Akim Demaille  <akim@epita.fr>
11423         * configure.ac: Bump to 2.53d.
11424         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
11425         as of today, on Automake's team suggestion.
11427 2002-09-03  Akim Demaille  <akim@epita.fr>
11429         Version 2.53c.
11431 2002-09-02  Akim Demaille  <akim@epita.fr>
11433         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
11434         SITE_MACRO_DIR.
11435         * configure.ac: Disable SITE_MACRO_DIR.
11437 2002-09-02  Jim Meyering  <meyering@lucent.com>
11439         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
11440         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
11441         Also, tweak grammar: s/make sure to/be sure to/.
11443 2002-09-02  Paul Eggert  <eggert@twinsun.com>
11445         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
11446         directory names are generally preferable to physical names.
11448 2002-09-02  Akim Demaille  <akim@epita.fr>
11450         * lib/Autom4te/General.pm (&update_file): s/die/error/.
11451         Reported by Raja R. Harinath.
11452         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
11453         * bin/autoupdate.in: Use error instead of die.
11455 2002-09-01  Paul Eggert  <eggert@twinsun.com>
11457         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
11458         ordinary shell concatenation rather than echo+tr+sed command that
11459         runs afoul of a long-line-related sed bug in Solaris 8.
11461         * bin/autoheader.in (parse_args): --warning -> --warnings.
11463         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
11464         stdout, as traditional "ls" does.
11465         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
11466         _AC_COMPILER_EXEEXT_O): Likewise.
11467         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
11469         * bin/autoconf.as: Add --prepend-include option.  This patch was
11470         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
11471         but bin/autoconf.in is generated automatically from bin/autoconf.as.
11473         * bin/autoconf.in, configure: Regenerate.
11475         * doc/autoconf.texi (Special Shell Variables): Mention
11476         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
11478         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
11479         MAILPATH and set PS1, PS2, PS4 to default values, to work
11480         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
11481         For LC_ALL etc, first try to set to "C" as POSIX requires and as
11482         the Autoconf documentation specifies; fall back to "unset" only if
11483         this fails.  Use a shell for-loop for this rather than an m4 loop,
11484         to shorten the output script.
11486 2002-08-30  Paul Eggert  <eggert@twinsun.com>
11488         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
11489         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
11490         for the CDPATH problem.  Document PWD.
11491         (Limitations of Builtins): Document the problem that "cd $foo" and
11492         "ls $foo" may refer to different directories in shells conforming
11493         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
11494         example, since the old example is now out of date.
11496         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
11497         FOO" and "ls FOO" talk about different directories; this catches
11498         problems when POSIX 1003.1-2001 "cd" fails due to symlink
11499         spaghetti.
11501         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
11502         of rolling our own unset.
11503         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
11504         in practice we needn't worry about CDPATH if unset doesn't work.
11506         * Makefile.in, aclocal.m4, bin/Makefile.in,
11507         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
11508         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
11509         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
11510         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
11511         tests/Makefile.in: Regenerate with Automake 1.6.3.
11513         * config/config.guess, config/config.sub, config/mkinstalldirs:
11514         Update.
11516         * configure: Regenerate with self.
11518 2002-08-30  Kevin Ryde  <user42@zip.com.au>
11520         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
11521         default output.
11523 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11525         * bin/autom4te.in (Request::load): Correctly test for "do" read
11526         failure.
11528 2002-08-29  Akim Demaille  <akim@epita.fr>
11530         * lib/Autom4te/General.pm (&xqx): New.
11531         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
11532         hand, which is not portable.
11533         (&error): New.
11534         * bin/autom4te.in: Use them.
11535         Use &error instead of die.
11536         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
11537         Adjust.
11539 2002-08-17  Paul Eggert  <eggert@twinsun.com>
11541         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
11542         default list of compilers to try, since it was long ago superseded
11543         by the ksh fc builtin.  Suggested by Steven G. Johnson.
11545 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
11547         * doc/autoconf.texi (Invoking autom4te): End the option table,
11548         fixing a bug introduced by the previous patch.
11549         (Limitations of Make): Add a 'target lookup' subentry in the
11550         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
11552 2002-07-29  Mark D. Roth  <roth@feep.net>
11554         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
11555         options and use $AUTOM4TE_PATH.
11556         * doc/autoconf.texi: Remove documentation of autom4te
11557         --include-envvar and --site-macro-subdir options and document
11558         use of $AUTOM4TE_PATH.
11559         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
11560         arguments from each language section.
11562 2002-07-29  Paul Eggert  <eggert@twinsun.com>
11564         * doc/install.texi: Include copyright symbol in copyright notice.
11566         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
11567         Replace with:
11568         (AM_MAKEINFOFLAGS): New macro.
11569         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
11570         * Makefile.am (INSTALL): Use the new macros.
11571         Use -o rather than --output, since "missing" does not grok --output.
11573 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
11575         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
11576         comments do not always work. Never trust the exit status of
11577         `make -k'.
11579 2002-07-24  Kevin Ryde  <user42@zip.com.au>
11581         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
11582         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
11584 2002-07-23  Paul Eggert  <eggert@twinsun.com>
11586         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
11587         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
11588         apparently treats PATH="nonexistent" as if it contained ".".
11589         Bug reported by Stefan `Sec' Zehl.
11591 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
11593         * doc/autoconf.texi (Limitations of Make): Mention the special
11594         handling of the obj/ directory by BSD make.
11596 2002-07-20  Kevin Ryde  <user42@zip.com.au>
11598         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
11599         backslashes.
11601 2002-07-19  Akim Demaille  <akim@epita.fr>
11603         * doc/autoconf.texi (Function Portability): `exit'.
11604         (Programming in M4sh): Ethymology of M4sh.
11606 2002-07-19  Akim Demaille  <akim@epita.fr>
11608         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
11610 2002-07-18  Akim Demaille  <akim@epita.fr>
11612         Version 2.53b.
11614 2002-07-18  Akim Demaille  <akim@epita.fr>
11616         * config/config.guess, config/config.sub: Update.
11618 2002-07-18  Akim Demaille  <akim@epita.fr>
11620         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
11621         Automake's parts.
11623         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
11624         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
11625         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
11627 2002-07-18  Akim Demaille  <akim@epita.fr>,
11628             Alexandre Duret-Lutz  <duret_g@epita.fr>
11630         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
11631         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
11633 2002-07-17  Russ Allbery  <rra@stanford.edu>
11635         * doc/autoconf.texi (Initializing configure): Clarify the
11636         description of the tarname default.
11638 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
11640         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
11641         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
11642         latter was not run.
11644 2002-07-17  Akim Demaille  <akim@epita.fr>
11646         * lib/Autom4te/General.pm (find_file): Browse the directories in
11647         the order they are given.
11649 2002-07-17  Akim Demaille  <akim@epita.fr>
11651         * tests/wrapsh.as, tests/wrappl.as: Merge into...
11652         * tests/wrapper.as: this.
11653         * tests/Makefile.am, configure.ac: Adjust.
11655 2002-07-17  Mark D. Roth  <roth@feep.net>
11657         * configure.ac: Add --enable-site-macro-dir option.
11658         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
11659         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
11660         --site-macro-subdir options.
11661         * bin/autoconf.in: Add --prepend-include option.
11662         * bin/autoheader.in: Add --prepend-include option.
11663         * bin/autoreconf.in: Add --prepend-include option.
11664         * bin/autoscan.in: Add --prepend-include option.
11665         * bin/autoupdate.in: Add --prepend-include option.
11666         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
11667         macro directory, remove note that include path directories are
11668         used in reverse order, and document --prepend-include option.
11669         * lib/autom4te.in: Use --prepend-include instead of --include.
11670         * tests/wrapsh.in: Use --prepend-include instead of --include.
11672 2002-07-17  Akim Demaille  <akim@epita.fr>
11674         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
11675         tarnames.
11676         * doc/autoconf.texi (Initializing configure): Adjust.
11678 2002-07-17  Akim Demaille  <akim@epita.fr>
11680         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
11681         (_AC_FUNC_MALLOC): New.
11682         (AC_FUNC_MALLOC): Use the latter.
11683         Define HAVE_MALLOC to 0 if broken.
11684         * doc/autoconf.texi (Particular Functions): Adjust.
11686 2002-07-16  Akim Demaille  <akim@epita.fr>
11688         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
11689         * doc/autoconf.texi (C Compiler): Adjust.
11691 2002-07-09  Akim Demaille  <akim@epita.fr>
11693         * doc/autoconf.texi: Properly set the ``header'' part.
11695 2002-07-09  Akim Demaille  <akim@epita.fr>
11697         * doc/autoconf.texi (Systemology): Some about Darwin.
11699 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
11701         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
11702         Don't use AC_REQUIRE in AU_DEFUN.
11704 2002-07-09  Art Haas  <ahaas@neosoft.com>
11706         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
11708 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
11710         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
11711         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
11712         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
11713         so that Emacs setups GNU style for perl-mode and cperl-mode.
11715 2002-06-27  Paul Eggert  <eggert@twinsun.com>
11717         * config/install-sh: Quote $src.  Prefer || to test's -o option,
11718         as per "Limitations of Builtins".
11719         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
11720         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
11722         * tests/mktests.sh: Use grep instead of fgrep, as per
11723         "Limitations of Builtins".
11725 2002-06-15  Paul Eggert  <eggert@twinsun.com>
11727         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
11728         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
11729         so that we consistently test the just-built programs.
11730         * tests/wrappl.as: Likewise.
11732 2002-06-12  Paul Eggert  <eggert@twinsun.com>
11734         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
11735         name, so that symlinks to 'autoconf' work properly.  Bug reported
11736         by Bruno Haible.
11737         * bin/autoheader.in (AUTOM4TE): Likewise.
11738         * bin/autoreconf.in (autoconf, autoheader): Likewise.
11739         * bin/autoscan.in (autom4te): Likewise.
11740         * bin/autoupdate.in (autom4te): Likewise.
11742         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
11743         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
11744         on Solaris 2.5.1.
11746 2002-06-11  Andreas Schwab  <schwab@suse.de>
11748         * doc/autoconf.texi: Add more dir entries.
11750 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
11752         * bin/autom4te.in ($cache): Don't define using `$me', the name
11753         of the cache should not depend on the name under which autom4te
11754         was installed.
11756 2002-06-07  Akim Demaille  <akim@epita.fr>
11758         * tests/tools.at (autoconf: forbidden tokens, basic)
11759         (autoconf: forbidden tokens, exceptions): Adjust to the change of
11760         words in autom4te.in.
11762 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
11764         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
11765         _AC_LANG_PROGRAM_C_F77_HOOKS.
11767 2002-06-07  Akim Demaille  <akim@epita.fr>
11769         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
11770         rename as...
11771         (AC_REPLACE_FNMATCH): this.
11772         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
11773         AC_FUNC_FNMATCH_GNU.
11775 2002-06-07  Akim Demaille  <akim@epita.fr>
11777         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
11778         Rosetta Stone for Unix.
11780 2002-06-07  Akim Demaille  <akim@epita.fr>
11782         * bin/autom4te.in (warn_forbidden): When rejecting a token,
11783         suggest m4_pattern_allow.
11784         Suggested by Adam J. Richter.
11786 2002-06-07  Akim Demaille  <akim@epita.fr>
11788         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
11789         ac_config_libobj_dir.
11790         (AC_CONFIG_LIBOBJ_DIR): New.
11791         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
11792         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
11793         Use ac_config_libobj_dir to find the replacement files.
11794         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
11795         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
11796         (AC_REPLACE_FNMATCH_GNU): these.
11797         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
11798         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
11799         * tests/mktests.sh (ac_exclude_list): Don't check
11800         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
11802 2002-06-06  Paul Eggert  <eggert@twinsun.com>
11804         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
11805         if ln doesn't work.
11806         * NEWS: Likewise.
11807         * doc/autoconf.texi (Configuration Links): Likewise.
11808         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
11810 2002-06-05  Paul Eggert  <eggert@twinsun.com>
11812         * config/config.guess, config/config.sub, config/texinfo.tex:
11813         Update from masters.
11815 2002-05-29  Paul Eggert  <eggert@twinsun.com>
11817         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
11818         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
11819         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
11820         Likewise.
11821         * lib/autoconf/Makefile.am (check-local): Likewise.
11822         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
11823         * lib/autoconf/types.m4 (commentary only): Likewise.
11824         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
11825         * lib/autotest/Makefile.am (check-local): Likewise.
11826         * lib/m4sugar/Makefile.am (check-local): Likewise.
11827         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
11828         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
11830         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
11831         * doc/autoconf.texi (Particular Programs): Document them.
11832         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
11833         * NEWS: Likewise.
11835 2002-05-27  Paul Eggert  <eggert@twinsun.com>
11837         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
11838         * NEWS, doc/autoconf.texi (Particular Types): Document it.
11839         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
11840         instead of AC_MBSTATE_T, which never existed.
11842 2002-05-23  Akim Demaille  <akim@epita.fr>
11844         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
11845         version of Autoconf that is discussed.
11847 2002-05-22  Paul Eggert  <eggert@twinsun.com>
11849         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
11850         from the default list of compilers to try.  Suggested by
11851         Kate Hedstrom.
11852         * NEWS: Document the above.
11853         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
11855 2002-05-17  Paul Eggert  <eggert@twinsun.com>
11857         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
11858         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
11859         This improves on an earlier suggestion by H. Peter Anvin.
11861 2002-05-16  Paul Eggert  <eggert@twinsun.com>
11863         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
11864         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
11865         Both macros now accept an optional source-dir arg.
11866         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
11868         * NEWS: Document this.
11869         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
11871         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
11872         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
11873         not for GNU extensions; this undoes part of the 2000-11-03 change,
11874         reverting to 2.13-compatible behavior.
11875         Add new optional argument DIR.
11876         (AC_FUNC_FNMATCH_GNU): New macro.
11878         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
11880 2002-05-08  Paul Eggert  <eggert@twinsun.com>
11882         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
11883         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
11884         and it causes a 'test' syntax error if it fails.
11885         Bug reported by Stephen Gildea.
11887         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
11888         If prototypes are supported, use them to check this at compile-time,
11889         instead of trying to check it at run-time.  If we must do a run-time
11890         check, assume that setvbuf is standard when cross-compiling, as
11891         nonstandard setvbuf occurs only on ancient and unlikely hosts.
11892         Bug reported by Paul D. Smith.
11894         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
11895         argument specifying location of getloadavg.c.  This removes a
11896         FIXME.  This idea was taken from Jim Meyering's implementation in
11897         textutils.
11898         * doc/autoconf.texi (Particular Functions): Document this.
11899         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
11900         that's what the code does; this fixes a bug reported by
11901         Paul D. Smith.
11903 2002-05-03  Akim Demaille  <akim@epita.fr>
11905         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
11906         autopoint instead of gettextize.
11907         ($uses_alocal): Rename as...
11908         ($uses_aclocal): this.
11909         * doc/autoconf.texi (autoreconf Invocation): Adjust.
11910         Suggested by Bruno Haible.
11912 2002-05-03  Akim Demaille  <akim@epita.fr>
11914         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
11916 2002-04-29  Paul Eggert  <eggert@twinsun.com>
11918         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
11919         files to be 1 second older; just set them to be the same time.
11920         Also, sleep 1 second after the first aclocal, to work around
11921         problems with sub-second time stamps on the input files.
11923 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
11925         * doc/autoconf.texi: Mention "set -e -x" lossage
11926         under node "Limitations of Builtins".
11928 2002-04-29  Akim Demaille  <akim@epita.fr>
11930         * doc/install.texi: Better wording for setting variables when
11931         running configure.
11932         From Christian Cornelssen.
11934 2002-04-29  Akim Demaille  <akim@epita.fr>
11936         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
11937         of lack of $LINENO support, then the test will compare the $LINENO
11938         in testsuite vs. the lineno in the test file.  This is wrong, of
11939         course.
11940         Be sure to protect it.
11941         Reported by Patrick Welche.
11943 2002-04-25  Akim Demaille  <akim@epita.fr>
11945         * doc/autoconf.texi (Obsolete Macros): Typo.
11946         Reported by Vladimir Volovich.
11948 2002-04-25  Akim Demaille  <akim@epita.fr>
11950         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
11951         than some of the input files, hence, on the second run of aclocal,
11952         if some of its input are younger, make them older.
11953         Suggested by Paul Eggert.
11955 2002-04-25  Akim Demaille  <akim@epita.fr>
11957         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
11958         Thanks to Paul Eggert.
11960 2002-04-25  Akim Demaille  <akim@epita.fr>
11962         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
11963         and ac_subst_vars be sh variables containing the list of
11964         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
11965         DEFAULT diversion.
11966         (_AC_INIT_PREPARE): Use them to log them.
11967         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
11968         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
11969         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
11970         _AC_SUBST_FILES and _AC_SUBST_VARS.
11971         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
11973 2002-04-24  Akim Demaille  <akim@epita.fr>
11975         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
11976         autoheader, so that automake does not complain about a missing
11977         config.h.in that was to be created.
11979 2002-04-23  Akim Demaille  <akim@epita.fr>
11981         * bin/autoheader.in (parse_args): --warning takes an argument.
11982         Fixes PR/220.
11984 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
11986         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
11987         and bb.out when cleaning up.
11989 2002-04-22  Akim Demaille  <akim@epita.fr>
11991         Version 2.53a.
11993 2002-04-22  Akim Demaille  <akim@epita.fr>
11995         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
11997 2002-04-22  Akim Demaille  <akim@epita.fr>
11999         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
12000         comma.
12001         Reported by Gregory Giannoni.
12003 2002-04-22  Akim Demaille  <akim@epita.fr>
12005         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
12006         Fixes false failures on Darwin.
12008 2002-04-21  Paul Eggert  <eggert@twinsun.com>
12010         * TODO, bin/autoupdate.in, doc/autoconf.texi,
12011         lib/autoconf/general.m4, lib/autoconf/libs.m4,
12012         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
12013         tests/tools.at: Minor spelling and grammar fixes.
12015 2002-04-20  Paul Eggert  <eggert@twinsun.com>
12017         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
12018         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
12019         * lib/autotest/general.m4 (AT_INIT): Likewise.
12020         * tests/atgeneral.m4 (AT_INIT): Likewise.
12022 2002-04-19  Paul Eggert  <eggert@twinsun.com>
12024         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
12025         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
12026         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
12027         lib/autoconf/functions.m4, lib/autoconf/general.m4,
12028         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
12029         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
12030         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
12031         Minor spelling and grammar fixes.
12033         * doc/autoconf.texi: Follow the outline suggested in the GNU
12034         Sample Texts sections of the Texinfo 4.2 manual.  Most
12035         importantly, this makes sure that the copyright notices appear in
12036         all output formats.  You probably need Texinfo 4.2 to generate
12037         the manual now.
12039         Fix some bugs when using "$@" when there might be zero positional
12040         arguments in cases where this matters.
12042         * bin/autoconf.as: Rewrite so that the problem does not come up.
12043         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
12044         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
12045         * lib/autotest/general.m4 (AT_INIT): Likewise.
12047         * bin/autoheader.in: Use 'case' statement to work around problem.
12048         * bin/auto4mte.in: Likewise.
12049         * bin/autoreconf.in: Likewise.
12050         * bin/autoscan.in: Likewise.
12051         * bin/autoupdate.in: Likewise.
12052         * bin/ifnames.in: Likewise.
12054         * doc/autoconf.texi (Shell Substitutions): Document the problem.
12056         * lib/autotest/general.m4 (AT_INIT):
12057         Use Zsh alias to work around problem.
12058         * tests/atgeneral.m4 (AT_INIT): Likewise.
12060         * tests/c.at: We can't have zero arguments, so remove workaround
12061         that is not portable to Zsh.
12063 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
12065         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
12066         from aclocal.m4 too.
12068 2002-04-12  Akim Demaille  <akim@epita.fr>
12070         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
12072 2002-04-10  Akim Demaille  <akim@epita.fr>
12074         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
12075         workaround for ${1+"$@"}.
12076         * doc/autoconf.texi (Shell Substitutions): Explain it.
12077         From Oliver Kiddle and Peter Stephenson.
12079         Have M4sh perform minimal shell sanitizing.
12081         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
12082         part into...
12083         (_AS_PREPARE): this new macro.
12084         (AS_PREPARE): New.
12085         (AS_INIT): Invoke AS_SHELL_SANITIZE.
12086         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
12088         Adjust Autoconf and Autotest.
12090         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
12091         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
12092         * lib/autotest/general.m4 (AT_INIT): Likewise.
12093         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
12094         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
12095         AS_SHELL_SANITIZE.
12097         Use this M4sh to generate Autoconf's shell scripts.
12099         * tests/wrapsh.as: New, precursor of wrapsh.in.
12100         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
12101         on Autotest and M4sh.
12102         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
12103         (wrapsh.in): New target.
12104         * bin/autoconf.as: New, precursor of autoconf.in.
12105         (autoconf.in): New target.
12107 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
12109         * doc/autoconf.texi (Limitations of Make): Mention the issue
12110         with indented comments in rules.
12112 2002-04-09  Andreas Schwab  <schwab@suse.de>
12114         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
12115         ac_top_builddir when setting ac_abs_top_builddir.
12117 2002-04-06  Kevin Ryde  <user42@zip.com.au>
12119         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
12120         (Portable Shell): Cross reference to Systemology.
12122 2002-04-05  Akim Demaille  <akim@epita.fr>
12124         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
12125         directories when descending in a SUBDIRS.
12126         Reported by Ezra Peisach.
12128 2002-04-04  Andreas Schwab  <schwab@suse.de>
12130         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
12131         contains no literal separators.
12133 2002-04-03  Akim Demaille  <akim@epita.fr>
12135         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
12136         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
12137         Use dnl, not the KILL diversion.
12138         Extracted from...
12139         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
12140         (AC_CONFIG_LINKS): here.
12141         Adjust.
12142         Don't use the KILL diversion, as it kills spurious output, which
12143         results in failures being hidden.
12144         Use m4_defn where appropriate.
12145         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
12146         after the second argument.
12147         Use m4_defn.
12148         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
12149         syntax, as it is provided by M4sugar.
12150         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
12152 2002-04-03  Andreas Schwab  <schwab@suse.de>
12154         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
12155         expanded if $# <= 2.
12157         * bin/autoreconf.in (autoreconf): Run automake after rerunning
12158         aclocal.
12160 2002-04-03  Akim Demaille  <akim@epita.fr>
12162         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
12163         (_AC_COMPILER_EXEEXT_REJECT): New.
12164         Also recognize *.bb and *.bbg as compilation byproducts.
12165         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
12166         (_AC_COMPILER_OBJEXT): Use them.
12167         Fixes Debian #138666.
12169 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
12171         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
12173         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
12174         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
12175         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
12176         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
12177         (AC_C_CONST): Same.
12178         (AC_C_INLINE): Same.
12179         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
12180         * doc/autoconf.texi, NEWS: Document.
12181         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
12182         AC_C_CROSS.
12184 2002-04-02  Akim Demaille  <akim@epita.fr>
12186         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
12187         _AS_MKDIR_P_PREPARE.
12189 2002-03-28  Kevin Ryde  <user42@zip.com.au>
12191         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
12192         to avoid versions of HP C which don't allow that.
12194 2002-03-27  Paul Eggert  <eggert@twinsun.com>
12196         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
12197         (AS_SHELL_SANITIZE): Invoke it.
12198         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
12200 2002-03-26  Akim Demaille  <akim@epita.fr>
12202         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
12204 2002-03-26  Akim Demaille  <akim@epita.fr>
12206         * doc/autoconf.texi (Introduction): The GNATS base moved.
12208 2002-03-25  Paul Eggert  <eggert@twinsun.com>
12210         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
12211         as POSIX requires, as it doesn't work with Zsh.
12212         * doc/autoconf.texi (Assignments): Document the problem.
12214 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
12216         * doc/autoconf.texi (Limitations of Make): Mention more issue
12217         about VPATH, overriding of macros in sub-makes, and handling of
12218         SHELL.
12220 2002-03-21  Paul Eggert  <eggert@twinsun.com>
12222         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
12223         problem with here-document buffer boundaries.
12225         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
12226         when reinvoking the shell, to work around problems with installers
12227         who put strange things like "cd" commands in their environments.
12229 2002-03-19  Akim Demaille  <akim@epita.fr>
12231         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
12232         From Aaron Ucko.
12234 2002-03-19  Akim Demaille  <akim@epita.fr>
12236         * bin/autoscan.in (scan_file): Specify the location in `&used'
12237         invocations.
12238         From Nicolas Joly.
12240 2002-03-19  Akim Demaille  <akim@epita.fr>
12242         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
12243         From Nishio Futoshi.
12245 2002-03-19  Akim Demaille  <akim@epita.fr>
12247         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
12249 2002-03-18  Paul Eggert  <eggert@twinsun.com>
12251         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
12252         (Limitations of Usual Tools): Add mkdir section.
12254         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
12255         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
12256         back on AS_DIRNAME to compute prefixes otherwise; this is
12257         roughly what mkinstalldirs does.  That way, we need not have
12258         our own filename disassembler.  The old disassembler did not
12259         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
12261         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
12262         Create at_test_all by a series of assignments,
12263         not by a single assignment of a long string.  The latter causes ksh
12264         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
12265         presumably because of a buffer overrun.
12267 2002-03-14  Paul Eggert  <eggert@twinsun.com>
12269         * lib/autotest/general.m4 (at_times_skip):
12270         Renamed from at_times.  Now a boolean.
12271         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
12272         says 'times: not found'.
12274 2002-03-14  Akim Demaille  <akim@epita.fr>
12276         * bin/autoreconf.in (&study_gettextize): New.
12277         (&autoreconf): Handle newest gettextize.
12278         Rerun aclocal if needed.
12279         Suggested by Andreas Schwab.
12281 2002-03-13  Akim Demaille  <akim@epita.fr>
12283         * doc/autoconf.texi (Special Shell Variables): More about IFS.
12285 2002-03-13  Akim Demaille  <akim@epita.fr>
12287         * doc/autoconf.texi (Header Portability): New.
12288         Add information about stdint.h and inttypes.h from Paul Eggert.
12290 2002-03-13  Akim Demaille  <akim@epita.fr>
12292         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
12293         -p'.
12294         From Bob Proulx.
12296 2002-03-12  Akim Demaille  <akim@epita.fr>
12298         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
12299         m4_require.
12301 2002-03-11  Andreas Schwab  <schwab@suse.de>
12303         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
12304         does not do it if --with-lispdir is given.
12306 2002-03-08  Akim Demaille  <akim@epita.fr>
12308         Version 2.53.
12310 2002-03-08  Akim Demaille  <akim@epita.fr>
12312         * doc/autoconf.texi (Subdirectories): Clarify that the
12313         subdirectory should exist.
12315 2002-03-08  Akim Demaille  <akim@epita.fr>
12317         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
12319 2002-03-08  Akim Demaille  <akim@epita.fr>
12321         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
12322         aliases the actual variables, and modifications of the former
12323         affect the latter.
12325 2002-03-08  Akim Demaille  <akim@epita.fr>
12327         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
12328         because of C-c: have m4 output in tmp files, then mv them.
12330 2002-03-08  Akim Demaille  <akim@epita.fr>
12332         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
12333         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
12334         * bin/ifnames.in: Copyright update.
12336 2002-03-08  Akim Demaille  <akim@epita.fr>
12338         * doc/autoconf.texi (Invoking autom4te): New.
12340 2002-03-05  Akim Demaille  <akim@epita.fr>
12342         * doc/autoconf.texi (Specifying Names): Clarification suggested by
12343         Kevin Ryde.
12345 2002-03-05  Akim Demaille  <akim@epita.fr>
12347         Version 2.52i.
12349 2002-03-04  Akim Demaille  <akim@epita.fr>
12351         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
12352         * lib/autoconf/general.m4 (AC_INIT): More informative error
12353         message for LIBOBJ.
12355 2002-03-04  Akim Demaille  <akim@epita.fr>
12357         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
12358         parallel builds.
12360 2002-03-04  Akim Demaille  <akim@epita.fr>
12362         * doc/autoconf.texi (Transforming Names): Equality between target
12363         and host is irrelevant.
12364         (Specifying Names, Canonicalizing): Remove all references to the
12365         backward compatibility hooks.  Rather, collect them all into...
12366         (Hosts and Cross-Compilation): this new section.
12367         * doc/install.texi (System Type): Ditto.
12368         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
12369         that `--host' implies cross-compilation.
12371 2002-03-04  Akim Demaille  <akim@epita.fr>
12373         * doc/autoconf.texi (Evaluation Macros): New.
12374         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
12375         useless.
12376         (_m4_foreach): Define the variant with immediate evaluation so
12377         that it contains exactly the items, not an expression which
12378         evaluation is the current item.
12379         (m4_re_string, m4_re_word): Don't over quote them.
12381 2002-03-04  Akim Demaille  <akim@epita.fr>
12383         Instead of having stacking `shift's evaluated at the end, let
12384         `foreach' loops immediately evaluate them.
12386         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
12387         $*.  This is the n-th time I change my mind, but hopefully this is
12388         the last...
12389         (m4_lquote): New.
12390         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
12391         efficient.
12392         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
12393         it was only a hack for m4_text_wrap.
12394         (m4_car2): Remove, replaced by...
12395         (m4_cdr): New.
12396         (_m4_foreach): Adjust.
12397         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
12398         m4_bpatsubst for clarification.
12400 2002-03-04  Akim Demaille  <akim@epita.fr>
12402         * doc/autoconf.texi (Changequote is Evil): New.
12404 2002-03-03  Kevin Ryde  <user42@zip.com.au>
12406         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
12407         on old systems like SunOS.
12409 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
12411         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
12412         lib/autoconf/functions.m4, lib/autoconf/general.m4,
12413         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
12414         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
12415         of messages.
12417 2002-02-28  Akim Demaille  <akim@epita.fr>
12419         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
12420         message to be sent.
12422 2002-02-28  Kevin Ryde  <user42@zip.com.au>
12424         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
12426 2002-02-25  Akim Demaille  <akim@epita.fr>
12428         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
12429         From Akinori Musha.
12431 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
12433         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
12434         translate \r\n to \n.
12436 2002-02-07  Akim Demaille  <akim@epita.fr>
12438         Version 2.52h.
12440 2002-02-07  Akim Demaille  <akim@epita.fr>
12442         Fix Autoconf PR/209.
12443         Also reported by Frank Denis.
12445         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
12447 2002-02-07  Akim Demaille  <akim@epita.fr>
12449         Fix Autoconf PR/207:
12450         AC_PREFIX_PROGRAM fails with dashed program names
12452         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
12453         variable when looking for the prefix program.
12454         Now it also works for shell variables.
12456 2002-02-07  Akim Demaille  <akim@epita.fr>
12458         * doc/autoconf.texi (Limitations of Builtins): More about
12459         case/esac.
12461 2002-02-06  Akim Demaille  <akim@epita.fr>
12463         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
12464         case/esac, some shells don't support it.
12465         Reported by Zack Weinberg.
12466         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
12468 2002-02-06  Akim Demaille  <akim@epita.fr>
12470         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
12471         sure not to introduce newlines in at_groups.
12472         * lib/autotest/Makefile.am (autotest.m4f): Typo.
12474 2002-02-06  Akim Demaille  <akim@epita.fr>
12476         * tests/torture.at (Configuring subdirectories): Skip if aclocal
12477         is not available.
12479 2002-02-05  Paul Eggert  <eggert@twinsun.com>
12481         * doc/autoconf.texi (Specific Compiler Characteristics):
12482         Describe HP-UX cc bug workaround more accurately.
12483         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
12484         not unsigned long.
12485         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
12486         cross-compilers, too.  This undoes some of the most recent change
12487         to this file.
12489 2002-02-05  Akim Demaille  <akim@epita.fr>
12491         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
12492         to make sure they are up to date when `check' is run.
12494 2002-02-05  Akim Demaille  <akim@epita.fr>
12496         * doc/autoconf.texi (Making testsuite Scripts): Document
12497         package.m4.
12499 2002-02-05  Akim Demaille  <akim@epita.fr>
12501         * lib/freeze.mk: New.
12503 2002-02-05  Akim Demaille  <akim@epita.fr>
12505         Implement `autom4te --freeze'.
12507         * bin/autom4te.in (&freeze): New.
12508         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
12509         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
12511 2002-02-05  Akim Demaille  <akim@epita.fr>
12513         * bin/autom4te.in (&parse_args): Implement `frozen files are
12514         optional are the sum of the previous files on the command line'.
12515         Also, pass `--reload-state=' on them, so...
12516         (handle_m4): don't.
12517         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
12518         (M4sh): Rely on M4sugar.
12519         (Autotest, M4sh, M4sugar): Use frozen files.
12521 2002-01-31  Akim Demaille  <akim@epita.fr>
12523         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
12524         * doc/autoconf.texi (Initializing configure): Adjust.
12526 2002-01-30  Akim Demaille  <akim@epita.fr>
12528         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
12529         alphanumeric to `-' instead of `_'.
12531 2002-01-30  Akim Demaille  <akim@epita.fr>
12533         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
12534         for plain code, the other for cross-compilation code.  The latter
12535         is now run with GCC only.
12536         * doc/autoconf.texi (Compilers and Preprocessors): New.
12538 2002-01-30  Akim Demaille  <akim@epita.fr>
12540         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
12541         values.
12542         * doc/autoconf.texi (Initializing configure): Explain how to
12543         change AC_INIT default values.
12545 2002-01-29  Akim Demaille  <akim@epita.fr>
12547         * tests/torture.at (Configuring subdirectories): Use configure.in,
12548         so that aclocal 1.4 works.
12549         Reported by Alexandre Duret-Lutz and Larry Schmitt.
12551 2002-01-28  Akim Demaille  <akim@epita.fr>
12553         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
12554         needs an argument.
12556 2002-01-28  Akim Demaille  <akim@epita.fr>
12558         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
12559         AUTOTEST_PATH *after* it was set.
12560         Don't put `.' in the PATH: the user should be precise and `./' if
12561         needed.  In addition, given that the test suite does some `cd', if
12562         `.' is in the path, the `tested programs' sections will report
12563         programs found in the test suite's directory, while during the
12564         tests (performed in their own directory), these programs are no
12565         longer visible.  In other words, the results is confusing and
12566         useless.
12567         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
12569 2002-01-24  Akim Demaille  <akim@epita.fr>
12571         Version 2.52g.
12573 2002-01-24  Akim Demaille  <akim@epita.fr>
12575         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
12576         * doc/autoconf.texi: Finally add Akim as an author.
12578 2002-01-24  Akim Demaille  <akim@epita.fr>
12580         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
12581         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
12582         Bourne. Use /bin/sh.
12583         From Andreas Buening.
12585 2002-01-24  Akim Demaille  <akim@epita.fr>
12587         * config/config.guess, config/config.sub, config/texinfo.tex:
12588         Update from masters.
12590 2002-01-24  Akim Demaille  <akim@epita.fr>
12592         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
12593         * config/auxdir.m4, config/cond.m4, config/depend.m4,
12594         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
12595         * config/missing.m4, config/sanity.m4, config/select.m4,
12596         * config/strip.m4: Remove, to ease sync'ing with any version of
12597         Automake.
12599 2002-01-24  Akim Demaille  <akim@epita.fr>
12601         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
12602         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
12603         Reported by Geir Ove Myhr.
12605 2002-01-21  Akim Demaille  <akim@epita.fr>
12607         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
12609 2002-01-21  Akim Demaille  <akim@epita.fr>
12611         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
12612         message on invalid options.
12613         * bin/autom4te.in (parse_args): Don't use
12614         Autoconf::General::getopt with non valid options.
12616 2002-01-17  Jim Meyering  <meyering@lucent.com>
12618         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
12619         $ac_cv_exeext so we don't use an old, invalid, cached value.
12621 2002-01-11  Akim Demaille  <akim@epita.fr>
12623         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
12624         Meyering.
12625         * doc/autoconf.texi (Function Portability): Document the strnlen
12626         limitation.
12627         (Particular Functions): Document AC_FUNC_STRNLEN.
12628         * lib/autoscan/functions: Adjust.
12630 2002-01-06  Akim Demaille  <akim@epita.fr>
12632         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
12633         package.m4, since is really depends upon configure.ac, not
12634         configure.
12635         * doc/autoconf.texi (testsuite Scripts): Adjust.
12636         * tests/Makefile.am (package.m4): New.
12637         EXTRA_DIST it since its a source.
12639 2002-01-06  Akim Demaille  <akim@epita.fr>
12641         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
12642         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
12643         and PACKAGE_BUGREPORT from here...
12644         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
12645         arguments.
12646         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
12647         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
12648         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
12649         * tests/tools.at (autoheader): Adjust.
12650         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
12652 2002-01-06  Akim Demaille  <akim@epita.fr>
12654         * bin/autoscan.in (scan_file): Use `&used'.
12656 2002-01-03  Akim Demaille  <akim@epita.fr>
12658         * doc/autoconf.texi (Output): Improved wording regarding use of
12659         AC_OUTPUT.
12660         From Olly Betts.
12662 2001-12-18  Kevin Ryde  <user42@zip.com.au>
12664         * doc/autoconf.texi (Function Portability): Add notes on sscanf
12665         sometimes needing writable input.
12667 2001-12-17  Jim Meyering  <meyering@lucent.com>
12669         * doc/autoconf.texi (New Macros): Tweak wording.
12671 2001-12-14  Akim Demaille  <akim@epita.fr>
12673         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
12674         trailing files, don't apply `-rf' to files which might not be
12675         created by configure (core, core.*, and *.core), but just `rm -f'.
12676         Suggested by Jonathan Kamens.
12678 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
12680         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
12682 2001-12-14  Akim Demaille  <akim@epita.fr>
12684         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
12686 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
12688         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
12689         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
12690         abs_srcdir, top_srcpath to abs_top_srcdir.
12691         (_AC_OUTPUT_FILES): Adjust.
12692         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
12693         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
12694         * tests/wrappl.in, tests/wrapsh.in: Adjust.
12696 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
12698         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
12699         C/Fortran linking on HP/UX, by extracting the Fortran library
12700         search path from the LPATH line in the $F77 -v output.
12702 2001-12-12  Kevin Ryde  <user42@zip.com.au>
12704         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
12705         forbidden file descriptors table.
12707 2001-11-26  Akim Demaille  <akim@epita.fr>
12709         * bin/autoscan.in (%c_keywords): Build it at top level.
12710         Map to 1 in order to simplify its uses.
12712 2001-11-26  Akim Demaille  <akim@epita.fr>
12714         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
12715         Remove $filepath, useless.
12716         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
12717         variables, they are really part of the tokens.
12718         Split the input line on spaces and then look for tokens.
12719         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
12720         because of `lex$U.$(OBJEXT)'.
12721         (&scan_files): Use "@list" instead of join.
12722         * doc/Makefile.am (CLEANFILES): Add *.fns.
12724 2001-11-26  Akim Demaille  <akim@epita.fr>
12726         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
12727         Remove, replaced by...
12728         * tests/wrappl.in: Be common for all the Perl executables.
12729         In particular autoscan and autoheader want -I.
12730         * configure.ac: Adjust.
12731         * lib/autoscan/headers: errno.h is portable.
12733 2001-11-26  Akim Demaille  <akim@epita.fr>
12735         * bin/autoscan.in (used): New.
12736         Use it.
12738 2001-11-26  Akim Demaille  <akim@epita.fr>
12740         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
12741         directives.
12742         (&scan_sh_file): Remove a duplicate pattern.
12743         (&check_configure_ac): Use long options.
12744         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
12746 2001-11-26  Akim Demaille  <akim@epita.fr>
12748         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
12749         Before, having a line containing the opening of a multi line
12750         comment made the whole line be ignored.
12752 2001-11-26  Akim Demaille  <akim@epita.fr>
12754         * doc/autoconf.texi (Using an Autotest Test Suite): New.
12755         (testsuite Scripts): Be one of its subsection.
12756         (Autotest Logs): New.
12758 2001-11-26  Akim Demaille  <akim@epita.fr>
12760         Test groups are now run two directories deeper.
12762         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
12763         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
12764         at_top_builddir.
12765         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
12766         top_srcdir, builddir and top_builddir.
12767         Use `at_*dir' relatively to the directory containing the
12768         suite, use `*dir' when relatively to the current group dir.
12770 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12772         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
12773         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
12774         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
12775         spelling errors.
12777 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
12779         * doc/autoconf.texi (Using System Type): Add an example of `case
12780         $host' usage so people quit using `case $target' everywhere.
12782 2001-11-22  Akim Demaille  <akim@epita.fr>
12784         * doc/autoconf.texi (Installation Directory Variables): Englishoes
12785         spotted by Jim Meyering.
12787 2001-11-16  Paul Eggert  <eggert@twinsun.com>
12789         This patch implements a `long double' suggestion by Oliver Kiddle.
12791         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
12792         static, to catch errors if the value isn't known at compile-time
12793         and the compiler supports dynamic arrays.  Change its name from
12794         `_array_' to `test_array' to avoid potential name clashes.
12795         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
12796         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
12797         better than double.  Catch a bug in GCC 2.95.2 x86.
12798         * doc/autoconf.texi (C Compiler): Document the above.
12799         * NEWS: Likewise.
12801 2001-11-13  Akim Demaille  <akim@epita.fr>
12803         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
12804         hand.
12805         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
12807 2001-11-13  Akim Demaille  <akim@epita.fr>
12809         * lib/autotest/general.m4 (AT_INIT): After having run the test
12810         group, go back to the initial directory, not to at_suite_dir.
12812 2001-11-13  Akim Demaille  <akim@epita.fr>
12814         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
12815         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
12816         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
12817         option.
12818         (AT_CHECK_CONFIGURE): Use absolute paths.
12819         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
12820         The problem is still the old one: there is no means in M4 (that I
12821         know about) to create a defining macro, because there is no means
12822         to create `$1' etc., therefore, the defining macro ``swallows''
12823         all the arguments meant to the defined macro.
12825 2001-11-13  Akim Demaille  <akim@epita.fr>
12827         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
12828         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
12829         configure.ac.
12830         * tests/aclocal.m4: Remove, as it is no longer used.
12832 2001-11-13  Akim Demaille  <akim@epita.fr>
12834         * lib/autotest/general.m4: Change `tests?' into `groups?' in
12835         variable names when referring to a single test group, or to
12836         `suite' when referring to the whole test suite.
12837         `at_last_test' is removed: m4 compute at_format itself.
12838         (at_stdout, at_stder1, at_stderr): New variables.
12839         (AT_CHECK): Use them.
12841 2001-11-13  Akim Demaille  <akim@epita.fr>
12843         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
12844         in PATH.
12845         Create `testsuite.dir/003/run' instead of `testsuite.003'.
12846         Do it as soon as a test fails, don't wait till the end of the test
12847         suite.
12848         Don't remove $as_me.[0-9]*, since these files no longer exist.
12850 2001-11-13  Akim Demaille  <akim@epita.fr>
12852         * tests/tools.at: Use absolute paths, since we are no longer run
12853         in place.
12855 2001-11-13  Akim Demaille  <akim@epita.fr>
12857         Now that tests are running in their own private dir, there is no
12858         need to list the files to remove at the end of tests groups.
12860         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
12861         (AT_data_files, at_data_files): Remove.
12862         (AT_CLEANUP, AT_DATA): Simplify.
12863         (AT_INIT): Adjust.
12864         Remove the group dir if !debug && !failed.
12865         * tests/atspecific.m4: Adjust.
12867 2001-11-13  Akim Demaille  <akim@epita.fr>
12869         Start a new layout for Autotest: `testsuite' creates
12870         `testsuite.dir' in which the at-check-line etc. files are to be
12871         found, and `testsuite.dir/003' where the test group 3 is run.
12873         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
12874         at_check_line_file, at_format, at_test_normalized, at_group_dir
12875         are new variables.
12876         Create the directories.
12877         Use absolute paths for at- files.
12878         (AT_CHECK): Adjust.
12880 2001-11-11  Michael Matz  <matz@kde.org>
12882         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
12883         (m4_car2): New.
12884         (m4_car): Properly quote arguments.
12886 2001-11-13  Akim Demaille  <akim@epita.fr>
12888         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
12889         with stricter rules on LIBOBJS.
12891 2001-11-12  Paul Eggert  <eggert@twinsun.com>
12893         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
12894         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
12895         __PROTOTYPES too.
12897 2001-11-12  Akim Demaille  <akim@epita.fr>
12899         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
12901 2001-11-12  Akim Demaille  <akim@epita.fr>
12903         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
12904         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
12905         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
12906         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
12907         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
12908         specify to what the macro should be defined (typically to 1).
12910 2001-11-12  Akim Demaille  <akim@epita.fr>
12912         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
12913         From Jim Meyering.
12915 2001-11-12  Akim Demaille  <akim@epita.fr>
12917         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
12918         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
12919         definition used by Automake where LEX is +/- "${missing} lex" and
12920         `missing' itself contains variables.
12922 2001-11-12  Akim Demaille  <akim@epita.fr>
12924         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
12925         Now that M4sh pushes BODY, the comments were output at the end of
12926         the test suites.
12928 2001-11-08  Akim Demaille  <akim@epita.fr>
12930         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
12931         that we can trace macros from aclocal.m4.
12932         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
12933         obsoleted, and redirect to the former anyway.
12934         Reported by Ralf Corsepius.
12936 2001-11-08  Akim Demaille  <akim@epita.fr>
12938         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
12939         processed only if present.
12940         * tests/torture.at (Configuring subdirectories): Use autoreconf
12941         instead of successive calls to autoconf.
12942         Add a nonexistent subdirectory to exercise the patch above.
12943         Reported by Ralf Corsepius.
12945 2001-11-08  Kevin Ryde  <user42@zip.com.au>
12947         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
12948         doesn't accept .S files.
12950 2001-11-07  Akim Demaille  <akim@epita.fr>
12952         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
12953         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
12954         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
12955         * bin/autom4te.in (warn_forbidden): New.
12956         (handle_output): Use it.
12957         Read m4_pattern_forbid with messages.
12959 2001-11-05  Akim Demaille  <akim@epita.fr>
12961         * bin/autom4te.in (--normalize): Remove.
12962         * lib/autom4te.in: Adjust.
12964 2001-11-05  Akim Demaille  <akim@epita.fr>
12966         * tests/Makefile.am (testsuite): Rename this target as...
12967         ($(TESTSUITE)): this.
12968         From Nicolas Joly.
12970 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
12972         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
12973         the --prefix option, also remove it's argument.
12975 2001-11-05  Akim Demaille  <akim@epita.fr>
12977         * doc/autoconf.texi (testsuite Invocation): Update.
12978         (Writing testsuite.at): Update.
12980 2001-11-03  Akim Demaille  <akim@epita.fr>
12982         * doc/autoconf.texi: s/@code/@command/ where appropriate.
12984 2001-11-03  Akim Demaille  <akim@epita.fr>
12986         * lib/Autom4te/General.pm: (&catfile, &canonfile)
12987         (&file_name_is_absolute): New, wrappers around routines from
12988         File::Spec.
12989         Use and export them.
12990         (&find_configure_ac): Optionally take a directory where to look at.
12991         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
12992         the arguments.
12993         Default @ARGV to `.', not find_configure_ac.
12994         (&autoreconf): Argument is a directory.
12995         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
12996         * doc/autoconf.texi (autoreconf Invocation): Update.
12998 2001-11-03  Akim Demaille  <akim@epita.fr>
13000         * lib/Autom4te/General.pm (@export_vars, @export_subs)
13001         (@export_forward_subs): New.
13002         Add basename, dirname, and fileparse.
13003         (@EXPORT): Adjust.
13004         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
13005         Don't look for aclocal flags if we already know aclocal is not
13006         used.
13007         Move aclocal.m4t only if it exists.
13008         Reported by Ezra Peisach.
13010 2001-11-03  Akim Demaille  <akim@epita.fr>
13012         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
13013         passed on command line, defaulting to ./configure.ac if present.
13014         (&maybe_autoreconf, File::Find): Remove, unused.
13015         (&autoreconf): If autoconf is not used, don't try to trace.
13017 2001-11-02  Akim Demaille  <akim@epita.fr>
13019         * configure.ac: Bump to 2.52g.
13021 2001-11-02  Akim Demaille  <akim@epita.fr>
13023         Version 2.52f.
13025 2001-11-02  Akim Demaille  <akim@epita.fr>
13027         * config/config.guess, config/config.sub, doc/standards.texi:
13028         * config/lispdir.m4: Update from masters.
13029         * configure.ac: Bump to 2.52f.
13031 2001-11-02  Akim Demaille  <akim@epita.fr>
13033         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
13034         Don't run aclocal when aclocal.m4 is not from aclocal.
13035         From Ezra Peisach.
13036         Don't run libtoolize and gettextize if --install is not given.
13038 2001-11-01  Paul Eggert  <eggert@twinsun.com>
13040         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
13041         be invoked before _AS_LINENO_PREPARE.
13042         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
13043         than character ranges.
13045         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
13046         invoking AS_BASENAME.  Set the locale variables to 'C' if
13047         possible, as POSIX requires this to get the traditional
13048         behavior.
13049         * doc/autoconf.texi (Special Shell Variables): Describe the above.
13051 2001-10-31  Paul Eggert  <eggert@twinsun.com>
13053         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
13054         with {}, as that triggers a bug in Bash 2.05.
13056         (_AS_LINENO_PREPARE): Use Sed rather than
13057         Awk.  Fix the sed prepass to work even if there are multiple
13058         instances of $LINENO on the same line.  Do not substitute for
13059         other variables like $LINENOT.  Do not check file dates; such a
13060         check is unreliable on sufficiently fast machines, and removing
13061         the check makes the code simpler and more reliable.  Check for
13062         output and chmod failures.
13064         * doc/autoconf.texi (Special Shell Variables): Document
13065         the above.
13067 2001-10-31  Akim Demaille  <akim@epita.fr>
13069         * tests/Makefile.am (atconfig): Remove this target, Automake
13070         handles it now.
13072 2001-10-31  Akim Demaille  <akim@epita.fr>
13074         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
13075         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
13076         provided, while it is optional.
13077         * configure.ac: Adjust.
13079 2001-10-26  Paul Eggert  <eggert@twinsun.com>
13081         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
13082           lib/Autom4te/Struct.pm:
13083         Require Perl 5.005_03 instead of just 5.005, as some tests fail
13084         with 5.005_02.
13086         * doc/autoconf.texi (Special Shell Variables): Document some
13087         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
13089         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
13090         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
13091         eval $LINENO is not portable in practice.
13093 2001-10-24  Akim Demaille  <akim@epita.fr>
13095         * lib/Autom4te/General.pm (backname): New.
13097 2001-10-24  Akim Demaille  <akim@epita.fr>
13099         * m4/: Remove, merged into...
13100         * config/: here.
13102 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
13104         * doc/autoconf.texi (Shellology): Mention the problems with bash
13105         2.05's use of ANSI quoting in its `set' builtin.
13107 2001-10-22  Paul Eggert  <eggert@twinsun.com>
13109         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
13110         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
13111         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
13112         POSIX decided to standardize on the int flavor of strerror_r.
13113         Always do char* test, as there's no reason not to.
13114         Assign to a char* var, to catch strerror_r that returns int*.
13116         * doc/autoconf.texi (Particular Functions):
13117         Document the above changes.  Also, document the fact that
13118         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
13120         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
13122 2001-10-20  Akim Demaille  <akim@epita.fr>
13124         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
13125         the executable was missing from the log.
13127 2001-10-20  Akim Demaille  <akim@epita.fr>
13129         * lib/Autom4te/General.pm (&update_file): If destination is
13130         unchanged, remove the source.
13131         (&up_to_date_p): Don't be verbose, be debug.
13132         * bin/autoreconf.in: No longer support --m4dir.
13133         (&autoreconf): Display the full path of the configure.ac we are
13134         studying.
13135         Trace it only once.
13136         Be sure to honor --force with gettextize.
13137         Always run aclocal.
13138         * doc/autoconf.texi: Adjust.
13140 2001-10-20  Akim Demaille  <akim@epita.fr>
13142         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
13143         Remove, dead.
13144         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
13145         `intl' is already present, as it refuses unless --force.
13146         (&parse_args): Use -I, --include instead of the old Autoconf
13147         options.
13148         ($localdir, $autoconf_dir): Remove.
13149         (@include): New.
13150         (&maybe_autoreconf): New, to preserve $_ for File::Find.
13152 2001-10-19  Jens Petersen  <petersen@redhat.com>
13154         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
13155         * doc/autoconf.texi (Particular Programs): Likewise.
13157 2001-10-19  Akim Demaille  <akim@epita.fr>
13159         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
13160         file in @configure_input@.
13161         Don't mention `automatically' in addition to `generated'.
13162         * tests/torture.at (#define header templates): Adjust.
13164 2001-10-19  Akim Demaille  <akim@epita.fr>
13166         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
13167         comment, explain how to install automatic mode selection.
13168         From Russ Allbery.
13170 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
13172         * bin/autoreconf.in (autoreconf): Display the path to the
13173         configure.ac being studied.
13175 2001-10-18  Paul Eggert  <eggert@twinsun.com>
13177         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
13178         long, to work around a bug in the HP C compiler version HP92453-01
13179         B.11.11.23709.GP.
13181         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
13182         (AS_BASENAME_EXPR): New macro.
13183         (AS_BASENAME_SED): Do not assume GNU sed semantics.
13184         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
13185         and fall back on 'sed' only if the other two fail.  This makes
13186         AS_BASENAME act more like AS_DIRNAME.
13187         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
13188         contains white space.
13189         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
13190         Use AS_DIRNAME, since I think it's now DOS-friendly.
13191         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
13192         Allow "dirname //FOO" to return either / or //, as POSIX allows
13193         either behavior.
13195 2001-10-10  Akim Demaille  <akim@epita.fr>
13197         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
13198         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
13199         From Eric Sharkey.
13201 2001-10-10  Akim Demaille  <akim@epita.fr>
13203         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
13204         m4_define, since...
13205         (_AS_ECHO_N): AS_REQUIREs it.
13207 2001-10-10  Akim Demaille  <akim@epita.fr>
13209         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
13210         (AC_INCLUDES_DEFAULT): Move to...
13211         * lib/autoconf/headers.m4: here.
13212         * lib/autoconf/types.m4: Comment changes.
13213         * doc/autoconf.texi: Specify where the default includes are used
13214         in the macro prototypes.
13216 2001-10-09  Akim Demaille  <akim@epita.fr>
13218         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
13219         transition code.
13221 2001-10-08  Akim Demaille  <akim@epita.fr>
13223         * bin/autoreconf.in (&autoreconf): Remove debugging code.
13224         (&parse_args): Pass verbosity/debugging options to subtools when
13225         --debug, not when --verbose.
13226         * lib/autom4te.in (Autoreconf-preselections): New.
13227         (Autoconf): Use it.
13229 2001-10-08  Akim Demaille  <akim@epita.fr>
13231         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
13233 2001-10-08  Akim Demaille  <akim@epita.fr>
13235         * doc/autoconf.texi (autoreconf Invocation): Adjust.
13236         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
13238 2001-10-08  Akim Demaille  <akim@epita.fr>
13240         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
13241         (Syntax of the shell scripts): Don't.
13242         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
13243         bother with $force since...
13244         * lib/Autom4te/General.pm: does.
13246 2001-10-08  Akim Demaille  <akim@epita.fr>
13248         * bin/autoreconf.in: Rewrite in Perl.
13249         * configure.ac: Adjust.
13250         * lib/Autom4te/General.pm (&up_to_date_p): New.
13251         * bin/autom4te.in (&up_to_date_p): Use it.
13252         Rename as...
13253         (&up_to_date): this.
13255 2001-10-08  Akim Demaille  <akim@epita.fr>
13257         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
13258         (m4_list_cmp): Use $0 to reinvoke yourself.
13259         (m4_patsubsts): New.
13260         (m4_strip, m4_version_unletter): Use it.
13261         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
13263 2001-10-08  Akim Demaille  <akim@epita.fr>
13265         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
13266         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
13267         * lib/autoconf/types.m4, lib/autotest/general.m4,
13268         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
13269         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
13270         m4_bregexp, m4_bpatsubst, and m4_bmatch.
13271         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
13273 2001-10-08  Akim Demaille  <akim@epita.fr>
13275         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
13277 2001-10-08  Akim Demaille  <akim@epita.fr>
13279         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
13280         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
13281         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
13282         * tests/tools.at, tests/m4sh.at: Use it.
13283         * tests/m4sh.at: Don't rely on Autoconf macros.
13284         (DIRNAME_TEST): Also exercise the expr variant.
13285         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
13286         preferred M4sugar extension is now `.4s'.
13287         * tests/README: Remove.
13289 2001-10-08  Akim Demaille  <akim@epita.fr>
13291         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
13292         (m4_provide_if): this.
13293         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
13294         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
13295         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
13296         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
13298 2001-10-08  Akim Demaille  <akim@epita.fr>
13300         Use `add-log-current-defun-function' for ChangeLog creation.
13301         Suggested by Tom Tromey.
13303         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
13304         (autotest-mode): Adjust.
13305         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
13306         'comment-region onto `C-c ;'.
13307         Comments are `#', not `dnl'.
13308         (autoconf-current-defun): New.
13309         (autoconf-font-lock-keywords): Recognize `m4_defun'.
13311 2001-10-08  Akim Demaille  <akim@epita.fr>
13313         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
13314         * lib/m4sugar/m4sh.m4: here.
13315         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
13316         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
13317         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
13318         include handle the m4_pattern_*, no longer push the
13319         BODY diversion nor set the /bin/sh line, AS_INIT does it.
13320         * lib/autotest/general.m4 (AT_INIT): Likewise.
13321         * tests/base.at: Adjust the tests to use AS_INIT.
13322         * tests/tools.at (AT_DATA_FORBIDDEN): New.
13323         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
13324         Autoconf.
13326 2001-10-07  Paul Eggert  <eggert@twinsun.com>
13328         * doc/autoconf.texi (config.status Invocation):
13329         CONFIG_SHELL defaults to a shell that supports LINENO if available.
13331         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
13332         shell does not support LINENO, and if CONFIG_SHELL is unset or
13333         empty, and if we can find a shell that does support LINENO,
13334         then set CONFIG_SHELL to that shell and then re-execute
13335         ourselves with CONFIG_SHELL.
13337 2001-10-05  Paul Eggert  <eggert@twinsun.com>
13339         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
13340         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
13341         build of $(TESTSUITE).
13343 2001-10-05  Akim Demaille  <akim@epita.fr>
13345         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
13346         iff we are a bareword.
13347         Reported by Raja R Harinath.
13349 2001-10-05  Akim Demaille  <akim@epita.fr>
13351         * tests/m4sh.at (LINENO): New.
13352         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
13353         PATH_SEPARATOR before using it.
13354         Fix the absolute path case/esac pattern.
13355         Provide $0 as fallback for as_myself.
13356         Reported by Raja R Harinath.
13358 2001-10-05  Akim Demaille  <akim@epita.fr>
13360         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
13361         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
13363 2001-10-05  Akim Demaille  <akim@epita.fr>
13365         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
13366         (AS_SHELL_SANITIZE): here.  Use it.
13367         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
13368         From Paul Eggert.
13370 2001-10-04  Akim Demaille  <akim@epita.fr>
13372         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
13373         combination of Awk and sed to replace $LINENO.
13375 2001-10-02  Paul Eggert  <eggert@twinsun.com>
13377         * doc/autoconf.texi (Limitations of Builtins): You can't use
13378         "source"; it's not portable.  Remove confusing and
13379         somewhat-incorrect example involving "." and "/".
13381         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
13382         compatibility with POSIX shells.
13384 2001-10-02  Akim Demaille  <akim@epita.fr>
13386         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
13387         instead of exec'ing to preserve $0 and $@.
13389 2001-10-01  Akim Demaille  <akim@epita.fr>
13391         * tests/testsuite (AT_INIT) <at_pass_list>: New.
13392         Don't run twice the same test.
13394 2001-10-01  Akim Demaille  <akim@epita.fr>
13396         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
13397         No longer output the list of tests.
13398         <--list>: New option.
13399         <--full-help>: Remove.
13400         Complete the short/long options duality.
13401         Various small adjustments.
13403 2001-10-01  Akim Demaille  <akim@epita.fr>
13405         * doc/autoconf.texi: Use @kbd for user input.
13406         Always use `$' as shell prompt.
13408 2001-09-30  Paul Eggert  <eggert@twinsun.com>
13410         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
13411         Don't use nested parenthesization.  This patch was originally
13412         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
13413         but somehow it didn't get incorporated then.
13414         * doc/autoconf.texi (Limitations of Usual Tools):
13415         Clarify remark about sed and nested parenthesization.
13417         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
13418         Report an error if the size cannot be determined even though
13419         the type exists.
13420         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
13421         Check for `expr' arithmetic overflow, and for compilation failure,
13422         and invoke a new argument $4 if either is discovered.
13423         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
13424         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
13426 2001-09-28  Akim Demaille  <akim@epita.fr>
13428         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
13429         * m4/lispdir.m4: New.
13430         * aclocal.m4, configure.ac: Adjust.
13432 2001-09-28  Akim Demaille  <akim@epita.fr>
13434         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
13435         (AT_TESTED): this.
13436         (AT_INIT): More the wrapped section to where it will be expanded.
13437         Output `AT_tested' only when existing.
13438         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
13440 2001-09-27  Akim Demaille  <akim@epita.fr>
13442         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
13443         generates too many bug reports.
13445         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
13446         status when executing the ACTION-IF-FALSE.
13447         * tests/base.at (AC_TRY_*): Rename as...
13448         (AC_TRY_COMMAND): this.
13449         (AC_RUN_IFELSE): New.
13450         * tests/compile.at (Extensions, C keywords)
13451         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
13452         (Broken/missing compilers, AC_PROG_CPP with warnings)
13453         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
13454         * tests/c.at (Extensions, C keywords)
13455         (Broken/missing compilers, AC_PROG_CPP with warnings)
13456         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
13457         (AC_PROG_CPP requires AC_PROG_CC): here and...
13458         * tests/fortran.at (GNU Fortran 77): there.
13459         * doc/autoconf.texi (autoconf Invocation): Fix the example:
13460         AC_TRY_RUN is about compilation, not shell commands.
13461         (Test Programs): AC_TRY_RUN works as used to be advertised.
13463 2001-09-27  Akim Demaille  <akim@epita.fr>
13465         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
13466         Raja R Harinath:
13467         Be sure to detect when $LINENO always returns the same value.
13468         Look for the original script, basename($0) is certainly not
13469         enough.
13470         Pass the CLI arguments to `$as_me.lineno'.
13472 2001-09-25  Akim Demaille  <akim@epita.fr>
13474         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
13475         Be sure the close and reopen the LOG fd before and after using tee
13476         to extend the log.
13477         <at_tests_pattern>: Adjust to the new format of at_help_all.
13479 2001-09-23  Akim Demaille  <akim@epita.fr>
13481         * bin/autom4te.in (parse_args): There can be several invocations
13482         of --language now.
13484 2001-09-23  Akim Demaille  <akim@epita.fr>
13486         * doc/autoconf.texi (Top): Wrap in @ifnottex.
13488 2001-09-23  Akim Demaille  <akim@epita.fr>
13490         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
13491         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
13492         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
13493         builddir, buildpath, top_builddir, and top_buildpath.
13494         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
13495         the current directory.
13496         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
13497         variables *before* changing the current directory.
13498         Skip nonexistent dirs.
13499         * doc/autoconf.texi (Preset Output Variables): Document these
13500         variables.
13502         * lib/autotest/general.m4: Do not reset AT_victims.
13503         Don't compute at_srcdir nor at_top_srcdir.
13505         * tests/tools.at: Hence use top_srcdir.
13507         * tests/Makefile.am, tests/autoconf, tests/autoheader,
13508         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
13509         Remove.
13510         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
13511         * tests/wrapsh.in, tests/autoupdate.in: New.
13512         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
13513         * configure.ac: Build the position independent wrappers.
13515         * man/Makefile.am: Now that test wrappers are position
13516         independent, use them and drop dark envvar magic.
13518 2001-09-23  Akim Demaille  <akim@epita.fr>
13520         * doc/autoconf.texi (Common Shell Constructs): Rename as...
13521         (Programming in M4sh): this.
13522         Promote to @section.
13524 2001-09-23  Akim Demaille  <akim@epita.fr>
13526         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
13527         Pass $at_debug_args to the rerun test suite.
13528         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
13529         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
13530         From Paul Eggert.
13532 2001-09-23  Akim Demaille  <akim@epita.fr>
13534         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
13536 2001-09-23  Akim Demaille  <akim@epita.fr>
13538         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
13539         over-escaping.
13541 2001-09-23  Akim Demaille  <akim@epita.fr>
13543         * lib/Autom4te/General.pm (&debug): New.
13544         * bin/autom4te.in ($language): Move to...
13545         (parse_args): here.
13546         Handle --language in languages.
13547         * lib/autom4te.in (Automake-selections, Autoheader-selections)
13548         (Autoscan-selections): New.
13549         (Autoconf): Adjust.
13551 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
13553         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
13554         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
13555         to match current versions from CVS Automake.
13557 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
13559         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
13560         for $LINENO.
13562 2001-09-22  Akim Demaille  <akim@epita.fr>
13564         * lib/autoconf/autotest.m4: Create `package.m4'.
13565         * tests/Makefile.am (package.m4): Remove.
13567 2001-09-22  Akim Demaille  <akim@epita.fr>
13569         Rely on `$LINENO' when possible instead of `__oline__'.
13571         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
13572         `$LINENO' support replacement when not supported.
13573         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
13574         them explicitly to be sure they are not output before this section
13575         (via m4_require).  Cosmetic only.
13576         * lib/autoconf/c.m4, lib/autoconf/general.m4,
13577         * lib/autoconf/programs.m4: Replace all the occurrences of
13578         `__oline__' with `$LINENO'.
13579         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
13581 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
13583         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
13584         character (u: -> ue) in a code comment.
13585         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
13586         it works.
13588 2001-09-21  Akim Demaille  <akim@epita.fr>
13590         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
13591         Suggested by Jim Meyering.
13593 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
13595         * lib/autoconf/programs.m4: Use extensions listed in
13596         $ac_executable_extensions when looking for programs.
13598 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
13600         * lib/autoconf/general.m4: Fix a small Englisho.
13601         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
13602         setting up ac_dir_suffix and ac_top_builddir.
13603         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
13605 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
13607         * doc/autoconf.texi (File System Conventions): Clarify the use of
13608         PATH_SEPARATOR.
13609         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
13610         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
13611         be used instead of ':'.
13612         * lib/autotest/general.m4: Replace occurrences of ':' in
13613         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
13615 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
13617         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
13618         arguments.  Fixed a typo.
13620 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
13622         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
13623         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
13625 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
13627         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
13628         * bin/autoupdate.in: Ditto.
13629         * bin/autoheader.in: Reworded a few comments.
13630         * bin/autoconf.in: Reworded help text for a few options.
13631         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
13632         * bin/autoscan.in, bin/autoupdate.in: Ditto.
13634 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
13636         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
13637         already have $file).  Set output files to binary mode (helps avoid
13638         CR issues on DOSish systems).
13640 2001-09-19  Akim Demaille  <akim@epita.fr>
13642         * lib/autotest/general.m4: Englishoes.
13643         From Tim Van Holder and Alexey Mahotkin.
13645 2001-09-18  Paul Eggert  <eggert@twinsun.com>
13647         * doc/autoconf.texi (Common Shell Constructs): New node,
13648         documenting AS_DIRNAME.
13649         (Limitations of Usual Tools): Refer to it when discussing dirname.
13650         Also, update discussion of POSIX standard to reflect latest draft.
13652         * lib/autoconf/c.m4:
13653         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
13655         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
13656         Do not pass a first argument with leading '-'
13657         to expr, by parenthesizing initial integers that might be negative.
13659         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
13660         now merely checks whether it is an error to pass an argument
13661         to getpgrp.
13663         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
13664         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
13665         whether it is a (compile-time) error to pass an argument to
13666         getpgrp.  This simpler test supports the revised documentation,
13667         and is all that AC_FUNC_GETPGRP's users really need.
13669 2001-09-18  Akim Demaille  <akim@epita.fr>
13671         * doc/autoconf.texi (Limitations of Make) <$<>: New.
13673 2001-09-18  Akim Demaille  <akim@epita.fr>
13675         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
13676         `{}'.
13677         * lib/autotest/general.m4 (AT_INIT): Adjust.
13679 2001-09-18  Paul Wagland  <paul@wagland.net>
13681         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
13682         correctly.
13683         Add test for AS_BASENAME.
13684         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
13685         added test. It now correctly handles /1/2/3/, returning '3' not ''.
13686         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
13687         * tests/base.at: Fixed the expected responses. The old ones were
13688         one line out...
13689         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
13690         the documentation claims it should (and how it behaved in 2.13).
13692 2001-09-18  Akim Demaille  <akim@epita.fr>
13694         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
13695         the AC_CONFIG_COMMANDS invocation.
13696         This also solves the name clash problems.
13697         Don't set the package's ID.
13698         * lib/m4sugar/Makefile.am (version.m4): Revamp.
13699         No longer to be shipped.
13700         (version.in): Remove.
13701         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
13702         * lib/autoconf/status.m4: Adjust.
13703         Use `m4_PACKAGE_STRING'.
13704         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
13705         the only optional argument is the name of the test suite.
13706         Expect `package.m4' to define the package signature.
13707         * lib/autom4te.in (Autotest): Add `package.m4?'.
13708         * tests/Makefile.am (package.m4): New.
13709         * tests/suite.at: ifnames is a victim.
13711 2001-09-18  Akim Demaille  <akim@epita.fr>
13713         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
13714         AC_LIBSOURCE, AC_CONFIG_FILES.
13715         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
13716         program version string doesn't match the package's.
13717         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
13718         after `(cached)'.
13720 2001-09-17  Paul Eggert  <eggert@twinsun.com>
13722         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
13723         Allow expression to return any value that can fit into unsigned long
13724         (not int, as before).  Check for output errors.
13726 2001-09-17  Bruno Haible  <haible@ilog.fr>
13728         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
13729         Always include <stdio.h> and <stdlib.h>. Evaluate
13730         the expression in an extra function before these includes. Call
13731         fprintf "%d" only after ensuring the argument is of type 'int'.
13732         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
13734 2001-09-17  Paul Eggert  <eggert@twinsun.com>
13736         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
13737         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
13738         fatal errors, and AC_CHECK_LIB causes it to include libraries even
13739         when they don't exist.
13741         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
13742         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
13743         need it.
13745         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
13746         version with the version used by fileutils 4.1, except use
13747         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
13748         we don't need it.
13750         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
13752 2001-09-13  Akim Demaille  <akim@epita.fr>
13754         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
13755         _first_.
13756         Reported by Gerrit P. Haase.
13758 2001-09-13  Akim Demaille  <akim@epita.fr>
13760         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
13761         m4_defn'ing is valid.
13763 2001-09-13  Akim Demaille  <akim@epita.fr>
13765         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
13766         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
13767         Use it.
13769 2001-09-13  Akim Demaille  <akim@epita.fr>
13771         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
13772         m4_match.
13773         (m4_re_escape): New.
13774         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
13775         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
13776         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
13777         Likewise.
13778         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
13779         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
13780         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
13781         AT_tests_all for consistency.
13782         Set at_victims.
13783         (AT_VICTIMS): Similar to AT_KEYWORDS.
13784         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
13786 2001-09-13  Akim Demaille  <akim@epita.fr>
13788         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
13790 2001-09-13  Akim Demaille  <akim@epita.fr>
13792         * lib/autotest/general.m4 (AT_INIT): Create and remove
13793         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
13794         test suites can cohabit.
13796 2001-09-13  Akim Demaille  <akim@epita.fr>
13798         * tests/mktests.sh: Don't output banners for empty test files.
13800 2001-09-13  Akim Demaille  <akim@epita.fr>
13802         Test suites can be run independently of configure.
13804         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
13805         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
13806         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
13807         ECHO_N etc.
13808         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
13809         and at_c.
13810         * lib/autotest/general.m4: Use ECHO_*.
13812 2001-09-13  Akim Demaille  <akim@epita.fr>
13814         * bin/ifnames.in: Rewrite in Perl.
13815         * configure.ac: Don't look for AWK.
13816         * tests/tools.at (AWK portability): Remove.
13817         (Syntax of the shell scripts): Don't check ifnames.
13818         (AT_CHECK_PERL_SYNTAX): New.
13819         (Syntax of the Perl scripts): Check ifnames.
13820         * tests/ifnames: New.
13822 2001-09-13  Akim Demaille  <akim@epita.fr>
13824         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
13825         test group titles.
13826         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
13827         Remove all the other keywords.
13829 2001-09-10  Akim Demaille  <akim@epita.fr>
13831         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
13832         SETUP: no longer used.
13833         Support -k, --keywords.
13834         <at_help>: Be `no', `short', or `long'.
13835         <at_help_all>: New variable.
13836         (AT_KEYWORDS): New.
13837         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
13838         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
13839         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
13840         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
13841         No longer fill the HELP diversion.
13842         (AT_CLEANUP): Use them.
13843         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
13844         (m4_list_append): Remove.
13846         Spread a few keywords in the Autoconf test suite.
13848 2001-09-10  Akim Demaille  <akim@epita.fr>
13850         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
13851         PATH_SEPARATOR, let M4sh compute it.
13852         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
13853         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
13854         Move to...
13855         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
13856         Simplify when the path is not a literal.
13857         (AS_UNAME): Use it to report PATH.
13858         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
13859         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
13860         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
13861         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
13862         normalize the path, and to look for victims.
13863         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
13864         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
13866 2001-09-07  Akim Demaille  <akim@epita.fr>
13868         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
13869         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
13870         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
13871         related variables into `at_package_*'.
13872         * lib/autotest/general.m4 (AT_VICTIMS): New.
13873         (AT_INIT): Adjust for stand-alone/embedded test suites.
13874         (AS_MESSAGE_LOG_FD): Define and use it.
13875         * tests/suite.at (AT_VICTIMS): Use it.
13876         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
13877         at_version.
13879 2001-09-07  Akim Demaille  <akim@epita.fr>
13881         Move toward possibly stand-alone test suites.
13883         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
13884         in addition, it introduces useless differences in logs.
13885         (AT_INIT): Let atconfig and atlocal be both optional.
13886         Adjust PATH computation.
13887         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
13889 2001-09-07  Akim Demaille  <akim@epita.fr>
13891         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
13892         m4sugar/version.m4.
13894 2001-09-05  Akim Demaille  <akim@epita.fr>
13896         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
13897         to avoid GCC warnings.
13898         From Uwe Seimet.
13900 2001-09-05  Akim Demaille  <akim@epita.fr>
13902         * bin/autom4te.in: --language is -l, not -s.
13904 2001-09-05  Akim Demaille  <akim@epita.fr>
13906         Be ready to handle filenames as stupid as `dnl.at', for if even
13907         the maintainer is dumb enough to do that...
13909         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
13910         excellence in M4 quotation: consider `__file__' is active.
13912         And BTW, when invoking m4, pass the --include in the right order:
13913         the wrong one.
13915         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
13916         4m.
13918 2001-09-05  Akim Demaille  <akim@epita.fr>
13920         * lib/Autom4te/XFile.pm: New lib file.
13921         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
13922         * bin/autoheader.in: Use it.
13924 2001-09-05  Akim Demaille  <akim@epita.fr>
13926         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
13927         defined.
13929 2001-09-05  Akim Demaille  <akim@epita.fr>
13931         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
13932         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
13934         * bin/autoscan.in: Use `getopt' and `find_files' etc.
13935         Add -I, --include support.
13936         * doc/autoconf.texi (autoscan Invocation): Adjust.
13938 2001-09-05  Akim Demaille  <akim@epita.fr>
13940         CVS GNU M4 doesn't like `undefine(undefined)'.
13942         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
13943         New, extracted from main.
13944         Use IO::File wherever possible.
13945         (input.m4): Be constant, use -I instead of hard coding $tmp.
13946         Therefore be a quoted heredoc.
13947         Don't invoke `_au_disable', since ac was not loaded, but just
13948         `unm4.m4'.
13950 2001-08-31  Akim Demaille  <akim@epita.fr>
13952         Version 2.52d.
13954 2001-08-31  Akim Demaille  <akim@epita.fr>
13956         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
13957         previous patch.
13958         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
13960 2001-08-31  Akim Demaille  <akim@epita.fr>
13962         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
13963         serious problems handling heredocs in heredocs.
13964         Reported by Nicolas Joly.
13966 2001-08-31  Akim Demaille  <akim@epita.fr>
13968         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
13969         (Making testsuite Scripts): Update.
13971 2001-08-31  Akim Demaille  <akim@epita.fr>
13973         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
13975 2001-08-31  Akim Demaille  <akim@epita.fr>
13977         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
13978         (testsuite Scripts): There is no such thing as `atconfig.in'.
13979         And actually one diagram is missing: test suite runtime.
13981 2001-08-31  Akim Demaille  <akim@epita.fr>
13983         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
13984         inverse order.
13986 2001-08-31  Akim Demaille  <akim@epita.fr>
13988         * bin/autoupdate.in (@include): `installcheck' revealed the path
13989         to m4sugar was lacking!
13991 2001-08-31  Akim Demaille  <akim@epita.fr>
13993         * man/Makefile.am (.x.1): We really have to pass
13994         autom4te_perllibdir.
13996 2001-08-31  Akim Demaille  <akim@epita.fr>
13998         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
13999         debug scripts, in particular passing explicitly listed tests to
14000         run is stupid.
14002 2001-08-31  Akim Demaille  <akim@epita.fr>
14004         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
14005         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
14006         Use directly autom4te, not autoconf.
14007         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
14009 2001-08-31  Akim Demaille  <akim@epita.fr>
14011         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
14012         * bin/autoheader.in (%symbol): Strip arguments of macros.
14014 2001-08-31  Akim Demaille  <akim@epita.fr>
14016         * doc/autoconf.texi: Catch up -I, --include changes.
14018 2001-08-31  Akim Demaille  <akim@epita.fr>
14020         * bin/autom4te.in (&parse_args): Die on unknown languages.
14021         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
14022         need for autoconf.
14023         Promote --include over --macrodir and other obsolete options.
14025 2001-08-31  Akim Demaille  <akim@epita.fr>
14027         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
14028         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
14029         * bin/autom4te.in ($autoconf): Pass --force.
14030         `print $out' doesn't print `$_' but `$out'.
14031         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
14032         (autoheader): Pass --force since the test suite goes too fast for
14033         the time stamps.
14034         Adjust to the new autoheader messages.
14036 2001-08-31  Akim Demaille  <akim@epita.fr>
14038         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
14039         Check the completeness of the #template.
14040         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
14041         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
14042         invocation.
14044 2001-08-31  Akim Demaille  <akim@epita.fr>
14046         * lib/Autom4te/General.pm (&find_file, &update_file): New.
14047         * bin/autoupdate.in, bin/autoheader.in: Adjust.
14048         Drop AC_MACRODIR dead for real.
14049         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
14050         `autoheader: `config.hin' is created'.
14051         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
14053 2001-08-31  Akim Demaille  <akim@epita.fr>
14055         * bin/autoheader.in: Rewrite in Perl.
14056         * tests/autoheader: Adjust.
14058 2001-08-31  Akim Demaille  <akim@epita.fr>
14060         * bin/autoconf.in (--include, -I): New option.
14061         Map --localdir, --autoconf-dir onto it.
14062         Forward autom4te's options instead of interpreting them.
14063         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
14064         There is no such envvar since the inception of autom4te.cfg.
14065         * bin/autom4te.in (&parse_args): Uniquify `@include'.
14066         * bin/autoupdate.in: Adjust, and perform more control.
14067         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
14068         * tests/autoconf: Dittowise.
14070 2001-08-31  Akim Demaille  <akim@epita.fr>
14072         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
14073         * bin/autom4te.in (&find_file): Support `FILE?' standing for
14074         optionally `FILE'.
14075         Use -e, not -f, since /dev/null for instance is OK.
14076         (&parse_args): Adjust.
14077         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
14079 2001-08-31  Akim Demaille  <akim@epita.fr>
14081         * configure.ac: Also find tested executables in bin.
14082         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
14083         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
14084         installed peer executables, only PATH is allowed to resolve it.
14085         Pass `autoconf_dir' via options, not via invisible envvars.
14086         * lib/Autom4te/General.pm (&find_peer): Remove.
14087         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
14088         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
14089         * man/Makefile.am: Let help2man rely on PATH instead of trying to
14090         find the executables for it.
14091         * tests/Makefile.am: Major cleanup.  Too lazy to document...
14092         * tests/atlocal.in: Remove all the obscure envvar manipulations.
14093         We only need PERL.
14094         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
14095         indeed related to running the test suite, while passing
14096         --autoconf-dir and others is related to running non installed
14097         Autoconf executables.  So don't do that, leave it to...
14098         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
14099         * tests/autoscan: New.
14100         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
14101         refer to library files: rely on --language.
14103 2001-08-29  Akim Demaille  <akim@epita.fr>
14105         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
14106         s/--set/--language/.
14108 2001-08-29  Akim Demaille  <akim@epita.fr>
14110         * doc/autoconf.texi: Strip the @nodes.
14111         Suggested by Paul Eggert.
14112         (Initializing configure): Typo.
14114 2001-08-29  Akim Demaille  <akim@epita.fr>
14116         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
14117         Suggested by Paul Eggert.
14119 2001-08-29  Akim Demaille  <akim@epita.fr>
14121         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
14122         download in a tmp dir.
14124 2001-08-29  Akim Demaille  <akim@epita.fr>
14126         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
14127         case insensitive OSes out there :(
14128         From Tim Van Holder.
14130 2001-08-29  Akim Demaille  <akim@epita.fr>
14132         * lib/autom4te.in: New.
14133         * lib/Makefile.am (edit, autom4te.cfg): New.
14134         * bin/autom4te.in (BEGIN): Simplify.
14135         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
14136         (&load_configuration): New.  Use it.
14137         (&parse_args): Support --mode, --set, and --melt.
14138         * bin/autoconf.in: Simplify and adjust.
14139         * tests/Makefile.am (AUTOMAKE): Use --set.
14140         * tests/atlocal.in: Adjust.
14141         * BUGS: distcheck and check are weak.
14143 2001-08-29  Akim Demaille  <akim@epita.fr>
14145         * lib/autotest/general.m4: Use
14146                 foo=`(command) 2>/dev/null`
14147         not
14148                 foo=`command` 2>/dev/null
14149         (at-devnull): Rename as...
14150         (AT-devnull): this.
14151         (--clean): Remove AT-* files too.
14152         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
14153         Reported by Nicolas Joly.
14155 2001-08-28  Akim Demaille  <akim@epita.fr>
14157         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
14158         quotes inside single quotes.
14159         Reported by Nicolas Joly.
14161 2001-08-28  Kevin Ryde  <user42@zip.com.au>
14163         * doc/autoconf.texi (Function Portability): Mention C right shifts.
14165 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
14167         * lib/autotest/general.m4: Reword some messages.
14168         (AT_INIT): Check for the `times' builtin before using it.
14169         Support test ranges as arguments to the testsuite.
14170         Have -e imply -d as the help text suggested.
14172 2001-08-27  Akim Demaille  <akim@epita.fr>
14174         * Makefile.maint: Formatting changes.
14175         (do-po-update, po-update, cvs-update, update): New targets.
14176         (AMTAR): Remove.
14178 2001-08-27  Akim Demaille  <akim@epita.fr>
14180         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
14181         <at_cmd_line>: New.
14182         Pass it to debug-*.sh scripts.
14183         <AUTOTEST_PATH>: May contain absolute dir names.
14185 2001-08-27  Akim Demaille  <akim@epita.fr>
14187         * lib/autotest/general.m4 (AT_INIT): Log the command line.
14188         Support `VAR=VAL' as arguments.
14189         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
14190         may be set via the command line.
14192 2001-08-27  Akim Demaille  <akim@epita.fr>
14194         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
14195         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
14196         first the build dirs, then the src dirs.
14197         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
14199 2001-08-27  Akim Demaille  <akim@epita.fr>
14201         * lib/autotest/general.m4 (AT_INIT): Output the definition of
14202         at_data_files earlier.
14203         (--clean, -c): New option.
14204         * tests/Makefile.am: Use this option.
14206 2001-08-27  Akim Demaille  <akim@epita.fr>
14208         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
14209         `ac_top_builddir' to mimic Automake's vocabulary, which much more
14210         readable.
14211         Adjust callers.
14212         * doc/autoconf.texi (Configuration Actions): Document the vars
14213         available in commands.
14214         Emphasize the risks of collisions in init-cmds.
14216 2001-08-27  Akim Demaille  <akim@epita.fr>
14218         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
14219         (Initializing configure): this new node.
14221 2001-08-27  Akim Demaille  <akim@epita.fr>
14223         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
14225 2001-08-27  Akim Demaille  <akim@epita.fr>
14227         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
14228         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
14229         New file.
14230         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
14232 2001-08-27  Akim Demaille  <akim@epita.fr>
14234         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
14235         to...
14236         * lib/autoconf/autoheader.m4: this new file.
14237         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
14238         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
14239         Move to...
14240         * lib/autoconf/autoupdate.m4: this new file.
14242 2001-08-27  Akim Demaille  <akim@epita.fr>
14244         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
14245         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
14246         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
14247         -> ac_dir).
14248         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
14249         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
14251 2001-08-27  Akim Demaille  <akim@epita.fr>
14253         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
14254         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
14255         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
14256         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
14257         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
14258         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
14259         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
14260         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
14261         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
14262         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
14263         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
14264         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
14265         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
14266         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
14267         (_AC_OUTPUT_SUBDIRS): Move to...
14268         * lib/autoconf/status.m4: this new file.
14269         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
14270         * tests/Makefile.am, tests/suite.at: Adjust.
14272 2001-08-27  Akim Demaille  <akim@epita.fr>
14274         Automake 1.5.
14276         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
14277         (AMTAR): Help automake define it.
14278         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
14279         needed, 1.5 can have a macro and a target with the same name.
14280         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
14281         * m4/strip.m4: New.
14282         * m4/init.m4, m4/sanity.m4: Update.
14283         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
14284         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
14285         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
14286         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
14288 2001-08-27  Akim Demaille  <akim@epita.fr>
14290         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
14292         * lib/autoconf/version.in: Remove.
14293         * lib/m4sugar/version.in: New.
14294         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
14295         Adjust callers.
14296         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
14297         the name of the directory they're in, instead of the filename,
14298         since version.m4 is now in m4sugar, but m4_acversion must not be
14299         classified as an Autoconf macro.
14300         ($input_m4): Don't qualify the path to m4sugar.
14301         Rather, pass autoconf_dir to m4.
14302         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
14303         * tests/suite.at: Require 2.52c.
14305 2001-08-27  Akim Demaille  <akim@epita.fr>
14307         testsuite.log should include config.log.
14309         * lib/autotest/autotest.m4: New.
14310         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
14311         * tests/suite.at : Adjust.
14312         (AT_INIT): Log config.log.
14313         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
14314         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
14315         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
14316         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
14317         of config.log on traps.
14318         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
14319         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
14320         for config.status'.
14321         Open the log as soon as possible.
14322         Use the same log introduction as configure's.
14324 2001-08-22  Paul Eggert  <eggert@twinsun.com>
14326         * doc/autoconf.texi (Indices): New node.
14327         Move indices out of the top level menu and into this submenu.
14329 2001-08-22  Akim Demaille  <akim@epita.fr>
14331         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
14332         AC_TRY_COMMAND.
14333         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
14335 2001-08-22  Akim Demaille  <akim@epita.fr>
14337         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
14338         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
14339         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
14340         * lib/autoconf/programs.m4: here.
14341         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
14342         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
14343         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
14344         * lib/autoconf/programs.m4: here.
14345         (_AC_DECL_YYTEXT): Rename as...
14346         (_AC_PROG_LEX_YYTEXT_DECL): this.
14347         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
14348         * tests/Makefile.am, tests/suite.am: Adjust.
14350 2001-08-22  Akim Demaille  <akim@epita.fr>
14352         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
14353         Move to...
14354         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
14355         here.
14356         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
14357         * lib/autoconf/functions.m4: here.
14358         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
14359         (AH_CHECK_LIB): Move to...
14360         * lib/autoconf/libs: this new file.
14361         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
14362         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
14363         * lib/autoconf/libs.m4: here.
14364         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
14366 2001-08-22  Akim Demaille  <akim@epita.fr>
14368         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
14369         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
14370         (AC_SITE_LOAD): Better logging of config.site.
14372 2001-08-20  Akim Demaille  <akim@epita.fr>
14374         * configure.ac (AT_CONFIG): Fix the path.
14375         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
14376         can be used.
14378 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
14380         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
14381         program with AC_LANG_PROGRAM before feeding it to
14382         AC_COMPILE_IFELSE.  Cleanup grep usage.
14384 2001-08-20  Akim Demaille  <akim@epita.fr>
14386         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
14387         * NEWS, README, README-alpha, TODO, tests/README: This package is
14388         `Autoconf', not `autoconf' (the executable).
14390 2001-08-20  Akim Demaille  <akim@epita.fr>
14392         Info readers seem to need `Index' in the index node title :(
14394         * doc/autoconf.texi: Reverse the 2001-08-15 change which
14395         simplified index node names.
14397 2001-08-20  Akim Demaille  <akim@epita.fr>
14399         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
14400         arguments are not literals.
14401         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
14402         Specify the output variables, and macros defined.
14404 2001-08-20  Akim Demaille  <akim@epita.fr>
14406         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
14407         (Examining Syntax) <AC_TRY_COMPILE>
14408         (Examining Libraries) <AC_TRY_LINK>
14409         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
14410         their arguments.
14411         Reported by Werner Lemberg.
14413 2001-08-20  Akim Demaille  <akim@epita.fr>
14415         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
14416         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
14417         Load atlocal late enough to dump it in the log.
14418         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
14420 2001-08-20  Akim Demaille  <akim@epita.fr>
14422         * tests/torture.at (Configuring subdirectories): New test.
14423         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
14424         looking for.
14425         * m4/atconfig.m4: Be sure the let $[0] be expandable.
14426         (top_srcdir): Fix its computation.
14428 2001-08-20  Akim Demaille  <akim@epita.fr>
14430         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
14431         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
14432         test suite lives.
14433         Create `atconfig' automagically.
14434         Configure atlocal.in if present.
14435         * tests/atconfig.in: Remove.
14436         * tests/atlocal.in: New.
14437         * tests/Makefile.am: Adjust.
14439 2001-08-20  Akim Demaille  <akim@epita.fr>
14441         Huh!?!?!  There are still some user EOF tags used, which prevents
14442         their use in AC_CONFIG_COMMANDS for instance...
14444         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
14445         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
14446         `_CSEOF', or `_ATEOF', as appropriate.
14447         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
14448         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
14450 2001-08-20  Akim Demaille  <akim@epita.fr>
14452         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
14453         * tests/semantics.at, tests/tools.at, tests/torture.at:
14454         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
14456 2001-08-20  Akim Demaille  <akim@epita.fr>
14458         Autotest invokes M4sh's initialization.
14460         * lib/autotest/general.m4: Adjust the diversion names.
14461         (AT_INIT): Run AS_INIT.
14462         Use the BINSH diversion to invoke /bin/sh.
14463         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
14464         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
14466 2001-08-20  Akim Demaille  <akim@epita.fr>
14468         Let M4sh have its own diversions.
14470         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
14471         (_m4_divert(NOTICE)): Rename as...
14472         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
14473         (_m4_divert(HEADER-COMMENT)): these.
14474         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
14475         (_m4_divert(NOTICE)): New, for Libtool.
14476         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
14477         long ago with `_m4_divert(GROW)'.
14478         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
14480 2001-08-20  Akim Demaille  <akim@epita.fr>
14482         * tests/base.at, tests/compile.at, tests/foreign.at,
14483         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
14484         * tests/semantics.at, tests/suite.at, tests/tools.at,
14485         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
14487 2001-08-20  Akim Demaille  <akim@epita.fr>
14489         * bin/autom4te.in (handle_output): Handle @__@.
14491 2001-08-20  Akim Demaille  <akim@epita.fr>
14493         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
14494         * lib/autotest/general.m4: Adjust the license.
14496 2001-08-17  Paul Eggert  <eggert@twinsun.com>
14498         * doc/autoconf.texi (Function Portability): Mention snprintf,
14499         following up on a suggestion by Kevin Ryde.
14501 2001-08-17  Akim Demaille  <akim@epita.fr>
14503         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
14504         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
14506 2001-08-17  Akim Demaille  <akim@epita.fr>
14508         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
14509         `$0.log' as for projects where testsuite is in src, we'd have
14510         testsuite.log created in src.
14512 2001-08-17  Akim Demaille  <akim@epita.fr>
14514         * bin/autom4te.in (&parse_args): Recognize --normalize.
14516 2001-08-17  Akim Demaille  <akim@epita.fr>
14518         Start implementing the AC_CHECK_HEADER transition scheme.
14520         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
14521         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
14522         (AC_CHECK_HEADER): Use them.
14524 2001-08-17  Akim Demaille  <akim@epita.fr>
14526         * doc/autoconf.texi: Work around Texinfo buglets.
14527         (Transformation Rules): One example is enough, users are expected
14528         to have their brains on. And BTW, use DESTDIR.
14529         (dvar): New macro.  Use it.
14531 2001-08-17  Akim Demaille  <akim@epita.fr>
14533         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
14534         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
14535         looking for ChangeLogs.
14537 2001-08-17  Akim Demaille  <akim@epita.fr>
14539         * bin/autom4te.in: --normalize is a new option.
14540         * bin/autoconf.in: Use it.
14542 2001-08-17  Akim Demaille  <akim@epita.fr>
14544         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
14545         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
14547 2001-08-16  Paul Eggert  <eggert@twinsun.com>
14549         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
14550         start, not at end.
14552 2001-08-15  Akim Demaille  <akim@epita.fr>
14554         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
14555         Use it.
14557 2001-08-15  Akim Demaille  <akim@epita.fr>
14559         * doc/autoconf.texi (pr): New index.
14560         (prindex, findex): Use, merge, and output them.
14561         (Environment Variable Index, Output Variable Index)
14562         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
14563         (Autotest Macro Index): Rename as...
14564         (Environment Variables, Output Variables,Preprocessor Symbols)
14565         (Autoconf Macros, M4 Macros, Autotest Macros): these.
14566         * doc/install.texi: Use @command.
14567         (Environment Variables): Rename as...
14568         (Defining Variables): this.
14570 2001-08-15  Akim Demaille  <akim@epita.fr>
14572         * doc/autoconf.texi (Function Portability): sprintf's return
14573         value.
14574         From Kevin Ryde.
14576 2001-08-15  Akim Demaille  <akim@epita.fr>
14578         * Makefile.maint (CVS): New.
14579         (local-check): Run changelog-check. last.
14580         (alpha): Don't depend upon local-check, since...
14581         (cvs-dist): depends upon it.
14583 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
14585         * tests/Makefile.am: Use a clean-local rule to remove
14586         autom4te.cache (it's a directory, not a file.
14587         * Makefile.am: Ditto (but maintainer-clean-local).
14589 2001-08-15  Akim Demaille  <akim@epita.fr>
14591         * bin/autom4te.in (@m4_warning): New.
14592         (&handle_m4): Use it.
14593         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
14594         warnings are issued at each run.
14595         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
14596         is in the src tree.
14598 2001-08-15  Akim Demaille  <akim@epita.fr>
14600         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
14601         don't waste time running `autoupdate --version' works.
14602         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
14604 2001-08-13  Akim Demaille  <akim@epita.fr>
14606         * doc/autoconf.texi (ma): Rename this index as...
14607         (ac): this.
14609 2001-08-13  Akim Demaille  <akim@epita.fr>
14611         * Makefile.am: Remove dead code and dead comments.
14612         (pdf, html): New targets.
14613         * doc/autoconf.texi (Using Autotest): New chapter.
14614         * doc/Makefile.am (pdf): New targets.
14615         (CLEANFILES): Adjust.
14617 2001-08-13  Akim Demaille  <akim@epita.fr>
14619         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
14620         duration of the test suite.
14622 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
14624         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
14625         endianness for comparison instead of relying on AT_CHECK_ENV.
14627 2001-08-11  Paul Eggert  <eggert@twinsun.com>
14629         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
14630         to the INSTALL file.
14632 2001-08-11  Paul Eggert  <eggert@twinsun.com>
14634         * NEWS: The autoconf manual now is distributed under the terms
14635         of the GNU Free Documentation License.
14637         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
14638         Add an appendix "Copying This Manual" for the FDL.
14640         * doc/fdl.texi: New file, from
14641         <http://www.gnu.org/licenses/fdl.texi>.
14643         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
14645 2001-08-10  Paul Eggert  <eggert@twinsun.com>
14647         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
14648         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
14649         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
14650         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
14651         m4/sanity.m4, tests/README, tests/aclocal.m4,
14652         tests/atspecific.m4, tests/base.at, tests/compile.at,
14653         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
14654         tests/semantics.at, tests/suite.at, tests/tools.at,
14655         tests/torture.at: Add copyright notice.
14657         * tests/mktests.sh: Update year in copyright notice.
14659 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
14661         * tests/semantics.at (AC_C_BIGENDIAN): New test.
14663 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
14665         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
14666         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
14667         * doc/autoconf.texi (C Compiler Characteristics): Update
14668         documentation for AC_C_BIGENDIAN.
14670 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
14672         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
14673         magic values from an object file when cross-compiling.
14674         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
14676 2001-08-10  Akim Demaille  <akim@epita.fr>
14678         * bin/autom4te.in (&handle_output): Don't use `grep' with side
14679         effects.
14680         Suggested by Russ Allbery.
14682 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
14684         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
14685         current $prefix to the sub-configures.
14687 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
14689         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
14690         extension (needed on BeOS).  Reported by Guido van Rossum.
14692 2001-08-09  Akim Demaille  <akim@epita.fr>
14694         * bin/autom4te.in ($icache): Load it only if older than autom4te.
14696 2001-08-07  Akim Demaille  <akim@epita.fr>
14698         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
14699         removed.
14700         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
14701         No need to remove the files before and after the each test, before
14702         each test and at the end of the suite is enough.
14703         Display only the children `times', not the shell's.
14704         If the test failed or was skipped, at-times is not available.
14706 2001-08-07  Akim Demaille  <akim@epita.fr>
14708         Always produce testsuite.log, including when there are no
14709         failures.  This helps getting information on skipped tests, and
14710         duration of the tests.  Err, implement the latter btw.
14712         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
14713         Dump information on the first run of each test.
14714         (AT_CLEANUP): Create `at-times' containing the duration of the
14715         test group.
14717 2001-08-07  Akim Demaille  <akim@epita.fr>
14719         The use of `dumpstat' revealed that `len' was used although it
14720         should not.  m4_text_wrap was using it, but in the Autoconf world
14721         where it is legal.  Hence (i) test M4sh in its own world, not
14722         Autoconf's, and (ii), ahem, fix the bug :)
14724         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
14725         does not like `' instead of [].
14726         (AT_INIT): Forbid `^_?AT_'.
14727         And don't output such tokens.
14728         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
14729         `script.as', and `autom4te.cache'.
14730         Remove `empty' and `macro' which are no longer used.
14731         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
14732         * tests/m4sugar.at: Use it.
14733         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
14735 2001-08-07  Akim Demaille  <akim@epita.fr>
14737         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
14739 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
14741         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
14743 2001-08-04  Akim Demaille  <akim@epita.fr>
14745         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
14746         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
14747         AC_TRY_LINK.
14748         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
14749         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
14750         (AC_F77_MAIN): Likewise.
14752 2001-08-04  Akim Demaille  <akim@epita.fr>
14754         Don't rely on M4sugar outputting the patterns in files, since we
14755         might process the output _without_ running m4, hence without these
14756         files.
14758         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
14759         * bin/autom4te.in (@Request::includes): Remove, unused.
14760         (@Request::source): Rename as...
14761         (@Request::input): this.
14762         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
14763         (&handle_output): Fetch the patterns from the traces.
14764         `$forbidden' and `$allowed' are constant: use m//o.
14765         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
14766         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
14768 2001-08-04  Akim Demaille  <akim@epita.fr>
14770         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
14771         autoconf', i.e., in addition to caching traces, cache the output.
14773         * bin/autom4te.in (Request::cache): Rename as...
14774         (Request::id): this.
14775         ($cache, $icache, $tcache, $ocache): New.
14776         (&handle_m4): Save M4 output in the cache instead of $tmp.
14777         (&handle_output): Adjust.
14778         (&up_to_date_p): Check that the output cache is up to date too.
14779         (top level): Run `&handle_m4' iff force or the cache is invalid.
14780         Run `&handle_output' if the output cache is more recent.
14782 2001-08-04  Akim Demaille  <akim@epita.fr>
14784         * bin/autom4te.in ($force): New.
14785         (&parse_args, &print_usage): -f, --force is a new option.
14786         (&handle_output): CPP directives might have spaces after `#'.
14787         (&parse_args): The first file only can be frozen.
14789 2001-08-04  Akim Demaille  <akim@epita.fr>
14791         Don't let autom4te compute the `include' traces several times:
14792         first check that the trace cache file is up to date, and then
14793         compare its timestamp with that of the output.
14795         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
14796         the preamble.  Don't require 5.005 as Autom4te::General does it,
14797         and better yet (use `use', not `require'!).
14798         * lib/Autom4te/Struct.pm: Rename the last occurrences of
14799         Class::Struct as Autom4te::Struct.
14800         * lib/Autom4te/General.pm (File::stat): Use it.
14801         (&mtime): New, export it.
14802         * bin/autom4te.in: Use it.
14803         Declare `$req' is invalid if it is outdated.
14804         Don't declare it valid before saving it if something went wrong.
14806 2001-08-04  Akim Demaille  <akim@epita.fr>
14808         Autom4te shall not encode Autoconf data, and preselecting traces
14809         must be proposed to the users.
14811         * bin/autom4te.in (@required_trace): Remove.
14812         (@preselect): New.
14813         (&parse_args, &print_usage): -p, --preselect is a new option.
14814         (&up_to_date_p): Adjust.
14815         * bin/autoconf.in: Preselect some Autoconf macros.
14817 2001-08-04  Akim Demaille  <akim@epita.fr>
14819         * tests/tools.at (autoconf --trace: user macros): Check traces on
14820         macros invoked without arguments, and macros invoked with multiple
14821         lines arguments.
14823 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
14825         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
14826         arguments.
14828 2001-08-03  Akim Demaille  <akim@epita.fr>
14830         * bin/autoconf.in ($@): Work around the usual sh bug.
14831         From Nicolas Joly.
14833 2001-08-03  Akim Demaille  <akim@epita.fr>
14835         Clean up the handling of the M4 builtins tracing exception.
14837         * bin/autom4te.in (Request::request): Don't complete M4 builtins
14838         trace requests.
14839         (@m4_builtins): Rename as...
14840         (@m4_builtin): this.
14841         (%m4_builtin_alternate_name): New.
14842         (&parse_args): Complete the trace requests with alternate names.
14843         (&handle_traces): Hence no longer do it here.
14844         (&trace_requests): Remove, unused.
14846 2001-08-03  Akim Demaille  <akim@epita.fr>
14848         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
14849         m4_if, and m4_wrap.
14851 2001-08-03  Akim Demaille  <akim@epita.fr>
14853         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
14854         (m4_divert_pop): Dump the whole diversion stack when a diversion
14855         mismatch happens.
14856         * bin/autom4te.in (&handle_output): Remember of the first
14857         occurrence of a possibly undefined macro, not the last.
14858         Complain about the possibly undefined macros in the same order as
14859         the appear in the output.
14860         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
14861         * tests/tools.at (autoconf: forbidden tokens, basic)
14862         (autoconf: forbidden tokens, exceptions): No longer sort
14863         autoconf's stderr, as it is now deterministic.
14864         Check that `dnl' is caught.
14866 2001-08-01  Akim Demaille  <akim@epita.fr>
14868         * configure.ac: Bump to 2.52c.
14870 2001-08-01  Akim Demaille  <akim@epita.fr>
14872         Version 2.52b.
14874         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
14876 2001-08-01  Akim Demaille  <akim@epita.fr>
14878         Version 2.52a.
14880 2001-08-01  Akim Demaille  <akim@epita.fr>
14882         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
14883         `die'.
14884         (&END): New.
14885         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
14886         `END', as `Autom4te::General::END' will be triggered.
14887         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
14888         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
14889         system to run `mv', `rm', and `cmp'.
14891 2001-08-01  Akim Demaille  <akim@epita.fr>
14893         * lib/Autom4te/General.pm (&unique): New.
14894         * bin/autoscan.in (&output): Use it to issue trace requests once.
14896 2001-08-01  Akim Demaille  <akim@epita.fr>
14898         * lib/Autom4te/General.pm: New.
14899         * bin/autom4te.in (Autom4te::General): Use it.
14900         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
14901         (&find_configure_ac, &find_slave): Remove.
14902         * bin/autoscan.in: Likewise.
14903         * bin/autoupdate.in: Likewise.
14905 2001-08-01  Akim Demaille  <akim@epita.fr>
14907         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
14908         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
14909         * bin: here, new directory.
14910         * lib/Autoconf: Rename as...
14911         * lib/Autom4te: this, to please case insensitive junkie OSes.
14913 2001-08-01  Akim Demaille  <akim@epita.fr>
14915         * autom4te.in ($m4): Handle the --nesting-limit.
14916         * autoconf.in (M4): Remove.
14918 2001-08-01  Akim Demaille  <akim@epita.fr>
14920         * autoconf.in ($AWK): Remove, no longer used.
14921         * test/tools.at: Use AT_CHECK_AUTOCONF.
14922         (AWK portability): Remove, for autoconf no longer uses AWK.
14923         (Syntax of the Perl scripts): New.
14924         * configure.ac: autoconf no longer needs an AWK with a good
14925         regexp engine.
14926         Use a static test on AC_PACKAGE_VERSION.
14927         * autom4te.in (&up_to_date_p): Output depends on the arguments.
14928         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
14929         * tests/atconfig.in (PERL): New.
14931 2001-08-01  Akim Demaille  <akim@epita.fr>
14933         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
14934         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
14935         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
14936         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
14937         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
14938         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
14939         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
14940         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
14941         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
14942         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
14943         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
14944         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
14945         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
14946         * lib/autoconf/c.m4: here, new file.
14948         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
14949         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
14950         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
14951         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
14952         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
14953         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
14954         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
14955         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
14956         (AC_F77_FUNC): Move to...
14957         * lib/autoconf/fortran.m4: here, new file.
14959 2001-08-01  Akim Demaille  <akim@epita.fr>
14961         * acfunctions.m4: Rename as...
14962         * lib/autoconf/functions.m4: this.
14963         * acgeneral.m4: Rename as...
14964         * lib/autoconf/general.m4: this.
14965         * acheaders.m4: Rename as...
14966         * lib/autoconf/headers.m4: this.
14967         * aclang.m4: Rename as...
14968         * lib/autoconf/lang.m4: this.
14969         * acoldnames.m4: Rename as...
14970         * lib/autoconf/oldnames.m4: this.
14971         * acspecific.m4: Rename as...
14972         * lib/autoconf/specific.m4: this.
14973         * actypes.m4: Rename as...
14974         * lib/autoconf/types.m4: this.
14975         * autoconf.m4: Rename as...
14976         * lib/autoconf/autoconf.m4: this.
14978         * m4sugar.m4: Rename as...
14979         * lib/m4sugar/m4sugar.m4: this.
14980         * m4sh.m4: Rename as...
14981         * lib/m4sugar/m4sh.m4: this.
14983         * tests/atgeneral.m4: Rename as...
14984         * lib/autotest/general.m4: this.
14986         * acfunctions: Rename as...
14987         * lib/autoscan/functions: this.
14988         * acheaders: Rename as...
14989         * lib/autoscan/headers: this.
14990         * acidentifiers: Rename as...
14991         * lib/autoscan/identifiers: this.
14992         * aclibraries: Rename as...
14993         * lib/autoscan/libraries: this.
14994         * acmakevars: Rename as...
14995         * lib/autoscan/makevars: this.
14996         * acprograms: Rename as...
14997         * lib/autoscan/programs: this.
14999 2001-08-01  Akim Demaille  <akim@epita.fr>
15001         * doc/autoconf.texi: Moving/deleting open files is not portable.
15002         Portability issues for `.' (source), and more information about sed.
15004 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
15006         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
15007         which has a special meaning and is not a reference to libibmil.a.
15008         Reported by Matteo Frigo.
15010 2001-07-25  Pavel Roskin  <proski@gnu.org>
15012         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
15013         output.
15015 2001-07-25  Akim Demaille  <akim@epita.fr>
15017         * autoconf.in: Try to define the variables before using them.
15018         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
15019         instead of `$perllibdir'.
15020         * tests/atconfig.in ($autom4te_perllibdir): Export it.
15022 2001-07-25  Akim Demaille  <akim@epita.fr>
15024         * autoconf.in (ac_LF_and_DOT): Remove, unused.
15026 2001-07-24  Akim Demaille  <akim@epita.fr>
15028         Let autoconf use autom4te for traces.
15030         * autoconf.in ($task, task trace): Remove, merely pass --trace to
15031         autom4te.
15032         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
15033         (Because I found no way for autom4te to accept `-').
15034         * autom4te.in (&Request::request): Beware of M4 builtins.
15035         (END): Don't try to remove the content of an empty dir.
15036         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
15037         (&handle_output): Set a default value to `$forbidden'.
15038         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
15039         ($autoconf): Pass --debug and --verbose.
15040         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
15041         cache.
15043 2001-07-24  Akim Demaille  <akim@epita.fr>
15045         Let autoconf use autom4te to create configure.
15047         * autoconf.in ($automate): New var.
15048         (task script): Use autom4te.
15049         * autom4te.in (File::Spec): Use it.
15050         (&find_file): New.
15051         (&parse_args): --warning is -W, not -w.
15052         Find the top level files.
15053         (&handle_m4): Pass the warnings flags.
15054         Don't report verbosely m4's failures, unless requested.
15055         (&handle_output): Don't complain for forbidden tokens in comments.
15056         Be sure to report all the forbidden tokens within a single line.
15057         (&trace_format_to_m4): Preserve `$_'.
15058         (&handle_traces): Sort the output macros.
15059         (&up_to_date_p): Find the files before trying to get its time stamp.
15061 2001-07-24  Akim Demaille  <akim@epita.fr>
15063         * Makefile.am: Ship, build and install Autom4te.
15064         (SUBDIRS): Add lib.
15065         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
15066         * configure.in: Require Perl.
15067         * man/autom4te.in: New.
15069 2001-07-19  Paul Eggert  <eggert@twinsun.com>
15071         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
15072         example, rather than (exit 1); exit (which isn't portable).
15074 2001-07-18  Akim Demaille  <akim@epita.fr>
15076         Version 2.52.
15078 2001-07-18  Akim Demaille  <akim@epita.fr>
15080         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
15081         was run, while they are needed also when it is expanded.
15082         Reported by Nicolas Joly.
15084         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
15085         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
15086         AC_F77_DUMMY_MAIN being expanded.
15088 2001-07-18  Akim Demaille  <akim@epita.fr>
15090         * configure.in: Bump to 2.51a.
15092 2001-07-17  Akim Demaille  <akim@epita.fr>
15094         Version 2.51.
15096 2001-07-17  Akim Demaille  <akim@epita.fr>
15098         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
15099         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
15101 2001-07-17  Akim Demaille  <akim@epita.fr>
15103         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
15104         used.  Well, then use the prototypes when you can, and runtime as
15105         a last resort.
15106         Reported by Artur Frysiak
15108         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
15109         (AC_FUNC_GETPGRP): Use it.
15110         First try to compile with 0-ary or 1-ary calls.
15112 2001-07-17  Akim Demaille  <akim@epita.fr>
15114         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
15115         replacement type.
15116         From Paul Eggert.
15118 2001-07-17  Akim Demaille  <akim@epita.fr>
15120         * Makefile.maint: Sync. with cppi 1.10.
15122 2001-07-17  Akim Demaille  <akim@epita.fr>
15124         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
15125         AC_F77_DUMMY_MAIN has been run.
15126         From Pavel Roskin and Steven G. Johnson.
15128 2001-07-17  Akim Demaille  <akim@epita.fr>
15130         * configure.in: Rename as...
15131         * configure.ac: this.
15133 2001-07-17  Akim Demaille  <akim@epita.fr>
15135         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
15136         rules.
15137         From Marc Espie.
15138         * Makefile.maint (release-archive-dir): Rename as...
15139         (release_archive_dir): this, so that it can be specialized in
15140         Makefile.
15142 2001-07-14  Akim Demaille  <akim@epita.fr>
15144         * configure.in: Bump to 2.50d.
15146 2001-07-14  Akim Demaille  <akim@epita.fr>
15148         Version 2.50c.
15149         * Makefile.maint (alpha): Typo.
15151 2001-07-14  Akim Demaille  <akim@epita.fr>
15153         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
15155 2001-07-14  Akim Demaille  <akim@epita.fr>
15157         * config/config.guess, config/config.sub, config/texinfo.tex
15158         * doc/standards.texi, doc/make-stds.texi: Update.
15160 2001-07-14  Akim Demaille  <akim@epita.fr>
15162         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
15164 2001-07-14  Akim Demaille  <akim@epita.fr>
15166         * Makefile.maint (maintainer-check): Rename as...
15167         (maintainer-distcheck): this.
15168         (changelog-check, static-check): New.
15169         Use them.
15171 2001-07-14  Kevin Ryde  <user42@zip.com.au>
15173         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
15174         for CXX is g++, not gcc.
15176 2001-07-14  Akim Demaille  <akim@epita.fr>
15178         * doc/autoconf.texi (Files): New subsection.
15180 2001-07-14  Akim Demaille  <akim@epita.fr>
15182         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
15183         of...
15184         (Generic Compiler Characteristics): this.
15185         (C++ Compiler): New subsection.
15187 2001-07-14  Akim Demaille  <akim@epita.fr>
15189         * autoscan.in: Use IO::File.
15190         Adjust all the routines to use it.
15191         ($log): New file (autoscan.log).
15192         (output): Dump detailed logs into $log, and a shortened version to
15193         stderr.
15194         (&scan_makefile): Refine the regexp catching tokens in the code.
15195         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
15196         and the `configure.ac' checking feature.
15198 2001-07-12  Akim Demaille  <akim@epita.fr>
15200         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
15201         Reported by Michael Elizabeth Chastain.
15203         * autoconf.in: Refuse such AWK.
15204         * configure.in: Likewise.
15205         * Makefile.am (acversion.m4): Do not use move-if-change this file
15206         has dependencies.
15207         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
15209 2001-07-10  Jens Petersen  <petersen@redhat.com>
15211         * autoscan.in (&scan_makefile): Improve programs regexp to parse
15212         things like "g++", "file.c" and "some-conf" as tokens.
15213         (&scan_file): Match C++ files extensions.
15214         If the filename extension is C++ then ask for c++.
15216 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
15218         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
15219         AC_TRY_LINK_FUNC, to check whether defining a dummy
15220         main-like routine is needed for linking with F77 libs.
15222 2001-07-05  Pavel Roskin  <proski@gnu.org>
15224         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
15225         after using break.
15226         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
15227         linking.
15229 2001-07-05  Akim Demaille  <akim@epita.fr>
15231         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
15232         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
15233         Makes' lives.
15234         Reported by Nicolas Joly.
15236 2001-07-04  Akim Demaille  <akim@epita.fr>
15238         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
15239         up.
15240         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
15241         warnings from compilers.
15242         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
15243         for all the compilers, not only GNU.  Hence move from here...
15244         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
15246 2001-07-04  Akim Demaille  <akim@epita.fr>
15248         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
15249         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
15250         AC_COMPILE_IFELSE.
15252 2001-07-04  Akim Demaille  <akim@epita.fr>
15254         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
15255         the ``strings.h'' change claimed below.
15257 2001-07-04  Akim Demaille  <akim@epita.fr>
15259         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
15261 2001-07-04  Akim Demaille  <akim@epita.fr>
15263         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
15264         strings.h if usable with string.h.
15265         Suggested by Paul Eggert.
15267 2001-07-04  Akim Demaille  <akim@epita.fr>
15269         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
15270         From Jens Petersen.
15272 2001-07-03  Akim Demaille  <akim@epita.fr>
15274         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
15275         etc. in the log.
15277 2001-07-03  Akim Demaille  <akim@epita.fr>
15279         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
15280         compiler, not the preprocessor.
15281         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
15282         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
15283         the right thing.
15284         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
15285         earlier if there are.
15287 2001-07-03  Akim Demaille  <akim@epita.fr>
15289         * autoscan.in ($initfile): Remove.
15290         (&find_file): Rename as...
15291         (&scan_file): this.
15292         Immediately scan the current file, instead of gathering them, and
15293         later having them handled by &scan_files.
15294         (&scan_files): Merely invoke Find::File.
15295         Adjust.
15297 2001-07-02  Akim Demaille  <akim@epita.fr>
15299         * autoscan.in: Formatting changes, matching the invocation order.
15300         (File::Find): Use it instead of Perl 4's `find.pl'.
15301         (&wanted): Rename as...
15302         (&find_file): this.
15304 2001-07-01  Pavel Roskin  <proski@gnu.org>
15306         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
15307         break in the argument to AC_TRY_LINK_FUNC.
15308         (AC_F77_MAIN): Remove conftest* after using break in the
15309         argument to AC_TRY_LINK.
15311 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
15313         Add alternate 'main' routine detection for linking C/C++ with Fortran,
15314         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
15316         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
15317         dummy alternate main is required even if the user provides her own
15318         'main'.
15319         (AC_F77_MAIN): New macro to detect whether it is possible to
15320         provide an alternate 'main' function name, using the 'main' from
15321         the Fortran libraries.
15322         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
15323         cross-language link tests can be performed successfully.
15324         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
15325         after $LIBS, for consistency; this should be the general rule since
15326         the user may want to link to Fortran libraries that require $FLIBS.
15327         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
15329 2001-06-29  Pavel Roskin  <proski@gnu.org>
15331         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
15332         at-stdout and at-stderr instead of removing the newline
15333         from the echo output, which is not guaranteed to work.
15335 2001-06-28  Jens Petersen  <petersen@redhat.com>
15337         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
15338         confdefs.h when non-zero.
15340 2001-06-28  Akim Demaille  <akim@epita.fr>
15342         * configure.in: Bump to 2.50c.
15344 2001-06-26  Akim Demaille  <akim@epita.fr>
15346         Version 2.50b.
15348 2001-06-26  Akim Demaille  <akim@epita.fr>
15350         Version 2.50a.
15352 2001-06-25  Pavel Roskin  <proski@gnu.org>
15354         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
15355         argument, AUTOCONF-FLAGS.
15356         * tests/mktests.sh (update_exclude_list): Add
15357         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
15358         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
15359         AC_FUNC_WAIT3 with "-W no-obsolete".
15361 2001-06-25  Akim Demaille  <akim@epita.fr>
15363         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
15365 2001-06-25  Akim Demaille  <akim@epita.fr>
15367         * autoscan.in (%macro): Now maps from word to list of macros.
15368         (&init_tables): Die when a word which is already handled by
15369         explicit macros is mapped to the default macro.
15370         (&print_unique): Remove, inlined in...
15371         (&output_kind): here.
15372         (File::Basename): Use it.
15373         (&output): Sort the CONFIG_FILES.
15374         * acheaders: Normalize.
15375         * acfunctions: Likewise.
15377 2001-06-25  Akim Demaille  <akim@epita.fr>
15379         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
15380         characteristics in the logs.
15381         Suggested by Mo DeJong.
15383 2001-06-24  Akim Demaille  <akim@epita.fr>
15385         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
15386         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
15387         * doc/autoconf.texi (Autoconf 2.13): New section.
15389 2001-06-24  Akim Demaille  <akim@epita.fr>
15391         * autoconf.in (Task traces): Separate the error messages from the
15392         traces to improve robustness.
15394 2001-06-23  Akim Demaille  <akim@epita.fr>
15396         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
15397         three as failures are unlikely, and speed matters.
15399 2001-06-23  Akim Demaille  <akim@epita.fr>
15401         * doc/autoconf.texi (Redefined M4 Macros): New.
15403 2001-06-23  Akim Demaille  <akim@epita.fr>
15405         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
15406         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
15407         5.3.
15409 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
15411         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
15412         config.status targets to after the evaluation of the INIT-CMDS.
15413         Double quote config.status targets (used to be single quoted).
15415 2001-06-23  Akim Demaille  <akim@epita.fr>
15417         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
15418         Check the content of the created file.
15419         Check the ./config.status command line invocation.
15421 2001-06-23  Akim Demaille  <akim@epita.fr>
15423         * tests/foreign.at (Libtool): Reject prehistoric versions.
15425 2001-06-23  Akim Demaille  <akim@epita.fr>
15427         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
15428         preexisting files matching a.*.
15430 2001-06-23  Akim Demaille  <akim@epita.fr>
15432         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
15433         stderr.
15434         * doc/autoconf.texi (AC_ARG_VAR): Update.
15436 2001-06-21  Akim Demaille  <akim@epita.fr>
15438         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
15439         precious variables have changed.
15440         * tests/torture.at (AC_ARG_VAR): Adjust.
15442 2001-06-21  Akim Demaille  <akim@epita.fr>
15444         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
15445         but some sed choke on multiple `;', and other tools (e.g.,
15446         Automake), include the separator themselves.
15448         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
15450 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
15452         * doc/autoconf.texi (Functions Portability): Rename as...
15453         (Function Portability): this.
15454         (Function Portability): Document potential problems with unlink().
15456 2001-06-19  Paul Eggert  <eggert@twinsun.com>
15458         * NEWS, doc/autoconf.texi: Document quadrigraphs.
15460 2001-06-18  Akim Demaille  <akim@epita.fr>
15462         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
15464 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
15466         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
15467         (_AC_FUNC_VFORK): this.
15468         Remove AC_DEFINEs and don't guess cross-compilation values.
15469         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
15470         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
15471         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
15472         vfork doesn't work.
15473         Guess values if cross-compiling, but warn.
15474         * acfunctions: Add AC_FUNC_FORK.
15475         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
15476         and vfork appropriately.
15478 2001-06-18  Akim Demaille  <akim@epita.fr>
15480         * doc/autoconf.texi (Functions Portability): New section.
15482 2001-06-18  Akim Demaille  <akim@epita.fr>
15484         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
15485         in $M4.
15486         Suggested by Andreas Schwab.
15488 2001-06-18  Akim Demaille  <akim@epita.fr>
15490         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
15491         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
15492         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
15493         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
15494         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
15495         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
15496         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
15497         the converse).
15499 2001-06-18  Akim Demaille  <akim@epita.fr>
15501         * doc/autoconf.texi (ms): New index.
15502         (Macro Index): Rename as...
15503         (Autoconf Macro Index): this.
15504         (M4 Macro Index): New appendix.
15505         (Programming in M4): New chapter.
15506         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
15507         (Quoting): Rename as...
15508         (M$ Quotation): this.
15509         Be part of `Programming in M4).
15511 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
15513         * tests/torture.at (AC_ARG_VAR): Set variables and export them
15514         in separate statements for compatibility with Tru64 v5.1.
15516 2001-06-17  Akim Demaille  <akim@epita.fr>
15518         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
15519         current values of the precious variables, not the previously
15520         cached values.
15521         Pass precious variables which are set to config.status.
15522         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
15523         * tests/torture.at (AC_ARG_VAR): New.
15525 2001-06-15  Paul Eggert  <eggert@twinsun.com>
15527         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
15528         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
15529         and explain why and how to replace them.
15530         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
15531         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
15533 2001-06-15  Akim Demaille  <akim@epita.fr>
15535         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
15536         Reported by Bruno Haible.
15538         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
15539          (_AC_ARG_VAR_PRECIOUS): to here.
15541 2001-06-15  Pavel Roskin  <proski@gnu.org>
15543         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
15544         an unused pointer use cast to this type and `if' statement to
15545         avoid warnings from the compiler.
15546         (AC_HEADER_TIME): Likewise.
15547         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
15548         in `if' statement to avoid warnings from the compiler. Declare
15549         ac_aggr static to avoid the need to initialize it.
15551 2001-06-14  Akim Demaille  <akim@epita.fr>
15553         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
15554         Macros'.
15556 2001-06-13  Akim Demaille  <akim@epita.fr>
15558         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
15559         Suggested by Alexander Mai.
15561 2001-06-13  Akim Demaille  <akim@epita.fr>
15563         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
15564         sys/types.h and sys/stat.h, and check for them.
15566 2001-06-13  Akim Demaille  <akim@epita.fr>
15568         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
15569         INCLUDES.
15571 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
15573         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
15574         succeeds and only try adding libdnet upon a failure.
15576 2001-06-12  Akim Demaille  <akim@epita.fr>
15578         * autoscan.in (&output_kind): Output the comment only if it exists.
15579         (%kind_comment): Add entry for `programs'.
15580         (&output_programs): Use &output_kind.
15581         (&output_functions, &output_identifiers, &output_headers)
15582         (&output_programs): Inline, and remove.
15584 2001-06-12  Akim Demaille  <akim@epita.fr>
15586         * autoscan.in (%kind_comment): New.
15587         (output_kind): New.
15588         (output_functions, output_identifiers, output_headers): Use it.
15590 2001-06-12  Akim Demaille  <akim@epita.fr>
15592         * autoscan.in (&print_unique): Take `$kind' and `$word' as
15593         arguments, to factor indirections into `%macro' and `%used'.
15594         (%generic_macro): Fix a typo.
15596 2001-06-12  Akim Demaille  <akim@epita.fr>
15598         * aclibraries: New.
15599         * autoscan.in (@kinds): Add `libraries'.
15600         Use `@kinds' instead of hard coded lists.
15601         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
15602         Remove, replaced by...
15603         (%used): this.
15605 2001-06-12  Akim Demaille  <akim@epita.fr>
15607         * autoscan.in (%functions_macros %headers_macros)
15608         (%identifiers_macros %programs_macros %makevars_macros): Remove,
15609         replaced by...
15610         (%macro): New.
15612 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
15614         * aclang.m4 (AC_NO_EXECUTABLES): Override
15615         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
15617 2001-06-11  Akim Demaille  <akim@epita.fr>
15619         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
15620         trailing new line.
15621         Reported by Andreas Schwab.
15623 2001-06-11  Akim Demaille  <akim@epita.fr>
15625         * Makefile.am, Makefile.maint: Typos.
15627 2001-06-09  Akim Demaille  <akim@epita.fr>
15629         * doc/autoconf.texi (Here-Documents): New section, gathering
15630         documentation about here-documents.
15631         Use `href', not `uref', and other changes.
15633 2001-06-09  Akim Demaille  <akim@epita.fr>
15635         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
15636         chapter.
15638 2001-06-09  Akim Demaille  <akim@epita.fr>
15640         * doc/autoconf.texi (Limitations of Builtins): Complete the
15641         description of the here-docs penalties with Alexandre Oliva's
15642         explanations.
15644 2001-06-01  Paul Eggert  <eggert@twinsun.com>
15646         * doc/autoconf.texi: Talk about here documents and speedups.
15647         Do not use "echo" on arbitrary strings.
15648         Spell "here-documents" consistently with the standard.
15650 2001-06-09  Akim Demaille  <akim@epita.fr>
15652         * doc/autoconf.texi (Concept Index): Introduce it.
15653         Regenerate the menus.
15655 2001-06-09  Akim Demaille  <akim@epita.fr>
15657         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
15658         * config/prev-version.txt: New.
15659         * config/move-if-change: New, for GNU libc.
15661 2001-06-06  Pavel Roskin  <proski@gnu.org>
15663         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
15665 2001-06-06  Akim Demaille  <akim@epita.fr>
15667         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
15668         properly when $1 is not a literal.
15669         Fixes PR Autoconf/187, reported by Bram Moolenaar.
15671 2001-06-06  Akim Demaille  <akim@epita.fr>
15673         Invoking AC_COPYRIGHT before AC_INIT fails.
15675         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
15676         * acgeneral.m4 (_m4_divert(VERSION_FSF))
15677         (_m4_divert(VERSION_USER)): New.
15678         (AC_COPYRIGHT): $2 is the diversion to use.
15679         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
15680         (AC_INIT): Remove dead comments as now it's commutative.
15682 2001-06-06  Akim Demaille  <akim@epita.fr>
15684         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
15685         PR autoconf/187.
15687 2001-06-05  Akim Demaille  <akim@epita.fr>
15689         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
15690         can be empty.
15691         `*dir' variables cannot be NONE.
15692         Reported by Mark Kettenis.
15694 2001-06-05  Paul Eggert  <eggert@twinsun.com>
15696         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
15698 2001-06-04  Akim Demaille  <akim@epita.fr>
15700         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
15701         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
15702         (AC_TR_SH): Move as...
15703         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
15704         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
15705         (AS_TR_SH): these.
15706         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
15707         (_AS_TR_SH_PREPARE): New.
15708         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
15709         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
15711 2001-06-02  Akim Demaille  <akim@epita.fr>
15713         * Makefile.am (.m4.m4f): Pass the options first.
15714         Fixes PR autoconf/182.
15716 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
15718         GNU getopt, when POSIXLY_CORRECT does not permute options and
15719         arguments.  So pass the options first.
15720         Fixes PR autoconf/184.
15722         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
15723         (run_m4): Remove files.
15724         (run_m4f): Remove.
15725         Update remainder of script to use them.
15726         (for warning in): Do not use a literal comma as it will not be
15727         split by IFS.
15729 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
15731         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
15732         Fortran compilers to check.
15733         (_AC_PROG_F77_V): Add '-###' as a possible option to print
15734         information on library and object files.
15735         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
15736         to check.
15738 2001-06-02  Akim Demaille  <akim@epita.fr>
15740         * autom4te.in (Request::@request): Declare with `vars', not `my',
15741         as it prevents updates via `do FILENAME'.
15743 2001-06-02  Akim Demaille  <akim@epita.fr>
15745         * configure.in (standards_texi): Remove, dead code.
15747 2001-06-02  Akim Demaille  <akim@epita.fr>
15749         * autom4te.in: New.
15751 2001-06-02  Pavel Roskin  <proski@gnu.org>
15753         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
15754         for signals other than 0 - exit with code 1.
15755         * m4sh.m4 (AS_TMPDIR): Likewise.
15756         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
15757         * autoheader.in: Likewise.
15758         * autoreconf.in: Likewise.
15759         * tests/torture.at (Signal handling): New test for the above.
15761 2001-06-01  Akim Demaille  <akim@epita.fr>
15763         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
15764         message.
15766 2001-05-31  Akim Demaille  <akim@epita.fr>
15768         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
15769         Add copyright and comments.
15770         * acheaders: Add stdint.h.
15771         Suggested by Paul Eggert.
15773 2001-05-31  Akim Demaille  <akim@epita.fr>
15775         * atgeneral.m4 (AT_INIT): Use $SHELL.
15776         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
15778 2001-05-31  Akim Demaille  <akim@epita.fr>
15780         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
15781         stdint.h.
15782         From Paul Eggert and Lars Hecking.
15784 2001-05-31  Akim Demaille  <akim@epita.fr>
15786         * tests/base.at: Adjust line numbers in error messages.
15788 2001-05-31  Akim Demaille  <akim@epita.fr>
15790         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
15791         to emit the bangshe line.
15792         Reported by David Carter.
15794 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
15796         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
15797         Fortran (95) compilers to check.
15799 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
15801         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
15802         Macro Archive URL.
15804 2001-05-23  Pavel Roskin  <proski@gnu.org>
15806         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
15807         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
15808         (AC_PROG_CXXCPP): Likewise.
15810 2001-05-22  Akim Demaille  <akim@epita.fr>
15812         * config: New directory.
15813         * configure.in: AC_CONFIG_AUX_DIR it.
15814         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
15816 2001-05-22  Akim Demaille  <akim@epita.fr>
15818         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
15819         * autoupdate.in: Specify the Emacs mode.
15820         * acversion.m4.in: Rename as...
15821         * acversion.m4: this.
15822         * tests/Makefile.am (CLEANFILES): More garbage.
15824 2001-05-22  Akim Demaille  <akim@epita.fr>
15826         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
15827         Rename as...
15828         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
15829         these.
15831 2001-05-21  Akim Demaille  <akim@epita.fr>
15833         * configure.in: Bump to 2.50a.
15836         -----
15838         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
15839         Software Foundation, Inc.
15841         Copying and distribution of this file, with or without
15842         modification, are permitted provided the copyright notice and this
15843         notice are preserved.