Make AT_CHECK_UNQUOTED more like AC_DEFINE_UNQUOTED.
[autoconf.git] / ChangeLog
bloba4c6332767836b4b8944541a9079b37ea1d4ca08
1 2009-04-24  Eric Blake  <ebb9@byu.net>
3         Make AT_CHECK_UNQUOTED more like AC_DEFINE_UNQUOTED.
4         * lib/autotest/general.m4 (AT_CHECK_NOESCAPE): Keep older,
5         undocumented semantics, where unbalanced " cannot be used in the
6         stdout/stderr argument.
7         (AT_CHECK_UNQUOTED): Treat " in stdout/stderr as a literal, since
8         the text is used in double-quoted context.
9         * tests/autotest.at (unquoted output): New test.
10         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Mention which
11         shell expansions are handled.
13         Rename AT_CHECK_NOESCAPE to AT_CHECK_UNQUOTED.
14         * lib/autotest/general.m4 (AT_CHECK_NOESCAPE): Deprecate, in favor
15         of new spelling...
16         (AT_CHECK_UNQUOTED): ...for consistency with AC_DEFINE_UNQUOTED.
17         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Document the
18         rename.
19         * NEWS: Likewise.
20         * tests/autotest.at (Binary output, Cleanup): Adjust tests.
21         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
22         Likewise.
23         Reported by Ralf Wildenhues.
25 2009-04-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27         New test to ensure autom4te cache file locking works.
28         * tests/tools.at (autom4te cache locking): New test.
29         Report by Eric Blake.
31 2009-04-22  Paolo Bonzini  <bonzini@gnu.org>
33         manual: another grammar improvement.
34         * doc/autoconf.texi (Fortran Compiler): Avoid dependency on
35         pronunciation of `FCFLAGS_f90'.
37 2009-04-23  Eric Blake  <ebb9@byu.net>
39         Change FOO placeholder to use @var{text} instead.
40         * doc/autoconf.texi (Configuration Actions): Rename AC_CONFIG_FOOS
41         to AC_CONFIG_@var{ITEMS}.
42         * doc/autoconf.texi (config.status Invocation): Likewise.
43         (AC_FOO_IFELSE vs AC_TRY_FOO): Rename node...
44         (AC_ACT_IFELSE vs AC_TRY_ACT): ...to this.
46 2009-04-22  Eric Blake  <ebb9@byu.net>
48         Add m4_argn.
49         * lib/m4sugar/m4sugar.m4 (m4_argn): New macro.
50         * NEWS: Document it.
51         * doc/autoconf.texi (Looping constructs) <m4_argn>: Likewise.
52         <m4_car, m4_cdr>: Improve documentation.
53         * tests/m4sugar.at (m4 lists): New test.
55 2009-04-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
57         Improve description of AC_PROG_CC_C89 and AC_PROG_CC_C99.
58         * doc/autoconf.texi (C Compiler): Document that AC_PROG_CC_C89
59         and AC_PROG_CC_C99 prefer extended over strict conformance modes.
60         Report by Vincent Lefèvre.
62 2009-04-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
64         Revert bogus change in last commit.
65         * doc/autoconf.texi (Initialization Macros): Revert change.
66         Spotted by Eric Blake.
68         manual: fix trivial grammar errors.
69         * doc/autoconf.texi (Fortran Compiler, Initialization Macros)
70         (Limitations of Usual Tools, Pretty Help Strings)
71         (config.status Invocation): Fix `a' vs. `an' errors.
72         Report by Eric Blake.
74 2009-04-21  Eric Blake  <ebb9@byu.net>
76         Shuffle maintainer-specific rules.
77         * Makefile.am (maintainer-check-tests): Delete.
78         (autom4te-update): Move...
79         * cfg.mk (autom4te-update): ...here.
80         (fetch): Depend on autom4te-update.  Split...
81         (gnulib-update): ...into new rule.  Import move-if-change from
82         gnulib.
83         * maint.mk (maintainer-distcheck): Absorb former maintainer-check
84         rule.
85         * build-aux/move-if-change: New file, undistributed.
86         * .gitattributes: Handle new upstream file.
87         * .gitignore: Ignore maintainer cruft.
88         * HACKING: Update maintainer instructions.
89         * build-aux/config.guess: Update from upstream.
90         * build-aux/config.sub: Likewise.
91         * build-aux/gendocs.sh: Likewise.
92         * build-aux/texinfo.tex: Likewise.
93         * doc/gendocs_template: Likewise.
94         * doc/standards.texi: Likewise.
96 2009-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
98         Sync autom4te perl modules from Automake.
99         * lib/Autom4te/Channels.pm: Sync from Automake.
100         * lib/Autom4te/FileUtils.pm: Likewise.
101         * lib/Autom4te/XFile.pm: Likewise.
103         Adjust channel definitions for new Automake `ordered' flag.
104         * lib/Autom4te/ChannelDefs.pm (Autom4te::ChannelDefs): Set
105         `ordered' flag to zero for channels `fatal', `automake', and
106         `verb'.  This has currently no effect on actual semantics but
107         avoids a consistency check needed for Automake's usage of the
108         Channels.pm code.
110         manual: clarify m4_if synopsis.
111         * doc/autoconf.texi (Redefined M4 Macros): Rewrite synopsis of
112         m4_if in the presence of more than three arguments.
114         Improve and clarify `config.status' usage documentation.
115         * doc/autoconf.texi (config.status Invocation): Fix markup in
116         synopsis.  Use `tag' instead of `file' notation for the
117         non-option arguments, to be consistent with the documentation
118         of the AC_CONFIG_* macros.
119         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise,
120         use `tag' notation for non-option arguments.
121         Report by John Calcote.
123 2009-04-15  Eric Blake  <ebb9@byu.net>
125         Test that autotest handles binary output.
126         * tests/autotest.at (Binary output): New test.
127         Suggested by Ralf Wildenhues.
129         Add stdout-nolog and ignore-nolog to AT_CHECK.
130         * lib/autotest/general.m4 (AT_DIFF_STDERR(stderr-nolog))
131         (AT_DIFF_STDERR(ignore-nolog), AT_DIFF_STDOUT(stdout-nolog))
132         (AT_DIFF_STDOUT(ignore-nolog)): New macros.
133         * tests/autotest.at (Logging): New test.
134         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Document the
135         new logging actions.
136         * NEWS: Likewise.
137         Reported by Ralf Wildenhues.
139         Teach AT_CHECK about hard failures.
140         * lib/autotest/general.m4 (AT_INIT) <at_fn_check_skip>
141         <at_fn_check_status, at_fn_group_postprocess>: Handle hard
142         failures.
143         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Document
144         AT_CHECK_NOESCAPE and exit status 99.
145         * NEWS: Likewise.
146         * tests/autotest.at (Hard fail, Cleanup): New tests.
148 2009-04-14  Eric Blake  <ebb9@byu.net>
150         Fix yesterday's regression in AS_IF.
151         * lib/m4sugar/m4sh.m4 (_AS_IF_ELSE): Don't corrupt $? in else
152         branch; it is up to the user to avoid syntax errors.
153         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Adjust test.
155 2009-04-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
157         Add traces for AM_SILENT_RULES.
158         * lib/autom4te.in (Automake-preselections): Trace
159         AM_SILENT_RULES.
161 2009-04-13  Eric Blake  <ebb9@byu.net>
163         Improve documentation related to expanded-before-required.
164         * doc/autoconf.texi (Expanded Before Required): Add a case study.
165         (Running the Compiler) <AC_COMPILE_IFELSE>: Remind users that
166         running a compile test will AC_REQUIRE the compiler check.
167         (Macro Definitions) <AC_DEFUN>: Contrast AC_DEFUN and m4_define.
168         (C Compiler) <AC_PROG_CC>: Mention the fact that only first
169         invocation of this macro checks for $EXEEXT, and that many other
170         macros use it via AC_REQUIRE.
171         Reported by Andreas Schwab.
173         Mention latest rules about make and set -e.
174         * doc/autoconf.texi (Failure in Make Rules): Posix is now clear
175         that make must use set -e.
176         (Limitations of Builtins) <set>: Clarify more about set -e
177         behavior.
179         Improve documentation about if exit status.
180         * doc/autoconf.texi (Limitations of Builtins) <if>: Mention that
181         exit status bugs don't affect modern targets.
182         Reported by Andreas Schwab.
184         Add cross-reference to new macros.
185         * doc/autoconf.texi (Text processing Macros) <m4_normalize>
186         <m4_strip>: Reference the new m4_ifblank.
187         Suggested by Mike Frysinger.
189         Make AS_IF, AS_CASE, and AS_FOR more robust to blank arguments.
190         * lib/m4sugar/m4sh.m4 (_AS_CASE, _AS_CASE_DEFAULT, AS_FOR, _AS_IF)
191         (_AS_IF_ELSE, AS_IF): Avoid syntax error on blank argument,
192         including a macro with an empty expansion.
193         * NEWS: Mention this.
194         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE, AS@&t@_FOR): Update
195         tests.
196         Reported by Mike Frysinger.
198         Add m4_blank and friends.
199         * lib/m4sugar/m4sugar.m4 (m4_blank, m4_nblank, m4_default_nblank)
200         (m4_default_nblank_quoted): New macros.
201         * NEWS: Document them.
202         * doc/autoconf.texi (Conditional constructs): Likewise.
203         * tests/m4sugar.at (m4sugar shorthand conditionals): New test.
204         Suggested by Mike Frysinger.
206 2009-04-13  Eric Blake  <ebb9@byu.net>
208         Finish upgrade to GFDL 1.3.
209         * doc/autoconf.texi (copying): Use correct license; comment change
210         was missed on 2008-11-04.
212 2009-04-10  Eric Blake  <ebb9@byu.net>
214         Test parallel handling of syntax error.
215         * tests/autotest.at (parallel syntax error): New test.
216         Suggested by Ralf Wildenhues.
218 2009-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
220         Document awk and config.status line length limitations.
221         * doc/autoconf.texi (Configuration Actions): The input to
222         config.status should have reasonable line length.
223         (Limitations of Usual Tools): Document IRIX, HP-UX awk input
224         line length limit.
225         Report by Bruno Haible.
227         Skip `Multiple languages' test if CC is a C++ compiler.
228         * tests/compile.at (Multiple languages): Before starting the
229         test proper, build and run a configure script that tests the
230         C compiler only, and skips the test if this is found to be a
231         C++ compiler.
232         Report by Eric Blake.
234         Note that AC_DEFUN is needed for aclocal.
235         * doc/autoconf.texi (Coding Style): Public third-party macros
236         should be AC_DEFUN'ed.
237         Report by John Calcote.
239 2009-04-10  Eric Blake  <ebb9@byu.net>
241         Add undocumented _AS_CLEAN_DIR.
242         * lib/m4sugar/m4sh.m4 (_AS_CLEAN_DIR): New macro; fixes m4 quoting
243         in previous patch.
244         * lib/autotest/general.m4 (AT_INIT) <at_fn_group_prepare>: Use new
245         macro.
246         * tests/m4sh.at (_AS@&t@_CLEAN_DIR): New test.
247         Reported by Ralf Wildenhues.
249 2009-04-09  Eric Blake  <ebb9@byu.net>
251         Avoid problems caused by deleting in-use directory.
252         * lib/autotest/general.m4 (AT_INIT) <at_fn_group_prepare>: Only
253         remove the contents of $at_group_dir, not the directory itself.
255         Fix regression in empty test.
256         * lib/autotest/general.m4 (AT_SETUP): Prep AT_ingroup for fallback
257         use in empty test.  Fixes regression introduced 2009-04-06.
258         (_AT_CHECK): Undo fallback when a test is not empty.
259         (AT_CLEANUP): Expand AT_ingroup before deleting.
261 2009-04-09  Paolo Bonzini  <bonzini@gnu.org>
263         Make a less conservative cross-compilation guess for AC_FUNC_UTIME_NULL.
264         * lib/autoconf/functions.m4 (AC_FUNC_UTIME_NULL): Assume
265         not crosscompiling to an obsolete system.
267 2009-04-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
269         Automake relies on the undocumented `_AC_COMPILER_EXEEXT' macro.
270         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Document that
271         Automake relies on this macro.
273 2009-04-06  Eric Blake  <ebb9@byu.net>
275         Reduce testsuite size.
276         * tests/statesave.m4: New file.
277         * tests/Makefile.am (EXTRA_DIST): Distribute it.
278         * tests/local.at (AT_CONFIGURE_AC): Reuse file, rather than
279         repeating inline definition of AC_STATE_SAVE.
280         (AT_CHECK_ENV): Factor code...
281         (_AT_CHECK_ENV): ...into shell function.
282         * tests/m4sh.at (AT_DATA_LINENO): Avoid churn in testsuite.
284         Handle shell comments in AT_CHECK.
285         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Handle # in
286         test correctly.  Latent bug in handling shell comment was first
287         fixed 2008-11-20, but regressed two patches later.
288         * tests/autotest.at (Shell comment in command): New test.
289         * NEWS: Document the fix.
291         Hard fail any test with syntax errors.
292         * lib/autotest/general.m4 (AT_INIT) <at_fn_group_postprocess>:
293         Guarantee test failure on syntax error, rather than inheriting
294         status from previous test.
295         * tests/autotest.at (Syntax error): New test.
297 2009-03-31  Eric Blake  <ebb9@byu.net>
299         Beta Release Version 2.63b.
300         * NEWS: Mention the release.
301         * README: Clarify that this is a beta release.
302         * build-aux/texinfo.tex: Synchronize from upstream.
303         * .x-sc_trailing_blank: Exempt more upstream files.
305 2009-03-30  Eric Blake  <ebb9@byu.net>
307         Fix testsuite failures under zsh.
308         * tests/local.at (AT_CHECK_ENV): Exempt $argv and $ARGC, which are
309         set by zsh -c 'emulate sh'.
310         Reported by Ralf Wildenhues.
312         For now, skip parallel tests under less-tested shells.
313         * tests/autotest.at (AT_CHECK_AT): Add pre-test argument.
314         (Tested programs, Startup error messages, AT_CHECK_AT_TITLE)
315         (Fallacy, Skip, errexit, Long test source lines)
316         (Debugging a successful test, Debugging script and environment)
317         (Debugging a failed test, Using atlocal)
318         (Choosing where testsuite is run): Adjust callers.
319         (AT_SKIP_PARALLEL_TESTS): New macro, to skip parallel tests except
320         under zsh, bash, or when TEST_PARALLEL_AUTOTEST is defined.  Makes
321         it easier to avoid testsuite hangs for users with dash or other
322         less-tested shell.
323         (parallel test execution, parallel truth, parallel fallacy)
324         (parallel skip, parallel errexit)
325         (parallel autotest and signal handling): Use it.
326         * BUGS: Mention this.
328 2009-03-24  Andris Pavenis  <andris.pavenis@iki.fi>  (tiny change)
330         Fix awk substitution of carriage returns on DJGPP.
331         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix typo in
332         generation of ac_cs_awk_cr.
333         * THANKS: Update.
335 2009-03-24  Aaron W. LaFramboise  <aaronenvelope277@aaronwl.com>  (tiny change)
337         Work around cygwin bash igncr mode.
338         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fall back to
339         bash carriage returns if ac_cr lost \r from ``.
340         * THANKS: Update.
341         Suggested by Eric Blake.
343 2009-03-24  Eric Blake  <ebb9@byu.net>
345         Fix underquoted example in manual.
346         * doc/autoconf.texi (Common Shell Constructs) <AS_TR_CPP>:
347         Properly m4-quote #.
348         * THANKS: Update spelling.
349         Reported by Matěj Týč.
351 2009-03-18  Eric Blake  <ebb9@byu.net>
353         Manual: mention more expr pitfalls.
354         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>:
355         Mention HP-UX limitation, and $ ambiguity.
356         * THANKS: Update.
357         Reported by Jens Schmidt, in http://bugs.debian.org/466990.
359 2009-03-17  Jim Meyering  <meyering@redhat.com>
361         Manual: fix a typo.
362         * lib/m4sugar/m4sh.m4: s/are/is/ => "there is no indirection"
364 2009-03-17  Eric Blake  <ebb9@byu.net>
366         Use test consistently in examples.
367         * doc/autoconf.texi (Subdirectories, Caching Results)
368         (Common Shell Constructs, Prerequisite Macros, Coding Style)
369         (Changed Results, Particular Programs, Defining Symbols):
370         Protect against arbitrary user strings.
371         (Multiple Cases): Mention why $fstype does not need protection.
372         Reported by Reuben Thomas.
374         Improve confusing section names.
375         * doc/autoconf.texi (Specifying Names): Rename node...
376         (Specifying Target Triplets): ...to this.
377         (Generic Programs): Adjust references.
378         * doc/install.texi (System Type): Touch up formatting.
379         * THANKS: Update.
380         Reported by Tim Freeman, in http://bugs.debian.org/312873.
382         Remove historical inaccuracy.
383         * doc/autoconf.texi (Portable Shell): Don't perpetuate myth about
384         #!/bin/sh needing a space.
385         Reported by Reuben Thomas.
387         Recommend AS_HELP_STRING more prominently.
388         * doc/autoconf.texi (External Software): Reduce mention of
389         hand-written help strings.
390         Reported by Reuben Thomas.
392 2009-03-16  Eric Blake  <ebb9@byu.net>
394         Fix 'make pdf'.
395         * doc/autoconf.texi (Balancing Parentheses): Fix usage of
396         @itemize.
397         Reported by Ralf Wildenhues, fix suggested by Karl Berry.
399 2009-03-14  Eric Blake  <ebb9@byu.net>
401         Resync upstream files.
402         * GNUmakefile: Run 'make fetch'.
403         * build-aux/announce-gen: Likewise.
404         * build-aux/config.guess: Likewise.
405         * build-aux/config.sub: Likewise.
406         * build-aux/gnupload: Likewise.
407         * build-aux/texinfo.tex: Likewise.
408         * build-aux/vc-list-files: Likewise.
409         * doc/gnu-oids.texi: Likewise.
410         * doc/standards.texi: Likewise.
412 2009-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
414         New test for SunStudio `restrict' handling.
415         * tests/c.at (AC_C_RESTRICT and C++): New test.
416         Prompted by bug report from Rolf Vandevaart.
418 2009-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
420         Manual: testsuite depends on package.m4.
421         * doc/autoconf.texi (Making testsuite Scripts): In the example
422         makefile snippet, $(TESTSUITE) depends on $(srcdir)/package.m4.
424 2009-03-02  Allan Caffee  <allan.caffee@gmail.com>  (tiny change)
426         Fix a typo in comment for AS_LITERAL_IF.
427         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Update a comment that fell
428         out of date when this function was moved/renamed in 59ecd766.
429         * THANKS: Update.
431 2009-03-02  Eric Blake  <ebb9@byu.net>
433         Improve wording for AS_ESCAPE.
434         * doc/autoconf.texi (Common Shell Constructs) <AS_ESCAPE>: Touch
435         up documentation.
436         * lib/m4sugar/m4sh.m4 (_AS_ESCAPE): Fix comment typos.
437         Reported by Ralf Wildenhues.
439 2009-02-24  Eric Blake  <ebb9@byu.net>
441         Use pkgdatadir consistently.
442         * bin/Makefile.am (edit): Substitute pkgdatadir, not datadir.
443         * lib/Makefile.am (edit): Likewise.
444         * lib/autom4te.in (Autoconf-without-aclocal-m4, Autotest, M4sh)
445         (M4sugar): Use @pkgdatadir@, not @datadir@.
446         * bin/autoheader.in ($datadir): Likewise.
447         * bin/autom4te.in ($datadir): Likewise.
448         * bin/autoreconf.in ($datadir): Likewise.
449         * bin/autoscan.in ($datadir): Likewise.
450         * bin/autoupdate.in ($datadir): Likewise.
451         * bin/ifnames.in ($datadir): Likewise.
452         * doc/autoconf.texi (Installation Directory Variables): Update
453         example to be consistent; focus on $(bindir) as an autoconf
454         variable, and mention that $(pkgdatadir) comes from automake.
455         Reported by Reuben Thomas.
457 2009-02-19  Eric Blake  <ebb9@byu.net>
459         Use m4_translit more efficiently in AS_ESCAPE.
460         * lib/m4sugar/m4sh.m4 (_AS_ESCAPE): Alter API to take first byte
461         of set separately from rest.
462         (AS_ESCAPE, _AS_QUOTE_MODERN, AS_TR_SH, AS_VAR_GET): Adjust
463         callers.
464         * lib/autoconf/autoheader.m4 (AH_VERBATIM): Avoid duplicate
465         characters in translit request.
466         * doc/autoconf.texi (Common Shell Constructs) <AS_ESCAPE>:
467         Document the macro.
468         * NEWS: Likewise.
470         Mention recently documented macros.
471         * NEWS: Update list of new documentation.
473 2009-02-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
475         Add index for config.site.
476         * doc/autoconf.texi (Site Defaults): Add index for config.site.
477         * THANKS: Update.
478         Report by Stephen P. Schaefer.
480 2009-02-12  Eric Blake  <ebb9@byu.net>
482         Fix m4_set speed regression introduced 2008-12-18.
483         * lib/m4sugar/m4sugar.m4 (_m4_stack_reverse): Alter API to avoid
484         creating larger argument on each iteration.
485         (m4_stack_foreach_sep, m4_stack_foreach_sep_lifo)
486         (_m4_set_contents_2): Adjust all four-argument callers.
488 2009-02-05  Eric Blake  <ebb9@byu.net>
490         Mention new AC_DEFUN_ONCE clients.
491         * NEWS: Mention recent semantic changes.
492         Reported by Ralf Wildenhues.
494 2009-02-03  Eric Blake  <ebb9@byu.net>
496         Use AC_DEFUN_ONCE for some one-shot AC_PROG macros.
497         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Switch to
498         AC_DEFUN_ONCE, since this is a one-shot macro.
499         (AC_PROG_INSTALL): Likewise.
501 2009-02-03  Eric Blake  <ebb9@byu.net>
503         Mention that packagers should not pre-set CFLAGS.
504         * doc/autoconf.texi (Preset Output Variables) <CFLAGS>: Copy
505         advice given by automake on handling variables reserved by GNU
506         Coding Standards.
507         Reported by Karl Berry.
509         Document lib64 in config.site.
510         * doc/autoconf.texi (Site Defaults): Fix typo in FHS sample file.
511         Mention use of lib64.
512         * THANKS: Update.
513         Reported by Tom Browder, with help from Peter Breitenlohner.
515 2009-01-28  Eric Blake  <ebb9@byu.net>
517         Use AC_DEFUN_ONCE for uncontroversial one-shot macros.
518         * lib/autoconf/headers.m4 (AC_HEADER_ASSERT): Switch to
519         AC_DEFUN_ONCE, since this is a one-shot macro.
520         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
521         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD)
522         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Likewise.
524 2009-01-28  Eric Blake  <ebb9@byu.net>
526         Reduce blank lines in AC_DEFUN_ONCE macros.
527         * lib/m4sugar/m4sugar.m4 (m4_defun_once): Avoid redundant blank
528         line when a defun_once macro is required.
529         (_m4_defun_once): New helper macro, for less memory use.
530         * tests/m4sugar.at (m4@&t@_require: nested): Adjust test.
532         Silence another false positive expand-before-require.
533         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro_outer)
534         (_m4_defun_epi_outer, _m4_require_call, m4_provide): Track name
535         that caused a diversion change, not just diversion number.
536         (m4_require): Factor...
537         (_m4_require_check): ...into new macro, which also checks whether
538         diversion that performed the expansion has been collected.
539         * tests/m4sugar.at (m4@&t@_require: nested): Enhance test.
540         Reported by Ralf Wildenhues.
542 2009-01-28  Eric Blake  <ebb9@byu.net>
544         Fix AC_C_RESTRICT for Sun Studio 12 C++.
545         * lib/autoconf/c.m4 (AC_C_RESTRICT): Newer Sun Studio C provides
546         __restrict__ rather than _Restrict, which still trips up Sun
547         Studio 12 C++.
548         * THANKS: Update.
549         Reported by Rolf Vandevaart.
551 2009-01-28  Eric Blake  <ebb9@byu.net>
553         Fix years in copyright notices.
554         * lib/m4sugar/m4sugar.m4 (m4_copyright_condense): New macro,
555         undocumented for now.
556         * lib/m4sugar/Makefile.am (version.m4): Add m4_PACKAGE_YEAR,
557         m4_PACKAGE_URL.
558         (RELEASE_YEAR): New macro, copied from bin/Makefile.am.
559         * lib/autoconf/general.m4 (_AC_COPYRIGHT_YEARS): New macro.
560         (AC_COPYRIGHT): Add undocumented third parameter.
561         (_AC_INIT_COPYRIGHT): Avoid need to bump copyright years.
562         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
563         * lib/autotest/general.m4 (AT_INIT): Likewise.
564         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Likewise.
565         (AT_COPYRIGHT): Add undocumented third parameter.
566         * tests/local.at (AT_COPYRIGHT): Don't add an extra copyright
567         parameter; the generic copyright given by autotest is sufficient
568         since we are the package that owns autotest.
570 2009-01-27  Eric Blake  <ebb9@byu.net>
572         Use URLs in --help output, part 3: testsuite.
573         * doc/autoconf.texi (Writing Testsuites): Mention autotest
574         namespace.
575         (Writing Testsuites) <AT_INIT>: Mention mandatory macros.
576         (Making testsuite Scripts): Document AT_PACKAGE_URL.
577         * tests/Makefile.am (package.m4): Follow our own advice.
578         * lib/autotest/general.m4 (AT_INIT): Give the user a hint about
579         package.m4.  Enhance --help output.
580         (_AT_COPYRIGHT_YEARS): New macro, to make copyright bump easier.
582         Use URLs in --help output, part 2: configure.
583         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Bump copyright
584         date.
585         (_AC_INIT_PACKAGE): Support optional URL parameter, mapped to
586         AC_PACKAGE_URL.
587         (_AC_INIT_DEFAULTS, _AC_INIT_PREPARE): Substitute it.
588         (_AC_INIT_HELP): Use it in './configure --help' output.
589         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise, for
590         './config.status --help'.  Bump copyright date.
591         * doc/autoconf.texi (Initializing configure) <AC_INIT>: Document
592         new parameter.
593         * NEWS: Likewise.
594         * tests/tools.at (autoheader): Adjust test.
595         * tests/torture.at (@%:@define header templates)
596         (Torturing config.status): Likewise.
598         Use URLs in --help output, part 1: autoconf executables.
599         * bin/autoconf.as (usage): Make output consistent with recent
600         change in gnulib version-etc module.
601         * bin/autoheader.in ($help): Likewise.
602         * bin/autom4te.in ($help): Likewise.
603         * bin/autoreconf.in ($help): Likewise.
604         * bin/autoscan.in ($help): Likewise.
605         * bin/autoupdate.in ($help): Likewise.
606         * bin/ifnames.in ($help): Likewise.
608 2009-01-27  Peter Breitenlohner  <peb@mppmu.mpg.de>  (tiny change)
610         Quote traced macros passed from autom4te to M4.
611         * bin/autom4te (handle_m4): Apply shell_quote to macro names.
612         * tests/tools.at (autom4te --trace and unusual macro names): New
613         test.
614         * THANKS: Update.
616 2009-01-26  Eric Blake  <ebb9@byu.net>
618         Improve AC_DEFUN_ONCE semantics.
619         * lib/m4sugar/m4sugar.m4 (m4_defun_once): Rewrite to be no-op,
620         rather than warning, on second use, and make sure first use never
621         occurs out of order.
622         * tests/m4sugar.at (m4@&t@_require: one-shot initialization):
623         Enhance test.
624         * tests/base.at (AC_REQUIRE & AC_DEFUN_ONCE: [Require, expand],
625         (AC_REQUIRE & AC_DEFUN_ONCE: [Expand, require]): Adjust tests.
626         * NEWS: Document this.
627         * doc/autoconf.texi (Macro Definitions) <AC_DEFUN>: Mention
628         AC_DEFUN_ONCE.
629         (Prerequisite Macros) <AC_REQUIRE>: Likewise.
630         (Expanded Before Required): Likewise.
631         (One-Shot Macros) <AC_DEFUN_ONCE>: Document new semantics.
632         Reported by Bruno Haible, with suggestion by Paolo Bonzini.
634 2009-01-24  Eric Blake  <ebb9@byu.net>
636         Fix typos in recent patches.
637         * lib/m4sugar/m4sugar.m4: Improve m4_defun comments.
638         * doc/autoconf.texi (Expanded Before Required): Fix typos.
639         Reported by Ralf Wildenhues.
641         Revert change to AC_DIR_HEADER.
642         * lib/autoconf/headers.m4 (AC_DIR_HEADER): Explicitly expanding
643         AC_HEADER_DIRENT no longer triggers a warning, and helps the user
644         who decides they don't need the obsolete AC_FUNC_CLOSEDIR_VOID.
645         Reported by Paolo Bonzini.
647 2009-01-22  Eric Blake  <ebb9@byu.net>
649         Silence a false positive expand-before-require case.
650         * lib/m4sugar/m4sugar.m4 (m4_provide): Track the diversion in
651         which a macro was provided.
652         (m4_require): Compare diversion numbers, rather than m4_require
653         nesting, when determining direct requires.
654         * tests/m4sugar.at (m4@&t@_require: nested): Test it.
655         Reported by Ralf Wildenhues, affecting Libtool.
657 2009-01-21  Eric Blake  <ebb9@byu.net>
659         Fix out-of-order expansion with expand-before-require.
660         * lib/m4sugar/m4sugar.m4 (m4_require): Redundantly expand a
661         required macro when issuing expand-before-require warning.
662         * doc/autoconf.texi (Prerequisite Macros): Adjust documentation.
663         (Expanded Before Required): New node.
664         * tests/m4sugar.at (m4@&t@_require: nested): Adjust test.
665         * NEWS: Mention this fix.
666         Suggested by Bruno Haible.
668         Warn if macro is provided before indirectly required.
669         * lib/m4sugar/m4sugar.m4 (m4_provide): Track the set of all macros
670         provided since last outermost defun.
671         (_m4_defun_pro_outer): Empty the set.
672         (_m4_require_call): Distinguish between direct and indirect
673         requires, and remove required macros from the set.
674         (m4_require): Check the set, in order to warn.
675         * tests/m4sugar.at (m4@&t@_require: nested): Remove xfail, and add
676         test case for direct requires.
678 2009-01-20  Eric Blake  <ebb9@byu.net>
680         Clean up some bugs caught by preliminary dependency validation.
681         * lib/autoconf/headers.m4 (AC_DIR_HEADER): Don't invoke
682         AC_HEADER_DIRENT, since AC_FUNC_CLOSEDIR_VOID requires it.
683         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL)
684         (_AS_SHELL_SANITIZE): Fix quoting bugs.
686 2009-01-19  Eric Blake  <ebb9@byu.net>
688         Improve AC_REQUIRE documentation.
689         * doc/autoconf.texi (Macro Definitions) <AC_DEFUN>: Add @defmac,
690         and mention interaction with AC_REQUIRE.
691         (Prerequisite Macros) <AC_REQUIRE>: Give more detail on user
692         ordering constraint bug, and how to fix it.
693         * tests/m4sugar.at (m4@&t@_require: nested): New test.
695         Speed up m4_require.
696         * lib/m4sugar/m4sugar.m4 (_m4_divert_dump): Change semantics to
697         always be defined, as either empty or a number.
698         (_m4_defun_pro_outer, _m4_defun_epi_outer): Treat _m4_divert_dump
699         as a stack, rather than a one-shot macro.
700         (_m4_require_call): Expect third argument to be pre-expanded.
701         (m4_divert_require, m4_require): Adjust clients accordingly.
702         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Likewise.
704 2009-01-17  Eric Blake  <ebb9@byu.net>
706         Avoid underfull hbox.
707         * doc/autoconf.texi (Installation Directory Variables): Reword to
708         fit on line.
710 2009-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
712         Ignore `set -e'-related failure of NetBSD sh.
713         * tests/m4sh.at (AS@&t@_EXIT): Skip test if (NetBSD) shell
714         fails to finish EXIT trap after set -e.
716 2009-01-06  Eric Blake  <ebb9@byu.net>
718         Maintainer cleanups.
719         * cfg.mk (web-manual): Use new feature of gendocs.
720         (fetch): Fetch gendocs.
721         * Makefile.am (EXTRA_DIST): Distribute new file.
722         * doc/Makefile.am (EXTRA_DIST): Likewise.
723         * .gitattributes: Ignore whitespace in upstream files.
724         * HACKING (Other web updates): Update Free Software Directory
725         instructions.
726         (Upload): No longer mention xdelta.
727         * maint.mk (xd-delta): Likewise.
728         * build-aux/gendocs.sh: New upstream file.
729         * doc/gendocs_template: Likewise.
730         * build-aux/announce-gen: Resync from upstream.
731         * build-aux/config.guess: Likewise.
732         * build-aux/config.sub: Likewise.
733         * build-aux/gnupload: Likewise.
734         * build-aux/texinfo.tex: Likewise.
736 2008-12-30  Eric Blake  <ebb9@byu.net>
738         Make it easier to track diversion bugs.
739         * lib/m4sugar/m4sugar.m4 (_m4_divert_raw, _m4_undivert): New
740         internal macros, which are easier to trace than m4_builtin.
741         (m4_cleardivert, m4_divert, m4_divert_push, m4_divert_pop)
742         (m4_undivert): Use them.
743         (_m4_require_call): Likewise.  Use fewer macros.
744         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix typo.
746 2008-12-26  Bruno Haible  <bruno@clisp.org>
748         Improve multiarch detection.
749         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Make detection of options
750         indicating a universal build more reliable.
752 2008-12-28  William Pursell  <bill.pursell@gmail.com>  (tiny change)
754         Use AS_CASE in documented example.
755         * doc/autoconf.texi (Using the System Type): Use AS_CASE in
756         example instead of raw case.
758 2008-12-23  Eric Blake  <ebb9@byu.net>
760         Make m4_dumpdef more useful with M4 1.6.
761         * lib/m4sugar/m4sugar.m4 (_m4_dumpdef): New macro.
762         (m4_init): Install it for new enough m4.
763         * tests/m4sugar.at (m4@&t@_dumpdef): Enhance test.
764         * doc/autoconf.texi (Redefined M4 Macros) <m4_dumpdef>: Mention
765         lack of sorting.
767 2008-12-24  Bruno Haible  <bruno@clisp.org>
769         Improve INSTALL for HP-UX.
770         * doc/install.texi (Particular Systems): For HP-UX, also recommend
771         -D_XOPEN_SOURCE=500. Needed for the declaration of mbstate_t on
772         HP-UX 11.11.
774 2008-12-22  Bruno Haible  <bruno@clisp.org>
776         Improve INSTALL for Haiku.
777         * doc/install.texi (Particular Systems): Add a recommendation
778         which prefix to use on Haiku.
780 2008-12-19  Eric Blake  <ebb9@byu.net>
782         Fix typo in previous commit.
783         * doc/autoconf.texi (Set manipulation Macros) <m4_set_map_sep>:
784         Fix typo.
786         Document some recently added macros.
787         * lib/m4sugar/m4sugar.m4 (m4_map_args_w): Add optional sep
788         parameter.
789         * doc/autoconf.texi (Looping constructs) <m4_map_args_sep>
790         <m4_map_args_w, m4_stack_foreach, m4_stack_foreach_sep>: Document
791         new macros.
792         (Set manipulation Macros) <m4_set_map_sep>: Likewise.
793         * tests/m4sugar.at (m4@&t@_stack, M4 loops): Enhance tests.
794         * NEWS: Document new macros.
796 2008-12-18  Eric Blake  <ebb9@byu.net>
798         Fix separator in m4_stack_foreach_sep.
799         * lib/m4sugar/m4sugar.m4 (_m4_stack_reverse): Separate separator
800         from prefix.
801         * tests/m4sugar.at (m4@&t@_stack): Enhance test.
803 2008-12-18  Eric Blake  <ebb9@byu.net>
805         Mention limitation of M4 1.4.x on builtin tokens.
806         * doc/autoconf.texi (Redefined M4 Macros) <m4_dumpdef>: Document
807         ramification of M4 1.4.x's inability to pass builtin tokens
808         through text macros.
809         (Evaluation Macros) <m4_curry>: Likewise.
810         * tests/m4sugar.at (m4@&t@_defn): Enhance test.
811         * NEWS: Mention subtle change in m4_dumpdef semantics.
813         Document m4_version_prereq.
814         * doc/autoconf.texi (Number processing Macros)
815         <m4_version_prereq>: Add documentation.
816         * NEWS: Mention it.
817         Reported by Bruno Haible.
819 2008-12-10  Jim Meyering  <meyering@redhat.com>
821         AC_HEADER_ASSERT: don't say assertions are disabled when they're not
822         * lib/autoconf/headers.m4 (AC_HEADER_ASSERT): Do not make configure
823         report "checking whether to enable assertions... no", when they are
824         in fact enabled.  This is solely a bug in the output of configure.
825         In spite of saying "no", NDEBUG was not defined in that case.
826         Also, as noted by Eric Blake, leave assertions enabled upon
827         --enable-assert=INVALID.
829 2008-12-09  Eric Blake  <ebb9@byu.net>
831         Fix m4_location inside m4_wrap with m4 1.4.5.
832         * lib/m4sugar/m4sugar.m4 (m4_undefine): Redefine m4_location
833         inside wrapped text if older m4 is detected.
834         Reported by William Pursell.
836 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
837         and Eric Blake  <ebb9@byu.net>
839         Fix AC_HEADER_ASSERT w.r.t. --enable-assert.
840         * lib/autoconf/headers.m4 (AC_HEADER_ASSERT): Honor --enable-assert,
841         rather than treating it as a synonym for --disable-assert.
842         * NEWS: Document the fix.
844 2008-12-06  William Pursell  <bill.pursell@gmail.com>  (tiny change)
846         Fix AC_HEADER_ASSERT to honor --enable-assert, rather than
847         treat --enable-assert and --disable-assert equivalently.
848         * lib/autoconf/headers.m4 (AC_HEADER_ASSERT): Check value of $enableval.
850 2008-12-05  William Pursell  <bill.pursell@gmail.com>  (tiny change)
852         Fix some typos and grammatical errors in documentation.
853         * doc/autoconf.texi: Clean up some bad use of English.
855 2008-12-03  Eric Blake  <ebb9@byu.net>
857         Improve AC_STATE_SAVE.
858         * tests/local.at (AC_STATE_SAVE): Avoid ls -1, and use one less
859         process by hoisting the uniqueness check into sed.
860         * doc/autoconf.texi (Limitations of Usual Tools) <ls>: Mention
861         MacOS bug.
863 2008-12-02  Eric Blake  <ebb9@byu.net>
865         Avoid MacOS readdir bug in testsuite.
866         * tests/local.at (AC_STATE_SAVE): Avoid spurious failures due to
867         duplicated ls entries.
868         * THANKS: Update.
869         Reported by Bruce Dugan and others.
871 2008-11-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
873         * lib/autotest/general.m4 (AT_JOB_FIFO_FD): Hide zsh 4.3.4
874         error messages about `set -m'.
876 2008-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
878         Fix a couple of test failures with dash.
879         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Normalize
880         exit status of `cd'.
881         * tests/m4sh.at (AS_MESSAGE_LOG_FD): Remove script before
882         regeneration, to avoid timing effects.
884 2008-11-25  Eric Blake  <ebb9@byu.net>
886         Add m4_cleardivert.
887         * lib/m4sugar/m4sugar.m4 (m4_cleardivert): New macro.
888         * lib/autotest/general.m4 (AT_INIT): Use it.
889         * lib/autoconf/general.m4 (_AC_INIT_NOTICE): Likewise.
890         * tests/m4sugar.at (m4@&t@_divert_stack): Test it.
891         * doc/autoconf.texi (Diversion support) <m4_cleardivert>: Document
892         it.
893         * NEWS: Likewise.
894         Suggested by Paolo Bonzini.
896         Add safety check for m4_expand vs. diversions.
897         * lib/m4sugar/m4sugar.m4 (m4_expand): Make more robust against
898         diverted text.
899         * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Document new
900         safety check.
902 2008-11-24  Eric Blake  <ebb9@byu.net>
904         Fix typo in AS_MESSAGE_LOG_FD patch.
905         * lib/m4sugar/m4sh.m4 (AS_ERROR): Check correct condition.
907 2008-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
909         More reliable signal handling in Autotest.
910         * lib/autotest/general.m4 (Driver loop): Rewrite signal handler.
911         Start parallel jobs in their own process group, enabling job
912         control in the shell if possible, for better signal handling.
913         Deal with INT, TERM, and HUP in the testsuite driver.  In the
914         parallel driver, propagate TSTP to jobs either as TSTP or as
915         STOP (to avoid fork bombs with ksh).
916         Inside the job processes, add PIPE handler to write back the
917         job token, so the master process does not hang.
918         Disable the parallel driver if job control is not provided or if
919         trap does not understand signal names.
920         * tests/autotest.at (parallel autotest and signals): New test,
921         exercises INT, TERM, and PIPE, serial and parallel, with and
922         without `make' in the loop.
923         Kudos to Richard Stevens for writing APUE.
925 2008-11-22  Eric Blake  <ebb9@byu.net>
927         Fix testsuite failure on Solaris.
928         * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Normalize
929         failure status to 1.
931 2008-11-21  Eric Blake  <ebb9@byu.net>
933         Clean up AS_MESSAGE_LOG_FD usage.
934         * lib/m4sugar/m4sh.m4 (AS_MESSAGE_FD, AS_MESSAGE_LOG_FD)
935         (AS_ORIGINAL_STDIN_FD): Provide default M4sh values.
936         (_AS_ECHO_LOG, AS_MESSAGE, _AS_ERROR_PREPARE, AS_ERROR): Simplify
937         usage.
938         (AS_INIT_GENERATED): Don't shuffle an unchanged AS_MESSAGE_FD.
939         * tests/m4sh.at (AS@&t@_INIT_GENERATED): Update test.
940         (AS@&t@_MESSAGE_FD): New test.
941         * doc/autoconf.texi (Initialization Macros) <AS_INIT_GENERATED>:
942         Give more details about fd manipulation.
943         (File Descriptor Macros): Describe M4sh defaults for the fds.
945 2008-11-21  Eric Blake  <ebb9@byu.net>
947         Use shell function for AS_ERROR.
948         * lib/m4sugar/m4sh.m4 (_AS_ERROR_PREPARE): New macro, defining a
949         new shell function.
950         (AS_ERROR): Use it.
951         (_AS_LINENO_PREPARE): Break circular dependency.
952         (AS_PREPARE, _AS_PREPARE): Initialize for child scripts.
954 2008-11-21  Eric Blake  <ebb9@byu.net>
956         Fix typos in recent testsuite improvements.
957         * lib/autotest/general.m4 (AT_INIT) <at_fn_check_prepare_dynamic>:
958         Fix typo.
959         * NEWS: Clarify the potential impact to users.
960         * tests/autotest.at (AT_DATA_AUTOTEST): New macro, patterned after
961         AT_DATA_M4SUGAR.
962         (AT_CHECK_AT_PREP, AT_CHECK_AT_TITLE): Use it.
963         (unusual file names): Test that the recent echo fix does not
964         regress.  Fix quoting bug that made the test a no-op.
965         Reported by Paolo Bonzini and Ralf Wildenhues.
967 2008-11-21  Eric Blake  <ebb9@byu.net>
969         Use modern m4sh constructs in autoconf.
970         * bin/autoconf.as (exit_missing_arg, getopt): Use AS_ERROR, rather
971         than AS_EXIT.
973         Change the semantics of AS_EXIT without argument.
974         * lib/m4sugar/m4sh.m4 (_AS_EXIT_PREPARE): When defaulting, use $?
975         even if it is 0.
976         (AS_ERROR): Guarantee non-zero status.
977         * bin/autoconf.as (exit_missing_arg, getopt): Revert prior change;
978         we want non-zero status.
979         * tests/m4sh.at (AS@&t@_EXIT): Update test accordingly.
980         * doc/autoconf.texi (Common Shell Constructs) <AS_EXIT>: Update
981         the documentation.
982         <AS_SET_STATUS>: Don't overly restrict implementation.
983         (Printing Messages) <AC_MSG_ERROR>: Describe better default.
984         Suggestions by Paolo Bonzini and Ralf Wildenhues.
986 2008-11-21  Eric Blake  <ebb9@byu.net>
988         Add @anchors within Builtins and Usual Tools lists.
989         * doc/autoconf.texi (Limitations of Builtins)
990         (Limitatations of Usual Tools): Add anchors for tools called out
991         by name.  Adjust callers to narrow in on tool of interest.
993         Move case statement style discussion to m4 quoting section.
994         * doc/autoconf.texi (Limitations of Builtins): Move comparison of
995         quoting styles...
996         (Balancing Parentheses): ...to this new node.
997         Suggested by Ralf Wildenhues.
999 2008-11-20  Eric Blake  <ebb9@byu.net>
1001         Factor more common code out of AT_CHECK into shell function.
1002         * lib/autotest/general.m4 (_AT_CHECK): Avoid echo bug if AT_LINE
1003         starts with -.  Move preparations...
1004         (AT_INIT) <at_fn_check_prepare_trace>
1005         <at_fn_check_prepare_notrace, at_fn_check_prepare_dynamic>:
1006         ...into these new shell functions.
1007         <at_fn_check_newline>: Inline into only caller.
1008         (_AT_DECIDE_TRACEABLE): Use them to condense testsuite size.
1010 2008-11-20  Eric Blake  <ebb9@byu.net>
1012         Handle version numbers as decimal, even if they start with 0.
1013         * lib/m4sugar/m4sugar.m4 (_m4_version_unletter): Avoid
1014         interpreting leading zeros as octal.
1016 2008-11-20  Eric Blake  <ebb9@byu.net>
1018         Speed up AT_CHECK.
1019         * lib/autotest/general.m4 (AT_CHECK, AT_CHECK_UNQUOTED): Expand
1020         third and fourth arguments once.
1021         (_AT_CHECK): Don't re-expand expected output.  Rearrange code for
1022         fewer scans of arguments.
1023         (AT_CHECK): Update caller.
1024         (AT_INIT) <at_fn_filter_trace>: Drop parameter.
1025         * tests/m4sugar.at (m4@&t@_split): Protect test with
1026         quadrigraphs.
1028         Fix XFAIL related to AT_CHECK.
1029         * lib/autotest/general.m4 (AT_CHECK, AT_CHECK_UNQUOTED): Expand
1030         first argument once.
1031         (_AT_CHECK): Don't re-expand commands.
1032         * tests/autotest.at (Multiline command from M4 expansion): Remove
1033         XFAIL.
1034         * tests/tools.at (autoupdating AU_ALIAS): Quote unbalanced paren.
1035         * NEWS: Document the fallout.
1037 2008-11-20  Eric Blake  <ebb9@byu.net>
1039         Reduce forks in AC_DEFINE.
1040         * lib/autoconf/general.m4 (_AC_DEFINE_Q_PRINT): New macro.
1041         (_AC_DEFINE_Q): Use it to avoid forks for all AC_DEFINE and most
1042         AC_DEFINE_UNQUOTED.
1043         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Properly quote #.
1044         * tests/torture.at (Substitute and define special characters):
1045         (Define to a 2000-byte string): Enhance tests to cover
1046         AC_DEFINE_UNQUOTED.
1047         (@%:@define header templates): Enhance test to cover #.
1049 2008-11-20  Eric Blake  <ebb9@byu.net>
1051         Improve m4_expand robustness, part 2.
1052         * lib/m4sugar/m4sugar.m4 (m4_expand): Support unterminated
1053         comments, by wrapping old implementation...
1054         (_m4_expand): ...as this, and renaming old core...
1055         (_m4_expand_): ...to this.
1056         (m4_text_box): Use lighter-weight _m4_expand.
1057         * lib/m4sugar/m4sh.m4 (_AS_DETECT_EXPAND)
1058         (_AS_DETECT_BETTER_SHELL, AS_FUNCTION_DESCRIBE): Likewise.
1059         * lib/autotest/general.m4 (AT_KEYWORDS): Likewise.
1060         * tests/m4sugar.at (m4@&t@_expand): Enhance test.
1061         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Likewise.
1062         * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Mention new
1063         functionality.
1065         Improve m4_expand robustness, part 1.
1066         * lib/m4sugar/m4sugar.m4 (_m4_expand): Tolerate unquoted
1067         unbalanced `)'.
1068         * tests/m4sugar.at (m4@&t@_expand): New test.
1070 2008-11-20  Eric Blake  <ebb9@byu.net>
1072         Add m4_chomp, m4_esyscmd_s.
1073         * lib/m4sugar/m4sugar.m4 (m4_esyscmd_e, m4_chomp, m4_chomp_all):
1074         New macros.
1075         * doc/autoconf.texi (Redefined M4 Macros) <m4_esyscmd_s>: Document
1076         them.
1077         (Text processing Macros) <m4_chomp>: Likewise.
1078         * NEWS: Likewise.
1079         * tests/m4sugar.at (m4@&t@_esyscmd_s): New test.
1081         Remove _m4_index.
1082         * lib/m4sugar/m4sugar.m4 (_m4_index): Delete; it is more efficient
1083         to make callers guarantee a match.
1084         (m4_init): Adjust caller.
1085         * lib/autoconf/status.m4 (_AC_CONFIG_COMPUTE_DEST): Likewise.
1086         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Likewise.
1088         Describe different hacks for balancing ')' in case statements.
1089         * doc/autoconf.texi (Limitations of Builtins) <case>: Add an
1090         exposition on various quoting styles.
1092 2008-11-20  Eric Blake  <ebb9@byu.net>
1094         Speed up _AS_QUOTE.
1095         * lib/m4sugar/m4sh.m4 (_AS_QUOTE_IFELSE): Inline into...
1096         (_AS_QUOTE): ...here, delete unused second paramenter, and factor
1097         choice into...
1098         (_AS_QUOTE_MODERN, _AS_QUOTE_OLD): ...new helpers.
1100 2008-11-20  Alfred G. de Wijn  <dwijn@iluvatar.eu.org>  (tiny change)
1102         For consistency, make temporary variable match language name.
1103         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G, _AC_PROG_FC_V_OUTPUT):
1104         Match the save/test variables' names to the FFLAGS/FCFLAGS being
1105         saved.
1106         * THANKS: Update.
1108 2008-11-19  Eric Blake  <ebb9@byu.net>
1110         Improve testsuite generation.
1111         * tests/local.at (AT_DATA_M4SUGAR, AT_DATA_M4SH)
1112         (AT_DATA_AUTOCONF): Escape all quadrigraphs, not just @&t@.  Use
1113         fewer macros.
1115 2008-11-18  Eric Blake  <ebb9@byu.net>
1117         Use fn for shell functions, func for autoconf CHECK_FUNCS.
1118         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Abbreviate shell
1119         function names.
1120         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE)
1121         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE, _AC_RUN_IFELSE)
1122         (AC_CHECK_DECL, AC_COMPUTE_INT): Likewise.
1123         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
1124         (_AC_CHECK_HEADER_COMPILE, _AC_CHECK_HEADER_PREPROC): Likewise.
1125         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, _AC_TYPE_INT)
1126         (_AC_TYPE_UNSIGNED_INT, AC_CHECK_MEMBER): Likewise.
1127         * lib/autotest/general.m4 (AT_INIT): Likewise.
1128         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK, _AS_EXIT_PREPARE)
1129         (AS_EXIT, AS_SET_STATUS, _AS_UNSET_PREPARE, _AS_MKDIR_P)
1130         (_AS_MKDIR_P_PREPARE, _AS_VAR_APPEND_PREPARE, AS_VAR_APPEND)
1131         (_AS_VAR_ARITH_PREPARE, AS_VAR_ARITH): Likewise.
1132         * doc/autoconf.texi (Shell Functions): Likewise.
1134 2008-11-18  Eric Blake  <ebb9@byu.net>
1136         Alter default value of AS_EXIT.
1137         * lib/m4sugar/m4sh.m4 (_AS_EXIT_PREPARE): Let as_func_exit
1138         parameter be optional.
1139         (AS_EXIT): Use it to make better default.
1140         (_AS_DETECT_BETTER_SHELL): Use new default.
1141         * bin/autoconf.as (exit_missing_arg, getopt): Likewise.
1142         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
1143         * tests/m4sh.at (AS@&t@_EXIT): Update test.
1144         * doc/autoconf.texi (Common Shell Constructs) <AS_EXIT>: Mention
1145         new default behavior.
1146         (Limitations of Builtins) <trap>: Adjust to use new default.
1147         * NEWS: Mention the semantic change.
1148         Suggested by Ralf Wildenhues.
1150         Update example to match actual Tru64 behavior.
1151         * doc/autoconf.texi (Limitations of Builtins) <trap>: Correct
1152         the example.
1153         Reported by Ralf Wildenhues.
1155         Add AS_SET_STATUS, make AS_EXIT more efficient.
1156         * lib/m4sugar/m4sh.m4 (_AS_EXIT_PREPARE, AS_SET_STATUS): New
1157         macros.
1158         (AS_EXIT): Rewrite to avoid forks.
1159         (_AS_SHELL_SANITIZE): Avoid AS_EXIT prior to shell functions.
1160         (AS_PREPARE, _AS_PREPARE): Add new preparation.
1161         * doc/autoconf.texi (Common Shell Constructs) <AS_SET_STATUS>:
1162         Document.
1163         * NEWS: Mention new macro.
1164         * tests/m4sh.at (AS@&t@_EXIT): New test.
1165         (BASENAME_TEST): Sort.
1167         Document Tru64 bug with 'set -e'.
1168         * doc/autoconf.texi (Limitations of Builtins) <trap>: Mention a
1169         bug in mixing 'set -e' with 'trap .. 0'.
1170         Reported by Ralf Wildenhues.
1172         Document a Solaris /bin/sh bug with 'set -e'.
1173         * doc/autoconf.texi (Shell Functions): Mention the bug.
1175 2008-11-17  Eric Blake  <ebb9@byu.net>
1177         Detect empty list in AS_FOR.
1178         * lib/m4sugar/m4sh.m4 (AS_FOR): Handle iteration over $@
1179         properly.
1180         * tests/m4sh.at (AS@&t@_FOR): Enhance test to catch it.
1181         Reported by Paolo Bonzini.
1183 2008-11-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1185         Use a different workaround for an automake quirk.
1186         * tests/Makefile.am (AUTOMAKE_OPTIONS): Remove.
1187         (distclean_generic): New helper variable, to fool automake.
1188         ($(distclean_generic)): Depend on clean-local, to prevent
1189         the race in the two rules with accessing and removing
1190         $(TESTSUITE).
1191         Report by Eric Blake.
1193         * lib/m4sugar/m4sh.m4 (_AS_VAR_ARITH_PREPARE): Simplify, avoid
1194         unbalanced parentheses from last change.
1195         Spotted by Eric Blake, fix suggested by Paolo Bonzini.
1197         Fix exit status of expr version of as_func_arith.
1198         * lib/m4sugar/m4sh.m4 (_AS_VAR_ARITH_PREPARE): Count an exit
1199         status of 1 of expr also as success, to avoid failure if the
1200         computation result is zero.  Fixes test failures with IRIX sh,
1201         where the expr variant of as_func_arith is used.
1203         Do not use read-only variable $status.
1204         * tests/compile.at (AC_RUN_IFELSE): Use $estatus instead of
1205         $status, for zsh.
1207 2008-11-15  Eric Blake  <ebb9@byu.net>
1209         Use the new AS_FOR function.
1210         * lib/autoconf/functions.m4 (AC_CHECK_FUNCS): Use new
1211         abstraction for cleaner code.
1212         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS): Likewise.
1214         Add AS_FOR, undocumented for now.
1215         * lib/m4sugar/m4sh.m4 (AS_FOR): New macro.
1216         * tests/m4sh.at (AS@&t@_FOR): New test.
1217         Suggested by Paolo Bonzini.
1219 2008-11-13  Eric Blake  <ebb9@byu.net>
1221         Optimize single-argument loop.
1222         * lib/autoconf/functions.m4 (AC_CHECK_FUNCS): Avoid forks when
1223         loop only has one argument.
1224         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS): Likewise.
1226 2008-11-13  Eric Blake  <ebb9@byu.net>
1228         Fix AS_ESCAPE usage bugs.
1229         * lib/m4sugar/m4sh.m4 (_AS_VAR_APPEND_PREPARE)
1230         (_AS_VAR_ARITH_PREPARE): Expand macros prior to adding shell
1231         escapes.
1232         (AS_TR_SH, AS_VAR_GET): Use _AS_ESCAPE for speed.
1233         * doc/autoconf.texi (Polymorphic Variables) <AS_VAR_SET>: Document
1234         caveat due to conditional AS_ESCAPE.
1235         * tests/m4sh.at (AS@&t@_VAR basics): Enhance test.
1237 2008-11-12  Eric Blake  <ebb9@byu.net>
1239         Whitespace reduction in configure.
1240         * lib/autoconf/autoheader.m4 (AH_VERBATIM): Avoid empty lines.
1241         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, AC_CHECK_FILES):
1242         Likewise.
1243         (_AC_DEFINE_Q): Restore empty line, since some clients in the wild
1244         depend on it.
1246 2008-11-12  Eric Blake  <ebb9@byu.net>
1248         Make M4sh, not autoconf, guarantee sane $SHELL.
1249         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Move setting of
1250         SHELL...
1251         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): ...to here.
1252         * doc/autoconf.texi (Initialization Macros): Document the effect
1253         on SHELL.
1254         * tests/m4sh.at (AS@&t@_INIT_GENERATED): New test.
1255         Reported by Ralf Wildenhues.
1257 2008-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1259         Wrap keywords in `testsuite --list' output.
1260         * lib/autotest/general.m4 (AT_INIT): Rewrite --list awk script,
1261         avoid lint warnings from gawk, wrap keyword lists to stay below
1262         80 characters per line if possible.
1263         * tests/autotest.at (Keyword wrapping): New test.
1265         * tests/local.at (AT_COPYRIGHT): Bump copyright years.
1267         * doc/autoconf.texi (Conditional constructs, Macro Names): Fix
1268         typos.
1270 2008-11-10  Eric Blake  <ebb9@byu.net>
1272         Work around <=m4-1.4.9 bug in m4_format.
1273         * lib/m4sugar/m4sugar.m4 (_m4_index): New internal macro.
1274         (m4_init): Only use it in older m4.
1275         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Use it to avoid
1276         m4_format bug in older m4.
1277         * lib/autoconf/status.m4 (_AC_CONFIG_COMPUTE_DEST): Likewise.
1278         Reported by Bob Proulx.
1280 2008-11-10  Eric Blake  <ebb9@byu.net>
1282         Match upstream standards.texi.
1283         * doc/standards.texi: Resync from upstream.
1284         * doc/fdl-1.3.texi: Rename...
1285         * doc/fdl.texi: ...to this.
1286         * doc/Makefile.am (autoconf_TEXINFOS, standards_TEXINFOS): Update
1287         users.
1288         * doc/autoconf.texi (GNU Free Documentation License): Likewise.
1289         * cfg.mk (fetch): Likewise.
1291         Yet more FDL 1.3 fallout.
1292         * NEWS: Mention manual license change.
1294 2008-11-10  Eric Blake  <ebb9@byu.net>
1296         Avoid some regex uses.
1297         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Use m4_format rather
1298         than m4_bpatsubst to grab string prefix.
1299         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER)
1300         (_AC_CONFIG_REGISTER_DEST, AC_CONFIG_SUBDIRS): Likewise.
1301         (_AC_FILE_DEPENDENCY_TRACE_COLON): Use m4_translit instead of
1302         m4_bpatsubst to change bytes.
1303         (_AC_CONFIG_DEPENDENCY_DEFAULT): Use m4_index rather than
1304         m4_bmatch to find byte.
1305         (_AC_CONFIG_COMPUTE_DEST): New helper macro.
1307         Use more efficient macros in AC_CONFIG_SUBDIRS.
1308         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS, AC_CONFIG_SUBDIRS): Use
1309         m4_map_args_w.
1310         (_AC_OUTPUT_FILE): Use m4_map_args_sep and m4_map_args.
1311         (_AC_OUTPUT_FILE_ADJUST_DIR): New helper macro.
1313         Use more efficient macros in AC_CHECK_FILES and AC_CHECK_DECLS.
1314         * lib/autoconf/general.m4 (AC_CHECK_FILES): Use m4_map_args_w,
1315         and avoid typo.
1316         (AC_CHECK_DECLS, AC_CHECK_DECLS_ONCE): Use m4_map_args_sep.
1317         (_AC_CHECK_FILES, _AC_CHECK_DECLS, _AC_CHECK_DECL_ONCE): New
1318         helper macros.
1319         (AC_LIBSOURCES): Use m4_map_args.
1321         Use more efficient macros in AC_CHECK_TYPES.
1322         * lib/autoconf/types.m4 (AC_CHECK_TYPES, AC_CHECK_MEMBERS): Use
1323         m4_map_args_sep.
1324         (_AC_CHECK_TYPES, _AC_CHECK_MEMBERS): New helper macros.
1326         Use more efficient macros in AC_CHECK_HEADERS.
1327         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS)
1328         (AH_CHECK_HEADERS_DIRENT): Rename...
1329         (_AH_CHECK_HEADER, _AH_CHECK_HEADER_DIRENT): ...and take only one
1330         argument, rather than a list.
1331         (AC_CHECK_HEADERS, AC_CHECK_HEADERS_ONCE):
1332         Adjust callers to use m4_map_args_w.
1333         (AC_HEADER_DIRENT): Adjust caller to use m4_map_args.
1334         (_AC_CHECK_HEADER_ONCE): New helper macro.
1336         Use more efficient macros in AC_CHECK_FUNCS.
1337         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): Rename...
1338         (_AH_CHECK_FUNC): ...and take only one argument, rather than a
1339         list.
1340         (AC_CHECK_FUNCS, AC_CHECK_FUNCS_ONCE): Adjust callers to use
1341         m4_map_args_w.
1342         (_AC_CHECK_FUNC_ONCE): New helper macro.
1343         (AC_REPLACE_FUNCS): Use m4_map_args_w.
1345         Use more efficient macro in AT_INIT.
1346         * lib/autotest/general.m4 (AT_INIT): Use m4_map_args.
1348 2008-11-10  Eric Blake  <ebb9@byu.net>
1350         More FDL 1.3 fallout.
1351         * cfg.mk (fetch): Add gnu-oids.texi, drop fdl.texi.
1352         * doc/Makefile.am (standards_TEXINFOS): Reflect upstream
1353         dependency changes.
1354         * doc/fdl.texi: Delete.
1355         * doc/gnu-oids.texi: New upstream file.
1356         * doc/standards.texi: Resync from upstream.
1357         * doc/make-stds.texi: Likewise.
1358         * build-aux/announce-gen: Likewise.
1359         * build-aux/texinfo.tex: Likewise.
1361 2008-11-10  Clinton Roy  <clinton.roy@gmail.com>  (tiny change)
1363         Pass autoreconf -I to aclocal -I
1364         * bin/autoreconf.in (parse_args): Pass --include to aclocal.
1365         * doc/autoconf.texi (autoreconf Invocation): Updates for above.
1366         * NEWS: Document it.
1367         * THANKS: Update.
1369 2008-11-10  Eric Blake  <ebb9@byu.net>
1371         Try 'print -r --' as a non-forking variant of 'printf %s\\n'.
1372         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Cater to Solaris ksh.
1373         * doc/autoconf.texi (Limitations of Builtins) <printf>: Document
1374         the print workaround.
1375         Idea by Paolo Bonzini.
1377 2008-11-10  Eric Blake  <ebb9@byu.net>
1379         Provide a section on all tools allowed in GNU Coding Standards.
1380         * doc/autoconf.texi (Limitations of Builtins) <read>: Sort.
1381         <wait>: Add section.
1382         (Limitations of Usual Tools) <awk>: Make table entry consistent.
1383         <chgrp, mkfifo, rmdir, sleep, sort, tar> Add sections.
1385 2008-11-09  Paolo Bonzini  <bonzini@gnu.org>
1387         Balance parentheses in _AC_CACHE_DUMP.
1388         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Balance parentheses
1389         without introducing \).
1391 2008-11-07  Eric Blake  <ebb9@byu.net>
1393         Further doc updates for AC_CHECK_HEADER change.
1394         * doc/autoconf.texi (Generic Headers) <AC_CHECK_HEADER>: Mention
1395         new default, and make it more obvious that using [-] is generally
1396         broken.
1398 2008-11-07  Eric Blake  <ebb9@byu.net>
1400         * ChangeLog: Enforce UTF-8 encoding.
1402 2008-11-06  Eric Blake  <ebb9@byu.net>
1404         Skip preprocessor check in AC_CHECK_HEADERS_ONCE.
1405         * lib/autoconf/headers.m4 (_AC_HEADERS_EXPANSION): Provide fourth
1406         argument to speed up check.
1408 2008-11-06  Eric Blake  <ebb9@byu.net>
1410         Speed up AC_CHECK_TYPE.
1411         * lib/autoconf/types.m4 (AC_CHECK_TYPE): Factor out $@, and avoid
1412         regex when enough arguments are present.
1414 2008-11-06  Paolo Bonzini  <bonzini@gnu.org>
1416         Remove three forks per _AC_RUN_LOG_STDERR in the common case.
1417         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR): Avoid grep/rm/cat
1418         sequence when the program's stderr was empty, while providing a
1419         conftest.err file even in that case.
1420         (_AC_CACHE_DUMP): Fix mismatched parenthesis.
1422 2008-11-06  Paolo Bonzini  <bonzini@gnu.org>
1424         Change `present but cannot be compiled' behavior to use compiler result.
1425         * NEWS: Document it.
1426         * doc/autoconf.texi (Present But Cannot Be Compiled): Document it.
1427         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Implement it
1428         and adjust warning.
1429         * tests/semantics.at (AC_CHECK_HEADERS): Test new semantics.
1431 2008-11-05  Eric Blake  <ebb9@byu.net>
1433         Add m4_map_args_w.
1434         * lib/m4sugar/m4sugar.m4 (m4_map_args_w): New macro, undocumented
1435         for now.
1436         (_m4_split): Allow user control over separator.
1437         (m4_split): Adjust caller.
1438         (m4_foreach_w, m4_append_uniq_w, _m4_text_wrap): Rewrite to use
1439         m4_map_args_w.
1440         * tests/m4sugar.at (m4@&t@_append): Augment test keywords.
1441         (M4 loops): Test new interface.
1443         Use m4_set_map_sep in more places.
1444         * lib/m4sugar/m4sugar.m4 (m4_set_difference, m4_set_intersection)
1445         (m4_set_union): Use m4_set_map_sep rather than m4_set_foreach.
1446         * doc/autoconf.texi (Set manipulation Macros) <m4_set_map>:
1447         Enhance documentation.
1448         <m4_set_foreach>: Mention faster alternative.
1449         (Looping constructs) <m4_foreach>: Likewise.
1451         Unify m4_set_foreach and m4_set_map.
1452         * lib/m4sugar/m4sugar.m4 (m4_set_map_sep): New macro, undocumented
1453         for now.
1454         (m4_set_contents, m4_set_foreach, m4_set_list, m4_set_listc)
1455         (m4_set_map): Adjust callers.
1457         Use _m4_foreach in more places.
1458         * lib/m4sugar/foreach.m4 (m4_dquote_elt, m4_join, m4_joinall)
1459         (_m4_minmax, m4_set_add_all): Use _m4_foreach instead of
1460         m4_foreach.
1461         * lib/m4sugar/m4sugar.m4 (_m4_joinall): Use m4_map_args_sep
1462         instead of m4_foreach or m4_map_args.
1464         Unify _m4_foreach and _m4_map.
1465         * lib/m4sugar/m4sugar.m4 (_m4_map): Delete, merged with...
1466         (_m4_foreach): ...this.
1467         (m4_foreach, m4_map, m4_mapall, m4_map_sep, _m4_mapall_sep)
1468         (m4_map_args, m4_map_args_sep): Adjust callers.
1469         * lib/m4sugar/foreach.m4 (_m4_map): Rename...
1470         (_m4_foreach): ...to this, overwriting old definition.
1472 2008-11-04  Eric Blake  <ebb9@byu.net>
1474         Add m4_map_args_sep, undocumented for now.
1475         * lib/m4sugar/m4sugar.m4 (m4_map_args_sep): New macro.
1476         (_m4_map): Change API to cover more of m4_map*.
1477         * lib/m4sugar/foreach.m4 (_m4_map): Adjust to new API.
1478         (m4_map_args): Delete.
1479         * tests/m4sugar.at (m4@&t@_map_args and m4@&t@_curry): Enhance
1480         test.
1482         Improve m4_for performance.
1483         * lib/m4sugar/m4sugar.m4 (_m4_for): Alter API to make it easier to
1484         avoid m4_define by some clients.
1485         (m4_for): Adjust caller.
1486         * lib/m4sugar/foreach.m4 (_m4_foreach, m4_case, m4_bmatch)
1487         (_m4_cond, _m4_bpatsubsts, _m4_shiftn, m4_do, m4_reverse)
1488         (_m4_map, m4_map_args, m4_map_args_pair, _m4_list_pad)
1489         (_m4_list_cmp): Likewise.
1491 2008-11-04  Eric Blake  <ebb9@byu.net>
1493         Adjust expected output.
1494         * tests/torture.at (Missing templates): Reflect added quoting.
1495         Detected by Bob Proulx's buildbot.
1497         Reject arguments with leading =.
1498         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Detect case of
1499         missing variable name, with fewer forks.  Quote invalid arguments
1500         in message, in case they include spaces.
1501         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS)
1502         (_AC_OUTPUT_MAIN_LOOP): Quote invalid arguments.
1503         * lib/autotest/general.m4 (AT_INIT): Likewise.
1504         * tests/base.at (configure arguments): Test this.
1505         Reported by Jeff Squyres.
1507 2008-11-04  Eric Blake  <ebb9@byu.net>
1509         Upgrade to FDL 1.3.
1510         * cfg.mk (fetch): Add fdl-1.3.texi.
1511         * .gitattributes: Likewise.
1512         * doc/autoconf.texi (GNU Free Documentation License): Point to new
1513         upstream version.
1514         * doc/Makefile.am (autoconf_TEXINFOS): Likewise.
1515         (standards_TEXINFOS): Mention current dependence on older license.
1516         * doc/fdl-1.3.texi: New upstream file.
1517         * GNUmakefile: Resync from upstream.
1518         * build-aux/announce-gen: Likewise.
1519         * build-aux/texinfo.tex: Likewise.
1521 2008-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1523         Point at AM_SUBST_NOTMAKE.
1524         * doc/autoconf.texi (Setting Output Variables): Add cross
1525         reference to new Automake macro AM_SUBST_NOTMAKE.
1527 2008-11-03  Paolo Bonzini  <bonzini@gnu.org>
1529         Eliminate a fork per invocation of AC_LANG_CONFTEST.
1530         * lib/autoconf/c.m4 (AC_LANG_CONFTEST(C)): Define instead of
1531         AC_LANG_SOURCE(C).
1532         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Add a comment at the
1533         top of confdefs.h, which also works around cpp deficiencies.
1534         * lib/autoconf/lang.m4 (AC_LANG_DEFINE): Define AC_LANG_CONFTEST(xyz)
1535         (AC_LANG_CONFTEST): Dispatch based on _AC_LANG.
1536         (AC_LANG_CONFTEST()): New.
1538 2008-11-03  Paolo Bonzini  <bonzini@gnu.org>
1540         Reorganize definition of languages.
1541         * lib/autoconf/c.m4 (AC_LANG(C), AC_LANG(C++), AC_LANG(Objective C),
1542         _AC_LANG_ABBREV(C), _AC_LANG_ABBREV(C++), _AC_LANG_ABBREV(Objective C),
1543         _AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++), _AC_LANG_PREFIX(Objective C)):
1544         Replace definitions with usage of AC_LANG_DEFINE.
1545         (Sections 2b, 2c): Delete.
1546         (Sections 1b, 1c): Move after section 2a.
1547         * lib/autoconf/erlang.m4 (AC_LANG(Erlang), _AC_LANG_ABBREV(Erlang),
1548         _AC_LANG_PREFIX(Erlang), AC_LANG_SOURCE(Erlang)): Replace definitions
1549         with usage of AC_LANG_DEFINE.
1550         (AC_LANG_ERLANG): Define using AU_DEFUN.
1551         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_LANG(Fortran 77),
1552         _AC_LANG_ABBREV(Fortran), _AC_LANG_ABBREV(Fortran 77),
1553         _AC_LANG_PREFIX(Fortran), _AC_LANG_PREFIX(Fortran 77),
1554         _AC_LANG_SOURCE(Fortran), AC_LANG_SOURCE(Fortran 77)): Replace
1555         definitions with usage of AC_LANG_DEFINE.
1556         * lib/autoconf/lang.m4 (AC_LANG_DEFINE, AC_LANG_SOURCE()): New.
1558 2008-11-03  Paolo Bonzini  <bonzini@gnu.org>
1560         Use preprocessor in cpp tests.
1561         * tests/c.at (CPP tests): Use AC_CHECK_HEADERS(..., [-]).
1563 2008-10-31  Paolo Bonzini  <bonzini@gnu.org>
1565         Rename _AC_CHECK_HEADER_OLD and _AC_CHECK_HEADER_NEW.
1566         * lib/autoconf/headers.m4 (AC_CHECK_HEADER): Adjust naming.
1567         (_AC_CHECK_HEADER_PREPROC_BODY): New name of _AC_CHECK_HEADER_OLD_BODY.
1568         (_AC_CHECK_HEADER_COMPILE_BODY): New name of _AC_CHECK_HEADER_NEW_BODY.
1569         (_AC_CHECK_HEADER_PREPROC): New name of _AC_CHECK_HEADER_OLD.
1570         (_AC_CHECK_HEADER_COMPILE): New name of _AC_CHECK_HEADER_NEW.
1571         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADER_NEW):
1572         Give better name.
1574 2008-10-31  Eric Blake  <ebb9@byu.net>
1576         Support multiple undiverts and dumpdefs at once.
1577         * lib/m4sugar/m4sugar.m4 (m4_dumpdefs, m4_undivert): Allow extra
1578         arguments.
1579         * doc/autoconf.texi (Redefined M4 Macros) <m4_dumpdef>,
1580         <m4_undivert>: Document argument list change.
1581         * tests/m4sugar.at (m4@&t@_divert_stack, m4@&t@_dumpdef): Test
1582         them.
1584         Simplify diversion stack handling.
1585         * lib/m4sugar/m4sugar.m4 (m4_divert_stack): Use fewer macros, and
1586         avoid extra newlines.
1587         (m4_divert_stack_push): Compute location here, rather than caller.
1588         (m4_divert_push): Update caller.
1589         (m4_divert): Likewise, and also adjust current diversion name.
1590         (m4_divert_pop): Simplify rule that diversion stack must never go
1591         empty.
1592         (_m4_require_call): Bypass diversion stack when collecting
1593         required macro text.
1594         (m4_init): Set current diversion without requiring m4_init.
1595         * lib/m4sugar/m4sh.m4 (AS_INIT): Avoid too many pops.
1596         * lib/autotest/general.m4 (AT_INIT): Likewise.
1597         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Schedule wrapped
1598         text to run prior to m4sugar cleanup.
1599         * doc/autoconf.texi (Text processing Macros) <m4_newline>: Mention
1600         optional argument.
1601         (Conditional constructs) <m4_ifvaln, m4_n>: Mention use of dnl.
1602         * NEWS: Undo blurb about m4_divert.
1603         * tests/m4sugar.at (m4@&t@_divert_stack): New test.
1605         Simplify expansion stack handling.
1606         * lib/m4sugar/m4sugar.m4 (m4_expansion_stack): Use fewer macros;
1607         always output 'top level'.
1608         (_m4_expansion_stack_entry): New macro, to format the string only
1609         when needed.
1610         (m4_expansion_stack_push): Only push a macro name.
1611         (m4_warn, _m4_defun_pro): Update callers.
1612         (m4_expansion_stack_pop, m4_expansion_stack_dump): Delete.
1613         (_m4_defun_epi, m4_fatal): Inline the calls.
1614         * tests/m4sugar.at (m4@&t@_expansion_stack): New test.
1616 2008-10-30  Eric Blake  <ebb9@byu.net>
1618         Better documentation of AC_CHECK_HEADER's fourth argument.
1619         * doc/autoconf.texi (Generic Headers) <AC_CHECK_HEADER>: Mention
1620         how to suppress compiler or preprocessor header check.
1621         Reported by Jeff Squyres.
1623 2008-10-30  Eric Blake  <ebb9@byu.net>
1625         Fix LINENO testsuite failure.
1626         * tests/m4sh.at (AT_DATA_LINENO): Use AS_LINENO_PREPARE, not
1627         undocumented _AS_PREPARE, and move unset earlier in script.
1629         Update LINENO documentation.
1630         * doc/autoconf.texi (Initialization Macros) <AS_INIT_GENERATED>:
1631         (Special Shell Variables) <LINENO>: Mention that LINENO support in
1632         child scripts may be broken.  Modernize example.
1634 2008-10-30  Paolo Bonzini  <bonzini@gnu.org>
1636         Do not check for $LINENO in generated scripts.
1637         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Do not call _AS_LINENO_PREPARE,
1638         and explain why.
1640 2008-10-30  Eric Blake  <ebb9@byu.net>
1642         Don't check for non-POSIX extensions in suggested tests.
1643         * lib/m4sugar/m4sh.m4 (_AS_VAR_APPEND_WORKS): Remove suggestion;
1644         we still use += if available, but should not reject shells (like
1645         dash) that don't provide it.
1646         (_AS_DETECT_SUGGESTED): Document a policy for m4sh.
1647         Reported by Paolo Bonzini.
1649 2008-10-30  Paolo Bonzini  <bonzini@gnu.org>
1651         Pass CONFIG_SHELL down to generated scripts, and re-export SHELL.
1652         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): If proceeding
1653         with a given CONFIG_SHELL, move it to SHELL.
1654         (AS_INIT_GENERATED): Re-export SHELL.
1656 2008-10-30  Eric Blake  <ebb9@byu.net>
1658         Work around Solaris /bin/sh case bug.
1659         * lib/m4sugar/m4sh.m4 (_AS_CASE, _AS_CASE_DEFAULT): Always provide
1660         a non-empty command list.
1661         (AS_CASE): Always guarantee that a case will match.
1662         * doc/autoconf.texi (Limitations of Builtins) <case>: Document the
1663         Solaris bug, and mention AS_CASE.
1665 2008-10-30  Paolo Bonzini  <bonzini@gnu.org>
1667         Require _AS_CR_PREPARE where appropriate.
1668         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Call _AS_CR_PREPARE.
1669         (AS_PREPARE): Require _AS_CR_PREPARE.
1671         Avoid walking the entire PATH when looking for a better shell.
1672         * lib/m4sugar/m4sh.m4 (_AS_SHELL_SANITIZE): Test shell characteristics
1673         as the PATH is walked.
1675         Add third argument to _AS_PATH_WALK
1676         * lib/m4sugar/m4sh.m4 (_AS_SHELL_SANITIZE): Do not call _AS_CR_PREPARE.
1677         (_AS_PATH_WALK): Add third optional argument.
1679         Trim down the length of the shell function test.
1680         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Condense.
1682 2008-10-29  Eric Blake  <ebb9@byu.net>
1684         Fix LINENO detection to work around bash and pdksh limitations.
1685         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Enhance the test, so
1686         that we can choose which of two tests to trust.
1687         (_AS_RUN): Set flag when alternate shell is running.
1688         (_AS_DETECT_EXPAND): New macro.
1689         (_AS_DETECT_BETTER_SHELL): Use it to massage LINENO tests.
1691 2008-10-29  Eric Blake  <ebb9@byu.net>
1693         Mention proper fix for zsh users.
1694         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Recommend zsh
1695         version known to work.
1696         Suggested by Paolo Bonzini.
1698         Document current beta-quality status.
1699         * configure.ac: Reflect fact that change to git-version-gen
1700         produces -, but not always a letter, on non-release builds.
1701         * BUGS: Mention known issues.
1702         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Ask for help in
1703         debugging platforms with deficient shells.
1705 2008-10-29  Eric Blake  <ebb9@byu.net>
1707         Alter signature of AS_INIT_GENERATED.
1708         * lib/m4sugar/m4sh.m4 (AS_INIT_GENERATED): Add parameters, and
1709         manage here-doc and chmod in place.  This also allows future
1710         changes for optimizing the child via diversion/m4_wrap magic.
1711         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
1712         caller.
1713         * doc/autoconf.texi (Initialization Macros) <AS_INIT_GENERATED>:
1714         Update the documentation.
1716 2008-10-29  Eric Blake  <ebb9@byu.net>
1718         Use _m4_stack_reverse in m4_set.
1719         * lib/m4sugar/m4sugar.m4 (_m4_set_contents_1)
1720         (_m4_set_contents_2): Rewrite to share _m4_stack_reverse
1721         implementation.
1722         (m4_set_contents, m4_set_foreach, m4_set_list, m4_set_listc)
1723         (m4_set_map): Adjust callers to new API.
1725         Add m4_stack_foreach_sep.
1726         * lib/m4sugar/m4sugar.m4 (m4_stack_foreach_sep)
1727         (m4_stack_foreach_sep_lifo): New macros.
1728         (_m4_stack_reverse): Adjust prototype, to support it.
1729         (m4_copy): Use fewer macros.
1730         * tests/m4sugar.at (m4@&t@_stack_foreach): Rename...
1731         (m4@&t@_stack): ...and add m4_stack_foreach_sep tests.
1733 2008-10-29  Bruno Haible  <bruno@clisp.org>
1735         Mention Sun WorkShop 6.2 OpenMP bug.
1736         * doc/autoconf.texi (AC_OPENMP): Document portability pitfall.
1738 2008-10-29  Paolo Bonzini  <bonzini@gnu.org>
1740         Rewrite handling of diversion and expansion stack.
1741         * NEWS: Document stricter requirement on m4_init.
1742         * lib/m4sugar/m4sugar.m4 (m4_divert_stack): New, replacing
1743         _m4_divert_n_stack.
1744         (_m4_divert_stack_push): New.
1745         (m4_divert): Use _m4_divert_stack_push and replace m4_define with
1746         m4_popdef.
1747         (m4_divert_push): Use _m4_divert_stack_push.
1748         (m4_divert_pop): Use m4_divert_stack instead of _m4_divert_n_stack,
1749         pop _m4_divert_stack instead of m4_divert_stack.
1750         (m4_expansion_stack): New.  Update comment above it.
1751         (m4_expansion_stack_push, m4_expansion_stack_pop): Work on
1752         _m4_expansion_stack instead of m4_expansion_stack.
1753         (m4_expansion_stack_dump): Check presence of _m4_expansion_stack
1754         instead of m4_expansion_stack.  Use m4_expansion_stack's expansion
1755         instead of the definition, and compensate for the trailing newline
1756         in the expansion.
1757         (m4_warn, _m4_defun_pro, _m4_defun_epi): Check presence of
1758         _m4_expansion_stack instead of m4_expansion_stack.
1759         (m4_newline): Expand first argument after the newline.
1760         (m4_init): Use m4_divert_stack instead of _m4_divert_n_stack,
1761         * tests/m4sugar.at (m4_append, m4_text_wrap): Invoke m4_init.
1762         * tests/tools.at (whitespace in file names, the empty token): Likewise.
1764 2008-10-28  Eric Blake  <ebb9@byu.net>
1766         Reduce forks while searching for better shell.
1767         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED)
1768         (_AS_DETECT_SUGGESTED): No need to provide extra subshell; _AS_RUN
1769         already does the job.
1770         (_AS_DETECT_BETTER_SHELL): Simplify AS_EXIT when not run in a trap
1771         0 context.
1773         Undo needless efforts to protect $2 in $2_t.
1774         * lib/autoconf/types.m4 (_AC_TYPE_INT_BODY)
1775         (_AC_TYPE_UNSIGNED_INT_BODY): Reduce extra quoting.
1777 2008-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1779         Fix parallel test execution output lossage.
1780         * lib/autotest/general.m4 (_AT_CHECK): Truncate files to hold
1781         standard output and standard error before the test, use append
1782         mode for writing.
1783         * THANKS: Update.
1784         Caught by Bob Proulx' build daemons, analysis and suggested fix
1785         by Stéphane Chazelas.
1787 2008-10-28  Eric Blake  <ebb9@byu.net>
1789         Use m4_map_args in more places.
1790         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_dumpdef, m4_popdef)
1791         (m4_undefine, m4_combine): Use m4_map_args, rather than
1792         m4_foreach.
1794 2008-10-28  Eric Blake  <ebb9@byu.net>
1796         Override m4 1.4.x dumpdef, as it breaks autom4te.
1797         * lib/m4sugar/m4sugar.m4 (m4_dumpdef): New implementation.
1798         (m4_copy): Formatting touchup.
1799         * doc/autoconf.texi (Redefined M4 Macros) <m4_dumpdef>: Mention
1800         semantic differences as well as m4_dumpdefs.
1801         * NEWS: Likewise.
1802         * tests/m4sugar.at (m4@&t@_dumpdef): New test.
1804 2008-10-28  Eric Blake  <ebb9@byu.net>
1806         Allow m4sugar to be used without autom4te, such as in bison.
1807         * lib/m4sugar/m4sugar.m4 (m4_text_wrap, m4_qlen): Document that
1808         alternate escape sequences can be used.
1809         (m4_text_box): Likewise.  Don't output quadrigraphs.
1810         (m4_qdelta): Delete unused macro.
1812 2008-10-28  Paolo Bonzini  <bonzini@gnu.org>
1814         Add m4_stack_foreach and m4_stack_foreach_lifo.
1815         * lib/m4sugar/m4sugar.m4 (_m4_stack_reverse): New from _m4_copy.
1816         (m4_stack_foreach, m4_stack_foreach_lifo): New.
1817         (m4_copy): Use m4_stack_foreach and m4_curry.
1818         (_m4_dumpdefs_down, _m4_dumpdefs_up): Remove.
1819         (m4_dumpdefs): Rewrite using m4_stack_foreach_lifo.
1820         * tests/m4sugar.at (m4_stack_foreach): New test.
1822 2008-10-28  Paolo Bonzini  <bonzini@gnu.org>
1824         use a shell function for AC_TYPE_INTx_T
1825         * lib/autoconf/types.m4 (_AC_TYPE_INT_BODY, _AC_TYPE_UNSIGNED_INT_BODY):
1826         New.
1827         (_AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT): Define and use a shell function.
1829 2008-10-28  Paolo Bonzini  <bonzini@gnu.org>
1831         * lib/autoconf/general.m4 (AC_CHECK_DECL): Fix AS_ESCAPE usage.
1832         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL,
1833         _AC_CHECK_HEADER_NEW): Likewise.
1834         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER): Likewise.
1836 2008-10-28  Paolo Bonzini  <bonzini@gnu.org>
1838         * lib/autoconf/types.m4 (_AC_CHECK_MEMBER_BODY): New.
1839         (AC_CHECK_MEMBER): Define and use a shell function.
1841 2008-10-27  Eric Blake  <ebb9@byu.net>
1843         Prefer m4_fatal over AC_FATAL.
1844         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF)
1845         (AC_CHECK_MEMBER): Use non-obsolete macro name.
1846         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF): Likewise.
1847         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE, AC_SUBST):
1848         Likewise.
1849         * lib/autoconf/lang.m4 (_AC_LANG_DISPATCH): Likewise.
1850         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCY_DEFAULT)
1851         (_AC_CONFIG_UNIQUE, _AC_CONFIG_REGISTER_DEST): Likewise.
1853 2008-10-27  Eric Blake  <ebb9@byu.net>
1855         Avoid raw carriage return in scripts.
1856         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Generate CR
1857         via tr, rather than with literal byte.
1858         * THANKS: Update.
1859         Reported by Steven R. Loomis; patch suggested by Thomas Dickey.
1861 2008-10-27  Eric Blake  <ebb9@byu.net>
1863         Use AS_VAR_ARITH.
1864         * lib/autotest/general.m4 (at_func_arith): Delete; replace all
1865         clients with AS_VAR_ARITH instead.
1866         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE): Use new
1867         macro.
1868         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Likewise.
1869         * tests/torture.at (Torturing config.status): Likewise.
1870         * tests/tools.at (autom4te --force): Likewise.
1872         Add AS_VAR_ARITH.
1873         * lib/m4sugar/m4sh.m4 (_AS_VAR_ARITH_PREPARE, _AS_VAR_ARITH_WORKS)
1874         (AS_VAR_ARITH): New macros.
1875         (_AS_PREPARE, AS_PREPARE): Emit preparation.
1876         * tests/m4sh.at (AS@&t@_VAR_ARITH): New test.
1877         * doc/autoconf.texi (Polymorphic Variables) <AS_VAR_ARITH>:
1878         Document new macro.
1879         (Limitations of Usual Tools) <expr>: Mention portability problem
1880         if first argument starts with -.
1881         (Shell Substitutions) <$((expression))>: Mention it.
1882         * NEWS: Likewise.
1884 2008-10-27  Eric Blake  <ebb9@byu.net>
1886         Use read, rather than `cat`, for safe one-line files.
1887         * lib/autotest/general.m4 (AT_CLEANUP): Avoid a fork, since it is
1888         known that the file has only one line and no \.
1889         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_RUN): Likewise.
1891 2008-10-27  Paolo Bonzini  <bonzini@gnu.org>
1893         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE,
1894         _AC_COMPUTE_INT_RUN): Add IF-SUCCESS argument.
1895         (_AC_COMPUTE_INT_BODY): New.
1896         (AC_COMPUTE_INT): Define and use a shell function.
1898 2008-10-27  Paolo Bonzini  <bonzini@gnu.org>
1900         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW_BODY): Extract
1901         test body here.  Move head comment of _AC_CHECK_TYPE_NEW here.
1902         (_AC_CHECK_TYPE_NEW): Define a shell function and call it.
1904 2008-10-27  Paolo Bonzini  <bonzini@gnu.org>
1906         * lib/autoconf/general.m4 (_AC_CHECK_DECL_BODY): New.
1907         (AC_CHECK_DECL): Use a shell function.
1909 2008-10-27  Paolo Bonzini  <bonzini@gnu.org>
1911         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_OLD,
1912         _AC_CHECK_HEADER_NEW): Use a shell function.
1914 2008-10-25  Eric Blake  <ebb9@byu.net>
1916         Track recent copyright assignments.
1917         * AUTHORS: Update.
1919 2008-10-25  Paolo Bonzini  <bonzini@gnu.org>
1920         and Eric Blake  <ebb9@byu.net>
1922         Use a shell function for _AC_CHECK_HEADER_MONGREL.
1923         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL_BODY): New
1924         macro.
1925         (_AC_CHECK_HEADER_MONGREL): Use a shell function.
1927 2008-10-25  Eric Blake  <ebb9@byu.net>
1929         Simplify _AS_PREPARE handling of functions.
1930         * lib/m4sugar/m4sh.m4 (AS_REQUIRE_SHELL_FN): Factor...
1931         (_AS_REQUIRE_SHELL_FN): ...into new helper macro.
1932         (_AS_PREPARE): Temporarily redefine AS_REQUIRE_SHELL_FN to make
1933         this task easier.
1934         (_AS_LINENO_PREPARE): Make more efficient.
1935         (_AS_MKDIR_P_PREPARE): Simplify use in _AS_PREPARE.
1936         (_AS_UNSET_PREPARE): Avoid blank newline.
1937         (AS_INIT): Emit as_func_unset alongside other functions.
1939 2008-10-25  Eric Blake  <ebb9@byu.net>
1941         Document AS_EXIT.
1942         * doc/autoconf.texi (Common Shell Constructs) <AS_EXIT>: Document
1943         this macro.
1944         (Limitations of Builtins): Mention AS_EXIT.
1945         * NEWS: Mention it.
1947         Use AS_EXIT in autoconf.as.
1948         * bin/autoconf.as: Consistently use AS_EXIT.
1950 2008-10-24  Eric Blake  <ebb9@byu.net>
1952         Fix m4 underquoting in AC_PROG_INSTALL.
1953         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Produce accurate
1954         character ranges.
1956         Speed up AC_CHECK_HEADER.
1957         * lib/autoconf/headers.m4 (AC_CHECK_HEADER): Factor out $@.
1959 2008-10-24  Paolo Bonzini  <bonzini@gnu.org>
1960         and Eric Blake  <ebb9@byu.net>
1962         Use a shell function for AC_CHECK_FUNC.
1963         * lib/autoconf/functions.m4 (_AC_CHECK_FUNC_BODY): New macro.
1964         (AC_CHECK_FUNC): Use a shell function.
1965         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Reduce number of forks.
1967 2008-10-24  Eric Blake  <ebb9@byu.net>
1969         Work around fact that gnulib-tool doesn't use m4_copy.
1970         * lib/autoconf/general.m4 (AC_LIBOBJ, AC_LIBSOURCES): Defun, not
1971         define, so that an initial location is present, to account for
1972         fact that gnulib-tool pushes another AC_DEFUN'd macro on top.
1974         Make m4_defun_init more robust.
1975         * lib/m4sugar/m4sugar.m4 (m4_defun_init): Handle indirect macro
1976         names, and correct number of arguments.
1977         (m4_copy): Also set up location of the copy.
1978         (m4_defun): When copied, use current macro name, not original.
1979         * tests/m4sugar.at (m4@&t@_require: one-shot initialization):
1980         Update test.
1982         Optimize clients of AS_REQUIRE.
1983         * lib/m4sugar/m4sugar.m4 (m4_defun): Add undocumented third
1984         argument.
1985         (m4_defun_init): New undocumented macro.
1986         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG, AS_MESSAGE, AS_BASENAME)
1987         (_AS_DIRNAME_EXPR, AS_DIRNAME, AS_ECHO, AS_ECHO_N, AS_TEST_X)
1988         (AS_LN_S, AS_MKDIR_P, _AS_PATH_WALK, AS_VERSION_COMPARE)
1989         (AS_TR_SH, AS_TR_CPP, AS_VAR_APPEND, AS_VAR_PUSHDEF): Use it to
1990         simplify these macros once the one-shot initialization is
1991         complete.
1992         * tests/m4sugar.at (m4@&t@_require: one-shot initialization): New
1993         test.
1995         Improve m4_copy.
1996         * lib/m4sugar/m4sugar.m4 (m4_copy): Add second implementation for
1997         public use.
1998         (_m4_copy): New macro, which preserves pushdef stacks.
1999         (_m4_defun_pro_outer): Bypass it, for speed.
2000         (m4_init): Bypass new implementation, since it breaks on m4_defn.
2001         * bin/autoupdate.in (handle_autoconf_macros): Likewise.
2002         * lib/autoconf/general.m4 (AC_PREREQ): Undefine before redefining,
2003         now that m4_copy checks this.
2004         * doc/autoconf.texi (Redefined M4 Macros) <m4_copy>: Document
2005         this, as well as m4_rename.
2006         * lib/autoconf/autoconf.m4 (m4_copy): Temporarily redefine when
2007         renaming builtins, since it breaks on m4_ifdef.
2008         * NEWS: Likewise.
2009         * tests/m4sugar.at (m4@&t@_defn): Enhance test.
2011 2008-10-24  Eric Blake  <ebb9@byu.net>
2013         AC_FUNC_GETGROUPS: Revert regression.
2014         * lib/autoconf/functions.m4 (AC_FUNC_GETGROUPS): Only set
2015         ac_cv_func_getgroups_works=no when it is not available.
2017 2008-10-23  Eric Blake  <ebb9@byu.net>
2019         Whitespace cleanup.
2020         * lib/autoconf/fortran.m4: Consistently use tabs.
2022 2008-10-23  Chikama Masaki  <masaki.chikama@gmail.com>  (tiny change)
2024         For gfortran on sh, ignore -little.
2025         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add -little to
2026         list of ignored arguments.
2027         * THANKS: Update.
2029 2008-10-23  Paolo Bonzini  <bonzinI@gnu.org>
2031         Eliminate empty lines after AC_*_IFELSE.
2032         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
2033         _AC_LINK_IFELSE, _AC_RUN_IFELSE): Add a dnl at end.
2035 2008-10-23  Paolo Bonzini  <bonzinI@gnu.org>
2037         Avoid a fork in _AC_RUN_LOG and _AC_RUN_LOG_STDERR
2038         * lib/autoconf/general.m4 (_AC_RUN_LOG, _AC_RUN_LOG_STDERR):
2039         Return a boolean status code based on $ac_status.
2041 2008-10-23  Paolo Bonzini  <bonzinI@gnu.org>
2043         Ensure actions can look at conftest* files.
2044         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE_BODY,
2045         _AC_COMPILE_IFELSE_BODY, _AC_LINK_IFELSE_BODY, _AC_RUN_IFELSE_BODY):
2046         Move rm commands, except IPA files and Apple debug symbols...
2047         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE,
2048         _AC_RUN_IFELSE): ...in here.
2049         * tests/compile.at: Add regression test.
2051 2008-10-23  Eric Blake  <ebb9@byu.net>
2053         Remove excess dnl from m4sh.
2054         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL, _AS_PREPARE)
2055         (_AS_SHELL_FN_WORK, _AS_SHELL_SANITIZE, AS_IF, _AS_ECHO_LOG)
2056         (AS_MESSAGE, AS_ERROR, AS_BASENAME, _AS_BASENAME_PREPARE)
2057         (_AS_DIRNAME_EXPR, AS_DIRNAME, _AS_DIRNAME_PREPARE, AS_ECHO)
2058         (AS_ECHO_N, AS_TEST_X, AS_EXECUTABLE_P, _AS_ME_PREPARE)
2059         (_AS_LINENO_PREPARE, AS_LN_S, AS_MKDIR_P, _AS_PATH_WALK)
2060         (AS_SET_CATFILE, AS_HELP_STRING, AS_TMPDIR, AS_VERSION_COMPARE)
2061         (_AS_TR_SH_PREPARE, AS_TR_SH, _AS_TR_CPP_PREPARE, AS_TR_CPP)
2062         (_AS_TR_PREPARE, AS_VAR_APPEND, AS_VAR_PUSHDEF)
2063         (AS_INIT_GENERATED): Use fewer dnl in m4sh macro bodies.
2065 2008-10-23  Paolo Bonzini  <bonzini@gnu.org>
2066         and Eric Blake  <ebb9@byu.net>
2068         Use a shell function for _AC_RUN_IFELSE.
2069         * lib/autoconf/general.m4 (_AC_RUN_IFELSE_BODY): New macro.
2070         (_AC_RUN_IFELSE): Use a shell function.
2071         (_AC_RUN_LOG): Avoid subshell for logging.
2073 2008-10-23  Eric Blake  <ebb9@byu.net>
2075         Formatting tweak: balance () with m4sh case statements.
2076         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL)
2077         (_AS_SHELL_SANITIZE, _AS_ECHO_N_PREPARE, _AS_ECHO_PREPARE)
2078         (AS_SET_CATFILE, _AS_TEST_PREPARE): Add strategic shell comments.
2079         (_AS_CASE, _AS_CASE_DEFAULT, AS_CASE): Rearrange newlines, to
2080         allow output of strategic shell comments.
2081         (AS_VERSION_COMPARE): Use AS_CASE.
2082         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Enhance test.
2084 2008-10-22  Jim Meyering  <meyering@redhat.com>
2086         AC_FUNC_GETGROUPS: always define $ac_cv_func_getgroups_works
2087         * lib/autoconf/functions.m4 (AC_FUNC_GETGROUPS): Always define
2088         the shell variable, $ac_cv_func_getgroups_works.  Otherwise, if
2089         it is set to "yes" in the environment and configure is run on
2090         a system like mingw that lacks the getgroups function, it would
2091         mistakenly define HAVE_GETGROUPS.  Reported by Simon Josefsson in
2092         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/15354>.
2094 2008-10-22  Paolo Bonzini  <bonzini@gnu.org>
2095         and Eric Blake  <ebb9@byu.net>
2097         Use a shell function for _AC_LINK_IFELSE.
2098         * lib/autoconf/general.m4 (_AC_LINK_IFELSE_BODY): New macro.
2099         (_AC_LINK_IFELSE): Use a shell function.
2101 2008-10-22  Eric Blake  <ebb9@byu.net>
2103         Fix autoconf logging commands.
2104         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED, _AC_EVAL)
2105         (_AC_EVAL_STDERR, AC_RUN_LOG): Respect as_lineno.
2106         (_AC_DO_ECHO): Likewise, and use fewer dnl.
2107         (_AC_RUN_LOG_STDERR): Avoid subshell for logging.
2109 2008-10-22  Eric Blake  <ebb9@byu.net>
2111         Fix testsuite failure.
2112         * tests/mktests.sh (ac_exclude_list): Don't generate test for
2113         AC_REQUIRE_SHELL_FN.
2115 2008-10-21  Eric Blake  <ebb9@byu.net>
2117         Improve wording related to automake and autotest.
2118         * doc/autoconf.texi (Making testsuite Scripts): Clarify wording in
2119         relation to automake.  Mention dependency on package.m4.
2120         Consolidate examples.  Define AUTOM4TE.
2121         * THANKS: Update.
2122         Reported by William Pursell.
2124 2008-10-21  Eric Blake  <ebb9@byu.net>
2126         Allow AS_VAR_SET_IF in shell lists.
2127         * lib/m4sugar/m4sh.m4 (AS_VAR_SET_IF): Allow continuation of
2128         line.
2129         * lib/autoconf/general.m4 (AC_CACHE_VAL): Supply newline no longer
2130         provided by AS_VAR_SET_IF.
2131         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Adjust
2132         clients.
2133         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Likewise.
2134         * tests/m4sh.at (AS@&t@_VAR basics): Enhance test.
2136         Allow AS_VAR_IF in shell lists.
2137         * lib/m4sugar/m4sh.m4 (AS_VAR_IF): Allow continuation of line.
2138         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Adjust clients.
2139         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
2140         Likewise.
2141         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
2142         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD)
2143         (_AC_CHECK_HEADER_DIRENT): Likewise.
2144         * lib/autoconf/libs.m4 (AC_CHECK_LIB): Likewise.
2145         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
2146         Likewise.
2147         * tests/m4sh.at (AS@&t@_VAR basics): Enhance test.
2149         Allow AS_CASE in shell lists.
2150         * lib/m4sugar/m4sh.m4 (AS_CASE): Always execute test, in case of
2151         side effects.  Allow continuation of script on same line as esac.
2152         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Adjust client.
2153         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Enhance test.
2154         * NEWS: Document the subtle change.
2156         Allow AS_IF in shell lists.
2157         * lib/m4sugar/m4sh.m4 (AS_IF): Always execute test, in case of
2158         side effects.  Allow continuation of script on same line as fi.
2159         (_AS_DETECT_BETTER_SHELL): Adjust clients.
2160         (AS_VAR_IF, AS_VAR_SET_IF): For now, supply newline no longer
2161         given by AS_IF.
2162         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Likewise.
2163         * lib/autoconf/general.m4 (_AC_ENABLE_IF): Likewise.
2164         (AC_EGREP_CPP, _AC_RUN_IFELSE): Adjust client.
2165         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Likewise.
2166         * doc/autoconf.texi (Common Shell Constructs) <AS_IF>: Fix typo.
2167         (Polymorphic Variables): Move mention of dnl to the only two
2168         AS_VAR functions that need it.
2170 2008-10-21  Paolo Bonzini  <bonzini@gnu.org>
2171         and Eric Blake  <ebb9@byu.net>
2173         Use a shell function for _AC_COMPILE_IFELSE.
2174         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE_BODY): New macro.
2175         (_AC_COMPILE_IFELSE): Use a shell function.
2177 2008-10-21  Eric Blake  <ebb9@byu.net>
2179         Use AS_VAR_APPEND.
2180         * lib/autoconf/functions.m4 (AC_CHECK_FUNCS_ONCE): Use new macro.
2181         * lib/autoconf/general.m4 (_AC_INIT_PREPARE)
2182         (_AC_LIBOBJS_NORMALIZE): Likewise.
2183         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): Likewise.
2184         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS)
2185         (_AC_OUTPUT_CONFIG_STATUS, _AC_OUTPUT_MAIN_LOOP): Likewise.
2186         * lib/autotest/general.m4 (AT_INIT): Likewise.
2188         Add AS_VAR_APPEND.
2189         * lib/m4sugar/m4sh.m4 (_AS_VAR_APPEND_PREPARE)
2190         (_AS_VAR_APPEND_WORKS, AS_VAR_APPEND): New macros.
2191         (AS_PREPARE, _AS_PREPARE): Emit preparation.
2192         * tests/m4sh.at (AS@&t@_VAR_APPEND): New test.
2193         * doc/autoconf.texi (Polymorphic Variables) <AS_VAR_APPEND>:
2194         Document new macro.
2195         <AS_VAR_SET>: Mention ramification of `""` rules.
2196         * NEWS: Mention new macro.
2198 2008-10-21  Paolo Bonzini  <bonzini@gnu.org>
2199         and Eric Blake  <ebb9@byu.net>
2201         Use a shell function for _AC_PREPROC_IFELSE.
2202         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE_BODY): New macro.
2203         (_AC_PREPROC_IFELSE): Use a shell function.
2204         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Factor for faster execution.
2205         (AS_REQUIRE_SHELL_FN): Bypass AS_REQUIRE if function has already
2206         been provided.
2208 2008-10-21  Eric Blake  <ebb9@byu.net>
2210         Add banners to generated files.
2211         * lib/m4sugar/m4sh.m4 (_AS_SHELL_SANITIZE): Use m4_text_box for
2212         existing banner.
2213         (AS_INIT): Add new banners at strategic points.
2214         * lib/autoconf/general.m4 (AC_INIT): Alter banner location, and
2215         make consistent with other banners.
2216         * lib/autotest/general.m4 (AT_INIT): Make banners consistent.
2218 2008-10-20  Paolo Bonzini  <bonzini@gnu.org>
2220         Add AC_REQUIRE_SHELL_FN and the SHELL_FN diversion.
2221         * lib/autoconf/general.m4 (AC_REQUIRE_SHELL_FN): New.
2222         (m4_divert(SHELL_FN)): New.
2224 2008-10-20  Eric Blake  <ebb9@byu.net>
2226         Avoid unportable use of echo in testsuite.
2227         * tests/m4sh.at (AS@&t@_VAR basics): Use AS_ECHO, since string
2228         contains backslash.
2230 2008-10-18  Paolo Bonzini  <bonzini@gnu.org>
2232         Make sure that nested AS_REQUIRE do not lose the desired diversion.
2233         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Expand _m4_divert_desired before
2234         passing it to m4_divert_require, so that its content is not used
2235         anymore.
2236         * tests/m4sh.at (Nested AS_REQUIRE): New testcase.
2238 2008-10-18  Eric Blake  <ebb9@byu.net>
2240         Document bugs in { } handling.
2241         * doc/autoconf.texi (Limitations of Builtins): Mention bug on
2242         empty list.
2244         Fix some testsuite failures introduced two days ago.
2245         * tests/m4sh.at (Nested AS@&t@_REQUIRE_SHELL_FN)
2246         (AS@&t@_REQUIRE_SHELL_FN and m4@&t@_require): Adjust to changed
2247         API.
2248         Reported by Ralf Wildenhues.
2250 2008-10-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2252         Show how to extract single substitutions from config.status.
2253         * doc/autoconf.texi (config.status Invocation): Show example
2254         using `--file=-'.
2256 2008-10-17  Eric Blake  <ebb9@byu.net>
2258         Add m4_curry.
2259         * lib/m4sugar/m4sugar.m4 (m4_curry, _m4_curry): New macros.
2260         * tests/m4sugar.at (m4@&t@_map_args): Rename...
2261         (m4@&t@_map_args and m4@&t@_curry): ...and add currying tests.
2262         * doc/autoconf.texi (Looping constructs) <m4_map_args>: Document
2263         currying as a way to add parameters.
2264         (Evaluation Macros) <m4_curry>: Document the new macro.
2265         * NEWS: Likewise.
2267         Improve suggested test filtering.
2268         * lib/m4sugar/m4sh.m4 (_AS_DETECT_SUGGESTED_PRUNE): New macro,
2269         extracted from...
2270         (_AS_DETECT_BETTER_SHELL): ...here, to use faster API.  No need to
2271         check for an empty required set.
2273         Add m4_set_map.
2274         * lib/m4sugar/m4sugar.m4 (m4_set_foreach): New macro.
2275         * tests/m4sugar.at (m4@&t@_set): Enhance test.
2276         * doc/autoconf.texi (Set manipulation Macros) <m4_set_map>:
2277         Document it.
2278         * NEWS: Likewise.
2280         Document m4_map_args.
2281         * lib/m4sugar/m4sugar.m4 (m4_transform, m4_transform_pair):
2282         Rename...
2283         (m4_map_args, m4_map_args_pair): ...to these names, and document.
2284         (m4_version_unletter): Use the interface.
2285         * lib/m4sugar/foreach.m4 (m4_map_args, m4_map_args_pair)
2286         (_m4_map_args_, _m4_map_args_pair_, _m4_map_args_pair_end):
2287         Perform same renames.
2288         * lib/m4sugar/m4sh.m4 (AS_CASE, AS_IF): Adjust callers.
2289         * tests/m4sugar.at (m4@&t@_map_args): New test.
2290         (recursion): Adjust caller.
2291         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Likewise.
2292         * doc/autoconf.texi (Looping constructs) <m4_map_args>: Document
2293         this interface.
2294         * NEWS: Mention the new macros.
2296 2008-10-17  Eric Blake  <ebb9@byu.net>
2298         Reduce vertical whitespace in configure.
2299         * lib/autoconf/general.m4 (AC_INIT): Silence newline output during
2300         m4 side effect initializations.
2301         * lib/m4sugar/m4sh.m4 (AS_PREPARE): Likewise.
2303 2008-10-17  Eric Blake  <ebb9@byu.net>
2305         Document AS_VAR interfaces.
2306         * doc/autoconf.texi (Programming in M4sh): M4sh is now prime-time.
2307         (Polymorphic Variables): New node.
2308         * NEWS: Update accordingly.
2310         Test AS_VAR interfaces.
2311         * tests/m4sh.at (AS@&t@_VAR): New test.
2312         * lib/m4sugar/m4sh.m4 (AS_VAR_PUSHDEF): Force expansion of
2313         _AS_TR_SH_PREPARE at top level, rather than argument collection.
2314         (AS_TR_SH): Support command substitution.
2316         Add AS_VAR_COPY.
2317         * lib/m4sugar/m4sh.m4 (AS_VAR_COPY): New macro.
2318         (AS_VAR_IF): Use it, instead of the broken AS_VAR_GET.
2319         * lib/autoconf/general.m4 (AC_CACHE_CHECK): Likewise.
2320         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Likewise.
2321         * lib/autotest/general.m4 (_AT_FINISH): Likewise.
2323         Sort AS_VAR_* interfaces.
2324         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Reduce output to one line.
2325         (AS_VAR_TEST_SET, AS_VAR_SET, AS_VAR_SET_IF, AS_VAR_POPDEF): Sort,
2326         no code changes.
2328 2008-10-16  Eric Blake  <ebb9@byu.net>
2330         Allow comments before functions emitted by m4sh.
2331         * lib/m4sugar/m4sh.m4 (AS_REQUIRE_SHELL_FN): Add comment
2332         argument.  Supply closing comment, to ease readability.
2333         (_AS_MKDIR_P_PREPARE): Adjust caller.
2334         (_AS_UNSET_PREPARE): Add comment.
2336         Add AS_FUNCTION_DESCRIBE.
2337         * lib/m4sugar/m4sh.m4 (AS_FUNCTION_DESCRIBE): New macro.
2338         * lib/autotest/general.m4 (AT_INIT): Use it.
2340 2008-10-16  Eric Blake  <ebb9@byu.net>
2342         Speed up m4_qlen with caching.
2343         * lib/m4sugar/m4sugar.m4 (_m4_qlen): Renamed from old m4_qlen.
2344         (m4_qlen): Cache results for speed.
2346 2008-10-16  Paolo Bonzini  <bonzini@gnu.org>
2348         Add a testcase using more then one language.
2349         * tests/compile.at (Multiple languages): New test.
2351 2008-10-16  Paolo Bonzini  <bonzini@gnu.org>
2353         Fix Libtool's config.lt test.
2354         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Disable AS_REQUIRE while
2355         expanding it.
2357 2008-10-15  Eric Blake  <ebb9@byu.net>
2359         Break circular require chain in _AS_LINENO_PREPARE.
2360         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Ensure that logging is
2361         disabled when reporting LINENO failure, since logging requires
2362         LINENO.
2363         * doc/autoconf.texi (Initialization Macros): Recommend m4_pushdef,
2364         not m4_rename, since the latter is undocumented.
2365         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Avoid
2366         m4_rename, as it does not yet handle pushdef stacks.
2367         Reported by Ralf Wildenhues.
2369 2008-10-15  Eric Blake  <ebb9@byu.net>
2371         Cleanups to previous patches.
2372         * doc/autoconf.texi (Portable Shell): Minor edits.
2373         (Limitations of Builtins): Touch up wording.
2374         * lib/m4sugar/m4sh.m4 (AS_LINENO_PUSH): Nuke trailing whitespace.
2375         (_AS_SHELL_SANITIZE): Wrap comments less than 80 columns.
2377 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
2379         Updates to shell portability documentation.
2380         * doc/autoconf.texi: Updates all references to "Portable Shell" and
2381         "Limitations of Builtins" to use three-argument commands.
2382         (Programming in M4sh): Document AS_ECHO, AS_ECHO_N, AS_UNSET.
2383         (Portable Shell): Move here discussion about "Where is the POSIX
2384         shell?"  Mention that M4sh provides a SVR2 shell and takes care
2385         of unsetting variables if necessary.  Talk about M4sh and not only
2386         Autoconf-generated scripts.
2387         (Special Shell Variables): Talk about M4sh and not only
2388         Autoconf-generated scripts.  Don't talk about things that Autoconf
2389         does not do.  Mention problems of $LINENO with shell functions.
2390         (Limitations of Builtins).  Mention AS_ECHO and AS_ECHO_N.  Move
2391         discussion of eval bugs before discussion on proper use of eval.
2392         Mention AS_IF.  Reword why not to use "shift N".  Mention "foo=;
2393         unset foo" trick.  Include M4sh code that unsets MAIL for Bash 2.01.
2394         * NEWS: Update list of documented M4sh macros.
2396 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
2398         Assume a (possibly buggy) `unset' is present after a
2399         `better shell' was found.
2400         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Use AS_UNSET.
2401         * lib/autoconf/programs.m4 (AC_PROG_SED): Use AS_UNSET.
2402         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Provide $as_unset as an
2403         alias for AS_UNSET, for backwards compatibility.
2404         (_AS_DETECT_BETTER_SHELL): Set BASH_ENV and ENV to /dev/null in case
2405         the shell does not support unset.
2406         (_AS_SHELL_SANITIZE): Work around Bash 2.01 bugs.  Unset BASH_ENV.
2407         (AS_INIT, _AS_PREPARE, AS_PREPARE): Call it.
2408         (AS_UNSET): Assume it is there but it might fail if the variable is
2409         not set.  Use it throughout instead of $as_unset.
2411 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
2413         Turn AS_SHELL_SANITIZE into a for-Libtool-only wrapper.
2414         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED, _AS_DETECT_SUGGESTED): Remove
2415         m4_require of _AS_DETECT_BETTER_SHELL.
2416         (_AS_CLEANUP): Add it here.
2417         (_AS_DETECT_BETTER_SHELL): Just expand the test instead of appending it
2418         to _AS_CLEANUP.
2419         (_AS_SHELL_SANITIZE): New name of the old AS_SHELL_SANITIZE macro.
2420         (AS_SHELL_SANITIZE): New macro hacking around Libtool misuse.
2421         (AS_PREPARE): Use _AS_SHELL_SANITIZE.
2422         (AS_INIT): Add m4_provide of itself.
2424 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
2426         Use "test x$foo = xyes" to avoid upsetting Libtool's sh.test.
2427         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL, _AS_SHELL_FN_WORK): Use
2428         "test x$foo = xyes".
2430 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
2432         Trim down the size of the better-shell test.
2433         * lib/m4sugar/m4sh.at (_AT_DETECT_BETTER_SHELL): Store the common
2434         snippets into shell variables.
2435         (_AS_RUN): Rewrite.
2437 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
2439         Support a stack of LINENO values for AS_MESSAGE.
2440         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): If defined, use $as_lineno as
2441         the line number emitted to the log file.
2442         (AS_LINENO_PUSH, AS_LINENO_POP): New.
2443         * tests/m4sh.at (LINENO Stack): New test.
2445 2008-10-14  Eric Blake  <ebb9@byu.net>
2447         Correct previous patch.
2448         * doc/autoconf.texi (Shell Functions): Bash obeys Posix, after
2449         all.
2451         Document shell function environment pitfall.
2452         * doc/autoconf.texi (Shell Functions): Document bugs in bash,
2453         Solaris /bin/sh.
2455 2008-10-14  Paolo Bonzini  <bonzini@gnu.org>
2457         Use m4_require to implement AS_REQUIRE.
2458         * lib/m4sugar/m4sugar.m4 (_m4_require_call): Accept a third argument.
2459         (m4_require): Pass it.
2460         (m4_divert_require): New.
2461         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Rewrite using m4_divert_require.
2462         Remove comment about differences with m4_require.
2463         * tests/m4sh.at (AS_REQUIRE_SHELL_FN and m4_require): Update to test
2464         the expected behavior.
2465         (Nested AS_REQUIRE_SHELL_FN): New test.
2467 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
2469         Test AS_LINENO_PREPARE.
2470         * tests/m4sh.at: Use documented AS_LINENO_PREPARE.
2472 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
2474         Test AS_ME_PREPARE.
2475         * tests/m4sh.at (as_me): New test.
2477 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
2479         Add and document AS_INIT_GENERATED.
2480         * lib/m4sugar/m4sh.m4 (AS_INIT_GENERATED): New.
2481         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use it.
2482         * doc/autoconf.texi (Initialization macros): Document it.
2484 2008-10-13  Eric Blake  <ebb9@byu.net>
2486         Use consistent shell function style.
2487         * lib/m4sugar/m4sh.m4 (_AS_PREPARE, AS_REQUIRE_SHELL_FN)
2488         (_AS_SHELL_FN_WORK): Imitate GNU Coding Standards for C
2489         functions.
2491 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
2493         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Place names of
2494         contributors under m4 rather than shell comments.
2496 2008-10-10  Paolo Bonzini  <bonzini@gnu.org>
2498         * lib/m4sugar/m4sh.m4 (AS_ME_PREPARE, AS_LINENO_PREPARE): New.
2499         * doc/autoconf.texi (Initialization macros): Document them.
2500         (Portable Shell): Refer to AS_LINENO_PREPARE.
2501         * NEWS: Mention them.
2503         * bin/autoconf.as: Invoke AS_ME_PREPARE.
2504         * lib/autotest/general.m4: Likewise.
2506 2008-10-10  Paolo Bonzini  <bonzini@gnu.org>
2508         * doc/autoconf.texi (Programming in M4sh): Make its own chapter.
2510 2008-10-10  Eric Blake  <ebb9@byu.net>
2512         Fix _AS_MKDIR_P usage.
2513         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P): Correct documentation to
2514         match implementation.
2515         (_AS_PREPARE, _AS_MKDIR_P_PREPARE): Adjust callers.
2516         * doc/autoconf.texi (Programming in M4sh) <AS_MKDIR_P>: Tweak
2517         wording to better match behavior.
2519 2008-10-10  Paolo Bonzini  <bonzini@gnu.org>
2521         * doc/autoconf.texi: Be less wary of shell functions.
2522         * NEWS: Document the increased use of shell functions.
2524 2008-10-10  Paolo Bonzini  <bonzini@gnu.org>
2526         * m4sugar/m4sh.m4 (_AS_MKDIR_P): New, from AS_MKDIR_P.  Adjust
2527         meaning of as_mkdir_p to be `false' or a full `mkdir -p' command.
2528         (AS_MKDIR_P): Just dispatch to as_func_mkdir_p.
2529         (_AS_PREPARE): Define shell functions.
2530         (_AS_MKDIR_P_PREPARE): Set as_mkdir_p according to the above change.
2531         Define shell functions.
2533 2008-10-09  Eric Blake  <ebb9@byu.net>
2535         Only prepare $as_me if it will be used.
2536         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Avoid unconditional
2537         preparation.
2538         (_AS_ECHO_LOG): Depend on $LINENO preparation.
2539         (AS_MESSAGE): Depend on $as_me preparation.
2540         (AS_TMPDIR): Use AS_ERROR, rather than a hand-rolled copy.
2542 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2544         * m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Delay setting as_me
2545         until the M4SH-INIT diversion using _AS_ME_PREPARE.
2546         (_AS_PREPARE): Invoke _AS_EXPR_PREPARE before _AS_BASENAME_PREPARE
2547         and _AS_DIRNAME_PREPARE, and _AS_BASENAME_PREPARE and _AS_ME_PREPARE
2548         before _AS_LINENO_PREPARE.
2549         (AS_PREPARE): Include all the AS_REQUIREs manually.
2550         (_AS_ME_PREPARE): New.
2551         (_AS_LINENO_PREPARE): Use m4_defun.
2553 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2555         * m4sugar/m4sh.m4 (_AS_BASENAME_EXPR, _AS_DIRNAME_EXPR): Do not
2556         require _AS_EXPR_PREPARE.
2557         (_AS_BASENAME_PREPARE, _AS_DIRNAME_PREPARE): Do it here.
2558         (_AS_PREPARE): Add _AS_BASENAME_PREPARE.
2560 2008-10-08  Eric Blake  <ebb9@byu.net>
2562         Resync from gnulib.
2563         * cfg.mk (cvs_executable_files, cvs_files): Rewrite...
2564         (fetch): ...into new target.
2565         (executable-update): Delete, now that it is unused.
2566         * maint.mk (update, local_updates, cvs_files, gnulib_repo)
2567         (wget-update, cvs-update): Likewise.
2568         * HACKING (Update the foreign files): Document new procedure.
2569         * GNUmakefile: Resync from upstream, via new 'make fetch'.
2570         * build-aux/config.guess: Likewise.
2572 2008-10-08  Paolo Bonzini  <bonzini@gnu.org>
2574         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Remove.
2575         (AS_INIT): Do not call it.
2577 2008-10-08  Paolo Bonzini  <bonzini@gnu.org>
2579         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Expand
2580         _AS_UNSET_PREPARE in M4SH-SANITIZE.
2582 2008-10-08  Eric Blake  <ebb9@byu.net>
2584         Avoid repeating required shell tests in suggested set.
2585         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED, _AS_DETECT_SUGGESTED):
2586         Use m4_set, rather than m4_expand_once/m4_append.
2587         (_AS_DETECT_SUGGESTED): Adjust to new storage layout, and filter
2588         required tests out of suggested tests.
2589         Reported by Paolo Bonzini.
2591 2008-10-08  Paolo Bonzini  <bonzini@gnu.org>
2593         Add m4sh keyword to all m4sh.at tests.
2594         * tests/m4sh.at: Add m4sh keyword to all tests.  Fix comment
2595         pastos.
2597 2008-10-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2599         Document AS_VERSION_COMPARE.
2600         * doc/autoconf.texi (Programming in M4sh): Document
2601         AS_VERSION_COMPARE.
2602         * NEWS: Update.
2604         Do not write to testsuite log fd before initialization.
2605         * lib/autotest/general.m4 (AS_MESSAGE_LOG_FD, AT_JOB_FIFO_FD):
2606         Define fds only when initializing the log fd so early error
2607         messages do not try to write to it.
2608         * tests/autotest.at (Startup error messages): New test.
2609         * NEWS: Document this 2.63 regression.
2611 2008-10-07  Eric Blake  <ebb9@byu.net>
2613         Ensure _AS_CLEANUP is defined.
2614         * lib/m4sugar/m4sh.m4 (_AS_CLEANUP): Give initial definition.
2615         * tests/m4sh.at (AS@&t@_INIT cleanup): Expose the need for this.
2617         Improve m4sh maintainability.
2618         * lib/m4sugar/m4sh.m4: Sort macros for sanitizing the shell; no
2619         code change.
2621         Fix m4 quoting in previous patch.
2622         * lib/m4sugar/m4sh.m4 (AS_REQUIRE_SHELL_FN): Determine diversion
2623         name prior to invoking AS_REQUIRE.
2624         Reported by Ralf Wildenhues.
2626 2008-09-18  Paolo Bonzini  <bonzini@gnu.org>
2627         and Eric Blake  <ebb9@byu.net>
2629         Add a separate diversion for shell functions.
2630         * lib/m4sugar/m4sh.m4 (M4SH-INIT-FN): New diversion.
2631         (AS_REQUIRE): Accept diversion parameter.
2632         (AS_REQUIRE_SHELL_FN): Use it.
2634 2008-10-06  Eric Blake  <ebb9@byu.net>
2636         Add m4_default_quoted.
2637         * lib/m4sugar/m4sugar.m4 (m4_default_quoted): New macro.
2638         (m4_for, m4_expand_once, m4_text_wrap, m4_text_box): Use it.
2639         * doc/autoconf.texi (Conditional constructs): Document it.
2640         * NEWS: Likewise.
2642         Fix build with case-insensitive make, again.
2643         * Makefile.am (pkgdata_DATA): Protect by MAKE_CASE_SENSITIVE.
2644         Reported via Keith Marshall, originally by newthinker in
2645         <http://thread.gmane.org/gmane.comp.gnu.mingw.user/27725>.
2647 2008-10-06  Bruno Haible  <bruno@clisp.org>
2649         Warn about /usr/ucb on Solaris.
2650         * doc/install.texi (Particular Systems): Recommend putting
2651         /usr/ucb late in PATH, if at all.
2653 2008-10-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2655         Fix more testsuite hang corner cases.
2656         * lib/autotest/general.m4: Use the serial code path if no test
2657         is to be run.
2658         * tests/autotest.at (parallel test execution): Test -j and -jN
2659         with `-k notmatched'.
2661 2008-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2663         Fix hang with `testsuite -k notmatched'.
2664         * lib/autotest/general.m4: Do not reset $at_jobs if it is equal
2665         to one.  Fixes hang with `-k notmatched'.
2667 2008-10-02  Eric Blake  <ebb9@byu.net>
2669         Document more binary file portability traps.
2670         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Remind
2671         reader that NUL and sed don't always mix.
2672         <tr>: Mention Solaris /usr/ucb/tr bug with \0.
2674 2008-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2676         Implement parallel Autotest test execution: testsuite --jobs.
2677         * lib/autotest/general.m4 (AT_JOB_FIFO_FD): New macro.
2678         (AT_INIT): <at_jobs>: New variable.
2679         Accept -j, -jN, --jobs[=N], document them in --help output.
2680         Implement parallel driver loop using a FIFO, enabled with --jobs
2681         and if mkfifo works; otherwise, fall back to sequential loop.
2682         (AT_SETUP): Store, do not output summary progress line if
2683         parallel.
2684         * tests/autotest.at (parallel test execution, parallel truth)
2685         (parallel fallacy, parallel skip): New tests.
2686         * doc/autoconf.texi (testsuite Invocation): Document -j, --jobs,
2687         the mkfifo requirement, and that --errexit may cause concurrent
2688         jobs to finish.
2689         * NEWS: Update.
2691 2008-09-20  Eric Blake  <ebb9@byu.net>
2693         Fix sample isinf definition.
2694         * doc/autoconf.texi (Function Portability) <isinf>: Filter out NaN
2695         first.
2696         * THANKS: Update.
2697         Reported by David Cournapeau.
2699 2008-09-16  Eric Blake  <ebb9@byu.net>
2701         Fix Erlang regression, introduced 2006-11-17.
2702         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Avoid M4 comment
2703         caused by underquoting.
2704         * NEWS: Mention this fix.
2705         * THANKS: Update.
2706         Reported by BJ Terry.
2708 2008-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2710         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Improve a bit.
2712         Mention Solaris sh ':' redirection bug.
2713         * doc/autoconf.texi (File Descriptors): Redirecting ':'
2714         in a loop causes bogus optimization with Solaris sh.
2716 2008-09-10  Eric Blake  <ebb9@byu.net>
2718         Avoid testsuite bug when autom4te cache is disabled by user.
2719         * tests/tools.at (autoconf: forbidden tokens, basic): Enable
2720         cache, even if user normally disabled it.
2721         Reported by Bruno Haible.
2723         Avoid testsuite bug in presence of verbose config.site.
2724         * tests/base.at (Input/Output): Nullify config.site during test.
2725         Reported by Bob Friesenhahn.
2727 2008-09-09  Eric Blake  <ebb9@byu.net>
2729         Release Version 2.63.
2730         * NEWS: Mention the release.
2732         Formatting tweaks to the manual.
2733         * doc/autoconf.texi (Introduction, Systemology)
2734         (File System Conventions, Portable C and C++)
2735         (Floating Point Portability): Allow URLs to split as needed.
2736         (Indices): Add entries, to work around texinfo bug on indices that
2737         start too close to a page break.
2738         (Particular Functions): Mention ftello.
2739         (Introduction, Language Choice): Use @enddots at sentence end.
2741         Resync from gnulib.
2742         * cfg.mk (cvs_executable_files, cvs_files): Update list of files,
2743         although for now, they are still manually sync'd.
2744         * build-aux/gnupload: Update.
2745         * build-aux/config.sub: Likewise.
2746         * GNUmakefile: Likewise.
2748 2008-09-06  Eric Blake  <ebb9@byu.net>
2750         Mention that Automake already supports VPATH.
2751         * doc/autoconf.texi (Build Directories): Details in this section
2752         only apply to users avoiding automake.
2753         * THANKS: Update.
2754         Reported by Matej Tyc.
2756         Relax tone when warning about cross-compiler names.
2757         * lib/autoconf/programs.m4 (_AC_TOOL_WARN): Support cross-compiles
2758         with poorly named tools; the issue has been reported too many
2759         times in the last four years to pull support.
2760         * doc/autoconf.texi (Specifying Names, Generic Programs): Update
2761         documentation accordingly.
2762         * THANKS: Update.
2763         Reported by Josef Tran and others, wording suggested by Ralf
2764         Wildenhues.
2766 2008-09-01  Eric Blake  <ebb9@byu.net>
2768         Improve AC_C_BIGENDIAN.
2769         * doc/autoconf.texi (C Compiler) <AC_C_BIGENDIAN>: Mention that
2770         universal builds require a config header.
2771         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Enhance comments.  Check
2772         AH_HEADER at the last possible moment, so that users can use
2773         AC_CONFIG_HEADER after this macro.
2774         Reported by Stepan Kasal.
2776         Fix manual date information.
2777         * doc/autoconf.tex: UPDATED refers to the day the manual was
2778         built, not the release date of Autoconf.
2779         Based on a bison patch by Akim Demaille.
2781 2008-08-27  Eric Blake  <ebb9@byu.net>
2783         Fix off-by-one bug in _m4_shiftn.
2784         * lib/m4sugar/foreach.m4 (_m4_shiftn): Handle case when shifting
2785         all arguments.
2786         * tests/m4sugar.at (M4 loops): Test it.
2787         Reported by Akim Demaille.
2789 2008-08-26  Eric Blake  <ebb9@byu.net>
2791         Improve INSTALL formatting.
2792         * doc/install.texi [!autoconf]: Ensure first paragraphs are
2793         indented like all others in a plain text rendering.
2794         * Makefile.am ($(srcdir)/INSTALL): Ensure plaintext formatting.
2795         Reported by Bruno Haible.
2797 2008-08-26  Stepan Kasal  <skasal@redhat.com>
2799         Check for case sensitive make.
2800         * m4/make-check.m4 (AC_PROG_MAKE_CASE_SENSITIVE): New macro,...
2801         * configure.ac: ... called here.
2802         * Makefile.am ($(abs_srcdir)/INSTALL, INSTALL): Return to...
2803         ($(srcdir)/INSTALL): ...this, but enclose the rule in
2804         "if MAKE_CASE_SENSITIVE".
2806 2008-08-26  Eric Blake  <ebb9@byu.net>
2808         Update invocation documentation.
2809         * doc/autoconf.texi (autoscan Invocation): Mention --debug.
2810         (autoreconf Invocation): Mention -v.
2811         (autom4te Invocation): Tie --freeze to -F, not -f.
2812         (autoupdate Invocation): Mention --prepend-include.
2813         * doc/install.texi (configure Invocation): Mention --help=short,
2814         --help=recursive, -n/--no-create, --prefix.  Avoid TABs.
2815         * bin/autoscan.in ($help): Omit space before `...'.
2816         * bin/ifnames.in ($help): Likewise.
2817         * bin/autoconf.as (Usage): Likewise.
2818         * bin/autoreconf.in ($help): Likewise.
2819         * bin/autoheader.in ($help): Likewise.
2820         * bin/autom4te.in ($help): Likewise.
2821         * bin/autoupdate.in ($help): Likewise.
2822         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use
2823         `[OPTION]...', rather than `[OPTIONS]'.  Mention --silent.  Indent
2824         --file correctly.
2826         Don't let frozen __m4_version__ break downgrade to m4 1.4.x.
2827         * bin/autom4te.in: Adjust comments, now that we rely on 1.4.5+.
2828         (files_to_options): Avoid inheriting __m4_version__ from frozen
2829         file if current M4 does not support it.
2831 2008-08-25  Eric Blake  <ebb9@byu.net>
2833         Adjust to recent m4 1.6 change to support m4_debugmode(d).
2834         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Move
2835         freeze-time decision of using faster 1.6 implementation...
2836         (m4_init): ...to a runtime decision, and add use of new debugmode
2837         flag.
2839 2008-08-22  Peter O'Gorman  <pogma@thewrittenword.com>
2841         Limit AC_C_BIGENDIAN univeral checks to Mac OS X.
2842         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Limit the check to
2843         __APPLE_CC__ with possible -arch flags.
2844         * NEWS: Document it.
2846 2008-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2848         * NEWS: Fix typo.
2850 2008-08-22  Eric Blake  <ebb9@byu.net>
2852         * TODO: Add an item for additional m4sugar looping constructs.
2853         Suggested by Ralf Wildenhues.
2855         Add reminder to keep dual implementations in sync.
2856         * lib/m4sugar/m4sugar.m4: Add comments.
2857         * lib/m4sugar/foreach.m4: Likewise.
2858         Suggested by Ralf Wildenhues.
2860 2008-08-22  Peter Eisentraut  <peter_e@gmx.net>  (tiny change)
2862         Format warning and error messages to match GCS.
2863         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK)
2864         (_AC_INIT_PARSE_ARGS, _AC_CACHE_DUMP): Start warning and error
2865         messages with a lowercase letter, end them without punctuation.
2866         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Likewise.
2867         * lib/autoconf/libs.m4 (AC_PATH_X): Likewise.
2868         * lib/autoconf/status.m4 (AC_OUTPUT, _AC_OUTPUT_MAIN_LOOP):
2869         Likewise.
2870         * tests/fortran.at (GNU Fortran): Likewise.
2871         * tests/torture.at (Deep Package): Likewise.
2873 2008-08-21  Eric Blake  <ebb9@byu.net>
2875         Avoid extra side effects in m4sugar list expansion.
2876         * lib/m4sugar/m4sugar.m4 (m4_mapall_sep, m4_list_cmp): Wrap
2877         around...
2878         (_m4_mapall_sep, _m4_list_cmp_raw): ...new helpers, to avoid
2879         duplicate side effects.
2880         (m4_version_compare): Adjust caller.
2881         * lib/m4sugar/foreach.m4 (m4_list_cmp): Rename...
2882         (_m4_list_cmp_raw): ...to match m4sugar.
2883         * doc/autoconf.texi (Looping constructs): Document the behavior of
2884         side effects.
2885         * tests/m4sugar.at (M4 loops, m4@&t@_map, m4@&t@_version_compare):
2886         Ensure only one side effect.
2887         (recursion): Fix test typo.
2888         Reported by Ralf Wildenhues.
2890 2008-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2892         * TODO: Add item for compiler default flags.
2893         Suggested by Bruno Haible.
2895         * tests/m4sh.at (AS_IF and AS_CASE): Set the expansion limit
2896         back to 1000.
2898 2008-08-21  Eric Blake  <ebb9@byu.net>
2900         Formatting improvements.
2901         * doc/autoconf.texi: Use @file and @command, rather than @code,
2902         where appropriate.
2904         Document another make bug.
2905         * doc/autoconf.texi (The Make Macro SHELL): Mention bug in BSD
2906         make, GNU make <= 3.80.
2908         Tweak wording about SHELL in Makefile.
2909         * doc/autoconf.texi (The Make Macro SHELL): Stronger wording on
2910         the importance of proper SHELL settings.
2911         Reported by Bruno Haible, in
2912         http://lists.gnu.org/archive/html/bug-libtool/2008-04/msg00029.html.
2914 2008-08-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2916         Avoid timestamp races for updated input.
2917         * tests/m4sh.at (AS_IF and AS_CASE): Use `autom4te --force' for
2918         second script.
2919         * tests/tools.at (autotools and whitespace in file names): Add
2920         --force for repeated invocations.
2922 2008-08-20  Bruno Haible  <bruno@clisp.org>
2924         Add section to INSTALL about particular systems.
2925         * doc/install.texi (Particular systems): New node.
2926         * doc/autoconf.texi: Adjust menus.
2928 2008-08-19  Bruno Haible  <bruno@clisp.org>
2929         and Peter O'Gorman  <peter@pogma.com>
2931         Mention universal binaries in INSTALL.
2932         * doc/install.texi (Compiling For Multiple Architectures): Explain
2933         how to create universal binaries on MacOS X.
2935 2008-08-19  Jim Meyering  <jim@meyering.net>
2936             Eric Blake  <ebb9@byu.net>
2937             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2939         Avoid shell parse errors after interrupt due to empty ``.
2940         * doc/autoconf.texi (Shell Substitutions): Document the issue.
2941         * lib/m4sugar/m4sh.m4 (AS_VAR_IF): New function.
2942         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Use it in place of
2943         "test AS_VAR_GET([...]) = yes"
2944         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL): Likewise.
2945         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Likewise.
2946         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD): Likewise.
2947         (_AC_CHECK_HEADER_DIRENT): Likewise.
2948         * lib/autoconf/libs.m4 (AC_CHECK_LIB): Likewise.
2949         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER): Likewise.
2950         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use
2951         temporary variable to work around the issue.
2952         * tests/foreign.at (Libtool): Quote result of command
2953         substitution.
2955 2008-08-18  Eric Blake  <ebb9@byu.net>
2957         Test m4_transform without tickling shell bugs.
2958         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Relax test to
2959         something more manageable.
2960         * tests/m4sugar.at (recursion): Move stress test of
2961         m4_transform_pair here.
2962         Reported by Ralf Wildenhues.
2964         Let 'git diff' give better context for doc updates.
2965         * .gitattributes (*.texi*): Add new entry.
2966         * README-hacking: Mention how to use it.
2967         Inspired by a coreutils patch by Jim Meyering.
2969 2008-08-15  Eric Blake  <ebb9@byu.net>
2971         Fix m4_map regression from 2007-10-16.
2972         * lib/m4sugar/m4sugar.m4 (_m4_apply): New macro.
2973         (m4_map): Ignore empty sublists.  For a list consisting of only an
2974         empty sublist, this restores 2.61 behavior of being a no-op.
2975         (m4_map_sep): Likewise, and expand separator.
2976         (m4_mapall, m4_mapall_sep): New macros, to regain 2.62 behavior.
2977         (_m4_map): Rewrite, to be common base for all four variants.
2978         * lib/m4sugar/foreach.m4 (_m4_map): Adjust to new prototype.
2979         * tests/m4sugar.at (m4@&t@_map): Add tests.
2980         * doc/autoconf.texi (Looping constructs) <m4_map>: Document new
2981         macros, and mention ramifications of expanded separator.
2982         * NEWS: Mention the change.
2984 2008-08-14  Eric Blake  <ebb9@byu.net>
2986         Implement m4_transform_pair, to speed up AS_IF.
2987         * lib/m4sugar/m4sugar.m4 (m4_transform, m4_transform_pair): New
2988         macros, undocumented for now.
2989         * lib/m4sugar/foreach.m4 (m4_transform, m4_transform_pair): Also
2990         the m4 1.4.x counterparts.
2991         * lib/m4sugar/m4sh.m4 (AS_IF, AS_CASE): Use it.
2992         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Test it.
2994 2008-08-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2996         * lib/autoconf/programs.m4 (AC_PATH_TARGET_TOOL)
2997         (AC_CHECK_TARGET_TOOL, AC_CHECK_TARGET_TOOLS): Require, do not
2998         warn about previous AC_CANONICAL_TARGET.
2999         (AC_CHECK_TARGET_TOOL): Add missing `$' making the macro
3000         unusable in the non-cross-compiling case.
3001         * NEWS, THANKS: Update.
3002         Report by Dave Erickson.
3004 2008-08-12  Eric Blake  <ebb9@byu.net>
3006         Optimize m4_bmatch.
3007         * lib/m4sugar/foreach.m4 (m4_bmatch): Provide linear
3008         implementation for m4 1.4.x.
3009         * tests/m4sugar.at (m4@&t@_bmatch): New test.
3010         (recursion): Test the linear nature.
3011         * NEWS: Document the fix.
3013         Fix m4_cond corner case.
3014         * lib/m4sugar/foreach.m4 (_m4_cond): Ensure alternate
3015         implementation allows concatenation with subsequent text.
3016         * tests/m4sugar.at (m4@&t@_cond): Enhance test.
3018         Add test for m4_cond.
3019         * tests/m4sugar.at (m4@&t@_cond): New test.
3020         Reported by Ralf Wildenhues.
3022 2008-08-06  Eric Blake  <ebb9@byu.net>
3024         Fix autoheader 2.62 regression on AC_DEFINE([__EXTENSIONS__]).
3025         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Use a
3026         unique key for the AH_VERBATIM.
3027         * tests/c.at (AC_USE_SYSTEM_EXTENSIONS): New test.
3028         * NEWS: Mention the fix.
3029         Reported by Andreas Schwab, analyzed by Stepan Kasal.
3031         Add linear m4_cond for m4 1.4.x.
3032         * lib/m4sugar/m4sugar.m4 (m4_cond): Split into...
3033         (_m4_cond): ...this, for fewer macros per iteration.
3034         * lib/m4sugar/foreach.m4 (_m4_cond): New implementation.
3035         * tests/m4sugar.at (recursion): Test it.
3036         * NEWS: Document the linear guarantee.
3038         Speed up diversion handling.
3039         * lib/m4sugar/m4sugar.m4 (m4_divert, m4_divert_push)
3040         (m4_divert_pop, m4_divert_text): Avoid dnl for fewer macro
3041         expansions.
3043         AC_C_CHAR_UNSIGNED is not strictly necessary.
3044         * doc/autoconf.texi (C Compiler) <AC_C_CHAR_UNSIGNED>: Mention a
3045         portable alternative to this macro.
3046         * THANKS: Update.
3047         Reported by Hallvard B Furuseth.
3049         Update some files from upstream.
3050         * GNUmakefile: Update.
3051         * build-aux/announce-gen: Likewise.
3052         * build-aux/config.guess: Likewise.
3053         * build-aux/config.sub: Likewise.
3054         * build-aux/git-version-gen: Likewise.
3055         * build-aux/texinfo.tex: Likewise.
3056         * build-aux/vc-list-files: Likewise.
3057         * doc/make-stds.texi: Likewise.
3058         * doc/standards.texi: Likewise.
3060 2008-08-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3062         Fix AC_CONFIG_FILES([$var]) 2.62 regression.
3063         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Flatten
3064         whitespace in $ac_config_files and $ac_config_headers.
3065         * tests/torture.at (Parameterized AC_CONFIG_FILES): New test.
3066         Report by Andreas Schwab and Per Øyvind Karlsen.
3067         * THANKS: Update.
3069 2008-07-30  Eric Blake  <ebb9@byu.net>
3071         Fix bugs in previous version of m4_bpatsubsts.
3072         * lib/m4sugar/foreach.m4 (_m4_bpatsubsts): Don't expand $1, and
3073         allow concatenation with subsequent text.
3074         * tests/m4sugar.at (m4@&t@_bpatsubsts): Enhance test.
3076 2008-07-29  Eric Blake  <ebb9@byu.net>
3078         Add linear m4_bpatsubsts for m4 1.4.x.
3079         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Match documentation
3080         about anchors, even for only one substitution.
3081         * lib/m4sugar/foreach.m4 (_m4_bpatsubsts): New implementation.
3082         * doc/autoconf.texi (Conditional constructs) <m4_bpatsubsts>:
3083         Clarify behavior with regard to quoting.
3084         * tests/m4sugar.at (recursion): Test scaling of m4_bpatsubsts.
3085         (m4@&t@_bpatsubsts): New test.
3086         * NEWS: Document the linear guarantee.
3088         Tweak m4_do semantics.
3089         * lib/m4sugar/m4sugar.m4 (m4_do): Don't concat final argument with
3090         subsequent text.
3091         * lib/m4sugar/foreach.m4 (m4_do): Don't concat intermediate
3092         arguments, and avoid infinite loop.
3093         * doc/autoconf.texi (Evaluation Macros) <m4_do>: Document the
3094         behavior.
3095         * tests/m4sugar.at (m4@&t@_do): New test.
3097         Optimize m4_for.
3098         * lib/m4sugar/m4sugar.m4 (m4_for): Use fewer macros.
3099         (_m4_for): Take additional parameter, for fewer m4_indir calls.
3100         * lib/m4sugar/foreach.m4 (_m4_foreach, _m4_shiftn, m4_do)
3101         (m4_reverse, _m4_list_pad, _m4_list_cmp): Adjust all callers.
3102         * doc/autoconf.texi (Looping constructs) <m4_for>: Document subtle
3103         semantic change caused by the optimization.
3104         * tests/m4sugar.at (M4 loops): Test the new semantics.
3106         One more m4_list_cmp tweak.
3107         * lib/m4sugar/m4sugar.m4 (_m4_list_cmp_1): Don't defer shift.
3108         * lib/m4sugar/foreach.m4 (m4_list_cmp): Fix comment.
3109         * tests/m4sugar.at (recursion): Test both directions of list
3110         disparity.
3112         Add m4_reverse, and improve m4_list_cmp.
3113         * lib/m4sugar/m4sugar.m4 (m4_reverse): New macro.
3114         (m4_list_cmp): Rewrite to give linear behavior with M4 1.6 on an
3115         m4_reverse'd list.
3116         * lib/m4sugar/foreach.m4 (m4_reverse): Add the M4 1.4.x
3117         counterpart.
3118         * tests/m4sugar.at (recursion): Test it.
3119         * doc/autoconf.texi (Evaluation Macros) <m4_reverse>: Document
3120         it.
3121         (Text processing Macros) <m4_append>: Cross-reference to m4_set.
3122         * NEWS: Mention new macro.
3124 2008-07-28  Eric Blake  <ebb9@byu.net>
3126         Avoid _m4_shiftn for m4 1.6 speedup.
3127         * lib/m4sugar/m4sugar.m4 (m4_foreach, _m4_foreach, m4_map)
3128         (_m4_map, m4_map_sep): Rewrite recursion to use one less m4_if.
3129         * lib/m4sugar/foreach.m4 (_m4_map): Accomodate changed signature.
3131         Implement O(n) unique element set creation.
3132         * lib/m4sugar/m4sugar.m4 (m4_set_add, m4_set_add_all)
3133         (m4_set_contains, m4_set_contents, m4_set_delete)
3134         (m4_set_difference, m4_set_dump, m4_set_empty, m4_set_foreach)
3135         (m4_set_intersection, m4_set_list, m4_set_listc, m4_set_remove)
3136         (m4_set_size, m4_set_union): New macros.
3137         * lib/m4sugar/foreach.m4 (m4_set_add_all): Add O(n) fallback for
3138         m4 1.4.x.
3139         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, AC_SUBST): Use
3140         new m4_set API for the set most likely to be large.
3141         * doc/autoconf.texi (Set manipulation Macros): New node.
3142         * NEWS: Mention new macros.
3143         * tests/m4sugar.at (m4@&t@_set): New test.
3145 2008-07-25  Eric Blake  <ebb9@byu.net>
3147         Avoid infinite aclocal loop.
3148         * lib/m4sugar/m4sugar.m4 (m4_init): Bypass m4_include tracing, so
3149         that aclocal doesn't insist on finding m4sugar/foreach.m4.
3151         Provide O(n) replacement macros for M4 1.4.x.
3152         * lib/m4sugar/foreach.m4: New file.
3153         (m4_foreach, m4_case, _m4_shiftn, m4_do, m4_dquote_elt, _m4_map)
3154         (m4_join, m4_joinall, m4_list_cmp, _m4_minmax): Replace m4sugar
3155         macros based on $@ recursion [fast on M4 1.6, but quadratic on M4
3156         1.4.x] with versions based on m4_for/m4_foreach [slow on 1.6, but
3157         linear on 1.4.x].
3158         * lib/m4sugar/m4sugar.m4 (m4_init): Dynamically load new file if
3159         older M4 is assumed.
3160         (m4_map_sep): Optimize.
3161         (m4_max, m4_min): Refactor, by adding...
3162         (_m4_max, _m4_min, _m4_minmax): ...more efficient helpers.
3163         (m4_defn, m4_popdef, m4_undefine): Use foreach recursion.
3164         * lib/m4sugar/Makefile.am (dist_m4sugarlib_DATA): Distribute new
3165         file.
3166         * tests/m4sugar.at (M4 loops): Add a stress test that takes
3167         forever if m4_foreach and friends are quadratic.
3168         * NEWS: Mention this.
3170 2008-07-21  Eric Blake  <ebb9@byu.net>
3172         Ignore undefined macros, necessary with m4 1.6.
3173         * bin/autoupdate.in (_au___undefine): New macro,...
3174         (_au__undefine): ...wrapped by ifdef to silence m4 warnings.
3175         Reported by Ralf Wildenhues.
3177         Resync with gnulib.
3178         * GNUmakefile: Grab from upstream, to fix issue where 'make
3179         install' would allow installation of stale version string.
3181 2008-07-19  Eric Blake  <ebb9@byu.net>
3183         Support multiple arguments to m4_defn, m4_popdef, and m4_undefine.
3184         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Loop
3185         through all variables, per POSIX and newer m4.
3186         (_m4_text_wrap): Exploit the looping capabilities.
3187         * tests/m4sugar.at (m4@&t@_defn): Test this.
3188         * NEWS: Document it.
3189         * doc/autoconf.texi (Redefined M4 Macros) <m4_defn, m4_popdef>
3190         <m4_undefine>: Likewise.
3192         Reduce overhead of m4_builtin([defn]).
3193         * lib/m4sugar/m4sugar.m4 (_m4_defn, _m4_popdef, _m4_undefine): New
3194         internal macros, which are slightly more efficient than
3195         m4_builtin([defn]) and company.
3196         (m4_defn, m4_popdef, m4_undefine, m4_warn, m4_ifset)
3197         (_m4_dumpdefs_up, _m4_dumpdefs_down, _m4_wrap, m4_for)
3198         (_m4_divert_n_stack, m4_divert_pop, m4_expansion_stack_push)
3199         (m4_expansion_stack_dump, _m4_defun_pro, _m4_defun_epi)
3200         (_m4_defun_epi_outer, _m4_require_call, m4_combine, m4_append)
3201         (_m4_append_uniq, m4_append_uniq_w, _m4_text_wrap, m4_text_box)
3202         (m4_version_prereq): Use them.
3204         Use warnings from m4 when available.
3205         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Don't
3206         define slower wrapper if m4 will warn on our behalf; key off of
3207         __m4_version__, added alongside the new warnings in m4 1.6.
3208         * tests/m4sugar.at (m4@&t@_defn): New test.
3210 2008-07-18  Eric Blake  <ebb9@byu.net>
3212         Add m4_joinall.
3213         * lib/m4sugar/m4sugar.m4 (m4_joinall, _m4_joinall): New macros.
3214         * tests/m4sugar.at (m4@&t@_join): Test them.
3215         * doc/autoconf.texi (Text processing Macros) <m4_join>: Document
3216         m4_joinall.
3217         * NEWS: Likewise.
3219 2008-07-17  Stepan Kasal  <skasal@redhat.com>
3220         and Eric Blake  <ebb9@byu.net>
3222         Improve documentation of config.h.in template rules.
3223         * doc/autoconf.texi (Header Templates): Mention rules on comments
3224         and whitespace, and that the user cannot rely on #undef to survive
3225         through config.status.
3227 2008-07-16  Eric Blake  <ebb9@byu.net>
3229         Revert m4_prepend; it is less efficient, and unused by bison.
3230         * lib/m4sugar/m4sugar.m4 (m4_prepend, m4_prepend_uniq)
3231         (m4_prepend_uniq_w): Delete addition from 2008-07-11.
3232         (_m4_grow_uniq_1): Rename back...
3233         (_m4_append_uniq): ...to this.
3234         * NEWS: Revert NEWS blurb.
3235         * doc/autoconf.texi (Text processing Macros) <m4_prepend>: Delete.
3236         * tests/m4sugar.at (m4@&t@_prepend): Delete.
3238 2008-07-15  Eric Blake  <ebb9@byu.net>
3240         Avoid failure if version.m4 is omitted but m4_PACKAGE_* unused.
3241         * lib/m4sugar/m4sugar.m4 (m4_version_compare): Provide alternate
3242         definition for non-Autoconf clients of m4sugar.
3244 2008-07-14  Eric Blake  <ebb9@byu.net>
3246         Tighten bound of potential speed of m4_append.
3247         * doc/autoconf.texi (Text processing Macros) <m4_append>
3248         <m4_prepend>: If m4 is fixed, m4_append can be linear rather than
3249         O(n log n).
3250         * lib/m4sugar/m4sugar.m4 (m4_append, m4_append_uniq): Fix comments.
3251         Analysis by Bruno Haible.
3253 2008-07-11  Eric Blake  <ebb9@byu.net>
3255         Inherit improvements from bison's fork of m4sugar.
3256         * lib/m4sugar/m4sugar.m4 (m4_PACKAGE_VERSION): Ignore failure to
3257         find version.texi, since bison does not provide it.
3258         (m4_prepend): Add new macro, from bison.
3259         (m4_prepend_uniq, m4_prepend_uniq_w): Add new macros, for
3260         completeness.
3261         (_m4_append_uniq): Rename...
3262         (_m4_grow_uniq_1): ...to this to share implementation, and
3263         optimize initial assignment.
3264         (m4_append_uniq_w): Adjust caller.
3265         * NEWS: Document new macros.
3266         * doc/autoconf.texi (Text processing Macros) <m4_append>: Mention
3267         speed consideration.
3268         <m4_prepend>: Document the new prepend variants.
3269         * tests/m4sugar.at (m4@&t@_prepend): New test.
3271         Work around M4 1.6 warning on undefined macros.
3272         * lib/m4sugar/m4sugar.m4 (changeword, symbols): Don't rename if
3273         not already available as builtins.
3275 2008-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3277         * doc/autoconf.texi (@dvar): Remove trailing newline.
3278         (@ovar): Likewise.  Fix macro documentation.
3280 2008-07-02  Stepan Kasal  <skasal@redhat.com>
3282         Add quotes to the header of autoscan-generated source.
3283         * bin/autoscan.in: Add quotes to AC_PREREQ and AC_INIT.
3285 2008-06-28  Andreas Schwab  <schwab@suse.de>
3287         * doc/autoconf.texi (autoscan Invocation): Fix spacing.
3288         (autoconf Invocation): Likewise.
3289         (autoreconf Invocation): Likewise.
3290         (autoheader Invocation): Likewise.
3291         (autom4te Invocation): Likewise.
3293 2008-06-19  Eric Blake  <ebb9@byu.net>
3295         Add comment explaining recent patch.
3296         * lib/autotest/general.m4 (AT_INIT) <at_pass_list>: Explain choice
3297         of * vs. ? globbing.
3299 2008-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3301         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not warn when not
3302         linking a file to itself.
3303         Report by Bruno Haible.
3305 2008-06-19  Eric Blake  <ebb9@byu.net>
3307         Resync with gnulib.
3308         * GNUmakefile: Grab from upstream, to fix VPATH 'make dist' bug.
3309         Reported by Stepan Kasal.
3311 2008-06-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3313         Reorganize autotest files, factorize for parallel execution.
3314         * lib/autotest/general.m4 (AS_MESSAGE_LOG_FD): Move definition
3315         earlier in the file.
3316         (AT_INIT): Create line number cache in
3317         $at_suite_dir/at-source-lines.
3318         <at_helper_dir>: New directory at-groups below $at_suite_dir.
3319         Add comment explaining the new directory structure.
3320         (at_func_group_prepare, at_func_group_postprocess): New shell
3321         functions to factorize per-test group work.  Keep the actual
3322         test execution outside of a shell function in order to avoid
3323         zsh 4.x exit status bugs.
3324         <at_check_line_file, at_status_file, at_stdout, at_stder1>
3325         <at_stderr, at_test_source>: Turn these into per-group files
3326         below $at_helper_dir.  Also store test results there in files
3327         named pass, fail, xpass, xfail, skip.  Let the parent collect
3328         results from $at_helper_dir.  Adjust summary statistics
3329         computation and result output.
3331 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3333         Fix '#undef variable /* comment */' transform in config headers.
3334         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS_PREPARE): For
3335         undefined preprocessor macros that are followed by a comment
3336         in the header template, do not create nested comments in the
3337         output.
3338         * tests/torture.at (@%:@define header templates): Extend test.
3339         * NEWS: Update.
3340         Report by Karsten Hopp <karsten@redhat.com>.
3342 2008-06-09  Eric Blake  <ebb9@byu.net>
3344         Mark AC_TYPE_SIGNAL as obsolete.
3345         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Switch to AU_DEFUN.
3346         * doc/autoconf.texi (Function Portability): Update documentation.
3347         (Particular Types): Move AC_TYPE_SIGNAL...
3348         (Obsolete Macros): ...here, and mention why.
3349         * NEWS: Mention the change.
3351         Allow lib64 as a default X library location.
3352         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Add lib64.
3353         * NEWS: Mention the change.
3354         * THANKS: Update.
3355         Reported by Brad Walker.
3357 2008-06-05  Eric Blake  <ebb9@byu.net>
3359         Fix regression in AT_KEYWORDS([Macro]), from 2007-10-18.
3360         * lib/autotest/general.m4 (AT_KEYWORDS): Expand argument prior to
3361         converting it to lower case.
3362         * tests/autotest.at (Keywords and ranges): Test this.
3363         * NEWS: Document the fix.
3364         * THANKS: Update.
3365         Reported via Karsten Hopp, by Jochen Schmitt in
3366         https://bugzilla.redhat.com/show_bug.cgi?id=449973
3368 2008-06-03  Eric Blake  <ebb9@byu.net>
3370         Fix 'make dist' regression from 2008-05-08.
3371         * Makefile.am (INSTALL): Add rule, to accomodate 'make dist' after
3372         GNUmakefile's _autoconf rule removes INSTALL.
3374 2008-05-27  Eric Blake  <ebb9@byu.net>
3376         Document Solaris /bin/sh redirection pitfall.
3377         * doc/autoconf.texi (File Descriptors): Mention redirection bug.
3379 2008-05-14  Eric Blake  <ebb9@byu.net>
3381         Improve documentation of ! issues.
3382         * doc/autoconf.texi (Limitations of Builtins) <!>: Touch up.
3383         Reported by Noah Misch.
3385         Document some FreeBSD shell bugs.
3386         * doc/autoconf.texi (Limitations of Builtins) <!>: Mention ! issue
3387         in compound pipe commands.
3388         <export>: Mention difference of exporting an undefined variable.
3389         (Shell Functions): Mention loss of $? in entry to shell functions.
3390         Extracted from the git mailing list.
3392 2008-05-13  Stepan Kasal  <kasal@ucw.cz>
3394         Work around MSYS and Cygwin bugs when dealing with trailing space.
3395         * tests/atlocal.in (func_sanitize_dir_name): Let atlocal succeed,
3396         even when platform bugs are tickled.
3397         Reported by Keith Marshall and Eric Blake.
3399 2008-05-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3401         Let AC_MSG_FAILURE report pwd.
3402         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE, AC_MSG_FAILURE):
3403         Output $ac_pwd along with fatal failure.
3404         * tests/torture.at (Deep Package): Extend test.
3405         Reported numerous times against GCC, and probably other packages.
3407 2008-05-12  Eric Blake  <ebb9@byu.net>
3409         Enforce --help and --version compliance.
3410         * configure.ac (AM_INIT_AUTOMAKE): Add std-options option.
3412 2008-05-08  Keith Marshall  <keithmarshall@users.sourceforge.net>  (tiny change)
3414         Avoid case-insensitive `make install' vs. `INSTALL' conflict.
3415         * Makefile.am ($(srcdir)/INSTALL): Replace all references...
3416         ($(abs_srcdir)/INSTALL): ...with this.
3418 2008-05-06  Eric Blake  <ebb9@byu.net>
3420         Fix typo.
3421         * doc/autoconf.texi (Shell Substitutions): Drop at_ prefix.
3423         Avoid overfull \hbox.
3424         * doc/autoconf.texi (Versioning): Reword to fit line size.
3426         Document $(( )) pitfalls.
3427         * doc/autoconf.texi (Shell Substitutions): Mention octal
3428         vs. decimal.  Mention autotest's at_func_arith.
3430         Improve behavior of './testsuite 01'.
3431         * lib/autotest/general.m4 (AT_INIT) <at_func_validate_ranges>:
3432         Alter usage to eval its arguments, in order to normalize away
3433         leading zero.  All callers updated.
3434         * tests/autotest.at (Keywords and ranges): Test range
3435         normalization with leading 0.
3437 2008-04-26  Eric Blake  <ebb9@byu.net>
3439         Mention Solaris /usr/ucb/tr pitfall.
3440         * doc/autoconf.texi (Limitations of Usual Tools) <tr>: Add section.
3441         Reported by Bruno Haible and Jim Meyering.
3443 2008-04-24  Eric Blake  <ebb9@byu.net>
3445         Mention m4sugar's internal quote strings.
3446         * doc/autoconf.texi (Quadrigraphs): Mention alternate quote used
3447         in m4sugar, and how to still output it literally.
3448         * tests/m4sugar.at (m4@&t@_split): And test it.
3449         Reported by Joel E. Denny.
3451 2008-04-23  Eric Blake  <ebb9@byu.net>
3453         Allow unbalanced () in m4_expand.
3454         * lib/m4sugar/m4sugar.m4 (m4_expand, _m4_expand): Use more complex
3455         quotes.
3456         (m4_noquote, _m4_split): Use consistent complex quote.
3457         * tests/autotest.at (Left paren, Right paren): Test this.
3458         (Parentheses): Ensure new quadrigraphs still work.
3459         (AT_CHECK_AT_TITLE_CHAR): All title char tests exercise m4_expand.
3460         * NEWS: Mention the fix.
3461         * doc/autoconf.texi (Quadrigraphs): Revert mention of macros that
3462         require quadrigraphs for ().
3463         (Evaluation Macros) <m4_expand>: Relax the restriction against
3464         unbalanced ().
3465         (Pretty Help Strings) <AS_HELP_STRING>: Likewise.
3466         (Writing Testsuites) <AT_SETUP>: Likewise.
3467         Reported by Joel E. Denny, fix suggested by Noah Misch.
3469 2008-04-22  Eric Blake  <ebb9@byu.net>
3471         Support unbalanced () in AT_SETUP by adding two new quadrigraphs.
3472         * bin/autom4te.in (handle_output): Substitute @{:@ and @:}@.
3473         (handle_traces): Likewise.
3474         * lib/m4sugar/m4sugar.m4 (m4_qlen): Account for new quadrigraphs.
3475         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Add new tests.
3476         * doc/autoconf.texi (Quadrigraphs): Document them.
3477         (Evaluation Macros) <m4_expand>: Enhance documentation.
3478         (Text processing Macros) <m4_text_box>: Document cases where
3479         quadrigraphs can help for problemetic unbalanced parentheses.
3480         (Pretty Help Strings) <AS_HELP_STRING>: Likewise.
3481         (Writing Testsuites) <AT_SETUP>: Likewise.
3482         (Limitations of Builtins) <case>: Consolidate text on unbalanced
3483         parentheses, and add an example of creative comments.
3484         * NEWS: Document the addition.
3485         Reported by Joel E. Denny.
3487 2008-04-16  Eric Blake  <ebb9@byu.net>
3489         Document pdksh exec behavior.
3490         * doc/autoconf.texi (Limitations of Builtins) <exec>: New
3491         subsection.
3492         Discovered by Jim Meyering.
3494 2008-04-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3496         * tests/autotest.at (AT_CHECK_AT): Allow to pass additional
3497         arguments to the inner suite.
3498         (errexit, input from stdin): New tests.
3500 2008-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3502         * NEWS: Post-release update.
3504 2008-04-10  Eric Blake  <ebb9@byu.net>
3506         AC_AUTOCONF_VERSION might contain arbitrary macro names.
3507         * doc/autoconf.texi (Versioning): Mention problem with expansion.
3508         * tests/tools.at (autoconf: AC_AUTOCONF_VERSION): Adjust test.
3510 2008-04-09  Slava Sysoltsev <Viatcheslav.Sysoltsev@h-d-gmbh.de>  (tiny change)
3512         Flush buffered output before exit.
3513         * bin/autom4te.in (handle_output): Explicitly close file.
3514         * THANKS: Update.
3515         See http://lists.gnu.org/archive/html/autoconf/2008-04/msg00026.html.
3517 2008-04-08  Eric Blake  <ebb9@byu.net>
3519         Generate web docs for 2.62.
3520         * doc/autoconf.texi (Evaluation Macros): Fix typo.
3521         (Notices): Use recommended means to escape RCS keyword.
3522         * cfg.mk (gnulib_dir): New macro.
3523         (web-manual): New target.
3525 2008-04-05  Eric Blake  <ebb9@byu.net>
3527         Release Version 2.62.
3528         * NEWS: Mention the release.
3530 2008-04-04  Stepan Kasal  <kasal@ucw.cz>
3531         and Eric Blake  <ebb9@byu.net>
3533         Return back to GPLv2+, until the text of the exceptions is
3534         finalized, reverting the change from 2007-07-03 and the first
3535         part of the change from 2007-07-20.
3536         * COPYING: Revert to GPLv2.
3537         * COPYINGv3: New file, since some auxiliary build tools, used for
3538         building autoconf and not installed, are GPLv3.
3539         * Makefile.am (EXTRA_DIST): Distribute COPYINGv3.
3540         * NEWS: Remove mention of GPLv3.
3541         * README: Clarify situation regarding GPLv3.
3543 2008-04-05  Eric Blake  <ebb9@byu.net>
3545         Prepare for release.
3546         * maint.mk (announcement): Avoid deleted option.
3547         * cfg.mk (release_archive_dir): Use default.
3548         * build-aux/gnupload: New file, from automake/gnulib.
3549         * Makefile.am (EXTRA_DIST): Distribute it.
3550         * .x-sc_two_space_separator_in_usage: New file, to exempt gnupload
3551         from syntax check.
3553 2008-04-05  Jim Meyering  <meyering@redhat.com>
3554         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3556         Work around CR EOL markers on OS/2 (www.ecomstation.com Ecs v2 rc4)
3557         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When CR
3558         is the EOL marker, skip a step that would remove and translate
3559         carriage return bytes.
3560         * THANKS: Update.
3561         Reported by Elbert Pol.
3563 2008-04-05  Eric Blake  <ebb9@byu.net>
3565         Avoid some autoreconf -Wall warnings.
3566         * configure.ac: Use proper quoting, to be a good example.
3567         (PACKAGE_NAME): Remove setting covered by autoconf.
3568         (AM_INIT_AUTOMAKE): Bump automake requirement, for html rules.
3569         * doc/Makefile.am (TEXI2DVI): Remove settings covered by
3570         automake.
3571         (html, autoconf_1.html, standards_1.html): Likewise.
3572         (TEXI2HTML, TEXI2HTML_FLAGS): Remove unused macros.
3573         * Makefile.am (html): Likewise.
3574         * doc/autoconf.texi (Quoting and Parameters): Add missing section
3575         name.
3576         * tests/Makefile.am (AUTOMAKE_OPTIONS): Intentionally ignore
3577         warning about our override, until Automake is fixed.
3578         * README-hacking: Document minimum requirements for bootstrap.
3580 2008-04-03  Eric Blake  <ebb9@byu.net>
3582         Fix version number generation in man pages.
3583         * Makefile.am (EXTRA_DIST): Distribute .version.
3584         (.version): New rule.
3585         * man/Makefile.am (common_dep): Depend on .version, not
3586         configure.ac.
3587         (.x.1): Use package name for version string.
3588         * GNUmakefile [!_have-Makefile]: Sync from upstream, again.
3589         * build-aux/git-version-gen: Sync from upstream.
3591         More maintainer tweaks: pass 'make maintainer-distcheck'.
3592         * GNUmakefile (_is-dist-target): Sync from upstream.
3593         * build-aux/vc-list-files: Sync from upstream, yet again.
3594         * tests/atlocal.in (unsupported_fs_chars): Always remove tdir.
3595         * tests/Makefile.am (EXTRA_DIST): Don't distribute the built
3596         package.m4.
3597         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Bump year.
3599         Fix VPATH 'make syntax-check'.
3600         * maint.mk (VC_LIST, VC_LIST_EXCEPT, sc_changelog)
3601         (sc_prohibit_jm_in_m4, makefile-check): Support VPATH.
3602         (author_mark_check): Avoid error message.
3603         * build-aux/vc-list-files: Sync from upstream again.
3604         * build-aux/texinfo.tex: Likewise.
3606         Sync files from upstream, and pass 'make syntax-check'.
3607         * config/announce-gen: Move...
3608         * build-aux/announce-gen: ...here, and sync from gnulib.
3609         * Makefile.am (EXTRA_DIST): Adjust accordingly.
3610         * cfg.mk (announce_gen): Likewise.
3611         (prev_version_file): Delete, relying on default in maint.mk.
3612         (gpg_key_ID): New macro.
3613         (url_dir_list): Rewrite to match coreutils.
3614         * config/prev-version.txt: Move...
3615         * .prev-version: ...here, and adjust to 2.61.
3616         * build-aux/vc-list-files: Sync from coreutils.
3617         * maint.mk: Resynchronize with coreutils, where possible.
3618         (ME): Remove $(srcdir) from definition.
3619         (CVS): Delete.
3620         (GIT, VC, VC-tag): New macros.
3621         (CVS_LIST, CVS_LIST_EXCEPT): Rename...
3622         (VC_LIST, VC_LIST_EXCEPT): ...to this.
3623         (cvs-tag-check): Delete.
3624         (cvs-diff-check): Rename...
3625         (vc-diff-check): ...to this.
3626         (sc_file_system): Allow FHS acronym.
3627         * doc/autoconf.texi (Particular Functions): Recommend
3628         unconditional <config.h>.
3629         * build-aux/config.guess: Sync from upstream (manually).
3630         * build-aux/config.sub: Likewise.
3631         * build-aux/texinfo.tex: Likewise.
3632         * doc/make-stds.texi: Likewise.
3633         * doc/standards.texi: Likewise.
3634         * .gitattributes: Ignore whitespace problems in upstream files.
3636 2008-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3638         * doc/autoconf.texi (Limitations of Usual Tools): Mention awk %u
3639         bug on HP-UX/IA.
3640         Report by Peter O'Gorman.
3642 2008-04-02  Eric Blake  <ebb9@byu.net>
3644         Recommend the just-released M4 1.4.11.
3645         * NEWS: Update recommendation.
3646         * README: Likewise.
3647         * doc/autoconf.texi (Introduction): Likewise.
3648         * m4/m4.m4 (AC_PROG_GNU_M4): Likewise.
3650 2008-04-01  Eric Blake  <ebb9@byu.net>
3652         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Bump
3653         copyright year.
3655 2008-03-28  Peter O'Gorman  <peter@pogma.com>
3657         Find X11 on Mac OS X too.
3658         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT,_AC_PATH_X_XMKMF):
3659         Check for libX11 with extensions dylib la and dll too.
3660         * THANKS: Update.
3661         Reported by Martin Costabel.
3663 2008-03-28  Eric Blake  <ebb9@byu.net>
3665         Update TODO based on completed tasks.
3666         * TODO (AC_PROG_INSTALL takes multiple files): Done.
3667         (AC_GNU_SOURCE deprecation): Done, see AC_USE_SYSTEM_EXTENSIONS.
3668         (AC_COMPILE_IFELSE documentation): Done.
3669         (Tracing builtins): Done, now that we require M4 1.4.5.
3670         (AC_PROG_CC_POSIX suggestion, providing header files)
3671         (AC_TYPE_SIGNAL): Not needed; gnulib's approach is better.
3672         (cache consistency): Done with precious variables.
3674 2008-03-26  Eric Blake  <ebb9@byu.net>
3676         Document --trace=macro:format in --help output.
3677         * bin/autom4te.in (help): Mention optional trace format.
3678         * bin/autoconf.as (usage): Likewise.
3680         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Fix
3681         typos in last patch.
3682         Reported by Ralf Wildenhues.
3684 2008-03-26  Jim Meyering  <meyering@redhat.com>
3686         Fix texinfo syntax error.
3687         * doc/autoconf.texi (Limitations of Usual Tools): s/@kbd {/@kbd{/
3689 2008-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3691         Warn, not fail on whitespace-only precious variable differences.
3692         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Output
3693         precious variable differences less ambiguous with `ugly-quotes'.
3694         If their settings differ only in whitespace, do not fail, but
3695         reuse the old value.
3696         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Extend macro to allow
3697         an optional status and expected-warning argument.  Fix m4
3698         quotation for initial value.
3699         (AC_ARG_VAR): Also test for whitespace-only differences, and
3700         that the old value is retained in this case.
3701         * doc/autoconf.texi (Setting Output Variables): Document this.
3702         * NEWS: Update.
3703         Report and initial patch by Paolo Bonzini.
3705 2008-03-26  Eric Blake  <ebb9@byu.net>
3707         Document busybox sed bug.
3708         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Mention
3709         restrictions when using back-references.
3710         Reported by Vincent Lefevre:
3711         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13013>.
3713         Document Automake interaction with AC_CONFIG_MACRO_DIR.
3714         * doc/autoconf.texi (Input): Mention ACLOCAL_AMFLAGS for automake
3715         users.
3716         * THANKS: Update.
3717         Reported by Chris Pickett.
3719 2008-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3721         * tests/autotest.at (Using atlocal): Quote instances of `pwd`.
3723         * tests/local.at (AT_CHECK_M4): Factorize warning output
3724         normalization.
3725         Suggested by Eric Blake.
3727 2008-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3729         Fix .exe-related test failure on MinGW.
3730         * tests/local.at (AT_CHECK_M4): Normalize `/bin/m4.exe' correctly
3731         for comparing warning output.
3733         Fix Fortran testsuite failures with gfortran 4.3.
3734         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): When scanning
3735         verbose compiler output, skip lines that set variables; gfortran
3736         4.3 sets LIBRARY_PATH, COMPILER_PATH, COLLECT_GCC_OPTIONS.
3737         * THANKS: Update.
3738         Report by Vincent Lefèvre.
3740 2008-03-21  Eric Blake  <ebb9@byu.net>
3742         * GNUmakefile: Resynchronize with gnulib.
3744         Document more uses of $cross_compiling.
3745         * doc/autoconf.texi (Runtime): Document that a temporary override
3746         is permissible.
3747         * THANKS: Update.
3748         Reported by Ineiev, example by Ralf Wildenhues.
3750         Don't swallow $1 in textual local variables.
3751         * lib/m4sugar/m4sugar.m4 (m4_combine): Don't use overquoting and
3752         expansion of text arguments, as that swallows $1.
3753         (m4_text_wrap): Likewise, by splitting out...
3754         (_m4_text_wrap): ...new helper macro.  Also, allow arbitrary
3755         expression for width.
3756         * tests/m4sugar.at (m4@&t@_text_wrap): Test this.
3757         (m4@&t@_combine): Likewise.
3759 2008-03-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3761         Avoid leftover files on Leopard.
3762         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove a.out.dSYM
3763         directory created on darwin.
3764         (AC_NO_EXECUTABLES): Likewise; also remove objects which may be
3765         left over from a broken link.
3766         * tests/c.at (AC_NO_EXECUTABLES (working linker))
3767         (AC_NO_EXECUTABLES (broken linker)): New tests.
3768         Report by Gary V. Vaughan.
3770         * lib/autom4te.in (Automake-preselections): Trace
3771         _AM_COND_IF, _AM_COND_ELSE, _AM_COND_ENDIF.
3773 2008-03-20  Eric Blake  <ebb9@byu.net>
3775         Kill more CVS references.
3776         * README-cvs: Delete.  See README-hacking instead.
3777         * README-hacking: Update wording, based on older file.
3778         * BUGS: Remove CVS mention.
3780 2008-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3782         * tests/tools.at (autotools and whitespace in file names): Skip
3783         if aclocal is not present.
3785 2008-03-20  Eric Blake  <ebb9@byu.net>
3787         Sync GNUmakefile with gnulib.
3788         * GNUmakefile (Makefile.cfg): Rename...
3789         (cfg.mk): ...to this, and make optional.
3790         (GNUmakefile.cfg): Delete, redundant with cfg.mk.
3791         (Makefile.maint): Rename...
3792         (maint.mk): ...to this.
3793         (all) [!_have-Makefile]: Rename...
3794         (abort-due-to-no-makefile): ...to this, and invoke via
3795         .DEFAULT_GOAL to pick up all targets.
3796         * Makefile.cfg: Rename...
3797         * cfg.mk: ...to this.
3798         * Makefile.maint: Rename...
3799         * maint.mk ...to this.
3800         (ME): Reflect name change.
3801         (makefile-check, m4-check, author_mark_check, msg): Use $(ME)
3802         rather than hard-coded name.
3803         * GNUmakefile.cfg: Delete; move rules into cfg.mk.
3804         * Makefile.am (EXTRA_DIST): Reflect file name changes.
3805         * .x-sc_prohibit_atoi_atof: Likewise.
3806         * lib/freeze.mk: Likewise.
3808 2008-03-19  Stepan Kasal  <kasal@ucw.cz>
3810         * doc/autoconf.texi (Introduction): Improve the paraphrase of
3811         Henry Spencer's quotation.
3813 2008-03-19  Eric Blake  <ebb9@byu.net>
3815         AC_CONFIG_HEADERS replaced AC_CONFIG_HEADER.
3816         * bin/autoscan.in (output): Avoid obsolete spelling.
3817         * tests/local.at (AC_STATE_SAVE): Update usage.
3818         * THANKS: Update.
3819         Reported by John Calcote.
3821         Emphasize that ease of configure triumphs over ease of autoconf.
3822         * doc/autoconf.texi (Introduction): Expand on primary
3823         vs. secondary goal of autoconf.
3824         * THANKS: Update.
3825         Inspired by Paul Smith.
3827 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3829         * lib/Autom4te/FileUtils.pm (handle_exec_errors): New argument
3830         $hint, show if the executing program does not exist.
3831         (xsystem_hint): New function, like xsystem but allows to pass
3832         a hint.
3833         * bin/autoreconf.in: Use xsystem_hint for spawning autopoint and
3834         libtoolize.
3835         Report by Bruce Korb.
3837 2008-03-14  Stepan Kasal  <kasal@ucw.cz>
3839         * lib/Autom4te/ChannelDefs.pm, tests/fortran.at,
3840         tests/mktests.sh, tests/wrapper.as: Fix typos.
3842 2008-03-12  Eric Blake  <ebb9@byu.net>
3844         Fix yesterday's regression in m4_wrap([$1]).
3845         * lib/m4sugar/m4sugar.m4 (_m4_wrap): Don't directly invoke wrapped
3846         text, since it may contain text that looks like parameters.
3847         * tests/m4sh.at (AS@&t@_INIT cleanup): Enhance test.
3849 2008-03-11  Eric Blake  <ebb9@byu.net>
3851         Improve error messages for common testsuite bugs.
3852         * lib/autotest/general.m4 (_AT_DEFINE_INIT, _AT_DEFINE_SETUP): New
3853         macros for defining order-enforced macros.
3854         (AT_INIT, AT_SETUP, AT_CLEANUP, AT_BANNER, AT_XFAIL_IF)
3855         (AT_CAPTURE_FILE, AT_DATA, AT_CHECK, AT_CHECK_NOESCAPE): Add error
3856         messages when order violations are detected.
3857         * tests/autotest.at (AT_CHECK_AT_SYNTAX): New helper macro.
3858         (AT_SETUP without AT_INIT, AT_BANNER without AT_INIT)
3859         (AT_CLEANUP without AT_INIT, Missing AT_CLEANUP)
3860         (AT_CHECK without AT_SETUP, AT_DATA without AT_SETUP)
3861         (AT_XFAIL_IF without AT_DATA, AT_KEYWORDS without AT_SETUP,
3862         (AT_CLEANUP without AT_SETUP, AT_BANNER inside AT_SETUP)
3863         (AT_SETUP inside AT_SETUP, Multiple AT_INIT)
3864         (Banner-only test suite): New tests.
3865         Reported by Christopher Hulbert.
3867         Tweak m4_wrap to force FIFO or LIFO semantics.
3868         * lib/m4sugar/m4sugar.m4 (m4_wrap): Override M4 implementation.
3869         (m4_wrap_lifo, _m4_wrap): New macros.
3870         * lib/m4sugar/m4sh.m4 (AS_INIT): Combine all cleanup into known
3871         order, prior to m4sugar's.
3872         (_AS_DETECT_BETTER_SHELL): Use cleanup parameter, rather than
3873         m4_wrap.
3874         * lib/autotest/general.m4 (AT_INIT): Combine all cleanup into
3875         known order, prior to m4sh's.
3876         * doc/autoconf.texi (Diagnostic Macros) <m4_fatal>: Document
3877         argument.
3878         (Redefined M4 Macros) <m4_wrap>: Rewrite documentation to match
3879         new behavior.
3880         * tests/m4sh.at (AS_INIT cleanup): New test.
3881         * NEWS: Document the change.
3883 2008-03-10  Eric Blake  <ebb9@byu.net>
3885         Encode nested autotest data.
3886         * tests/autotest.at (AT_CHECK_AT_PREP): Avoid raw AT_ in output.
3887         (unusual file names): Likewise.
3888         (m4_pattern_allow): Remove loophole, to make it easier to catch
3889         poorly written tests.
3891         Factor some autotest tests.
3892         * tests/autotest.at (AT_CHECK_AT_PREP): New macro, to factor out
3893         common initialization.
3894         (AT_CHECK_AT, Banners, Keywords and ranges, srcdir propagation)
3895         (whitespace in absolute testdir, unusual file names): Use it.
3897 2008-03-06  Eric Blake  <ebb9@byu.net>
3899         Minor documentation fix.
3900         * doc/autoconf.texi (Evaluation Macros): Fix typo.
3902 2008-03-04  Eric Blake  <ebb9@byu.net>
3904         Make AT_CHECK act like a simple command.
3905         * lib/autotest/general.m4 (_AT_CHECK): Wrap commands in {;}.
3906         * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Test it.
3908 2008-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3910         On MinGW, substitution of CR and 0xFF fails.
3911         * tests/torture.at (Substitute and define special characters):
3912         MinGW awk cannot handle 0xFF, and on MinGW, the test does the
3913         wrong thing for CR.
3915 2008-03-04  Eric Blake  <ebb9@byu.net>
3917         Pull in recent maintainer improvements from coreutils.
3918         * GNUmakefile (_is-dist-target): 'make distclean' should not
3919         trigger autoreconf.
3920         (_dummy): Change directories before removing autom4te.cache.
3921         (check dist distcheck install) [!_have-Makefile]: Provide nicer
3922         diagnostics.
3923         * configure.ac (AC_CONFIG_LINKS): Copy GNUmakefile into VPATH
3924         builds, after initial bootstrap.
3925         * Makefile.am (distclean-local): Work around current automake bug.
3926         * Makefile.maint (ME): Allow VPATH usage.
3928         Use git-merge-changelog when available.
3929         * .gitattributes: New file.
3930         * README-hacking: Document use of git-merge-changelog.
3932         Work around cygwin bug.
3933         * tests/atlocal.in (unsupported_fs_chars): Avoid cygwin bug where
3934         "touch 't\'" creates regular file 't'.
3936         Ignore tests that require read-only directories under root.
3937         * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Skip
3938         no-write portion if user has root-like privileges.
3940 2008-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3942         * lib/autotest/general.m4 (AT_INIT): Fix detection of '-C -'.
3944 2008-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3946         autoreconf -m now honors $MAKE.
3947         * bin/autoreconf.in ($run_make): Renamed from ...
3948         ($make): ... this.  Use now as command to run `make',
3949         overridden by $MAKE.  Document this in --help output.
3950         * doc/autoconf.texi (autoreconf Invocation): Document
3951         all environment variables honored by autoreconf.
3952         * NEWS: Update.
3953         Report by Paul Eggert.
3955 2008-03-03  Eric Blake  <ebb9@byu.net>
3957         Documentation improvements.
3958         * doc/autoconf.texi (Looping constructs): s/recurses/repeats/.
3959         (Evaluation Macros): Drop `1' suffix from metasyntax variable name
3960         that preceeds @dots.  Improve wording.
3961         (Text processing Macros): Drop `1' suffix from metasyntax variable
3962         name that preceeds @dots.
3963         (Number processing Macros): Drop `1' suffix from metasyntax
3964         variable name that preceeds @dots.  Improve wording.
3965         * lib/m4sugar/m4sugar.m4 (m4_cmp): Comment wording fix.
3966         Suggested by Ralf Wildenhues.
3968 2008-03-02  Jim Meyering  <meyering@redhat.com>
3970         Don't infloop upon "make dist".
3971         * GNUmakefile: Merge from coreutils.
3972         * Makefile.am (dist-hook): Inject .tarball-version into tarball,
3973         not .version.
3974         * configure.ac (AC_INIT): Use .tarball-version, not .version.
3975         * build-aux/git-version-gen: Update from gnulib.
3977 2008-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3979         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
3980         Before using /dev/full, check that it is a writable character
3981         special device.
3982         Report by Benoit Sigoure and Eric Blake.
3984         Actually test that @configure_input@ is expanded correctly.
3985         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
3986         Actually check generated file contents for the name of the
3987         generated file, using AC_PROG_FGREP and $FGREP.
3989 2008-03-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
3991         Be nice with file systems that don't handle unusual characters.
3992         * tests/atlocal.in (func_sanitize_file_name)
3993         (func_sanitize_dir_name): New shell functions.
3994         * tests/tools.at (autom4te and whitespace in file names)
3995         (autotools and whitespace in file names): Use them.
3996         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
3997         Cover more potentially problemtic file names.  Use the new
3998         functions.
4000         Properly handle funny file names for headers in config.status.
4001         The test suite did not cover this bug because the code was not
4002         quoting properly the arguments of `rm -f' (which "fails" silently)
4003         as well as the arguments of `diff' (whose output was redirected to
4004         /dev/null so we couldn't see its error message).
4005         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Properly quote the
4006         file names passed to `rm' and `diff'.
4007         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
4008         Add a regression test.
4010 2008-03-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
4011         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4013         Properly expand @configure_input@ in config.status.
4014         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_MAIN_LOOP):
4015         Escape the backslashes and ampersands in $configure_input before
4016         using it in the sed replacement string to expand @configure_input@.
4017         Report by Eric Blake and Patrick Welche.
4019 2008-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4021         Ignore errors from ./run on w32.
4022         * tests/autotest.at (whitespace in absolute testdir):
4023         Ignore stderr for `./run' which fails to remove the
4024         busy test directory on w32.
4026 2008-02-22  Eric Blake  <ebb9@byu.net>
4028         Improve documentation for writing autotest suites.
4029         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Mention that
4030         checks must live inside a test group.
4031         Reported by Christopher Hulbert.
4033 2008-02-21  Eric Blake  <ebb9@byu.net>
4035         Sync git-version-gen from upstream.
4036         * build-aux/git-version-gen: Pull from gnulib.
4037         * configure.ac (AC_INIT): Adjust to new calling convention.
4039 2008-02-12  Eric Blake  <ebb9@byu.net>
4041         Avoid trailing space in config.h with AC_DEFINE([var], []).
4042         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Explicitly mark empty
4043         defines with a comment.
4045 2008-02-08  Eric Blake  <ebb9@byu.net>
4047         Fix texinfo typos in previous patch.
4048         * doc/autoconf.texi (Site Defaults): s/[{}]/@&/g.
4049         Reported by Ralf Wildenhues.
4051         Describe a config.site that can be used for FHS compliance.
4052         * doc/autoconf.texi (Site Defaults): Fix typo.  Add new example
4053         for FHS.
4054         * THANKS: Update.
4055         Reported by Jules Colding and Ralf Wildenhues.
4057 2008-02-02  Eric Blake  <ebb9@byu.net>
4059         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Fix typo.
4061 2008-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4063         * lib/autotest/general.m4 (AT_INIT): Fix --clean to work
4064         again, broken since introduction of `-C dir'.
4065         * tests/autotest.at (Choosing where testsuite is run): Test it.
4067 2008-01-30  Paul Eggert  <eggert@cs.ucla.edu>
4069         * doc/autoconf.texi: Update Back-Cover text to reflect new GNU wording.
4071 2008-01-29  Eric Blake  <ebb9@byu.net>
4073         Fix more autotest regressions.
4074         * lib/autotest/general.m4 (AT_LINE): Fix regression from
4075         2007-10-04 when file name is `dnl'.
4076         (AT_INIT) <PREPARE_TESTS>: Move command-line assignments...
4077         <TESTS_BEGIN>: ...to this new diversion, to fix regression from
4078         yesterday in libtool's testsuite.
4079         (_AT_ARG_OPTION): Detect write failure.
4080         * doc/autoconf.texi (Diversion support): Document PREPARE_TESTS to
4081         make libtool's use kosher.  Document m4_init.
4082         (Programming in M4sh): Document AS_INIT.
4083         (Writing Testsuites): Document limitation of AT_DATA file name.
4084         * tests/autotest.at (unusual file names): New test.
4085         (Banners, Keywords and ranges): Use correct shell.
4087         More corner cases in testsuite VAR=VALUE handling.
4088         * lib/autotest/general.m4 (AT_INIT) <PREPARE_TESTS): Fix quoting
4089         bug.
4090         <PARSE_ARGS_END>: Also detect leading digits in assignments.
4091         * tests/autotest.at (Using atlocal): Enhance test to catch last
4092         bug.
4094         * doc/autoconf.texi (Limitations of Builtins) <.>: Mention bash
4095         bug.
4097 2008-01-28  Eric Blake  <ebb9@byu.net>
4099         Fix regression in handling VAR=VALUE arguments to testsuite.
4100         * lib/autotest/general.m4 (AT_INIT) <PARSE_ARGS_END>: Detect
4101         leading = as invalid.  Defer use of command-line variable
4102         assignments...
4103         <PREPARE_TESTS>: ...here, after atconfig has been sourced.  Fix
4104         regression in sourcing files.
4105         * tests/autotest.at (Using atlocal): New test to catch this.
4106         (Debugging a successful test, Choosing where testsuite is run):
4107         Use correct shell.
4108         Reported by Ralf Wildenhues.
4110         Document grep peculiarity.
4111         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Document
4112         BSD behavior on binary input.
4114         Minor testsuite improvements.
4115         * lib/autotest/general.m4 (AT_INIT) <PREPARE_TESTS>: Use fewer
4116         forks when sanitizing PATH.  Always output machine information,
4117         not just when atconfig was located.
4119         Add 'testsuite -C dir'.
4120         * lib/autotest/general.m4 (_AT_ARG_OPTION): Move missing argument
4121         detection...
4122         (AT_INIT) <PARSE_ARGS_END>: ...here, since -k always takes
4123         argument.
4124         <DEFAULTS>: Delay computation of variables based on $at_dir...
4125         <PREPARE_TESTS>: ...to here, since -C can change $at_dir.
4126         <TESTS>: Re-invoke via absolute name, since -C may be in effect.
4127         <PARSE_ARGS>: Parse new option.
4128         <HELP_TUNING>: Document it.
4129         * tests/autotest.at (Choosing where testsuite is run): New test
4130         for this feature.
4131         (Keywords and ranges): Add test for missing -k argument.
4132         * NEWS: Document this.
4133         * doc/autoconf.texi (testsuite Invocation): Likewise.
4135 2008-01-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4137         * build-aux/config.guess, build-aux/config.sub,
4138         build-aux/texinfo.tex: Sync from gnulib.
4139         * doc/fdl.texi, doc/make-stds.texi, doc/standards.texi:
4140         Likewise.
4142 2008-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4144         * doc/autoconf.texi (Particular Programs): Do not mention the
4145         Autoconf version in which the AC_PROG_INSTALL change was done.
4146         Suggested by Paul Eggert.
4148 2008-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4150         Fix --help=recursive with multiple AC_CONFIG_SUBDIRS.
4151         * lib/autoconf/general.m4 (_AC_INIT_HELP): If, for recursive help
4152         mode, we change to the source directory, also set $ac_pwd so we
4153         do not go back to the build tree for the next config subdir.
4154         * tests/torture.at (Deep Package): Extend test to contain two
4155         config subdirs on the top level.
4157         Fix parallel `maintainer-check'.
4158         * Makefile.am (maintainer-check-tests): Depend on `all'.
4159         Use `$(MAKE) $(AM_MAKEFLAGS)' instead of plain `make'.
4160         * tests/Makefile.am (maintainer-check-c++, maintainer-check-posix):
4161         Likewise.
4162         (maintainer-check): Serialize the testsuite runs.
4164         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE2): Accept `+'
4165         in feature string for --enable/--with.  Convert to underscore
4166         for variable name.
4168         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Require that
4169         `install -c file1 file2 dir' works.
4170         * doc/autoconf.texi (Particular Programs): Document this.
4171         * NEWS: Update.
4173 2008-01-21  Eric Blake  <ebb9@byu.net>
4175         Improve documentation about default include directives.
4176         * doc/autoconf.texi (Generic Headers, Generic Declarations)
4177         (Generic Structures, Generic Types)
4178         (Generic Compiler Characteristics): Add links to
4179         AC_INCLUDES_DEFAULT.
4180         Reported by Reuben Thomas.
4182 2008-01-15  Eric Blake  <ebb9@byu.net>
4184         * lib/m4sugar/m4sugar.m4 (m4_qlen): Use fewer macros.
4186 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4188         * tests/Makefile.am (noinst_SCRIPTS): Renamed from
4189         check_SCRIPTS.  Building the wrappers for `all' allows help2man
4190         to use them for the manpages.
4191         Report by Benoit Sigoure.
4193         * bin/autoreconf.in: Discard stderr for $autoconf/$aclocal --help.
4195 2007-12-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4197         Fix some write failure cases in Autotest.
4198         * lib/autotest/general.m4 (AT_INIT): Do not exit successfully
4199         upon write failures for --help, --version, --list.
4200         Guard against write failures for intermediate created scripts.
4201         <at_func_create_debugging_script>: Do not make the debugging
4202         script executable if it is not complete.
4204 2007-12-12  Eric Blake  <ebb9@byu.net>
4206         Fix thinko in earlier patch - m4_join isn't defined yet.
4207         * lib/m4sugar/m4sugar.m4 (m4_expansion_stack_push, _m4_defun_pro)
4208         (_m4_defun_pro_outer, _m4_defun_epi, _m4_defun_epi_outer)
4209         (m4_require): Use m4_do, not m4_join.
4211         Fix some whitespace tests on cygwin.
4212         * tests/tools.at (autom4te and whitespace in file names): Restore
4213         font-lock.  Create $TMPDIR before it might be used.
4215         Fix spurious testsuite failure with M4 1.4.11.
4216         * tests/local.at (AT_CHECK_M4): Cater to new m4 error message.
4218         Optimize AC_REQUIRE.
4219         * lib/m4sugar/m4sugar.m4 (m4_expansion_stack_push, _m4_defun_pro)
4220         (_m4_defun_pro_outer, _m4_defun_epi, _m4_defun_epi_outer)
4221         (m4_require): Avoid extra macro calls.
4223 2007-12-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4225         * tests/torture.at (srcdir): Fix quoting.
4227         Do not pass top_srcdir to configure scripts in testsuite.
4228         * tests/autotest.at (srcdir propagation): Copy install-sh to
4229         source tree.
4230         (my only test): Drop setting of `top_srcdir'.
4231         * tests/base.at (Input/Output): Likewise.
4232         * tests/local.at (AT_CONFIGURE_AC): Copy install-sh,
4233         config.guess, and config.sub to test source tree.
4234         Drop AC_CONFIG_AUX_DIR setting.
4235         (AT_CHECK_CONFIGURE): Drop setting of `top_srcdir'.
4236         * tests/torture.at (Substitute a 2000-byte string): Drop
4237         AC_CONFIG_AUX_DIR setting, copy install-sh to test source tree.
4238         (Substitute a newline, datarootdir workaround): Likewise.
4239         (Define a newline): Adjust for linenumber changes in configure.ac.
4240         * tests/foreign.at (Libtool): Adjust comment to reflect changes.
4242         * tests/semantics.at (AC_PATH_PROGS_FEATURE_CHECK): Skip test
4243         if `pwd` contains whitespace.
4245         Quote $abs_top_srcdir in tests.
4246         * tests/local.at (AT_CHECK_PERL_SYNTAX): Likewise.
4247         * tests/tools.at (Syntax of the shell scripts): Likewise.
4249         * tests/m4sh.at (LINENO): Quote $0.
4251         Fix testsuite program wrapper for whitespace in `pwd`.
4252         The problem here is that the usual mantra is that command
4253         variables can contain arguments, thus we cannot just escape
4254         $AUTOCONF, $AUTOM4TE etc.  The compromise is to put the
4255         $top_builddir/tests directory early in $PATH, so that the
4256         wrappers are found by their plain name.
4257         * tests/wrapper.as: Put $testdir early in $PATH.
4258         (AUTOCONF, AUTOHEADER, AUTOM4TE): Set to plain command names.
4260         Proper config.status --file/--header and $srcdir escaping.
4261         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Quote special
4262         characters in $ac_file_inputs.
4263         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER): eval $ac_file_inputs
4264         accordingly.
4265         * tests/torture.at (datarootdir workaround): Adjust.
4266         (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS): Extend test.
4268         Fix Autotest for whitespace in `pwd`.
4269         * lib/autotest/general.m4 (AT_INIT)
4270         <at_func_create_debugging_script, Driver Loop>:
4271         Quote $at_group_dir.
4272         * tests/autotest.at (whitespace in absolute testdir): New test.
4274         * lib/autom4te.in: Quote @datadir@.
4276         Proper file name escaping in Autoconf programs and Perl modules.
4277         This includes escaping of characters special to the shell
4278         as well as special to Perl, e.g., leading `<' or `>'.
4279         For example, when $file starts with `>', `open ">$file"'
4280         wrongly tries to append to a different file.
4281         * bin/autoconf.as: Fix quoting for autom4te options.
4282         * lib/Autom4te/General.pm (shell_quote): New function, taken
4283         from coreutils, written by Jim Meyering.
4284         (mktmpdir): Use it.
4285         * bin/autom4te.in (files_to_options, handle_m4): Use shell_quote
4286         and open_quote.
4287         * bin/autoreconf.in (parse_args): Likewise.
4288         * bin/autoscan.in (main): Likewise.
4289         * bin/autoupdate.in (main): Likewise.
4290         * bin/autoheader.in: Likewise, fixing old insufficient escaping.
4291         * bin/ifnames.in: Likewise, XFile usage fixes.
4292         * tests/tools.at (autom4te and whitespace in file names): Extend
4293         test.  Test twice, with special characters allowed on w32, and the
4294         rest.  Test leading and trailing whitespace, for `open_quote'.
4295         (autotools and whitespace in file names): New, analogous test.
4296         Reported by Paul Eggert and Benoit Sigoure, additional suggestions
4297         by Russ Allbery and Eric Blake.
4299         Sync from Automake.
4300         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
4301         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Likewise.
4302         * lib/Autom4te/FileUtils.pm (open_quote): New function.
4303         (update_file, contents): Use it.
4305         * Makefile.am (autom4te-update): Rewrite for git.
4307 2007-12-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4309         * doc/autoconf.texi (autom4te Invocation, Autom4te Cache): Fix typos.
4311         Fix copyright years.
4312         * Makefile.am, doc/install.texi, lib/autoconf/fortran.m4,
4313         lib/autoconf/lang.m4, lib/freeze.mk: Likewise.
4315 2007-12-04  Eric Blake  <ebb9@byu.net>
4317         Manually resync with gnulib, since 'make cvs-update' no longer works.
4318         * build-aux/config.guess: New upstream version.
4319         * build-aux/config.sub: Likewise.
4321         When using older automake, don't downgrade build-aux/texinfo.tex.
4322         * configure.ac (AM_INIT_AUTOMAKE): Add no-texinfo.tex option.
4323         * doc/Makefile.am (TEXINFO_TEX): Add.
4325 2007-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4327         Fix AC_C_BIGENDIAN bug caused by new awk method of substitution.
4328         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Don't comment out the
4329         #undef as this runs afoul of our new way of creating config.h.
4330         Problem reported by Jim Meyering in
4331         <http://lists.gnu.org/archive/html/autoconf-patches/2007-11/msg00164.html>.
4333 2007-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4335         Fix autom4te for unusual characters in input file names.
4336         * bin/autom4te.in (files_to_options): Quote active characters
4337         for the shell.
4338         * tests/tools.at (autom4te and white space in file names):
4339         New test.
4341         * doc/autoconf.texi (Limitations of Usual Tools) <awk>:
4342         Document that Tru64 awk always splits $0.
4344 2007-11-24  Stepan Kasal  <kasal@ucw.cz>
4346         * lib/autotest/general.m4 (AT_INIT): Do not extract the
4347         `#AT_STOP_...' line at the end of each test.
4349 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4351         * lib/autotest/general.m4 (AT_INIT): For awk line number
4352         extraction script, ensure `$at_group' has a defined value
4353         even for the empty set, and properly quote its usage inside
4354         the awk script.
4356 2007-11-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4358         * doc/autoconf.texi (Shell Functions): New chapter.  Document
4359         IRIX sh $0 issue in functions, move content from ...
4360         (Portable Shell): ... here.
4361         (Shell Script Compiler): Note that shell functions are not
4362         totally unportable any more.
4364 2007-11-22  Stepan Kasal  <kasal@ucw.cz>
4365         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4367         * lib/autotest/general.m4 (AT_INIT): Exit awk script after
4368         extracting the line numbers of the last needed test.
4370 2007-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4372         * lib/autotest/general.m4 (AT_INIT) <at_func_create_debugging_script>:
4373         Fix quoting.
4375 2007-11-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4377         Fix IRIX testsuite debugging failures: $0 in functions.
4378         * lib/autotest/general.m4 (AT_INIT) <at_func_create_debugging_script>:
4379         Do not use $0 inside a function, as IRIX sh will set that to the
4380         function name rather than the script invocation name.
4382 2007-11-19  Paolo Bonzini  <bonzini@gnu.org>
4383         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4385         * lib/autotest/general.m4 (at_func_test): Use cached line numbers
4386         to extract test scripts.
4387         (AT_INIT): Extract and cache test script line numbers.
4389 2007-11-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4391         * lib/autotest/general.m4: Revert 2007-11-15 patch and
4392         subsequent fixups; the awk -> here-document conversion trashes
4393         performance too much with AIX sh.
4395 2007-11-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4397         * tests/local.at: Do not test m4, perl with AT_TESTED.
4399         Diagnose and guard against write errors dealing with config.status.
4400         The general idea is this: all write failures from `configure'
4401         writing `config.status' are indicated by $ac_write_error, which
4402         is only checked at the end.  This is safe because config.status
4403         code is not executed before the file is complete.  Other write
4404         failures, be they inside config.status, or in sub shell/awk
4405         scripts spawned from configure or config.status, typically need
4406         earlier checking, as their results are used right afterwards.
4407         * lib/autoconf/status.m4 (AC_OUTPUT): Initialize `ac_write_fail'
4408         before writing config.status, check afterwards.
4409         (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_FILE)
4410         (_AC_OUTPUT_HEADERS_PREPARE,_AC_OUTPUT_CONFIG_STATUS):
4411         Set `ac_write_error' for write failures to config.status.  Barf
4412         upon write failures to temporary files.
4413         Adjust note about closing and reopening the here-document.
4414         (_AC_OUTPUT_HEADER, _AC_OUTPUT_LINK, _AC_OUTPUT_COMMAND)
4415         (_AC_OUTPUT_MAIN_LOOP): Likewise, adjust note about closing and
4416         reopening the here-document.
4417         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
4418         Ensure `ac_write_error' does not escape into config.status.
4419         Also, add a couple of code paths not yet exercised in the test
4420         suite: a config file with input from stdin, and a config header
4421         output to stdout.
4422         Suggestion for catching write errors by Bruno Haible.
4424 2007-11-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4426         Avoid error with Tru64 awk and testsuite lines with many words.
4427         * lib/autotest/general.m4 (AT_INIT): In the awk script that
4428         reads the testsuite, set the field separator to an unusual value,
4429         in order to not run over the limit of 199 fields.  Tru64 4.0D awk
4430         even splits the input if $i, i>0, was never accessed in the script.
4432         Revert 2007-10-17 change.
4433         * TODO: Multiline args in config files and headers mean something
4434         different and are not fixed, see
4435         <http://lists.gnu.org/archive/html/autoconf-patches/2007-05/msg00017.html>
4436         Report by Stepan Kasal.
4438         * doc/autoconf.texi (Generic Programs): Fix typo.
4440 2007-11-16  Stepan Kasal  <kasal@ucw.cz>
4442         AC_*_TOOL does not canonicalize the prefix
4443         * doc/autoconf.texi (Generic Programs): Do not say that
4444         the *_TOOL macros canonicalize, they simply use the `host_alias'.
4446 2007-11-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4448         Diagnose write errors in config.status instantiations.
4449         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE)
4450         (_AC_OUTPUT_HEADER, _AC_OUTPUT_MAIN_LOOP): Bail out
4451         on write errors.
4452         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
4453         Extend test to also check for some write error failures, using...
4454         <AT_CHECK_CONFIG_CREATION_NOWRITE>: ...this new macro.
4455         Report by Bruno Haible.
4457         Indentation fixups.
4458         * lib/autotest/general.m4 (AT_INIT) <at_func_log_failure>: Fix
4459         indentation.
4460         (_AT_CHECK): Use less indentation, to save space.
4462 2007-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4464         Add witness macro for @top_build_prefix@ substitution.
4465         * lib/autoconf/status.m4 (_AC_HAVE_TOP_BUILD_PREFIX): New macro.
4466         (_AC_OUTPUT_FILE): Mention it here.
4468 2007-11-15  Paolo Bonzini  <bonzini@gnu.org>
4469         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4471         * lib/autotest/general.m4 (at_func_test): Remove.
4472         (AT_INIT): Pre-extract test groups into separate files.
4473         (AT_CLEANUP): Source pre-extracted file instead of calling at_func_test.
4474         Remove at-test-source files together with the $at_group_dir.
4475         * tests/autotest.at (Long test source lines): New test.
4477 2007-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4479         Shell functions and variables may share a namespace.
4480         * doc/autoconf.texi (Portable Shell): Mention Solaris sh
4481         limitation.
4483 2007-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4485         * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Make comment match
4486         gnulib.
4488 2007-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4490         * lib/autoconf/status.m4: Fix a couple of comment typos.
4492         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Use $as_me, not $me.
4494 2007-11-13  Jim Meyering  <meyering@redhat.com>
4496         Clean up the rule to create "expr".
4497         * tests/Makefile.am (expr): Don't redirect directly to target.
4498         Redirect just once, not for each echo statement.
4499         Use $@, not literal "expr".
4501 2007-11-13  Paul Eggert  <eggert@cs.ucla.edu>
4503         Don't worry about preprocessor when testing long long.
4504         See: http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00075.html
4505         * doc/autoconf.texi (Preprocessor Arithmetic): New section.
4506         (AC_TYPE_LONG_LONG_INT, AC_TYPE_UNSIGNED_LONG_LONG_INT):
4507         These no longer check for preprocessor flaws.
4508         * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET):
4509         Do not check for preprocessor flaws.
4511 2007-11-13  Jim Meyering  <meyering@redhat.com>
4513         Adapt dependencies, now that a version change doesn't modify configure.ac
4514         * GNUmakefile: Remove "make clean" kludge.
4515         * lib/m4sugar/Makefile.am (version.m4): Depend on Makefile, not
4516         configure.ac.
4517         Don't redirect directly to target.
4518         Use $@, not literal "version.m4".
4520 2007-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4522         * doc/autoconf.texi (Making testsuite Scripts): Document
4523         ":;{" shorthand as in previous patch.
4525 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
4527         * doc/autoconf.texi (Limitations of Builtins): Document problem
4528         with { ... } a bit more clearly.  Suggest ":;{" as a shorthand
4529         for the workaround.
4530         * lib/m4sugar/Makefile.am (version.m4): Detect 'echo' failure.
4531         Use ":;{" shorthand.
4532         * tests/Makefile.am ($(srcdir)/package.m4): Likewise.
4534 2007-11-12  Jim Meyering  <meyering@redhat.com>
4536         Add more non-srcdir build support.
4537         * GNUmakefile (dummy): Split a long line.
4538         Add -v option to autoreconf invocation.
4540         Remove the autoreconf-provided INSTALL, so that we regenerate it.
4541         * GNUmakefile (dummy): Remove INSTALL.
4543         Remove racy commands to build scripts in bin/ and tests/.
4544         * man/Makefile.am (.x.1): Now that scripts in bin/ and tests/
4545         are guaranteed to be built, remove the rules that tried to build
4546         them.  Before, with a parallel build, these rules could lead to
4547         two processes writing tests/wrapper.in concurrently.
4549         Build in man/ only *after* building in bin/ and tests/.
4550         * Makefile.am (SUBDIRS): The man-page-creation process runs $(MAKE)
4551         in both bin/ and tests/.
4553         Accommodate non-srcdir build-from-checkout.
4554         * build-aux/git-version-gen: Require an additional parameter: $srcdir.
4555         Use git's --git-dir=$srcdir/.git option.
4556         Add quotes, in case tarball_version_file contains shell meta-characters.
4557         * GNUmakefile (_curr-ver): Pass $(srcdir) to git-version-gen.
4558         * configure.ac: Pass "." to git-version-gen.
4560         Avoid spurious test failures due to version skew.
4561         * GNUmakefile (dummy): Run $(MAKE) clean after autoreconf -i.
4563 2007-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4565         Avoid warnings about conftest.dSYM directories on Mac OS X Leopard.
4566         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_RUN_IFELSE):
4567         Remove conftest.dSYM directory.
4568         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT)
4569         (_AC_LANG_PROGRAM_C_, _AC_FC_MAIN, __AC_FC_NAME_MANGLING):
4570         Remove `conftest.*' recursively.
4571         * lib/autoconf/lang.m4 (AC_LINK_IFELSE): Likewise.
4572         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
4573         Likewise.
4574         (_AC_COMPILER_OBJEXT_REJECT): Reject *.dSYM.
4575         * THANKS: Update.
4576         Report and analysis by Jeff Squyres and Peter O'Gorman.
4578 2007-11-12  Benoit Sigoure  <tsuna@lrde.epita.fr>
4580         Fix typos in variable names.
4581         * tests/semantics.at (test for AC_CHECK_LIB): s/at_m/ac_m/.
4583 2007-11-11  Benoit Sigoure  <tsuna@lrde.epita.fr>
4585         Document that $((expression)) is not portable.
4586         * doc/autoconf.texi (Shell Substitutions): Here.
4588 2007-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4590         Ignore configure --help* errors due to LINENO-impaired shells.
4591         * tests/torture.at (Configuring subdirectories, Deep Package):
4592         In the --help* tests in read-only trees, make `.' temporarily
4593         writable again for the `stderr' file, and ignore errors due to
4594         the attempt to write configure.lineno.
4595         Report by Patrick Welche.
4597 2007-11-10  Jim Meyering  <meyering@redhat.com>
4599         Generate package.m4 in build-dir, not srcdir.
4600         * tests/Makefile.am (package.m4): Adjust target.
4601         Don't redirect directly to $@.
4602         (CLEANFILES): Add package.m4.
4603         ($(TESTSUITE)): Depend on just-built package.m4, not the one
4604         in $(srcdir).
4605         When running $(AUTOTEST), search "." before searching $(srcdir).
4607         Avoid a race condition that would make parallel "distclean" fail.
4608         * tests/Makefile.am (distclean-generic): Replace the default,
4609         automake-provided rule with an identical one, but with an additional
4610         dependency on distclean-local.  Simply adding the dependency would
4611         cause automake not to emit the rule at all.
4612         * BUGS: Building with -jN works, now.
4614         Distribute git-version-gen.
4615         * Makefile.am (EXTRA_DIST): Add build-aux/git-version-gen,
4616         since GNUmakefile is distributed, and requires it for dist* rules.
4618         Remove two more generated files from version control.
4619         * INSTALL: Remove generated file.
4620         * lib/autoscan/autoscan.list: Remove generated file.
4622 2007-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4624         * GNUmakefile (PATH): Remove stray apostrophes; they become
4625         part of PATH, which isn't wanted here.
4627 2007-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4629         New config files output variable `top_build_prefix'.
4630         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Substitute
4631         `top_build_prefix'.
4632         * doc/autoconf.texi (Preset Output Variables): Document it.
4633         * NEWS: Update.
4634         Report by Bob Friesenhahn.
4636         Avoid expr for arithmetic evaluation if the shell accepts $((...)).
4637         * lib/autotest/general.m4 (AT_INIT) <at_func_arith>: New
4638         function, to parametrize arithmetic with expr vs. the shell.
4639         Use it where possible.
4640         Suggestion by Benoit Sigoure.
4642 2007-11-03  Benoit Sigoure  <tsuna@lrde.epita.fr>
4644         Adjust the documentation of autotest WRT atlocal.
4645         * doc/autoconf.texi (Making testsuite Scripts): It is not necessary,
4646         when using Automake, to write a rule to produce atlocal, since it's
4647         an AC_CONFIG_FILES.  Mention that atlocal.in needs to be
4648         distributed, not atconfig.in.
4650 2007-11-04  Eric Blake  <ebb9@byu.net>
4652         Update list information.
4653         * README: Mention new autoconf-commit list.
4654         * doc/autoconf.texi (Introduction): Mention autoconf-commit list.
4656 2007-11-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4658         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Fix comment typo.
4660         * lib/m4sugar/Makefile.am (version.m4): Another bash bug workaround.
4662         * build-aux/.gitignore: Ignore mkinstalldirs.
4664         * doc/autoconf.texi (autoreconf Invocation): Fix an underfull line.
4666 2007-11-03  Jim Meyering  <meyering@redhat.com>
4668         s/-/./ in snapshot version string: 2.61a-256-8b556 -> 2.61a.256-8b556
4669         * build-aux/git-version-gen: This syncs from coreutils.
4671         Adjust the build procedure so "make check" works reliably.
4672         * README-hacking: Include an extra step between "make" and
4673         "make check" to ensure that the latter passes.
4675         Use just-built tools, when possible.
4676         * GNUmakefile (PATH): Set and export here, ...
4677         (dummy): ... rather than here.
4679 2007-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4680         and Andreas Schwab  <schwab@suse.de>
4682         * tests/Makefile.am ($(srcdir)/package.m4): Work around bash
4683         exit status bug.
4685 2007-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4687         * configure.ac (AC_PREREQ): Require version 2.60, for
4688         AC_PROG_SED, AC_PROG_GREP.
4690 2007-11-02  Benoit Sigoure  <tsuna@lrde.epita.fr>
4691         and Jim Meyering  <meyering@redhat.com>
4692         and Andreas Schwab <schwab@suse.de>
4693         and Eric Blake  <ebb9@byu.net>
4695         Document a bug in GNU Bash with compound commands and redirections.
4696         * doc/autoconf.texi (Limitations of Builtins): Mention that GNU
4697         Bash doesn't properly set $? when `{ ... } >/bad' fails, and give
4698         workaround.
4700 2007-11-03  Eric Blake  <ebb9@byu.net>
4702         Support m4 1.4.5 in testsuite.
4703         * tests/torture.at (Define a newline): Exclude line numbers in
4704         error message.
4705         Reported by Ralf Wildenhues.
4707 2007-11-03  Jim Meyering  <meyering@redhat.com>
4709         Remove automake-provided files from version control.
4710         * build-aux/elisp-comp: Remove file.
4711         * build-aux/install-sh: Remove file.
4712         * build-aux/missing: Remove file.
4713         * build-aux/mdate-sh: Remove file.
4714         * build-aux/.gitignore: New file.
4715         Suggestion from Ralf Wildenhues.
4717 2007-11-03  Eric Blake  <ebb9@byu.net>
4719         Adjust version comparison to account for git snapshot numbers.
4720         * lib/m4sugar/m4sugar.m4 (_m4_version_unletter): Also treat - as a
4721         component separator.
4722         * doc/autoconf.texi (Number processing Macros)
4723         <m4_version_compare>: Document this change.
4724         * tests/m4sugar.at (m4@&t@_version_compare): Test it.
4726 2007-10-30  Bruno Haible  <bruno@clisp.org>
4728         * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro,
4729         extracted from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
4730         (AC_TYPE_LONG_LONG_INT, AC_TYPE_UNSIGNED_LONG_LONG_INT): Use it.
4731         Fixes problem with Sun C 5.[0-8] in 32-bit mode, reported in
4732         <http://lists.gnu.org/archive/html/autoconf-patches/2007-10/msg00210.html>
4733         Suggested by Paul Eggert.
4735 2007-10-28  Jim Meyering  <meyering@redhat.com>
4737         * README-hacking: Autoconf, Automake, and Perl are required to build.
4738         List Gzip and Tar separately.  Suggested by Ralf Wildenhues.
4740 2007-10-28  Jim Meyering  <meyering@redhat.com>
4742         README-hacking: Recommend running autoreconf -vi.
4743         * GNUmakefile (dummy): Use autoreconf -i, with appropriate PATH,
4744         so that we use just-built tools when they're available.
4745         Suggestions from Ralf Wildenhues.
4747 2007-10-28  Jim Meyering  <meyering@redhat.com>
4749         Make inter-release --version output more useful.
4751         Now, each unofficial build has a version "number" like 2.61a-19-58dd,
4752         which indicates that it is built using the 19th change set
4753         (in _some_ repository) following the "v2.61a" tag, and that 58dd
4754         is a prefix of the commit SHA1.
4755         * build-aux/git-version-gen: New file.
4756         * configure.ac: Run it to set the version.
4757         (AM_INIT_AUTOMAKE): Don't check NEWS here.
4758         * Makefile.am (dist-hook): Arrange so that .version appears only
4759         in distribution tarballs, never in a checked-out repository.
4760         * .gitignore: Add .version here, too.  Just in case.
4761         * tests/Makefile.am ($(srcdir)/package.m4): Depend on Makefile,
4762         not configure.ac, now that the version number changes automatically.
4764         Ensure that $(VERSION) is up to date for dist-related targets.
4765         * GNUmakefile: Arrange to rerun autoconf, if the version reported by
4766         git-version-gen doesn't match $(VERSION), but only for dist targets.
4768 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4770         Fix `Deep Package' failure with a configure script early in PATH
4771         * tests/torture.at (Deep Package): Add `.' early in PATH.
4772         Report by Jim Meyering.
4774 2007-10-27  Jim Meyering  <meyering@redhat.com>
4776         Remove all generated files from version control.
4777         * aclocal.m4: Remove.
4778         * configure: Remove.
4779         * Makefile.in: Remove, along with all other Makefile.in in subdirs.
4780         * .gitignore: Add aclocal.m4, configure and Makefile.in.  Sort.
4781         * README-hacking: New file: how to build from just-checked-out sources.
4783 2007-10-23  Eric Blake  <ebb9@byu.net>
4785         Improve corner case of m4_expand.
4786         * lib/m4sugar/m4sugar.m4 (m4_expand, _m4_expand): Rewrite more
4787         efficiently.
4788         * tests/m4sh.at (AS@&t@_HELP_STRING): Test overquoted comma.
4789         * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Update
4790         documentation.
4792 2007-10-23  Paul Eggert  <eggert@cs.ucla.edu>
4794         * doc/make-stds.texi: Update from gnulib.
4796 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
4797         and Eric Blake  <ebb9@byu.net>
4799         * lib/autoconf/c.m4 (AC_C_RESTRICT): Work around Sun C++ compatibility
4800         problem reported by Bruno Haible in
4801         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00027.html>.
4803 2007-10-22  Eric Blake  <ebb9@byu.net>
4805         * doc/autoconf.texi (Particular Types): Mention bug in HP-UX 11.00
4806         preprocessor.
4808 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
4810         Don't check for bug in HP-UX 11.00 cpp.
4811         * lib/autoconf/types.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT):
4812         Use -1ull rather than -1u, since that causes problems with gnulib; see
4813         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
4815 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4817         * tests/autotest.at (Backquote command substitution)
4818         (Multiline backquote command substitution)
4819         (Parenthetical command substitution)
4820         (Multiline parenthetical command substitution): Fix typos in
4821         test names.
4823 2007-10-21  Eric Blake  <ebb9@byu.net>
4825         * configure: Regenerate.
4827 2007-10-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4829         Fix config status generation with Tru64 ksh.
4830         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix
4831         escaping of backslash in here-documents.
4833         Fix `Deep Package' test failure on FreeBSD.
4834         * tests/torture.at (Deep Package): Do not add `.' to $PATH
4835         unnecessarily.  Do not try running `/bin/sh configure' with a
4836         configure script to be found in $PATH, if the shell does not do
4837         this resolution.  Fixes test failure on FreeBSD.
4839         Fix config header generation with AIX awk.
4840         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS_PREPARE): In awk
4841         script, use helper array D_is_set, as `" 0"' does not evaluate
4842         to true for AIX awk.
4844 2007-10-21  Eric Blake  <ebb9@byu.net>
4846         * tests/autotest.at (Banners): Reinstate test, with typo
4847         corrected.
4849 2007-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4851         * lib/autotest/general.m4 (Defaults): Validate input ranges ...
4852         <at_func_validate_ranges>: ... using this new function.
4853         * tests/autotest.at (Keywords and ranges): Test invalid ranges.
4854         Test --list with ranges and keywords.
4855         (Banners): Remove one now-failing test.
4857 2007-10-20  Eric Blake  <ebb9@byu.net>
4859         Fix testsuite --list subset.
4860         * lib/autotest/general.m4 (AT_INIT) <at_list_p>: Swap newlines
4861         back to spaces, before listing subset of tests.
4862         Reported by Ralf Wildenhues.
4864 2007-10-19  Eric Blake  <ebb9@byu.net>
4866         s/parenthesis/parentheses/ where appropriate.
4867         * doc/autoconf.texi: Fix typos.
4868         * lib/m4sugar/m4sugar.m4: Likewise.
4869         Reported by Ralf Wildenhues.
4871         Document m4_expand limitation.
4872         * lib/m4sugar/m4sugar.m4 (m4_expand): Mention problem with
4873         unbalanced parse.
4874         * doc/autoconf.texi (Pretty Help Strings, Evaluation Macros)
4875         (Writing Testsuites): Mention limitations inherited from
4876         m4_expand.
4878         Improve AT_BANNER handling.
4879         * lib/autotest/general.m4 (BANNERS): New named diversion.
4880         (TESTS_END): Diversion no longer used.
4881         (AT_INIT) <at_func_banner, BANNERS>: Factor all banners into a
4882         shell function, which prints only as needed, using an associative
4883         array of banner text from a special diversion.
4884         <PARSE_ARGS_END>: No longer need awk to find banners.
4885         <TESTS>: Banners are no longer processed by main driver loop, so
4886         we no longer need case statement.
4887         (AT_BANNER): Rewrite to populate new diversion.
4888         (AT_SETUP): Each test invokes its own banner.  No output is needed
4889         to the TESTS diversion.
4890         * doc/autoconf.texi (Writing Testsuites): Document slight
4891         semantics change.
4892         * tests/autotest.at (AT_BANNERS): Enhance test.
4893         * NEWS: Document AT_BANNER.
4895         Document and test AT_BANNER.
4896         * doc/autoconf.texi (Writing Testsuites): Document AT_BANNER.
4897         * tests/autotest.at (AT_CHECK_EGREP): Share between tests.
4898         (AT_CHECK_BANNERS): New test.
4900         Doc touchups.
4901         * doc/autoconf.texi (Text processing Macros) <m4_strip>
4902         <m4_text_wrap>: Clarify and fix typos.
4904 2007-10-18  Eric Blake  <ebb9@byu.net>
4906         Ignore `make dist' changelogs in testsuite.log.
4907         * lib/autotest/general.m4 (AT_INIT) <ChangeLogs>: Prune
4908         directories matching AT_PACKAGE_TARNAME-*.
4910         Fix AT_TESTED, AT_KEYWORDS.
4911         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): Warn if separator
4912         occurs in string, as duplicates may be added.
4913         (_m4_append_uniq): New helper macro.
4914         (m4_append_uniq_w): New macro.
4915         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Fix
4916         duplication bug by using new macro.
4917         (AT_INIT) <at_tested>: Restore newline separators.  Invoke tested
4918         programs with stdin redirected, so programs that don't
4919         understand --version won't try to behave interactively.
4920         * tests/autotest.at (Tested programs): Catch this bug.
4921         * tests/m4sugar.at (m4@&t@_append): Test new macro.
4922         * tests/local.at (AT_TESTED): Add m4, perl.
4923         * doc/autoconf.texi (Text processing Macros): Document
4924         m4_append_uniq_w, and update text on m4_append.
4925         * NEWS: Document the addition.
4927 2007-10-17  Eric Blake  <ebb9@byu.net>
4929         Function cleanup.
4930         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): Convert
4931         from m4 macro...
4932         (AT_INIT) <at_func_create_debugging_script>: ...to shell
4933         function.
4934         (AT_INIT): Defer function declarations until after --help,
4935         --version.  Format functions consistently, trying to fit in 80
4936         columns.
4937         (TEST_FUNCTIONS): Based on recent changes, rename...
4938         (TEST_GROUPS): ...to this.
4940         Reject FreeBSD m4.
4941         * m4/m4.m4 (AC_PROG_GNU_M4): Also check for frozen file support.
4942         * configure: Regenerate.
4943         Reported by Bob Friesenhahn.
4945         Test recent additions.
4946         * tests/m4sugar.at (m4@&t@_map, m4@&t@_combine)
4947         (m4@&t_max and m4@&t_min): New tests.
4948         * doc/autoconf.texi (Evaluation Macros) <m4_apply>: Enhance
4949         description.
4951 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4953         * TODO: multiline args in config files and headers work now.
4955         Autotest: do not use shell functions for individual tests.
4956         * lib/autotest/general.m4 (AT_INIT) <at_func_test>: Merely
4957         extract the source test source, do not invoke it.
4958         (AT_SETUP, AT_CLEANUP): Source test code outside shell function.
4959         * tests/autotest.at (Fallacy): Actually let the inner suite fail,
4960         expect exit status of 1.
4961         * tests/autotest.at (Skip): New test, for bogus zsh exit status.
4963         * lib/autotest/general.m4 (at_func_test): Fix test extraction
4964         script.
4966 2007-10-17  Eric Blake  <ebb9@byu.net>
4968         Fix m4_combine for empty suffix list.
4969         * lib/m4sugar/m4sugar.m4 (m4_combine): Check for suffix list.
4970         * doc/autoconf.texi (Text processing Macros): Document this.
4972         Add m4_combine, based on Libtool's lt_combine.
4973         * lib/m4sugar/m4sugar.m4 (m4_combine): New macro.
4974         * doc/autoconf.texi (Text processing Macros): Document it.
4975         * NEWS: Likewise.
4977 2007-10-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4979         Fix `configure --help=recursive' in unconfigured/read-only trees.
4980         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Avoid errors when `.'
4981         is not writable, use 'cp -p' in this case, in the hope that it
4982         will not actually be needed.  Still try removing files, in case
4983         of other write errors.
4984         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): For ac_confdir,
4985         use $as_myself, not $0.
4986         (_AC_INIT_HELP): For --help=recursive, if the subdir does not
4987         exist, try again in the the source tree.  This change assumes
4988         that the subpackage configure script is capable of running
4989         --help=recursive in the source tree.
4990         * tests/torture.at (Configuring subdirectories, Deep Package):
4991         Adjust tests to expose both issues, also try invocation as
4992         `sh configure ...' and plain `configure ...' with PATH adjusted.
4993         * NEWS, THANKS: Update.
4994         Report by Hans Ulrich Niedermann.
4996 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4998         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
4999         Problem reported by H.Merijn Brand in
5000         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
5001         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
5002         (AC_TYPE_UNSIGNED_LONG_LONG_INT):
5003         Check that preprocessor handles 64-bit ints, too.
5005 2007-10-16  Eric Blake  <ebb9@byu.net>
5007         m4_map is a looping construct.
5008         * lib/m4sugar/m4sugar.m4 (m4_map, _m4_map, m4_map_sep): Move.
5010         Fix m4_map, and add some more utility macros.
5011         * lib/m4sugar/m4sugar.m4 (m4_apply, m4_count, m4_dquote_elt)
5012         (m4_echo, m4_make_list): New documented macros.
5013         (_m4_quote, _m4_shift2): New helper macros.
5014         (m4_map): Change semantics to allow calling macro without
5015         arguments.
5016         (m4_map_sep): Likewise.  Also change semantics to quote separator,
5017         to match m4_join and m4_append.
5018         (m4_version_unletter): Fix use of m4_map.
5019         * doc/autoconf.texi (Evaluation Macros): Document m4_apply,
5020         m4_count, m4_dquote_elt, m4_echo, m4_make_list.
5021         (Text processing Macros): Mention m4_dquote as a faster
5022         alternative to joining with commas.
5023         (Looping constructs): Document m4_map, m4_map_sep.
5024         * NEWS: Mention new macros.
5026         A few more m4sugar improvements, to benefit libtool.
5027         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts, _m4_shiftn): Reduce size
5028         of expansion by avoiding extra uses of $@.
5029         (m4_shiftn): Avoid extra dnl, and forbid shifting by 0.
5030         (_m4_cdr): New helper macro.
5031         (_m4_map, m4_map_sep): Use it to reduce size of expansion.
5032         (_m4_shift3): New helper macro.
5033         (_m4_foreach): Swap argument order, and use new macro to reduce
5034         size of expansion.
5035         * doc/autoconf.texi (Looping constructs) <m4_shiftn>: Mention that
5036         count must be positive.
5038         * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Fix typo.
5039         Reported by Ralf Wildenhues.
5041 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5043         * doc/autoconf.texi (Portable Shell): Improve description of zsh
5044         4.x function subshell bug with exit and trap.
5046 2007-10-15  Eric Blake  <ebb9@byu.net>
5048         Enhance AS_HELP_STRING.
5049         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't expand arguments,
5050         and reduce number of expansions.
5051         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Rework to use m4_expand,
5052         and to take indent and wrap column numbers.
5053         * tests/m4sh.at (AS@&t@_HELP_STRING): Update the test.
5054         * doc/autoconf.texi (Pretty Help Strings): Document details about
5055         arguments.
5056         (Text processing Macros): Minor tweaks.
5057         * NEWS: Document this change.
5059         Fix 2007-10-03 regression with AT_SETUP([a, b]).
5060         * lib/m4sugar/m4sugar.m4 (m4_expand): New macro.
5061         (m4_text_box): Use it.
5062         * lib/autotest/general.m4 (AT_SETUP): Use it.
5063         * lib/m4sugar/m4sh.m4 (_AS_RUN): Use it.
5064         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Test this.
5065         * NEWS: Revert caveat about semantics change on comma.
5066         * doc/autoconf.texi (Evaluation Macros): Document m4_expand.
5068 2007-10-13  Eric Blake  <ebb9@byu.net>
5070         Change m4_join to match libtool's ltsugar semantics.
5071         * lib/m4sugar/m4sugar.m4 (m4_join): Just define this, not defun.
5072         Ignore empty arguments, using...
5073         (_m4_join): ...this new helper.
5074         * tests/m4sugar.at (m4@&t@_join): New test.
5075         * doc/autoconf.texi (Text processing Macros): Document new
5076         semantics of m4_join.
5078         Make AC_PREREQ faster and more robust.
5079         * lib/m4sugar/m4sugar.m4 (m4_ignore, m4_unquote): New macros.
5080         (m4_version_prereq): Inline constant expansions.
5081         (m4_list_cmp): Reduce number of expansions, by avoiding m4_case.
5082         Rewrite in terms of [] list, not () list.
5083         (_m4_list_cmp, _m4_version_unletter): New helper macros.
5084         (m4_version_unletter): Write wrapper around new implementation to
5085         preserve old semantics.
5086         (m4_version_compare): Pass correct type of list, and avoid
5087         overhead of flattening expressions too early.
5088         (m4_do): Move to be near other quoting macros.
5089         (m4_max, m4_min): Always result in decimal output.
5090         * doc/autoconf.texi (Looping constructs): Add m4_car, m4_cdr.
5091         Move m4_do...
5092         (Evaluation Macros): ...here.  Add m4_ignore, m4_unquote.
5093         (Text processing Macros): Move m4_version_compare...
5094         (Number processing Macros): ...to this new node; document m4_cmp,
5095         m4_list_cmp, m4_sign, m4_max, m4_min.
5096         * tests/m4sugar.at (m4@&t@_version_compare): Enhance test, to pick
5097         up on bugs fixed by this patch.
5098         * NEWS: Document new macros.
5100 2007-10-12  Eric Blake  <ebb9@byu.net>
5102         * doc/autoconf.texi (Text processing Macros): Fix bad merge.
5103         (Reporting Messages): Fix underfull hbox.
5105         Some more m4sugar documentation.
5106         * lib/m4sugar/m4sugar.m4: Clean up macro order.
5107         * doc/autoconf.texi (Programming in M4): Lighten the warning on
5108         using m4sugar; it is stabilizing and useful.
5109         (Redefined M4 Macros): Touch up wording on M4 builtins; sort.  Add
5110         m4_divert, m4_undivert, __file__, __line__, __oline__.
5111         (Diagnostics): New node, documenting m4_assert, m4_errprintn,
5112         m4_fatal, m4_location, m4_warn.
5113         (Diversion support): New node, documenting m4_divert_push,
5114         m4_divert_pop, m4_divert_text, m4_divert_once.
5115         (Text processing Macros): Sort.  Add m4_flatten, m4_join,
5116         m4_newline, m4_strip, m4_text_box, m4_text_wrap.
5117         (Reporting Messages): Mark AC_DIAGNOSE, AC_WARNING, and AC_FATAL
5118         as obsolescent.
5119         (Printing Messages): Change cross-reference.
5121         Document interaction of recent m4_append change with Libtool HEAD.
5122         * lib/m4sugar/m4sugar.m4 (m4_append): Document semantics change.
5123         (m4_append_uniq): Add new parameters, based on lt_append_uniq.
5124         * tests/m4sugar.at (m4@&t@_append): New test.
5125         * NEWS: Document semantics change.
5126         * doc/autoconf.texi (Text processing Macros): Likewise.
5128         s/AC_VERSION/AC_AUTOCONF_VERSION/.
5129         * doc/autoconf.texi (Versioning): Change the name.
5130         * NEWS: Likewise.
5131         * lib/autoconf/general.m4 (AC_AUTOCONF_VERSION): Likewise.
5132         * tests/tools.at (autoconf: AC_AUTOCONF_VERSION): Likewise.
5133         Suggested by Ralf Wildenhues.
5135         Namespace cleanup.
5136         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE)
5137         (_AC_OUTPUT_HEADERS_PREPARE): Convert here-doc delimiters into
5138         autoconf namespace.
5139         * doc/autoconf.texi (Programming in M4sugar, Forbidden Patterns)
5140         (Programming in M4sh, Macro Names): Beef up description of
5141         namespaces reserved for autoconf.
5142         * configure: Regenerate.
5144 2007-10-12  Eric Blake  <ebb9@byu.net>
5145         and Paolo Bonzini  <bonzini@gnu.org>
5147         Speed up execution of subset of testsuite.
5148         * lib/autotest/general.m4 (TEST_FUNCTIONS): New diversion.
5149         (AT_INIT) <at_func_test>: New shell function.
5150         (AT_INIT) <at_myself>: New variable, set to absolute $as_myself.
5151         (AT_INIT) <at_test_source> New variable, names file that holds
5152         current test function definition.
5153         (AT_SETUP): Start the shell function at_func_test_#, into the
5154         TEST_FUNCTIONS diversion.
5155         (AT_CLEANUP): End the shell function.  Simplify the TESTS
5156         diversion to invoke the function.
5158 2007-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5160         * .gitignore: Ignore tags and TAGS files.
5162 2007-10-11  Eric Blake  <ebb9@byu.net>
5164         Config header generation followup.
5165         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Check for raw newlines,
5166         which won't work with the preprocessor nor with the awk
5167         implementation.
5168         * tests/torture.at (Define a newline): Test raw newline detection,
5169         removing the XFAIL.
5170         * doc/autoconf.texi (Defining Symbols): Document recent change to
5171         allow backslash-newline.
5172         * THANKS: Update.
5174 2007-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5176         * lib/autotest/general.m4: Put function braces in separate line.
5178 2007-10-10  Eric Blake  <ebb9@byu.net>
5180         Avoid some overhead from m4_defn and m4_popdef.
5181         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Only
5182         pass on first argument, since we are documented that way.
5183         (m4_for, m4_append_uniq, m4_text_wrap): Optimize out defined-ness
5184         check where it is safe to do so.
5185         (m4_append): Likewise, and quote the separator.
5186         (m4_text_box): Likewise, and avoid regex, also be robust to
5187         expansion and quadrigraphs.
5189         Another AC_DEFINE speedup.
5190         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Move parameter
5191         elision...
5192         (_AC_DEFINE_Q): ...here, and only do it once.
5193         * lib/autoconf/functions.m4 (AC_CHECK_FUNCS): Avoid overquoting.
5194         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Fix m4_defn overquoting
5195         introduced 2007-10-05.
5197         Whitespace cleanup.
5198         * lib/autoconf/general.m4: Use consistent indentation.
5199         * configure: Regenerate.
5201         * NEWS: Announce recent round of speed optimizations.
5203 2007-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5205         * NEWS: Announce shell function usage in Autotest.
5207 2007-10-10  Eric Blake  <ebb9@byu.net>
5208         and Paul Eggert  <eggert@cs.ucla.edu>
5210         Reduce number of forks at startup.
5211         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Speed up NLS
5212         sanitization.
5213         * configure: Regenerate.
5215 2007-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5216         and Paul Eggert  <eggert@cs.ucla.edu>
5218         Use awk for config header generation.
5219         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix comments.
5220         (_AC_OUTPUT_HEADERS_PREPARE): New macro.  Rewrite of the config
5221         header machinery for use with awk and placement outside the main
5222         config.status instantiation loop.  Retain multi-line defines
5223         through backslash-newline combinations, do not split the script
5224         any more.
5225         (_AC_OUTPUT_HEADER): Simplify accordingly, use $AWK.
5226         (_AC_OUTPUT_MAIN_LOOP): Call _AC_OUTPUT_HEADERS_PREPARE if
5227         needed.
5228         (AC_OUTPUT_MAKE_DEFS): Remove backslash-newline combinations
5229         from define values.
5230         * NEWS: Update.
5231         * tests/torture.at (#define header templates): Extend test by
5232         several more cases: white space before and after `#', macros
5233         with parameters in config.hin and as defines, multi-line macro
5234         values.
5235         (Torturing config.status): Use a define value twice the length
5236         in order to exercise the awk literal string limit.
5237         (Substitute and define special characters): Also try special
5238         delimiter, to exercise the special-case code.
5239         Suggestion by Eric Lemings.
5241 2007-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5243         * tests/local.at (AT_COPYRIGHT): Bump copyright years.
5245 2007-10-09  Eric Blake  <ebb9@byu.net>
5247         Improve header of bin/autoconf.
5248         * lib/m4sugar/m4sh.m4 (AS_INIT): Add a 'generated from' notice.
5249         * lib/autoconf/general.m4 (_AC_INIT_NOTICE): Override new notice
5250         from M4sh.
5251         * bin/autoconf.as: Put copyright up front in generated file.
5253         * bin/autoconf.as (exit_missing_arg): Font-lock tweak.
5255 2007-10-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5257         * doc/install.texi (Basic Installation): Document `uninstall'.
5258         * INSTALL: Regenerate.
5259         Suggestion by Roberto Bagnara.
5261 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5263         * doc/autoconf.texi (Limitations of Usual Tools): V7 awk had 'index'.
5265         Adjust doc. to match latest gnulib.
5266         * build-aux/texinfo.tex: Sync from gnulib.
5267         * doc/standards.texi: Likewise.
5268         * doc/autoconf.texi (Copying This Manual): Rename to "GNU Free
5269         Documentation License" and remove the subsection.  This simplifies
5270         the manual a bit and is more like what other GNU projects do
5271         nowadays.
5273 2007-10-08  Eric Blake  <ebb9@byu.net>
5275         Use recent changes.
5276         * configure: Regenerate.
5278         Fix regression in m4_text_wrap from 2007-10-05.
5279         * lib/m4sugar/m4sugar.m4 (m4_max, m4_min): New macros.
5280         (m4_sign): Sort.
5281         (m4_text_wrap): Fix off-by-one error in rewrite from m4_for to
5282         m4_format.
5283         * lib/autotest/general.m4 (AT_SETUP): Avoid negative width.
5284         * tests/autotest.at (Long test title, Longer test title): Test
5285         this fix, beyond what AS_HELP_STRING already tests.
5287         Avoid m4 warnings on bad m4_format usage.
5288         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Use %*s, in case width
5289         evaulates to 0.
5290         * lib/autotest/general.m4 (AT_SETUP): Likewise; also ensure that
5291         enough arguments are provided.
5293 2007-10-06  Paolo Bonzini  <bonzini@gnu.org>
5295         * doc/autoconf.texi (Shell portability): Document shell function
5296         portability.
5298 2007-10-06  Paolo Bonzini  <bonzini@gnu.org>
5300         * lib/autotest/general.m4 (AT_INIT): Add at_func_diff_devnull,
5301         at_func_check_skip, at_func_check_status, at_func_filter_trace,
5302         at_func_log_failure shell functions.  Use test -s to avoid
5303         useless diff invocations.
5304         (at_func_check_newline): Renamed from at_check_newline.
5305         (AT_SETUP): Define AT_captured_files to empty.
5306         (AT_DIFF_STDERR(*), AT_DIFF_STDOUT(*)): New, extracted from _AT_CHECK.
5307         (_AT_CHECK): Replace m4_case with m4_ifdef/m4_indir.  Use all
5308         the shell functions.
5310 2007-10-05  Paul Eggert  <eggert@cs.ucla.edu>
5312         Don't assume "." is writeable, for commands like "autoconf --version".
5313         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use a
5314         different heuristic instead, one that doesn't rely on creating
5315         files.
5317         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle "///"
5318         correctly.
5320 2007-10-05  Jim Meyering  <meyering@redhat.com>
5322         Avoid makeinfo warnings.
5323         * doc/autoconf.texi (Redefined M4 Macros): Add a `,' after @xref.
5324         (Looping constructs): Add ` ' after @defmac'd name, m4_do.
5326 2007-10-05  Eric Blake  <ebb9@byu.net>
5328         Resolve Python issue 1676135 regarding configure directory args.
5329         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Strip trailing
5330         slashes from directory arguments.
5331         * tests/base.at (configure directories): New test.
5332         * doc/autoconf.texi (Installation Directory Variables): Document
5333         the change.
5334         * NEWS: Likewise.
5335         * THANKS: Update.
5336         Reported by Björn Lindqvist.
5338         Provide better short-circuiting operation.
5339         * lib/m4sugar/m4sugar.m4 (m4_cond, m4_newline): New macros.
5340         (m4_text_wrap): Use it.  Also avoid useless m4_for.
5341         * lib/m4sugar/m4sh.m4 (_AS_QUOTE_IFELSE, AS_LITERAL_IF): Use
5342         new macro.
5343         (_AS_IDENTIFIER_IF): Likewise, and fix bug when $1 is [,].
5344         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Use new macros
5345         to avoid regexps.
5346         * doc/autoconf.texi (Redefined M4 Macros): Expand m4_if
5347         documentation.  Sort m4_mkstemp, m4_undefine.  Move m4_ifndef...
5348         (Conditional constructs): ...here, to new section.  Also document
5349         m4_cond, m4_ifval, m4_n, m4_ifvaln, m4_ifset, m4_case, m4_bmatch,
5350         m4_bpatsubsts, and m4_default.
5351         (Looping constructs): Document m4_shiftn, m4_shift2, m4_shift3,
5352         m4_do.
5354 2007-10-04  Eric Blake  <ebb9@byu.net>
5356         Fix recent testsuite failures.
5357         * lib/autotest/general.m4 (AT_INIT, AT_SETUP): Double-quote text
5358         that must not be re-expanded after AS_ESCAPE.
5359         * lib/m4sugar/m4sh.m4 (_AS_IDENTIFIER_IF): Don't expand $1 when
5360         checking if it is an identifier.
5362         Whitespace cleanup.
5363         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): Avoid
5364         leading whitespace, as it caused space-tab in testsuite.
5365         (AT_INIT): Avoid trailing newlines in testsuite.
5367         One more round of m4_foreach_w speedups.
5368         * lib/m4sugar/m4sugar.m4 (m4_flatten): Only use regex if newline
5369         is present.
5370         (_m4_split): Avoid useless expansions inside definition.  Move
5371         argument defaulting...
5372         (m4_split): ...here.  Change alternate quote to something less
5373         likely to appear in $1.  Also, special case space as regexp...
5374         (m4_foreach_w): ...to avoid regexp on single-term list.
5375         (m4_default, m4_defn, m4_popdef, m4_undefine, _m4_foreach): Avoid
5376         useless expansions inside definition.
5377         * tests/m4sugar.at (m4@&t@_split): Add tests.
5379 2007-10-04  Paolo Bonzini  <bonzini@gnu.org>
5381         * general.m4 (AT_INIT): Add at_check_newline function.
5382         (_AT_DECIDE_TRACEABLE): Include at_traceon test, use shell function.
5383         (_AT_CHECK): Don't use at_trace_this.
5385 2007-10-04  Paolo Bonzini  <bonzini@gnu.org>
5387         Fix previous commit.
5388         * lib/autotest/general.m4 (AT_LINE): Fix regex.
5390 2007-10-04  Eric Blake  <ebb9@byu.net>
5392         Speed up building testsuites.
5393         * lib/autotest/general.m4 (AT_LINE): Only use regex when file
5394         changed since last time.  Use simpler regex.
5396 2007-10-03  Eric Blake  <ebb9@byu.net>
5398         Optimize checking for identifiers.
5399         * lib/m4sugar/m4sh.m4 (AS_IDENTIFIER_IF, _AS_IDENTIFIER_IF): New
5400         macros, more efficient than regex on m4_re_word.
5401         * lib/autoconf/general.m4 (AC_SUBST, AC_DEFINE_TRACE_LITERAL):
5402         Rewrite in terms of new macro.  As a side-effect, AC_DEFINE can
5403         now use @&t@.
5404         * configure: Regenerate.
5406         Remove some XFAILs, and make AT_SETUP output line up.
5407         * lib/autotest/general.m4 (AT_SETUP): Only expand description
5408         once; thereafter, use its expansion, properly quoted.
5409         * tests/autotest.at (AT_CHECK_AT_TITLE): Also check macro
5410         expansion with arguments, and check for aligned output.
5411         (AT_CHECK_AT_TITLE_CHAR): Remove XFAILs for tests that now pass.
5412         Add a test for macros with parameters.
5413         * NEWS: Document the semantics change.
5414         * tests/base.at: Fix test titles containing commas.
5415         * tests/compile.at: Likewise.
5416         * tests/tools.at: Likewise.
5417         * tests/torture.at: Likewise.
5419         Another round of regex avoidance.
5420         * lib/m4sugar/m4sugar.m4 (m4_cr_alnum, m4_cr_all)
5421         (_m4_define_cr_not, m4_cr_not_letters, m4_cr_not_LETTERS)
5422         (m4_cr_not_Letters, m4_cr_not_digits, m4_cr_not_alnum)
5423         (m4_cr_not_symbols1, m4_cr_not_symbols2): New macros, implementing
5424         character ranges useful in m4_translit.
5425         (m4_toupper, m4_tolower): Optimize the constant portion of
5426         definition.
5427         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Also reject @S|@ because it
5428         creates $, and reject [] thanks to AS_TR_SH rewrite.
5429         (AS_TR_SH, AS_TR_CPP): Use just translit, not bpatsubst.
5430         (AS_ESCAPE): Factor...
5431         (_AS_ESCAPE): ...into new macro, with second argument required.
5432         Avoid regex in common case.
5433         (_AS_QUOTE): Use new macro.
5435         Whitespace cleanup.
5436         * lib/autoconf/types.m4: Avoid space-tab.
5437         * lib/m4sugar/m4sh.m4: Use tab consistently.
5439 2007-10-03  Paul Eggert  <eggert@cs.ucla.edu>
5441         * lib/m4sugar/m4sugar.m4 (m4_shift2, m4_shift3): New macros.
5442         (m4_shiftn): Remove no-longer-needed optimization.  Perhaps we
5443         should remove m4_shiftn entirely?
5444         (m4_case, b4_bmatch, m4_map_sep, m4_bpatsubsts, m4_join):
5445         Prefer m4_shift2 and m4_shift3 to m4_shiftn.
5446         * lib/autoconf/lang.m4 (_AC_LANG_DISPATCH): Likewise.
5447         * lib/m4sugar/m4sh.m4 (AS_CASE, AS_IF): Likewise.
5448         * tests/autotest.at (AT_CHECK_AT_TEST): Likewise.
5450 2007-10-03  Eric Blake  <ebb9@byu.net>
5452         Comment touchups.
5453         * lib/m4sugar/m4sugar.m4: Grammar fixes in comments.
5455 2007-10-02  Eric Blake  <ebb9@byu.net>
5457         Optimize appending text.
5458         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): Use index, not regular
5459         expressions.
5461         Optimize recursion.
5462         * lib/m4sugar/m4sugar.m4 (m4_shiftn): This macro is called in a
5463         lot of hot spots; optimize it for 2 and 3 shifts.
5465         Optimize AC_PREREQ and other m4sugar numerics.
5466         * lib/m4sugar/m4sugar.m4 (m4_sign): Write with m4_eval.
5467         (m4_cmp): Compare arbitrary expressions, without overflow.
5468         (m4_version_unletter): Also recognize capital letters.
5469         (m4_version_compare): Avoid regex when splitting version number
5470         string.
5472 2007-10-01  Eric Blake  <ebb9@byu.net>
5474         Once again, reject IRIX m4.
5475         * m4/m4.m4 (AC_PROG_GNU_M4): Use indir builtin to root out non-GNU
5476         implementations that ignore --trace.
5477         * configure: Regenerate.
5478         Reported by Ralf Wildenhues.
5480         Fix regression in AC_DEFINE([macro(with_arg)]).
5481         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't chop off close
5482         quotes with a careless m4_substr.
5484 2007-09-30  Eric Blake  <ebb9@byu.net>
5486         Allow nameless iteration.
5487         * lib/m4sugar/m4sugar.m4 (m4_for, _m4_for): Access variable
5488         indirectly.
5489         * tests/m4sugar.at (myvar): Test this.
5491 2007-09-29  Eric Blake  <ebb9@byu.net>
5493         Speed optimization: avoid m4 regex when other algorithms work.
5494         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Rewrite without regex.
5495         (_AS_QUOTE_IFELSE): Likewise.
5496         * lib/m4sugar/m4sugar.m4 (m4_strip): Reduce from 3 to 2 regex.
5497         (m4_bpatsubsts): Split...
5498         (_m4_bpatsubsts): ...so that recursion can avoid patsubst on empty
5499         regex.
5500         (_m4_divert()): Define, to avoid m4 warning on `m4_divert'.
5501         (m4_qlen): Optimize on short strings, to avoid regex.
5502         (m4_sign): Avoid regex, and fix bug with `01' and `-0'.
5503         * lib/autoconf/general.m4 (AC_CACHE_VAL): Rewrite without regex.
5504         (AC_DEFINE_TRACE): Likewise.
5506 2007-09-28  Eric Blake  <ebb9@byu.net>
5508         Oops - my earlier 'optimization' caused a regression.
5509         * tests/local.at (AT_CHECK_M4): Fix typo.
5511 2007-09-27  Eric Blake  <ebb9@byu.net>
5512         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5514         Catch even more common AC_CACHE_VAL mistakes.
5515         * lib/autoconf/general.m4 (AC_CACHE_VAL): Warn if cache variable
5516         lacks '_cv_', or if AC_SUBST appears in body.
5517         * tests/base.at (AC_CACHE_CHECK): Test this change.
5519 2007-09-27  Stepan Kasal  <kasal@ucw.cz>
5520         and Eric Blake  <ebb9@byu.net>
5522         Autotest no longer caters to Ultrix redirection limitation.
5523         * doc/autoconf.texi (Writing testsuite.at): Remove the
5524         limitation that the first parameter of AT_CHECK cannot
5525         contain redirection.
5526         (File Descriptors): Mention that Ultrix limitation is no longer a
5527         show-stopper in modern code.
5528         * tests/local.at (AT_CHECK_M4): Fix for cases when the fourth
5529         parameter is `stderr' or `experr'.  Optimize if it was `ignore'.
5530         * lib/autotest/general.m4 (AT_CHECK): Update comment.
5532 2007-09-27  Eric Blake  <ebb9@byu.net>
5534         Squelch changeword in m4sugar.
5535         * lib/m4sugar/m4sugar.m4 (changeword): Disable this experimental
5536         feature of m4 1.4.x.
5538         Configure whitespace touchups.
5539         * lib/autoconf/general.m4 (_AC_INIT_HELP): Fix alignment of
5540         installation directories, and avoid TAB, in configure --help
5541         output.
5542         * configure.ac: Avoid extra trailing newline.
5543         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Avoid space-tab.
5544         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Avoid TAB in
5545         config.status --help output.
5546         * configure: Regenerate.
5548         Fix underquotation in AS_HELP_STRING.
5549         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Don't underquote lhs
5550         argument.
5551         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't underquote
5552         first-prefix argument.
5553         * tests/m4sh.at (AS@&t@_HELP_STRING): Test this fix.
5554         * NEWS: Document AS_HELP_STRING fix.
5556         Autotest formatting touchups.
5557         * lib/autotest/general.m4 (HELP_TUNING): Avoid TAB in terminal
5558         output.
5559         (PATH): Simplify computation of new PATH.
5561 2007-09-26  Eric Blake  <ebb9@byu.net>
5563         Fix testsuite breakage in last patch.
5564         * tests/autotest.at (AT_CHECK_AT_TITLE): Properly quote the
5565         font-lock fix.
5566         * tests/torture.at (@%:@define header templates): Rename, so that
5567         output lines up correctly.
5569         More font-lock happiness.
5570         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Clean up font
5571         confusion.
5573 2007-09-25  Eric Blake  <ebb9@byu.net>
5575         Typo fixes.
5576         * lib/autoconf/general.m4 (AC_SUBST): Fix typo in comment.
5577         * lib/m4sugar/m4sh.m4 (AS_VAR_PUSHDEF): Likewise.
5579         Improve documentation of M4 parameter expansion.
5580         * doc/autoconf.texi (Quoting and Parameters): New section.
5581         (Quotation and Nested Macros): Improve wording.
5583         Improve C99 detection.
5584         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Add support for HP cc, and
5585         avoid deprecation warning with icc.
5586         * THANKS: Update.
5587         Reported by Ted Bullock.
5589 2007-09-24  Jim Meyering  <jim@meyering.net>
5591         Whenever possible, use the vertical bar as sed delimiter.
5592         * lib/autoconf/functions.m4 (GETLOADAVG_LIBS) [AC_FUNC_GETLOADAVG]:
5593         Use "|", not "!".
5594         * lib/autoconf/status.m4 (_AC_SRCDIRS) [ac_top_builddir_sub]:
5595         [ac_dir_suffix]: Use "|", not "," as sed delimiter.
5596         * tests/mktests.sh (as_me): Likewise.
5597         * lib/freeze.mk (check-forbidden-patterns): Likewise.
5598         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
5599         * configure: Regenerate.
5600         * doc/autoconf.texi (Shell Substitutions): Use "|", not "," in examples.
5601         * lib/autotest/general.m4 (AT_INIT): Use "|", not "&" as sed delimiter
5602         in the : -> $PATH_SEPARATOR transformation of $AUTOTEST_PATH.
5603         This is fine, as long as $PATH_SEPARATOR doesn't contain "|".
5605 2007-09-22  Jim Meyering  <jim@meyering.net>
5607         Add a comment.
5608         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Document the
5609         2004-05-31 change also with a comment in the code.
5611 2007-09-20  Eric Blake  <ebb9@byu.net>
5613         More contribution housekeeping.
5614         * THANKS: Sort.
5615         * AUTHORS: Sort, reflect recent assignment from Helge Deller.
5617         Ignore additional files, when copying cross-repository.
5618         * .gitignore: Ignore CVS directories, emacs edits.
5619         * .cvsignore: Ignore .git directory, emacs edits.
5621 2007-09-15  Eric Blake  <ebb9@byu.net>
5623         Provide AC_VERSION, not m4_AUTOCONF_VERSION.
5624         * doc/autoconf.texi (Text processing Macros): Remove mention of
5625         m4_AUTOCONF_VERSION, and leave m4_PACKAGE_VERSION undocumented
5626         once again.
5627         (Notices): Move AC_PREREQ...
5628         (Versioning): ...to this new section, alongside the new AC_VERSION
5629         alias for the undocumented m4_PACKAGE_VERSION.
5630         * lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): Revert change.
5631         * lib/autoconf/general.m4 (AC_VERSION): New macro.
5632         * NEWS: Update to match this rename.
5633         * tests/m4sugar.at (m4@&t@_version_compare): Remove tests of
5634         m4_PACKAGE_VERSION.
5635         * tests/tools.at (autoconf: AC_VERSION): New test.
5636         Suggested by Paolo Bonzini and Benoit Sigoure.
5638 2007-09-14  Eric Blake  <ebb9@byu.net>
5640         Prepare for conversion to git.
5641         * doc/.cvsignore: Avoid multiple listings on one line.
5642         * bin/.cvsignore: Likewise.
5643         * .gitignore, bin/.gitignore, config/.gitignore, doc/.gitignore,
5644         lib/.gitignore, lib/Autom4te/.gitignore, lib/autoconf/.gitignore,
5645         lib/autoscan/.gitignore, lib/autotest/.gitignore,
5646         lib/emacs/.gitignore, lib/m4sugar/.gitignore, man/.gitignore,
5647         tests/.gitignore: New files, identical to .cvsignore counterpart.
5649 2007-09-13  Eric Blake  <ebb9@byu.net>
5651         Editing eye-candy.
5652         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Restore
5653         font-lock balance.
5654         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Likewise.
5655         * lib/autoconf/general.m4 (_AC_DO_ECHO): Likewise.
5656         * configure: Regenerate.
5658         Clean up 'make dist' of previous patch.
5659         * tests/Makefile.am (EXTRA_DIST): Distribute mktests.stamp.
5660         (CLEANFILES): Don't clean the stamp, since we distribute the
5661         generated files pre-built.
5662         (MAINTAINERCLEANFILES): Clean it here instead.
5663         * tests/Makefile.in: Regenerate.
5665         Avoid parallel 'make check' issue.
5666         * tests/Makefile.am (mktests.stamp): New witness.
5667         (TESTSUITE_GENERATED_AT): Use it.
5668         (CLEANFILES): Clean the witness.
5669         * tests/.cvsignore (mktests.stamp): Ignore the witness.
5671         Document another awk pitfall.
5672         * doc/autoconf.texi (Limitations of Usual Tools) <awk>: Document
5673         limitation of field variables in END.
5674         Reported by Gary V. Vaughan.
5676         * AUTHORS: Add missing entries.
5678 2007-09-12  Eric Blake  <ebb9@byu.net>
5680         Publish m4_ifndef, m4_version_compare, m4_AUTOCONF_VERSION.
5681         * doc/autoconf.texi (Text processing Macros): Document
5682         m4_version_compare, m4_AUTOCONF_VERSION, m4_PACKAGE_VERSION.
5683         (Redefined M4 Macros): Document m4_ifndef.
5684         * lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): New macro; we
5685         can't obsolete m4_PACKAGE_VERSION at this time since Autoconf 1.10
5686         used it while it was undocumented.
5687         * NEWS: Document this change.
5688         * lib/m4sugar/Makefile.am (version.m4): Update copyright dates.
5689         * lib/m4sugar/Makefile.in: Regenerate.
5690         * tests/m4sugar.at (m4@&t@_version_compare): New test.
5691         Reported by Bruno Haible.
5693         * doc/autoconf.texi (Generic Compiler Characteristics): Add
5694         missing index entries.
5696 2007-09-11  Eric Blake  <ebb9@byu.net>
5698         Centralize all system extensions checks.
5699         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Inline code
5700         from AC_AIX, AC_GNU_SOURCE, AC_MINIX.  Add Interix support.
5701         (AC_AIX, AC_GNU_SOURCE, AC_MINIX): Obsolete, and point to
5702         AC_USE_SYSTEM_EXTENSIONS.
5703         (AC_ISC_POSIX): Obsolete, and point to AC_SEARCH_LIBS.
5704         (AC_XENIX_DIR, AC_IRIX_SUN): Promote proper quoting in AU_DEFUN.
5705         * doc/autoconf.texi (Posix Variants): Reword this section,
5706         emphasizing that AC_USE_SYSTEM_EXTENSIONS is the preferred method,
5707         rather than a series of system-specific checks.
5708         (Obsolete Macros): Add AC_AIX, AC_GNU_SOURCE, AC_ISC_POSIX,
5709         AC_MINIX.
5710         * NEWS: Document this change.
5711         * THANKS: Update.
5712         Reported by Martin Koeppe.
5714 2007-09-08  Eric Blake  <ebb9@byu.net>
5716         Clean up obsolete macros references.
5717         * doc/autoconf.texi: Add anchors to support better
5718         cross-referencing.
5719         (Particular Structures): Move obsolete macros descriptions...
5720         (External Software): Likewise.
5721         (Package Options): Likewise.
5722         (Obsolete Macros): ...to here.  Add cross-references to
5723         documentation on replacements.
5724         * NEWS: Mention that these macros have been obsolete for a while
5725         now: AC_STRUCT_ST_BLKSIZE AC_STRUCT_ST_RDEV AC_WITH AC_ENABLE.
5727         Improve M4 path searching during configure.
5728         * lib/autoconf/programs.m4 (AC_PATH_PROGS_FEATURE_CHECK): New
5729         macro.
5730         (_AC_PATH_PROG_FEATURE_CHECK): Rename...
5731         (_AC_PATH_PROGS_FEATURE_CHECK): ...to this, add defaulted action
5732         parameter, and kill side effects.
5733         (_AC_PROG_GREP, AC_PROG_SED): Adjust callers.
5734         (_AC_FEATURE_CHECK_LENGTH): Kill extra whitespace.
5735         * m4/m4.m4 (AC_PROG_GNU_M4): Don't stop searching until working m4
5736         is found.
5737         (AC_PATH_PROGS_FEATURE_CHECK): Add backwards compatibility hack to
5738         allow bootstrapping with autoconf 2.61.
5739         * configure.ac (M4): AC_PROG_GNU_M4 now exits on failure.
5740         * configure: Regenerate.
5741         * doc/autoconf.texi (Generic Programs): Document new macro.
5742         * tests/mktests.sh (au_exclude_script): Exclude auto-testing new
5743         macro.
5744         * tests/semantics.at (AC_PATH_PROGS_FEATURE_CHECK): New test.
5745         * NEWS: Document the change.
5746         * THANKS: Update.
5747         Reported by Hans Aberg.
5749         * doc/autoconf.texi (Generic Programs): Fix typo.
5751 2007-09-06  Eric Blake  <ebb9@byu.net>
5753         * doc/autoconf.texi (Generic Programs): Use $PATH_SEPARATOR, not
5754         :, and make it clear that optional @var{path} defaults to $PATH.
5755         (Erlang Compiler and Interpreter): Likewise.
5757         Texinfo cleanup.
5758         * doc/autoconf.texi: Avoid lines > 80 columns when possible.
5759         Reword some paragraphs to avoid overfull, underfull hbox
5760         warnings.  Add index entries to avoid overfull vbox warnings.
5762 2007-09-05  Eric Blake  <ebb9@byu.net>
5764         * NEWS: Adjust wording for AC_CONFIG_LINKS.
5765         Reported by Ralf Wildenhues.
5767 2007-09-03  Eric Blake  <ebb9@byu.net>
5769         * NEWS: Document fixes that have been applied since 2.61a.
5771         Housekeeping.
5772         * THANKS: Update, and convert to UTF-8 encoding.
5773         * AUTHORS: Likewise.
5775 2007-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5777         * lib/autoconf/general.m4 (AC_SITE_LOAD): Guard against file
5778         names beginning with `-' again.
5780 2007-08-22  Stepan Kasal  <kasal@ucw.cz>
5781             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5783         * doc/autoconf.texi (Defining Directories): Mention
5784         AM_CPPFLAGS, as the way to modify CPPFLAGS when using Automake.
5786 2007-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5788         * lib/autoconf/general.m4 (AC_SITE_LOAD): Do not overwrite "$@"
5789         here, this macro is expanded by AC_INIT.  Fixes 2.60 regression.
5790         * tests/base.at (configure arguments): New test.
5791         * THANKS: Update.
5792         Report by Olaf Lenz.
5794         * lib/autoconf/general.m4 (_AC_ENABLE_IF): Expand macro
5795         arguments in comment.
5796         Report by Vincent Torri <vtorri at univ minus evry dot fr>.
5798 2007-08-20  Benoit Sigoure  <tsuna@lrde.epita.fr>
5800         * doc/autoconf.texi (File System Conventions): Index the proper
5801         way of detecting absolute file names.
5803 2007-08-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5805         * build-aux/config.guess, build-aux/config.sub,
5806         build-aux/elisp-comp, build-aux/install-sh, build-aux/mdate-sh,
5807         build-aux/missing, build-aux/texinfo.tex, doc/fdl.texi,
5808         doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
5809         * doc/autoconf.texi (GNU Free Documentation License): Adjust for
5810         sectioning change in fdl.texi.
5812         * bin/autoconf.as: Update --version output to match current GCS.
5813         * bin/autoheader.in: Likewise.
5814         * bin/autom4te.in: Likewise.
5815         * bin/autoreconf.in: Likewise.
5816         * bin/autoscan.in: Likewise.
5817         * bin/autoupdate.in: Likewise.
5818         * bin/ifnames.in: Likewise.
5820 2007-08-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5822         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not try to link a
5823         file to itself if source and build trees coincide.
5824         * tests/torture.at (AC_CONFIG_LINKS and identical files): New
5825         test.
5826         Report by Sebastian Freundt <hroptatyr@gna.org>.
5828 2007-07-20  Paul Eggert  <eggert@cs.ucla.edu>
5830         Reword the copyright notices to match what's suggested in GPLv3.
5831         In ChangeLog files, use more-permissive notice rather than GPL, as
5832         per usual GNU standards these days.
5834 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
5836         * doc/autoconf.texi (autoreconf Invocation): Document ACLOCAL_AMFLAGS
5837         limitation reported by Leo Moisio in
5838         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432941>.
5840 2007-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5842         * COPYING: Update to GPLv3.  All uses changed.
5844 2007-06-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5845         and Paul Eggert  <eggert@cs.ucla.edu>
5847         * doc/autoconf.texi (Limitations of Usual Tools): sed -e ''
5848         fails on AIX 5.3.
5850 2007-06-17  Noah Misch  <noah@cs.caltech.edu>
5852         * lib/autotest/general.m4 (AT_INIT): Handle absolute `srcdir'.
5853         * tests/autotest.at (srcdir propagation): Test absolute `srcdir' and
5854         `srcdir' as subdirectory of `builddir'.
5856 2007-06-13  Noah Misch  <noah@cs.caltech.edu>
5858         * lib/autotest/general.m4 (AT_INIT): Compute $srcdir correctly.
5859         * tests/autotest.at (srcdir propagation): New test.
5860         * THANKS: Update.
5861         Reported by Mike Frysinger.
5863 2007-06-13  Paul Eggert  <eggert@cs.ucla.edu>
5865         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Set FPATH too.
5866         Problem reported by Fred Kreek in
5867         <http://lists.gnu.org/archive/html/bug-autoconf/2007-06/msg00009.html>.
5868         * doc/autoconf.texi (Special Shell Variables): Warn about FPATH.
5869         (Macro Names, Defining Directories): Don't mention PATH as a name
5870         for a fully qualified file name, as this usage violates the GNU
5871         coding standards and we shouldn't recommend it.
5873         * lib/autotest/general.m4 (AT_INIT): Don't set PATH to the empty
5874         string and then assume shell builtins like "test" will work.
5876 2007-06-12  Noah Misch  <noah@cs.caltech.edu>
5878         * lib/autoconf/general.m4 (AC_SUBST): Raise a fatal error if VARIABLE is
5879         not a valid shell variable name.
5880         * tests/mktests.sh (ac_exclude_list): Add AC_ARG_VAR.
5881         * tests/torture.at (AC_SUBST: variable name validation): New test.
5882         Reported by Andreas Schwab.
5884 2007-06-04  Noah Misch  <noah@cs.caltech.edu>
5886         * doc/autoconf.texi (AC_F77_MAIN): Give a specific usage example that
5887         works with both C and C++.
5889 2007-06-03  Noah Misch  <noah@cs.caltech.edu>,
5890             Bruno Haible  <bruno@clisp.org>
5892         * lib/autoconf/c.m4 (AC_OPENMP): Use a simple loop instead of compiler
5893         brand tests.
5895 2007-05-31  Paul Eggert  <eggert@cs.ucla.edu>
5897         * doc/autoconf.texi (Particular Types): Give example of use for
5898         AC_TYPE_INT8_T etc.
5900 2007-05-29  Stepan Kasal  <kasal@ucw.cz>
5902         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo.
5904 2007-05-28  Paul Eggert  <eggert@cs.ucla.edu>
5906         * doc/autoconf.texi (Particular Types): AC_TYPE_INT8_T does not
5907         define HAVE_INT8_T, and likewise for similar macros.
5908         Problem reported by Patrick Welche in
5909         <http://lists.gnu.org/archive/html/autoconf/2007-05/msg00062.html>.
5911 2007-05-25  Noah Misch  <noah@cs.caltech.edu>
5913         * bin/Makefile.am ($(top_builddir)/bin/autom4te): New dependency.
5915 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
5917         * lib/autoconf/c.m4 (AC_OPENMP): Don't echo --enable-openmp
5918         choice, since that's what we do with --enable-largefile etc.
5919         Redo indenting and assignments to simplify things a bit, and make
5920         the parens work with Emacs.
5922         * doc/autoconf.texi (Generic Compiler Characteristics): Fix typo
5923         in my previous change: AC_C_OPENMP -> AC_OPENMP.  Reported by Bruno
5924         Haible.
5926 2007-05-21  Noah Misch  <noah@cs.caltech.edu>
5928         * lib/autoconf/c.m4 (AC_OPENMP): Simplify use of AC_ARG_ENABLE.
5929         * tests/local.at (AT_CHECK_ENV): Exempt OPENMP_CFLAGS.
5931 2007-05-21  Bruno Haible  <bruno@clisp.org>
5933         * NEWS: Rename AC_C_OPENMP to AC_OPENMP.
5934         * lib/autoconf/c.m4 (AC_OPENMP): Renamed from AC_C_OPENMP.
5935         * doc/autoconf.texi (Generic Compiler Characteristics): Move
5936         renamed AC_OPENMP documentation here, from "C compiler".
5937         Mention C++ and Fortran.
5939 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
5941         * doc/autoconf.texi (C Compiler): Tweak OpenMP documentation a bit.
5943 2007-05-21  Bruno Haible  <bruno@clisp.org>
5945         * NEWS: Mention AC_C_OPENMP.
5946         * lib/autoconf/c.m4 (AC_C_OPENMP): New macro.
5947         * doc/autoconf.texi (C Compiler): Document AC_C_OPENMP.
5948         Based in part on Steven G. Johnson's investigations for the AX_OPENMP
5949         macro in the Autoconf macro archive.
5951 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5953         * bin/autom4te.in: Fix typos.
5955 2007-05-16  Noah Misch  <noah@cs.caltech.edu>
5957         * bin/autoconf.as: Handle `-' just like other input files.
5958         * bin/autom4te.in (parse_args): Pass `-' through.
5959         (handle_output): Skip the forbidden token search if we read from stdin.
5960         (up_to_date): Always treat stdin as out of date.
5961         * tests/tools.at (autoconf: input from stdin): New test.
5962         (autoconf: forbidden tokens, basic): Check a second `autoconf' run.
5964 2007-05-16  Stepan Kasal  <kasal@ucw.cz>
5966         * tests/foreign.at tests/semantics.at, tests/tools.at: Remove
5967         parameters for AT_CLEANUP.
5968         * tests/local.at (AT_CHECK_AU_MACRO): Likewise.
5970 2007-05-14  Paul Eggert  <eggert@cs.ucla.edu>
5972         * NEWS: Document that AC_C_RESTRICT checks 'restrict' last.
5973         * doc/autoconf.texi (C Compiler): Likewise.
5975 2007-05-14  Noah Misch  <noah@cs.caltech.edu>
5977         * lib/autoconf/c.m4 (AC_C_RESTRICT): Check `restrict' last.
5979 2007-05-09  Stepan Kasal  <kasal@ucw.cz>
5981         * doc/autoconf.texi: Direntry for "autoconf Invocation"
5982         renamed to "autoconf-invocation"
5984         * doc/autoconf.texi (Caching Results): The CACHE-ID variable
5985         in the examples should not use the internal "ac_" prefix.
5987 2007-05-05  Noah Misch  <noah@cs.caltech.edu>
5989         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): Use `eval'.
5990         * doc/autoconf.texi ($@, case): Document Zsh limitations.
5992 2007-05-03  Stepan Kasal  <kasal@ucw.cz>
5994         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Put a.out first.
5995         Reorganize the comments before and in the macro.
5997 2007-05-02  Stepan Kasal  <kasal@ucw.cz>
5999         * lib/autoconf/lang.m4, lib/autoconf/c.m4,
6000         lib/autoconf/fortran.m4, lib/autoconf/erlang.m4: Cleanup of
6001         section titles and other comments; no code change.
6003 2007-05-01  Kevin Ryde  <user42@zip.com.au>
6005         * doc/autoconf.texi (Particular Programs): Typo
6006         @acindex{AC_PROG_MKDIR_P} shouldn't have "AC" in that call.
6008 2007-04-30  Paul Eggert  <eggert@cs.ucla.edu>
6010         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Don't imply that
6011         'configure' will fail if the shell lacks proper support for shell
6012         functions.  Suggested by RMS.
6014 2007-04-29  Paul Eggert  <eggert@cs.ucla.edu>
6016         * doc/autoconf.texi (Limitations of Builtins): Correct the warning
6017         about Solaris /bin/printf '%010000x' 123.  Problem reported by
6018         Bruno Haible.
6020 2007-04-28  Paul Eggert  <eggert@cs.ucla.edu>
6022         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't look
6023         for a.* when searching for executables, as this prevents users
6024         from having files like a.c.  Problem reported by Ralf Wildenhues in:
6025         http://lists.gnu.org/archive/html/autoconf-patches/2007-04/msg00029.html
6026         This fixes a problem introduced on 2000-12-19.
6028 2007-04-26  Paul Eggert  <eggert@cs.ucla.edu>
6030         * doc/autoconf.texi (Limitations of Builtins): Warn about Solaris
6031         /bin/printf '%010000x' 123.  Problem reported by Arto C. Nirkko
6032         via Bruno Haible.
6034 2007-04-12  Paul Eggert  <eggert@cs.ucla.edu>
6036         * NEWS: Document recent changes to AC_CHECK_ALIGNOF, AC_CHECK_SIZEOF,
6037         AC_CHECK_TYPE, AC_CHECK_TYPES.
6038         * doc/autoconf.texi (Generic types): C types must be type-names
6039         (the C terminology), not type-ids (the C++ term).  C++ types
6040         must not be anonymous.
6041         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Remove special case
6042         for C++; this drops support for anonymous struct and union types,
6043         which were problematic anyway.
6044         * tests/semantics.at (AC_CHECK_HEADERS_NEW): Adjust test to work even
6045         for C++.
6047 2007-04-12  Jim Meyering  <jim@meyering.net>
6049         * doc/autoconf.texi (Libraries): Typo fix: insert missing "in".
6051 2007-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6053         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Fix AC_CONFIG_LINKS
6054         to prefer a link source from the build tree, if it exists.
6055         Report by Pallav Gupta <pallavgupta@gmail.com>.
6057 2007-04-11  Paul Eggert  <eggert@cs.ucla.edu>
6059         * doc/autoconf.texi (Generic Types): Document the restrictions
6060         on types imposed by AC_CHECK_TYPE, AC_CHECK_TYPES.
6061         (Generic Compiler Characteristics): AC_CHECK_SIZEOF now works
6062         with objects too.  Document the restrictions on its use.
6063         Document the restrictions on AC_CHECK_ALIGNOF's type argument.
6064         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW):
6065         For C, just try sizeof (TYPE) and sizeof ((TYPE)); if the former
6066         works but the latter doesn't, then it's a valid type.
6067         This lets people use function types and so forth.
6068         For C++ there doesn't seem to be a simple solution, so leave it alone.
6069         (AC_CHECK_SIZEOF): Allow argument to be a variable.
6070         (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Don't bother to invoke
6071         AC_CHECK_TYPE; that wasn't documented or necessary.
6073 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
6075         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Skip AS_TEST_X
6076         when cross-compiling.
6078 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
6080         * doc/autoconf.texi (External Software): Fix a typo in the
6081         previous change.
6083 2007-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6085         * doc/autoconf.texi (External Software, Package Options):
6086         Fix ambiguous wording.  Report by Reuben Thomas <rrt@sc3d.org>.
6088 2007-04-06  Paul Eggert  <eggert@cs.ucla.edu>
6090         * doc/autoconf.texi (Particular Types): AC_C_LONG_DOUBLE is now
6091         obsolescent.  Suggested by Bruno Haible.
6092         * NEWS: Document this.
6094 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
6096         * doc/autoconf.texi (Here-Documents, Limitations of Builtins):
6097         (Limitations of Usual Tools): Don't say "older" if Solaris 10 by
6098         default still has the problem.  Problem reported by Bruce Korb.
6100 2007-03-28  Stepan Kasal  <kasal@ucw.cz>
6101         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6103         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix a
6104         comment in the generated config.status.
6106 2007-03-27  Stepan Kasal  <kasal@ucw.cz>
6108         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Update comment.
6110 2007-03-26  Paul Eggert  <eggert@cs.ucla.edu>
6112         * doc/autoconf.texi (Shellology): Rework treatment of the 'test'
6113         command and case statements to make it a bit clearer and describe
6114         more pitfalls.
6116 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
6118         * doc/autoconf.texi (C Compiler): Mention that AC_PROG_CC_C99 also
6119         checks for unsigned long long int.
6121 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6123         * doc/autoconf.texi (Limitations of Usual Tools): Warn about other
6124         nonstandard grep R.E. escape sequences.
6126 2007-03-17  Jim Meyering  <jim@meyering.net>
6128         * doc/autoconf.texi: Adjust grammar around use of "heuristics".
6129         (Limitations of Usual Tools): Also list \< and \>, and mention that
6130         HP-UX's grep, like the one from Solaris, does not support that syntax.
6132 2007-03-09  Stepan Kasal  <kasal@ucw.cz>
6134         * doc/autoconf.texi (Specifying Names): `--host' does not
6135         change the build type.
6137 2007-03-05  Paul Eggert  <eggert@cs.ucla.edu>
6139         * doc/autoconf.texi (C Compiler): Warn that AC_C_BIGENDIAN
6140         suggests AC_CONFIG_HEADERS.
6141         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Warn if not using
6142         AC_CONFIG_HEADERS.  Problem reported by
6143         Peter O'Gorman.
6145 2007-02-28  Paul Eggert  <eggert@cs.ucla.edu>
6147         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Fix typo "__LITLE_ENDIAN__".
6148         Problem reported by Paolo Bonzini in:
6149         http://lists.gnu.org/archive/html/autoconf-patches/2007-02/msg00024.html
6150         * tests/semantics.at (AC_C_BIGENDIAN): Don't reject hosts that have
6151         universal binaries.  Problem reported by Elias Pipping.
6153 2007-02-27  Paul Eggert  <eggert@cs.ucla.edu>
6155         * NEWS: AC_C_BIGENDIAN now supports universal binaries a la Mac OS X.
6156         * doc/autoconf.texi (C Compiler): Document this.  There is a new
6157         extra argument ACTION-IF-UNIVERSAL.
6158         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Implement this.
6159         Add support for Solaris-style _LITTLE_ENDIAN and _BIG_ENDIAN.
6160         Reindent for sanity's sake.
6162 2007-02-24  Eric Blake  <ebb9@byu.net>
6164         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
6165         copyright.
6166         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
6167         * lib/autotest/general.m4 (AT_INIT): Likewise.
6168         (_AT_DECIDE_TRACEABLE): Fix syntax highlighting.
6170 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6172         * lib/autotest/general.m4 (AT_INIT): With --clean, return exit
6173         status of rm so we know when it failed.
6174         If cleaning of test dir failed before running the test, warn.
6175         Output the line separator in verbose mode before the warning
6176         to make clear the warning belongs to the following test.
6178 2007-02-08  Paul Eggert  <eggert@cs.ucla.edu>
6180         * doc/autoconf.texi (Parentheses): Mention problem with (( in
6181         shells.
6183 2007-02-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6184         and Paul Eggert  <eggert@cs.ucla.edu>
6186         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix quoting
6187         errors introduced in last change.
6189 2007-02-07  Paul Eggert  <eggert@cs.ucla.edu>
6191         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer \r to
6192         an actual carriage return.  Use "ac_cr" to contain the actual
6193         carriage return.
6194         * doc/autoconf.texi (Limitations of Usual Tools): Document problem
6195         with traditional Awk and begin.
6196         * tests/torture.at (Limitations of Builtins): Document the problem
6197         with Bash 2.03 printf.
6198         (Substitute and define special characters):
6199         Remove trailing white space.  Work around a bug in Solaris 8 /bin/bash.
6201 2007-02-06  Ralf Menzel  <menzel@ls6.cs.uni-dortmund.de>  (tiny change)
6203         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Redirect
6204         input from /dev/null in awk test, so even Solaris /usr/bin/awk
6205         will not wait for input with a script containing only a BEGIN
6206         rule.
6208 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
6210         * doc/autoconf.texi (Introduction, Why GNU M4): Clarify M4 version
6211         requirements.
6212         * README: Likewise.
6214 2007-02-02  Eric Blake  <ebb9@byu.net>
6216         * NEWS: Update copyright.
6218         * m4/m4.m4 (AC_PROG_GNU_M4): Reject M4 1.4 through 1.4.4 as
6219         broken.
6220         * configure.ac: Update error message.
6221         * NEWS: Note that M4 1.4.5 or later is now a hard dependency.
6222         Reported by Gary Vaughan and Jim Meyering, and problem analyzed
6223         by Stepan Kasal:
6224         http://lists.gnu.org/archive/html/bug-autoconf/2006-11/msg00025.html
6226 2007-01-31  Eric Blake  <ebb9@byu.net>
6228         * THANKS (people): Update.
6230 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
6232         * doc/autoconf.texi (Shellology): pdksh 5.2.14 is still the
6233         latest version.
6234         (Shell Substitutions): Note problems with @{var:=value} etc.
6235         Add a new section for problems with @{#var} etc.  Problem noted
6236         by Ralf Wildenhues.  See:
6237         http://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
6239 2007-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6241         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Also
6242         AC_SUBST([MKDIR_P]), so that Automake < 1.10 will pick up its
6243         trace, if a package uses AC_PROG_MKDIR_P explicitly.  The actual
6244         substitution will still be done by the special code.
6245         Report by Jim Meyering.
6247         * doc/autoconf.texi (File System Conventions): Mention that
6248         $PATH_SEPARATOR is for the build system only.
6249         Report by Keith Marshall.
6251 2007-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6253         * doc/autoconf.texi (Setting Output Variables): Mention that
6254         all non-NUL characters are ok in substituted values.
6255         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Fix comment typo.
6256         (_AC_OUTPUT_FILES_PREPARE): Test and use backslash escaping of
6257         carriage return for $AWK, needed for BSD awk.
6258         * tests/torture.at (Substitute and define special characters):
6259         Test all 8 bit non-NUL characters.
6260         Report against Automake by Patrick Welche.
6262 2007-01-15  Stepan Kasal  <kasal@ucw.cz>
6264         * doc/autoconf.texi: Direntry for "autoconf Invocation" renamed.
6266 2007-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6268         * lib/autoconf/programs.m4 (AC_PROG_SED): When closing a pipe
6269         early on the reader side, drop stderr of the input to avoid
6270         `broken pipe' error output; this may happen even with shell
6271         builtin `echo' of some bash versions.  Reports by Ian Macdonald
6272         <iamacdo@telkomsa.net> and Sam Sexton <Sam.Sexton@reuters.com>.
6274 2007-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6276         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Use newlines to
6277         separate items of `ac_user_opts', to avoid long lines.
6278         (_AC_INIT_PARSE_ENABLE2, _AC_ENABLE_IF_ACTION): Adjust.
6280 2007-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6282         * doc/autoconf.texi: Fix some typos.
6284 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
6286         Fix some wording problems noted by Paolo Bonzini in:
6287         http://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
6288         * doc/autoconf.texi (Signed Overflow Examples): Give more
6289         discussion about the allow_superuser_privileges example,
6290         and change it a bit to make things clearer.
6291         (Optimization and Wraparound): Clarify whether the compiler
6292         will generate an infinite loop for the example derived from
6293         Autoconf's mktime test.
6294         (Signed Overflow Advice): Say that -ftrapv is meant for debugging.
6295         Also, clarify unsigned multiplication overflow.
6297 2007-01-04  Eric Blake  <ebb9@byu.net>
6299         * bin/Makefile.am (RELEASE_YEAR): New macro.
6300         (edit): Use it to supply correct copyright year to scripts.
6301         * bin/autoconf.as (version): Use it.
6302         * bin/autoheader.in ($version): Likewise.
6303         * bin/autom4te.in ($version): Likewise.
6304         * bin/autoreconf.in ($version): Likewise.
6305         * bin/autoscan.in ($version): Likewise.
6306         * bin/autoupdate.in ($version): Likewise.
6307         * bin/ifnames.in ($version): Likewise.
6309 2007-01-02  Paul Eggert  <eggert@cs.ucla.edu>
6311         * doc/autoconf.texi (Integer Overflow): Revised based on today's
6312         feedback.  The most important changes document what happens when
6313         you convert an out-of-range value to a signed integer type, and
6314         say that (sum < a) != (b < 0) reliably detects overflow when sum =
6315         a + b.
6317         * doc/autoconf.texi (Integer Overflow): Greatly expand and
6318         rewrite, taking notions from the recent discussion on the gcc and
6319         autoconf mailing lists; please see
6320         http://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
6321         and follow the many links.
6322         (Integer Overflow Basics, Signed Overflow Examples):
6323         (Optimization and Wraparound, Signed Overflow Advice):
6324         (Signed Integer Division): New sections.
6326 2006-12-28  Steven G. Johnson  <stevenj@alum.mit.edu>
6328         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't include
6329         preprocessor macro arguments in traced name.
6330         * doc/autoconf.texi (Defining symbols): Document longstanding
6331         support for AC_DEFINE-ing macros with arguments, and document
6332         behavior when the same variable has multiple AC_DEFINEs.
6333         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Revert to the
6334         old implementation which AC_DEFINEs the FC_FUNC and FC_FUNC_
6335         macros directly, giving much shorter and simpler code.
6337 2006-12-28  Malcolm Purvis <malcolmp@xemacs.org>  (trivial change)
6339         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
6340         space before "$ac_configure_args" to prevent a 'config.status
6341         --recheck' failure if ac_configure_args doesn't contain a leading
6342         space.  This works around a problem with the XEmacs configure.ac,
6343         which uses the (undocumented) ac_configure_args variable
6344         inconsistently with Autoconf.
6346 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
6348         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):
6349         Include <limits.h>, and use its INT_MAX to rewrite the
6350         j loop so that it does not overflow 'int'.  Problem reported by
6351         Ralf Wildenhues in
6352         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
6353         Play it safe by shifting left by 1 rather than multiplying by 2,
6354         as GCC is less likely to optimize this away when the value
6355         is signed (when it assumes overflow leads to undefined behavior).
6356         Also, don't assume time_t uses two's complement.
6358 2006-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6360         * tests/torture.at (Substitute a 2000-byte string): Avoid using
6361         a 10kB long (multi-line) string literal, OpenServer 5.0.7 ksh
6362         dumps core on it.  Report by Tim Rice.
6364 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
6366         * lib/autoconf/general.m4 (AC_ARG_ENABLE): Print help about
6367         --disable-option-checking to --help output even when
6368         AC_PRESERVE_HELP_ORDER is not used.
6369         (_AC_INIT_PARSE_ENABLE2): Print warnings using actual --enable or
6370         --with argument, rather than argument with [-.] replaced by
6371         underscores.
6372         * NEWS: Fix typo in previous change; the news was in the
6373         wrong section.
6375 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
6377         * NEWS: Warnings are now generated by default for unknown
6378         --enable-* and --with-* options.
6379         * doc/autoconf.texi (Option Checking): Renamed from
6380         (Configure Option Checking).  Tighten up the wording a bit.
6381         (External Software, Package Options): Cross-reference to Option
6382         Checking, and use this to shorten our section.
6383         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Prefer test -n
6384         "$x" to test "x$foo" != x.
6385         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
6386         Don't warn if $enable_option_checking is "no".
6387         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Initialize
6388         ac_unrecognized_opts to the empty string.
6389         Don't echo the unrecognized opts, as this might mishandle
6390         backslashes or leading -.
6391         (AC_PRESERVE_HELP_ORDER): Put the --disable-option-checking
6392         usage next to the other --disable-FEATURE options in the
6393         help string.
6395 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
6397         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, _AC_INIT_PARSE_ARGS):
6398         (_AC_INIT_PARSE_ENABLE2, _AC_INIT_HELP, _AC_ENABLE_IF):
6399         Print warning for unrecognized --with and --enable options
6400         (AC_DISABLE_OPTION_CHECKING): New macro to disable warnings.
6401         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS):
6402         Disable option checking when subdirs are configured.
6403         (AC_OUTPUT): If warnings are enabled, print warning about
6404         unrecognized --with and --enable options at the end of
6405         the configure output (as well as at the beginning).
6406         * doc/autoconf.texi (Option Checking): New node.
6407         Document new option warning functionality.
6409 2006-12-16  Eric Blake  <ebb9@byu.net>
6411         * configure.ac (AC_INIT): Bump version, since 2.61a is released.
6412         * NEWS: Start news for current version.
6414 2006-12-15  Paul Eggert  <eggert@cs.ucla.edu>
6416         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
6417         Define HAVE_GETMNTENT to 1, not to the empty string.
6418         Problem originally reported by Jochen Friedrich in
6419         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
6421         This change prompted by a problem report by Andrey Simonenko in
6422         <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
6423         * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
6424         object-like macros only, in the traditional portable character
6425         set.
6426         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
6427         Warn about attempts to define things that are not identifiers.
6428         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
6429         awful hack that AC_DEFINEd macro names containing parentheses.
6431 2006-12-12  Paul Eggert  <eggert@cs.ucla.edu>
6433         * doc/autoconf.texi: Undo some of the 2006-12-10 change.  It was
6434         too drastic, even if Texinfo in theory requires it for info mode.
6436         (config.status Invocation): Renamed back from Recreating a
6437         Configuration).
6438         (Obsolete config.status Use): Renamed back from Obsolete Recreation.
6439         (Autoconf 2.13): Renamed back from 20th-century Autoconf 2.
6441 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
6443         * NEWS: Version 2.61a.
6445 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
6446         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6448         * NEWS: Document changes with echo and printf, and the lack
6449         of limits on the total size of multi-line values of substituted
6450         variables, and the AC_FUNC_FSEEKO fix.
6452 2006-12-10  Paul Eggert  <eggert@cs.ucla.edu>
6454         * doc/autoconf.texi (Writing Autoconf Input): Renamed from
6455         Writing configure.ac.
6456         (Autoconf Input Layout): Renamed from configure.ac Layout.
6457         (Recreating a Configuration): Renamed from config.status Invocation.
6458         (Obsolete Recreation): Renamed from Obsolete config.status Use.
6459         (acconfig Header): Renamed from acconfig.h.
6460         (20th-century Autoconf 2): Renamed from Autoconf 2.13.
6461         (Writing Testsuites): Renamed from Writing testsuite.at.
6462         (Autom4te Cache): Renamed from autom4te.cache.
6464         * BUGS: Remove mention of VPATH problem, since it's now documented
6465         not to be a bug in the Autoconf build procedure itself, but rather
6466         a problem with the proprietary `make' programs.
6468         * doc/autoconf.texi (Build Directories): Add a cross reference
6469         to VPATH and Make.
6471         * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex:
6472         * doc/standards.texi: Sync from gnulib.
6474         * man/autoconf.1, man/autoheader.1, man/autom4te.1, man/autoreconf.1:
6475         * man/autoscan.1, man/autoupdate.1, man/config.guess.1:
6476         * man/config.sub.1, man/ifnames.1: Remove from CVS, since they're
6477         generated automatically.
6479 2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
6481         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Also try -xc99=all, for Sun
6482         C 5.8 on Solaris 10.  Using -xc99=all rather than -xc99 bypasses
6483         the buggy -xc99 option of Forte Developer 7 C on Solaris 9.
6485 2006-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6487         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Drop the
6488         `CEOF$ac_eof' special marker, the awk script cannot contain a
6489         line matching `^CEOF', so this is not needed any more.
6490         * tests/torture.at (Substitute a newline): Expose the `%!_!# '
6491         special marker in the test.
6493 2006-12-06  Stepan Kasal  <kasal@ucw.cz>
6495         * tests/tools.at (autom4te preselections): Use `find -newer';
6496         remove one of the sleeps.
6498         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Make it
6499         more readable, using ...
6500         (_AC_INIT_PARSE_ENABLE2): ... this new helper macro.
6502         * doc/autoconf.texi (autoheader Invocation): Do not double-
6503         quote the parameter of `AH_BOTTOM' in the example.
6505 2006-12-05  Stepan Kasal  <kasal@ucw.cz>
6507         * doc/autoconf.texi (Configuration Headers): Remove the
6508         example with multiple input files.
6509         (autoheader Invocation): Encourage `AH_BOTTOM', discouraging
6510         multiple input files.
6512 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6514         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
6515         creating the awk substitution script, handle one input line at a
6516         time, so that the maximum length of a substituted (multi-line)
6517         value is not limited by the size of the sed pattern space.
6518         The trade-off is a slightly repetitive sed script.
6519         * doc/autoconf.texi (Limitations of Usual Tools): Branch labels
6520         can only have up to 7 characters, due to Solaris 10 /bin/sed.
6521         * tests/torture.at (Substitute a 2000-byte string): Increase the
6522         test with several long lines, they should not be caught by sed
6523         limits any more.
6525         * tests/tools.at (autom4te preselections): New test, to flag
6526         entries missing from autom4te.cfg.
6527         Report by David Byron <dbyron@hheld.com>.
6529         * tests/torture.at (Substitute a 2000-byte string): Actually use
6530         AC_PROG_AWK, so the last change works as intended.
6531         (Substitute and define special characters): Likewise.
6532         (Substitute a newline): Likewise.
6534         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
6535         instead of `awk' consistently.
6536         (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
6537         * tests/torture.at (Torturing config.status): Test both the
6538         result of AC_PROG_AWK and plain awk.
6539         (Substitute a 2000-byte string): Likewise.
6540         (Substitute and define special characters): Likewise.
6541         (Substitute a newline): Likewise.
6543 2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
6545         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Check that fseeko
6546         can be assigned to a function pointer.  Problem reported by
6547         Peter Palfrader in <http://bugs.debian.org/401377>.  Based on
6548         part of a patch by Ralf Wildenhues in that same bug report.
6550 2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
6552         * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
6553         * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
6555 2006-12-01  Eric Blake  <ebb9@byu.net>
6557         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
6558         cross-compiling from cygwin to mingw.
6559         Reported by Bob Rossi.  This resurrects the 2000-11-30 patch to
6560         aclang.m4, which was mistakenly removed in the 2001-09-17 patch
6561         to lib/autoconf/c.m4.
6563 2006-12-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6565         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
6566         string for more reliable failure.  Wrap the entire test that
6567         causes the broken Solaris printf to dump core, in a subshell,
6568         so the segmentation fault message is reliably suppressed.
6569         Fix shell expansion errors by using /usr/ucb/echo always;
6570         avoid an error on systems without it by another subshell.
6571         Avoid m4 expansion of `$1'.  Set the zeroth argument of the
6572         subshell-$as_echo to `as_echo', for better error message.
6574 2006-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6576         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
6577         `BASH_SOURCE' contain a newline, set them to empty, as they may
6578         not be unset.
6580 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
6582         Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
6583         years and is too hard to maintain now.  The last straw was
6584         reported by Jerker Baeck in
6585         <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
6586         * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
6587         * doc/autoconf.texi (Particular Functions): Move
6588         AC_FUNC_SETVBUF_REVERSED from here...
6589         (Obsolete Macros): ... to here.  Say that it does nothing now.
6590         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
6591         Turn into (almost) a no-op.
6593         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
6594         (AC_C_VOLATILE):
6595         Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
6596         These macros are obsolescent and new applications shouldn't need them.
6597         * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
6598         (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
6599         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
6600         (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
6601         (AC_FUNC_VPRINTF): Likewise.
6602         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
6603         (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
6604         * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
6606         * doc/autoconf.texi (Setting Output Variables): Mention that
6607         @VAR1@VAR2 has unspecified behavior.  Problem reported by
6608         Ralf Wildenhues.
6609         * NEWS: Mention this.
6611         * Makefile.am: Put only a single '#' into the copyright notice,
6612         so that it's also present in the output file.  Standardize wording
6613         in makefile copyright notices to match GNU coding standards.
6614         * bin/Makefile.am: Likewise.
6615         * doc/Makefile.am: Likewise.
6616         * lib/Makefile.am: Likewise.
6617         * lib/freeze.mk: Likewise.
6618         * lib/autoconf/Makefile.am: Likewise.
6619         * lib/autoscan/Makefile.am: Likewise.
6620         * lib/autotest/Makefile.am: Likewise.
6621         * lib/m4sugar/Makefile.am: Likewise.
6622         * man/Makefile.am: Likewise.
6623         * tests/Makefile.am: Likewise.
6624         * lib/emacs/Makefile.am: Remove copyright notice; it's just a
6625         one-line file.
6627 2006-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6629         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
6630         in the sed script that mangles the awk script: delete up to the
6631         first exclamation mark only.
6632         * tests/torture.at (Substitute and define special characters):
6633         Test '!' too.
6635 2006-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6637         Rewrite config files generation: avoid quadratic growth in
6638         the number of substituted variables by using awk instead of sed
6639         for the bulk of the substitutions.
6640         * NEWS: Mention this.
6641         * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
6642         forbidden in the output (and thus input) file.
6643         * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
6644         (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
6645         generate just one large awk script for substitutions,
6646         eliminating much of the earlier complexity, while adding some
6647         new complexity.  Only expand the substitution templates at
6648         configure time, for smaller configure script size.  If
6649         _AC_SUBST_FILES are used, test 'awk' for working getline support
6650         at config.status time.  If absent, interpolate through the
6651         shell.  The awk script was written with much help
6652         from Paolo Bonzini and Paul Eggert.
6653         (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
6654         (_AC_SED_FRAG_NUM): Likewise.
6655         (_AC_SUBST_CMDS): Renamed from...
6656         (_AC_SED_CMDS): ...this.
6657         (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
6658         * tests/torture.at (Substitute a 2000-byte string): Also
6659         substitute a line with 1000 words, and a variable with several
6660         long lines.
6661         (Substitute and define special characters): Test awk special
6662         characters, and put substitution input strings `@foo@' in the
6663         output, to test that no recursion happens; test several other
6664         combinations from Paolo Bonzini.
6666 2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
6668         * lib/autotest/general.m4 (AT_INIT): Undo recent changes
6669         that replaced echo with AS_ECHO where this wasn't necessary.
6670         Problem reportd by Ralf Wildenhues.
6671         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
6672         where "/usr/bin/printf '%s\n' S" dumps core if S is long.
6673         This is Sun bug 4206210.  Problem reportd by Ralf Wildenhues.
6675 2006-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6677         * lib/freeze.mk (GREP): Removed, no need to initialize this.
6679 2006-11-21  Paul Eggert  <eggert@cs.ucla.edu>
6681         * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
6682         that traditional Awk lacks 3-arg "split".  It has it.
6683         Mention that FS must be a single character, and a few other
6684         99-byte limits of traditional Awk.
6685         Mention that if (i in a) doesn't work with traditional Awk.
6687 2006-11-18  Paul Eggert  <eggert@cs.ucla.edu>
6689         * tests/autotest.at (BSx641-newline in command):
6690         (BS-BS-newline in command, BSx640-newline in command):
6691         (Newline-CODE-BS-newline in command):
6692         (Single-quote-BS-newline in command):
6693         (Single-quote-newline-BS-newline in command):
6694         Use printf '%s\n' instead of echo, for portability to hosts
6695         where echo interprets backslashes.  This will break on hosts
6696         that lack printf, but for now let's assume all such hosts
6697         are dead (if not, we should get reports of test failures).
6699 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
6701         'echo' has some portability problems, when given a first argument
6702         with a leading '-', or when given any argument containing '\'.
6703         Avoid using 'echo' in these cases.
6704         * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
6705         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
6706         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
6707         * lib/autotest/general.m4 (AT_INIT): Likewise.
6708         * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
6709         argument might be unportable.
6710         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
6711         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
6712         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
6713         (_AC_FC_LIBRARY_LDFLAGS): Likewise.
6714         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
6715         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
6716         (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
6717         (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
6718         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
6719         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
6720         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
6721         (AC_PROG_MAKE_SET): Likewise.
6722         * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
6723         (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
6724         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
6725         (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
6726         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
6727         (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
6728         (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
6729         * bin/autoconf.as: Redo verbose flag implementation, as the old
6730         scheme wouldn't work with AS_ECHO.
6731         * lib/autotest/general.m4 (AT_INIT): Likewise.
6732         * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
6733         Don't use ECHO_T, since ECHO_N is now reliable.
6734         * lib/autotest/general.m4 (AT_INIT): Likewise.
6735         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
6736         rather than using a here-document to put the script into a file.
6737         (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
6738         use AS_ECHO.
6739         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
6740         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
6741         AS_ECHO_N rather than ECHO_N and ECHO_C.  This doesn't fix any
6742         bug, but we might as well stop using ECHO_N and ECHO_C internally.
6743         * lib/autotest/general.m4 (AT_SETUP): Likewise.
6744         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
6745         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
6746         (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
6747         operand, as AS_ECHO requires.  Avoid double file name expansion.
6748         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
6749         Don't set as_nl, since _AS_ECHO_PREPARE does that now.
6750         (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
6751         (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
6752         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
6753         Double-quote strings that would otherwise contain M4 comments.
6754         * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
6756         * configure.ac (AC_INIT): Bump to 2.61a.
6757         * NEWS: Likewise.
6759 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
6761         Version 2.61.
6763         * configure.ac (AC_INIT): Bump to 2.61.
6764         * NEWS: Likewise.
6766         * tests/autotest.at (Macro with backslash in a test title):
6767         Comment out for now, as this tests neither fails nor passes
6768         reliably.  Problem reported by Ralf Wildenhues.
6770 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
6772         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
6773         in previous change, which caused test failures.
6775 2006-11-16  Stepan Kasal  <kasal@ucw.cz>
6777         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
6778         code for --enable, --disable, --with, and --without to...
6779         (_AC_INIT_PARSE_ENABLE): ... a new macro.
6780         * doc/autoconf.texi (Package Options):
6781         * NEWS: Document that AC_ARG_ENABLE allows dots, too.
6783 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
6785         Import these changes from config via gnulib:
6787         2006-11-15  Ben Elliston  <bje@gnu.org>
6789         From Josselin Mouette <joss@debian.org>:
6790         * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
6792         2006-11-08  Ben Elliston  <bje@gnu.org>
6794         * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
6796         2006-11-07  Steve Woodford  <scw@NetBSD.org>
6797                     Ben Elliston  <bje@gnu.org>
6799         * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
6800         * build-aux/config.sub (sh5el): New basic_machine.
6803         Import this change from coreutils:
6805         2006-02-13  Jim Meyering  <jim@meyering.net>
6807         * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
6810         Import this change from gnustandards via gnulib:
6812         2006-11-15  Karl Berry  <karl@gnu.org>
6814         * standards.texi: core -> memory, throughout.
6815         (CPU Portability): show correct example of calling write
6816         on a char value; thanks to Paul Eggert for the code.
6817         Both of these suggestions from Eugene Y. Vasserman.
6820         Import these changes from texinfo via gnulib:
6822         2006-11-08  Karl Berry  <karl@gnu.org>
6824         * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
6825           as well as pdf images, since they are supported in pdftex with
6826           no further ado.
6828         2006-11-05  Karl Berry  <karl@gnu.org>
6830         * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
6832 2006-11-13  Paul Eggert  <eggert@cs.ucla.edu>
6834         * NEWS: Document the AC_ARG_WITH change.
6836 2006-11-13  Bruno Haible  <bruno@clisp.org>
6838         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
6839         options, transliterate also dots to underscores.
6840         (_AC_ENABLE_IF): Transliterate also dots to underscores.
6841         * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
6842         first argument may also contain dots.
6844 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
6846         * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
6847         benefit of platforms like Solaris+GCC where it is common to have a
6848         non-working g++ installation.
6850 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6851         and Joel E. Denny  <jdenny@ces.clemson.edu>
6852         and Paul Eggert  <eggert@cs.ucla.edu>
6854         * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
6855         and non-portable sed scripts, and use $CONFIG_SHELL when invoking
6856         ./micro-suite.
6858 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
6860         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
6861         ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
6862         Imported from a similar patch to gnulib by Bruno Haible.
6864 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
6866         * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
6867         * doc/autoconf.texi (C Compiler): Document them.
6868         * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
6869         New macros, taken from gnulib.
6871 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
6873         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
6874         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
6875         Matthew Woehlke.
6877 2006-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6879         * tests/torture.at (Configuring subdirectories): Do not skip
6880         Automake 1.10 nor future Automake 11.1 (sic).
6882 2006-10-26  Joel E. Denny  <jdenny@ces.clemson.edu>
6883         and Stepan Kasal  <kasal@ucw.cz>
6885         Handle special characters in test case titles correctly.
6886         * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
6887         properly.
6888         (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
6889         * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
6890         argument.  Extend to check titles printed by ./micro-suite and
6891         ./micro-suite -l and the title in micro-suite.log.
6892         (Backquote in a test title,
6893         Single-quote in a test title,
6894         Double-quote in a test title): Don't expect failure anymore.
6895         (Backslash in a test title): Put a non-whitespace character after the
6896         backslash so that Bourne shells might actually see it as an escape
6897         sequence.
6898         (Brackets in a test title,
6899         Pound in a test title,
6900         Comma in a test title,
6901         Quoted Macro in a test title,
6902         Macro in a test title,
6903         Macro with single-quote in a test title): New tests.
6904         (Macro with backquote in a test title,
6905         Macro with double-quote in a test title,
6906         Macro with backslash in a test title): New tests expected to fail.
6907         * tests/torture.at (#define header templates): M4-quote this title in
6908         AT_SETUP call so that no M4 code is commented inadvertently somewhere.
6909         The visible effect was a stray [] in the testsuite output.
6911 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6913         * doc/autoconf.texi (Limitations of Builtins): Do not invoke
6914         `trap ... 0' inside a function, for AIX sh.
6916 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
6918         * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
6919         since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
6920         5363) simply issues a warning when dividing by zero at compile
6921         time.  Problem reported by Elias Pipping.
6923 2006-10-26  Eric Blake  <ebb9@byu.net>
6925         * THANKS: Update.
6926         * doc/autoconf.texi (Evaluation Macros): Improve the example to
6927         show effect on macros that expand with commas.
6928         Reported by Joel E. Denny.
6930         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
6931         Also work with M4 1.4.8.
6933 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
6935         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
6936         Jim Meyering.
6938 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
6940         * tests/tools.at (autom4te --force): New test, verifies that
6941         `--force' always rewrites the output file.
6943 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6945         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
6946         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
6948 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
6950         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
6952 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6954         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
6955         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
6956         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
6957         reported by Nelson H. F. Beebe for Coreutils 6.4.
6959         * tests/tools.at (autoconf --trace: user macros): Remove test
6960         for tracing multiline macros, since m4 1.4.7a uses a different
6961         way to number lines.  Problem reported by Ralf Wildenhues.
6963 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
6965         * bin/autom4te.in (handle_m4): Do not redirect stdin to
6966         /dev/null since the heuristics for interactive behaviour was
6967         fixed in CVS m4.
6969         * bin/autom4te.in: With --force, always refresh the output
6970         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
6972         * bin/autoconf.as: Fix the verbose message at the end.
6974 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
6976         * configure.ac (AC_INIT): Bump to 2.60c.
6977         * NEWS: Likewise.
6979 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
6981         * NEWS: Version 2.60b.
6983         Import this change from Texinfo:
6984         2006-10-15  Karl Berry  <karl@gnu.org>
6985         * build-aux/texinfo.tex: automake 1.10
6987         * NEWS: Remove AC_CACHE_CHECK_INT.
6988         * doc/autoconf.texi (Caching Results): Likewise.
6989         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
6990         AC_CACHE_CHECK_INT, since it's no longer public.
6991         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
6992         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
6994 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6996         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
6998 2006-10-19  Eric Blake  <ebb9@byu.net>
7000         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
7001         (m4_maketemp): Avoid warnings with M4 1.9a.
7002         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
7003         m4_mkstemp.
7004         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
7005         * NEWS: Likewise.
7007 2006-10-16  Eric Blake  <ebb9@byu.net>
7009         * doc/autoconf.texi (Setting Output Variables): Fix typo.
7011         * bin/autoconf.as (version): Reword to match GNU Coding
7012         Standards.
7013         * bin/autoheader.in (version): Likewise.
7014         * bin/autom4te.in (version): Likewise.
7015         * bin/autoreconf.in (version): Likewise.
7016         * bin/autoscan.in (version): Likewise.
7017         * bin/autoupdate.in (version): Likewise.
7018         * bin/ifnames.in (version): Likewise.
7020 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
7022         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
7023         looking for special shell characters.
7024         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
7025         macro defined by AS_VAR_PUSHDEF before passing it as a
7026         parameter.
7027         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
7028         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
7029         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
7030         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
7031         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
7032         Likewise.
7033         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
7034         AS_VAR_* properly.
7035         * tests/m4sh.at (AS_LITERAL_IF): New test.
7037 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
7039         (Imported from Automake.)
7040         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
7041         which incorrectly sets the mode of an existing destination
7042         directory.  In some cases the unpatched install-sh could do the
7043         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
7044         system.  We hope this is rare in practice, but it's clearly worth
7045         fixing.  Problem reported by Alex Unleashed in
7046         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
7047         Also, don't bother to check for -m bugs unless we're using -m;
7048         suggested by Stepan Kasal.
7050 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
7052         Import this change from Automake:
7054         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
7055         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
7056         is enabled by default with gnu and gnits strictness.
7057         Report from Bruno Haible.
7059         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
7060         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
7061         gnu and gnits modes.
7063         Import this change from Config:
7065         2006-09-20  Ben Elliston  <bje@gnu.org>
7066         * build-aux/config.sub (score, score-*): New.
7068         Import this change from Gnulib:
7070         2006-09-16  Karl Berry  <karl@gnu.org>
7071         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7072         to avoid sectioning errors.
7074         Import these changes from Texinfo:
7076         2006-10-04  Karl Berry  <karl@gnu.org>
7077         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
7078         (\quoteexpand): rename to \rquoteexpand.
7079         (\codequoteleft): new def, to look for @set codequotebacktick.
7080         (\lquoteexpand, \quoteexpand): new defs.
7081         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
7082         (\code): must use new \...Char values, since now ` is active.
7084         2006-08-26  Karl Berry  <karl@gnu.org>
7085         * build-aux/texinfo.tex (\textdegree): New command.
7087         2006-08-12  Karl Berry  <karl@gnu.org>
7088         * build-aux/texinfo.tex (error \box0): smaller font.
7090 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7092         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
7094 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
7096         * doc/autoconf.texi (Autoheader Macros): Warn that the text
7097         added to the template can get mangled.
7099 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7101         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
7102         include the default headers, and redefine obstack_chunk_alloc
7103         and obstack_chunk_free.  Fixes false failure with glibc.
7105 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
7107         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
7108         for backward compatibility with Libtool 1.5.22.  Problem reported
7109         by Ralf Wildenhues.
7111 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7113         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
7114         AC_PROG_CC.
7115         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
7117 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7119         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
7120         the NonStop platform.
7121         * doc/autoconf.texi (Posix Variants): Likewise.
7122         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
7124         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
7125         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
7126         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
7127         Use a better substitute, by inspecting the output of "ls"
7128         rather than just using ":".
7129         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
7130         rather than AS_EXECUTABLE_P, since we needn't worry about
7131         non-regular files here.
7133         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
7134         due to configuration hassles with this.  See Tonya Underwood's report
7135         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
7136         * doc/autoconf.texi (Special Shell Variables): Likewise.
7138 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7139             Stepan Kasal  <kasal@ucw.cz>
7141         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
7142         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
7144 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
7146         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
7147           initialization which is not inherited through the environment
7148         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
7149         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
7151 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
7153         * doc/autoconf.texi (Limitations of Usual Tools): Describe
7154         problems with mkdir -p -m.
7156 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
7158         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
7159         comment about ac_cpp_err; it was incorrect, and anyway
7160         ac_cpp_err is being removed below.
7161         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
7162         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
7163         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
7164         nobody uses it.
7165         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
7166         with werror_flag and conftest.err and so forth.  This is more
7167         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
7168         and anyway the user shouldn't normally want to see this gorp logged.
7169         Problem reported by Ralf Wildenhues.
7170         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
7171         empty, not 'no', since the rest of the code uses 'test -z'.
7173 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
7175         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
7176         Use a single call to AC_DO_TOKENS rather than multiple, for
7177         efficiency.
7178         (_AC_LINK_IFELSE): Test that resulting file is executable.
7179         Problem reported by mwoehlke in
7180         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
7182         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
7183         than creating a file to use with test -x; this is much faster.
7185 2006-10-02  Bruno Haible  <bruno@clisp.org>
7187         * lib/autom4te.in (Automake-preselections): Add
7188         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
7190 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
7192         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
7193         standard error, `experr' should be used, not `expout'.
7195 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7197         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
7198         fseeko testing program twice; just use the earlier result.
7199         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
7200         Set cache var to 'unknown' (not 'no') if leaving the macro unset
7201         still doesn't let the program compile.
7202         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
7203         failed.
7205         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
7206         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
7207         include it, without including anything else.
7208         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
7209         expressions.
7210         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
7212 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7214         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
7215         `error.h', and include it, for a `error_at_line' prototype.
7216         Use a nonempty format string in the link test.
7217         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
7218         for a declaration of wait3.
7220 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7222         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
7223         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
7224         can apply to constants too, and that it checks for macro defns.
7225         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
7226         and simply cast the identifier to void.  This handles structure
7227         values.  Problem reported by Ralf Wildenhues.
7228         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
7230 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7232         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
7233         structure, and function symbols.
7235 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7237         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
7238         member.
7240 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7242         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
7243         * README: Likewise.
7244         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
7246 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7247         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7249         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
7250         warnings (uninitialized value).
7251         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
7252         present.
7253         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
7254         parentheses.
7255         (AC_STRUCT_TM): Likewise, avoid unused variables.
7257 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7259         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
7260         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
7261         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
7262         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
7263         Report by Olly Betts.
7265 2006-09-19  Eric Blake  <ebb9@byu.net>
7267         * m4/m4.m4: Change copyright.
7268         * configure: Regenerate.
7269         * Makefile.in: Likewise.
7270         * bin/Makefile.in: Likewise.
7271         * doc/Makefile.in: Likewise.
7272         * lib/Makefile.in: Likewise.
7273         * lib/Autom4te/Makefile.in: Likewise.
7274         * lib/autoconf/Makefile.in: Likewise.
7275         * lib/autoscan/Makefile.in: Likewise.
7276         * lib/autotest/Makefile.in: Likewise.
7277         * lib/emacs/Makefile.in: Likewise.
7278         * lib/m4sugar/Makefile.in: Likewise.
7279         * man/Makefile.in: Likewise.
7280         * tests/Makefile.in: Likewise.
7282         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
7283         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
7284         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
7285         --error-output, to avoid warnings with M4 2.0.
7287 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
7289         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
7290           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
7291         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
7293 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
7295         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
7296         expansion of AC_CHECK_FUNCS.
7298 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
7300         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
7301         mistaken comment: the path has to be relative; do not use
7302         the path at runtime.
7304 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7306         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
7307         argument to `--prefix' for sub-configure scripts.
7308         Pass `--silent' to sub-configure scripts.
7309         * tests/torture.at (Configuring subdirectories): Add tests
7310         for both changes.
7311         * doc/autoconf.texi (Setting Output Variables): Fix example to
7312         not show `--silent' being passed to a `configure' re-run.
7314 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
7316         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
7317         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
7318         for the existence of the directory at configure-time.  That's
7319         too late, anyway.  Problem reported by Stefan Seefeld.
7321         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
7322         7.1.4 /usr/bin/posix/sh described by Tim Rice in
7323         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
7325 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
7327         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
7328         works with GNU M4 1.4.3 again; make the normalized form
7329         match the current m4 message; fix the description.
7330         * test/tools.at (autom4te cache): Adapt to the change.
7332 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7334         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
7335         to catch glibc bug 2821
7336         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7338         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
7339         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
7340         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
7341         assume C89.
7343 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
7345         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
7346         preselections ...
7347         (Autoconf): ... here.
7348         (Autoscan-preselections): Delete.
7350 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
7352         * lib/autom4te.in (Automake-preselections): Preselect
7353         AM_ENABLE_MULTILIB.
7355 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
7357         * doc/autoconf.texi (Preset Output Variables): srcdir and
7358         top_srcdir are not necessarily relative.  Problem reported
7359         by Dries Kimpe.
7361 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7363         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
7364         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
7365         accept files with extension `.f'.  For consistency, also prefer
7366         xlf over f77.
7367         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
7368         from last patch.
7370 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
7372         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
7373         of ERLANG_LIB_VER_* variables.
7374         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
7375         variables.
7377 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
7378         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7380         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
7381         bugs of Bash 2.01 and 2.05a.
7382         (Fortran Compiler): Document that AC_PROG_CC should be called
7383         before AC_PROG_FC, due to a bug in Autoconf.
7385 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7387         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
7388         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
7389         except the first two arguments are reversed.
7390         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
7391         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
7392         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
7393         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
7394         equivalent to the old AC_COMPUTE_INT.
7395         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
7396         All uses changed to AC_CACHE_CHECK_INT.
7397         * tests/base.at (AC_CACHE_CHECK_INT): New test.
7398         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
7400 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7402         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
7403         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
7404         programs should use their Gnulib counterparts.
7405         * doc/autoconf.texi (Particular Functions): Likewise.
7406         (Macro Names, testsuite Invocation): Replace uses of these
7407         obsolete macros with uses of non-obsolete macros.
7409 2006-08-29  Eric Blake  <ebb9@byu.net>
7411         * configure.ac (AC_INIT): Bump to 2.60b.
7412         * NEWS: Update.
7414 2006-08-28  Eric Blake  <ebb9@byu.net>
7416         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
7417         mistakenly swapped on 2006-08-15.
7419 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
7421         * NEWS: Version 2.60a.
7423 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
7425         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
7426         file created by the PGI compiler.
7428 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
7430         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
7431         simplify the code.
7433 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
7435         Fix Lex library problem reported to us by Julio Garvia.
7436         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
7437         for the default, which the user can override.
7438         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
7439         deal with LEXLIB.
7440         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
7441         didn't work if some values were cached but not others.  Test for
7442         broken lex libraries like native ia64-hp-hpux11.22; see
7443         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
7444         work around the problem by preferring an empty LEXLIB to -lfl or
7445         -ll.  Let the user set LEXLIB='' to indicate no library needed.
7447         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
7448         * README: Likewise.
7449         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
7451 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
7453         Rework to use more-modern build style.
7454         Many files are renamed; all uses of their names were changed.
7455         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
7456         * .x-sc_useless_cpp_parens: New file.
7457         * build-aux/config.guess: Renamed from config/config.guess.  Update.
7458         * build-aux/config.sub: Renamed from config/config.sub.  Update.
7459         * build-aux/elisp-comp: Renamed from config/elisp-comp.
7460         * build-aux/install-sh: Renamed from config/install-sh.  Update.
7461         * build-aux/mdate-sh: Renamed from config/mdate-sh.
7462         * build-aux/missing: Renamed from config/missing.
7463         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
7464         * build-aux/vc-list-files: Renamed from config/vc-list-files.
7465         * config/Makefile.am: Removed.
7466         * config/mkinstalldirs: Removed.
7467         * config/move-if-change: Removed.
7468         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
7469         * Makefile.am (SUBDIRS): Remove config.
7470         (ACLOCAL_AMFLAGS): Include from m4, not config.
7471         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
7472         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
7473         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
7474         Fail if there's an error.
7475         * Makefile.cfg (move_if_change): Remove.
7476         (wget_files): Remove.
7477         (cvs_executable_files): New macro.
7478         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
7479         (executable-update): Use $(cvs_executable_files).
7480         (local-checks-to-skip): Remove.
7481         * Makefile.maint: Merge from coreutils, plus add our own changes
7482         (gzip_rsyncable): New macro.
7483         (GZIP_ENV): Use it.
7484         (CVS_LIST): Use build-aux/vc-list-files.
7485         (VERSION_REGEXP): New macro.
7486         (local-checks-available): Add patch-check, $(syntax-check-rules),
7487         check-AUTHORS.
7488         (syntax-check-rules): Compute dynamically.
7489         (sc_cast_of_x_alloc_return_value): Work even if no source files.
7490         (sc_cast_of_alloca_return_value): Likewise.
7491         (sc_prohibit_atoi_atof): Simplify regexp.
7492         (sc_no_if_have_config_h, sc_require_config_h):
7493         (sc_prohibit_assert_without_use,
7494         (sc_obsolete_symbols): Check for O_NDELAY.
7495         (sc_texi_notab): Remove.
7496         (sc-changelog): Don't make an exception for '----' lines.
7497         (.re-list): Remove, so we don't have a junk file behind.
7498         (sc_system_h_headers): Remove the need for .re-list.
7499         (sc_the_the):  New rule.
7500         (sc_tight_scope): Simplify.
7501         (sc_trailing_blank): Renamed from sc_trailing_space.
7502         (longopt_re): New macro.
7503         (sc_two_space_separator_in_usage): New rule.
7504         (sc_unmarked_diagnostics): Look at all files under CVS.
7505         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
7506         (news-date-check, changelog-check): Version is OK.
7507         (po-check): Look for lib files even if not in CVS.
7508         (copyright-check): Use $() not ``.
7509         (maintainer-distcheck): Do not depend on changelog-check.
7510         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
7511         Also check for -Wpointer-arith.
7512         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
7513         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
7514         Remove.
7515         (announcement): Add --gpg-key-id arg.
7516         (cvs-sv): Remove.
7517         (move_if_change): Just use mv.
7518         (local_updates: Remove wget-update, po-update.
7519         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
7520         (config.guess-url_prefix, config.sub-url_prefix): Remove.
7521         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
7522         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
7523         ($(get-targets)): Remove.
7524         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
7525         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
7526         (cvs-update): Get from gnulib.
7527         (emut_upload_commands): gnupload is in build-aux now.
7528         (alpha beta major): Add changelog-check.  Check version.
7529         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
7530         (AC_CONFIG_FILES): Remove.
7531         * bin/autoconf.as: Add spaces to avoid distcheck warning.
7532         * config/announce-gen: Sync from coreutils.
7533         * doc/make-stds.texi: Sync from gnulib.
7534         * doc/standards.texi: Likewise.
7535         * man/Makefile.am: Adjust for config -> build-aux renaming.
7536         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
7537         * tests/local.at: Adjust from config -> build-aux renaming.
7538         * tests/tools.at: Likewise.
7539         * tests/torture.at: Likewise.
7541         * NEWS: The C99 check now tests for vararg macros and 64-bit
7542         preprocessor ints.
7543         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
7544         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
7545         64-bit preprocessor ints.  Check for static initialization of
7546         long long.  Remove unnecessary casts.
7548 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7550         * doc/autoconf.texi (Particular Programs): Mention that
7551         @INSTALL@ and @MKDIR_P@ may vary for different output files.
7552         Reported by Alexandre Duret-Lutz.
7554 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
7556         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
7557         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
7558         Bill Northcott in
7559         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
7561 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
7563         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
7564         pacify insanely picky compilers.  Problem reported by Eric Blake.
7566         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
7567         longer supported by Sun.
7569 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7571         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
7572         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
7573         -Wundef -Werror".  Problem reported by David Fang in
7574         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
7575         * doc/autoconf.texi (Header Templates, Default Includes):
7576         (Particular Functions, Generic Functions, Header Portability):
7577         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
7578         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
7579         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
7580         Prefer #ifdef to #if.
7581         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
7582         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
7583         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
7584         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
7585         Likewise.
7586         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
7587         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
7588         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
7589         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
7590         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
7591         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
7592         this.
7594 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7596         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
7597         problems with arg script text that doesn't end in newline, and
7598         with '-e a...'.  Problems reported by Ralf Wildenhues.
7600 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
7602         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
7603         check for libXt by a check for libX11.
7605 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7607         * doc/autoconf.texi (config.status Invocation): Adjust according
7608         to last change.
7610 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7612         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
7613         --help' should mention that `--version' outputs configuration
7614         settings.  Report by Bruno Haible.
7616 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
7618         Fix test suite failures reported by Pierre in
7619         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
7620         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
7621         the compiler created a file "b.out" when it didn't create anything
7622         at all.
7623         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
7624         Discard stderr too, when invoking the test script.
7626 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
7628         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
7629         in the restoring of the werror flag.
7631 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7633         * doc/autoconf.texi (Volatile Objects): Be even a little
7634         less skeptical about "volatile", after discussion with
7635         Bruno Haible on bug-gnulib.
7636         (Limitations of Usual Tools): Warn about sed stripping
7637         leading white space from text.  From Bruno Haible.
7639 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
7641         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
7642         compiler complains about it, even if things works after the
7643         complaint.  Problem reported by Peter O'Gorman.
7645         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
7646         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
7647         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
7649 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
7651         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
7652         after -R regardless of host.  Patrick Welche reports that this
7653         fixes things on NetBSD 3.99.
7655         * NEWS: Recommend M4 1.4.5.
7656         * README: Likewise.
7657         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
7658         * tests/tools.at (autom4te cache): Update wording of diagnostic
7659         to match M4 1.4.5.
7661 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
7663         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
7664         under AC_C_VOLATILE.
7665         (Volatile Objects): Be a little less skeptical about what
7666         "volatile" means.  Derived from thoughts by Ben Pfaff in
7667         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
7669 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7671         * doc/autoconf.texi: Fix some typos.
7673 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
7675         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
7676         more globally, since the 2006-06-30 patch didn't suffice.  Problem
7677         reported by Keith Marshall.  Also, don't bother with builddir2,
7678         since it shouldn't be needed any more.
7680 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
7682         * doc/autoconf.texi (Generic compiler characteristics):
7683         Document AC_COMPUTE_INT.  Fix wrong statements on Default
7684         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
7686         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
7687         (_AC_COMPUTE_INT): Add obsoletion warnings.
7688         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
7689         AC_COMPUTE_INT.
7691         * NEWS: Document change.
7693 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7695         * doc/autoconf.texi (Volatile Objects): New section.
7697         * NEWS: Document previous change.
7699 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7701         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
7702         Require that long long int be at least 64 bits wide.  C99 requires
7703         this and enough programs depend on it so we should check for it.
7704         Bruno Haible reports in
7705         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
7706         that long long int is 32 bits wide with some nonstandard compilers.
7707         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7709 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7711         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
7712         to a nonexistent file, so that we don't have to worry about
7713         a local site configuration that doesn't use /usr/local.
7714         Problem reported by Keith Marshall in
7715         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
7717 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
7719         * doc/autoconf.texi: Be more consistent about using @acronym with
7720         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
7721         quite right (it talked about "OSF/Tru64", even though the
7722         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
7723         and it even mentioned "OSF 4"!) and at this point there's little
7724         reason to talk about OSF any more, since it died in 1994.
7725         (Specific Compiler Characteristics): Simplify example of
7726         negative-size array.
7727         (File Descriptors): Reorder to make the text flow better.
7728         Remove joke about "appreciate the various levels"; I didn't get it.
7729         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
7730         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
7731         (File Descriptors, Limitations of Usual Tools):
7732         Tone down the advice against renaming or removing open files.
7733         (Limitations of Usual Tools): Add a new section, on 'rm'.
7735 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
7737         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
7738         -lXt in LIBS, idea from Karsten Hopp; this was due since
7739         this change:
7741         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7742         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
7743         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
7744         (which belong to Xt, not X itself).  See Debian bug 327655.
7746 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7748         * configure.ac (AC_INIT): Bump to 2.60a.
7749         * NEWS: Update.
7751 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7753         Version 2.60.
7755         * configure.ac, NEWS: Update.
7757 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7759         * config/texinfo.tex: Sync from upstream.
7761         * bin/autom4te.in (handle_traces): Transform the `@S|@'
7762         quadrigraph correctly in traces.
7764         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
7765         Fix typos.
7767         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
7768         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
7769         not defined.
7770         * doc/autoconf.texi (Changed Directory Variables): New node,
7771         to document the whole `datarootdir' business a bit better.
7772         * NEWS: Update.
7773         * tests/torture.at (datarootdir workaround): Extend test.
7774         Prompted by report by Alexandre Julliard.
7776 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
7778         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
7779         when using default mode of IBM C 6 for AIX.  Problem and two-line
7780         fix reported by Larry Jones.
7782 2006-06-22  Alexandre Julliard <julliard@winehq.org>
7784         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
7785         about literal '${datarootdir}' if a definition is found in the
7786         output file.
7788 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
7790         * NEWS: Use "M4" rather than "m4" when appropriate.
7791         Problem reported by Eric Blake.
7792         * doc/autoconf.texi: Likewise.
7793         Use @acronym around BSD, GCC, and GNU when appropriate.
7794         (Why GNU M4): Renamed from "Why GNU m4".
7795         (Redefined M4 Macros): Mention that Posix
7796         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
7797         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
7798         to int.
7800 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7802         * bin/autom4te.in (handle_output): Do not forbid the empty
7803         pattern.
7804         * tests/tools.at (autoconf: the empty token): New test.
7806 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
7808         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
7809         calls, so that we do not care whether they are LIFO or FIFO;
7810         in the m4_wrap, do not check which diversion is the topmost
7811         one, just check that the stack is balanced at the end.
7812         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
7813         base diversion forever--pop the previous diversion before
7814         opening the new one; consequently, remove the m4_wrap call.
7815         * lib/autotest/general.m4 (AT_INIT): Likewise.
7816         * tests/m4sugar.at: Do not use
7817         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
7819 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7820         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7822         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
7823         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
7824         Rework example of m4wrap token-pasting trouble so that it doesn't
7825         care whether it's LIFO or FIFO.
7826         Fix some "contrary to"s that are awkward in English.
7828 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7830         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
7831         to `yes' instead of `int$1_t' if the type is found, for more
7832         consistent configure output (where $1 is the number of bits).
7833         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
7834         Suggested by Bruno Haible.
7836         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
7837         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
7838         with system headers.  Report by Bruno Haible.
7840 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7842         * config/config.guess, config/config.sub: Sync from upstream.
7844         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
7845         in order to avoid picking up an older installed frozen m4sh.m4f.
7846         Besides an outdated shell startup, this could have been created
7847         by an earlier M4 version with incompatible frozen file format.
7849 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
7851         * README: Recommend m4 1.4.4 instead of 1.4.3..
7852         * doc/autoconf.texi: Likewise.
7853         (Special Chars in Names): Say that $(.FOO) is portable, as
7854         suggested by Stepan Kasal.
7855         (Installation Directory Variables, Build Directories):
7856         (Automatic Remaking, Subdirectories, Fortran Compiler):
7857         (Making testsuite Scripts, Defining Directories):
7858         Quote variable usages better.
7859         (Making testsuite Scripts): Add clean-local rule to makefile
7860         snippet, by Eric Blake.
7861         (Installation Directory Variables): Fix table item font.
7862         Reword slightly to clarify.  Generalize advice about
7863         not using special characters to include all file-related
7864         vars, not just VPATH.
7865         (Special Chars in Variables): Warn about special characters in
7866         $(srcdir) too.
7867         (Assignments): Clarify default-value example as suggested by
7868         Ralf Wildenhues in
7869         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
7870         (Special Shell Variables): Note leading ./ or ../, as suggested
7871         by Eric Blake.
7872         (Limitations of Builtins): Under cd, warn about CDPATH.
7873         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
7874         Ralf Wildenhues.
7876 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7878         * doc/autoconf.texi (Configuration Actions): Remove duplicate
7879         `@var', for texi2html.
7880         (Systemology): Some more word wrapping, for DVI output.
7881         (autom4te Invocation): The short option for `--melt' is `-M',
7882         not `-m'.
7884 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
7886         * doc/autoconf.texi: More formatting and English tweaks,
7887         many suggested by Ralf Wildenhues.
7888         Reword to avoid "@code{...}'s" and the like, since it's ugly
7889         with Emacs info mode.  discontents -> woes.
7890         Put a few "will"s back.  time stamp -> timestamp.
7891         side-effect -> side effect.
7893 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
7895         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
7896         Warn about $@ not persisting.  Problem reported by Julien Danjou in
7897         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
7898         (Special Chars in Names): Renamed from Leading _ in Macro Names.
7899         Mention other special chars, too.
7901 2006-06-14  Eric Blake  <ebb9@byu.net>
7903         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
7905 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
7907         * doc/autoconf.texi: Some systematic minor improvements, as
7908         follows.  Use "makefile" when talking about makefiles
7909         generally (which might be named "makefile" or "Makefile" or even
7910         "foo.mk"), "Makefile" when talking about a specific makefile
7911         called "Makefile".  This unclutters the text from weird quotes
7912         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
7913         values" rather than "@var{foo}s" and similar constructs containing
7914         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
7915         English-language improvements.  Change the prefix "sub-" to "sub"
7916         and "re-" to "re".
7917         Put blank lines around examples more consistently.
7918         Avoid "rather" and "very" as intensifiers.
7919         Avoid "will" as an auxiliary.
7920         (Limitations of Make): Split this node into....
7921         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
7922         (Leading _ in Macro Names, Backslash-Newline-Newline):
7923         (Backslash-Newline Comments, Long Lines in Makefiles):
7924         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
7925         (obj/ and Make, make -k Status, VPATH and Make):
7926         (VPATH and Double-colon, $< in Explicit Rules):
7927         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
7928         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
7929         New nodes, resulting from splitup of Limitations of Make.
7930         All cross-references changed.  Raise the top node from
7931         a section to a chapter, and all subnodes accordingly.
7932         Redo the introductory wording to match the new organization.
7933         (Installation Directory Variables): Use an example that is
7934         closer to what Autoconf actually does.  Mention that VPATH's
7935         value should not contain metacharacters or white space.
7936         (Fortran Compiler): Fix a VPATH bug in an example.
7937         (Leading _ in Macro Names): Mention that this problem is no longer
7938         of practical concern.
7939         (VPATH and Make): Reword the advice to make it clearer
7940         that Autoconf and Automake support VPATH in non-GNU make, but
7941         many packages have bugs in this area.
7942         ($< in Explicit Rules): Refer to Build Directories rather
7943         than using a (non-VPATH-safe) example.
7944         (Automatic Rule Rewriting): Mention the sort of disaster that
7945         can ensue with Solaris-style rule rewriting with VPATH.
7947 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7949         * doc/install.texi (Compilers and Options): Weaken the
7950         suggestion to use GNU make for VPATH builds.
7952         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
7953         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
7955         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
7956         in regular expression.
7958 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7960         * doc/autoconf.texi (Installation Directory Variables):
7961         Drop extra @samp from `@table @samp' item.
7962         (Limitations of Usual Tools): Comment fix.
7963         Do not nest @samp just to point to other table items.
7964         (Writing testsuite.at) <AT_CHECK>: The second argument to
7965         `@dvar' is already @samp'ed.
7966         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
7967         do not use @var in the second argument.
7969 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
7971         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
7972         $as_shell.exe too.  Problem reported by Andreas Buening in
7973         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
7975 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7977         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
7978         `unused variable' compiler warning, for `-Wall -Werror'.
7979         Reported by Jaap Haitsma in
7980         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
7982 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
7984         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
7985         case the compiler dumps core.  Problem reported for
7986         OpenServer 5.0.7 by Tim Rice in
7987         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
7988         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
7989         Likewise.
7991 2006-06-06  Tim Rice <tim@multitalents.net>.
7993         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
7994         "ERROR" only shows up in "make check" output if there is an
7995         error.
7997 2006-06-06  Eric Blake  <ebb9@byu.net>
7999         * tests/tools.at (automatically allowed tokens): Fix typo.
8001 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
8003         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
8005         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
8006         typically overflows on x86 CPUs, even though the C standard
8007         requires otherwise.
8009 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8011         * configure.ac (AC_INIT): Bump to 2.59e.
8012         * NEWS: Update.
8014 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8016         Version 2.59d.
8018         * config/texinfo.tex: Sync from upstream.
8020         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
8021         seen, invoke libtoolize with `--ltdl' argument.
8022         * lib/autom4te.in (Autoreconf-preselections): Adjust.
8023         * NEWS: Update.
8024         Suggested by Eric Blake.
8026 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
8028         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
8029         reported by Ralf Wildenhues.
8030         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
8032 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8034         * THANKS: Update.
8036 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
8038         * doc/autoconf.texi: Modernize some of the references to Solaris.
8040 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
8042         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
8043         message issued by AC_REQUIRE.
8044         * tests/m4sugar.at: Check m4_require's error message.
8045         * tests/base.at: Check AC_REQUIRE's error message.
8046         * tests/local.at (AT_CHECK_M4): New macro, almost identical
8047         to...
8048         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
8049         AT_CHECK_M4.
8050         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
8051         `expout' as the last parameter.
8052         * tests/tools.at: Adapt to the above change.
8054 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
8056         * doc/autoconf.texi (Limitations of Usual Tools): Correct
8057         information about race-free implementations of mkdir.
8059 2006-06-04  Eric Blake  <ebb9@byu.net>
8061         * bin/autoreconf.in (help): Document M4 environment variable.
8062         * bin/autoconf.as (Usage): Likewise.
8063         * bin/autom4te.in (help): Likewise.
8064         * doc/autoconf.texi (autom4te Invocation): Likewise.
8066 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8068         * NEWS: GNU make now recommended for VPATH builds.
8069         Mention that some macros are now documented to be obsolescent.
8070         * doc/autoconf.texi:
8071         Prefer "current" to "modern" to describe
8072         currently-used (albeit perhaps old-fashioned) hosts.
8073         Mention which ancient features no longer need to be worried about.
8074         setgid -> set-group-ID
8075         setuid -> set-user-ID (these are the Posix terms)
8076         Fix some misuses of "only".
8077         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
8078         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
8079         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
8080         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
8081         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
8082         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
8083         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
8084         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
8085         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
8086         Mention that these macros are obsolescent.
8087         (Installation Directory Variables): shall -> should
8088         (File Descriptors): Mention that 0, 1, 2 might get reopened.
8089         Mention that it's now safe to use 3 and 4.
8090         (Limitations of Usual Tools): cp -r is now specified by Posix.
8091         Omit longwinded and obsolescent discussion of cp -f.
8092         Modernize discussion of expr, ls.
8093         (Limitations of Make): Modernize discussion of VPATH builds.
8094         Mention $? as a workaround in some cases.
8095         * doc/install.texi (Basic Installation):
8096         Mention "./configure; make; make install" first.  Be more
8097         specific about why this file is generic.  Remove unnecessary
8098         parens.  Remove misleading "only".  Remove obsolete advice
8099         about csh.  Don't say "configure" takes awhile; say it
8100         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
8101         and CC=c99 rather than CC=c89, as these are blessed by current
8102         Posix.  Recommend GNU make if doing a VPATH build.
8104 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
8106         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
8107         examples involving shell prompts.
8109 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
8110         and Paul Eggert  <eggert@cs.ucla.edu>
8112         * doc/autoconf.texi (Here-Documents): Add details about the
8113         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
8114         use "here-documents" instead of "here documents".
8116 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8118         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
8120 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
8122         * doc/autoconf.texi (File System Conventions): Warn about ":"
8123         anywhere in directory names.
8125 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
8127         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
8128         about quoting the case statement, just in case.
8129         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
8130         was fixed in ksh93g; reported by Ralf Wildenhues.
8132 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
8134         * doc/autoconf.texi (System Services): Do not document
8135         overriding EXEEXT via ac_cv_exeext=ext.
8136         (Particular Programs) <AC_PROG_MKDIR_P>:
8137         Document that ${MKDIR_P} understands --.
8138         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
8139         comment.
8141 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8143         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
8144         argument with leading hyphen.  Problem reported by Paul Eggert.
8146 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
8148         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
8149         about quoting ac_try: quote all of it, if any of it seems suspicious.
8150         This means we don't have to worry about ${ or sed any more.
8151         Also, double-quote the case statement, to work around misuses via
8152         underquoting as reported by Ralf Wildenhues in
8153         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
8154         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
8155         undocumented and dangerous macro.
8156         Problem reported by Ralf Wildenhues in
8157         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
8159 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8161         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
8162         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
8163         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
8165 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
8167         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
8168         since evidently some packages rely on the old, broken behavior.
8169         Problem reported by Ralf Wildenhues in
8170         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
8171         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
8172         pre-2006-05-26 definitions, but leave in the comments that
8173         these macros are dangerous and should not be used.
8174         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
8175         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
8176         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
8177         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
8178         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
8180 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
8182         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
8183         the use of 'tr', since this is our only use of 'tr'.
8185 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8186         and Paul Eggert  <eggert@cs.ucla.edu>
8188         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
8189         Don't assume 'grep' works on long lines, since AIX grep doesn't.
8191 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8193         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
8194         the output file in the `${datarootdir}' test.
8196 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
8197         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8199         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
8200         mention of `datarootdir' in the input file(s), but literal
8201         `${datarootdir}' in the output file, and we haven't warned yet,
8202         then warn as well: the user may have (erroneously) used
8203         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
8204         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
8205         * tests/torture.at (datarootdir workaround): Extend this test.
8206         * NEWS: Update.
8208 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8209         and Paul Eggert  <eggert@cs.ucla.edu>
8211         * doc/autoconf.texi (autoheader Invocation): The first argument to
8212         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
8213         alternatives and clear up the language a bit.
8215 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
8217         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
8218         ac_config_guess, ac_config_sub, ac_configure.
8219         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
8220         Fix typo that prevented an unnecessary space from being removed.
8221         Problems reported by Ralf Wildenhues in:
8222         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
8224 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
8226         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
8227         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
8228         Don't use the term "thread-safe" to talk about mkdir race
8229         conditions, since the problem is more a process than a thread
8230         issue.  Problem reported by Stepan Kasal in:
8231         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
8232         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
8233         the test for 'install' more closely.  Look at MKDIR_P first.
8234         Look in the PATH, and at /opt/sfw/bin.
8235         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
8236         Don't bother to try mkdir -p, since we already check mkdir --version;
8237         just look at the version number.  (There's no easy way to check
8238         for race-free implementations.)
8239         * tests/tools.at (autoconf: subdirectories): Adjust to above
8240         changes, since MKDIR_P now might end in "/mkdir -p".
8242         * doc/autoconf.texi (autoheader Invocation): Mention that the
8243         first arg of AC_DEFINE_UNQUOTED must be a literal.
8244         Problem reported by Ben Pfaff in
8245         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
8247         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
8248         * doc/autoconf.texi (Special Chars in Variables): New section.
8249         (Preset Output Variables): Warn about special chars in CPPFLAGS.
8250         (Installation Directory Variables): Quote $(datadir) better.
8251         (Limitations of Builtins): Describe some of eval's trickiness.
8253         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
8254         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
8255         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
8256         in front of every arg, not just trailing args.  Quote apostrophes.
8257         (_AC_EVAL_ECHO): New macro.
8258         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
8259         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
8260         removed.
8261         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
8262         exposed by quoting of eval argument.  Put the command on line line
8263         so it logs better.
8264         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
8265         (_AC_PATH_X, AC_PATH_X): Quote more safely.
8266         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
8267         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
8268         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
8269         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
8270         Use eval more safely.
8271         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
8272         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
8273         to be replaced.
8274         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
8275         lines, exposed by quoting of eval argument.
8277 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
8278         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8280         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
8281         initialization of `ac_cv_exeext', do not override it if it was
8282         already set, unless it was set to `no', for compatibility with
8283         Autoconf-2.13, and comment this.
8284         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
8285         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
8286         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
8287         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
8288         Document that this test may be overridden by setting
8289         `ac_cv_exeext'.
8291 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8293         Revert these two patches:
8295         2006-04-06  Eric Blake  <ebb9@byu.net>
8296         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
8297         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
8298         2006-04-01.
8300         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
8301         Clean up _AC_COMPILER_EXEEXT* macros.
8302         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
8303           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
8304           ac_file to the name of the default output file and call
8305           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
8306           initial `rm' of the candidate files...
8307         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
8308           the same list in subsequent `rm' calls, and for the temporary
8309           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
8310           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
8311         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
8312         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
8313           no longer needed) by libtool.  Make it a cache check.
8314         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
8315           copied here by mistake.
8316         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
8317           _AC_COMPILER_EXEEXT.
8318         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
8319           _AC_COMPILER_OBJEXT directly.
8320         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
8322 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8324         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
8325         Fix description of how the buggy `sed' works.
8327 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
8329         Sync from Automake:
8331         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
8332         ENOLCK.  Only mention `make -j' when applicable.  Only raise
8333         fatal errors when `make -j' is involved.  Improve error message.
8335 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8337         * doc/autoconf.texi (Here-Documents): We now know more about
8338         the variable expansion in here documents bug.
8339         Thanks to Tim Rice and Stepan Kasal.
8341         * doc/autoconf.texi (Making testsuite Scripts): Add an example
8342         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
8344 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8346         * tests/autotest.at (Multiline command from M4 expansion):
8347         No failure to be expected if the shell quotes newlines in
8348         commands in the `set -x' output.  Report by Tim Rice.
8349         * THANKS: Update.
8351 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
8353         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
8354         expansion in the here-documents used by config.status, as that
8355         runs afoul of the Korn shell version M-12/28/93d bug described in
8356         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
8357         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
8358         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
8360 2006-05-23  Jim Meyering  <jim@meyering.net>
8362         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
8363         Fix typo introduced with 2006-04-02 change.  It reversed the sense
8364         of the test.
8366 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
8368         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
8369         ac_dB slightly, to save bytes in the script.
8370         Max out at 50 lines, rather than 96; this is more likely
8371         (though not guaranteed) to avoid obscure 'sed' failures.
8373 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8375         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
8376         `tr -d -' as bad option argument.  Work around this by deleting
8377         an unrelated character.
8378         Report by Tim Rice <tim@multitalents.net>.
8380 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
8381             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
8382             Stepan Kasal  <kasal@ucw.cz>
8384         * doc/autoconf.texi (Particular Programs): Do not promise that
8385         we always prefer the GNU version of the program, and that we
8386         search according to PATH; both rules can have exceptions.
8387         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
8388         AC_PROG_SED.  Move descriptions of limitations
8389         to the Limitations of Usual Tools section.
8390         (Limitations of Usual Tools) <sed>: Mention script length
8391         limitations with Solaris /usr/ucb/sed.
8392         <grep>: Fix wording for empty alternative.  Mention that -c and
8393         -l should not be combined, and that -E and -F should not be
8394         combined.
8396 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
8397         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8399         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
8400         limits in Solaris 8 /usr/ucb/sed by testing a long script.
8402 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
8404         * doc/autoconf.texi (Defining Symbols): Literal parameter of
8405         AC_DEFINE is now passed to m4_pattern_allow.
8406         * NEWS: Mention that; likewise for AC_SUBST.
8407         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
8408         the parameter to m4_pattern_allow.
8409         * tests/tools.at: Add a check for that.
8411 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
8413         * lib/autoconf/status.m4: Fix typos.
8415 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8417         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
8418         only the files that this macro generates.
8420 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
8422         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
8423         the HP-UX sed limitation of 99 commands, labels do not count.
8424         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
8425         in the comment.
8426         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
8428 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
8430         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
8431         Import the following fix from coreutils:
8433         2006-01-13  Jim Meyering  <jim@meyering.net>
8435         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
8436         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
8437         not double-quote uses of that variable, to accommodate the rare
8438         case in which getmntent is available in none of the libraries
8439         checked.  This happens at least on FreeBSD 5.0.
8441 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
8443         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
8444         ac_config_guess, ac_config_sub, and ac_configure, since evidently
8445         some other programs unwisely rely on these undocumented vars.
8446         But put in warning comments about them.
8447         Problem reported by Ralf Wildenhues in
8448         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
8449         * NEWS: Document that these variables are intended to go away.
8451 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8453         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
8454         and set the language to C++ (analogous to the equivalent Fortran
8455         tests).
8457         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
8458         * doc/autoconf.texi (C++ Compiler): Document it.
8459         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
8460         * NEWS: Update.
8462 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8464         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
8465         that caused config.status to generate 100-command sed scripts; the
8466         portable limit is 99.
8468 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8470         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
8471         variable `ac_d' instead of `d' to avoid infringing namespace.
8472         Report by Ralf Menzel.
8474 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
8476         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
8477         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
8478         * tests/tools.at (autoconf: subdirectories): New test, taken from
8479         the corresponding problem report by Ralf Wildenhues in:
8480         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
8482         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
8483         Quote some uses of shell variables if they might suffer unexpected
8484         globbing.  This doesn't fix all instances of quoting problems that
8485         I found, just the easy ones that look safe.
8486         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
8487         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
8488         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
8489         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
8490         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
8491         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
8492         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
8493         Likewise.
8494         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
8495         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
8497 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8499         * bin/autoreconf.in ($help): Reword according to the manual.
8500         Suggested by Olly Betts.
8502 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
8503         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8505         * bin/autoreconf.in: Pass the directory argument to
8506         `require_configure_ac'.  Fix comment.
8507         * tests/torture.at (Configuring subdirectories): Expose this.
8508         Reported by Olly Betts.
8510 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8512         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
8513         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
8514         Automake as follows:
8516         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
8517         `$configure_in' instead of `configure.in', to preserve
8518         directory component.
8520 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8522         * config/config.guess, config/config.sub, config/texinfo.tex,
8523         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
8525 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8527         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8528         test for C99 conformance; (bool) 0.5 is an integer constant
8529         expression, but (bool) -0.5 is not.  Problem reported by Fedor
8530         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8532 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
8534         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
8535         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
8536         Warn about obsolete install-sh files.  Remove stray sentence
8537         fragment and fix cross reference.
8538         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
8539         install -d; this undoes the 2006-05-10 change.
8540         (MKDIR_P): Mark with AN_MAKEVAR.
8541         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
8542         that we don't require $INSTALL to be thread-safe.  Move comments
8543         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
8544         of AC_PROG_INSTALL.  Output a message saying that we're checking
8545         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
8546         MKDIR_P instead of AC_SUBST.
8547         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
8548         Special magic for MKDIR_P, too.
8549         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
8550         a dnl.
8551         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
8553 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
8555         Sync from Automake, as follows:
8557         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8558         * config/install-sh: Initialize IFS, so field splitting isn't
8559         turned off later.
8560         * config/mkinstalldirs: Likewise.
8561         * config/missing: Remove superfluous quotes.  Replace all uses of
8562         `[' by `test', for consistency, and for..
8563         * config/missing (sed_minuso, sed_output): New variables.
8564         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
8565         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
8566         Fixes `missing' to detect `--output' for help2man.  Fixes
8567         PR automake/483.  Report by Dennis J. Linse.
8568         (autom4te): Document in `missing --help'.
8570 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8572         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
8573         * config/install-sh: Don't use 'path' to talk about file names,
8574         as per GNU coding standards.  Close a race condition reported by Ralf
8575         Wildenhues and Stepan Kasal.  There is still a race condition
8576         on hosts that predate Posix 1003.1-1992, but we can't help this.
8577         Don't mishandle weird characters like space on pre-Posix hosts.
8578         Invoke mkdir at most once per dir arg on pre-Posix hosts.
8579         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
8580         AC_PROG_MKDIR_P from AS_MKDIR_P.
8581         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
8582         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
8583         earlier editions are not (including Automake 1.8.3).
8584         Do not suggest mkinstalldirs for thread-safety.
8585         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
8586         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
8587         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
8588         presence of special characters and race conditions.
8589         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
8590         in Autoconf's name space.
8592 2006-05-10  Bruno Haible  <bruno@clisp.org>
8593         and Paul Eggert  <eggert@cs.ucla.edu>
8595         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
8596         from Automake with minor changes.
8597         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
8599 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8601         * config/install-sh: Update to Automake CVS version, as follows:
8602         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
8603         * lib/install-sh: Simplify the expr implementation of dirname.
8604         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8605         * lib/install-sh: Handle --, and diagnose unknown options.
8607 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8609         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
8610         `./autom4te' to create `./testsuite', since the `all' target
8611         will ensure its presence, but `installcheck' should not create
8612         the uninstalled wrappers.
8614         * tests/torture.at (Unusual Automake input files): Skip if we
8615         detect automake < 1.8.
8617 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8619         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
8620         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
8621         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
8622         * NEWS: Update.
8624 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8626         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
8627         munge (multiple) white space and other oddities.
8628         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
8629         single quotes in variable assignment.
8630         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
8631         and similar failures by adding multiple spaces, tabs, and other
8632         special characters.
8633         Report and different test suggested by Francesco Romani
8634         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
8636         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
8637         single quotes, we only need to search for single quotes; this
8638         both simplifies the search pattern, and makes us less
8639         susceptible to `echo' variations for arguments not containing
8640         single quotes.
8641         (_AC_ARG_VAR_VALIDATE): Likewise.
8643 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8645         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
8646         `$*' and IFS concatenation issue with traditional shells and
8647         bash-2.04.  Report by Seanster@Seanster.com.
8649 2006-05-03  Bruno Haible  <bruno@clisp.org>
8651         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
8652         precisely which Mac OS X versions have the od problem.
8654 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8656         * doc/autoconf.texi: Use @option systematically.
8658 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8659         and Bruno Haible  <bruno@clisp.org>
8661         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
8662         about 'od'.
8663         (Integer Overflow): Mention the special case of integer division
8664         overflow.
8666 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8668         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
8669         traditional shells like the Solaris one that do not use the
8670         first IFS character for assembling `$*'.
8671         Prompted by a related report from autoconf_bug@nro.ca.
8673 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
8674         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8676         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
8677         Mention more problems with the -e option.
8679 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8681         * NEWS: Typo.
8682         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
8684         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
8685         in URLs to improve DVI formatted output (requires texinfo 4.6).
8686         (System Services, Systemology, Shellology): Likewise.
8687         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
8688         output.
8690         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
8691         continuous text.
8692         (Runtime): Fix macro argument names to match description:
8693         `action-if-found' -> `action-if-true' and similarly.
8694         (Obsolete Macros): Likewise.
8695         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
8696         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
8697         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
8699 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8701         * doc/autoconf.texi (Limitations of Make): Clean up markup.
8703         * ChangeLog: Typo.
8704         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
8705         DVI output.
8707 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8709         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
8710         /bin/sh set unsorted output.
8711         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
8712         * tests/local.at: Likewise.
8714 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
8716         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
8717         (Integer Overflow, Null Pointers, Buffer Overruns):
8718         (Floating Point Portability, Exiting Portably): New sections.
8719         (Writing Test Programs): Fix some langauge.  Recommend exiting
8720         with status 1, not merely nonzero.  Clarify exit declaration.
8721         (Run Time): Move C exit status stuff to new Exiting Portably section.
8722         (Systemology): Mention Posix and levenez.  Update v7 reference.
8723         (Portable Shell): Mention the Posix shell.
8725 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
8727         * bin/autoconf.as (me): Replace by as_me.
8729 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8731         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
8732         since as_me isn't set yet.
8734 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
8736         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
8737         a few minor bugs in this area.
8739         * doc/autoconf.texi (Programming in M4sh): Comment out the
8740         documentation of AS_BASENAME, for now.
8741         (Shell Substitutions): Do not use AS_DIRNAME in an example.
8742         (Limitations of Builtins) <basename>: Do not refer to
8743         AS_BASENAME.
8744         * bin/autoconf.as (me): Don't use AS_BASENAME.
8745         (dir): Remove the unused variable.
8746         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
8747         AS_DETECT_REQUIRED.  All uses changed.
8748         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
8749         All uses changed.
8750         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
8751         (AS_BASENAME): Use "basename --" to protect against leading "-".
8752         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
8753         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
8754         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
8755         (_AS_DIRNAME_PREPARE): Likewise.
8756         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
8757         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
8758         (AS_DIRNAME): Use "dirname --".
8760 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
8762         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
8763         of "run time" and "run-time" changed to "runtime", for consistency.
8764         * lib/autoconf/fortran.m4: Likewise (in comment).
8765         * lib/autoconf/functions.m4: Likewise.
8766         * lib/autoconf/general.m4: Likewise.
8767         * lib/autoconf/headers.m4: Likewise.
8769         * doc/autoconf.texi (Run Time): Document the exit status situation
8770         with more accuracy and detail.
8772 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8774         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
8775         Archive is not officially `GNU' any more.  Update URL.
8776         (Defining Directories): Likewise
8777         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
8779 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8781         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
8782         newline from the `trap' code to finish `config.log'; the NetBSD
8783         /bin/sh resets the exit status after an empty command, as
8784         documented in doc/autoconf.texi.
8785         Reported by Dalibor Topic <robilad@kaffe.org>.
8787 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
8789         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
8790         Suggested by Bruno Haible.
8792 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
8794         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
8795         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
8796         Instead, just list the shells that we know work.
8797         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
8798         changed.  Be more cautious about the _cv_ variable.
8799         * tests/tools.at (Syntax of the shell scripts): Check the
8800         _cv_ variable once, at first, to avoid an internal autoconf error
8801         when sh -n does not work.
8803 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8805         * lib/Autom4te/FileUtils.pm: Sync from Automake.
8807 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
8809         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
8810         use ">&-" since we're only 99.999% sure that this is portable,
8811         and since the MinGW bug is fixed in a different way.
8812         * lib/autotest/general.m4 (AT_INIT): Likewise.
8814 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
8816         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
8817         before opening config.log, to avoid hitting a bug on MinGW.
8819 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
8821         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
8822         AS_MESSAGE_LOG_FD before reopening it onto the log file.
8823         This works around a MinGW bug reported by Eric Paire.
8824         Make sure that all writes to the log file append to it,
8825         rather than possibly losing data.
8826         * lib/autotest/general.m4 (AT_INIT): Likewise.
8828 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
8830         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
8831         description.
8833 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8835         * NEWS: Update.
8837         * configure.ac (AC_INIT): Bump to 2.59d.
8839 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8841         Version 2.59c.
8843         * Makefile.maint (news-date-check): Do not require a leading `*'
8844         before the release date in NEWS.
8846 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
8847         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8849         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
8850         the instantiated file do not contain the string 'datarootdir'
8851         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
8852         @mandir@, replace the reference '${datarootdir}' by the value.
8853         * tests/torture.at (datarootdir workaround): New test.
8854         * NEWS: Advertise this temporary fixup.
8855         Based on a patch by Bruno Haible, reported and analyzed by
8856         Paul Eggert and Noah Misch.
8858 2006-04-12  Eric Blake  <ebb9@byu.net>
8860         * tests/autotest.at (Debugging a failed test): Fix comment.
8862 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
8864         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
8865         all the changes since 2006-04-07.
8867 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8869         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
8870         succeeded, but `ln -s file dir' failed, take care to remove the
8871         leftover target before the next test, to prevent its spurious
8872         failure; also make sure `ln file dir' works before selecting it.
8873         Thanks to Keith Marshall for pointing this out.
8874         * THANKS: Update.
8876         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
8877         assignments in `at_debug_args', so that we put them correctly
8878         in the `run' script.
8879         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
8880         Reported by Eric Blake.
8882 2006-04-11  Eric Blake  <ebb9@byu.net>
8884         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
8885         top-level tests after micro-suite has been run.   Used in...
8886         (Debugging a successful test, Debugging script and environment),
8887         (Debugging a failed test): ...these new tests.  The first of these
8888         is fixed by...
8889         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
8890         macro, split out from...
8891         (AT_INIT): ...here, so that using -d also generates a run script.
8892         Document that -d inhibits top-level logging.
8893         * doc/autoconf.texi (testsuite Invocation): Document that -d only
8894         inhibits top-level logging; debug scripts are created.
8896         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
8897         check.
8898         * tests/autotest.at (Empty test, Empty check): New test to check it.
8900         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
8901         from gcc.
8903 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
8905         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
8906         the files if a problem appears.  Make the empty *.at files
8907         read-only, too.  Proposed by Ralf Wildenhues.
8909 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8911         * config/Makefile.am: Add comment to force updated Makefile.in.
8913         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
8914         space only patch to this file, this patch causes the Makefile.in
8915         files that include freeze.mk to be updated, and thus have a
8916         newer time stamp again, which in turn makes a pristine CVS
8917         checkout have correct time stamps.
8919         * Makefile.maint (cvs-sv): New macro, to be used..
8920         (config.guess-url_prefix, config.sub-url_prefix)
8921         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
8922         point to CVS text checkout of Gnulib files.
8923         (copyright-check): Bump current year.
8924         (announcement): Do not hard-wire `./announce-gen'.
8925         (cvs-update): Propagate failures of `cvs' and `move-if-change'
8926         correctly.
8927         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
8928         `chmod +x'.
8929         (wget_files): Update config.guess, config.sub, texinfo.tex by
8930         `wget-update', now that their URLs work again.
8932 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
8934         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
8935         Problem noted by Paul D. Smith.
8937 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8939         * doc/autoconf.texi: Remove unused words from word list.
8940         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
8941         .x-sc_trailing_space: New files.
8943         * doc/standards.texi: Sync from gnulib.
8945         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
8946         `LIBOBJDIR' as experimental.
8948         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
8949         with a target directory; it's internally implemented as `cp'
8950         anyway, but since Autoconf advertises the possibility to use
8951         a target directory when LN_S is `ln -s', we need to find out.
8952         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
8953         analyzed by Keith Marshall <keith.marshall@total.com>.
8955         * THANKS: Update.
8957 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
8959         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
8960         confdefs.h as-is.  In general, if it has backslash-newline or the
8961         like, then it doesn't work either to sort or to remove empty
8962         lines.
8964 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
8966         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
8968 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
8970         * lib/autom4te.in (Automake-preselections): Preselect
8971         _AM_SUBST_NOTMAKE.
8973 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
8975         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
8976         apostrophe within a single-quoted string, as this is the usual
8977         tradition and is easier to read than '"'"'.  Don't rely on the
8978         shell treating "$/" like '$/'.  Use a more-consistent indenting
8979         style for the trap.
8981 2006-04-09  Eric Blake  <ebb9@byu.net>
8983         * tests/autotest.at (Backquote command substitution),
8984         (Multiline backquote command substitution): Remove mistaken
8985         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
8986         applied...
8987         (Parenthetical command substitution, Multiline parenthetical
8988         command substitution): here.
8990 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
8992         Import macros from gnulib (often changing their name).
8994         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
8995         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
8996         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
8997         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
8998         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
8999         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
9000         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
9001         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
9002         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
9003         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
9004         The manual mentions Gnulib more prominently.
9005         * doc/autoconf.texi (Gnulib): New node.
9006         (Pointers): Add Gnulib URL.
9007         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
9008         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
9009         Gnulib section.
9010         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
9011         suggest a #define rather than a typedef for _Bool, and mention
9012         Gnulib rather than trying to substitute stdbool code.
9013         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
9014         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
9015         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
9016         AC_STRUCT_DIRENT_D_TYPE.
9017         (Particular Types): Mention stdint.h and inttypes.h as standard
9018         headers too.
9019         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
9020         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
9021         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
9022         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
9023         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
9024         (C Compiler): Move AC_C_LONG_DOUBLE to ...
9025         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
9026         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
9027         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
9028         (Coding Style).  Don't mention m4_expand_once.
9029         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
9030         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
9031         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
9032         (AC_CHECK_FUNCS): Use it.
9033         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
9034         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
9035         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
9036         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
9037         (AC_HEADER_ASSERT): New macro.
9038         (AC_HEADER_STDBOOL): Don't assume "#error" works.
9039         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
9040         Catch a bug in an HP-UX C compiler.
9041         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
9042         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
9043         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
9044         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
9045         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
9046         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
9047         New macros.
9049         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
9050         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
9052 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
9054         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
9055         of the warning introduced by the 2001-08-28 change.
9057 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
9058             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9060         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
9061         variables shall be overriden by the cache.
9062         * tests/torture.at (AC_ARG_VAR): Test also with a first value
9063         that contains braces.
9065 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
9067         Revert the patch from 2006-04-01 and only improve
9068         _AS_DETECT_BETTER_SHELL:
9070         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
9071         skip nonexistent directories.
9072         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
9073         only shell candidates which exist.
9074         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
9075         * lib/autotest/general.m4 (AT_INIT): No need to give three
9076         parameters to _AS_PATH_WALK.
9078 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
9079             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9081         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
9082         distinguish m4sugar macros.
9083         * tests/tools.at (autoupdating with aclocal and m4_include):
9084         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
9085         test case by Noah Misch <noah@cs.caltech.edu>.
9087 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
9089         Revert my change from 2006-03-17, in other words:
9090         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
9091           and DUALCASE=1.
9092         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
9093         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
9094           it is set.
9096 2006-04-07  Eric Blake  <ebb9@byu.net>
9098         * doc/autoconf.texi (Programming in M4sh): Document that
9099         AS_MKDIR_P exits the script on failure.
9100         * lib/autotest/general.m4: Remove redundant AS_ERROR.
9102 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9104         * config/elisp-comp, config/install-sh, config/mdate-sh,
9105         config/missing, config/mkinstalldirs: Sync from Automake.
9107         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
9108         from Automake.
9110         * doc/make-stds.texi: Sync from gnulib.
9112 2006-04-06  Eric Blake  <ebb9@byu.net>
9114         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
9115         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
9116         2006-04-01.
9118 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
9119             Eric Blake  <ebb9@byu.net>,
9120             Paul Eggert  <eggert@cs.ucla.edu>,
9121             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9123         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
9124         whether `set' quotes correctly: redirect stderr of the tested
9125         `set', and use a subshell, for Ultrix; use `sed' instead of
9126         `grep' for zsh `set' which may write binary output; match only
9127         at the beginning of a line, to avoid false positives.
9128         In order to avoid false positives by unrelated variables with
9129         multiline content, put the dump algorithm in a subshell and
9130         unset all variables containing newlines (except some which are
9131         special to the shell).  Warn about cache variables that are
9132         unset.
9134 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9136         * config/config.guess, config/config.sub, config/texinfo.tex:
9137         Sync from upstream.
9139         * tests/mktests.sh: Reword comments.
9141         * tests/mktests.sh: Only skip internal macros starting with
9142         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
9143         Update exclusion lists for the test suite to this end:
9144         (AC_ARG_VAR): Do test this now.
9145         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
9146         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
9147         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
9148         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
9150         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
9151         shell issue with double-quoted command substitutions of native
9152         commands.
9153         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
9154         Marshall.
9156         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
9157         no file matches the glob, discard the warning, set `nullglob'.
9158         (syntax-check): Likewise.
9159         (sc_cast_of_x_alloc_return_value): Likewise.
9160         (sc_cast_of_alloca_return_value, sc_error_exit_success)
9161         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
9162         (m4-check): Likewise.
9163         (sc_system_h_headers): Do not print rule on execution.
9164         (sc_tight_scope): Do not fail for non-existing `src' directory.
9165         (sc_changelog): Skip the Copyright footer.
9166         * lib/autoconf/lang.m4: Remove trailing space.
9168         * lib/autoconf/status.m4: More replacements to
9169         <tab><space> where this makes sense.
9171 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
9173         * tests/Makefile.am (maintainer-check-posix):
9174           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
9176         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
9177           ac_config_<foo>s again, sometimes normalized, sometimes not.
9178         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
9179         (AC_CONFIG_COMMANDS): Do not do so here.
9180         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
9181           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
9182           2005-07-25 rewrite.  Noticed by Noah Misch.
9184         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
9185           _AC_PRESERVE_HELP_ORDER, ...
9186         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
9188         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
9189           inside m4_expand_once; it is redundant.
9191         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
9192           for --help from Cygnus `configure.'
9194 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
9196         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
9197         on a patch proposed by Ralf Wildenhues.
9199 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
9201         * lib/autoconf/status.m4: Replace <space>''<tab> with
9202         <tab><space> where this makes sense.
9204 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
9205             Noah Misch  <noah@cs.caltech.edu>
9207         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
9208         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
9209         * doc/autoconf.texi (Help Formatting): New node.
9210         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
9212 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9214         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
9215         lib/autoconf/specific.m4, lib/autoconf/status.m4,
9216         lib/autoconf/types.m4, lib/autotest/general.m4,
9217         tests/mktests.sh, tests/torture.at: White space cleanup:
9218         remove some SPACE before TAB, or add quoting ('' or @&t@).
9220         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
9222         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
9224 2006-04-05  Eric Blake  <ebb9@byu.net>
9226         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
9227         empty test suite works.
9228         * tests/autotest.at (Empty test suite): Remove xfail.
9230 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
9232         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
9233         TAGS to ac_config_<foo>s.
9234         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
9235         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
9236         normalizing it, consistent it with previous releases.
9237         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
9239 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
9241         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
9242         Use simplified args that Eric Blake originally suggested.
9244 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
9246         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
9247         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
9248         Use 'comm' rather than N instances of grep; this also fixes a bug
9249         whereby substrings were incorrectly matched, causing us to not
9250         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
9251         (exclude_list): Exclude empty macros.
9252         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
9254         Use awk rather than grep -E or egrep, to avoid
9255         portability problems with regular expressions containing newlines.
9256         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
9257         Switch from grep to awk syntax.
9258         (ac_exclude_script): Renamed from ac_exclude_egrep.
9259         (au_exclude_script): Renamed from au_exclude_egrep.
9261 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
9263         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
9264         a subdirectory subject to Cygnus `configure'.
9265         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
9267         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
9268         report request when we have no AC_PACKAGE_BUGREPORT.
9270 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9272         * THANKS: Update.
9274         * tests/mktests.sh: Update copyright year in the header of the
9275         generated files.
9277         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
9278         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
9279         typedef'ed restricted pointer, to catch a compiler bug on
9280         HP-UX 11.x, and fix warnings so it passes with -Werror.
9281         (_AC_PROG_CC_C99): Likewise.
9282         Reported by Albert Chin <china@thewrittenword.com>.
9283         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
9285 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
9287         * bin/autoscan.in (subdirs): New global.
9288         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
9289         (output): Emit AC_CONFIG_SUBDIRS as needed.
9290         * tests/autoscan.at (autoscan): Remove XFAIL.
9292 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
9294         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
9296 2006-04-03  Eric Blake  <ebb9@byu.net>
9298         * THANKS: Add myself.
9300 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9302         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
9303         to log, point to testsuite output tree.
9305 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
9307         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
9308         * doc/autoconf.texi (Function Portability): Mention that C++
9309         has trouble with 'exit'.
9310         (Guidelines): Test programs shouldn't use 'exit'.
9311         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
9312         Remove; all uses removed.
9313         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
9314         Return from 'main' instead of calling 'exit'.
9315         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
9316         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
9317         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
9318         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
9319         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
9320         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
9321         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
9322         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
9323         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
9324         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
9325         * tests/compile.at: Likewise.
9327 2006-04-02  Pavel Roskin  <proski@gnu.org>
9329         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
9331 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
9333         Clean up _AC_COMPILER_EXEEXT* macros.
9335         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
9336           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
9337           ac_file to the name of the default output file and call
9338           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
9339           initial `rm' of the candidate files...
9340         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
9341           the same list in subsequent `rm' calls, and for the temporary
9342           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
9343           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
9344         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
9345         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
9346           no longer needed) by libtool.  Make it a cache check.
9347         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
9348           copied here by mistake.
9349         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
9350           _AC_COMPILER_EXEEXT.
9351         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
9352           _AC_COMPILER_OBJEXT directly.
9353         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
9355 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
9357         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
9358         (AS_DIRNAME): Use it.
9359         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
9361         * tests/*.at: Remove the generated ones.
9363 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
9365         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
9367 2006-04-01  Eric Blake  <ebb9@byu.net>
9369         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
9370         directories, unless optional third argument supplied.
9371         (AS_UNAME): Don't optimize PATH walk.
9373         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
9375 2006-04-01  Eric Blake  <ebb9@byu.net>
9376         and Stepan Kasal  <kasal@ucw.cz>
9378         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
9379         and fix some typos.
9381 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
9383         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
9384         Autoconf version number despite a zero- or one-argument AC_INIT.
9386         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
9387         subordinate tools.
9388         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
9389         * doc/autoconf.texi (autoreconf Invocation): Document it.
9391         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
9392         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
9394 2006-04-01  Eric Blake  <ebb9@byu.net>
9396         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
9397         * lib/autotest/general.m4: Be tolerant of existing directory when
9398           rm failed to remove it.
9400 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9402         * bin/autoupdate.in: Redefine m4_location so that warnings print
9403         the correct lines of the input file by subtracting..
9404         (_au__first_line): ..this new definition.
9406         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
9407         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
9408         Remove stray newline in output.
9409         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
9410         AC_DEFUN this for autoconf, including the obsoletion diagnose.
9411         Fixes autoupdating of code where the replacement output contains
9412         m4sugar macros.
9413         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
9414         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
9415          (au_exclude_list): Add AC_LANG_SAVE.
9416         * tests/tools.at: Several new tests for all of this.
9417         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
9418         hairy details.
9419         The AC_LANG_SAVE issue was reported against Libtool by
9420         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
9421         Kristian Kvilekval <kris@cs.ucsb.edu>.
9423 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
9425         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
9426           switch all of them on and of when necessary.  Fixes the bug when
9427           m4sugar macros (e.g., m4_define) were expanded after the first
9428           automatic update (e.g., after AC_PREREQ or AC_INIT).
9430 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
9432         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
9433         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
9435         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
9436         correctly.  Problem reported by Eric Blake.
9437         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
9438         Ralf Wildenhues.
9440 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
9442         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
9443         Tighten up the basename/dirname wording.
9445 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9447         * Makefile.maint (sc_texi_notab): New check: do not use TABs
9448         in texinfo files outside of verbatim environments.
9449         (syntax-check-rules): Update.
9450         * doc/autoconf.texi (Configuration Headers): Conform to it.
9452 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
9454         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
9455           aclocal cannot be given on the command line.
9457 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
9459         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
9460         Give an example for AS_DIRNAME instead of referring to Posix..
9461         (File System Conventions): Put discussion of // versus / here, and
9462         modernize it a bit.
9463         (Limitations of Usual Tools): Add basename.  Remove verbiage
9464         after dirname, since it got moved to the above sections.
9465         All this was inspired by a patch proposed earlier by Eric Blake.
9467 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9469         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
9470         `$0' to protect against spaces.
9471         * lib/autotest/general.m4 (AT_INIT): Likewise.
9472         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
9473         `$0', $as_me.
9475 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9477         * bin/autoscan.in: The value of find_configure_ac should be
9478         checked for existence, so we don't barf over a nonexisting
9479         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
9481 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9483         * bin/autoupdate.in: Fix some typos.
9485 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
9487         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
9489         * lib/autoscan/autoscan.list: Refreshed.
9491 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9493         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
9494         and Erlang related variables.
9496         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
9497         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
9498         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
9499         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
9500         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
9501         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
9502         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
9503         (_AC_PROG_OBJC_G): New macros.
9504         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
9505         * doc/autoconf.texi (Objective C Compiler): New node.
9506         (Preset Output Variables): Document OBJCFLAGS.
9507         (Language Choice): Document `Objective C' language.
9508         (Fortran Compiler): Fix typo.
9509         * NEWS: Updated.
9510         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
9512 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
9514         * doc/autoconf.texi (Default Includes): Fix typo
9515           s/AC_HEADERS_STDC/AC_HEADER_STDC/
9516         (Limitations of Usual Tools): s/unwriteable/unwritable/
9517         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
9518           Fix typos in the comments.
9520 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
9522         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
9523           Factor out the warning to...
9524         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
9525         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
9526         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
9528         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
9529           case `ac_delim' when writing the sed script.
9531         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
9532           moved DUALCASE=1 ...
9533         (AS_SHELL_SANITIZE): ... here.
9534         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
9535           that it is set.
9537         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
9538           AC_SUBST.
9539         (_AC_PATH_PROG): Store the result to VARIABLE.
9540         (AC_PATH_PROG): No need to set VARIABLE again.
9542         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
9543           the first one is usual AT_CHECK_MACRO test, the second one checks
9544           that the same works when cross-compiling.
9545         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
9546         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
9548 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9550         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
9551         the directory `/usr/bin/posix' in the shell search, to prefer
9552         the Posix shell not only in subsequent spawns as with `$BIN_SH'
9553         on Tru64.
9555         * doc/autoconf.texi (contents): To fix texi2html output, hide
9556         `@setcontentsaftertitlepage' for HTML.
9557         (Writing Autoconf Macros): Likewise, insert space after `@c'.
9558         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
9559         `@,{c}'.
9561 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
9563         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
9564           sanitizing...
9565         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
9566         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
9567           why IFS is restored so late; thank you, Ralf, for reminding us.
9569 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
9571         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
9572           variables in the examples.
9574 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
9576         * doc/autoconf.texi (several sections): Cleaned up documentation for
9577         macros in erlang.m4.
9579 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9581         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
9582         failure condition for `$(cmd)' style command substitutions.
9583         (Parenthetical command substitution, Multiline parenthetical
9584         command substitution): Use it.
9586         * doc/autoconf.texi (Special Shell Variables): Missing word.
9587         Reported by Keith Marshall <keith.marshall@total.com>.
9589         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
9590         IFS even in case of empty `$PATH'.
9592 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9594         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
9595         `expr' away if there is nothing to do.
9596         < --keywords >: Simplify and robustify argument handling.
9597         Revert erroneous comment from 2005-08-23.  Extend to allow
9598         keyword negation with `!'.
9599         Update help message.  Remove broken code to prevent running
9600         tests multiple times.
9601         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
9602         Update and fix the documentation accordingly.
9603         * tests/autotest.at (Keywords): Renamed to..
9604         (Keywords and ranges): .. this.  Extended to make sure negated
9605         keywords, keywords taken from AT_SETUP arguments, and numeric
9606         test ranges work, and that matching is case-insensitive.
9608 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9610         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
9611         allow to pass unnamed structs even in C++.
9612         (AC_CHECK_SIZEOF):  Likewise.
9613         Also fix quoting error in `AC_MSG_FAILURE' arguments.
9614         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
9615         struct): New tests for unnamed structs, each both native and
9616         cross-compiling.
9618         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
9619         a structure inside a cast, for C++ conformance.
9620         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
9621         Also fix quoting error in `AC_MSG_FAILURE' arguments.
9623         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
9624         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
9625         trying to execute the command `no'.
9627         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
9628         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
9629         expanded outside.
9631         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
9632         example.  Do not emphasize `$%', it is hardly new and special.
9633         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
9635         * doc/autoconf.texi (Limitations of Usual Tools): Document
9636         OpenBSD and traditional `grep' failure to handle multiple
9637         patterns separated by newlines.
9639 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
9641         * doc/autoconf.texi (several sections): Add documentation for macros
9642         in erlang.m4.
9644 2006-03-10  Eric Blake  <ebb9@byu.net>
9646         * doc/autoconf.texi (Obsolete Macros): Fix wording of
9647         AC_TRY_LINK_FUNC.
9649 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
9651         * doc/autoconf.texi: Use @acronym more consistently for acronyms
9652         like BSD, GPL, LGPL.  Fix minor English typos.
9653         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
9654         Mention that these macros are becoming obsolete.
9655         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
9656         Use more modern terminology for which standard is what.
9657         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
9658         and to ansi2knr.
9659         (AC_PROG_CXX): Likewise.
9660         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
9661         Remove obsolete discussion about how to port to K&R.
9662         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
9663         the obsolescent AC_HEADER_STDC.
9664         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
9665         can't rely on it.
9667 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9669         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
9670         Remove stdin redirection from /dev/null to allow pipe to work.
9672 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
9674         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
9675         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
9676         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
9677         Ralf Wildenhues.
9679 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9681         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
9682         HP-UX sed is 99 commands, not 100.
9683         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
9684         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
9685         newline for portability.
9686         * tests/torture.at (Torturing config.status): Also test 100
9687         AC_SUBST_FILE invocations.  Fix test to actually verify the
9688         AC_CONFIG_FILES output.
9689         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
9690         command, label, and read-file `r' limits.  Unify HP-UX spelling.
9692         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
9693         non-suffix rule.
9694         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
9695         non-GNU make.
9696         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
9697         * tests/mktests.sh: Small shell portability fixes.
9699 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9701         * doc/autoconf.texi (Caching Results): Fix the examples to use a
9702         recommended quoting style and discard unwanted output.
9704 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
9706         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
9707         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
9708         cases, and to work around Tru64 expr bug.
9710 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9712         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
9713         expr bug that turns the result of a regex match into a number if
9714         possible.
9716 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9718         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
9719         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
9720         in section `Specific Compiler Characteristics'.
9722 2006-03-04  Eric Blake  <ebb9@byu.net>
9724         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
9725         variable warning.
9727 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9729         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
9730         order of variable initialization, so even the Solaris 2.6 shell
9731         can create a config header correctly.  Fixes lots of test suite
9732         failures.
9734 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9736         * doc/autoconf.texi (Text processing Macros): New node to
9737         document the m4sugar macros m4_re_escape, m4_tolower,
9738         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
9740 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
9742         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
9743         XrmInitialize (0) -> XrmInitialize ().
9744         Reported by Toshio Kuratomi.
9746 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9748         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
9749         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
9750         * doc/autoconf.texi (Programming in M4sh): Adjusted.
9751         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
9752         both macros are defun'ed so that required macros are evaluated
9753         outside.
9755         * doc/autoconf.texi (Prerequisite Macros): State more precisely
9756         where a required macro will be expanded.
9757         (Coding Style): Another reason not to use `m4_define'.
9759 2006-02-21  Eric Blake  <ebb9@byu.net>
9761         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
9763 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9765         * doc/autoconf.texi (Looping constructs): New node, to
9766         document m4_for, m4_foreach, m4_foreach_w, and mention
9767         obsolete AC_FOREACH.
9768         (Obsolete Macros): Document AC_FOREACH.
9769         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
9770         (m4_for): Fix to never loop (almost) endlessly, work correctly
9771         with arithmetic expressions in arguments, a step of zero or
9772         non-integer multiple of the interval, and avoid integer
9773         overflow.
9774         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
9775         m4_foreach_w.
9777 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
9779         Add basic support for Erlang, both for configuring Erlang/OTP
9780         tools, and Erlang as a conf test language.
9781         * lib/autoconf/erlang.m4: New file.
9782         * lib/autoconf/autoconf.m4: Add erlang.m4.
9783         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
9784         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
9785         * NEWS: Add short description of new macros.
9786         * THANKS: Add Romain Lenglet.
9788 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9790         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
9791         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
9793 2006-02-15  Eric Blake  <ebb9@byu.net>
9795         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
9796         warning.
9798 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9800         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
9801         (_AS_CASE): Private helper macro.
9802         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
9803         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
9804         Fix syntax of AS_IF description
9805         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
9806         for the AC_REQUIRE mess.
9807         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
9808         AS_SHELL_SANITIZE.
9810 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
9812         * doc/autoconf.texi: Minor style cleanup.
9813         Be consistent about spaces after commas.
9814         Insert [] where empty args look a bit funny.
9815         Fix some "i.e." and "e.g." usages.
9816         Try to avoid "X/Y" usages.
9817         Don't be pedantic about "ISO C99"; just say C99.
9818         Prefer GNU style for spaces in front of parens.
9819         (Function Portability): Comment about C89 versus C99
9820         signed integer division.
9821         (Particular Headers): Use current gnulib style for dirent
9822         includes.
9824 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
9825         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9827         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
9828         macros without parameters.
9829         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
9830         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
9831         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
9832         `$#' bug.
9833         (autoupdate): Updated to match AU_ALIAS fix.
9835 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9836         and Paul Eggert  <eggert@cs.ucla.edu>
9838         * doc/autoconf.texi (Programming in M4sh): Document
9839         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
9841 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9843         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
9844         (AS_BOURNE_COMPATIBLE): ..this.
9845         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
9847 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
9849         * doc/install.texi (Defining Variables): Tighten up the
9850         CONFIG_SHELL wording.
9852 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
9853         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9855         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
9856         of (set -o) rather than testing whether (set -o posix) succeeds,
9857         to work around a bug in the AIX 5.3 shell.  Problem originally
9858         reportd by Howard Chu for libtool.
9860 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
9862         * doc/autoconf.texi (Running the Compiler, Running the Linker):
9863         Changes the macro arguments in summaries to match the
9864         descriptions.
9866 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
9868         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
9869         hint as ``a workaround for a bug.''
9871 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9873         * bin/autoreconf.in: New option `--no-recursive'.
9874         Improve wording for subpackages a bit.
9875         * doc/autoconf.texi (autoreconf Invocation): Updated.
9876         * NEWS: Updated.
9878         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
9879         in environment of `configure', not the command line.
9880         Reported by Howard Chu <hyc@highlandsun.com>.
9882 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9884         * doc/autoconf.texi (Limitations of Builtins): Document the
9885         problem with "trap -".
9887 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
9889         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
9890         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
9891         messages to differentiate Fortran and Fortran 77 tests.
9892         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
9893         AC_LANG_ASSERT, to allow use in mixed-language projects.
9895 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9897         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
9898         FOO" to "defined (FOO)".
9899         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
9900         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
9901         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
9902         * tests/tools.at (ifnames): Likewise.
9904 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9906         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
9907         * lib/Autom4te/General.pm (mktmpdir): Likewise.
9908         (END): Improve error message a bit.
9909         Reported by Bruce Korb <bkorb@gnu.org>.
9911 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9913         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
9914         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
9916 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
9918         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
9919         requires sys/stream.h.  Reported by Oliver Kiddle.
9921 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9922             Stepan Kasal  <kasal@ucw.cz>
9924         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
9925         before the removals of test dirs, use `find' to avoid modification
9926         of symlinked directories.
9928 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
9930         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
9931         Don't ignore the macro arguments.
9933 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
9935         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
9936         declaration that works for MSVC.
9938 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9940         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
9941         Add `*.map' and `.inf' for Green Hills compiler.
9942         Reported by Stefan Seefeld <stefan@codesourcery.com>.
9944         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
9945         correctly: pad with spaces after FIRST_PREFIX if necessary,
9946         and compute string lenghts with `m4_qlen' instead of `m4_len'.
9947         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
9948         * tests/m4sh.at (AS_HELP_STRING): Test extended.
9949         * NEWS: Updated.
9950         Reported by numerous people, numerous times.
9952 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
9954         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
9955         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
9956         * lib/autoconf/general.m4, lib/autoconf/status.m4:
9957         * lib/autotest/general.m4, tests/local.at:
9958         Update copyright year to 2006.
9960         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
9961         sed substitutions.
9962         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
9963         for file names, again.  Reported by Noah Misch.
9964         (Coding Style): Explain that s|a|b| is preferred for file names.
9965         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
9966         (AC_OUTPUT_MAKE_DEFS): Likewise.
9967         * lib/autotest/general.m4 (AT_INIT): Likewise.
9968         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
9969         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
9971         Fix Posix-conformance bugs re use of { command in sed scripts,
9972         and improve the sed-related documentation a bit.
9973         * doc/autoconf.texi (Installation Directory Variables): Use
9974         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
9975         rather than "sed" when talking about Sed in general.
9976         (Particular Programs): Likewise.
9977         (Coding Style): y is like s with respect to / and ,.
9978         (Limitations of Usual Tools): Document the weird restrictions
9979         that Posix has about { }.  Use better quoting.
9980         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
9981         Rewrite to conform to Posix rules about { } in sed scripts.
9982         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
9983         * tests/foreign.at (Libtool): Likewise.
9984         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
9985         Use our own style advice re 's,a,b,' versus 's|a|b|'.
9987 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9989         * lib/autoconf/status.m4: Fix typo.
9991         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
9992         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
9993         `-def', for the benefit of Portland `pgf90 -Mipa'.
9994         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
9996 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9998         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
9999         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
10000         shell from zsh to bash.
10002 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
10004         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
10005           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
10007 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
10009         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
10010         parentheses in $(...).  Problem reported by Eric Blake.
10012 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
10014         * doc/autoconf.texi (Limitations of Usual Tools):
10015         Mention which characters can be escaped with \ in portable regular
10016         expressions used in grep, sed, expr.  Mention the leading ^ problem
10017         with expr.  Clean up some confusing wording.  Mention which
10018         grep options are portable.
10020 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
10022         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
10024 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
10026         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
10027         patch, noted by Ralf Wildenhues.
10029 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10031         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
10032         posix' unconditionally, for pdksh in `native sh' emulation.
10034 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
10036         * doc/autoconf.texi (Shellology): Document eval $? problem
10037         with ash.
10038         (Limitations of Builtins): Likewise.
10040 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10042         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
10043         CONFIG_SHELL in the environment of the configure rerun.
10044         * doc/autoconf.texi (Here-Documents, config.status Invocation):
10045         Suggest passing CONFIG_SHELL absolute, and in the environment
10046         rather than as option.
10048 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10050         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
10051         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
10052         Fix macro quoting.  Fix output for n * 98 substituted variables.
10054 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10056         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
10057         `tmp' to avoid file removal race.
10059 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10061         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
10062         ac_clean_files and LIBOBJS.
10064 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10066         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
10067         Factor functionality to..
10068         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
10069         `AC_SUBST($1)' in the public version.
10070         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
10071         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
10072         ac_pt_* variables.
10074 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
10076         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
10077         filesystems.
10079 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10081         * NEWS: Move AH_HEADER mention to right place.
10083 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
10085         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
10086         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
10088 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
10090         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
10091         conftst2.$ac_objext.
10092         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
10094 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
10096         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
10097         conftest.o, to see whether the compiler really obeys; rm the object
10098         file before and after the test and register it with ac_clean_files.
10099         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
10101 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
10103         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
10104         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
10105         code so that the most common case requires less forks.
10107 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
10109         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
10110         not portable; thanks to Paul Eggert and Alexandre.
10112         * NEWS: Fix an old typo.
10114 2005-10-20  Jim Meyering  <jim@meyering.net>
10116         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
10117         the latter'', in two places.
10119 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
10121         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
10122         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
10123         the inner workings of AC_LANG_FUNC_LINK_TRY.
10124         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
10125         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
10126         by the function rather than ignoring it.
10127         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
10128         comparing its address.  Intel's interprocedural optimization was
10129         outsmarting the old heuristic.  Problem reported by
10130         Mikulas Patocka.
10132 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
10134         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
10136 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10138         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
10139         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
10141 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
10143         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
10144         before removing it (chmod -R u+rwx); there are three instances of this.
10146 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10147             Stepan Kasal  <kasal@ucw.cz>
10149         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
10150         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
10151         make its content writable before removing it.  Remove an errorneous
10152         comment from the end, where the logs of the failed tests are copied
10153         to the main log file.
10155 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
10157         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
10158           in case the computer is too quick.  Double quote the configure.ac
10159           snippets.
10161         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
10162           problems if the testsuite were running too fast.
10164 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10166         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
10167         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
10168         (which belong to Xt, not X itself).  See Debian bug 327655.
10169         * NEWS: Mention this.
10171 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
10173         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
10175 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10177         * config/move-if-change: Don't output "$2 is unchanged";
10178         suggested by Ben Elliston.  Handle weird characters correctly.
10180 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
10182         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
10183           calls, so that the final expansion of this macro is shorter.
10184           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
10185           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
10186           the cleanup there.  Use AS_VAR_* macros, to be more general.
10187         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
10189         * lib/autoconf/general.m4: Use AS_IF where appropriate.
10191         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
10193 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
10195         * doc/autoconf.texi (Configuration Headers): Add an index entry
10196           for AH_HEADER.
10198 2005-08-26  Pavel Roskin  <proski@gnu.org>
10200         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
10201         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
10202         running xmkmf.
10204 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
10206         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
10207         The previous patch didn't work, so try a better one.
10209 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
10211         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
10212         in the example.  Reported by Bruno Haible.
10213         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
10214         "if $undefined_var;" succeeds with my shell.
10216         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
10217         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
10218         but change the m4_divert_text to m4_divert_once.
10220 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10222         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
10223         Work around bug in Solaris /usr/xpg4/bin/awk.
10224         The bug is present in at least Solaris 8 through 10.
10226 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
10228         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
10229         some evil values and relying on the fact that $* concatenates the
10230         parameters by the first character from IFS.
10232 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
10233             Stepan Kasal  <kasal@ucw.cz>
10235         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
10236         first header appears, define AH_HEADER.
10237         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
10238         Update limitations about when to call AC_CONFIG_HEADERS.
10239         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
10240         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
10241         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
10242         ``Configuration Actions''; fix their index entries.
10244         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
10245         options correctly.  Process N-M as M-N if M is smaller than N.
10246         Process ranges correctly so that N-N will run only N.
10247         Sort and uniquify the tests that will be run.  If there is more
10248         than one test, reinsert the banners for the tests.
10249         * tests/autotest.at (Keywords): Unmark XFAIL.
10251 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
10253         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
10254           before passing the macro name to AH_TEMPLATE.
10256         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
10257           now opens log after option processing; in particular, --version
10258           and --help do not touch config.log.
10260         * Makefile.maint: Revert the change from 2005-08-12.
10262 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
10264         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
10265           common code to...
10266         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
10268 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10270         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
10271         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
10272         Language cleanup.
10274         * doc/autoconf.texi (Defining Symbols, Changed Results):
10275         Prepend to LIBS, not append, in examples.
10277 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
10279         When building in place, set srcdir="."; suggested by Tim Van Holder.
10281         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
10282           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
10283         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
10284         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
10285           does not mean "no --srcdir option".
10287 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10289         * tests/autoscan.at (autoscan): New file.
10290         * tests/suite.at: Use it.
10291         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
10292         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
10294         * tests/autotest.at (Keywords): Test keywords combinations.
10296 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
10298         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
10299           add "2>&1"; gzip 1.2.4 prints help on stderr.
10301 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
10303         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
10304         was pushdef'ed twice while popped only once.  Push it only once.
10305         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
10307 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
10309         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
10310         prefixed by mere "===", not "configure: === ".
10312 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
10314         * Makefile.maint: Update from Bison.
10316         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
10317         "<tab>" in comment, so that the point is understandable.
10319 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
10321         Rewrite substantial part of lib/autoconf/status.m4.
10322         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
10323         and CONFIG_COMMANDS are not processed in four separate loops.
10324         Instead, there is one main loop.  This alows that the common code
10325         is expanded only once, thus config.status (and configure) is smaller.
10327         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
10328         the AC_LIST_FILES and cousins macros are no longer used.
10330         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
10331         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
10332         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
10333         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
10334         contain the initialization, nor the for loop, nor the associated
10335         commands; all these go to ...
10336         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
10337         _AC_OUTPUT_CONFIG_STATUS.
10338         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
10339         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
10340         (_AC_OUTPUT_FILE): The creation of the sed script ...
10341         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
10342         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
10343         _AC_OUTPUT_MAIN_LOOP.
10344         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
10345         _AC_CONFIG_COMMANDS): Use ...
10346         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
10347         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
10348         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
10349         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
10350         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
10351         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
10352         ... new macros.
10353         (_AC_CONFIG_UNIQUE): Update.
10354         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
10355         Replaced by this ...
10356         (_AC_LIST_TAGS): ... new common macro.
10357         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
10358         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
10359         (_AC_LIST_TAG_COMMANDS): ... new common macro.
10360         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
10361         this didn't belong to the `config commands' section.
10362         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
10363         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
10364         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
10365         to the `config commands' section either.
10366         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
10367         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
10369         ... and many changes to the comments nearby.
10371         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
10372         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
10373         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
10374         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
10375         (#define header templates): The comment at the top of the generated
10376         header now includes the name(s) of the source file(s).
10378         Several unrelated small changes:
10380         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
10381         parameter to AC_DIAGNOSE.
10382         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
10383         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
10384         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
10385         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
10386         with AU::AC_OUTPUT.
10387         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
10388         in AC_OUTPUT doesn't double-quote it either.
10389         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
10390         parameters.
10392 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
10394         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
10395         versions of Portland Group compiler produce single- and double-quoted
10396         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
10397         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
10399 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
10401         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
10402         This is a corrected version of yesterday's patch.
10404 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
10406         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
10407         path, too; insert a "===" to emphasize the line.
10409         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
10410           ac_cv_build_alias to ac_build_alias.
10411         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
10413         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
10414         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
10415         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
10416         (AC_ARG_VAR): ... here.
10417         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
10418           target_alias.
10420         Keep a list of all precious variables and process them with one simple
10421         for loop, instead of expanding all commands, or, OTOH, complicated
10422         processing of output of "set".
10423         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
10424         variable names in new macro...
10425         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
10426         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
10427           a loop to assign all ac_env_* and ac_cv_env_* variables.
10428         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
10429           to INIT_PREPARE.
10430         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
10431           its value to shell variable ac_precious_vars and call
10432           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
10433         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
10434           _AC_ARG_VAR_VALIDATE.
10436         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
10437           and the AC_SUBSTs ...
10438         (AC_INIT): ... here.
10440         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
10441           the ac_subst_files section in config.log.
10443         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
10445 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10447         * NEWS: New macro AC_C_TYPEOF.
10448         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
10449         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
10450         * tests/c.at (C keywords): Test AC_C_TYPEOF.
10452         Fix problems reported by Nicolas Joly.
10453         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
10454         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
10455         They are generated by the Tru64 v5.1B shell.
10457 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
10459         Fix my changes from 2005-07-01; reported by Noah Misch.
10460         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
10461         description, the macro now accepts only a single tag.
10462         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
10464         Fix cases when the varsions of Autoconf and Autotest don't match.
10465         Reported by Noah Misch.
10466         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
10467         at_top_builddir, for compatibility with older autotest.
10468         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
10469         is not set, use at_top_builddir, for compatibility with older
10470         versions of autoconf.
10472 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10474         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
10475         Problem reported by Patrick Welche.
10477 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10479         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
10480         sed substitution command, so that we allow | in program prefixes
10481         and program suffixes.  (& is a problem anyway; we're not fixing
10482         that here.)
10483         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
10484         configure_input, top_builddir, srcdir, etc.
10485         * lib/autotest/general.m4 (AT_INIT): Likewise, for
10486         PATH_SEPARATOR in AUTOTEST_PATH.
10488 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
10490         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
10491         for loop over config.site files using `set', to allow
10492         directory names containing IFS characters.
10494 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10496         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
10497         directories with weird names.  Apparently some people like living
10498         on the edge.  However, improve the test that "pwd" actually does
10499         report a name for the working directory.
10500         * NEWS: Remove the claim that we test for funny chars in dir names.
10502 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
10504         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
10505         replaced ...
10506         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
10507         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
10508         Now accept a single tag, not whitespace separated list.
10509         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
10511 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
10513         * doc/autoconf.texi (Configuration Headers): Change the explanation
10514         about #include <config.h>.
10515         (Generic Functions): Mention the Gnulib project.
10516         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
10518         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
10519         document to output the default config_* lists to config.status.
10520         Don't recognize option --file, if the functionality is not there.
10521         Likewise for --header; moreover, recognize --he and --h as shortcuts
10522         for --help in that case.
10524         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
10525         matches the order of execution.  No code changed.
10527 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10529         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
10530         single-quoted -cmdline argument in Portland Group compiler.
10531         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
10533 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
10535         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
10537 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
10539         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
10540         descriptors to child processes; reported by Norman Gray.
10542 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
10544         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
10546         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
10547         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
10548         (AC_SUBST): Call it.
10549         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
10550         the directory specific variables; but don't call it for configure_input.
10552 2005-06-28  Derek Price  <derek@ximbiot.com>
10554         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
10555         addition.
10557 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
10559         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
10560         directory have inherent problems with special characters like spaces,
10561         due to limitations in Make syntax.  Problem reported by Alexandre
10562         Duret-Lutz.
10563         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
10564         Also, fix Tru64 porting problem with shell patterns,
10565         reported by Ralf Wildenhues.
10567 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10569         * doc/autoconf.texi (Subdirectories): Fix markup typos.
10571 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
10573         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
10575         Fix some more shell quoting problems.  Prompted by a bug report
10576         from Justace Clutter.
10577         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
10578         variable into diagnostic.  Make the diagnostic an error, not a warning,
10579         because we really don't support spaces and suchlike in dir names.
10580         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
10581         Don't worry about backslashes in srcdir; it can't happen now.
10582         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
10583         Simplify ac_optarg handling.
10584         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
10586 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
10588         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
10589         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
10590         * tests/atlocal.in: Propagate $EGREP and $SED.
10591         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
10592         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
10594         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
10595         that '\|' is not allowed in BREs; recommend using newline separated
10596         list of patterns instead of multiple -e options.
10598         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
10600         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
10602 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10604         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
10606 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
10608         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
10609         b, t, r, w commands require single space, while : cannot have any.
10610         (Special Shell Variables): Fix sed code this in the example.
10611         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
10612         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
10614         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
10615         expand to the empty list.  Don't use two pairs of m4_changequote,
10616         it's not necessary.
10618 2005-06-20  Derek Price  <derek@ximbiot.com>
10620         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
10622 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
10624         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
10625         * doc/autoconf.texi:
10626         Don't mention Solaris versions so much, if a
10627         problem is common to all extant versions of Solaris.  Say "SunOS
10628         4" instead of "SunOS" for SunOS 4.
10629         (awk): Mention more of the limitations of traditional Awk.
10630         (cat): Don't talk about cat -v.
10632 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
10634         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
10635         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
10636         but the implementation is entirely different and is designed
10637         to be compatible with glibc strverscmp.
10638         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
10640         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
10641         on Mac OS X 10.4 reported by Peter O'Gorman in:
10642         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
10643         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
10644         Use shell builtins rather than 'expr', to work around expr bug.
10646 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
10648         * doc/autoconf.texi: "filesystem" -> "file system".
10649         "behaviour" -> "behavior".
10650         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
10651         * lib/autoconf/general.m4: Omit blank after ":" sed command,
10652         as per POSIX.
10653         * lib/m4sugar/m4sh.m4: Likewise.
10654         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
10655         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
10657         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
10658         (.x.1): Ignore the time stamp in the .TH line when deciding whether
10659         to update the man page.  That way, we don't have to check in new
10660         man pages every month.
10662         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
10663         quotes and backslashes.  Patch from Derek Price.
10665 2005-06-10  Derek Price  <derek@ximbiot.com>
10667         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
10668         AS_TR_SH.
10670 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
10672         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
10673         -u, since it outputs chatter if the input files are the same.
10674         Problem reported by Ralf Menzel.
10676 2005-06-08  Derek Price  <derek@ximbiot.com>
10678         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
10679         renaming them since they are about to be redefined anyhow.
10681 2005-06-08  Derek Price  <derek@ximbiot.com>
10683         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
10684         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
10685         Move m4_undefine to alphabetical order.
10687 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
10689         * README: Recommend GNU M4 1.4.3 or later.
10690         * doc/autoconf.texi (Introduction): Likewise.
10691         Reword to avoid some formatting glitches.
10692         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
10693         Clarify explanation of HP compiler bug.
10694         Redo example output tp match current CVS snapshot.
10695         Use @example.org in email addresses when the examples
10696         might get inadvertently cut-and-pasted into user code.
10697         Remove example of autom4te usage that doesn't seem to work now.
10698         Use modern AC_INIT (except when the example is meant to be
10699         shown with Autoconf 2.13).
10700         Update ksh info for Solaris 9 and later.
10701         KB -> kB.
10702         Modernize description of Automake versions a bit.
10703         Don't claim a future version of Autoconf is near.
10704         * doc/install.texi: Reword to avoid some formatting glitches.
10706 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10708         * doc/autoconf.texi: Add [] to examples, so that the manual
10709         follows its own advice about quoting better.
10710         Reword to avoid some formatting glitches.
10711         * doc/installt.exi: Reword to avoid some formatting glitches.
10713         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
10714         Tru64 ksh pattern matching bug.  Reported against Libtool by
10715         Albert Chin <libtool@mlists.thewrittenword.com> and
10716         Nicolas Joly <njoly@pasteur.fr>.
10718 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
10720         m4_cdr of one-member list was [[]] (one-member list containing an
10721         empty string) instead of [] (an empty list.  Callers were skewed to
10722         match this misbehaviour.  As a consequence of this:
10723          - m4_foreach([x], [], [foo]) expanded to `foo', while
10724          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
10725         This bug has been fixed:
10727         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
10728           expand to an empty string; print error msg if called without
10729           an argument list.
10730         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
10731           misbehaviour; handle [] and [[]] correctly.
10733 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
10735         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
10736         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
10737           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
10739 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
10741         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
10742           swallow records with more than 99 fields.
10743         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
10744           parse the long line.
10746 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
10748         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
10749           swallow literals longer than 399.  Reported by Ralf Wildenhues.
10750         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
10751           to workaround this limitation.
10753 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
10755         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
10756         to gfortran, and make these the first two compiler names
10757         checked (following the general autoconf preference for gcc).
10759 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
10761         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
10762         (DISTCLEANFILES): Remove $(check_SCRIPTS).
10763         (testsuite): Make sure autotest.m4f is up-to-date before using it.
10765 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
10767         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
10768         expression of unbounded size when processing the --list
10769         option.  This runs afoul of a limit of 399 bytes per regular
10770         expression on AIX.  Problem reported by Ralf Wildenhues.
10772 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
10774         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
10775         * doc/autoconf.texi (Particular Headers): Reword example
10776         for multiline stdbool replacement.
10777         (Setting Output Variables): Reword text a bit.  Don't
10778         give all the details about |#_!!_#|.
10779         Reword description of line replacement.
10781 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
10783         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
10784         now contain newlines, and substituted files must be referenced on
10785         a line alone; the sed scripts to substitute them are now very
10786         different.
10787         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
10788         commands can be put in a sed script portably.
10789         * doc/autoconf.texi (Setting Output Variables): Document above
10790         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
10791         use of multiline substitution.
10792         * tests/torture.at: No longer expect substitution of newline to fail.
10794 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
10796         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
10797         From Ralf Menzel (trivial change).
10799 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
10801         * tests/local.at: Don't attempt to check for negated character
10802         classes in shell scripts.  The test was too brittle.
10804 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
10806         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
10807         * doc/autoconf.texi (Limitations of Builtins): Document this
10808           limitation.
10810 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
10812         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
10813           common code; used in many places in the tree.
10814         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
10815         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
10817         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
10819         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
10820           messages when ac_unique_file is not found.
10821         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
10822         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
10823           commands, for consistency with AC_MSG_ERROR and such.
10825         * bin/autoconf.as: Make more use of "shift 2" in option processing.
10827         * bin/Makefile.am: Merge the two rules for creating scripts.
10829 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
10831         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
10832         obsolete; it was never documented.
10833         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
10835 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
10837         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
10838         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
10839         (ac_top_builddir): ... this ...
10840         (ac_top_build_prefix): ... to this; the old name is also kept, for
10841           backward compatibility.
10842         (ac_top_builddir_sub): New variable, without the trailing slash,
10843           always nonempty.
10844         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
10845         * doc/autoconf.texi (Configuration Actions): Rename
10846           ac_top_builddir to ac_top_build_prefix.
10847         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
10848           at_top_builddir to at_top_build_prefix.
10849         * lib/autotest/general.m4 (AT_INIT): Likewise.
10851 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
10853         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
10854           of confdefs.h .
10856 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
10858         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
10859           argument to m4_foreach.  I guess it was necessary in the past,
10860           but I think it's a no-op now.
10862 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
10864         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
10865           ``cat <<_ACEOF'' commands to one.
10866         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
10867         * lib/autoconf/status.m4: On various places, use expr instead of
10868           ``echo|sed.''
10869         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
10870         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
10871         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
10872           a range.
10873         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
10874           the wrong patterns between ``case'' and ``esac.''  The previous
10875           code had false positives.
10877 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
10879         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
10880         as on 2005-05-02.
10881         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
10882         Mention LIBOBJDIR.
10884 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
10886         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
10887         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
10888         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
10889         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
10890         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
10891         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
10892         config/config.guess, config/config.sub, config/elisp-comp,
10893         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
10894         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
10895         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
10896         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
10897         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
10898         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
10899         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
10900         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
10901         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
10902         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
10903         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
10904         lib/autoconf/general.m4, lib/autoconf/headers.m4,
10905         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
10906         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
10907         lib/autoconf/specific.m4, lib/autoconf/status.m4,
10908         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
10909         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
10910         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
10911         lib/autotest/general.m4, lib/emacs/Makefile.am,
10912         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
10913         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
10914         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
10915         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
10916         tests/compile.at, tests/foreign.at, tests/fortran.at,
10917         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
10918         tests/semantics.at, tests/suite.at, tests/tools.at,
10919         tests/torture.at, tests/wrapper.as:
10920         Update FSF postal mail address.
10922 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
10924         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
10925           check.
10926         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
10927           enough arguments, similarly as in m4_bpatsubsts.
10929 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
10931         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
10932           of absolute paths.
10934 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
10936         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
10937           for absolute directory names in one loop.
10938         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
10939           abbreviations of --version and --debug.
10941 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
10943         * doc/autoconf.texi (Autoconf Language): Be more precise about
10944         quoting rules.  Problems noted by Stepan Kasal.
10945         Also, throughout this document, be more careful about white space.
10946         "blank", "white space", and "space" all have different meanings
10947         and we should be careful to say what we mean.
10949 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
10951         Fix C++ related problems reported by Werner Lemberg.
10952         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
10953         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
10954         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
10955         avoid problems with C++ and throw.
10956         * tests/compile.at: .cpp, not .cc.
10958         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
10960 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10962         * doc/autoconf.texi (Generic Functions): Typos.
10964 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
10966         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
10967         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
10968         set by latest automake.
10970 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10972         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
10973         outputs 0 on GNU/Linux these days.
10975 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
10977         * doc/autoconf.texi (Autoconf Language): Add more description
10978         about quoting heuristics.
10979         (Limitations of Builtins): Describe "set -" problems.
10981 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10983         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
10984         not newline.
10986         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
10987         by AC_DEFINE; it was a mistake.
10988         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
10990 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
10992         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
10994 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
10996         * doc/autoconf.texi (External Software): Quadrigraphs are not
10997           processed correctly in AS_HELP_STRING; avoid this in the examples.
10998         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
10999         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
11000           comment and reduce m4_default([foo], []) to [foo].
11001         (m4_strip): Update the explanation.
11003 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
11005         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
11006         Remove core.conftest.* too; it's generated by Tru64 5.1.
11007         Problem reported by Jennis Pruett.
11008         * lib/autoconf/functions.m4
11009         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
11010         Don't bother to remove core files; AC_RUN_IFELSE should do that
11011         for you.
11013 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
11015         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
11017 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
11019         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
11020         Report from Horst Wente.
11022 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
11024         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
11025           the comment.
11027 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
11029         * doc/autoconf.texi (External Software, Package Options): Add
11030           examples showing how to implement --with-* and --enable-* options.
11032 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11034         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
11035         as well as configure.in.  Problem reported by Gregorio Guidi.
11037 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
11039         * doc/autoconf.texi (Particular Functions): Use gnulib's current
11040         pattern for alloca snippet.
11042 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
11044         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
11046 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
11048         * doc/autoconf.texi (Generic Programs): Fix a typo.
11050 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
11052         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
11053         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
11055 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11057         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
11058         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
11059         whole-archive (-zallextract, -zdefaultextract) options in the hope of
11060         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
11061         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
11063 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
11065         * NEWS: The configure command now warns you if you attempt to use
11066         a directory whose name contains a special character like space,
11067         newline, or "\".
11068         * doc/autoconf.texi (Installation Directory Variables): Allow
11069         "," in file names.  Do not use \@; it's not a portable regexp.
11070         * bin/Makefile.am (edit): Likewise.
11071         * lib/Makefile.am (edit): Likewise.
11072         * tests/Makefile.am (edit): Likewise.
11073         * tests/semantics.at: Likewise.
11074         * tests/torture.at: Likewise.
11075         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
11076         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
11077         * doc/autoconf.texi (File System Conventions): Warn about
11078         unportable file names.
11079         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
11080         (AC_INIT): Use it.
11081         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
11082         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
11083         ac_pwd, and quote srcdir.
11084         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
11086         * doc/autoconf.texi: Fix some systematic formatting problems.
11087         ".)"  needs a following @: if not at the end of a sentence, and
11088         similarly for "!)".  "etc." should be preceded by a comma.
11089         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
11091 2005-03-22  Bruno Haible  <bruno@clisp.org>
11093         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
11094         argument is often called 'build-aux'.
11096 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
11098         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
11099           macro AC_TRY_LINK is obsolete.
11100         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
11101           `AC_CONFIG_FILES'.
11103 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
11105         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
11106           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
11107           from a Common Lisp's `cl'.
11108         (AC_PROG_CXX): Behave according to the documentation: don't
11109           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
11110           make the variable CCC precious; use `cl.exe', not `cl'.
11112 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
11113             Alexandre Duret-Lutz  <adl@gnu.org>
11115         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
11116         /dev/null, as "configure" shouldn't read stdin, and this insulates
11117         us from problems (e.g., when testing for "cl").  Also, do this
11118         redirection before invoking "hostname" or "uname", and keep the
11119         original input stream available via...
11120         (AS_ORIGINAL_STDIN_FD): ... this new macro.
11121         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
11122         bother with "</dev/null" since it's now done at the top of
11123         'configure'.
11124         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
11125         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
11126         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
11127         * doc/autoconf.texi (File Descriptor Macros): New section.
11128         (Printing Messages): Mention it.
11129         * tests/base.at (Input/Output): New test.
11131 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
11133         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
11134         newline if neither \c nor -n work, as that would output two
11135         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
11137 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
11139         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
11140         This causes that any required macros inside will get before the if.
11141         * doc/autoconf.texi (autom4te.cache): A typo.
11143 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
11145         Undo previous change, except keep the change to
11146         lib/autoconf/programs.m4 that replaced grep with shell
11147         pattern-matching.  This is because net-snmp configure reads stdin.
11148         Reported by Noah Misch.
11150 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
11152         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
11153         from /dev/null, as "configure" shouldn't read stdin, and this
11154         insulates us from problems (e.g., when testing for "cl").
11155         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
11156         before invoking "hostname" or "uname".
11157         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
11158         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
11159         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
11160         "</dev/null" since it's now done at the top of 'configure'.
11161         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
11162         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
11163         Also, replace grep with shell pattern-matching, to save a process.
11165 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
11167         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
11168         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
11169         avoid thinking that Allegro Common Lisp's "cl" command is a C++
11170         compiler.
11172 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
11174         * doc/autoconf.texi (Limitations of Usual Tools): Document that
11175         grep -q isn't portable.  Improve grep -s explanation.
11176         Problem reported by Dan Manthey.
11178 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
11180         * doc/autoconf.texi (Special Shell Variables): Clarify
11181         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
11183 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11185         * doc/autoconf.texi: Use @acronym for DJGPP.
11186         Fix some @code's that should have been @env's, and vice versa.
11187         Sort environment variable names.
11188         Mention that shells no longer inherit IFS.
11189         Don't recommend PATH_SEPARATOR=';' so strongly.
11190         Mention that $RANDOM might expand to the empty string.
11191         "symlink" and "soft link" -> "symbolic link".
11192         Improve mktemp description (reported by Bruno Haible).
11194 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
11196         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
11197         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
11198         Likewise.
11199         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
11200         Likewise.
11202 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
11204         * NEWS: Mention AT_COPYRIGHT.
11206         * tests/local.at (AT_CMP): Use diff directly on input files rather
11207         than copying them.
11209         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
11210         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
11212 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
11213         and Paul Eggert  <eggert@cs.ucla.edu>
11215         * tests/autotest.at (Empty test suite): New test.
11216         * tests/torture.at (Substitute and define special characters)
11217         (Substitute a 2000-byte string, Define to a 2000-byte string)
11218         (Substitute a newline, Define a newline): New tests.
11220 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
11222         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
11223         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
11224         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
11225         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
11226         (Standard regular expressions): New test.
11227         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
11228         excess test name quoting.
11229         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
11230         CPPFLAGS to `configure' instead of setting it in `configure'.
11232         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
11233         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
11234         on some platforms.
11236         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
11237         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
11239         * tests/local.at (AT_CMP): New macro.
11240         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
11241         (AC_SAVE_STATE): Move environment grep...
11242         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
11243         (AT_CONFIG_CMP): New macro.
11244         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
11245         * tests/c.at (Extensions): Do not exit early.
11246         * tests/atlocal.in: Inherit $GREP.
11248         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
11249         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
11251         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
11252         (AC_COPYRIGHT): Factor header comment portion out and move into...
11253         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
11254         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
11255         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
11256         --version output.
11257         * tests/local.at: Add Autoconf test suite copyright notice.
11258         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
11260 2005-02-04  Bruno Haible  <bruno@clisp.org>
11261         and Paul Eggert  <eggert@cs.ucla.edu>
11263         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
11265 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
11267         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
11268         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
11270         Try not to generated lines of unlimited length, as POSIX places a
11271         2047-byte limit on line length of portable text files.
11272         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
11273         Use newline as a separator, not space.
11274         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
11275         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
11276         space.
11278 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11280         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
11281         as_func_*.  Add test to check whether positional parameters
11282         are restored after function return.
11284 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
11286         * doc/autoconf.texi (Special Shell Variables): Mention _,
11287         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
11288         if they contain a lower-case letter.  The DUALCASE problem was
11289         reported by Ralf Wildenhues.
11291         * bin/autoconf.as: Don't exit with status 0 after write failure
11292         with --help or --version.
11293         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
11294         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
11296 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11298         * doc/autoconf.texi (Limitations of Usual Tools):
11299         Unicos 9 sed limitations.
11300         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
11301         to get the option-enhanced interface on older Crays.  Try ftn for
11302         Fortran 95 (newer Crays).
11304 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
11306         * man/Makefile.am (.x.1): Go back to the simple solution, but take
11307         care to echo the commands, so the user knows what's going on.
11308         Modified from a suggestion by Stepan Kasal.
11310         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
11311         with a cross reference.  Derived from a suggestion by Bruce Korb.
11313 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
11315         * doc/autoconf.texi (config.status Invocation): Warn about
11316         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
11317         * doc/install.texi (Defining Variables): Likewise.
11318         Based on a proposed patch by Ralf Wildenhues.
11320         * man/Makefile.am (.x.1): Make sure the required generated files
11321         are up to date.  Problem and original solution proposed by Stepan Kasal.
11322         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
11323         implicit-man-prerequisites): New rules, used by the above.
11325         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
11326         * config/config.guess, config/config.sub, config/install-sh: Likewise.
11327         * config/missing, config/texinfo.tex: Likewise.
11329 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
11331         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
11332         Update the long comment explaining it.
11334         m4_require no longer writes an ``is required by'' line to the
11335         execution stack.  It contains only one bit of non-redundant
11336         information: that the macro was required, not called.  And even
11337         this bit is useless in most situations: have you ever met a macro
11338         which both calls and requires the same macro?
11340         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
11341         (_m4_defun_pro_outer): ... only via this macro, for the outermost
11342           macro.
11343         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
11344         (m4_expansion_stack_pop): Remove the misplaced comment.
11345         (m4_require): Don't put the ``is required by'' line to the
11346           execution stack; slightly improve the out-of-a-defun error message.
11347         (_m4_divert_grow): New macro, counter for the temporary diversions.
11348         (_m4_require_call): Use it.
11349         * tests/m4sugar.at (m4_require): Expect output without the
11350           ``is required by'' messages.
11352 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
11354         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
11355         rather than x for expr.
11357         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
11358         this is safe.
11359         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
11360         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
11361         * lib/autotest/general.m4 (AT_INIT): Likewise.
11362         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
11363         * tests/mktests.sh: Likewise.
11365 2005-01-27  Akim Demaille  <akim@epita.fr>
11367         Have autoheader honor --force.
11369         * doc/make-stds.texi, doc/standards.texi: Update from masters.
11370         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
11371         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
11372         from masters, so that FileUtils.pm's update_file provide --force
11373         support.
11374         * bin/autoheader.in: Pass $force to update_file so that
11375         config.h.in is always recreated when --force.
11377 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
11379         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
11381 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
11383         * doc/autoconf.texi (Limitations of Builtins): Clarify that
11384         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
11386 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11388         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
11389         Warn about newline stripping in `` and $().  Update Solaris
11390         version to 9.
11391         (Limitations of Builtins): Use expr "X...", not expr "x...", as
11392         X insulates us from future changes to Posix.
11393         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
11394         stripping.
11396 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
11398         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
11399           you cannot use AC_DEFINE to define macros containing `[' or `]'.
11401 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
11403         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
11404         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
11405         bug-tar mailing list.
11407 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
11409         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
11411 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
11413         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
11414         ulongval to be static, to avoid unwanted GCC warning.  Problem
11415         reported by Michael Jennings via Daniel Reed; see
11416         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
11418 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
11420         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
11421         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
11422         datadir, infodir, and mandir.  Adjust argument parsing code.
11423         (_AC_INIT_HELP): Update help text.
11424         * doc/autoconf.texi (Installation Directory Variables): Document
11425         new variables.
11427 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
11429         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
11430         not seem to work, assume it does set $(MAKE).
11431         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
11433 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
11435         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
11437 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
11439         A cleanup of the diversion support in m4sugar.
11441         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
11442         (_m4_divert_n_stack): New macro; the expansion is
11443           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
11444           otherwise.
11445         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
11446         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
11447           stored in _m4_divert_diversion or _m4_divert_dump.
11448         (m4_divert_pop): When the parameter is given, compare the symbolic
11449           name with the last diversion pushed on the stack.  Previously, the
11450           current diversion was compared with the numeric value of the
11451           diversion given as the parameter.
11452         (m4_require): If the macro hasn't been expanded yet, call ...
11453         (_m4_require_call): this new macro.
11455 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11457         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
11458         Workarounds for documented `case' limitations.
11460 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
11462         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
11463         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
11465 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
11467         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
11468         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
11469         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
11471         Patch from Roger Leigh (with some minor changes) as follows:
11472         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
11473         Resurrect AC_PROG_CC_STDC.
11474         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
11475         AC_PROG_CC_C89, AC_PROG_CC_C99.
11476         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
11477         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
11478         AC_PROG_CC_C99): New macros.
11479         (AC_PROG_CC_STDC): Use them.
11480         (_AC_PROG_CC_STDC): Remove.
11481         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
11482         * THANKS: Add Roger Leigh.
11484 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
11486         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
11487         signals that the package uses Automake; a `Makefile.am' is typical but
11488         not essential.  Reported by Magnus Therning.
11489         * tests/torture.at (autoreconf.): New banner.
11490         (autoreconf and non-AC configure): Rename to `Non-Autoconf
11491         AC_CONFIG_SUBDIRS'.
11492         (autoreconf an empty directory): Rename to `Empty directory'.
11493         (Unusual Automake input files): New test.
11495 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
11497         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
11498         (AT_SETUP): Clear AT_capture_files.
11499         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
11500         (AT_KEYWORDS): Fix comment typo.
11501         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
11502         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
11503         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
11505 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
11507         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
11508         If the variable to set is already set, set ac_cv_path_$1
11509         to the preset value so caller can assume ac_cv_path_$1
11510         is available.  (trivial change)
11512 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
11514         * BUGS (Minor Problems): Warn about makefile limitations.
11515         * Makefile.am: Find and update `INSTALL' in $(srcdir).
11516         * man/Makefile.am: Find and update manual pages in $(srcdir).
11518 2004-12-24  Eric Blake  <ebb9@byu.net>
11520         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
11521         shells in subshell, to avoid noise from ash.  (trivial change)
11523 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11525         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
11526         problems with SunOS ksh and backslash escaping, Bourne shells and
11527         closing brackets (both within character classes).  Bug reported
11528         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
11529         <read>: New entry.  Mention non-availability of -r.
11531 2004-12-21  Akim Demaille  <akim@epita.fr>
11533         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
11534         avoid cluttering displayed messages.  Rather, prepend srcdir where
11535         AT_LINE is used for log files.
11537 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
11539         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
11540         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
11541           no longer part of the macro, quote the occurrence of ``$tmp''.
11542         * doc/autoconf.texi (Forbidden Patterns): Typo.
11544 2004-12-21  Akim Demaille  <akim@epita.fr>
11546         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
11547         separated from the test title by forcing a white space.
11549 2004-12-21  Akim Demaille  <akim@epita.fr>
11551         Enable Emacs navigation within testsuite.log files.
11553         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
11554         use the compilation mode.
11555         (AT_LINE): Point to the srcdir.
11557 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
11559         * tests/Makefile.am (installcheck-local): Use $(bindir).
11560         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
11561         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
11562         Makefile.am scheme Autoconf now uses.
11564 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
11566         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
11567         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
11569 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
11571         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
11572         (_AT_CHECK): Use it.
11573         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
11574         (AS_ESCAPE): Fix comment.
11575         * tests/autotest.at: Adjust section banner comments.
11576         (AT_CHECK_AT): Accept STATUS and STDERR.
11577         (AT_CHECK_AT_TEST): Likewise.
11578         (Invalid brace-enclosed parameter expansion)
11579         (Multiline command from M4 expansion)
11580         (Double-M4-quoted command): New tests.
11582 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
11584         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
11586 2004-12-17  Akim Demaille  <akim@epita.fr>
11588         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
11589         m4_pattern_allow.
11590         Suggested by Alexandre Duret-Lutz.
11591         * doc/autoconf.texi (Setting Output Variables): Catch up.
11593 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
11595         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
11597 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
11599         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
11600           remove the comment which said we cannot.
11602 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
11604         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
11605         Reini Urban and Paul Eggert for reporting the dependencies.
11607         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
11608         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
11609         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
11611 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
11613         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
11614           so that eg. ``autoscan --help'' doesn't truncate it.
11616 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
11618         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
11619         generated conftest files.
11621 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
11623         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
11624         tracing on commands with possibly-escaped newlines.
11625         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
11626         discontinued behavior and its implications.
11627         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
11628         (BSx641-newline in command, BS-BS-newline in command)
11629         (BSx640-newline in command, Newline-CODE-BS-newline in command)
11630         (Single-quote-BS-newline in command)
11631         (Single-quote-newline-BS-newline in command): New tests.
11633 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
11635         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
11636           on platforms where it works.
11637         (_AS_TEST_PREPARE): Test for ``test -x''.
11638         (_AS_BROKEN_TEST_PREPARE): Nuke.
11640 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
11642         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
11643         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
11644           give only 4-letter prefix to AS_TMPDIR, comment fixed.
11645         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
11646           create the temporary directory.
11647         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
11649 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
11651         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
11652         (trivial change)
11654 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
11656         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
11658 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
11660         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
11661         to avoid using a negated character class.  Reported by Nicolas Joly.
11662         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
11664 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
11666         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
11667         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
11668         Don't depend on .x file explicitly, since "make" does that for us.
11669         Suggested by Stepan Kasal.
11671         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
11672         Add *.tmp.
11673         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
11674         ifnames): Factor common code.  And they said it couldn't be done!
11676 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
11678         * bin/.cvsignore: Add autoconf.in.
11679         * tests/.cvsignore: Add wrapper.in.
11680         * lib/autotest/general.m4: Escape '$' in case pattern.
11682 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
11684         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
11686         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
11688         * tests/autotest.at: New file.
11689         * tests/suite.at: Include it.
11690         * tests/Makefile.am: Distribute it.
11692         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
11693           shell tracing on a command that could contain multiple lines.
11694         * doc/autoconf.text: Document that fact and its implications.
11695         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
11696         * tests/autotest.at (Multiline backquote command substitution,
11697           Multiline parameter expansion, Literal multiline command,
11698           Multiline parenthetical command substitution): Remove XFAIL.
11700 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
11702         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
11703         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
11705 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
11707         * configure.ac (test suite): Cease to generate wrapper scripts.
11708         * configure: Regenerate.
11709         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
11710         (m4f_dependencies): Adjust accordingly.
11711         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
11712         (wrapper.in): Generate it in the build directory.
11713         (MAINTAINERCLEANFILES): Delete wrapper.in.
11714         (CLEANFILES): Add wrapper.in.
11715         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
11716         the output.  Replace each $as_me with a @wrap_program@.
11717         * tests/wrapper.in: Delete it; we always build it.
11719         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
11720         (EXTRA_DIST): Remove autoconf.in.
11721         (CLEANFILES): Add autoconf.in.
11722         (autoconf): Find autoconf.in in the build directory.
11723         * bin/autoconf.in: Delete it; we always build it.
11725 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
11727         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
11728         PATH members so as to not prepend an empty element.  Move a comment.
11729         * Makefile.am (SUBDIRS): Build in `tests' last.
11730         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
11732 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
11734         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
11735         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
11736         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
11737         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
11739 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
11741         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
11742         patch: extra "-l"s.
11744 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
11746         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
11747         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
11748         * doc/autoconf.texi (Particular Functions): Mention new behavior.
11750 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
11752         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
11753           out the common code to ...
11754         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
11755           value of the #define--default to 1, iff the macro was called
11756           with exactly one parameter.
11758 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
11760         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
11761         "char c = '\200';" rather than "char c = 0x80;" as the
11762         latter doesn't conform to the strict C standard due to
11763         overflow on signed char hosts.
11765         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
11766         to -qlanglvl=ansi.  We don't want to disable extensions.
11768 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11770         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
11771         (Using Autotest, testsuite Scripts, Writing testsuite.at):
11772         Reword slightly to avoid some English-language problems noted
11773         by Ralf Wildenhues in:
11774         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
11776 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
11778         * NEWS: Add ^L above each release.
11780 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
11782         Fix documentation problems reported by Russ Boylan in
11783         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
11784         along with some nearby cruft.
11785         * doc/autoconf.texi (Libtool): Libtool can be used without
11786         Automake (not without Autoconf).
11787         (Introduction): Mention lists.gnu.org.
11788         * BUGS: Don't mention bugs.gnu.org.
11789         Remove mention of ancient libtool compatibility problem.
11790         * NEWS: Mention that bugs.gnu.org is kaput.
11791         * README: Likewise.  Mention where mailing list archives can be found.
11793 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
11795         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
11797 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
11799         * doc/autoconf.texi (Pretty Help Strings): Go back to
11800         single-quoting assignments to cache variables.
11802 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
11804         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
11805         with the examples; fix the bug in MY_ARG_WITH example reported
11806         by Alexandre Duret-Lutz.
11807         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
11808         expansion of $1 in the comment emitted to configure.
11810 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
11812         * doc/autoconf.texi (Pretty Help Strings): Fix typo
11813         in my editing of the previous patch.  Problem reported
11814         by Alexandre Duret-Lutz.
11816 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
11818         * doc/autoconf.texi (Autoconf Language): Explain that
11819         ``descriptions'' may not be double quotes.
11820         (Quotation Rule Of Thumb): Likewise.
11821         (Pretty Help Strings): Likewise; remove the wrong comment;
11822         simplify the examples and improve their quoting.
11824 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
11826         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
11827         the $1_found variable, don't test whether the file is executable;
11828         Both things are checked ...
11829         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
11830         the former ``test -f''.
11831         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
11833 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11835         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
11836         use cp -R instead.
11838 2004-11-10  Derek R. Price  <derek@ximbiot.com>
11840         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
11841         limitations.  Reorder paragraphs for clarity.
11843 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
11845         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
11846         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
11847         variants", "Unix", and some related minor wording fixups.
11849         (Shellology, Special Shell Variables): Document that the Zsh
11850         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
11851         to Alexandre Duret-Lutz for this info.
11853 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
11855         * doc/autoconf.texi (One-Shot Macros): New node.
11857 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
11859         * doc/autoconf.texi (Function Portability): Fix misdescription
11860         of putenv.  Problem reported by Michael Wardle.
11862 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11864         * doc/autoconf.texi (auindex): New macro.
11865         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
11866         Problem reported by Stepan Kasal.
11868 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11870         Fix problems reported by Andreas Buening in:
11871         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
11872         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
11873         in test makefile.
11874         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
11875         readable; it's not true in OS/2-emx.
11877 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
11879         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
11880         "/usr/include", clear ac_x_includes instead of leaving it as "no"
11881         (trivial change).  Problem and patch reported by Andrew Church in:
11882         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
11884 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
11886         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
11887         three args in examples.  Problem reported by Frederik Fouvry in:
11888         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
11889         Also, fix some minor spacing and punctuation bugs.
11891 2004-09-02  Akim Demaille  <akim@epita.fr>
11893         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
11894         "case" to restore ordering.
11895         Reported by Stepan Kasal.
11897 2004-08-26  Akim Demaille  <akim@epita.fr>
11899         * doc/autoconf.texi: Minor typos and stylos.
11901 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11903         * configure.ac (AC_INIT): Bump to 2.59c.
11905 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11907         Version 2.59b.
11909         * README: Add advice about m4 1.4.2.
11911         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
11912         texinfo.tex for now (done by hand now).
11913         * Makefile.maint (wget_files, cvs_files):
11914         Remove ansi2knr.c; nobody uses it.
11915         (ansi2knr.c-url_prefix): Remove.
11916         (cvs-update): Fix test for failure.  I don't know why it ever
11917         worked...
11919         * doc/autoconf.texi: Update URLs, some of which went stale.
11920         Use @uref rather than @href.
11922         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
11923         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
11925         * config/config.guess, config/config.sub, config/elisp-comp,
11926         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
11927         doc/fdl.texi, doc/standards.texi: Sync with master copy.
11929         * NEWS, TODO, configure.ac, bin/autoscan.in,
11930         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
11931         doc/install.texi, lib/Autom4te/Configure_ac.pm,
11932         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
11933         lib/autoconf/programs.m4, lib/autoconf/status.m4,
11934         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
11935         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
11936         tests/tools.at, tests/torture.at:
11937         Use "file name" rather than "filename" or "path",
11938         to be consistent with the terminology of the GNU coding standards.
11940 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11942         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
11943         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
11944         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
11945         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
11947         More fixes to support spaces in the name of the build directory.
11948         This isn't a complete fix but it's an improvement.
11950         * bin/autoconf.as (autom4te_options): New var.
11951         Use it instead of appending to AUTOM4TE, so that we can allow
11952         spaces in the build directory's absolute name.
11953         * bin/autoheader.in ($autoconf): Allow spaces in file names.
11954         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
11955         AT_CHECK_NOESCAPE): Likewise.
11956         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
11957         main program): Likewise.
11959 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
11961         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
11962         From Ralf Corsepius in:
11963         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
11965 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
11967         * doc/autoconf.texi (Function Portability): Document isinf and
11968         and isnan.  From a suggestion by Kevin Ryde.
11970         * lib/Autom4te/General.pm (END): Return correct exit status even
11971         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
11973 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11975         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
11976         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
11977         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
11979 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
11981         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
11982         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
11983         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
11984         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
11985         * lib/autom4te.in (Automake-preselections): Preselect
11986         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
11988 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
11990         * lib/autom4te.in (Automake-preselections): Preselect
11991         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
11992         trace them.
11994 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
11996         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
11997         Tru64.
11998         * doc/autoconf.texi (Shellology): Mention BIN_SH.
11999         Document problem with "`""`" in pdksh POSIX mode.
12001 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
12003         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
12004         with pdksh, too.  Problem reported by Patrick Welche via
12005         Gary V. Vaughan.
12006         * doc/autoconf.texi (Shellology): Note that set -o posix is
12007         useful for pkdsh, too.
12009 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
12011         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
12012         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
12013         Don't fail if ENV or BASH_ENV is readonly.
12014         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
12015         etc. are read only.  Problem reported by Ludovic Courtes.
12017 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
12019         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
12020         zsh, disable GLOB_SUBST to avoid backslash handling problems.
12021         (trivial change)
12023 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
12025         * doc/autoconf.texi (File System Conventions): Warn about
12026         names like "aux".  Problem reported by Eric Blake.
12028         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
12029         by zero instead of array size, so that we can use any arithmetic
12030         constant expression (instead of requiring an integer constant
12031         expression).  This allows us to test expressions like DBL_MAX <
12032         LDBL_MAX, which didn't conform to the C standard using the old
12033         method.
12034         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
12035         now that we can do floating-point tests at compile time.
12037 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12039         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
12040         and LDBL_EPSILON, as the resulting expression isn't an
12041         integer constant expression and violates the C standard.
12042         Problem reported by Nelson H. F. Beebe.  Also, check
12043         for "L" suffix, and check that long double doesn't have
12044         worse range or precision than double, that mixed-mode
12045         arithmetic doesn't generate a diagnostic, that double
12046         constants fit in long double.
12048 2004-06-03  Kevin Ryde  <user42@zip.com.au>
12050         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
12051         malloc(0) and realloc(NULL,size).
12053         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
12054         Bob Proulx.
12056 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
12058         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
12059         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
12060         by Jim Meyering.
12062 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
12064         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
12065         can be rewritten using if-then-else.  Suggested by Bruno Haible.
12067 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
12069         * doc/autoconf.texi (testsuite Scripts): Fix typo.
12070         Problem reported by Stepan Kasal.
12072 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
12074         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
12075         change).  Patch reported by Ralf Wildenhues in
12076         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
12078         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
12079         function F exists if the compiler and linker let you compile an
12080         expression like (F != 0).  Recent versions of GCC optimize away
12081         the reference to F in that case, since every function address must
12082         be nonzero, so the link succeeds even if F does not exist.
12083         Problem reported by Manu in
12084         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
12086         * doc/autoconf.texi (Systemology): Standardize on the spelling of
12087         "Unix".  Many uses changed.
12088         (Limitations of Builtins): Explain better why the ! command isn't
12089         portable.
12091 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
12093         * lib/autom4te.in (Automake-preselections): Preselect
12094         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
12096 2004-05-19  Kevin Ryde  <user42@zip.com.au>
12098         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
12099         referencing AC_FUNC_STRERROR_R.
12101         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
12102         note pessimistic assumption when cross compiling.
12104 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
12106         * doc/autoconf.texi (Limitations of Make): Note that BSD make
12107         (until 2004) invoked subcommands with sh -e, contra POSIX.
12108         Reported by Kevin Ryde.
12110 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
12112         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
12113         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
12114         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
12115         `test -f "        /usr/bin/grep"', which _always_ failed.
12116         (AC_PROG_SED): Ditto bogus PATH fix.
12117         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
12118         requires that grep correctly supports _multiple_ `-e' options, rather
12119         than stating only that grep should accept `-e'.
12121 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
12123         Port to C99, which requires that 'exit' be declared.
12125         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
12126         to ensure that stdlib.h is included.
12127         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
12128         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
12129         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
12130         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
12131         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
12132         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
12133         when using 'exit' in a test; C99 requires that 'exit' be declared.
12135 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
12137         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
12138         now prefers 'grep' implementations that accept -e.
12139         (Limitations of Usual Tools): Describe problems of traditional
12140         egrep and fgrep with long input lines, and of traditional grep
12141         with -e.
12142         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
12143         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
12144         All callers changed.  Append /usr/xpg4/bin to the PATH, for
12145         Solaris.
12146         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
12147         the user with complaints about multiple -e options.
12148         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
12149         Define it with AC_PROG_GREP.
12150         * configure.ac (AC_PROG_GREP): Add.
12151         * lib/freeze.mk (GREP): New macro.
12153 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
12155         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
12156         a possible candidate only after all others fail, rather than
12157         consulting it first.  This improves backward compatibility by
12158         better reflecting the way shell selection occurred in previous
12159         versions of Autoconf, and should help to avoid triggering latent
12160         problems in other packages, such as the one in Automake where zsh
12161         is not handled robustly:
12162         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
12163         Although it is not Autoconf's responsibility to work around
12164         problems in Automake, it nevertheless makes sense to avoid
12165         introducing unnecessary incompatibilites.
12167 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
12168             Gary V. Vaughan  <gary@gnu.org>
12170         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
12171         how deeply nested we are when a suitable tool is found, set the
12172         ac_path_TOOL_found flag.
12173         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
12174         nested we are in this macro.  Break out of all 3 nested loops if
12175         ac_path_TOOL_found is set.
12177 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
12179         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
12180         of the _AS_PATH_WALK loop too if GNU flavor is found.
12182 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
12184         * doc/autoconf.texi (Limitations of Make): Update documentation
12185         for `$<'.  New entry `Long lines', based on a report from Simon
12186         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
12187         paragraph about DJGPP, based on a mail from Richard Dawe.
12189 2004-04-20  Paul Eggert  <eggert@twinsun.com>
12191         * tests/c.at (C keywords): Don't assume that GCC supports
12192         "restrict" and "inline", as sufficiently-old GCC versions do not
12193         (also, GCC configured to be in pedantic C89 mode does not).
12194         Problem reported by Sumit Pandya in:
12195         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
12197         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
12198         consider -g to work if it generates warnings when plain compiles
12199         don't.  Problem reported by Braden McDaniel in:
12200         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
12202         * doc/autoconf.texi (Slashes): New section, to document a problem
12203         reported by Jim Meyering in:
12204         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
12206         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
12207         linker output files before linking, to work around IRIX 6 linker bug.
12208         Problem reported by Rainer Orth in:
12209         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
12211 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
12213         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
12214         best tool so far counter rely on the tool path variable name to
12215         avoid checks for one tool being affected by the results of running
12216         the length check on a previous tool.
12218         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
12219         match expression argument, as different greps have different
12220         regular expression flavours.
12221         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
12222         literals.
12223         (AC_PROG_EGREP): Pass 'EGREP$'.
12224         (AC_PROG_GREP): Pass 'GREP$'.
12226 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
12228         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
12229         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
12231 2004-03-29  Paul Eggert  <eggert@twinsun.com>
12233         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
12234         Types, Specific Compiler Characteristics, System Services,
12235         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
12236         etc. consistently instead of 'long', 'short', 'unsigned' etc.
12237         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
12238         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
12239         Likewise.
12240         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
12241         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
12242         AC_TYPE_OFF_T): Likewise.
12243         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
12244         Likewise.
12246         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
12247         pacify libtool 1.5.2.  Fix quoting problems in sed command.
12249 2004-03-28  Paul Eggert  <eggert@twinsun.com>
12251         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
12252         now defines HAVE_DECL_TZNAME if it is declared, when
12253         HAVE_STRUCT_TM_TM_ZONE is not defined.
12254         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
12255         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
12256         for HAVE_TZNAME.
12258 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
12260         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
12261         superfluous backslashing of quotes (") in sed expressions;
12262         thanks to Paul Eggert.
12264 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
12266         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
12267         Fortran compiler is ifort, also added pghpf; thanks to Nelson
12268         H. F. Beebe for the bug report.
12270 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
12272         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
12273         quoted -cmdline argument in Portland Group compiler (bug
12274         reported by Jeffrey J. Barteet).
12276 2004-03-25  Kevin Ryde  <user42@zip.com.au>
12278         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
12279         (Run Time): ... here, where it's now mentioned.
12281 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
12283         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
12284         inherits from language Autoconf-without-aclocal-m4.
12285         (Customizing autom4te): Adjust example; the cache must now be
12286         disabled for language Autoconf-without-aclocal-m4.
12288 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
12289             Nathanael Nerode  <neroden@twcny.rr.com>
12291         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
12292         AC_CHECK_TOOLS): Warn if a cross-tool is found without
12293         a prefix.
12294         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
12295         AC_CHECK_TARGET_TOOLS): New macros.
12296         * doc/autoconf.texi (Generic Programs): Document
12297         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
12298         AC_CHECK_TARGET_TOOLS, and warn for future changes
12299         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
12300         AC_CHECK_TOOLS.
12301         (Specifying Names): Document the reason for these future
12302         behavioral changes.
12303         * tests/mktests.sh: Do not generate tests for the
12304         new macros.
12305         * NEWS: Document these changes.
12307         * doc/autoconf.texi: Avoid macros with unbraced arguments,
12308         they make TeX hang up.
12310 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
12312         * NEWS: New macro AC_CHECK_ALIGNOF.
12313         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
12314         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
12315         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
12316         vowel.
12317         (AC_CHECK_ALIGNOF): New macro.
12318         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
12319         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
12320         those for sizeof.
12322 2004-03-03  Paul Eggert  <eggert@twinsun.com>
12324         * bin/Makefile.am (edit): Don't use $< in a context where
12325         POSIX doesn't require support for it.  Use $@.in instead.
12326         Problem reported by Anthony N. Frasso in
12327         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
12328         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
12330 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
12332         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
12333         from the next generation of Libtool.
12334         * lib/autom4te.in (Autoreconf-preselections): Ditto.
12336 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
12338         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
12339         is not always thread-safe.  Report from Nathanael Nerode.
12341 2004-02-18  Paul Eggert  <eggert@twinsun.com>
12343         Fix a dependencies problem, stemming from a Autoconf 2.59 build
12344         problem on QNX reported by Stephen Rasku in
12345         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
12347         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
12348         $(m4sh_m4f_dependencies); this removes a FIXME.
12349         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
12350         (MAINTAINERCLEANFILES): Split into pieces,
12351         one per related section.  Add $(srcdir)/wrapper.in.
12353 2004-02-09  Paul Eggert  <eggert@twinsun.com>
12355         * doc/autoconf.texi (Setting Output Variables): Emphasize that
12356         AC_SUBST provides no portable way to escape literal newlines.
12358         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
12359         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
12360         Darwin uses -lcrt2.o and there's little point to cataloging all
12361         the system variants.  Partial fix reported by Andreas Waechter in:
12362         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
12363         for bug reported by Nelson H. F. Beebe in:
12364         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
12366 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
12368         * doc/autoconf.texi (AU_DEFUN): Fix English,
12369         suggested by Paul Eggert.
12370         * lib/autoconf/autoupdate.m4: Correct reference to
12371         acobsolete.m4, suggested by Alexandre Duret-Lutz.
12373 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
12375         * bin/autoupdate.in: Define __file__ so that warnings
12376         refer to the correct file.
12377         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
12378         the behavior of the third argument.
12379         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
12380         correctly the behavior of the third argument.  Document
12381         what the three macros that AU_DEFUN defines do.  Fix
12382         warning message when the third argument includes $0
12383         (reported by Alexandre Duret-Lutz).
12385 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
12386             Eric Sunshine  <sunshine@sunshineco.com>
12387             Paul Eggert  <eggert@twinsun.com>
12389         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
12390         (AS_INIT): Output shell initialization there. Removed optional
12391         parameter. Expand _AS_SHELL_FN_SPY.
12392         (AS_INIT_WITH_SHELL_FN): Removed.
12393         (_AS_SHELL_FN_SPY): New macro.
12394         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
12395         macros.
12396         (AS_SHELL_SANITIZE): Remove loop to find better shell
12397         and documentation for the parameter.
12398         (_AS_DETECT_BETTER_SHELL): Move it here.
12399         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
12400         (_AS_RUN): Move it here, support testing with eval.
12401         (AS_REQUIRE_SHELL_FN): Require shell functions when
12402         it is used.
12403         (_AS_LINENO_WORKS): Put around braces, we do not
12404         trigger the bash bug anymore.
12405         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
12406         use AS_INIT_WITH_SHELL_FN.
12407         * bin/autoconf.in, tests/wrapper.in: Regenerated.
12409 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
12411         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
12412         * doc/autoconf.texi: Don't say that the third parameter
12413         is broken.
12414         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
12415         (AU_DEFUN): Honor the third parameter, create autoupdate
12416         macros with AU_DEFINE.
12417         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
12418         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
12419         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
12420         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
12421         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
12422         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
12423         AC_XENIX_DIR): Likewise.
12424         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
12425         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
12426         * lib/autoconf/status.m4: Remove FIXME.
12427         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
12428         that the macro is not present anymore in the updated
12429         configure.ac.
12430         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
12431         of autoupdate.
12433 2004-01-28  Paul Eggert  <eggert@twinsun.com>
12435         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
12436         copyright years.
12437         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
12438         2003 (except 1997) to the list of copyright years.  This undoes
12439         the 2003-05-22 change, which removed the older years from the list.
12440         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
12442 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
12443             Albert Chin-A-Young  <china@thewrittenword.com>
12445         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
12446         grep or ggrep program in PATH that accepts as long lines as
12447         possible.
12448         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
12449         AC_PROG_GREP.
12450         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
12451         egrep and fgrep respectively if $GREP -E/-F don't work.
12452         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
12453         _AC_PROG_GREP, and AC_PROG_SED.
12454         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
12455         longest input length accepted by a command.
12456         (AC_PROG_SED): Use it.
12457         * doc/autoconf.texi (Particular Programs): Document the changes.
12458         * NEWS: Updated.
12460 2004-01-27  Paul Eggert  <eggert@twinsun.com>
12462         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
12463         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
12464         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
12465         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
12467         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
12468         bin/autoconf.in, config/Makefile.in, config/config.guess,
12469         config/config.sub, config/install-sh, config/mdate-sh,
12470         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
12471         lib/Makefile.in, lib/Autom4te/Makefile.in,
12472         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
12473         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
12474         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
12475         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
12476         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
12477         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
12478         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
12479         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
12480         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
12481         tests/actypes.at: Regenerate and/or sync with original
12482         sources.
12484 2004-01-26  Paul Eggert  <eggert@twinsun.com>
12486         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
12487         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
12488         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
12489         not <inttypes.h>.  Problem reported by Tim Mooney in
12490         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
12491         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
12492         Likewise.
12494         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
12495         otherwise "make check" fails because it forbids cmp (I guess
12496         because cmp treats files as binary on DOS-like systems).
12498         * tests/mktests.sh: Update copyright date to 2004, since some tests
12499         have changed in 2004.
12501 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
12503         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
12504         non-truncating sed or gsed program in PATH.
12505         * tests/acprograms.at: Add it.
12506         * doc/autoconf.texi (Particular Programs): Document it.
12507         * NEWS: Updated.
12509 2004-01-15  Paul Eggert  <eggert@twinsun.com>
12511         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
12512         -std1 disables some useful extensions on Tru64.  Problem reported
12513         by N. Lichtmaier in
12514         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
12516 2004-01-14  Paul Eggert  <eggert@twinsun.com>
12518         * doc/autoconf.texi (Programming in M4sh): Document that
12519         AS_MKDIR_P succeeds if the destination is a symbolic link
12520         to an existing directory.
12521         (Limitations of Usual Tools): Note that mkdir -p might not
12522         succeed on symlinks to directories.
12524 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
12526         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
12527         * bin/autoheader.in: Grammar fix in message.
12528         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
12529         Test for dir before calling mkdir -p.  (trivial changes)
12531 2004-01-13  Eric Blake  <ebb9@byu.net>
12533         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
12534         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
12536 2004-01-10  Jim Meyering  <jim@meyering.net>
12538         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
12540 2004-01-09  Paul Eggert  <eggert@twinsun.com>
12542         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
12543         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
12544         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
12545         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
12546         AC_COMPILE_IFELSE, since we now assume our caller invokes
12547         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
12548         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
12549         of AC_RUN_IFELSE; this avoids the warning mentioned above.
12550         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
12552 2004-01-07  Paul Eggert  <eggert@twinsun.com>
12554         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
12555         `"'...'"`, as it's confusing (and I suspect it may not work on
12556         some platforms).  The code was incorrect anyway, as it assumed
12557         that \$ evaluated to itself in that context.  Reported by
12558         Alexandre Duret-Lutz.
12560 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
12562         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
12563         and _LT_AC_TAGCONFIG.
12565 2004-01-06  Paul Eggert  <eggert@twinsun.com>
12567         * doc/autoconf.texi (One Macro Call): Fix an incorrect
12568         example, and add more examples.  Reported by Eric Sunshine.
12570 2004-01-05  Paul Eggert  <eggert@twinsun.com>
12572         * doc/autoconf.texi (Limitations of Usual Tools):
12573         Remove warning against "rm -fr" introduced yesterday; it
12574         was a false alarm.
12576         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
12577         autoscan, autoupdate, ifnames): Don't use chmod -w.
12578         * lib/Makefile.am (autom4te.cfg): Likewise.
12579         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
12580         "chmod -w".
12582 2004-01-04  Paul Eggert  <eggert@twinsun.com>
12583             Paolo Bonzini  <bonzini@gnu.org>
12585         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
12586         by doing lineno substitution only on lines containing "$LINENO".
12588 2004-01-04  Paul Eggert  <eggert@twinsun.com>
12590         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
12591         Use "rm -f" to remove conftest.sed, not plain "rm".
12592         Bug reported by David Relson in
12593         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
12595         * Makefile.am (autom4te-update):
12596         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
12597         * Makefile.maint (my-distcheck, do-po-update): Likewise.
12598         * doc/autoconf.texi (Guidelines): Likewise.
12599         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
12600         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
12601         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
12602         * lib/autotest/general.m4 (AT_INIT): Likewise.
12603         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
12604         * tests/Makefile.am (clean-local): Likewise.
12605         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
12606         srcdir): Likewise.
12607         * doc/autoconf.texi (Limitations of Usual Tools):
12608         Warn against "rm -fr".
12610 2004-01-03  Paul Eggert  <eggert@twinsun.com>
12612         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
12613         -c -o might not work.  From a suggestion by Kevin Ryde.
12614         (C Compiler, Generating Sources, Limitations
12615         of Usual Tools, Limitations of Make, Making testsuite Scripts):
12616         Don't put '-o' after non-options, as POSIX doesn't allow this.
12617         Mention that cc's name might be gcc or c89 or whatever.
12619 2004-01-04  Kevin Ryde  <user42@zip.com.au>
12621         * doc/autoconf.texi: Add various further index entries.
12623 2003-12-29  Paul Eggert  <eggert@twinsun.com>
12625         * bin/autoreconf.in (autoreconf_current_directory):
12626         Fix typo: mkdir without umask arg.
12628 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
12630         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
12631         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
12632         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
12633         explanation clearer.
12635 2003-12-24  Andreas Schwab  <schwab@suse.de>
12637         * doc/autoconf.texi (Default Includes): Fix misspelling of
12638         AC_INCLUDES_DEFAULT.
12640 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
12642         * configure.ac: Test if sh -n works.
12643         * configure: Regenerate.
12644         * tests/atlocal.in: Store the result here.
12645         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
12646         tools.at, looking in atlocal's ac_cv_sh_n_works instead
12647         of explicitly testing.
12648         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
12649         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
12650         * tests/tools.at (Syntax of the shell scripts): Simplify
12651         using AT_CHECK_SHELL_SYNTAX.
12652         (Syntax of the Perl scripts): Remove definition of
12653         AT_CHECK_PERL_SYNTAX.
12655 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
12657         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
12658         stderr to /dev/null.
12659         * bin/autoconf.in: Regenerate.
12660         * bin/wrapper.in: Regenerate.
12662 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
12664         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
12665         Extracted from AS_SHELL_SANITIZE.
12666         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
12667         macros.
12668         (AS_SHELL_SANITIZE): Move reinvocation code from
12669         _AS_LINENO_WORKS, use it to find out if shell
12670         functions work.
12671         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
12672         does not work.
12673         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
12674         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
12675         was called.
12676         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
12677         * bin/autoconf.in: Regenerate.
12678         * tests/wrapper.in: Regenerate.
12679         * tests/tools.at: Test the syntax of tests/autoconf
12680         and tests/testsuite.
12682 2003-11-24  Akim Demaille  <akim@epita.fr>
12684         * config/announce-gen (&print_locations, &print_signatures)
12685         (&sizes): New.
12686         Use them.
12687         No longer rely on Gnus to inline the list of signatures: compute
12688         them on the fly.
12690 2003-11-24  Akim Demaille  <akim@epita.fr>
12692         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
12693         override some files.
12694         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
12695         From Debian Autoconf 2.58.
12697 2003-11-24  Akim Demaille  <akim@epita.fr>
12699         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
12700         uses.
12701         From Debian Autoconf 2.58.
12703 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
12705         * TODO: Remove already done things.  Update the part about finding
12706         tools for the target.
12708 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
12710         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
12711         Make wording more consistent.
12712         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
12713         Explain the transition better.
12714         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
12715         the transition better.
12717 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
12719         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
12720         parameter of AU_DEFUN.
12721         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
12722         (AU_DEFUN): Remove the third parameter, it was not used.
12723         Use AC_DEFUN directly, not AU_DEFINE.
12724         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
12725         the expanded body, consistently with other macros such as AC_USG.
12727 2003-11-17  Paul Eggert  <eggert@twinsun.com>
12729         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
12730         into the initial confdefs.h, to work around a bug in NextStep 3.3
12731         patch 3 reported by Eric Sunshine.
12733 2003-11-15  Kevin Ryde  <user42@zip.com.au>
12735         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
12736         than $target since the latter is not usual, add guidelines on when to
12737         use or not use the system type.
12739 2003-11-12  Derek Price  <derek@ximbiot.com>
12741         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
12742         typo misrepaired by an auto-spellcheck.
12744 2003-11-12  Akim Demaille  <akim@epita.fr>
12746         * bin/autoreconf.in (&parse_args): Don't call automake with
12747         --force-missing unless it actually supports it.
12748         From Debian #219336.
12750 2003-11-12  Akim Demaille  <akim@epita.fr>
12752         * configure.ac: Bump to 2.59a.
12753         Require 2.59.
12755 2003-11-06  Akim Demaille  <akim@epita.fr>
12757         Version 2.59.
12759 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
12761         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
12762         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
12763         and ac_abs_top_srcdir are absolute paths.
12764         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
12766 2003-11-05  Akim Demaille  <akim@epita.fr>
12768         * configure.ac: Bump to 2.58a.
12770 2003-11-05  Kevin Ryde  <user42@zip.com.au>
12772         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
12773         it provokes a warning from makeinfo about looking like a cross
12774         reference in info output.
12776         * doc/autoconf.texi (Function Portability): Add notes on signal
12777         handler return type, as per AC_TYPE_SIGNAL.
12779 2003-11-04  Akim Demaille  <akim@epita.fr>
12781         Version 2.58.
12782         * doc/standards.texi: Update from master.
12784         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
12786 2003-11-04  Akim Demaille  <akim@epita.fr>
12788         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
12789         computing the absolute path to d1 in the source hierarchy: it may
12790         not exist at all.  So don't cd into it.
12791         From Alexandre Duret-Lutz.
12792         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
12794         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
12795         From Paul Eggert, but named after Perl's IO::Spec->catfile.
12796         * doc/autoconf.texi (Programming in M4sh): Document.
12797         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
12799 2003-11-03  Pavel Roskin  <proski@gnu.org>
12801         * doc/autoconf.texi (Generic Structure Checks): Describe
12802         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
12804 2003-10-31  Akim Demaille  <akim@epita.fr>
12806         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
12807         (GNU Fortran): New.
12808         * doc/autoconf.texi (Language Choice): Document.
12809         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
12810         the current language is Fortran.
12812 2003-10-31  Akim Demaille  <akim@epita.fr>
12814         * bin/autom4te.in (&freeze): Use a less likely warning separator
12815         than `\n\n', so that `\n\n\n' is valid in warnings.
12816         Reported by Steve Huston.
12818 2003-10-28  Akim Demaille  <akim@epita.fr>
12820         * Makefile.cfg (local_updates, executable-update): Tweak to be
12821         robust to parallel makes.
12822         Suggested by Alexandre Duret-Lutz.
12824 2003-10-27  Akim Demaille  <akim@epita.fr>
12826         * Makefile.cfg (executable-update): New.
12827         (local_updates): Call it.
12829 2003-10-27  Akim Demaille  <akim@epita.fr>
12831         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
12832         Don't remove core.* as it may remove valid user files.
12833         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
12834         (AC_FUNC_UTIME_NULL): Likewise.
12836 2003-10-23  Akim Demaille  <akim@epita.fr>
12838         Version 2.57g.
12839         * config/config.guess, config/config.sub: Upgrade from masters.
12841 2003-10-23  Akim Demaille  <akim@epita.fr>
12843         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
12844         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
12845         hand...
12847 2003-10-23  Akim Demaille  <akim@epita.fr>
12849         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
12850         Don't forget to remove conftest.err.
12852 2003-10-23  Akim Demaille  <akim@epita.fr>
12854         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
12855         same object file in $LIBOBJS.
12856         Reported by Alexandre Duret-Lutz & Derek Robert Price.
12857         * doc/autoconf.texi (Generic Functions): Adjust.
12859 2003-10-20  Paul Eggert  <eggert@twinsun.com>
12861         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
12862         Use 'eval', so that the resulting configure scripts work even if
12863         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
12865 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
12867         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
12868         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
12869         (_AC_LINK_IFELSE): Check the werror flag.
12870         * doc/autoconf.texi (Generic Compiler Characteristics): Document
12871         AC_LANG_WERROR.
12872         * NEWS: Mention it.
12874 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
12876         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
12877         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
12878         override AC_LINK_IFELSE.
12880 2003-10-15  Paul Eggert  <eggert@twinsun.com>
12882         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
12883         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
12884         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
12885         Mention /usr/dt/bin/dtksh on Solaris.
12886         (Shell Substitutions): Warn about $((...)).
12887         (Parentheses): New section.
12889 2003-10-15  Kevin Ryde  <user42@zip.com.au>
12891         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
12892         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
12894 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12896         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
12897         cross test.
12899 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
12901         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
12902         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
12904 2003-10-10  Andreas Schwab  <schwab@suse.de>
12906         * bin/autoheader.in: Avoid empty first line in --version and
12907         --help output.
12908         * bin/ifnames.in: Likewise.
12910 2003-10-09  Paul Eggert  <eggert@twinsun.com>
12912         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
12913         Issue a more-informative diagnostic.
12914         Problems reported by Eric Sunshine.
12916 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
12918         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
12919         -mGLOB_options_string stuff for Intel ifc, which can cause
12920         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
12921         pattern-matching instead of grep.
12923 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
12925         * doc/autoconf.texi: Document new FC Fortran macros.
12927 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
12929         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
12930         that future autopoint/aclocal/automake/autoreconf will be able
12931         to trace to find where to install local m4 macros.
12932         * doc/autoconf.texi (Input): Document it.
12933         * NEWS: Updated.
12935 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
12937         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
12938         -lcrtbegin.o to list of ignored flags and fix underquoting of
12939         -lcrt[01].o.
12941 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
12943         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
12944         cache variable instead of $G77 to decide whether to include -O2,
12945         since $G77 is specific to Fortran 77.
12947 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
12949         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
12950         free" flag.  Re-order flags tested into rough order of popularity.
12952 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
12954         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
12955         arguments so that it can be used with syntax identical to
12956         AC_PROG_F77, and so that we can more easily decide to
12957         remove/deprecate the DIALECT optional argument in the future if it
12958         proves troublesome.
12959         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
12960         non-freeform-supporting compilers.  Document freeform flags.
12962 2003-10-03  Akim Demaille  <akim@epita.fr>
12964         * configure.ac: Look for emacs, not macs.
12965         Reported by Eric Sunshine.
12967 2003-10-03  Akim Demaille  <akim@epita.fr>
12969         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
12970         * bin/autoreconf.in (autoreconf_current_directory): Create the
12971         AUX_DIR if needed, for sake of automake --add-missing etc.
12972         Suggested by Alexandre Duret-Lutz.
12974 2003-10-03  Akim Demaille  <akim@epita.fr>
12976         * configure.ac: Quotation and formatting changes.
12977         (EMACS): Don't set it if it is not recent enough to support
12978         autoconf-mode.el.
12979         From Eric Sunshine.
12981 2003-10-02  Akim Demaille  <akim@epita.fr>
12983         * bin/ifnames.in (&scan_file): Skip C++ comments.
12984         From Jeremy Yallop.
12986 2003-10-01  Pavel Roskin  <proski@gnu.org>
12988         * doc/autoconf.texi (Particular Structure Checks):
12989         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
12991 2003-10-01  Akim Demaille  <akim@epita.fr>
12993         Version 2.57f.
12995 2003-09-30  Paul Eggert  <eggert@twinsun.com>
12997         * lib/Autom4te/XFile.pm: Use Errno.
12998         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
12999         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
13001 2003-09-30  Akim Demaille  <akim@epita.fr>
13003         * config/announce-gen (&print_news_deltas): Extracted from...
13004         (&print_changelog_deltas): here.
13005         (&news_file): Rename as...
13006         (@news_file): this.
13008 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
13010         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
13011         have been created when invoking the compiler.
13012         * tests/fortran.at (GNU Fortran 77): Quote $G77.
13014 2003-09-29  Akim Demaille  <akim@epita.fr>
13016         Version 2.57e.
13018         * config/mkinstalldirs: Upgrade.
13020 2003-09-28  Paul Eggert  <eggert@twinsun.com>
13022         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
13023         Problem reported by Lars J. Aas in
13024         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
13025         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
13026         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
13027         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
13029 2003-09-26  Akim Demaille  <akim@epita.fr>
13031         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
13032         directory for AC_CONFIG_COMMANDS' first argument exists.
13033         This makes valid the invocation of _AC_SRCPATH that follows.
13034         Reported by Eric Sunshine.
13035         * doc/autoconf.texi (Configuration Commands): Adjust.
13037 2003-09-26  Akim Demaille  <akim@epita.fr>
13039         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
13040         Reported by Ralf Corsepius.
13042 2003-09-26  Akim Demaille  <akim@epita.fr>
13044         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
13045         arguments.
13046         Actually, use AU_ALIAS.
13047         From Bruno Haible.
13049 2003-09-26  Paul Eggert  <eggert@twinsun.com>
13051         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
13052         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
13053         Problem reported by Eric Sunshine in:
13054         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
13056 2003-09-26  Akim Demaille  <akim@epita.fr>
13058         The test suite are sometimes assigning timings incorrectly.
13059         Reported by Henk Krus.
13060         Diagnosed by Nicolas Joly.
13062         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
13063         AT_help_all.
13064         Instead of making AT_help a sequence of assignments to grow
13065         $at_help_all, just make AT_help_all be the growing contents of
13066         $at_help_all, and make a single assignment in...
13067         (AT_INIT): here.
13068         (at_times_skip): Flip the meaning and rename as...
13069         (at_times_p): this.
13070         (AT_INIT): When summarizing the test that ran, remove
13071         $at_times_file after use, and check it is present before trying to
13072         use it.
13074 2003-09-25  Akim Demaille  <akim@epita.fr>
13076         Version 2.57d.
13078         * bin/Makefile.am (edit): Handle '@configure_input@'.
13079         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
13080         (ifnames): chmod -w.
13081         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
13082         executables, not bin/ executables!  Otherwise all the magic needed
13083         to find non installed files is turned off.  This caused a failure
13084         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
13085         as found in its environment (sent by tests/autoreconf): pointing
13086         to bin/autom4te that could not find its files.
13087         * tests/mktests.sh: Force the replacement of generated files, for
13088         the sake of "mv" program that are interactive when overwriting a
13089         -w file.
13090         * config/install-sh: Upgrade from CVS Automake.
13092 2003-09-23  Paul Eggert  <eggert@twinsun.com>
13094         * doc/autoconf.texi (Limitations of Builtins): Document test -h
13095         versus test -L issues.
13097 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
13098             Paul Eggert  <eggert@twinsun.com>
13100         Trivial change to support GCC's configuration procedure.
13101         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
13102         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
13103         about inconsistency if the preprocessor is set to give errors for
13104         any warning.
13105         * doc/autoconf.texi (C Compiler Characteristics): Document this.
13107 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
13109         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
13110         and XFile.pm from Automake.
13111         * lib/Autom4te/XFile.pm: Update from Automake.
13113 2003-09-12  Akim Demaille  <akim@epita.fr>
13115         Version 2.57c.
13117 2003-09-12  Akim Demaille  <akim@epita.fr>
13119         * config/config.guess, config/config.sub, config/missing,
13120         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
13121         from masters.
13123 2003-09-12  Akim Demaille  <akim@epita.fr>
13125         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
13126         not asm/types.h.
13128 2003-09-11  Akim Demaille  <akim@epita.fr>
13130         * doc/autoconf.texi (Header Portability): linux/random.h.
13131         From Peter Hendrickson.
13133 2003-09-10  Akim Demaille  <akim@epita.fr>
13135         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
13136         willing to edit the output files.
13138 2003-09-10  Akim Demaille  <akim@epita.fr>
13140         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
13141         and AC_FC_FREEFORM.
13142         * tests/mktests.sh: Skip AC_FC_SRCEXT.
13143         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
13145 2003-09-09  Akim Demaille  <akim@epita.fr>
13147         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
13148         Reported by Gary Vaughan.
13149         * bin/autom4te.in (handle_m4): Likewise.
13151 2003-09-09  Akim Demaille  <akim@epita.fr>
13153         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
13154         trailing files.
13156 2003-09-07  Paul Eggert  <eggert@twinsun.com>
13158         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
13159         Improve the accuracy of the wording about obsolescence.
13160         From a suggestion by Ian Lance Taylor in
13161         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
13163 2003-09-05  Paul Eggert  <eggert@twinsun.com>
13165         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
13166         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
13168 2003-09-04  Akim Demaille  <akim@epita.fr>
13170         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
13171         AC_FUNC_WAIT3.
13173 2003-09-04  Akim Demaille  <akim@epita.fr>
13175         * bin/autom4te.in: Use &fatal where more appropriate than &error.
13176         (freeze): When exiting, use $exit_code.
13177         * lib/autoconf/fortran.m4: Comment changes.
13179 2003-09-04  Akim Demaille  <akim@epita.fr>
13181         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
13183 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
13185         Add support for newer Fortran dialects.  The F77 interface is
13186         unchanged, and continues to support Fortran 77.  New FC macros
13187         correspond to all the old F77 macros, with output variables FC,
13188         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
13189         available dialect, but older dialects can be specified.  There are
13190         new macros AC_FC_SRCEXT to set the source extension, and
13191         AC_FC_FREEFORM to accept free-form source files.
13193         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
13194         New macros.
13195         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
13196         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
13197         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
13198         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
13199         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
13200         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
13201         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
13202         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
13203         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
13204         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
13205         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
13206         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
13207         AC_FC_SRCEXT, AC_FC_FREEFORM):
13208         New macros.
13209         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
13210         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
13211         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
13212         Rewrite in terms of the above.
13213         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
13214         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
13215         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
13216         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
13218 2003-09-02  Paul Eggert  <eggert@twinsun.com>
13220         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
13221         Document problems with timestamp resolution that 'make', 'cp -p', and
13222         'touch -r' have.
13224 2003-08-27  Akim Demaille  <akim@epita.fr>
13226         * tests/m4sugar.at (cross_warning): Make sure to enable the
13227         output, so that we can track spurious m4sugar output.
13228         * tests/local.at: Require 2.57.
13229         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
13230         are defaulted by AT_CHECK anyway.
13231         Use AT_CHECK_AUTOM4TE.
13232         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
13233         missing dnl.
13235 2003-08-27  Akim Demaille  <akim@epita.fr>
13237         * bin/autoheader.in: Issue the "Using auxiliary..." message only
13238         when -Wobsolete is set.
13239         Set it on by default.
13240         Suggested by Klee Dienes.
13242 2003-08-27  Akim Demaille  <akim@epita.fr>
13244         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
13245         documentation.
13246         From Guido Draheim.
13248 2003-08-26  Akim Demaille  <akim@epita.fr>
13250         * doc/autoconf.texi (Output): Make clear that one can run code
13251         after AC_OUTPUT.
13253 2003-08-25  Akim Demaille  <akim@epita.fr>
13255         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
13256         CVS Bison.
13258 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
13260         * bin/autoreconf.in (parse_args): Do not pass --no-force to
13261         Automake versions prior to 1.8.
13263 2003-08-25  Akim Demaille  <akim@epita.fr>
13265         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
13266         From Ville Karaila.
13268 2003-08-24  Akim Demaille  <akim@epita.fr>
13270         * configure.ac: Bump to 2.57c.
13272 2003-08-22  Akim Demaille  <akim@epita.fr>
13274         Version 2.57b.
13276         * Makefile.cfg (local-checks-to-skip): New.
13277         * Makefile.maint (local-check): Rename as...
13278         (local-checks-available): this.
13279         (local-check): New.
13281         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
13282         * configure.ac: Require Automake 1.7.6.
13284 2003-08-22  Akim Demaille  <akim@epita.fr>
13286         Output stack traces in warnings.
13288         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
13289         Replace the former...
13290         (m4_warn): Pass the call stack to _m4_warn.
13291         * bin/autom4te.in: Adjust to output the call stack.
13292         * tests/m4sugar.at (m4@&t@_warn): Adjust.
13294 2003-08-22  Akim Demaille  <akim@epita.fr>
13296         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
13297         * bin/autom4te.in: Adjust.
13299 2003-08-21  Akim Demaille  <akim@epita.fr>
13301         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
13302         (&verbose): Remove.
13303         (&getopt): Adjust the note and verb channels, depending upon
13304         --verbose.
13305         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
13306         * bin/autoupdate.in: Adjust.
13307         Use &verb, not &verbose.
13309 2003-08-21  Akim Demaille  <akim@epita.fr>
13311         * bin/autoheader.in (&parse_args): Use &parse_warnings and
13312         &parse_WARNINGS.
13313         ($help): Use Autom4te::ChannelDefs::usage.
13314         * bin/autoscan.in: Use Autom4te::ChannelDefs.
13315         * lib/Autom4te/General.pm: Don't export error: you don't own it.
13317 2003-08-21  Akim Demaille  <akim@epita.fr>
13319         First stab at preserving warnings between calls to autom4te,
13320         including when the cache is used.
13322         There are still several issues: (i) there are too many runs of m4
13323         (one for include, one for warnings, and some more), (ii) warnings
13324         spreading on several lines are not handled gracefully, (iii) the
13325         code meant to have the call stack display for errors does not work
13326         (its handling should move from m4 to autom4te).
13328         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
13329         Use them.
13330         (@preselect): Add m4_warn.
13331         ($exit_status): Remove, use $exit_code.
13332         ($help): Use Autom4te::ChannelDefs::usage.
13333         (&handle_m4): No longer define the m4_warnings.
13334         At each run, extract and report the warnings.
13335         Always cache the result, including if the exit status is on
13336         failure, since if nothing changes, we should result in the same
13337         failure, hence we can use the cache.
13338         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
13339         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
13340         Remove.
13341         (m4_warn): Redefine as a do-nothing: it is its invocation that
13342         matters, as warnings are now reported via traces.
13343         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
13344         the contents of m4_warn: make it _call_ m4_warn, so that tracing
13345         the latter reveals calls to the former.
13347         Adjust the tests.
13349         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
13351 2003-08-21  Akim Demaille  <akim@epita.fr>
13353         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
13354         Use them.
13356 2003-08-21  Akim Demaille  <akim@epita.fr>
13358         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
13359         forward order.
13360         * lib/Autom4te/ChannelDefs.pm: Doc typos.
13361         (&parse_warnings): Accept a list of warning requests.
13362         (&usage): Return a string, not a side effect.
13363         (cross): New warning category.
13365 2003-08-21  Akim Demaille  <akim@epita.fr>
13367         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
13368         (&require_configure_ac): Accept an optional directory argument.
13369         ($configure_ac): Remove.
13370         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
13371         (&catfile): Remove.
13372         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
13373         * bin/autoscan.in: Adjust.
13375 2003-08-20  Akim Demaille  <akim@epita.fr>
13377         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
13378         Reported by Alexandre Duret-Lutz.
13380 2003-08-20  Akim Demaille  <akim@epita.fr>
13382         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
13383         * bin/autom4te: Adjust.
13384         In particular, be Autoconf tools are really silent when properly
13385         working, bind the verbosity of the 'note' channel to $verbose.
13386         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
13387         (&xsystem, &contents): Remove, since they are exported by...
13388         * lib/Autom4te/FileUtils.pm: this.
13389         More perldoc.
13390         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
13391         * lib/Autom4te/FileUtils.pm: here.
13393 2003-08-20  Akim Demaille  <akim@epita.fr>
13395         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
13396         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
13397         from CVS Automake.
13399 2003-08-20  Akim Demaille  <akim@epita.fr>
13401         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
13402         (autom4te-update): New.
13403         * Makefile.cfg (update): Bind autom4te-update.
13405 2003-08-19  Derek Price  <derek@ximbiot.com>
13407         * lib/autotest/general.m4: Comment various HELP_* diversions.
13408         (PARSE_ARGS_BEGIN): New section for option parsing related
13409         initialization.
13410         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
13411         package specific options and associated help.
13413 2003-08-19  Akim Demaille  <akim@epita.fr>
13415         * config/announce-gen, Makefile.cfg: New.
13416         * Makefile.am: Adjust.
13417         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
13419 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
13421         * lib/autom4te.in (Automake-preselections): Preselect
13422         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
13423         and m4_sinclude.
13425 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
13427         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
13428         (Autoconf-without-aclocal-m4): ... this new language.
13429         * doc/autoconf.texi (autom4te Invocation): Mention
13430         Autoconf-without-aclocal-m4.
13432 2003-08-18  Derek Price  <derek@ximbiot.com>
13434         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
13435         RUN-IF-PASS optional arguments.
13437 2003-08-18  Derek Price  <derek@ximbiot.com>
13439         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
13441 2003-08-16  Derek Price  <derek@ximbiot.com>
13443         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
13444         STDOUT & STDERR arguments.
13446 2003-08-14  Derek Price  <derek@ximbiot.com>
13448         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
13449         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
13450         shorter column three.  Add DESCRIPTION to log file content.
13452 2003-08-13  Derek Price  <derek@ximbiot.com>
13454         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
13455         output.
13457 2003-08-12  Derek Price  <derek@ximbiot.com>
13459         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
13460         (AT_CHECK_NOESCAPE): Move core functionality to...
13461         (_AT_CHECK): ...this new macro.
13463 2003-08-07  Derek Price  <derek@ximbiot.com>
13465         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
13466         (AT_CHECK_NOESCAPE): ...to this new macro.
13468 2003-07-31  Paul Eggert  <eggert@twinsun.com>
13470         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
13471         in Bash 2.01.  Problem reported by Brian Gough in
13472         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
13474 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
13476         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
13477         -lcrt1.o, for OS X.  (trivial change)
13479 2003-07-07  Paul Eggert  <eggert@twinsun.com>
13481         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
13482         inside '#ifndef __cplusplus'.  Problem reported by
13483         Bob Friesenhahn.
13485 2003-07-06  Bill Clarke  <llib@computer.org>
13487         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
13488         'long', not 'int', for benefit of Sun's recent C++ compilers
13489         (trivial change).  See:
13490         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
13491         (This really should be 'intptr_t', not 'long', but that would
13492         take more work.)
13494 2003-06-25  Akim Demaille  <akim@epita.fr>
13496         * lib/Makefile.am (autom4te.cfg): Make it read only.
13497         Depend on Makefile since it contains substitutions.
13498         From Paolo Bonzini.
13499         * lib/autom4te.in (args): Add local.at? for Autotest args.
13500         This change was made on autom4te.cfg which is generated.
13501         Reported by Raja R. Harinath.
13503 2003-06-25  Akim Demaille  <akim@epita.fr>
13505         * doc/autoconf.texi (Header Portability): sys/mount.h.
13506         From Gareth McCaughan.
13508 2003-06-23  Akim Demaille  <akim@epita.fr>
13510         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
13511         not all of them.  This fixes 1. the fact that when testing
13512         Autoconf there are many many config.log, 2. the incorrect use of
13513         top_srcdir to find config.log.
13514         Don't mix the detailed output of failed test with the summary of
13515         failures.  Rather, append detailed log afterwards.
13517 2003-06-23  Akim Demaille  <akim@epita.fr>
13519         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
13520         always run: output config.log on $at_group_log.
13522 2003-06-23  Akim Demaille  <akim@epita.fr>
13524         * tests/torture.at (#define header templates): Don't use quotes in
13525         C++ comments as it puzzles Emacs' sh font-lock-mode.
13527 2003-06-23  Akim Demaille  <akim@epita.fr>
13529         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
13530         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
13531         * tests/atspecific.m4: Rename as...
13532         * tests/local.at: This.
13533         * tests/suite.at: Move the globals into...
13534         * tests/local.at: here.
13535         * tests/Makefile.am: Adjust.
13536         * doc/autoconf.texi (testsuite Scripts): Adjust.
13538 2003-06-21  Kevin Ryde  <user42@zip.com.au>
13540         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
13541         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
13542         ensuring we add -std1 for full-ANSI.
13544         * doc/autoconf.texi (hdrindex): New macro.
13545         Add index entries for portability of various standard header files.
13547 2003-06-20  Akim Demaille  <akim@epita.fr>
13549         * configure.ac: Bump to 2.57b.
13551 2003-06-20  Akim Demaille  <akim@epita.fr>
13553         Version 2.57a.
13555 2003-06-20  Akim Demaille  <akim@epita.fr>
13557         * bin/autom4te.in: Don't rely on $HOME being defined.
13558         Reported by Marc Espie as PR/233.
13560 2003-06-20  Akim Demaille  <akim@epita.fr>
13562         * lib/autotest/general.m4: Use at_times_file only if used.
13563         From Nicolas Joly.
13565 2003-06-20  Akim Demaille  <akim@epita.fr>
13567         * config/config.guess, config/config.sub, config/elisp-comp,
13568         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
13569         Update from masters.
13571 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
13573         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
13574         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
13575         (TEST_SCRIPT): New diversion.
13576         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
13577         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
13578         (AT_INIT): Support for expected failures.
13580 2003-06-02  Akim Demaille  <akim@epita.fr>
13582         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
13583         changes.
13584         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
13585         Autoconf nor Automake.
13586         (&contents): New, from Automake.
13587         PODify.
13589 2003-05-28  Paul Eggert  <eggert@twinsun.com>
13591         * NEWS, doc/autoconf.texi (Particular Functions),
13592         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
13593         is the inverse of localtime.
13595 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
13597         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
13598         (handle_exec_errors): New function.  Work around $! being
13599         altered by WEXITSTATUS.
13600         (xqx, xsystem): Use handle_exec_errors.
13602 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
13604         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
13605         Do not call `_exit()', simply modify `$?'.
13606         (xsystem): Reset $! before running system, and check it afterward.
13607         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
13608         63 for version mismatches.
13610 2003-05-23  Akim Demaille  <akim@epita.fr>
13612         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
13613         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
13614         the middle of a line).
13615         * lib/m4sugar/m4sugar.m4: Likewise.
13616         Remove useless spaces in comments.
13618 2003-05-23  Akim Demaille  <akim@epita.fr>
13620         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
13621         exit 63, so that we (or Automake's "missing") can tell the
13622         difference with a plain failure.
13623         * doc/autoconf.texi (Notices): Adjust.
13625 2003-05-23  Akim Demaille  <akim@epita.fr>
13627         * Makefile.am, bin/Makefile.am, config/Makefile.am,
13628         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
13629         White spaces cleanup.
13631 2003-05-22  Jim Meyering  <jim@meyering.net>
13632             Paul Eggert  <eggert@twinsun.com>
13634         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
13635         Remove `#include <stdlib.h>' from the list; we should never
13636         make confdefs.h include <stdlib.h> or <cstdlib>, because the
13637         resulting namespace pollution would cause other tests to fail.
13638         Configure scripts run with some older versions of g++ and HP's
13639         aCC would fail due to such an #include.  Problems reported by
13640         Matthew Mueller in <http://bugs.debian.org/120704> and by
13641         Keith Bostic in
13642         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
13643         In the test, use the test declaration before including <stdlib.h>,
13644         as that's closer to how it'll be used.
13646 2003-05-23  Akim Demaille  <akim@epita.fr>
13648         * doc/autoconf.texi (Header Portability): ucred.h.
13649         From Ian Redfern.
13651 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
13653         Overhaul Autotest's logging: generate separate log files
13654         in testsuite.dir/NNN/testsuite.log, and append them to
13655         testsuite.log instead of re-running the test verbosely.
13657         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
13658         file descriptor, write 0 to at_status_file instead of setting
13659         at_status=0, initialize some new variables (at_status_file,
13660         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
13661         to rerun the tests, instead append the at_group_log to the
13662         at_suite_log when a test fails.
13663         (AT_SETUP): pipe the test case's output into at_tee_pipe,
13664         with the AS_MESSAGE_LOG_FD redirected to stdout.
13665         (AT_CLEANUP): save the output status in $at_status_file
13666         and restore it, redirect the AS_MESSAGE_LOG_FD back to
13667         its original place.
13668         (AT_CHECK): since tests are run with a redirected stdout,
13669         and used to be re-run in verbose mode, turn some $at_verbose
13670         into echo, and don't redirect the output of testing stdout
13671         and stderr.
13673         * lib/autotest/autoconf.texi (testsuite Scripts): Update
13674         the name of the debugging directory and information about
13675         its contents.
13677 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
13679         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
13680         parameter.
13682 2003-05-22  Akim Demaille  <akim@epita.fr>
13684         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
13685         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
13686         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
13687         * lib/autoconf/status.m4: Fix and adjust copyright notices.
13689 2003-05-22  Akim Demaille  <akim@epita.fr>
13691         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
13692         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
13693         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
13694         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
13695         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
13696         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
13697         * lib/autoconf/status.m4, lib/autoconf/types.m4,
13698         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
13699         * tests/atspecific.m4, tests/base.at, tests/compile.at,
13700         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
13701         * tests/tools.at, tests/torture.at:
13702         Whitespace clean up.
13703         Suggested by Jim Meyering.
13705 2003-05-22  Akim Demaille  <akim@epita.fr>
13707         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
13708         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
13709         Reported by Jim Meyering.
13711 2003-05-22  Akim Demaille  <akim@epita.fr>
13713         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
13714         Add AC_HELP_STRING  to the obsolete macros section.
13715         Typos.
13716         Use '@.' for sentences that ended in a capital letter.
13717         From Art Haas.
13719 2003-05-22  Akim Demaille  <akim@epita.fr>
13721         * config/config.guess, config/config.sub, config/elisp-comp,
13722         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
13723         * config/texinfo.tex, doc/standards.texi: Update from masters.
13725 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
13727         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
13728         it to eval.
13730 2003-05-21  Akim Demaille  <akim@epita.fr>
13732         * bin/autoupdate.in ($m4): Fix quotation.
13733         Reported by Martin Mokrejs.
13735 2003-05-19  Paul Eggert  <eggert@twinsun.com>
13737         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
13738         Remove non-ASCII characters.
13740 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
13742         * tests/semantics.at (AC_SEARCH_LIBS): New test.
13743         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
13744         AC_CHECK_HEADERS_NEW): New tests.
13746 2003-05-17  Akim Demaille  <akim@epita.fr>
13748         * lib/autoconf/functions.m4: Use the default includes so that
13749         memcmp be declared before being tested.
13750         Reported by Sander Niemeijer.
13751         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
13752         * doc/autoconf.texi (Default Includes): Document
13753         AC_INCLUDES_DEFAULT.
13755 2003-05-17  Akim Demaille  <akim@epita.fr>
13757         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
13758         * doc/autoconf.texi (Obsolete Macros): Adjust.
13759         Reported by Werner LEMBERG and Debian Bug 190886.
13761 2003-05-16  Akim Demaille  <akim@epita.fr>
13763         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
13764         user name space clashes.
13765         Reported by Bruno Haible.
13767 2003-05-16  Akim Demaille  <akim@epita.fr>
13769         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
13770         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
13771         them uniform, and more robust to Perl special characters.
13772         Reported by Martin Mokrejs.
13774 2003-05-14  Akim Demaille  <akim@epita.fr>
13776         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
13778 2003-05-14  Akim Demaille  <akim@epita.fr>
13780         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
13781         linux/irda.h.
13783 2003-05-12  Akim Demaille  <akim@epita.fr>
13785         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
13786         message.
13787         From Matthias Andree.
13789 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
13791         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
13792         and truncate.
13794 2003-05-06  Akim Demaille  <akim@epita.fr>
13796         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
13797         longer updates aclocal.m4 if useless, (ii) if a file m4_included
13798         by aclocal.m4 is changed it might require the importing of another
13799         m4 extension file, i.e., aclocal must be run.
13801         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
13802         (&parse_args): Use --force with aclocal if required and supported.
13803         (&autoreconf_current_directory): Use &run_aclocal.
13805 2003-05-06  Akim Demaille  <akim@epita.fr>
13807         Lock autom4te's cache.
13809         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
13810         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
13811         argument instead of a file name, so that the request file remains
13812         open during the whole autom4te run.
13813         ($icache_file): New.
13814         (&freeze): Lock the $icache_file.
13816 2003-04-29  Derek Price  <derek@ximbiot.com>
13818         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
13819         seperator with m4_append_uniq().  It doesn't work.
13820         (AT_CLEANUP): Add `;' to end of at_help_all.
13821         (AT_INIT): Allow --keywords to be specified more than once.  When
13822         grepping $at_help_all for keywords, use the field and keyword
13823         seperators to ensure a complete keyword match.  Alter at_prev handling
13824         to support the new --keywords behavior.
13826 2003-04-27  Karl Berry  <karl@freefriends.org>
13828         * doc/autoconf.texi: Make the dir entries in the autoconf manual
13829         align better with others.  I also made some of the individual
13830         entries on one line, for brevity and to make it easier for me to
13831         sort my dir-example file in the Texinfo distribution :).
13833 2003-04-12  Jim Meyering  <jim@meyering.net>
13835         * NEWS: Mention the new macro.
13836         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
13837         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
13838         * tests/c.at: Test AC_C_RESTRICT.
13839         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
13841 2003-04-08  Akim Demaille  <akim@epita.fr>
13843         * bin/ifnames.in: Skip C++ comments.
13844         From Jeremy Yallop.
13846 2003-04-08  Akim Demaille  <akim@epita.fr>
13848         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
13849         From Ilya Zakharevich.
13851 2003-04-08  Akim Demaille  <akim@epita.fr>
13853         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
13854         net/if.h, stdlib.h.
13856 2003-04-01  Derek Price  <derek@ximbiot.com>
13858         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
13859         from Akim's checkin of 2003-03-29.
13861 2003-04-01  Derek Price  <derek@ximbiot.com>
13863         * tests/torture.at (Configuring subdirectories): Add missing
13864         close-quote for Akim's change from 2003-03-28.
13866 2003-04-01  Akim Demaille  <akim@epita.fr>
13868         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
13869         (AC, AT, MS): these.
13870         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
13871         New.
13872         Use them.
13873         * doc/Makefile.am (CLEANFILES): Adjust.
13874         (TEXI2DVI): Make it --batch.
13876 2003-03-31  Derek Price  <derek@ximbiot.com>
13878         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
13879         which removed the main loop.
13880         Thanks to Akim Demaille.
13882 2003-03-29  Akim Demaille  <akim@epita.fr>
13884         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
13885         that starts a GUI.
13886         From Ilya Zakharevich.
13888 2003-03-29  Akim Demaille  <akim@epita.fr>
13890         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
13891         documentation to read is Autoconf's.
13892         Suggested by Paul Eggert.
13894 2003-03-28  Akim Demaille  <akim@epita.fr>
13896         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
13897         reading the section "Present But Cannot Be Compiled" when the
13898         header causes problems.
13900 2003-03-28  Akim Demaille  <akim@epita.fr>
13902         * tests/torture.at (Configuring subdirectories): Require aclocal
13903         1.4, otherwise the test fails, as it does support configure.ac.
13904         This fixes the "test 40 failed" bug reports.
13906 2003-03-28  Akim Demaille  <akim@epita.fr>
13908         * doc/autoconf.texi (C Compiler): `#line' portability.
13909         From Paul Eggert and Nelson H. F. Beebe.
13911 2003-03-27  Derek Price  <derek@ximbiot.com>
13913         * lib/autotest/general.m4: Eliminate main loop and reorganize test
13914         layout in order to allow scripting around test groups.
13916 2003-03-27  Derek Price  <derek@ximbiot.com>
13918         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
13919         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
13920         use new diversions in preparation for accepting new arguments and
13921         allowing scripting around tests.
13922         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
13924 2003-03-26  Derek Price  <derek@ximbiot.com>
13926         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
13927         obsolete AC_HELP_STRING.
13928         (AC_HELP_STRING): AU_DEFUN to...
13929         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
13930         * tests/m4sh.at (AS_HELP_STRING): New test.
13932         * tests/acgeneral.at: Regenerated.
13934 2003-03-26  Derek Price  <derek@ximbiot.com>
13936         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
13937         sense.  Verbosify the diversion definitions comment.
13939 2003-03-26  Derek Price  <derek@ximbiot.com>
13941         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
13942         AS_PREPARE.
13944 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
13946         * doc/autoconf.texi (Present But Cannot Be Compiled):
13947         Grammar fixes and minor rewording. (trivial change)
13949 2003-03-06  Paul Eggert  <eggert@twinsun.com>
13951         Work around a problem noted by Nelson H. F. Beebe with coreutils
13952         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
13953         2002/05/09) rejects '#line 32768 "configure"' because the line
13954         number overflows.
13955         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
13956         #line directives.
13957         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
13958         * doc/autoconf.texi (Generating Sources): Document this.
13960 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
13962         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
13963         file name for the m4 program, when it has an "exe" file extension.
13964         DJGPP's error messages include the error code in brackets -
13965         remove the error code during normalization.
13967 2003-02-28  Akim Demaille  <akim@epita.fr>
13969         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
13971 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
13973         * doc/autoconf.texi (Limitations of Make): Remove the section
13974         about `$<' in inference rules, it was a bogus interpretation of
13975         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
13976         Tru64 make in the "target lookup" section.
13977         (Automake): Automake 1.5+ no longer requires special tools to be
13978         present on the developer's host.
13980 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
13982         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
13983         to a shell that can handle redirection or quoting correctly.
13984         Override SHELL with the shell detected by configure.
13985         Use of $^O suggested by Tim van Holder.
13986         * bin/autom4te.in (BEGIN): Likewise.
13987         * bin/autoreconf.in (BEGIN): Likewise.
13988         * bin/autoscan.in (BEGIN): Likewise.
13989         * bin/autoupdate.in (BEGIN): Likewise.
13990         * bin/ifnames.in (BEGIN): Likewise.
13992         * bin/ifnames.in: Add final newline to help and version messages.
13994         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
13995         to cope with DOS-style absolute paths, when constructing
13996         ${ac_make}.
13998         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
13999         When constructing paths with IFS=:, quote the path. If we're
14000         constructing a DOS-style absolute path, we don't want to split it
14001         on the colon.
14003         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
14004         in description.
14006 2003-02-25  Pavel Roskin  <proski@gnu.org>
14008         * bin/autoheader.in: Add missing newline when printing
14009         suggestion how change AC_DEFINE call.
14011 2003-02-24  Paul Eggert  <eggert@twinsun.com>
14013         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
14014         2002-09-01 patch by replacing "test -n" with "test -z".
14015         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
14016         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
14018         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
14019         to fix a mismatch between example and discussion.
14021 2003-02-24  Kevin Ryde  <user42@zip.com.au>
14023         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
14024         format starting with "-".
14026 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
14028         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
14029         is not portable inside Makefile.
14031 2003-02-20  Akim Demaille  <akim@epita.fr>
14033         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
14034         compiler says yeah, but preproc says nope, compiler is right.
14035         Conversely, prompt the reader to send a bug report to the
14036         maintainers of the package, not of Autoconf.
14038 2003-02-20  Klee Dienes  <kdienes@apple.com>
14040         * bin/autoreconf.in (autoreconf_current_directory): Properly
14041         handle an empty aclocal.m4.
14043 2003-02-20  Akim Demaille  <akim@epita.fr>
14045         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
14046         $ac_prefix_program.
14047         From Larry Jones.
14049 2002-12-23  Paul Eggert  <eggert@twinsun.com>
14051         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
14052         innocuous variant befor including <limits.h> or <assert.h>.  This
14053         works around a bug reported by Albert Chin: HP-UX 11i
14054         (and earlier versions) have a <limits.h> that declares
14055         gettimeofday and many other functions.
14057 2002-12-03  Paul Eggert  <eggert@twinsun.com>
14059         Version 2.57.
14061         * NEWS, configure.ac: Update version.
14063         * doc/fdl.texi: Upgrade to FDL version 1.2.
14065         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
14066         nontrivially in main's body, so that f's external declaration is
14067         not optimized away in AIX.  This should fix the bug reported by
14068         Martin Frydl in
14069         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
14071         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
14072         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
14073         defined, to support freestanding compilers.  This should fix the
14074         bug reported by Momchil Velkov in
14075         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
14077         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
14078         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
14079         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
14080         by Simon Josefsson in
14081         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
14083         * Makefile.maint (www-gnu): New macro.
14084         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
14085         the location has moved.
14087 2002-12-02  Martin Frydl  <martin@systinet.com>
14089         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
14090         \(.*\) match is too long and there is something more to be checked.
14091         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
14093 2002-11-15  Akim Demaille  <akim@epita.fr>
14095         Version 2.56.
14097         * config/install-sh: chmod +x.
14098         From Paul Eggert.
14099         * config/move-if-change: Indenting changes.
14100         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
14101         * configure.ac (AM_INIT_AUTOMAKE): here.
14102         Require 1.7.1.
14104 2002-11-14  Akim Demaille  <akim@epita.fr>
14106         Version 2.55.
14108         * config/config.guess, config/config.sub, config/install-sh:
14109         Update from masters.
14111 2002-11-14  Akim Demaille  <akim@epita.fr>
14113         * Makefile.maint: Sync with Bison, i.e.:
14114         (po-check): Scan .l and .y files instead of the
14115         .c and the .h files that they generate.  This fixes the bug
14116         reported by Tim Van Holder in:
14117         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
14118         Look for N_ as well as for _.  Try to avoid matching #define for
14119         N_ and _.
14120         From Paul Eggert.
14122 2002-11-14  Akim Demaille  <akim@epita.fr>
14124         * doc/autoconf.texi (C Compiler): Compiling several files at once.
14125         From Paul Eggert and Albert Chin-A-Young.
14127 2002-11-14  Akim Demaille  <akim@epita.fr>
14129         * doc/autoconf.texi (C Compiler): Solitary backslashes.
14130         From Paul Eggert and Albert Chin-A-Young.
14132 2002-11-14  Kevin Ryde  <user42@zip.com.au>
14134         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
14135         than assigning in main, to avoid HP cc +O3 optimizing it away.
14137 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
14139         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
14140         option.  Process --recheck after parsing all options.  Pass -q
14141         option to configure on --recheck.
14142         (AC_OUTPUT): Pass -q from configure to config.status.
14143         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
14144         arguments to record.
14145         * doc/autoconf.texi (config.status Invocation): Document
14146         config.status -q option.
14148 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
14150         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
14151         Makefile.in if Makefile.am exists.
14152         (output): Strip `.am' from Makefiles.  Don't
14153         output AC_CONFIG_FILES if no Makefiles were found.
14155 2002-11-07  Akim Demaille  <akim@epita.fr>
14157         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
14158         (local_updates): New.
14159         * Makefile.maint: Update, from CVS Bison.
14160         (local_updates): New.
14162 2002-11-06  Akim Demaille  <akim@epita.fr>
14164         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
14165         declaration in extern "C" too.
14166         Reported by Roberto Bagnara.
14168 2002-11-06  Akim Demaille  <akim@epita.fr>
14170         * tests/torture.at (Configuring subdirectories): Don't use grep
14171         -w.
14172         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
14173         Reported by Ezra Peisach.
14175 2002-11-05  Akim Demaille  <akim@epita.fr>
14177         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
14178         Remove.
14179         We _have_ to stop using the old compatibility scheme that tried to
14180         avoid useless backslashes because Libtool 1.4.3 contains a
14181         AC_DEFINE([error_t], [int],
14182         [Define to a type to use for \`error_t' if it is not
14183         otherwise available.])
14184         We _have_ to quote the single quote and backslashes with \.  The
14185         old compatibility scheme saw that ` was backslashed, and therefore
14186         did not quote the single quote.  Hence before this patch, Autoconf
14187         was not compatible with Libtool.
14189 2002-11-04  Paul Eggert  <eggert@twinsun.com>
14191         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
14192         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
14193         LC_NAME, LC_PAPER, LC_TELEPHONE.
14194         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
14196 2002-11-04  Akim Demaille  <akim@epita.fr>
14198         Version 2.54c.
14200         * Makefile.maint (update, cvs-update, po-update, do-po-update):
14201         New.
14202         * config/texinfo.tex: Update.
14204 2002-11-03  Akim Demaille  <akim@epita.fr>
14206         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
14207         from...
14208         (&autoreconf): here.
14209         ($help, $make, &parse_args, &autoreconf_current_directory):
14210         Support -m/--make.
14211         * doc/autoconf.texi (autoreconf Invocation): Adjust.
14213 2002-10-31  Bruno Haible  <bruno@clisp.org>
14215         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
14216         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
14217         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
14218         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
14219         to ac_cv_func_realloc_0_nonnull.
14220         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
14222 2002-10-31  Akim Demaille  <akim@epita.fr>
14224         The test suite was no longer checking for trailing envvars and files.
14226         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
14227         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
14229 2002-10-31  Akim Demaille  <akim@epita.fr>
14231         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
14232         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
14233         Make variable, not a shell variable.
14234         Suggested by Bruno Haible.
14236 2002-10-31  Akim Demaille  <akim@epita.fr>
14238         * bin/autom4te.in (load_configuration): Reject #args out of any
14239         language.
14241 2002-10-31  Akim Demaille  <akim@epita.fr>
14243         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
14244         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
14245         (_AC_RUN_IFELSE): Use it.
14246         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
14247         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
14248         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
14249         inline it.
14251 2002-10-30  Akim Demaille  <akim@epita.fr>
14253         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
14254         * doc/autoconf.texi (autom4te Invocation): Adjust.
14255         Suggested by Tim van Holder.
14257 2002-10-29  Paul Eggert  <eggert@twinsun.com>
14259         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
14260         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
14261         Problem reported by Bruno Haible.
14263 2002-10-29  Akim Demaille  <akim@epita.fr>
14265         * doc/autoconf.texi (Header Templates): Put also in words what the
14266         pictures says to assist free style readers.
14267         (Customizing autom4te): s/--cache=/--cache /.
14269 2002-10-29  Akim Demaille  <akim@epita.fr>
14271         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
14272         sys/wait.h.
14273         sparc_address_test returns void.
14274         Use it with an argument, as prototyped.
14275         From Bruno Haible.
14277 2002-10-29  Akim Demaille  <akim@epita.fr>
14279         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
14280         configure.in, not configure.ac.
14281         Reported by Bruno Haible.
14283 2002-10-29  Akim Demaille  <akim@epita.fr>
14285         * tests/torture.at (Deep Package): New test.
14286         (Configuring subdirectories): Don't use a testSubDir as Autotest
14287         now does it itself.
14289 2002-10-29  Akim Demaille  <akim@epita.fr>
14291         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
14292         * doc/autoconf.texi (Invoking autom4te): Rename as...
14293         (autom4te Invocation): this, for consistency with the other nodes.
14295 2002-10-29  Akim Demaille  <akim@epita.fr>
14297         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
14298         Reported by Ralf Corsepius.
14300 2002-10-29  Akim Demaille  <akim@epita.fr>
14302         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
14303         characters is a back as an `obsolete' warning now.
14304         Reported by Ralf Corsepius.
14306 2002-10-28  Akim Demaille  <akim@epita.fr>
14308         * configure.ac: Bump to 2.54c.
14310 2002-10-28  Akim Demaille  <akim@epita.fr>
14312         Version 2.54b.
14314         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
14316 2002-10-28  Akim Demaille  <akim@epita.fr>
14318         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
14319         m4 executable names, and different GNU M4 version.
14320         Reported by Ezra Peisach and Paul Jarc.
14322 2002-10-27  Akim Demaille  <akim@epita.fr>
14324         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
14325         AC_RUN_IFELSE.
14327 2002-10-27  Akim Demaille  <akim@epita.fr>
14329         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
14330         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
14331         Die when a simple Fortran program cannot be compiled.
14332         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
14333         Issue a warning if no function is given.
14335 2002-10-27  Akim Demaille  <akim@epita.fr>
14337         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
14338         Move the documentation of AC_TRY_RUN to...
14339         (Obsolete Macros): here.
14340         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
14341         (autoconf Invocation): Remove the duplicates with `invoking
14342         autom4te'.
14343         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
14344         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
14346 2002-10-27  Akim Demaille  <akim@epita.fr>
14348         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
14349         and AC_LANG_FUNC_LINK_TRY.
14350         (Examining Libraries): Rename as...
14351         (Running the Linker): this.
14352         Document AC_LINK_IFELSE.
14353         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
14354         (Obsolete Macros): here.
14355         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
14356         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
14357         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
14358         * lib/autoconf/headers.m4 (AC_USG): Likewise.
14360 2002-10-27  Akim Demaille  <akim@epita.fr>
14362         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
14364         More `check config.log' messages.
14366         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
14367         * doc/autoconf.texi (Printing Messages): Document it.
14368         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
14369         appropriate.
14370         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
14371         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
14372         (_AC_COMPILER_OBJEXT): Likewise.
14373         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
14374         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
14375         Likewise.
14376         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
14377         Likewise.
14379         Deprecate macros with unusual interfaces.
14381         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
14382         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
14384         Document the new ones, and proper style.
14386         * doc/autoconf.texi (Generating Sources): New.
14387         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
14388         (Examining Declarations): Rename as...
14389         (Running the Preprocessor): this.
14390         Document AC_PREPROC_IFELSE.
14391         (Examining Syntax): Rename as...
14392         (Running the Compiler): this.
14393         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
14394         (Obsolete Macros): Move the definition of AC_TRY_CPP and
14395         AC_TRY_COMPILE here.
14397 2002-10-27  Akim Demaille  <akim@epita.fr>
14399         Move sections around.
14401         * doc/autoconf.texi (Customizing autom4te): Remove a lost
14402         sentence.
14403         Reported by Burno Haible.
14404         (Language Choice): Now the first section of...
14405         (Writing Tests): this section.
14406         Make the introduction less C-centric.
14407         (Guidelines, Test Functions): Move to...
14408         (Writing Test Programs): this new section.
14409         (Test Programs): Merge into...
14410         (Run Time): this.
14412 2002-10-27  Akim Demaille  <akim@epita.fr>
14414         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
14415         autom4te.in that resulted in the need for two `make' runs.
14417 2002-10-27  Akim Demaille  <akim@epita.fr>
14419         * configure.ac: Bump to 2.54b.
14421 2002-10-25  Akim Demaille  <akim@epita.fr>
14423         Version 2.54a.
14425         * Makefile.maint: Update from the Coreutils.
14426         (AMTAR): Remove, obsolete.
14427         (automake_repo): Update to redhat.com.
14428         (cvs_file): New.
14429         Adjust to the fact that ansi2knr is now hosted by Automake.
14430         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
14431         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
14432         Update from masters.
14433         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
14434         autoscan.pre is not to be installed, and autoscan.list is not to
14435         be shipped.
14436         (CLEANFILES): Add autoscan.list.
14437         (autoscan.list): Disable the cache.
14438         * bin/Makefile.am: Include freeze.mk.
14440 2002-10-25  Akim Demaille  <akim@epita.fr>
14442         * bin/autom4te.in (&load_configuration): Take the file as
14443         argument.
14444         (&parse_args): Handle -C, --cache.
14445         ($help): Adjust.
14446         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
14447         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
14448         * doc/autoconf.texi (Invoking autom4te): Document --cache.
14449         Now a subsection of...
14450         (Using autom4te): This new section.
14451         (Customizing autom4te): New.
14452         (autom4te.cache): Adjust.
14454 2002-10-25  Akim Demaille  <akim@epita.fr>
14456         * doc/autoconf.texi (Generic Headers): More information on how to
14457         use AC_CHECK_HEADERS.
14459 2002-10-25  Akim Demaille  <akim@epita.fr>
14461         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
14462         Space changes.
14464 2002-10-25  Akim Demaille  <akim@epita.fr>
14466         * bin/autoscan.in (output): Output AC_PREREQ.
14467         (%needed_macros): Add AC_PREREQ so that configure.ac without one
14468         be reported.
14470 2002-10-23  Akim Demaille  <akim@epita.fr>
14472         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
14473         document _Bool.
14475 2002-10-23  Akim Demaille  <akim@epita.fr>
14477         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
14478         Reported by Peter Eisentraut.
14480 2002-10-23  Akim Demaille  <akim@epita.fr>
14482         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
14483         type _Bool.
14484         Fix a typo.
14485         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
14486         Eggert's recommandations.
14488 2002-10-22  Akim Demaille  <akim@epita.fr>
14490         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
14491         Bison, by Paul Eggert.
14492         * doc/autoconf.texi (Particular Headers): Document it.
14494 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
14496         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
14497         `$ac_configure_args'.
14499 2002-10-22  Akim Demaille  <akim@epita.fr>
14501         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
14502         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
14503         From Art Haas.
14505 2002-10-22  Akim Demaille  <akim@epita.fr>
14507         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
14509         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
14510         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
14511         (_AC_CHECK_HEADER_NEW): Rename as...
14512         (AC_CHECK_HEADER): this.
14514 2002-10-22  Akim Demaille  <akim@epita.fr>
14516         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
14517         words about HP-UX cmp: it was actually a user-written cmp.
14519 2002-10-22  Akim Demaille  <akim@epita.fr>
14521         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
14522         are a few warnings.
14523         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
14524         Quote for Perl '' strings, not "".
14525         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
14526         strings.
14528 2002-10-22  Akim Demaille  <akim@epita.fr>
14530         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
14531         characters is a syntax warning now.
14532         (_AS_QUOTE): Accept $2 as list of characters to quote.
14533         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
14534         Quote for Perl, not sh.
14535         * bin/autoheader.in: When $debug, report the file which is
14536         `do'ne.
14537         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
14538         `@', to tickle Perl's lists.
14539         Reported by Carlos Velasco.
14541 2002-10-18  Akim Demaille  <akim@epita.fr>
14543         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
14544         missing included files _are_ errors.
14545         Thanks to Alexandre Duret-Lutz.
14546         * tests/tools.at (autom4te cache): Adjust.
14547         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
14548         (AT_CHECK_M4SUGAR): Use it.
14549         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
14550         Adjust.
14551         * tests/tools.at (autom4te): Now it does exit 1.
14553 2002-10-17  Akim Demaille  <akim@epita.fr>
14555         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
14556         Fixes the `AC_ARG_VAR' test failures.
14557         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
14558         * lib/freeze.mk (check-forbidden-patterns): New.
14559         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
14560         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
14561         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
14562         /dev/null.
14563         Reported months ago by H. Merijn Brand.
14565 2002-10-17  Akim Demaille  <akim@epita.fr>
14567         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
14569 2002-10-16  Paul Eggert  <eggert@twinsun.com>
14571         * Makefile.maint (wget_files): Remove ansi2knr.c.
14572         (ansi2knr.c-url_prefix): Remove.
14574 2002-10-16  Akim Demaille  <akim@epita.fr>
14576         Because of caching, some files that no longer exist and are no
14577         longer required can still cause errors.
14578         Reported by Alexandre Duret-Lutz.
14580         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
14581         to frozen files in @ARGV, as @ARGV must remain being a list of
14582         files.  Rather, at M4 call sites, use this...
14583         (&files_to_options): New function.
14584         (&freeze): Use &error.
14585         (&up_to_date): If a file that was included according to the cache
14586         is no longer there, then the output is out dated.
14587         (&main): Don't even check whether a file is up to date is anyway
14588         --force is given.
14589         * tests/tools.at (autom4te cache): New.
14591 2002-10-16  Akim Demaille  <akim@epita.fr>
14593         * bin/autoconf.as: Kill dead options.
14594         * bin/autoupdate.in (&parse_args): Kill old options.
14595         * bin/autoreconf.in (&parse_args): Remove dead options.
14596         Factor some code.
14597         (&autoreconf): Report the directories we enter *and leave*, so
14598         that error messages can be easily located, and use GNU Make
14599         format, so that Emacs' compile mode understands us.
14600         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
14601         if some file was changed instead of `print'.
14602         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
14603         (&parse_args): Remove the dead options.
14604         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
14605         autoheader's quiet mode.
14606         (AT_CHECK_AUTOUPDATE): Likewise.
14607         * tests/tools.at (autoupdate): Adjust.
14608         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
14610 2002-10-11  Akim Demaille  <akim@epita.fr>
14612         No longer use CPP to check for the existing of headers: use CC to
14613         check for compilability.
14615         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
14616         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
14617         (_AC_CHECK_HEADER_NEW): Rename as...
14618         (AC_CHECK_HEADER): this.
14620         * lib/autotest/general.m4 (AT_INIT): Include the failed test
14621         numbers in the Subject suggestion.
14623 2002-10-11  Akim Demaille  <akim@epita.fr>
14625         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
14626         Suggest using AC_CHECK_DECLS instead.
14628 2002-10-11  Akim Demaille  <akim@epita.fr>
14630         * tests/torture.at (AC_ARG_VAR): Have configure report the value
14631         of `precious'.
14633 2002-10-11  Akim Demaille  <akim@epita.fr>
14635         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
14636         file name to enable parallel executions.
14637         From Sam Varshavchik.
14639 2002-10-08  Akim Demaille  <akim@epita.fr>
14641         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
14642         aclocal invocation, as Gettext macros might not be visible to
14643         aclocal.
14644         Instead of blindly running autopoint, scan configure.ac (not the
14645         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
14646         Reported by Paul D. Smith.
14648 2002-10-08  Paul Eggert  <eggert@twinsun.com>
14650         Work around problems found when POSIXLY_CORRECT=1 is set.
14651         None of this seems to have anything to do with POSIX, really,
14652         but it's how Perl getopt works.
14653         * bin/autom4te.in (parse_args): Configure GetOpt with
14654         "permute", too.
14655         * doc/autoconf.texi (Invoking autom4te):
14656         --warning -> --warnings.
14657         * lib/autom4te.in: --warning -> --warnings.
14659 2002-09-28  Akim Demaille  <akim@epita.fr>
14661         * doc/autoconf.texi (autom4te.cache): New section.
14663 2002-09-28  Akim Demaille  <akim@epita.fr>
14665         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
14666         (Automake-preselections): Update.
14667         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
14669 2002-09-28  Akim Demaille  <akim@epita.fr>
14671         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
14672         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
14673         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
14674         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
14676 2002-09-28  Akim Demaille  <akim@epita.fr>
14678         * tests/torture.at (Configuring subdirectories): Be robust to
14679         users who use config.site to require for a cache: in this case,
14680         the two last configure runs, using two different sets of
14681         arguments, trigger a legitimate error.
14683 2002-09-28  Akim Demaille  <akim@epita.fr>
14685         * tests/m4sh.at (Functions Support, Functions and return Support):
14686         New.
14688 2002-09-28  Akim Demaille  <akim@epita.fr>
14690         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
14691         autoheader are Perl programs.
14692         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
14693         (autom4te): Specify that the sources are in the $srcdir.
14694         * doc/autoconf.texi (Installation Directory Variables): Adjust.
14696 2002-09-28  Akim Demaille  <akim@epita.fr>
14698         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
14699         (tm_zone): Move their rules to...
14700         * lib/autoconf/types.m4: here, using AN_ macros.
14701         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
14702         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
14703         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
14704         * lib/autoconf/programs.m4: here.
14705         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
14706         (ETAGS_FOR_AUTOCONF): New.
14707         Use it.
14709 2002-09-28  Akim Demaille  <akim@epita.fr>
14711         * lib/autoconf/autoscan.m4: New file.
14712         * lib/autoconf/autoconf.m4: Include it.
14713         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
14714         that were listed in the original autoscan.list.
14715         * lib/autoconf/headers.m4: Similarly with headers.
14716         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
14717         (.m4.m4f): Don't pass --prepend-include, since that's done by
14718         tests/autom4te itself.
14719         * lib/autoscan/Makefile.am: Include freeze.mk.
14720         (autoscan.list): New target --this file is no longer a source.
14721         (autoscan.pre): New file.
14723 2002-09-28  Akim Demaille  <akim@epita.fr>
14725         * bin/autoscan.in (@kinds): Make them singular.
14726         Adjust all uses.
14727         (&init_tables): When --debug, report the list of rules to ease
14728         tracking changes in autoscan.list.
14729         * lib/autoscan/autoscan.list (function): Strip comments, sort.
14731 2002-09-28  Akim Demaille  <akim@epita.fr>
14733         * lib/autoscan/functions, lib/autoscan/headers,
14734         * lib/autoscan/identifiers, lib/autoscan/makevars,
14735         * lib/autoscan/programs: Merge into...
14736         * lib/autoscan/autoscan.list: this.
14737         * bin/autoscan.in (&init_tables): Adjust.
14739 2002-09-28  Akim Demaille  <akim@epita.fr>
14741         * lib/autoscan/functions, lib/autoscan/headers,
14742         * lib/autoscan/identifiers, lib/autoscan/makevars,
14743         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
14744         `functions' line is now prefixed with `function:'.
14745         * bin/autoscan.in (&init_tables): Adjust.
14747 2002-09-28  Akim Demaille  <akim@epita.fr>
14749         From now on, autoscan files must always map a macro name to a
14750         word: there is no `default' macro for autoscan.
14752         * bin/autoscan.in (&init_tables): Reject entries with no macro at
14753         all.
14754         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
14755         explicit.
14757 2002-09-28  Akim Demaille  <akim@epita.fr>
14759         * bin/autoscan.in (%c_keywords): Remove.
14760         (&used): Keep only track of the words we might be interested in.
14761         (&output_kind): It is no longer needed to look for non active
14762         checks.
14764 2002-09-27  Akim Demaille  <akim@epita.fr>
14766         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
14767         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
14768         * lib/autoscan/functions: Adjust.
14769         * doc/autoconf.texi (Particular Functions): Adjust.
14771 2002-09-27  Akim Demaille  <akim@epita.fr>
14773         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
14774         from /tmp.
14775         Thanks to Bill Moseley and Paul Eggert.
14776         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
14777         the tmpdir must be created.
14778         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
14779         dir be in the build tree, instead of $TMPDIR.
14781 2002-09-27  Akim Demaille  <akim@epita.fr>
14783         * bin/autoscan.in: Improve the comments.
14784         (&parse_args): Drop obsolete undocumented options.
14785         (&output_kind): Output warnings.
14786         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
14787         (getwd): Trigger a warning.
14789 2002-09-26  Akim Demaille  <akim@epita.fr>
14791         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
14792         Reported by Ralf Corsepius.
14793         * doc/autoconf.texi (autoreconf Invocation): Likewise.
14795 2002-09-26  Akim Demaille  <akim@epita.fr>
14797         Single suffix rules and seperated dependencies are not portable.
14799         * doc/autoconf.texi (Installation Directory Variables): Update.
14800         (Limitations of Make): Some about `Single Suffix Rules and
14801         Separated Dependencies'.
14802         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
14803         (ifnames, autoscan, autom4te): Un-factor into several rules.
14805 2002-09-25  Paul Eggert  <eggert@twinsun.com>
14807         * BUGS (Interoperability bugs): New section.  Mention libtool
14808         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
14810 2002-09-24  Paul Eggert  <eggert@twinsun.com>
14812         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
14813         make handles suffix-rules differently from GNU make.
14815         * bin/Makefile.am (SUFFIXES, .in): Remove.
14816         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
14817         Move the body of the old .in rule here.
14819 2002-09-16  Akim Demaille  <akim@epita.fr>
14821         i960 compilers create `b.out' files by default.
14822         Reported by Ralf Corsepius.
14824         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
14825         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
14827 2002-09-13  Paul Eggert  <eggert@twinsun.com>
14829         * doc/autoconf.texi (Particular Headers): Remove obsolete
14830         reference to `struct timezone' in the description of
14831         AC_HEADER_TIME.
14833 2002-09-13  Akim Demaille  <akim@epita.fr>
14835         Version 2.54.
14837         * config/config.sub, config/config.guess: Update.
14838         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
14839         * Makefile.am: Adjust.
14841 2002-09-13  Akim Demaille  <akim@epita.fr>
14843         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
14844         reading config.log when the compiler is rejected.
14845         Suggested by Guido Draheim.
14847 2002-09-13  Akim Demaille  <akim@epita.fr>
14849         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
14850         (chdir_init) might hang when stat'ing mounted directories.
14851         Reported by Vance Shipley.
14853 2002-09-12  Akim Demaille  <akim@epita.fr>
14855         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
14856         the lists.
14858 2002-09-12  Akim Demaille  <akim@epita.fr>
14860         * doc/autoconf.texi (Defining Symbols): Present two different
14861         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
14862         difference between 1 argument calls, and 2-3 argument calls.
14864 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
14866         * doc/autoconf.texi: Review grammar and punctuation.
14868 2002-09-11  Paul Eggert  <eggert@twinsun.com>
14870         * doc/autoconf.texi: Fix minor formatting, spelling, and
14871         grammatical typos.
14872         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
14873         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
14874         is obsolescent.
14876 2002-09-11  Akim Demaille  <akim@epita.fr>
14878         * doc/autoconf.texi (Questions): Rename as...
14879         (FAQ): this.
14880         (Defining Directories): New.
14882 2002-09-09  Akim Demaille  <akim@epita.fr>
14884         * doc/autoconf.texi (Making testsuite Scripts): Update.
14885         Suggested by Nishio Futoshi.
14887 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
14889         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
14890         plain `@' is wanted.
14892 2002-09-09  Akim Demaille  <akim@epita.fr>
14894         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
14895         `duplicates', since the algorithm was too naive and could keep
14896         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
14897         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
14898         Reported by Ralf Corsepius.
14899         * tests/torture.at (Configuring subdirectories): Exercise these
14900         cases.
14902 2002-09-09  Akim Demaille  <akim@epita.fr>
14904         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
14905         looking for a replacement file.
14906         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
14907         directory is relative.
14908         * doc/autoconf.texi (Generic Functions): Clarify the replacement
14909         directory definition.
14910         Reported by Andreas Schwab and Jim Meyering.
14912 2002-09-06  Akim Demaille  <akim@epita.fr>
14914         * doc/autoconf.texi (Setting Output Variables): Clarify what
14915         precious variables are.
14916         Suggested by Pontus Skoeld.
14918 2002-09-05  Akim Demaille  <akim@epita.fr>
14920         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
14921         (ifnames, autoscan, autom4te): Since we don't only depend on
14922         configure.ac variables (such as VERSION etc.), but also on prefix
14923         and so forth, depend on Makefile, not configure.ac.
14924         Reported by Alexandre Duret-Lutz.
14925         * doc/autoconf.texi (Installation Directory Variables): Adjust.
14927 2002-09-05  Kevin Ryde  <user42@zip.com.au>
14929         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
14930         doesn't seem to be confined to ia64, just say "some versions".
14932 2002-09-04  Akim Demaille  <akim@epita.fr>
14934         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
14935         Automake 1.6c.
14936         * Makefile.am (maintainer-clean-local): Remove.
14937         (MAINTAINERCLEANFILES): Remove COPYING.
14939 2002-09-03  Paul Eggert  <eggert@twinsun.com>
14941         * doc/autoconf.texi (Configuration Commands): Remove obsolete
14942         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
14943         Brinkmann.
14945 2002-09-03  Akim Demaille  <akim@epita.fr>
14947         * configure.ac: Bump to 2.53d.
14948         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
14949         as of today, on Automake's team suggestion.
14951 2002-09-03  Akim Demaille  <akim@epita.fr>
14953         Version 2.53c.
14955 2002-09-02  Akim Demaille  <akim@epita.fr>
14957         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
14958         SITE_MACRO_DIR.
14959         * configure.ac: Disable SITE_MACRO_DIR.
14961 2002-09-02  Jim Meyering  <meyering@lucent.com>
14963         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
14964         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
14965         Also, tweak grammar: s/make sure to/be sure to/.
14967 2002-09-02  Paul Eggert  <eggert@twinsun.com>
14969         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
14970         directory names are generally preferable to physical names.
14972 2002-09-02  Akim Demaille  <akim@epita.fr>
14974         * lib/Autom4te/General.pm (&update_file): s/die/error/.
14975         Reported by Raja R. Harinath.
14976         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
14977         * bin/autoupdate.in: Use error instead of die.
14979 2002-09-01  Paul Eggert  <eggert@twinsun.com>
14981         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
14982         ordinary shell concatenation rather than echo+tr+sed command that
14983         runs afoul of a long-line-related sed bug in Solaris 8.
14985         * bin/autoheader.in (parse_args): --warning -> --warnings.
14987         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
14988         stdout, as traditional "ls" does.
14989         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
14990         _AC_COMPILER_EXEEXT_O): Likewise.
14991         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
14993         * bin/autoconf.as: Add --prepend-include option.  This patch was
14994         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
14995         but bin/autoconf.in is generated automatically from bin/autoconf.as.
14997         * bin/autoconf.in, configure: Regenerate.
14999         * doc/autoconf.texi (Special Shell Variables): Mention
15000         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
15002         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
15003         MAILPATH and set PS1, PS2, PS4 to default values, to work
15004         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
15005         For LC_ALL etc, first try to set to "C" as POSIX requires and as
15006         the Autoconf documentation specifies; fall back to "unset" only if
15007         this fails.  Use a shell for-loop for this rather than an m4 loop,
15008         to shorten the output script.
15010 2002-08-30  Paul Eggert  <eggert@twinsun.com>
15012         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
15013         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
15014         for the CDPATH problem.  Document PWD.
15015         (Limitations of Builtins): Document the problem that "cd $foo" and
15016         "ls $foo" may refer to different directories in shells conforming
15017         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
15018         example, since the old example is now out of date.
15020         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
15021         FOO" and "ls FOO" talk about different directories; this catches
15022         problems when POSIX 1003.1-2001 "cd" fails due to symlink
15023         spaghetti.
15025         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
15026         of rolling our own unset.
15027         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
15028         in practice we needn't worry about CDPATH if unset doesn't work.
15030         * Makefile.in, aclocal.m4, bin/Makefile.in,
15031         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
15032         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
15033         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
15034         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
15035         tests/Makefile.in: Regenerate with Automake 1.6.3.
15037         * config/config.guess, config/config.sub, config/mkinstalldirs:
15038         Update.
15040         * configure: Regenerate with self.
15042 2002-08-30  Kevin Ryde  <user42@zip.com.au>
15044         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
15045         default output.
15047 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15049         * bin/autom4te.in (Request::load): Correctly test for "do" read
15050         failure.
15052 2002-08-29  Akim Demaille  <akim@epita.fr>
15054         * lib/Autom4te/General.pm (&xqx): New.
15055         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
15056         hand, which is not portable.
15057         (&error): New.
15058         * bin/autom4te.in: Use them.
15059         Use &error instead of die.
15060         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
15061         Adjust.
15063 2002-08-17  Paul Eggert  <eggert@twinsun.com>
15065         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
15066         default list of compilers to try, since it was long ago superseded
15067         by the ksh fc builtin.  Suggested by Steven G. Johnson.
15069 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
15071         * doc/autoconf.texi (Invoking autom4te): End the option table,
15072         fixing a bug introduced by the previous patch.
15073         (Limitations of Make): Add a 'target lookup' subentry in the
15074         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
15076 2002-07-29  Mark D. Roth  <roth@feep.net>
15078         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
15079         options and use $AUTOM4TE_PATH.
15080         * doc/autoconf.texi: Remove documentation of autom4te
15081         --include-envvar and --site-macro-subdir options and document
15082         use of $AUTOM4TE_PATH.
15083         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
15084         arguments from each language section.
15086 2002-07-29  Paul Eggert  <eggert@twinsun.com>
15088         * doc/install.texi: Include copyright symbol in copyright notice.
15090         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
15091         Replace with:
15092         (AM_MAKEINFOFLAGS): New macro.
15093         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
15094         * Makefile.am (INSTALL): Use the new macros.
15095         Use -o rather than --output, since "missing" does not grok --output.
15097 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
15099         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
15100         comments do not always work. Never trust the exit status of
15101         `make -k'.
15103 2002-07-24  Kevin Ryde  <user42@zip.com.au>
15105         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
15106         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
15108 2002-07-23  Paul Eggert  <eggert@twinsun.com>
15110         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
15111         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
15112         apparently treats PATH="nonexistent" as if it contained ".".
15113         Bug reported by Stefan `Sec' Zehl.
15115 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
15117         * doc/autoconf.texi (Limitations of Make): Mention the special
15118         handling of the obj/ directory by BSD make.
15120 2002-07-20  Kevin Ryde  <user42@zip.com.au>
15122         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
15123         backslashes.
15125 2002-07-19  Akim Demaille  <akim@epita.fr>
15127         * doc/autoconf.texi (Function Portability): `exit'.
15128         (Programming in M4sh): Ethymology of M4sh.
15130 2002-07-19  Akim Demaille  <akim@epita.fr>
15132         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
15134 2002-07-18  Akim Demaille  <akim@epita.fr>
15136         Version 2.53b.
15138 2002-07-18  Akim Demaille  <akim@epita.fr>
15140         * config/config.guess, config/config.sub: Update.
15142 2002-07-18  Akim Demaille  <akim@epita.fr>
15144         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
15145         Automake's parts.
15147         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
15148         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
15149         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
15151 2002-07-18  Akim Demaille  <akim@epita.fr>,
15152             Alexandre Duret-Lutz  <duret_g@epita.fr>
15154         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
15155         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
15157 2002-07-17  Russ Allbery  <rra@stanford.edu>
15159         * doc/autoconf.texi (Initializing configure): Clarify the
15160         description of the tarname default.
15162 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
15164         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
15165         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
15166         latter was not run.
15168 2002-07-17  Akim Demaille  <akim@epita.fr>
15170         * lib/Autom4te/General.pm (find_file): Browse the directories in
15171         the order they are given.
15173 2002-07-17  Akim Demaille  <akim@epita.fr>
15175         * tests/wrapsh.as, tests/wrappl.as: Merge into...
15176         * tests/wrapper.as: this.
15177         * tests/Makefile.am, configure.ac: Adjust.
15179 2002-07-17  Mark D. Roth  <roth@feep.net>
15181         * configure.ac: Add --enable-site-macro-dir option.
15182         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
15183         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
15184         --site-macro-subdir options.
15185         * bin/autoconf.in: Add --prepend-include option.
15186         * bin/autoheader.in: Add --prepend-include option.
15187         * bin/autoreconf.in: Add --prepend-include option.
15188         * bin/autoscan.in: Add --prepend-include option.
15189         * bin/autoupdate.in: Add --prepend-include option.
15190         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
15191         macro directory, remove note that include path directories are
15192         used in reverse order, and document --prepend-include option.
15193         * lib/autom4te.in: Use --prepend-include instead of --include.
15194         * tests/wrapsh.in: Use --prepend-include instead of --include.
15196 2002-07-17  Akim Demaille  <akim@epita.fr>
15198         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
15199         tarnames.
15200         * doc/autoconf.texi (Initializing configure): Adjust.
15202 2002-07-17  Akim Demaille  <akim@epita.fr>
15204         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
15205         (_AC_FUNC_MALLOC): New.
15206         (AC_FUNC_MALLOC): Use the latter.
15207         Define HAVE_MALLOC to 0 if broken.
15208         * doc/autoconf.texi (Particular Functions): Adjust.
15210 2002-07-16  Akim Demaille  <akim@epita.fr>
15212         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
15213         * doc/autoconf.texi (C Compiler): Adjust.
15215 2002-07-09  Akim Demaille  <akim@epita.fr>
15217         * doc/autoconf.texi: Properly set the ``header'' part.
15219 2002-07-09  Akim Demaille  <akim@epita.fr>
15221         * doc/autoconf.texi (Systemology): Some about Darwin.
15223 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
15225         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
15226         Don't use AC_REQUIRE in AU_DEFUN.
15228 2002-07-09  Art Haas  <ahaas@neosoft.com>
15230         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
15232 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
15234         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
15235         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
15236         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
15237         so that Emacs setups GNU style for perl-mode and cperl-mode.
15239 2002-06-27  Paul Eggert  <eggert@twinsun.com>
15241         * config/install-sh: Quote $src.  Prefer || to test's -o option,
15242         as per "Limitations of Builtins".
15243         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
15244         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
15246         * tests/mktests.sh: Use grep instead of fgrep, as per
15247         "Limitations of Builtins".
15249 2002-06-15  Paul Eggert  <eggert@twinsun.com>
15251         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
15252         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
15253         so that we consistently test the just-built programs.
15254         * tests/wrappl.as: Likewise.
15256 2002-06-12  Paul Eggert  <eggert@twinsun.com>
15258         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
15259         name, so that symlinks to 'autoconf' work properly.  Bug reported
15260         by Bruno Haible.
15261         * bin/autoheader.in (AUTOM4TE): Likewise.
15262         * bin/autoreconf.in (autoconf, autoheader): Likewise.
15263         * bin/autoscan.in (autom4te): Likewise.
15264         * bin/autoupdate.in (autom4te): Likewise.
15266         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
15267         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
15268         on Solaris 2.5.1.
15270 2002-06-11  Andreas Schwab  <schwab@suse.de>
15272         * doc/autoconf.texi: Add more dir entries.
15274 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
15276         * bin/autom4te.in ($cache): Don't define using `$me', the name
15277         of the cache should not depend on the name under which autom4te
15278         was installed.
15280 2002-06-07  Akim Demaille  <akim@epita.fr>
15282         * tests/tools.at (autoconf: forbidden tokens, basic)
15283         (autoconf: forbidden tokens, exceptions): Adjust to the change of
15284         words in autom4te.in.
15286 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
15288         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
15289         _AC_LANG_PROGRAM_C_F77_HOOKS.
15291 2002-06-07  Akim Demaille  <akim@epita.fr>
15293         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
15294         rename as...
15295         (AC_REPLACE_FNMATCH): this.
15296         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
15297         AC_FUNC_FNMATCH_GNU.
15299 2002-06-07  Akim Demaille  <akim@epita.fr>
15301         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
15302         Rosetta Stone for Unix.
15304 2002-06-07  Akim Demaille  <akim@epita.fr>
15306         * bin/autom4te.in (warn_forbidden): When rejecting a token,
15307         suggest m4_pattern_allow.
15308         Suggested by Adam J. Richter.
15310 2002-06-07  Akim Demaille  <akim@epita.fr>
15312         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
15313         ac_config_libobj_dir.
15314         (AC_CONFIG_LIBOBJ_DIR): New.
15315         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
15316         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
15317         Use ac_config_libobj_dir to find the replacement files.
15318         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
15319         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
15320         (AC_REPLACE_FNMATCH_GNU): these.
15321         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
15322         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
15323         * tests/mktests.sh (ac_exclude_list): Don't check
15324         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
15326 2002-06-06  Paul Eggert  <eggert@twinsun.com>
15328         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
15329         if ln doesn't work.
15330         * NEWS: Likewise.
15331         * doc/autoconf.texi (Configuration Links): Likewise.
15332         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
15334 2002-06-05  Paul Eggert  <eggert@twinsun.com>
15336         * config/config.guess, config/config.sub, config/texinfo.tex:
15337         Update from masters.
15339 2002-05-29  Paul Eggert  <eggert@twinsun.com>
15341         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
15342         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
15343         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
15344         Likewise.
15345         * lib/autoconf/Makefile.am (check-local): Likewise.
15346         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
15347         * lib/autoconf/types.m4 (commentary only): Likewise.
15348         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
15349         * lib/autotest/Makefile.am (check-local): Likewise.
15350         * lib/m4sugar/Makefile.am (check-local): Likewise.
15351         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
15352         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
15354         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
15355         * doc/autoconf.texi (Particular Programs): Document them.
15356         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
15357         * NEWS: Likewise.
15359 2002-05-27  Paul Eggert  <eggert@twinsun.com>
15361         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
15362         * NEWS, doc/autoconf.texi (Particular Types): Document it.
15363         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
15364         instead of AC_MBSTATE_T, which never existed.
15366 2002-05-23  Akim Demaille  <akim@epita.fr>
15368         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
15369         version of Autoconf that is discussed.
15371 2002-05-22  Paul Eggert  <eggert@twinsun.com>
15373         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
15374         from the default list of compilers to try.  Suggested by
15375         Kate Hedstrom.
15376         * NEWS: Document the above.
15377         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
15379 2002-05-17  Paul Eggert  <eggert@twinsun.com>
15381         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
15382         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
15383         This improves on an earlier suggestion by H. Peter Anvin.
15385 2002-05-16  Paul Eggert  <eggert@twinsun.com>
15387         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
15388         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
15389         Both macros now accept an optional source-dir arg.
15390         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
15392         * NEWS: Document this.
15393         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
15395         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
15396         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
15397         not for GNU extensions; this undoes part of the 2000-11-03 change,
15398         reverting to 2.13-compatible behavior.
15399         Add new optional argument DIR.
15400         (AC_FUNC_FNMATCH_GNU): New macro.
15402         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
15404 2002-05-08  Paul Eggert  <eggert@twinsun.com>
15406         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
15407         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
15408         and it causes a 'test' syntax error if it fails.
15409         Bug reported by Stephen Gildea.
15411         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
15412         If prototypes are supported, use them to check this at compile-time,
15413         instead of trying to check it at run-time.  If we must do a run-time
15414         check, assume that setvbuf is standard when cross-compiling, as
15415         nonstandard setvbuf occurs only on ancient and unlikely hosts.
15416         Bug reported by Paul D. Smith.
15418         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
15419         argument specifying location of getloadavg.c.  This removes a
15420         FIXME.  This idea was taken from Jim Meyering's implementation in
15421         textutils.
15422         * doc/autoconf.texi (Particular Functions): Document this.
15423         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
15424         that's what the code does; this fixes a bug reported by
15425         Paul D. Smith.
15427 2002-05-03  Akim Demaille  <akim@epita.fr>
15429         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
15430         autopoint instead of gettextize.
15431         ($uses_alocal): Rename as...
15432         ($uses_aclocal): this.
15433         * doc/autoconf.texi (autoreconf Invocation): Adjust.
15434         Suggested by Bruno Haible.
15436 2002-05-03  Akim Demaille  <akim@epita.fr>
15438         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
15440 2002-04-29  Paul Eggert  <eggert@twinsun.com>
15442         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
15443         files to be 1 second older; just set them to be the same time.
15444         Also, sleep 1 second after the first aclocal, to work around
15445         problems with sub-second time stamps on the input files.
15447 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
15449         * doc/autoconf.texi: Mention "set -e -x" lossage
15450         under node "Limitations of Builtins".
15452 2002-04-29  Akim Demaille  <akim@epita.fr>
15454         * doc/install.texi: Better wording for setting variables when
15455         running configure.
15456         From Christian Cornelssen.
15458 2002-04-29  Akim Demaille  <akim@epita.fr>
15460         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
15461         of lack of $LINENO support, then the test will compare the $LINENO
15462         in testsuite vs. the lineno in the test file.  This is wrong, of
15463         course.
15464         Be sure to protect it.
15465         Reported by Patrick Welche.
15467 2002-04-25  Akim Demaille  <akim@epita.fr>
15469         * doc/autoconf.texi (Obsolete Macros): Typo.
15470         Reported by Vladimir Volovich.
15472 2002-04-25  Akim Demaille  <akim@epita.fr>
15474         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
15475         than some of the input files, hence, on the second run of aclocal,
15476         if some of its input are younger, make them older.
15477         Suggested by Paul Eggert.
15479 2002-04-25  Akim Demaille  <akim@epita.fr>
15481         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
15482         Thanks to Paul Eggert.
15484 2002-04-25  Akim Demaille  <akim@epita.fr>
15486         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
15487         and ac_subst_vars be sh variables containing the list of
15488         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
15489         DEFAULT diversion.
15490         (_AC_INIT_PREPARE): Use them to log them.
15491         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
15492         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
15493         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
15494         _AC_SUBST_FILES and _AC_SUBST_VARS.
15495         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
15497 2002-04-24  Akim Demaille  <akim@epita.fr>
15499         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
15500         autoheader, so that automake does not complain about a missing
15501         config.h.in that was to be created.
15503 2002-04-23  Akim Demaille  <akim@epita.fr>
15505         * bin/autoheader.in (parse_args): --warning takes an argument.
15506         Fixes PR/220.
15508 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
15510         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
15511         and bb.out when cleaning up.
15513 2002-04-22  Akim Demaille  <akim@epita.fr>
15515         Version 2.53a.
15517 2002-04-22  Akim Demaille  <akim@epita.fr>
15519         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
15521 2002-04-22  Akim Demaille  <akim@epita.fr>
15523         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
15524         comma.
15525         Reported by Gregory Giannoni.
15527 2002-04-22  Akim Demaille  <akim@epita.fr>
15529         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
15530         Fixes false failures on Darwin.
15532 2002-04-21  Paul Eggert  <eggert@twinsun.com>
15534         * TODO, bin/autoupdate.in, doc/autoconf.texi,
15535         lib/autoconf/general.m4, lib/autoconf/libs.m4,
15536         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
15537         tests/tools.at: Minor spelling and grammar fixes.
15539 2002-04-20  Paul Eggert  <eggert@twinsun.com>
15541         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
15542         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
15543         * lib/autotest/general.m4 (AT_INIT): Likewise.
15544         * tests/atgeneral.m4 (AT_INIT): Likewise.
15546 2002-04-19  Paul Eggert  <eggert@twinsun.com>
15548         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
15549         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
15550         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
15551         lib/autoconf/functions.m4, lib/autoconf/general.m4,
15552         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
15553         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
15554         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
15555         Minor spelling and grammar fixes.
15557         * doc/autoconf.texi: Follow the outline suggested in the GNU
15558         Sample Texts sections of the Texinfo 4.2 manual.  Most
15559         importantly, this makes sure that the copyright notices appear in
15560         all output formats.  You probably need Texinfo 4.2 to generate
15561         the manual now.
15563         Fix some bugs when using "$@" when there might be zero positional
15564         arguments in cases where this matters.
15566         * bin/autoconf.as: Rewrite so that the problem does not come up.
15567         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
15568         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
15569         * lib/autotest/general.m4 (AT_INIT): Likewise.
15571         * bin/autoheader.in: Use 'case' statement to work around problem.
15572         * bin/auto4mte.in: Likewise.
15573         * bin/autoreconf.in: Likewise.
15574         * bin/autoscan.in: Likewise.
15575         * bin/autoupdate.in: Likewise.
15576         * bin/ifnames.in: Likewise.
15578         * doc/autoconf.texi (Shell Substitutions): Document the problem.
15580         * lib/autotest/general.m4 (AT_INIT):
15581         Use Zsh alias to work around problem.
15582         * tests/atgeneral.m4 (AT_INIT): Likewise.
15584         * tests/c.at: We can't have zero arguments, so remove workaround
15585         that is not portable to Zsh.
15587 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
15589         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
15590         from aclocal.m4 too.
15592 2002-04-12  Akim Demaille  <akim@epita.fr>
15594         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
15596 2002-04-10  Akim Demaille  <akim@epita.fr>
15598         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
15599         workaround for ${1+"$@"}.
15600         * doc/autoconf.texi (Shell Substitutions): Explain it.
15601         From Oliver Kiddle and Peter Stephenson.
15603         Have M4sh perform minimal shell sanitizing.
15605         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
15606         part into...
15607         (_AS_PREPARE): this new macro.
15608         (AS_PREPARE): New.
15609         (AS_INIT): Invoke AS_SHELL_SANITIZE.
15610         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
15612         Adjust Autoconf and Autotest.
15614         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
15615         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
15616         * lib/autotest/general.m4 (AT_INIT): Likewise.
15617         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
15618         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
15619         AS_SHELL_SANITIZE.
15621         Use this M4sh to generate Autoconf's shell scripts.
15623         * tests/wrapsh.as: New, precursor of wrapsh.in.
15624         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
15625         on Autotest and M4sh.
15626         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
15627         (wrapsh.in): New target.
15628         * bin/autoconf.as: New, precursor of autoconf.in.
15629         (autoconf.in): New target.
15631 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
15633         * doc/autoconf.texi (Limitations of Make): Mention the issue
15634         with indented comments in rules.
15636 2002-04-09  Andreas Schwab  <schwab@suse.de>
15638         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
15639         ac_top_builddir when setting ac_abs_top_builddir.
15641 2002-04-06  Kevin Ryde  <user42@zip.com.au>
15643         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
15644         (Portable Shell): Cross reference to Systemology.
15646 2002-04-05  Akim Demaille  <akim@epita.fr>
15648         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
15649         directories when descending in a SUBDIRS.
15650         Reported by Ezra Peisach.
15652 2002-04-04  Andreas Schwab  <schwab@suse.de>
15654         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
15655         contains no literal separators.
15657 2002-04-03  Akim Demaille  <akim@epita.fr>
15659         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
15660         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
15661         Use dnl, not the KILL diversion.
15662         Extracted from...
15663         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
15664         (AC_CONFIG_LINKS): here.
15665         Adjust.
15666         Don't use the KILL diversion, as it kills spurious output, which
15667         results in failures being hidden.
15668         Use m4_defn where appropriate.
15669         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
15670         after the second argument.
15671         Use m4_defn.
15672         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
15673         syntax, as it is provided by M4sugar.
15674         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
15676 2002-04-03  Andreas Schwab  <schwab@suse.de>
15678         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
15679         expanded if $# <= 2.
15681         * bin/autoreconf.in (autoreconf): Run automake after rerunning
15682         aclocal.
15684 2002-04-03  Akim Demaille  <akim@epita.fr>
15686         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
15687         (_AC_COMPILER_EXEEXT_REJECT): New.
15688         Also recognize *.bb and *.bbg as compilation byproducts.
15689         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
15690         (_AC_COMPILER_OBJEXT): Use them.
15691         Fixes Debian #138666.
15693 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
15695         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
15697         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
15698         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
15699         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
15700         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
15701         (AC_C_CONST): Same.
15702         (AC_C_INLINE): Same.
15703         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
15704         * doc/autoconf.texi, NEWS: Document.
15705         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
15706         AC_C_CROSS.
15708 2002-04-02  Akim Demaille  <akim@epita.fr>
15710         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
15711         _AS_MKDIR_P_PREPARE.
15713 2002-03-28  Kevin Ryde  <user42@zip.com.au>
15715         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
15716         to avoid versions of HP C which don't allow that.
15718 2002-03-27  Paul Eggert  <eggert@twinsun.com>
15720         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
15721         (AS_SHELL_SANITIZE): Invoke it.
15722         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
15724 2002-03-26  Akim Demaille  <akim@epita.fr>
15726         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
15728 2002-03-26  Akim Demaille  <akim@epita.fr>
15730         * doc/autoconf.texi (Introduction): The GNATS base moved.
15732 2002-03-25  Paul Eggert  <eggert@twinsun.com>
15734         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
15735         as POSIX requires, as it doesn't work with Zsh.
15736         * doc/autoconf.texi (Assignments): Document the problem.
15738 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
15740         * doc/autoconf.texi (Limitations of Make): Mention more issue
15741         about VPATH, overriding of macros in sub-makes, and handling of
15742         SHELL.
15744 2002-03-21  Paul Eggert  <eggert@twinsun.com>
15746         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
15747         problem with here-document buffer boundaries.
15749         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
15750         when reinvoking the shell, to work around problems with installers
15751         who put strange things like "cd" commands in their environments.
15753 2002-03-19  Akim Demaille  <akim@epita.fr>
15755         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
15756         From Aaron Ucko.
15758 2002-03-19  Akim Demaille  <akim@epita.fr>
15760         * bin/autoscan.in (scan_file): Specify the location in `&used'
15761         invocations.
15762         From Nicolas Joly.
15764 2002-03-19  Akim Demaille  <akim@epita.fr>
15766         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
15767         From Nishio Futoshi.
15769 2002-03-19  Akim Demaille  <akim@epita.fr>
15771         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
15773 2002-03-18  Paul Eggert  <eggert@twinsun.com>
15775         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
15776         (Limitations of Usual Tools): Add mkdir section.
15778         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
15779         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
15780         back on AS_DIRNAME to compute prefixes otherwise; this is
15781         roughly what mkinstalldirs does.  That way, we need not have
15782         our own filename disassembler.  The old disassembler did not
15783         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
15785         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
15786         Create at_test_all by a series of assignments,
15787         not by a single assignment of a long string.  The latter causes ksh
15788         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
15789         presumably because of a buffer overrun.
15791 2002-03-14  Paul Eggert  <eggert@twinsun.com>
15793         * lib/autotest/general.m4 (at_times_skip):
15794         Renamed from at_times.  Now a boolean.
15795         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
15796         says 'times: not found'.
15798 2002-03-14  Akim Demaille  <akim@epita.fr>
15800         * bin/autoreconf.in (&study_gettextize): New.
15801         (&autoreconf): Handle newest gettextize.
15802         Rerun aclocal if needed.
15803         Suggested by Andreas Schwab.
15805 2002-03-13  Akim Demaille  <akim@epita.fr>
15807         * doc/autoconf.texi (Special Shell Variables): More about IFS.
15809 2002-03-13  Akim Demaille  <akim@epita.fr>
15811         * doc/autoconf.texi (Header Portability): New.
15812         Add information about stdint.h and inttypes.h from Paul Eggert.
15814 2002-03-13  Akim Demaille  <akim@epita.fr>
15816         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
15817         -p'.
15818         From Bob Proulx.
15820 2002-03-12  Akim Demaille  <akim@epita.fr>
15822         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
15823         m4_require.
15825 2002-03-11  Andreas Schwab  <schwab@suse.de>
15827         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
15828         does not do it if --with-lispdir is given.
15830 2002-03-08  Akim Demaille  <akim@epita.fr>
15832         Version 2.53.
15834 2002-03-08  Akim Demaille  <akim@epita.fr>
15836         * doc/autoconf.texi (Subdirectories): Clarify that the
15837         subdirectory should exist.
15839 2002-03-08  Akim Demaille  <akim@epita.fr>
15841         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
15843 2002-03-08  Akim Demaille  <akim@epita.fr>
15845         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
15846         aliases the actual variables, and modifications of the former
15847         affect the latter.
15849 2002-03-08  Akim Demaille  <akim@epita.fr>
15851         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
15852         because of C-c: have m4 output in tmp files, then mv them.
15854 2002-03-08  Akim Demaille  <akim@epita.fr>
15856         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
15857         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
15858         * bin/ifnames.in: Copyright update.
15860 2002-03-08  Akim Demaille  <akim@epita.fr>
15862         * doc/autoconf.texi (Invoking autom4te): New.
15864 2002-03-05  Akim Demaille  <akim@epita.fr>
15866         * doc/autoconf.texi (Specifying Names): Clarification suggested by
15867         Kevin Ryde.
15869 2002-03-05  Akim Demaille  <akim@epita.fr>
15871         Version 2.52i.
15873 2002-03-04  Akim Demaille  <akim@epita.fr>
15875         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
15876         * lib/autoconf/general.m4 (AC_INIT): More informative error
15877         message for LIBOBJ.
15879 2002-03-04  Akim Demaille  <akim@epita.fr>
15881         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
15882         parallel builds.
15884 2002-03-04  Akim Demaille  <akim@epita.fr>
15886         * doc/autoconf.texi (Transforming Names): Equality between target
15887         and host is irrelevant.
15888         (Specifying Names, Canonicalizing): Remove all references to the
15889         backward compatibility hooks.  Rather, collect them all into...
15890         (Hosts and Cross-Compilation): this new section.
15891         * doc/install.texi (System Type): Ditto.
15892         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
15893         that `--host' implies cross-compilation.
15895 2002-03-04  Akim Demaille  <akim@epita.fr>
15897         * doc/autoconf.texi (Evaluation Macros): New.
15898         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
15899         useless.
15900         (_m4_foreach): Define the variant with immediate evaluation so
15901         that it contains exactly the items, not an expression which
15902         evaluation is the current item.
15903         (m4_re_string, m4_re_word): Don't over quote them.
15905 2002-03-04  Akim Demaille  <akim@epita.fr>
15907         Instead of having stacking `shift's evaluated at the end, let
15908         `foreach' loops immediately evaluate them.
15910         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
15911         $*.  This is the n-th time I change my mind, but hopefully this is
15912         the last...
15913         (m4_lquote): New.
15914         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
15915         efficient.
15916         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
15917         it was only a hack for m4_text_wrap.
15918         (m4_car2): Remove, replaced by...
15919         (m4_cdr): New.
15920         (_m4_foreach): Adjust.
15921         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
15922         m4_bpatsubst for clarification.
15924 2002-03-04  Akim Demaille  <akim@epita.fr>
15926         * doc/autoconf.texi (Changequote is Evil): New.
15928 2002-03-03  Kevin Ryde  <user42@zip.com.au>
15930         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
15931         on old systems like SunOS.
15933 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
15935         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
15936         lib/autoconf/functions.m4, lib/autoconf/general.m4,
15937         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
15938         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
15939         of messages.
15941 2002-02-28  Akim Demaille  <akim@epita.fr>
15943         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
15944         message to be sent.
15946 2002-02-28  Kevin Ryde  <user42@zip.com.au>
15948         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
15950 2002-02-25  Akim Demaille  <akim@epita.fr>
15952         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
15953         From Akinori Musha.
15955 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
15957         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
15958         translate \r\n to \n.
15960 2002-02-07  Akim Demaille  <akim@epita.fr>
15962         Version 2.52h.
15964 2002-02-07  Akim Demaille  <akim@epita.fr>
15966         Fix Autoconf PR/209.
15967         Also reported by Frank Denis.
15969         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
15971 2002-02-07  Akim Demaille  <akim@epita.fr>
15973         Fix Autoconf PR/207:
15974         AC_PREFIX_PROGRAM fails with dashed program names
15976         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
15977         variable when looking for the prefix program.
15978         Now it also works for shell variables.
15980 2002-02-07  Akim Demaille  <akim@epita.fr>
15982         * doc/autoconf.texi (Limitations of Builtins): More about
15983         case/esac.
15985 2002-02-06  Akim Demaille  <akim@epita.fr>
15987         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
15988         case/esac, some shells don't support it.
15989         Reported by Zack Weinberg.
15990         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
15992 2002-02-06  Akim Demaille  <akim@epita.fr>
15994         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
15995         sure not to introduce newlines in at_groups.
15996         * lib/autotest/Makefile.am (autotest.m4f): Typo.
15998 2002-02-06  Akim Demaille  <akim@epita.fr>
16000         * tests/torture.at (Configuring subdirectories): Skip if aclocal
16001         is not available.
16003 2002-02-05  Paul Eggert  <eggert@twinsun.com>
16005         * doc/autoconf.texi (Specific Compiler Characteristics):
16006         Describe HP-UX cc bug workaround more accurately.
16007         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
16008         not unsigned long.
16009         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
16010         cross-compilers, too.  This undoes some of the most recent change
16011         to this file.
16013 2002-02-05  Akim Demaille  <akim@epita.fr>
16015         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
16016         to make sure they are up to date when `check' is run.
16018 2002-02-05  Akim Demaille  <akim@epita.fr>
16020         * doc/autoconf.texi (Making testsuite Scripts): Document
16021         package.m4.
16023 2002-02-05  Akim Demaille  <akim@epita.fr>
16025         * lib/freeze.mk: New.
16027 2002-02-05  Akim Demaille  <akim@epita.fr>
16029         Implement `autom4te --freeze'.
16031         * bin/autom4te.in (&freeze): New.
16032         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
16033         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
16035 2002-02-05  Akim Demaille  <akim@epita.fr>
16037         * bin/autom4te.in (&parse_args): Implement `frozen files are
16038         optional are the sum of the previous files on the command line'.
16039         Also, pass `--reload-state=' on them, so...
16040         (handle_m4): don't.
16041         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
16042         (M4sh): Rely on M4sugar.
16043         (Autotest, M4sh, M4sugar): Use frozen files.
16045 2002-01-31  Akim Demaille  <akim@epita.fr>
16047         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
16048         * doc/autoconf.texi (Initializing configure): Adjust.
16050 2002-01-30  Akim Demaille  <akim@epita.fr>
16052         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
16053         alphanumeric to `-' instead of `_'.
16055 2002-01-30  Akim Demaille  <akim@epita.fr>
16057         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
16058         for plain code, the other for cross-compilation code.  The latter
16059         is now run with GCC only.
16060         * doc/autoconf.texi (Compilers and Preprocessors): New.
16062 2002-01-30  Akim Demaille  <akim@epita.fr>
16064         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
16065         values.
16066         * doc/autoconf.texi (Initializing configure): Explain how to
16067         change AC_INIT default values.
16069 2002-01-29  Akim Demaille  <akim@epita.fr>
16071         * tests/torture.at (Configuring subdirectories): Use configure.in,
16072         so that aclocal 1.4 works.
16073         Reported by Alexandre Duret-Lutz and Larry Schmitt.
16075 2002-01-28  Akim Demaille  <akim@epita.fr>
16077         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
16078         needs an argument.
16080 2002-01-28  Akim Demaille  <akim@epita.fr>
16082         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
16083         AUTOTEST_PATH *after* it was set.
16084         Don't put `.' in the PATH: the user should be precise and `./' if
16085         needed.  In addition, given that the test suite does some `cd', if
16086         `.' is in the path, the `tested programs' sections will report
16087         programs found in the test suite's directory, while during the
16088         tests (performed in their own directory), these programs are no
16089         longer visible.  In other words, the results is confusing and
16090         useless.
16091         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
16093 2002-01-24  Akim Demaille  <akim@epita.fr>
16095         Version 2.52g.
16097 2002-01-24  Akim Demaille  <akim@epita.fr>
16099         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
16100         * doc/autoconf.texi: Finally add Akim as an author.
16102 2002-01-24  Akim Demaille  <akim@epita.fr>
16104         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
16105         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
16106         Bourne. Use /bin/sh.
16107         From Andreas Buening.
16109 2002-01-24  Akim Demaille  <akim@epita.fr>
16111         * config/config.guess, config/config.sub, config/texinfo.tex:
16112         Update from masters.
16114 2002-01-24  Akim Demaille  <akim@epita.fr>
16116         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
16117         * config/auxdir.m4, config/cond.m4, config/depend.m4,
16118         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
16119         * config/missing.m4, config/sanity.m4, config/select.m4,
16120         * config/strip.m4: Remove, to ease sync'ing with any version of
16121         Automake.
16123 2002-01-24  Akim Demaille  <akim@epita.fr>
16125         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
16126         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
16127         Reported by Geir Ove Myhr.
16129 2002-01-21  Akim Demaille  <akim@epita.fr>
16131         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
16133 2002-01-21  Akim Demaille  <akim@epita.fr>
16135         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
16136         message on invalid options.
16137         * bin/autom4te.in (parse_args): Don't use
16138         Autoconf::General::getopt with non valid options.
16140 2002-01-17  Jim Meyering  <meyering@lucent.com>
16142         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
16143         $ac_cv_exeext so we don't use an old, invalid, cached value.
16145 2002-01-11  Akim Demaille  <akim@epita.fr>
16147         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
16148         Meyering.
16149         * doc/autoconf.texi (Function Portability): Document the strnlen
16150         limitation.
16151         (Particular Functions): Document AC_FUNC_STRNLEN.
16152         * lib/autoscan/functions: Adjust.
16154 2002-01-06  Akim Demaille  <akim@epita.fr>
16156         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
16157         package.m4, since is really depends upon configure.ac, not
16158         configure.
16159         * doc/autoconf.texi (testsuite Scripts): Adjust.
16160         * tests/Makefile.am (package.m4): New.
16161         EXTRA_DIST it since its a source.
16163 2002-01-06  Akim Demaille  <akim@epita.fr>
16165         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
16166         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
16167         and PACKAGE_BUGREPORT from here...
16168         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
16169         arguments.
16170         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
16171         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
16172         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
16173         * tests/tools.at (autoheader): Adjust.
16174         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
16176 2002-01-06  Akim Demaille  <akim@epita.fr>
16178         * bin/autoscan.in (scan_file): Use `&used'.
16180 2002-01-03  Akim Demaille  <akim@epita.fr>
16182         * doc/autoconf.texi (Output): Improved wording regarding use of
16183         AC_OUTPUT.
16184         From Olly Betts.
16186 2001-12-18  Kevin Ryde  <user42@zip.com.au>
16188         * doc/autoconf.texi (Function Portability): Add notes on sscanf
16189         sometimes needing writable input.
16191 2001-12-17  Jim Meyering  <meyering@lucent.com>
16193         * doc/autoconf.texi (New Macros): Tweak wording.
16195 2001-12-14  Akim Demaille  <akim@epita.fr>
16197         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
16198         trailing files, don't apply `-rf' to files which might not be
16199         created by configure (core, core.*, and *.core), but just `rm -f'.
16200         Suggested by Jonathan Kamens.
16202 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
16204         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
16206 2001-12-14  Akim Demaille  <akim@epita.fr>
16208         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
16210 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
16212         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
16213         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
16214         abs_srcdir, top_srcpath to abs_top_srcdir.
16215         (_AC_OUTPUT_FILES): Adjust.
16216         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
16217         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
16218         * tests/wrappl.in, tests/wrapsh.in: Adjust.
16220 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
16222         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
16223         C/Fortran linking on HP/UX, by extracting the Fortran library
16224         search path from the LPATH line in the $F77 -v output.
16226 2001-12-12  Kevin Ryde  <user42@zip.com.au>
16228         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
16229         forbidden file descriptors table.
16231 2001-11-26  Akim Demaille  <akim@epita.fr>
16233         * bin/autoscan.in (%c_keywords): Build it at top level.
16234         Map to 1 in order to simplify its uses.
16236 2001-11-26  Akim Demaille  <akim@epita.fr>
16238         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
16239         Remove $filepath, useless.
16240         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
16241         variables, they are really part of the tokens.
16242         Split the input line on spaces and then look for tokens.
16243         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
16244         because of `lex$U.$(OBJEXT)'.
16245         (&scan_files): Use "@list" instead of join.
16246         * doc/Makefile.am (CLEANFILES): Add *.fns.
16248 2001-11-26  Akim Demaille  <akim@epita.fr>
16250         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
16251         Remove, replaced by...
16252         * tests/wrappl.in: Be common for all the Perl executables.
16253         In particular autoscan and autoheader want -I.
16254         * configure.ac: Adjust.
16255         * lib/autoscan/headers: errno.h is portable.
16257 2001-11-26  Akim Demaille  <akim@epita.fr>
16259         * bin/autoscan.in (used): New.
16260         Use it.
16262 2001-11-26  Akim Demaille  <akim@epita.fr>
16264         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
16265         directives.
16266         (&scan_sh_file): Remove a duplicate pattern.
16267         (&check_configure_ac): Use long options.
16268         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
16270 2001-11-26  Akim Demaille  <akim@epita.fr>
16272         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
16273         Before, having a line containing the opening of a multi line
16274         comment made the whole line be ignored.
16276 2001-11-26  Akim Demaille  <akim@epita.fr>
16278         * doc/autoconf.texi (Using an Autotest Test Suite): New.
16279         (testsuite Scripts): Be one of its subsection.
16280         (Autotest Logs): New.
16282 2001-11-26  Akim Demaille  <akim@epita.fr>
16284         Test groups are now run two directories deeper.
16286         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
16287         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
16288         at_top_builddir.
16289         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
16290         top_srcdir, builddir and top_builddir.
16291         Use `at_*dir' relatively to the directory containing the
16292         suite, use `*dir' when relatively to the current group dir.
16294 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
16296         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
16297         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
16298         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
16299         spelling errors.
16301 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
16303         * doc/autoconf.texi (Using System Type): Add an example of `case
16304         $host' usage so people quit using `case $target' everywhere.
16306 2001-11-22  Akim Demaille  <akim@epita.fr>
16308         * doc/autoconf.texi (Installation Directory Variables): Englishoes
16309         spotted by Jim Meyering.
16311 2001-11-16  Paul Eggert  <eggert@twinsun.com>
16313         This patch implements a `long double' suggestion by Oliver Kiddle.
16315         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
16316         static, to catch errors if the value isn't known at compile-time
16317         and the compiler supports dynamic arrays.  Change its name from
16318         `_array_' to `test_array' to avoid potential name clashes.
16319         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
16320         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
16321         better than double.  Catch a bug in GCC 2.95.2 x86.
16322         * doc/autoconf.texi (C Compiler): Document the above.
16323         * NEWS: Likewise.
16325 2001-11-13  Akim Demaille  <akim@epita.fr>
16327         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
16328         hand.
16329         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
16331 2001-11-13  Akim Demaille  <akim@epita.fr>
16333         * lib/autotest/general.m4 (AT_INIT): After having run the test
16334         group, go back to the initial directory, not to at_suite_dir.
16336 2001-11-13  Akim Demaille  <akim@epita.fr>
16338         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
16339         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
16340         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
16341         option.
16342         (AT_CHECK_CONFIGURE): Use absolute paths.
16343         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
16344         The problem is still the old one: there is no means in M4 (that I
16345         know about) to create a defining macro, because there is no means
16346         to create `$1' etc., therefore, the defining macro ``swallows''
16347         all the arguments meant to the defined macro.
16349 2001-11-13  Akim Demaille  <akim@epita.fr>
16351         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
16352         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
16353         configure.ac.
16354         * tests/aclocal.m4: Remove, as it is no longer used.
16356 2001-11-13  Akim Demaille  <akim@epita.fr>
16358         * lib/autotest/general.m4: Change `tests?' into `groups?' in
16359         variable names when referring to a single test group, or to
16360         `suite' when referring to the whole test suite.
16361         `at_last_test' is removed: m4 compute at_format itself.
16362         (at_stdout, at_stder1, at_stderr): New variables.
16363         (AT_CHECK): Use them.
16365 2001-11-13  Akim Demaille  <akim@epita.fr>
16367         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
16368         in PATH.
16369         Create `testsuite.dir/003/run' instead of `testsuite.003'.
16370         Do it as soon as a test fails, don't wait till the end of the test
16371         suite.
16372         Don't remove $as_me.[0-9]*, since these files no longer exist.
16374 2001-11-13  Akim Demaille  <akim@epita.fr>
16376         * tests/tools.at: Use absolute paths, since we are no longer run
16377         in place.
16379 2001-11-13  Akim Demaille  <akim@epita.fr>
16381         Now that tests are running in their own private dir, there is no
16382         need to list the files to remove at the end of tests groups.
16384         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
16385         (AT_data_files, at_data_files): Remove.
16386         (AT_CLEANUP, AT_DATA): Simplify.
16387         (AT_INIT): Adjust.
16388         Remove the group dir if !debug && !failed.
16389         * tests/atspecific.m4: Adjust.
16391 2001-11-13  Akim Demaille  <akim@epita.fr>
16393         Start a new layout for Autotest: `testsuite' creates
16394         `testsuite.dir' in which the at-check-line etc. files are to be
16395         found, and `testsuite.dir/003' where the test group 3 is run.
16397         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
16398         at_check_line_file, at_format, at_test_normalized, at_group_dir
16399         are new variables.
16400         Create the directories.
16401         Use absolute paths for at- files.
16402         (AT_CHECK): Adjust.
16404 2001-11-11  Michael Matz  <matz@kde.org>
16406         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
16407         (m4_car2): New.
16408         (m4_car): Properly quote arguments.
16410 2001-11-13  Akim Demaille  <akim@epita.fr>
16412         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
16413         with stricter rules on LIBOBJS.
16415 2001-11-12  Paul Eggert  <eggert@twinsun.com>
16417         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
16418         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
16419         __PROTOTYPES too.
16421 2001-11-12  Akim Demaille  <akim@epita.fr>
16423         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
16425 2001-11-12  Akim Demaille  <akim@epita.fr>
16427         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
16428         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
16429         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
16430         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
16431         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
16432         specify to what the macro should be defined (typically to 1).
16434 2001-11-12  Akim Demaille  <akim@epita.fr>
16436         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
16437         From Jim Meyering.
16439 2001-11-12  Akim Demaille  <akim@epita.fr>
16441         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
16442         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
16443         definition used by Automake where LEX is +/- "${missing} lex" and
16444         `missing' itself contains variables.
16446 2001-11-12  Akim Demaille  <akim@epita.fr>
16448         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
16449         Now that M4sh pushes BODY, the comments were output at the end of
16450         the test suites.
16452 2001-11-08  Akim Demaille  <akim@epita.fr>
16454         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
16455         that we can trace macros from aclocal.m4.
16456         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
16457         obsoleted, and redirect to the former anyway.
16458         Reported by Ralf Corsepius.
16460 2001-11-08  Akim Demaille  <akim@epita.fr>
16462         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
16463         processed only if present.
16464         * tests/torture.at (Configuring subdirectories): Use autoreconf
16465         instead of successive calls to autoconf.
16466         Add a nonexistent subdirectory to exercise the patch above.
16467         Reported by Ralf Corsepius.
16469 2001-11-08  Kevin Ryde  <user42@zip.com.au>
16471         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
16472         doesn't accept .S files.
16474 2001-11-07  Akim Demaille  <akim@epita.fr>
16476         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
16477         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
16478         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
16479         * bin/autom4te.in (warn_forbidden): New.
16480         (handle_output): Use it.
16481         Read m4_pattern_forbid with messages.
16483 2001-11-05  Akim Demaille  <akim@epita.fr>
16485         * bin/autom4te.in (--normalize): Remove.
16486         * lib/autom4te.in: Adjust.
16488 2001-11-05  Akim Demaille  <akim@epita.fr>
16490         * tests/Makefile.am (testsuite): Rename this target as...
16491         ($(TESTSUITE)): this.
16492         From Nicolas Joly.
16494 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
16496         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
16497         the --prefix option, also remove it's argument.
16499 2001-11-05  Akim Demaille  <akim@epita.fr>
16501         * doc/autoconf.texi (testsuite Invocation): Update.
16502         (Writing testsuite.at): Update.
16504 2001-11-03  Akim Demaille  <akim@epita.fr>
16506         * doc/autoconf.texi: s/@code/@command/ where appropriate.
16508 2001-11-03  Akim Demaille  <akim@epita.fr>
16510         * lib/Autom4te/General.pm: (&catfile, &canonfile)
16511         (&file_name_is_absolute): New, wrappers around routines from
16512         File::Spec.
16513         Use and export them.
16514         (&find_configure_ac): Optionally take a directory where to look at.
16515         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
16516         the arguments.
16517         Default @ARGV to `.', not find_configure_ac.
16518         (&autoreconf): Argument is a directory.
16519         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
16520         * doc/autoconf.texi (autoreconf Invocation): Update.
16522 2001-11-03  Akim Demaille  <akim@epita.fr>
16524         * lib/Autom4te/General.pm (@export_vars, @export_subs)
16525         (@export_forward_subs): New.
16526         Add basename, dirname, and fileparse.
16527         (@EXPORT): Adjust.
16528         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
16529         Don't look for aclocal flags if we already know aclocal is not
16530         used.
16531         Move aclocal.m4t only if it exists.
16532         Reported by Ezra Peisach.
16534 2001-11-03  Akim Demaille  <akim@epita.fr>
16536         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
16537         passed on command line, defaulting to ./configure.ac if present.
16538         (&maybe_autoreconf, File::Find): Remove, unused.
16539         (&autoreconf): If autoconf is not used, don't try to trace.
16541 2001-11-02  Akim Demaille  <akim@epita.fr>
16543         * configure.ac: Bump to 2.52g.
16545 2001-11-02  Akim Demaille  <akim@epita.fr>
16547         Version 2.52f.
16549 2001-11-02  Akim Demaille  <akim@epita.fr>
16551         * config/config.guess, config/config.sub, doc/standards.texi:
16552         * config/lispdir.m4: Update from masters.
16553         * configure.ac: Bump to 2.52f.
16555 2001-11-02  Akim Demaille  <akim@epita.fr>
16557         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
16558         Don't run aclocal when aclocal.m4 is not from aclocal.
16559         From Ezra Peisach.
16560         Don't run libtoolize and gettextize if --install is not given.
16562 2001-11-01  Paul Eggert  <eggert@twinsun.com>
16564         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
16565         be invoked before _AS_LINENO_PREPARE.
16566         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
16567         than character ranges.
16569         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
16570         invoking AS_BASENAME.  Set the locale variables to 'C' if
16571         possible, as POSIX requires this to get the traditional
16572         behavior.
16573         * doc/autoconf.texi (Special Shell Variables): Describe the above.
16575 2001-10-31  Paul Eggert  <eggert@twinsun.com>
16577         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
16578         with {}, as that triggers a bug in Bash 2.05.
16580         (_AS_LINENO_PREPARE): Use Sed rather than
16581         Awk.  Fix the sed prepass to work even if there are multiple
16582         instances of $LINENO on the same line.  Do not substitute for
16583         other variables like $LINENOT.  Do not check file dates; such a
16584         check is unreliable on sufficiently fast machines, and removing
16585         the check makes the code simpler and more reliable.  Check for
16586         output and chmod failures.
16588         * doc/autoconf.texi (Special Shell Variables): Document
16589         the above.
16591 2001-10-31  Akim Demaille  <akim@epita.fr>
16593         * tests/Makefile.am (atconfig): Remove this target, Automake
16594         handles it now.
16596 2001-10-31  Akim Demaille  <akim@epita.fr>
16598         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
16599         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
16600         provided, while it is optional.
16601         * configure.ac: Adjust.
16603 2001-10-26  Paul Eggert  <eggert@twinsun.com>
16605         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
16606           lib/Autom4te/Struct.pm:
16607         Require Perl 5.005_03 instead of just 5.005, as some tests fail
16608         with 5.005_02.
16610         * doc/autoconf.texi (Special Shell Variables): Document some
16611         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
16613         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
16614         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
16615         eval $LINENO is not portable in practice.
16617 2001-10-24  Akim Demaille  <akim@epita.fr>
16619         * lib/Autom4te/General.pm (backname): New.
16621 2001-10-24  Akim Demaille  <akim@epita.fr>
16623         * m4/: Remove, merged into...
16624         * config/: here.
16626 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
16628         * doc/autoconf.texi (Shellology): Mention the problems with bash
16629         2.05's use of ANSI quoting in its `set' builtin.
16631 2001-10-22  Paul Eggert  <eggert@twinsun.com>
16633         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
16634         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
16635         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
16636         POSIX decided to standardize on the int flavor of strerror_r.
16637         Always do char* test, as there's no reason not to.
16638         Assign to a char* var, to catch strerror_r that returns int*.
16640         * doc/autoconf.texi (Particular Functions):
16641         Document the above changes.  Also, document the fact that
16642         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
16644         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
16646 2001-10-20  Akim Demaille  <akim@epita.fr>
16648         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
16649         the executable was missing from the log.
16651 2001-10-20  Akim Demaille  <akim@epita.fr>
16653         * lib/Autom4te/General.pm (&update_file): If destination is
16654         unchanged, remove the source.
16655         (&up_to_date_p): Don't be verbose, be debug.
16656         * bin/autoreconf.in: No longer support --m4dir.
16657         (&autoreconf): Display the full path of the configure.ac we are
16658         studying.
16659         Trace it only once.
16660         Be sure to honor --force with gettextize.
16661         Always run aclocal.
16662         * doc/autoconf.texi: Adjust.
16664 2001-10-20  Akim Demaille  <akim@epita.fr>
16666         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
16667         Remove, dead.
16668         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
16669         `intl' is already present, as it refuses unless --force.
16670         (&parse_args): Use -I, --include instead of the old Autoconf
16671         options.
16672         ($localdir, $autoconf_dir): Remove.
16673         (@include): New.
16674         (&maybe_autoreconf): New, to preserve $_ for File::Find.
16676 2001-10-19  Jens Petersen  <petersen@redhat.com>
16678         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
16679         * doc/autoconf.texi (Particular Programs): Likewise.
16681 2001-10-19  Akim Demaille  <akim@epita.fr>
16683         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
16684         file in @configure_input@.
16685         Don't mention `automatically' in addition to `generated'.
16686         * tests/torture.at (#define header templates): Adjust.
16688 2001-10-19  Akim Demaille  <akim@epita.fr>
16690         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
16691         comment, explain how to install automatic mode selection.
16692         From Russ Allbery.
16694 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
16696         * bin/autoreconf.in (autoreconf): Display the path to the
16697         configure.ac being studied.
16699 2001-10-18  Paul Eggert  <eggert@twinsun.com>
16701         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
16702         long, to work around a bug in the HP C compiler version HP92453-01
16703         B.11.11.23709.GP.
16705         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
16706         (AS_BASENAME_EXPR): New macro.
16707         (AS_BASENAME_SED): Do not assume GNU sed semantics.
16708         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
16709         and fall back on 'sed' only if the other two fail.  This makes
16710         AS_BASENAME act more like AS_DIRNAME.
16711         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
16712         contains white space.
16713         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
16714         Use AS_DIRNAME, since I think it's now DOS-friendly.
16715         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
16716         Allow "dirname //FOO" to return either / or //, as POSIX allows
16717         either behavior.
16719 2001-10-10  Akim Demaille  <akim@epita.fr>
16721         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
16722         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
16723         From Eric Sharkey.
16725 2001-10-10  Akim Demaille  <akim@epita.fr>
16727         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
16728         m4_define, since...
16729         (_AS_ECHO_N): AS_REQUIREs it.
16731 2001-10-10  Akim Demaille  <akim@epita.fr>
16733         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
16734         (AC_INCLUDES_DEFAULT): Move to...
16735         * lib/autoconf/headers.m4: here.
16736         * lib/autoconf/types.m4: Comment changes.
16737         * doc/autoconf.texi: Specify where the default includes are used
16738         in the macro prototypes.
16740 2001-10-09  Akim Demaille  <akim@epita.fr>
16742         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
16743         transition code.
16745 2001-10-08  Akim Demaille  <akim@epita.fr>
16747         * bin/autoreconf.in (&autoreconf): Remove debugging code.
16748         (&parse_args): Pass verbosity/debugging options to subtools when
16749         --debug, not when --verbose.
16750         * lib/autom4te.in (Autoreconf-preselections): New.
16751         (Autoconf): Use it.
16753 2001-10-08  Akim Demaille  <akim@epita.fr>
16755         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
16757 2001-10-08  Akim Demaille  <akim@epita.fr>
16759         * doc/autoconf.texi (autoreconf Invocation): Adjust.
16760         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
16762 2001-10-08  Akim Demaille  <akim@epita.fr>
16764         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
16765         (Syntax of the shell scripts): Don't.
16766         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
16767         bother with $force since...
16768         * lib/Autom4te/General.pm: does.
16770 2001-10-08  Akim Demaille  <akim@epita.fr>
16772         * bin/autoreconf.in: Rewrite in Perl.
16773         * configure.ac: Adjust.
16774         * lib/Autom4te/General.pm (&up_to_date_p): New.
16775         * bin/autom4te.in (&up_to_date_p): Use it.
16776         Rename as...
16777         (&up_to_date): this.
16779 2001-10-08  Akim Demaille  <akim@epita.fr>
16781         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
16782         (m4_list_cmp): Use $0 to reinvoke yourself.
16783         (m4_patsubsts): New.
16784         (m4_strip, m4_version_unletter): Use it.
16785         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
16787 2001-10-08  Akim Demaille  <akim@epita.fr>
16789         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
16790         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
16791         * lib/autoconf/types.m4, lib/autotest/general.m4,
16792         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
16793         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
16794         m4_bregexp, m4_bpatsubst, and m4_bmatch.
16795         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
16797 2001-10-08  Akim Demaille  <akim@epita.fr>
16799         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
16801 2001-10-08  Akim Demaille  <akim@epita.fr>
16803         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
16804         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
16805         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
16806         * tests/tools.at, tests/m4sh.at: Use it.
16807         * tests/m4sh.at: Don't rely on Autoconf macros.
16808         (DIRNAME_TEST): Also exercise the expr variant.
16809         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
16810         preferred M4sugar extension is now `.4s'.
16811         * tests/README: Remove.
16813 2001-10-08  Akim Demaille  <akim@epita.fr>
16815         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
16816         (m4_provide_if): this.
16817         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
16818         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
16819         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
16820         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
16822 2001-10-08  Akim Demaille  <akim@epita.fr>
16824         Use `add-log-current-defun-function' for ChangeLog creation.
16825         Suggested by Tom Tromey.
16827         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
16828         (autotest-mode): Adjust.
16829         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
16830         'comment-region onto `C-c ;'.
16831         Comments are `#', not `dnl'.
16832         (autoconf-current-defun): New.
16833         (autoconf-font-lock-keywords): Recognize `m4_defun'.
16835 2001-10-08  Akim Demaille  <akim@epita.fr>
16837         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
16838         * lib/m4sugar/m4sh.m4: here.
16839         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
16840         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
16841         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
16842         include handle the m4_pattern_*, no longer push the
16843         BODY diversion nor set the /bin/sh line, AS_INIT does it.
16844         * lib/autotest/general.m4 (AT_INIT): Likewise.
16845         * tests/base.at: Adjust the tests to use AS_INIT.
16846         * tests/tools.at (AT_DATA_FORBIDDEN): New.
16847         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
16848         Autoconf.
16850 2001-10-07  Paul Eggert  <eggert@twinsun.com>
16852         * doc/autoconf.texi (config.status Invocation):
16853         CONFIG_SHELL defaults to a shell that supports LINENO if available.
16855         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
16856         shell does not support LINENO, and if CONFIG_SHELL is unset or
16857         empty, and if we can find a shell that does support LINENO,
16858         then set CONFIG_SHELL to that shell and then re-execute
16859         ourselves with CONFIG_SHELL.
16861 2001-10-05  Paul Eggert  <eggert@twinsun.com>
16863         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
16864         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
16865         build of $(TESTSUITE).
16867 2001-10-05  Akim Demaille  <akim@epita.fr>
16869         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
16870         iff we are a bareword.
16871         Reported by Raja R Harinath.
16873 2001-10-05  Akim Demaille  <akim@epita.fr>
16875         * tests/m4sh.at (LINENO): New.
16876         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
16877         PATH_SEPARATOR before using it.
16878         Fix the absolute path case/esac pattern.
16879         Provide $0 as fallback for as_myself.
16880         Reported by Raja R Harinath.
16882 2001-10-05  Akim Demaille  <akim@epita.fr>
16884         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
16885         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
16887 2001-10-05  Akim Demaille  <akim@epita.fr>
16889         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
16890         (AS_SHELL_SANITIZE): here.  Use it.
16891         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
16892         From Paul Eggert.
16894 2001-10-04  Akim Demaille  <akim@epita.fr>
16896         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
16897         combination of Awk and sed to replace $LINENO.
16899 2001-10-02  Paul Eggert  <eggert@twinsun.com>
16901         * doc/autoconf.texi (Limitations of Builtins): You can't use
16902         "source"; it's not portable.  Remove confusing and
16903         somewhat-incorrect example involving "." and "/".
16905         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
16906         compatibility with POSIX shells.
16908 2001-10-02  Akim Demaille  <akim@epita.fr>
16910         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
16911         instead of exec'ing to preserve $0 and $@.
16913 2001-10-01  Akim Demaille  <akim@epita.fr>
16915         * tests/testsuite (AT_INIT) <at_pass_list>: New.
16916         Don't run twice the same test.
16918 2001-10-01  Akim Demaille  <akim@epita.fr>
16920         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
16921         No longer output the list of tests.
16922         <--list>: New option.
16923         <--full-help>: Remove.
16924         Complete the short/long options duality.
16925         Various small adjustments.
16927 2001-10-01  Akim Demaille  <akim@epita.fr>
16929         * doc/autoconf.texi: Use @kbd for user input.
16930         Always use `$' as shell prompt.
16932 2001-09-30  Paul Eggert  <eggert@twinsun.com>
16934         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
16935         Don't use nested parenthesization.  This patch was originally
16936         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
16937         but somehow it didn't get incorporated then.
16938         * doc/autoconf.texi (Limitations of Usual Tools):
16939         Clarify remark about sed and nested parenthesization.
16941         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
16942         Report an error if the size cannot be determined even though
16943         the type exists.
16944         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
16945         Check for `expr' arithmetic overflow, and for compilation failure,
16946         and invoke a new argument $4 if either is discovered.
16947         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
16948         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
16950 2001-09-28  Akim Demaille  <akim@epita.fr>
16952         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
16953         * m4/lispdir.m4: New.
16954         * aclocal.m4, configure.ac: Adjust.
16956 2001-09-28  Akim Demaille  <akim@epita.fr>
16958         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
16959         (AT_TESTED): this.
16960         (AT_INIT): More the wrapped section to where it will be expanded.
16961         Output `AT_tested' only when existing.
16962         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
16964 2001-09-27  Akim Demaille  <akim@epita.fr>
16966         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
16967         generates too many bug reports.
16969         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
16970         status when executing the ACTION-IF-FALSE.
16971         * tests/base.at (AC_TRY_*): Rename as...
16972         (AC_TRY_COMMAND): this.
16973         (AC_RUN_IFELSE): New.
16974         * tests/compile.at (Extensions, C keywords)
16975         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
16976         (Broken/missing compilers, AC_PROG_CPP with warnings)
16977         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
16978         * tests/c.at (Extensions, C keywords)
16979         (Broken/missing compilers, AC_PROG_CPP with warnings)
16980         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
16981         (AC_PROG_CPP requires AC_PROG_CC): here and...
16982         * tests/fortran.at (GNU Fortran 77): there.
16983         * doc/autoconf.texi (autoconf Invocation): Fix the example:
16984         AC_TRY_RUN is about compilation, not shell commands.
16985         (Test Programs): AC_TRY_RUN works as used to be advertised.
16987 2001-09-27  Akim Demaille  <akim@epita.fr>
16989         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
16990         Raja R Harinath:
16991         Be sure to detect when $LINENO always returns the same value.
16992         Look for the original script, basename($0) is certainly not
16993         enough.
16994         Pass the CLI arguments to `$as_me.lineno'.
16996 2001-09-25  Akim Demaille  <akim@epita.fr>
16998         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
16999         Be sure the close and reopen the LOG fd before and after using tee
17000         to extend the log.
17001         <at_tests_pattern>: Adjust to the new format of at_help_all.
17003 2001-09-23  Akim Demaille  <akim@epita.fr>
17005         * bin/autom4te.in (parse_args): There can be several invocations
17006         of --language now.
17008 2001-09-23  Akim Demaille  <akim@epita.fr>
17010         * doc/autoconf.texi (Top): Wrap in @ifnottex.
17012 2001-09-23  Akim Demaille  <akim@epita.fr>
17014         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
17015         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
17016         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
17017         builddir, buildpath, top_builddir, and top_buildpath.
17018         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
17019         the current directory.
17020         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
17021         variables *before* changing the current directory.
17022         Skip nonexistent dirs.
17023         * doc/autoconf.texi (Preset Output Variables): Document these
17024         variables.
17026         * lib/autotest/general.m4: Do not reset AT_victims.
17027         Don't compute at_srcdir nor at_top_srcdir.
17029         * tests/tools.at: Hence use top_srcdir.
17031         * tests/Makefile.am, tests/autoconf, tests/autoheader,
17032         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
17033         Remove.
17034         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
17035         * tests/wrapsh.in, tests/autoupdate.in: New.
17036         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
17037         * configure.ac: Build the position independent wrappers.
17039         * man/Makefile.am: Now that test wrappers are position
17040         independent, use them and drop dark envvar magic.
17042 2001-09-23  Akim Demaille  <akim@epita.fr>
17044         * doc/autoconf.texi (Common Shell Constructs): Rename as...
17045         (Programming in M4sh): this.
17046         Promote to @section.
17048 2001-09-23  Akim Demaille  <akim@epita.fr>
17050         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
17051         Pass $at_debug_args to the rerun test suite.
17052         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
17053         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
17054         From Paul Eggert.
17056 2001-09-23  Akim Demaille  <akim@epita.fr>
17058         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
17060 2001-09-23  Akim Demaille  <akim@epita.fr>
17062         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
17063         over-escaping.
17065 2001-09-23  Akim Demaille  <akim@epita.fr>
17067         * lib/Autom4te/General.pm (&debug): New.
17068         * bin/autom4te.in ($language): Move to...
17069         (parse_args): here.
17070         Handle --language in languages.
17071         * lib/autom4te.in (Automake-selections, Autoheader-selections)
17072         (Autoscan-selections): New.
17073         (Autoconf): Adjust.
17075 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
17077         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
17078         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
17079         to match current versions from CVS Automake.
17081 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
17083         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
17084         for $LINENO.
17086 2001-09-22  Akim Demaille  <akim@epita.fr>
17088         * lib/autoconf/autotest.m4: Create `package.m4'.
17089         * tests/Makefile.am (package.m4): Remove.
17091 2001-09-22  Akim Demaille  <akim@epita.fr>
17093         Rely on `$LINENO' when possible instead of `__oline__'.
17095         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
17096         `$LINENO' support replacement when not supported.
17097         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
17098         them explicitly to be sure they are not output before this section
17099         (via m4_require).  Cosmetic only.
17100         * lib/autoconf/c.m4, lib/autoconf/general.m4,
17101         * lib/autoconf/programs.m4: Replace all the occurrences of
17102         `__oline__' with `$LINENO'.
17103         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
17105 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
17107         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
17108         character (u: -> ue) in a code comment.
17109         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
17110         it works.
17112 2001-09-21  Akim Demaille  <akim@epita.fr>
17114         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
17115         Suggested by Jim Meyering.
17117 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
17119         * lib/autoconf/programs.m4: Use extensions listed in
17120         $ac_executable_extensions when looking for programs.
17122 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
17124         * lib/autoconf/general.m4: Fix a small Englisho.
17125         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
17126         setting up ac_dir_suffix and ac_top_builddir.
17127         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
17129 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
17131         * doc/autoconf.texi (File System Conventions): Clarify the use of
17132         PATH_SEPARATOR.
17133         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
17134         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
17135         be used instead of ':'.
17136         * lib/autotest/general.m4: Replace occurrences of ':' in
17137         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
17139 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
17141         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
17142         arguments.  Fixed a typo.
17144 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
17146         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
17147         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
17149 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
17151         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
17152         * bin/autoupdate.in: Ditto.
17153         * bin/autoheader.in: Reworded a few comments.
17154         * bin/autoconf.in: Reworded help text for a few options.
17155         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
17156         * bin/autoscan.in, bin/autoupdate.in: Ditto.
17158 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
17160         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
17161         already have $file).  Set output files to binary mode (helps avoid
17162         CR issues on DOSish systems).
17164 2001-09-19  Akim Demaille  <akim@epita.fr>
17166         * lib/autotest/general.m4: Englishoes.
17167         From Tim Van Holder and Alexey Mahotkin.
17169 2001-09-18  Paul Eggert  <eggert@twinsun.com>
17171         * doc/autoconf.texi (Common Shell Constructs): New node,
17172         documenting AS_DIRNAME.
17173         (Limitations of Usual Tools): Refer to it when discussing dirname.
17174         Also, update discussion of POSIX standard to reflect latest draft.
17176         * lib/autoconf/c.m4:
17177         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
17179         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
17180         Do not pass a first argument with leading '-'
17181         to expr, by parenthesizing initial integers that might be negative.
17183         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
17184         now merely checks whether it is an error to pass an argument
17185         to getpgrp.
17187         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
17188         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
17189         whether it is a (compile-time) error to pass an argument to
17190         getpgrp.  This simpler test supports the revised documentation,
17191         and is all that AC_FUNC_GETPGRP's users really need.
17193 2001-09-18  Akim Demaille  <akim@epita.fr>
17195         * doc/autoconf.texi (Limitations of Make) <$<>: New.
17197 2001-09-18  Akim Demaille  <akim@epita.fr>
17199         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
17200         `{}'.
17201         * lib/autotest/general.m4 (AT_INIT): Adjust.
17203 2001-09-18  Paul Wagland  <paul@wagland.net>
17205         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
17206         correctly.
17207         Add test for AS_BASENAME.
17208         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
17209         added test. It now correctly handles /1/2/3/, returning '3' not ''.
17210         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
17211         * tests/base.at: Fixed the expected responses. The old ones were
17212         one line out...
17213         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
17214         the documentation claims it should (and how it behaved in 2.13).
17216 2001-09-18  Akim Demaille  <akim@epita.fr>
17218         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
17219         the AC_CONFIG_COMMANDS invocation.
17220         This also solves the name clash problems.
17221         Don't set the package's ID.
17222         * lib/m4sugar/Makefile.am (version.m4): Revamp.
17223         No longer to be shipped.
17224         (version.in): Remove.
17225         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
17226         * lib/autoconf/status.m4: Adjust.
17227         Use `m4_PACKAGE_STRING'.
17228         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
17229         the only optional argument is the name of the test suite.
17230         Expect `package.m4' to define the package signature.
17231         * lib/autom4te.in (Autotest): Add `package.m4?'.
17232         * tests/Makefile.am (package.m4): New.
17233         * tests/suite.at: ifnames is a victim.
17235 2001-09-18  Akim Demaille  <akim@epita.fr>
17237         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
17238         AC_LIBSOURCE, AC_CONFIG_FILES.
17239         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
17240         program version string doesn't match the package's.
17241         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
17242         after `(cached)'.
17244 2001-09-17  Paul Eggert  <eggert@twinsun.com>
17246         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
17247         Allow expression to return any value that can fit into unsigned long
17248         (not int, as before).  Check for output errors.
17250 2001-09-17  Bruno Haible  <haible@ilog.fr>
17252         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
17253         Always include <stdio.h> and <stdlib.h>. Evaluate
17254         the expression in an extra function before these includes. Call
17255         fprintf "%d" only after ensuring the argument is of type 'int'.
17256         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
17258 2001-09-17  Paul Eggert  <eggert@twinsun.com>
17260         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
17261         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
17262         fatal errors, and AC_CHECK_LIB causes it to include libraries even
17263         when they don't exist.
17265         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
17266         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
17267         need it.
17269         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
17270         version with the version used by fileutils 4.1, except use
17271         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
17272         we don't need it.
17274         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
17276 2001-09-13  Akim Demaille  <akim@epita.fr>
17278         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
17279         _first_.
17280         Reported by Gerrit P. Haase.
17282 2001-09-13  Akim Demaille  <akim@epita.fr>
17284         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
17285         m4_defn'ing is valid.
17287 2001-09-13  Akim Demaille  <akim@epita.fr>
17289         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
17290         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
17291         Use it.
17293 2001-09-13  Akim Demaille  <akim@epita.fr>
17295         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
17296         m4_match.
17297         (m4_re_escape): New.
17298         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
17299         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
17300         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
17301         Likewise.
17302         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
17303         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
17304         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
17305         AT_tests_all for consistency.
17306         Set at_victims.
17307         (AT_VICTIMS): Similar to AT_KEYWORDS.
17308         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
17310 2001-09-13  Akim Demaille  <akim@epita.fr>
17312         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
17314 2001-09-13  Akim Demaille  <akim@epita.fr>
17316         * lib/autotest/general.m4 (AT_INIT): Create and remove
17317         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
17318         test suites can cohabit.
17320 2001-09-13  Akim Demaille  <akim@epita.fr>
17322         * tests/mktests.sh: Don't output banners for empty test files.
17324 2001-09-13  Akim Demaille  <akim@epita.fr>
17326         Test suites can be run independently of configure.
17328         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
17329         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
17330         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
17331         ECHO_N etc.
17332         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
17333         and at_c.
17334         * lib/autotest/general.m4: Use ECHO_*.
17336 2001-09-13  Akim Demaille  <akim@epita.fr>
17338         * bin/ifnames.in: Rewrite in Perl.
17339         * configure.ac: Don't look for AWK.
17340         * tests/tools.at (AWK portability): Remove.
17341         (Syntax of the shell scripts): Don't check ifnames.
17342         (AT_CHECK_PERL_SYNTAX): New.
17343         (Syntax of the Perl scripts): Check ifnames.
17344         * tests/ifnames: New.
17346 2001-09-13  Akim Demaille  <akim@epita.fr>
17348         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
17349         test group titles.
17350         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
17351         Remove all the other keywords.
17353 2001-09-10  Akim Demaille  <akim@epita.fr>
17355         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
17356         SETUP: no longer used.
17357         Support -k, --keywords.
17358         <at_help>: Be `no', `short', or `long'.
17359         <at_help_all>: New variable.
17360         (AT_KEYWORDS): New.
17361         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
17362         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
17363         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
17364         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
17365         No longer fill the HELP diversion.
17366         (AT_CLEANUP): Use them.
17367         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
17368         (m4_list_append): Remove.
17370         Spread a few keywords in the Autoconf test suite.
17372 2001-09-10  Akim Demaille  <akim@epita.fr>
17374         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
17375         PATH_SEPARATOR, let M4sh compute it.
17376         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
17377         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
17378         Move to...
17379         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
17380         Simplify when the path is not a literal.
17381         (AS_UNAME): Use it to report PATH.
17382         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
17383         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
17384         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
17385         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
17386         normalize the path, and to look for victims.
17387         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
17388         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
17390 2001-09-07  Akim Demaille  <akim@epita.fr>
17392         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
17393         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
17394         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
17395         related variables into `at_package_*'.
17396         * lib/autotest/general.m4 (AT_VICTIMS): New.
17397         (AT_INIT): Adjust for stand-alone/embedded test suites.
17398         (AS_MESSAGE_LOG_FD): Define and use it.
17399         * tests/suite.at (AT_VICTIMS): Use it.
17400         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
17401         at_version.
17403 2001-09-07  Akim Demaille  <akim@epita.fr>
17405         Move toward possibly stand-alone test suites.
17407         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
17408         in addition, it introduces useless differences in logs.
17409         (AT_INIT): Let atconfig and atlocal be both optional.
17410         Adjust PATH computation.
17411         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
17413 2001-09-07  Akim Demaille  <akim@epita.fr>
17415         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
17416         m4sugar/version.m4.
17418 2001-09-05  Akim Demaille  <akim@epita.fr>
17420         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
17421         to avoid GCC warnings.
17422         From Uwe Seimet.
17424 2001-09-05  Akim Demaille  <akim@epita.fr>
17426         * bin/autom4te.in: --language is -l, not -s.
17428 2001-09-05  Akim Demaille  <akim@epita.fr>
17430         Be ready to handle filenames as stupid as `dnl.at', for if even
17431         the maintainer is dumb enough to do that...
17433         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
17434         excellence in M4 quotation: consider `__file__' is active.
17436         And BTW, when invoking m4, pass the --include in the right order:
17437         the wrong one.
17439         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
17440         4m.
17442 2001-09-05  Akim Demaille  <akim@epita.fr>
17444         * lib/Autom4te/XFile.pm: New lib file.
17445         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
17446         * bin/autoheader.in: Use it.
17448 2001-09-05  Akim Demaille  <akim@epita.fr>
17450         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
17451         defined.
17453 2001-09-05  Akim Demaille  <akim@epita.fr>
17455         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
17456         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
17458         * bin/autoscan.in: Use `getopt' and `find_files' etc.
17459         Add -I, --include support.
17460         * doc/autoconf.texi (autoscan Invocation): Adjust.
17462 2001-09-05  Akim Demaille  <akim@epita.fr>
17464         CVS GNU M4 doesn't like `undefine(undefined)'.
17466         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
17467         New, extracted from main.
17468         Use IO::File wherever possible.
17469         (input.m4): Be constant, use -I instead of hard coding $tmp.
17470         Therefore be a quoted heredoc.
17471         Don't invoke `_au_disable', since ac was not loaded, but just
17472         `unm4.m4'.
17474 2001-08-31  Akim Demaille  <akim@epita.fr>
17476         Version 2.52d.
17478 2001-08-31  Akim Demaille  <akim@epita.fr>
17480         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
17481         previous patch.
17482         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
17484 2001-08-31  Akim Demaille  <akim@epita.fr>
17486         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
17487         serious problems handling heredocs in heredocs.
17488         Reported by Nicolas Joly.
17490 2001-08-31  Akim Demaille  <akim@epita.fr>
17492         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
17493         (Making testsuite Scripts): Update.
17495 2001-08-31  Akim Demaille  <akim@epita.fr>
17497         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
17499 2001-08-31  Akim Demaille  <akim@epita.fr>
17501         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
17502         (testsuite Scripts): There is no such thing as `atconfig.in'.
17503         And actually one diagram is missing: test suite runtime.
17505 2001-08-31  Akim Demaille  <akim@epita.fr>
17507         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
17508         inverse order.
17510 2001-08-31  Akim Demaille  <akim@epita.fr>
17512         * bin/autoupdate.in (@include): `installcheck' revealed the path
17513         to m4sugar was lacking!
17515 2001-08-31  Akim Demaille  <akim@epita.fr>
17517         * man/Makefile.am (.x.1): We really have to pass
17518         autom4te_perllibdir.
17520 2001-08-31  Akim Demaille  <akim@epita.fr>
17522         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
17523         debug scripts, in particular passing explicitly listed tests to
17524         run is stupid.
17526 2001-08-31  Akim Demaille  <akim@epita.fr>
17528         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
17529         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
17530         Use directly autom4te, not autoconf.
17531         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
17533 2001-08-31  Akim Demaille  <akim@epita.fr>
17535         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
17536         * bin/autoheader.in (%symbol): Strip arguments of macros.
17538 2001-08-31  Akim Demaille  <akim@epita.fr>
17540         * doc/autoconf.texi: Catch up -I, --include changes.
17542 2001-08-31  Akim Demaille  <akim@epita.fr>
17544         * bin/autom4te.in (&parse_args): Die on unknown languages.
17545         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
17546         need for autoconf.
17547         Promote --include over --macrodir and other obsolete options.
17549 2001-08-31  Akim Demaille  <akim@epita.fr>
17551         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
17552         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
17553         * bin/autom4te.in ($autoconf): Pass --force.
17554         `print $out' doesn't print `$_' but `$out'.
17555         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
17556         (autoheader): Pass --force since the test suite goes too fast for
17557         the time stamps.
17558         Adjust to the new autoheader messages.
17560 2001-08-31  Akim Demaille  <akim@epita.fr>
17562         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
17563         Check the completeness of the #template.
17564         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
17565         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
17566         invocation.
17568 2001-08-31  Akim Demaille  <akim@epita.fr>
17570         * lib/Autom4te/General.pm (&find_file, &update_file): New.
17571         * bin/autoupdate.in, bin/autoheader.in: Adjust.
17572         Drop AC_MACRODIR dead for real.
17573         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
17574         `autoheader: `config.hin' is created'.
17575         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
17577 2001-08-31  Akim Demaille  <akim@epita.fr>
17579         * bin/autoheader.in: Rewrite in Perl.
17580         * tests/autoheader: Adjust.
17582 2001-08-31  Akim Demaille  <akim@epita.fr>
17584         * bin/autoconf.in (--include, -I): New option.
17585         Map --localdir, --autoconf-dir onto it.
17586         Forward autom4te's options instead of interpreting them.
17587         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
17588         There is no such envvar since the inception of autom4te.cfg.
17589         * bin/autom4te.in (&parse_args): Uniquify `@include'.
17590         * bin/autoupdate.in: Adjust, and perform more control.
17591         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
17592         * tests/autoconf: Dittowise.
17594 2001-08-31  Akim Demaille  <akim@epita.fr>
17596         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
17597         * bin/autom4te.in (&find_file): Support `FILE?' standing for
17598         optionally `FILE'.
17599         Use -e, not -f, since /dev/null for instance is OK.
17600         (&parse_args): Adjust.
17601         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
17603 2001-08-31  Akim Demaille  <akim@epita.fr>
17605         * configure.ac: Also find tested executables in bin.
17606         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
17607         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
17608         installed peer executables, only PATH is allowed to resolve it.
17609         Pass `autoconf_dir' via options, not via invisible envvars.
17610         * lib/Autom4te/General.pm (&find_peer): Remove.
17611         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
17612         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
17613         * man/Makefile.am: Let help2man rely on PATH instead of trying to
17614         find the executables for it.
17615         * tests/Makefile.am: Major cleanup.  Too lazy to document...
17616         * tests/atlocal.in: Remove all the obscure envvar manipulations.
17617         We only need PERL.
17618         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
17619         indeed related to running the test suite, while passing
17620         --autoconf-dir and others is related to running non installed
17621         Autoconf executables.  So don't do that, leave it to...
17622         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
17623         * tests/autoscan: New.
17624         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
17625         refer to library files: rely on --language.
17627 2001-08-29  Akim Demaille  <akim@epita.fr>
17629         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
17630         s/--set/--language/.
17632 2001-08-29  Akim Demaille  <akim@epita.fr>
17634         * doc/autoconf.texi: Strip the @nodes.
17635         Suggested by Paul Eggert.
17636         (Initializing configure): Typo.
17638 2001-08-29  Akim Demaille  <akim@epita.fr>
17640         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
17641         Suggested by Paul Eggert.
17643 2001-08-29  Akim Demaille  <akim@epita.fr>
17645         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
17646         download in a tmp dir.
17648 2001-08-29  Akim Demaille  <akim@epita.fr>
17650         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
17651         case insensitive OSes out there :(
17652         From Tim Van Holder.
17654 2001-08-29  Akim Demaille  <akim@epita.fr>
17656         * lib/autom4te.in: New.
17657         * lib/Makefile.am (edit, autom4te.cfg): New.
17658         * bin/autom4te.in (BEGIN): Simplify.
17659         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
17660         (&load_configuration): New.  Use it.
17661         (&parse_args): Support --mode, --set, and --melt.
17662         * bin/autoconf.in: Simplify and adjust.
17663         * tests/Makefile.am (AUTOMAKE): Use --set.
17664         * tests/atlocal.in: Adjust.
17665         * BUGS: distcheck and check are weak.
17667 2001-08-29  Akim Demaille  <akim@epita.fr>
17669         * lib/autotest/general.m4: Use
17670                 foo=`(command) 2>/dev/null`
17671         not
17672                 foo=`command` 2>/dev/null
17673         (at-devnull): Rename as...
17674         (AT-devnull): this.
17675         (--clean): Remove AT-* files too.
17676         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
17677         Reported by Nicolas Joly.
17679 2001-08-28  Akim Demaille  <akim@epita.fr>
17681         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
17682         quotes inside single quotes.
17683         Reported by Nicolas Joly.
17685 2001-08-28  Kevin Ryde  <user42@zip.com.au>
17687         * doc/autoconf.texi (Function Portability): Mention C right shifts.
17689 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
17691         * lib/autotest/general.m4: Reword some messages.
17692         (AT_INIT): Check for the `times' builtin before using it.
17693         Support test ranges as arguments to the testsuite.
17694         Have -e imply -d as the help text suggested.
17696 2001-08-27  Akim Demaille  <akim@epita.fr>
17698         * Makefile.maint: Formatting changes.
17699         (do-po-update, po-update, cvs-update, update): New targets.
17700         (AMTAR): Remove.
17702 2001-08-27  Akim Demaille  <akim@epita.fr>
17704         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
17705         <at_cmd_line>: New.
17706         Pass it to debug-*.sh scripts.
17707         <AUTOTEST_PATH>: May contain absolute dir names.
17709 2001-08-27  Akim Demaille  <akim@epita.fr>
17711         * lib/autotest/general.m4 (AT_INIT): Log the command line.
17712         Support `VAR=VAL' as arguments.
17713         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
17714         may be set via the command line.
17716 2001-08-27  Akim Demaille  <akim@epita.fr>
17718         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
17719         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
17720         first the build dirs, then the src dirs.
17721         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
17723 2001-08-27  Akim Demaille  <akim@epita.fr>
17725         * lib/autotest/general.m4 (AT_INIT): Output the definition of
17726         at_data_files earlier.
17727         (--clean, -c): New option.
17728         * tests/Makefile.am: Use this option.
17730 2001-08-27  Akim Demaille  <akim@epita.fr>
17732         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
17733         `ac_top_builddir' to mimic Automake's vocabulary, which much more
17734         readable.
17735         Adjust callers.
17736         * doc/autoconf.texi (Configuration Actions): Document the vars
17737         available in commands.
17738         Emphasize the risks of collisions in init-cmds.
17740 2001-08-27  Akim Demaille  <akim@epita.fr>
17742         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
17743         (Initializing configure): this new node.
17745 2001-08-27  Akim Demaille  <akim@epita.fr>
17747         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
17749 2001-08-27  Akim Demaille  <akim@epita.fr>
17751         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
17752         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
17753         New file.
17754         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
17756 2001-08-27  Akim Demaille  <akim@epita.fr>
17758         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
17759         to...
17760         * lib/autoconf/autoheader.m4: this new file.
17761         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
17762         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
17763         Move to...
17764         * lib/autoconf/autoupdate.m4: this new file.
17766 2001-08-27  Akim Demaille  <akim@epita.fr>
17768         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
17769         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
17770         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
17771         -> ac_dir).
17772         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
17773         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
17775 2001-08-27  Akim Demaille  <akim@epita.fr>
17777         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
17778         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
17779         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
17780         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
17781         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
17782         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
17783         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
17784         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
17785         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
17786         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
17787         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
17788         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
17789         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
17790         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
17791         (_AC_OUTPUT_SUBDIRS): Move to...
17792         * lib/autoconf/status.m4: this new file.
17793         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
17794         * tests/Makefile.am, tests/suite.at: Adjust.
17796 2001-08-27  Akim Demaille  <akim@epita.fr>
17798         Automake 1.5.
17800         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
17801         (AMTAR): Help automake define it.
17802         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
17803         needed, 1.5 can have a macro and a target with the same name.
17804         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
17805         * m4/strip.m4: New.
17806         * m4/init.m4, m4/sanity.m4: Update.
17807         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
17808         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
17809         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
17810         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
17812 2001-08-27  Akim Demaille  <akim@epita.fr>
17814         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
17816         * lib/autoconf/version.in: Remove.
17817         * lib/m4sugar/version.in: New.
17818         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
17819         Adjust callers.
17820         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
17821         the name of the directory they're in, instead of the filename,
17822         since version.m4 is now in m4sugar, but m4_acversion must not be
17823         classified as an Autoconf macro.
17824         ($input_m4): Don't qualify the path to m4sugar.
17825         Rather, pass autoconf_dir to m4.
17826         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
17827         * tests/suite.at: Require 2.52c.
17829 2001-08-27  Akim Demaille  <akim@epita.fr>
17831         testsuite.log should include config.log.
17833         * lib/autotest/autotest.m4: New.
17834         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
17835         * tests/suite.at : Adjust.
17836         (AT_INIT): Log config.log.
17837         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
17838         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
17839         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
17840         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
17841         of config.log on traps.
17842         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
17843         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
17844         for config.status'.
17845         Open the log as soon as possible.
17846         Use the same log introduction as configure's.
17848 2001-08-22  Paul Eggert  <eggert@twinsun.com>
17850         * doc/autoconf.texi (Indices): New node.
17851         Move indices out of the top level menu and into this submenu.
17853 2001-08-22  Akim Demaille  <akim@epita.fr>
17855         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
17856         AC_TRY_COMMAND.
17857         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
17859 2001-08-22  Akim Demaille  <akim@epita.fr>
17861         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
17862         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
17863         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
17864         * lib/autoconf/programs.m4: here.
17865         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
17866         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
17867         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
17868         * lib/autoconf/programs.m4: here.
17869         (_AC_DECL_YYTEXT): Rename as...
17870         (_AC_PROG_LEX_YYTEXT_DECL): this.
17871         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
17872         * tests/Makefile.am, tests/suite.am: Adjust.
17874 2001-08-22  Akim Demaille  <akim@epita.fr>
17876         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
17877         Move to...
17878         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
17879         here.
17880         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
17881         * lib/autoconf/functions.m4: here.
17882         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
17883         (AH_CHECK_LIB): Move to...
17884         * lib/autoconf/libs: this new file.
17885         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
17886         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
17887         * lib/autoconf/libs.m4: here.
17888         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
17890 2001-08-22  Akim Demaille  <akim@epita.fr>
17892         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
17893         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
17894         (AC_SITE_LOAD): Better logging of config.site.
17896 2001-08-20  Akim Demaille  <akim@epita.fr>
17898         * configure.ac (AT_CONFIG): Fix the path.
17899         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
17900         can be used.
17902 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
17904         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
17905         program with AC_LANG_PROGRAM before feeding it to
17906         AC_COMPILE_IFELSE.  Cleanup grep usage.
17908 2001-08-20  Akim Demaille  <akim@epita.fr>
17910         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
17911         * NEWS, README, README-alpha, TODO, tests/README: This package is
17912         `Autoconf', not `autoconf' (the executable).
17914 2001-08-20  Akim Demaille  <akim@epita.fr>
17916         Info readers seem to need `Index' in the index node title :(
17918         * doc/autoconf.texi: Reverse the 2001-08-15 change which
17919         simplified index node names.
17921 2001-08-20  Akim Demaille  <akim@epita.fr>
17923         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
17924         arguments are not literals.
17925         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
17926         Specify the output variables, and macros defined.
17928 2001-08-20  Akim Demaille  <akim@epita.fr>
17930         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
17931         (Examining Syntax) <AC_TRY_COMPILE>
17932         (Examining Libraries) <AC_TRY_LINK>
17933         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
17934         their arguments.
17935         Reported by Werner Lemberg.
17937 2001-08-20  Akim Demaille  <akim@epita.fr>
17939         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
17940         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
17941         Load atlocal late enough to dump it in the log.
17942         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
17944 2001-08-20  Akim Demaille  <akim@epita.fr>
17946         * tests/torture.at (Configuring subdirectories): New test.
17947         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
17948         looking for.
17949         * m4/atconfig.m4: Be sure the let $[0] be expandable.
17950         (top_srcdir): Fix its computation.
17952 2001-08-20  Akim Demaille  <akim@epita.fr>
17954         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
17955         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
17956         test suite lives.
17957         Create `atconfig' automagically.
17958         Configure atlocal.in if present.
17959         * tests/atconfig.in: Remove.
17960         * tests/atlocal.in: New.
17961         * tests/Makefile.am: Adjust.
17963 2001-08-20  Akim Demaille  <akim@epita.fr>
17965         Huh!?!?!  There are still some user EOF tags used, which prevents
17966         their use in AC_CONFIG_COMMANDS for instance...
17968         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
17969         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
17970         `_CSEOF', or `_ATEOF', as appropriate.
17971         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
17972         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
17974 2001-08-20  Akim Demaille  <akim@epita.fr>
17976         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
17977         * tests/semantics.at, tests/tools.at, tests/torture.at:
17978         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
17980 2001-08-20  Akim Demaille  <akim@epita.fr>
17982         Autotest invokes M4sh's initialization.
17984         * lib/autotest/general.m4: Adjust the diversion names.
17985         (AT_INIT): Run AS_INIT.
17986         Use the BINSH diversion to invoke /bin/sh.
17987         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
17988         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
17990 2001-08-20  Akim Demaille  <akim@epita.fr>
17992         Let M4sh have its own diversions.
17994         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
17995         (_m4_divert(NOTICE)): Rename as...
17996         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
17997         (_m4_divert(HEADER-COMMENT)): these.
17998         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
17999         (_m4_divert(NOTICE)): New, for Libtool.
18000         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
18001         long ago with `_m4_divert(GROW)'.
18002         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
18004 2001-08-20  Akim Demaille  <akim@epita.fr>
18006         * tests/base.at, tests/compile.at, tests/foreign.at,
18007         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
18008         * tests/semantics.at, tests/suite.at, tests/tools.at,
18009         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
18011 2001-08-20  Akim Demaille  <akim@epita.fr>
18013         * bin/autom4te.in (handle_output): Handle @__@.
18015 2001-08-20  Akim Demaille  <akim@epita.fr>
18017         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
18018         * lib/autotest/general.m4: Adjust the license.
18020 2001-08-17  Paul Eggert  <eggert@twinsun.com>
18022         * doc/autoconf.texi (Function Portability): Mention snprintf,
18023         following up on a suggestion by Kevin Ryde.
18025 2001-08-17  Akim Demaille  <akim@epita.fr>
18027         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
18028         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
18030 2001-08-17  Akim Demaille  <akim@epita.fr>
18032         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
18033         `$0.log' as for projects where testsuite is in src, we'd have
18034         testsuite.log created in src.
18036 2001-08-17  Akim Demaille  <akim@epita.fr>
18038         * bin/autom4te.in (&parse_args): Recognize --normalize.
18040 2001-08-17  Akim Demaille  <akim@epita.fr>
18042         Start implementing the AC_CHECK_HEADER transition scheme.
18044         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
18045         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
18046         (AC_CHECK_HEADER): Use them.
18048 2001-08-17  Akim Demaille  <akim@epita.fr>
18050         * doc/autoconf.texi: Work around Texinfo buglets.
18051         (Transformation Rules): One example is enough, users are expected
18052         to have their brains on. And BTW, use DESTDIR.
18053         (dvar): New macro.  Use it.
18055 2001-08-17  Akim Demaille  <akim@epita.fr>
18057         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
18058         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
18059         looking for ChangeLogs.
18061 2001-08-17  Akim Demaille  <akim@epita.fr>
18063         * bin/autom4te.in: --normalize is a new option.
18064         * bin/autoconf.in: Use it.
18066 2001-08-17  Akim Demaille  <akim@epita.fr>
18068         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
18069         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
18071 2001-08-16  Paul Eggert  <eggert@twinsun.com>
18073         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
18074         start, not at end.
18076 2001-08-15  Akim Demaille  <akim@epita.fr>
18078         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
18079         Use it.
18081 2001-08-15  Akim Demaille  <akim@epita.fr>
18083         * doc/autoconf.texi (pr): New index.
18084         (prindex, findex): Use, merge, and output them.
18085         (Environment Variable Index, Output Variable Index)
18086         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
18087         (Autotest Macro Index): Rename as...
18088         (Environment Variables, Output Variables,Preprocessor Symbols)
18089         (Autoconf Macros, M4 Macros, Autotest Macros): these.
18090         * doc/install.texi: Use @command.
18091         (Environment Variables): Rename as...
18092         (Defining Variables): this.
18094 2001-08-15  Akim Demaille  <akim@epita.fr>
18096         * doc/autoconf.texi (Function Portability): sprintf's return
18097         value.
18098         From Kevin Ryde.
18100 2001-08-15  Akim Demaille  <akim@epita.fr>
18102         * Makefile.maint (CVS): New.
18103         (local-check): Run changelog-check. last.
18104         (alpha): Don't depend upon local-check, since...
18105         (cvs-dist): depends upon it.
18107 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
18109         * tests/Makefile.am: Use a clean-local rule to remove
18110         autom4te.cache (it's a directory, not a file.
18111         * Makefile.am: Ditto (but maintainer-clean-local).
18113 2001-08-15  Akim Demaille  <akim@epita.fr>
18115         * bin/autom4te.in (@m4_warning): New.
18116         (&handle_m4): Use it.
18117         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
18118         warnings are issued at each run.
18119         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
18120         is in the src tree.
18122 2001-08-15  Akim Demaille  <akim@epita.fr>
18124         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
18125         don't waste time running `autoupdate --version' works.
18126         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
18128 2001-08-13  Akim Demaille  <akim@epita.fr>
18130         * doc/autoconf.texi (ma): Rename this index as...
18131         (ac): this.
18133 2001-08-13  Akim Demaille  <akim@epita.fr>
18135         * Makefile.am: Remove dead code and dead comments.
18136         (pdf, html): New targets.
18137         * doc/autoconf.texi (Using Autotest): New chapter.
18138         * doc/Makefile.am (pdf): New targets.
18139         (CLEANFILES): Adjust.
18141 2001-08-13  Akim Demaille  <akim@epita.fr>
18143         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
18144         duration of the test suite.
18146 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
18148         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
18149         endianness for comparison instead of relying on AT_CHECK_ENV.
18151 2001-08-11  Paul Eggert  <eggert@twinsun.com>
18153         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
18154         to the INSTALL file.
18156 2001-08-11  Paul Eggert  <eggert@twinsun.com>
18158         * NEWS: The autoconf manual now is distributed under the terms
18159         of the GNU Free Documentation License.
18161         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
18162         Add an appendix "Copying This Manual" for the FDL.
18164         * doc/fdl.texi: New file, from
18165         <http://www.gnu.org/licenses/fdl.texi>.
18167         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
18169 2001-08-10  Paul Eggert  <eggert@twinsun.com>
18171         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
18172         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
18173         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
18174         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
18175         m4/sanity.m4, tests/README, tests/aclocal.m4,
18176         tests/atspecific.m4, tests/base.at, tests/compile.at,
18177         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
18178         tests/semantics.at, tests/suite.at, tests/tools.at,
18179         tests/torture.at: Add copyright notice.
18181         * tests/mktests.sh: Update year in copyright notice.
18183 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
18185         * tests/semantics.at (AC_C_BIGENDIAN): New test.
18187 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
18189         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
18190         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
18191         * doc/autoconf.texi (C Compiler Characteristics): Update
18192         documentation for AC_C_BIGENDIAN.
18194 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
18196         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
18197         magic values from an object file when cross-compiling.
18198         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
18200 2001-08-10  Akim Demaille  <akim@epita.fr>
18202         * bin/autom4te.in (&handle_output): Don't use `grep' with side
18203         effects.
18204         Suggested by Russ Allbery.
18206 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
18208         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
18209         current $prefix to the sub-configures.
18211 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
18213         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
18214         extension (needed on BeOS).  Reported by Guido van Rossum.
18216 2001-08-09  Akim Demaille  <akim@epita.fr>
18218         * bin/autom4te.in ($icache): Load it only if older than autom4te.
18220 2001-08-07  Akim Demaille  <akim@epita.fr>
18222         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
18223         removed.
18224         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
18225         No need to remove the files before and after the each test, before
18226         each test and at the end of the suite is enough.
18227         Display only the children `times', not the shell's.
18228         If the test failed or was skipped, at-times is not available.
18230 2001-08-07  Akim Demaille  <akim@epita.fr>
18232         Always produce testsuite.log, including when there are no
18233         failures.  This helps getting information on skipped tests, and
18234         duration of the tests.  Err, implement the latter btw.
18236         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
18237         Dump information on the first run of each test.
18238         (AT_CLEANUP): Create `at-times' containing the duration of the
18239         test group.
18241 2001-08-07  Akim Demaille  <akim@epita.fr>
18243         The use of `dumpstat' revealed that `len' was used although it
18244         should not.  m4_text_wrap was using it, but in the Autoconf world
18245         where it is legal.  Hence (i) test M4sh in its own world, not
18246         Autoconf's, and (ii), ahem, fix the bug :)
18248         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
18249         does not like `' instead of [].
18250         (AT_INIT): Forbid `^_?AT_'.
18251         And don't output such tokens.
18252         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
18253         `script.as', and `autom4te.cache'.
18254         Remove `empty' and `macro' which are no longer used.
18255         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
18256         * tests/m4sugar.at: Use it.
18257         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
18259 2001-08-07  Akim Demaille  <akim@epita.fr>
18261         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
18263 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
18265         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
18267 2001-08-04  Akim Demaille  <akim@epita.fr>
18269         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
18270         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
18271         AC_TRY_LINK.
18272         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
18273         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
18274         (AC_F77_MAIN): Likewise.
18276 2001-08-04  Akim Demaille  <akim@epita.fr>
18278         Don't rely on M4sugar outputting the patterns in files, since we
18279         might process the output _without_ running m4, hence without these
18280         files.
18282         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
18283         * bin/autom4te.in (@Request::includes): Remove, unused.
18284         (@Request::source): Rename as...
18285         (@Request::input): this.
18286         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
18287         (&handle_output): Fetch the patterns from the traces.
18288         `$forbidden' and `$allowed' are constant: use m//o.
18289         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
18290         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
18292 2001-08-04  Akim Demaille  <akim@epita.fr>
18294         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
18295         autoconf', i.e., in addition to caching traces, cache the output.
18297         * bin/autom4te.in (Request::cache): Rename as...
18298         (Request::id): this.
18299         ($cache, $icache, $tcache, $ocache): New.
18300         (&handle_m4): Save M4 output in the cache instead of $tmp.
18301         (&handle_output): Adjust.
18302         (&up_to_date_p): Check that the output cache is up to date too.
18303         (top level): Run `&handle_m4' iff force or the cache is invalid.
18304         Run `&handle_output' if the output cache is more recent.
18306 2001-08-04  Akim Demaille  <akim@epita.fr>
18308         * bin/autom4te.in ($force): New.
18309         (&parse_args, &print_usage): -f, --force is a new option.
18310         (&handle_output): CPP directives might have spaces after `#'.
18311         (&parse_args): The first file only can be frozen.
18313 2001-08-04  Akim Demaille  <akim@epita.fr>
18315         Don't let autom4te compute the `include' traces several times:
18316         first check that the trace cache file is up to date, and then
18317         compare its timestamp with that of the output.
18319         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
18320         the preamble.  Don't require 5.005 as Autom4te::General does it,
18321         and better yet (use `use', not `require'!).
18322         * lib/Autom4te/Struct.pm: Rename the last occurrences of
18323         Class::Struct as Autom4te::Struct.
18324         * lib/Autom4te/General.pm (File::stat): Use it.
18325         (&mtime): New, export it.
18326         * bin/autom4te.in: Use it.
18327         Declare `$req' is invalid if it is outdated.
18328         Don't declare it valid before saving it if something went wrong.
18330 2001-08-04  Akim Demaille  <akim@epita.fr>
18332         Autom4te shall not encode Autoconf data, and preselecting traces
18333         must be proposed to the users.
18335         * bin/autom4te.in (@required_trace): Remove.
18336         (@preselect): New.
18337         (&parse_args, &print_usage): -p, --preselect is a new option.
18338         (&up_to_date_p): Adjust.
18339         * bin/autoconf.in: Preselect some Autoconf macros.
18341 2001-08-04  Akim Demaille  <akim@epita.fr>
18343         * tests/tools.at (autoconf --trace: user macros): Check traces on
18344         macros invoked without arguments, and macros invoked with multiple
18345         lines arguments.
18347 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
18349         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
18350         arguments.
18352 2001-08-03  Akim Demaille  <akim@epita.fr>
18354         * bin/autoconf.in ($@): Work around the usual sh bug.
18355         From Nicolas Joly.
18357 2001-08-03  Akim Demaille  <akim@epita.fr>
18359         Clean up the handling of the M4 builtins tracing exception.
18361         * bin/autom4te.in (Request::request): Don't complete M4 builtins
18362         trace requests.
18363         (@m4_builtins): Rename as...
18364         (@m4_builtin): this.
18365         (%m4_builtin_alternate_name): New.
18366         (&parse_args): Complete the trace requests with alternate names.
18367         (&handle_traces): Hence no longer do it here.
18368         (&trace_requests): Remove, unused.
18370 2001-08-03  Akim Demaille  <akim@epita.fr>
18372         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
18373         m4_if, and m4_wrap.
18375 2001-08-03  Akim Demaille  <akim@epita.fr>
18377         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
18378         (m4_divert_pop): Dump the whole diversion stack when a diversion
18379         mismatch happens.
18380         * bin/autom4te.in (&handle_output): Remember of the first
18381         occurrence of a possibly undefined macro, not the last.
18382         Complain about the possibly undefined macros in the same order as
18383         the appear in the output.
18384         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
18385         * tests/tools.at (autoconf: forbidden tokens, basic)
18386         (autoconf: forbidden tokens, exceptions): No longer sort
18387         autoconf's stderr, as it is now deterministic.
18388         Check that `dnl' is caught.
18390 2001-08-01  Akim Demaille  <akim@epita.fr>
18392         * configure.ac: Bump to 2.52c.
18394 2001-08-01  Akim Demaille  <akim@epita.fr>
18396         Version 2.52b.
18398         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
18400 2001-08-01  Akim Demaille  <akim@epita.fr>
18402         Version 2.52a.
18404 2001-08-01  Akim Demaille  <akim@epita.fr>
18406         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
18407         `die'.
18408         (&END): New.
18409         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
18410         `END', as `Autom4te::General::END' will be triggered.
18411         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
18412         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
18413         system to run `mv', `rm', and `cmp'.
18415 2001-08-01  Akim Demaille  <akim@epita.fr>
18417         * lib/Autom4te/General.pm (&unique): New.
18418         * bin/autoscan.in (&output): Use it to issue trace requests once.
18420 2001-08-01  Akim Demaille  <akim@epita.fr>
18422         * lib/Autom4te/General.pm: New.
18423         * bin/autom4te.in (Autom4te::General): Use it.
18424         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
18425         (&find_configure_ac, &find_slave): Remove.
18426         * bin/autoscan.in: Likewise.
18427         * bin/autoupdate.in: Likewise.
18429 2001-08-01  Akim Demaille  <akim@epita.fr>
18431         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
18432         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
18433         * bin: here, new directory.
18434         * lib/Autoconf: Rename as...
18435         * lib/Autom4te: this, to please case insensitive junkie OSes.
18437 2001-08-01  Akim Demaille  <akim@epita.fr>
18439         * autom4te.in ($m4): Handle the --nesting-limit.
18440         * autoconf.in (M4): Remove.
18442 2001-08-01  Akim Demaille  <akim@epita.fr>
18444         * autoconf.in ($AWK): Remove, no longer used.
18445         * test/tools.at: Use AT_CHECK_AUTOCONF.
18446         (AWK portability): Remove, for autoconf no longer uses AWK.
18447         (Syntax of the Perl scripts): New.
18448         * configure.ac: autoconf no longer needs an AWK with a good
18449         regexp engine.
18450         Use a static test on AC_PACKAGE_VERSION.
18451         * autom4te.in (&up_to_date_p): Output depends on the arguments.
18452         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
18453         * tests/atconfig.in (PERL): New.
18455 2001-08-01  Akim Demaille  <akim@epita.fr>
18457         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
18458         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
18459         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
18460         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
18461         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
18462         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
18463         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
18464         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
18465         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
18466         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
18467         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
18468         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
18469         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
18470         * lib/autoconf/c.m4: here, new file.
18472         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
18473         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
18474         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
18475         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
18476         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
18477         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
18478         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
18479         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
18480         (AC_F77_FUNC): Move to...
18481         * lib/autoconf/fortran.m4: here, new file.
18483 2001-08-01  Akim Demaille  <akim@epita.fr>
18485         * acfunctions.m4: Rename as...
18486         * lib/autoconf/functions.m4: this.
18487         * acgeneral.m4: Rename as...
18488         * lib/autoconf/general.m4: this.
18489         * acheaders.m4: Rename as...
18490         * lib/autoconf/headers.m4: this.
18491         * aclang.m4: Rename as...
18492         * lib/autoconf/lang.m4: this.
18493         * acoldnames.m4: Rename as...
18494         * lib/autoconf/oldnames.m4: this.
18495         * acspecific.m4: Rename as...
18496         * lib/autoconf/specific.m4: this.
18497         * actypes.m4: Rename as...
18498         * lib/autoconf/types.m4: this.
18499         * autoconf.m4: Rename as...
18500         * lib/autoconf/autoconf.m4: this.
18502         * m4sugar.m4: Rename as...
18503         * lib/m4sugar/m4sugar.m4: this.
18504         * m4sh.m4: Rename as...
18505         * lib/m4sugar/m4sh.m4: this.
18507         * tests/atgeneral.m4: Rename as...
18508         * lib/autotest/general.m4: this.
18510         * acfunctions: Rename as...
18511         * lib/autoscan/functions: this.
18512         * acheaders: Rename as...
18513         * lib/autoscan/headers: this.
18514         * acidentifiers: Rename as...
18515         * lib/autoscan/identifiers: this.
18516         * aclibraries: Rename as...
18517         * lib/autoscan/libraries: this.
18518         * acmakevars: Rename as...
18519         * lib/autoscan/makevars: this.
18520         * acprograms: Rename as...
18521         * lib/autoscan/programs: this.
18523 2001-08-01  Akim Demaille  <akim@epita.fr>
18525         * doc/autoconf.texi: Moving/deleting open files is not portable.
18526         Portability issues for `.' (source), and more information about sed.
18528 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
18530         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
18531         which has a special meaning and is not a reference to libibmil.a.
18532         Reported by Matteo Frigo.
18534 2001-07-25  Pavel Roskin  <proski@gnu.org>
18536         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
18537         output.
18539 2001-07-25  Akim Demaille  <akim@epita.fr>
18541         * autoconf.in: Try to define the variables before using them.
18542         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
18543         instead of `$perllibdir'.
18544         * tests/atconfig.in ($autom4te_perllibdir): Export it.
18546 2001-07-25  Akim Demaille  <akim@epita.fr>
18548         * autoconf.in (ac_LF_and_DOT): Remove, unused.
18550 2001-07-24  Akim Demaille  <akim@epita.fr>
18552         Let autoconf use autom4te for traces.
18554         * autoconf.in ($task, task trace): Remove, merely pass --trace to
18555         autom4te.
18556         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
18557         (Because I found no way for autom4te to accept `-').
18558         * autom4te.in (&Request::request): Beware of M4 builtins.
18559         (END): Don't try to remove the content of an empty dir.
18560         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
18561         (&handle_output): Set a default value to `$forbidden'.
18562         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
18563         ($autoconf): Pass --debug and --verbose.
18564         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
18565         cache.
18567 2001-07-24  Akim Demaille  <akim@epita.fr>
18569         Let autoconf use autom4te to create configure.
18571         * autoconf.in ($automate): New var.
18572         (task script): Use autom4te.
18573         * autom4te.in (File::Spec): Use it.
18574         (&find_file): New.
18575         (&parse_args): --warning is -W, not -w.
18576         Find the top level files.
18577         (&handle_m4): Pass the warnings flags.
18578         Don't report verbosely m4's failures, unless requested.
18579         (&handle_output): Don't complain for forbidden tokens in comments.
18580         Be sure to report all the forbidden tokens within a single line.
18581         (&trace_format_to_m4): Preserve `$_'.
18582         (&handle_traces): Sort the output macros.
18583         (&up_to_date_p): Find the files before trying to get its time stamp.
18585 2001-07-24  Akim Demaille  <akim@epita.fr>
18587         * Makefile.am: Ship, build and install Autom4te.
18588         (SUBDIRS): Add lib.
18589         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
18590         * configure.in: Require Perl.
18591         * man/autom4te.in: New.
18593 2001-07-19  Paul Eggert  <eggert@twinsun.com>
18595         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
18596         example, rather than (exit 1); exit (which isn't portable).
18598 2001-07-18  Akim Demaille  <akim@epita.fr>
18600         Version 2.52.
18602 2001-07-18  Akim Demaille  <akim@epita.fr>
18604         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
18605         was run, while they are needed also when it is expanded.
18606         Reported by Nicolas Joly.
18608         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
18609         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
18610         AC_F77_DUMMY_MAIN being expanded.
18612 2001-07-18  Akim Demaille  <akim@epita.fr>
18614         * configure.in: Bump to 2.51a.
18616 2001-07-17  Akim Demaille  <akim@epita.fr>
18618         Version 2.51.
18620 2001-07-17  Akim Demaille  <akim@epita.fr>
18622         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
18623         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
18625 2001-07-17  Akim Demaille  <akim@epita.fr>
18627         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
18628         used.  Well, then use the prototypes when you can, and runtime as
18629         a last resort.
18630         Reported by Artur Frysiak
18632         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
18633         (AC_FUNC_GETPGRP): Use it.
18634         First try to compile with 0-ary or 1-ary calls.
18636 2001-07-17  Akim Demaille  <akim@epita.fr>
18638         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
18639         replacement type.
18640         From Paul Eggert.
18642 2001-07-17  Akim Demaille  <akim@epita.fr>
18644         * Makefile.maint: Sync. with cppi 1.10.
18646 2001-07-17  Akim Demaille  <akim@epita.fr>
18648         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
18649         AC_F77_DUMMY_MAIN has been run.
18650         From Pavel Roskin and Steven G. Johnson.
18652 2001-07-17  Akim Demaille  <akim@epita.fr>
18654         * configure.in: Rename as...
18655         * configure.ac: this.
18657 2001-07-17  Akim Demaille  <akim@epita.fr>
18659         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
18660         rules.
18661         From Marc Espie.
18662         * Makefile.maint (release-archive-dir): Rename as...
18663         (release_archive_dir): this, so that it can be specialized in
18664         Makefile.
18666 2001-07-14  Akim Demaille  <akim@epita.fr>
18668         * configure.in: Bump to 2.50d.
18670 2001-07-14  Akim Demaille  <akim@epita.fr>
18672         Version 2.50c.
18673         * Makefile.maint (alpha): Typo.
18675 2001-07-14  Akim Demaille  <akim@epita.fr>
18677         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
18679 2001-07-14  Akim Demaille  <akim@epita.fr>
18681         * config/config.guess, config/config.sub, config/texinfo.tex
18682         * doc/standards.texi, doc/make-stds.texi: Update.
18684 2001-07-14  Akim Demaille  <akim@epita.fr>
18686         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
18688 2001-07-14  Akim Demaille  <akim@epita.fr>
18690         * Makefile.maint (maintainer-check): Rename as...
18691         (maintainer-distcheck): this.
18692         (changelog-check, static-check): New.
18693         Use them.
18695 2001-07-14  Kevin Ryde  <user42@zip.com.au>
18697         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
18698         for CXX is g++, not gcc.
18700 2001-07-14  Akim Demaille  <akim@epita.fr>
18702         * doc/autoconf.texi (Files): New subsection.
18704 2001-07-14  Akim Demaille  <akim@epita.fr>
18706         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
18707         of...
18708         (Generic Compiler Characteristics): this.
18709         (C++ Compiler): New subsection.
18711 2001-07-14  Akim Demaille  <akim@epita.fr>
18713         * autoscan.in: Use IO::File.
18714         Adjust all the routines to use it.
18715         ($log): New file (autoscan.log).
18716         (output): Dump detailed logs into $log, and a shortened version to
18717         stderr.
18718         (&scan_makefile): Refine the regexp catching tokens in the code.
18719         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
18720         and the `configure.ac' checking feature.
18722 2001-07-12  Akim Demaille  <akim@epita.fr>
18724         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
18725         Reported by Michael Elizabeth Chastain.
18727         * autoconf.in: Refuse such AWK.
18728         * configure.in: Likewise.
18729         * Makefile.am (acversion.m4): Do not use move-if-change this file
18730         has dependencies.
18731         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
18733 2001-07-10  Jens Petersen  <petersen@redhat.com>
18735         * autoscan.in (&scan_makefile): Improve programs regexp to parse
18736         things like "g++", "file.c" and "some-conf" as tokens.
18737         (&scan_file): Match C++ files extensions.
18738         If the filename extension is C++ then ask for c++.
18740 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
18742         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
18743         AC_TRY_LINK_FUNC, to check whether defining a dummy
18744         main-like routine is needed for linking with F77 libs.
18746 2001-07-05  Pavel Roskin  <proski@gnu.org>
18748         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
18749         after using break.
18750         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
18751         linking.
18753 2001-07-05  Akim Demaille  <akim@epita.fr>
18755         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
18756         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
18757         Makes' lives.
18758         Reported by Nicolas Joly.
18760 2001-07-04  Akim Demaille  <akim@epita.fr>
18762         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
18763         up.
18764         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
18765         warnings from compilers.
18766         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
18767         for all the compilers, not only GNU.  Hence move from here...
18768         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
18770 2001-07-04  Akim Demaille  <akim@epita.fr>
18772         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
18773         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
18774         AC_COMPILE_IFELSE.
18776 2001-07-04  Akim Demaille  <akim@epita.fr>
18778         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
18779         the ``strings.h'' change claimed below.
18781 2001-07-04  Akim Demaille  <akim@epita.fr>
18783         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
18785 2001-07-04  Akim Demaille  <akim@epita.fr>
18787         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
18788         strings.h if usable with string.h.
18789         Suggested by Paul Eggert.
18791 2001-07-04  Akim Demaille  <akim@epita.fr>
18793         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
18794         From Jens Petersen.
18796 2001-07-03  Akim Demaille  <akim@epita.fr>
18798         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
18799         etc. in the log.
18801 2001-07-03  Akim Demaille  <akim@epita.fr>
18803         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
18804         compiler, not the preprocessor.
18805         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
18806         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
18807         the right thing.
18808         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
18809         earlier if there are.
18811 2001-07-03  Akim Demaille  <akim@epita.fr>
18813         * autoscan.in ($initfile): Remove.
18814         (&find_file): Rename as...
18815         (&scan_file): this.
18816         Immediately scan the current file, instead of gathering them, and
18817         later having them handled by &scan_files.
18818         (&scan_files): Merely invoke Find::File.
18819         Adjust.
18821 2001-07-02  Akim Demaille  <akim@epita.fr>
18823         * autoscan.in: Formatting changes, matching the invocation order.
18824         (File::Find): Use it instead of Perl 4's `find.pl'.
18825         (&wanted): Rename as...
18826         (&find_file): this.
18828 2001-07-01  Pavel Roskin  <proski@gnu.org>
18830         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
18831         break in the argument to AC_TRY_LINK_FUNC.
18832         (AC_F77_MAIN): Remove conftest* after using break in the
18833         argument to AC_TRY_LINK.
18835 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
18837         Add alternate 'main' routine detection for linking C/C++ with Fortran,
18838         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
18840         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
18841         dummy alternate main is required even if the user provides her own
18842         'main'.
18843         (AC_F77_MAIN): New macro to detect whether it is possible to
18844         provide an alternate 'main' function name, using the 'main' from
18845         the Fortran libraries.
18846         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
18847         cross-language link tests can be performed successfully.
18848         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
18849         after $LIBS, for consistency; this should be the general rule since
18850         the user may want to link to Fortran libraries that require $FLIBS.
18851         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
18853 2001-06-29  Pavel Roskin  <proski@gnu.org>
18855         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
18856         at-stdout and at-stderr instead of removing the newline
18857         from the echo output, which is not guaranteed to work.
18859 2001-06-28  Jens Petersen  <petersen@redhat.com>
18861         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
18862         confdefs.h when non-zero.
18864 2001-06-28  Akim Demaille  <akim@epita.fr>
18866         * configure.in: Bump to 2.50c.
18868 2001-06-26  Akim Demaille  <akim@epita.fr>
18870         Version 2.50b.
18872 2001-06-26  Akim Demaille  <akim@epita.fr>
18874         Version 2.50a.
18876 2001-06-25  Pavel Roskin  <proski@gnu.org>
18878         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
18879         argument, AUTOCONF-FLAGS.
18880         * tests/mktests.sh (update_exclude_list): Add
18881         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
18882         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
18883         AC_FUNC_WAIT3 with "-W no-obsolete".
18885 2001-06-25  Akim Demaille  <akim@epita.fr>
18887         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
18889 2001-06-25  Akim Demaille  <akim@epita.fr>
18891         * autoscan.in (%macro): Now maps from word to list of macros.
18892         (&init_tables): Die when a word which is already handled by
18893         explicit macros is mapped to the default macro.
18894         (&print_unique): Remove, inlined in...
18895         (&output_kind): here.
18896         (File::Basename): Use it.
18897         (&output): Sort the CONFIG_FILES.
18898         * acheaders: Normalize.
18899         * acfunctions: Likewise.
18901 2001-06-25  Akim Demaille  <akim@epita.fr>
18903         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
18904         characteristics in the logs.
18905         Suggested by Mo DeJong.
18907 2001-06-24  Akim Demaille  <akim@epita.fr>
18909         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
18910         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
18911         * doc/autoconf.texi (Autoconf 2.13): New section.
18913 2001-06-24  Akim Demaille  <akim@epita.fr>
18915         * autoconf.in (Task traces): Separate the error messages from the
18916         traces to improve robustness.
18918 2001-06-23  Akim Demaille  <akim@epita.fr>
18920         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
18921         three as failures are unlikely, and speed matters.
18923 2001-06-23  Akim Demaille  <akim@epita.fr>
18925         * doc/autoconf.texi (Redefined M4 Macros): New.
18927 2001-06-23  Akim Demaille  <akim@epita.fr>
18929         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
18930         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
18931         5.3.
18933 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
18935         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
18936         config.status targets to after the evaluation of the INIT-CMDS.
18937         Double quote config.status targets (used to be single quoted).
18939 2001-06-23  Akim Demaille  <akim@epita.fr>
18941         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
18942         Check the content of the created file.
18943         Check the ./config.status command line invocation.
18945 2001-06-23  Akim Demaille  <akim@epita.fr>
18947         * tests/foreign.at (Libtool): Reject prehistoric versions.
18949 2001-06-23  Akim Demaille  <akim@epita.fr>
18951         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
18952         preexisting files matching a.*.
18954 2001-06-23  Akim Demaille  <akim@epita.fr>
18956         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
18957         stderr.
18958         * doc/autoconf.texi (AC_ARG_VAR): Update.
18960 2001-06-21  Akim Demaille  <akim@epita.fr>
18962         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
18963         precious variables have changed.
18964         * tests/torture.at (AC_ARG_VAR): Adjust.
18966 2001-06-21  Akim Demaille  <akim@epita.fr>
18968         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
18969         but some sed choke on multiple `;', and other tools (e.g.,
18970         Automake), include the separator themselves.
18972         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
18974 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
18976         * doc/autoconf.texi (Functions Portability): Rename as...
18977         (Function Portability): this.
18978         (Function Portability): Document potential problems with unlink().
18980 2001-06-19  Paul Eggert  <eggert@twinsun.com>
18982         * NEWS, doc/autoconf.texi: Document quadrigraphs.
18984 2001-06-18  Akim Demaille  <akim@epita.fr>
18986         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
18988 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
18990         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
18991         (_AC_FUNC_VFORK): this.
18992         Remove AC_DEFINEs and don't guess cross-compilation values.
18993         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
18994         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
18995         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
18996         vfork doesn't work.
18997         Guess values if cross-compiling, but warn.
18998         * acfunctions: Add AC_FUNC_FORK.
18999         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
19000         and vfork appropriately.
19002 2001-06-18  Akim Demaille  <akim@epita.fr>
19004         * doc/autoconf.texi (Functions Portability): New section.
19006 2001-06-18  Akim Demaille  <akim@epita.fr>
19008         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
19009         in $M4.
19010         Suggested by Andreas Schwab.
19012 2001-06-18  Akim Demaille  <akim@epita.fr>
19014         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
19015         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
19016         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
19017         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
19018         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
19019         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
19020         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
19021         the converse).
19023 2001-06-18  Akim Demaille  <akim@epita.fr>
19025         * doc/autoconf.texi (ms): New index.
19026         (Macro Index): Rename as...
19027         (Autoconf Macro Index): this.
19028         (M4 Macro Index): New appendix.
19029         (Programming in M4): New chapter.
19030         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
19031         (Quoting): Rename as...
19032         (M$ Quotation): this.
19033         Be part of `Programming in M4).
19035 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
19037         * tests/torture.at (AC_ARG_VAR): Set variables and export them
19038         in separate statements for compatibility with Tru64 v5.1.
19040 2001-06-17  Akim Demaille  <akim@epita.fr>
19042         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
19043         current values of the precious variables, not the previously
19044         cached values.
19045         Pass precious variables which are set to config.status.
19046         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
19047         * tests/torture.at (AC_ARG_VAR): New.
19049 2001-06-15  Paul Eggert  <eggert@twinsun.com>
19051         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
19052         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
19053         and explain why and how to replace them.
19054         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
19055         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
19057 2001-06-15  Akim Demaille  <akim@epita.fr>
19059         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
19060         Reported by Bruno Haible.
19062         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
19063          (_AC_ARG_VAR_PRECIOUS): to here.
19065 2001-06-15  Pavel Roskin  <proski@gnu.org>
19067         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
19068         an unused pointer use cast to this type and `if' statement to
19069         avoid warnings from the compiler.
19070         (AC_HEADER_TIME): Likewise.
19071         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
19072         in `if' statement to avoid warnings from the compiler. Declare
19073         ac_aggr static to avoid the need to initialize it.
19075 2001-06-14  Akim Demaille  <akim@epita.fr>
19077         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
19078         Macros'.
19080 2001-06-13  Akim Demaille  <akim@epita.fr>
19082         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
19083         Suggested by Alexander Mai.
19085 2001-06-13  Akim Demaille  <akim@epita.fr>
19087         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
19088         sys/types.h and sys/stat.h, and check for them.
19090 2001-06-13  Akim Demaille  <akim@epita.fr>
19092         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
19093         INCLUDES.
19095 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
19097         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
19098         succeeds and only try adding libdnet upon a failure.
19100 2001-06-12  Akim Demaille  <akim@epita.fr>
19102         * autoscan.in (&output_kind): Output the comment only if it exists.
19103         (%kind_comment): Add entry for `programs'.
19104         (&output_programs): Use &output_kind.
19105         (&output_functions, &output_identifiers, &output_headers)
19106         (&output_programs): Inline, and remove.
19108 2001-06-12  Akim Demaille  <akim@epita.fr>
19110         * autoscan.in (%kind_comment): New.
19111         (output_kind): New.
19112         (output_functions, output_identifiers, output_headers): Use it.
19114 2001-06-12  Akim Demaille  <akim@epita.fr>
19116         * autoscan.in (&print_unique): Take `$kind' and `$word' as
19117         arguments, to factor indirections into `%macro' and `%used'.
19118         (%generic_macro): Fix a typo.
19120 2001-06-12  Akim Demaille  <akim@epita.fr>
19122         * aclibraries: New.
19123         * autoscan.in (@kinds): Add `libraries'.
19124         Use `@kinds' instead of hard coded lists.
19125         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
19126         Remove, replaced by...
19127         (%used): this.
19129 2001-06-12  Akim Demaille  <akim@epita.fr>
19131         * autoscan.in (%functions_macros %headers_macros)
19132         (%identifiers_macros %programs_macros %makevars_macros): Remove,
19133         replaced by...
19134         (%macro): New.
19136 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
19138         * aclang.m4 (AC_NO_EXECUTABLES): Override
19139         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
19141 2001-06-11  Akim Demaille  <akim@epita.fr>
19143         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
19144         trailing new line.
19145         Reported by Andreas Schwab.
19147 2001-06-11  Akim Demaille  <akim@epita.fr>
19149         * Makefile.am, Makefile.maint: Typos.
19151 2001-06-09  Akim Demaille  <akim@epita.fr>
19153         * doc/autoconf.texi (Here-Documents): New section, gathering
19154         documentation about here-documents.
19155         Use `href', not `uref', and other changes.
19157 2001-06-09  Akim Demaille  <akim@epita.fr>
19159         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
19160         chapter.
19162 2001-06-09  Akim Demaille  <akim@epita.fr>
19164         * doc/autoconf.texi (Limitations of Builtins): Complete the
19165         description of the here-docs penalties with Alexandre Oliva's
19166         explanations.
19168 2001-06-01  Paul Eggert  <eggert@twinsun.com>
19170         * doc/autoconf.texi: Talk about here documents and speedups.
19171         Do not use "echo" on arbitrary strings.
19172         Spell "here-documents" consistently with the standard.
19174 2001-06-09  Akim Demaille  <akim@epita.fr>
19176         * doc/autoconf.texi (Concept Index): Introduce it.
19177         Regenerate the menus.
19179 2001-06-09  Akim Demaille  <akim@epita.fr>
19181         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
19182         * config/prev-version.txt: New.
19183         * config/move-if-change: New, for GNU libc.
19185 2001-06-06  Pavel Roskin  <proski@gnu.org>
19187         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
19189 2001-06-06  Akim Demaille  <akim@epita.fr>
19191         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
19192         properly when $1 is not a literal.
19193         Fixes PR Autoconf/187, reported by Bram Moolenaar.
19195 2001-06-06  Akim Demaille  <akim@epita.fr>
19197         Invoking AC_COPYRIGHT before AC_INIT fails.
19199         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
19200         * acgeneral.m4 (_m4_divert(VERSION_FSF))
19201         (_m4_divert(VERSION_USER)): New.
19202         (AC_COPYRIGHT): $2 is the diversion to use.
19203         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
19204         (AC_INIT): Remove dead comments as now it's commutative.
19206 2001-06-06  Akim Demaille  <akim@epita.fr>
19208         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
19209         PR autoconf/187.
19211 2001-06-05  Akim Demaille  <akim@epita.fr>
19213         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
19214         can be empty.
19215         `*dir' variables cannot be NONE.
19216         Reported by Mark Kettenis.
19218 2001-06-05  Paul Eggert  <eggert@twinsun.com>
19220         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
19222 2001-06-04  Akim Demaille  <akim@epita.fr>
19224         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
19225         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
19226         (AC_TR_SH): Move as...
19227         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
19228         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
19229         (AS_TR_SH): these.
19230         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
19231         (_AS_TR_SH_PREPARE): New.
19232         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
19233         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
19235 2001-06-02  Akim Demaille  <akim@epita.fr>
19237         * Makefile.am (.m4.m4f): Pass the options first.
19238         Fixes PR autoconf/182.
19240 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
19242         GNU getopt, when POSIXLY_CORRECT does not permute options and
19243         arguments.  So pass the options first.
19244         Fixes PR autoconf/184.
19246         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
19247         (run_m4): Remove files.
19248         (run_m4f): Remove.
19249         Update remainder of script to use them.
19250         (for warning in): Do not use a literal comma as it will not be
19251         split by IFS.
19253 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
19255         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
19256         Fortran compilers to check.
19257         (_AC_PROG_F77_V): Add '-###' as a possible option to print
19258         information on library and object files.
19259         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
19260         to check.
19262 2001-06-02  Akim Demaille  <akim@epita.fr>
19264         * autom4te.in (Request::@request): Declare with `vars', not `my',
19265         as it prevents updates via `do FILENAME'.
19267 2001-06-02  Akim Demaille  <akim@epita.fr>
19269         * configure.in (standards_texi): Remove, dead code.
19271 2001-06-02  Akim Demaille  <akim@epita.fr>
19273         * autom4te.in: New.
19275 2001-06-02  Pavel Roskin  <proski@gnu.org>
19277         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
19278         for signals other than 0 - exit with code 1.
19279         * m4sh.m4 (AS_TMPDIR): Likewise.
19280         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
19281         * autoheader.in: Likewise.
19282         * autoreconf.in: Likewise.
19283         * tests/torture.at (Signal handling): New test for the above.
19285 2001-06-01  Akim Demaille  <akim@epita.fr>
19287         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
19288         message.
19290 2001-05-31  Akim Demaille  <akim@epita.fr>
19292         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
19293         Add copyright and comments.
19294         * acheaders: Add stdint.h.
19295         Suggested by Paul Eggert.
19297 2001-05-31  Akim Demaille  <akim@epita.fr>
19299         * atgeneral.m4 (AT_INIT): Use $SHELL.
19300         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
19302 2001-05-31  Akim Demaille  <akim@epita.fr>
19304         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
19305         stdint.h.
19306         From Paul Eggert and Lars Hecking.
19308 2001-05-31  Akim Demaille  <akim@epita.fr>
19310         * tests/base.at: Adjust line numbers in error messages.
19312 2001-05-31  Akim Demaille  <akim@epita.fr>
19314         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
19315         to emit the bangshe line.
19316         Reported by David Carter.
19318 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
19320         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
19321         Fortran (95) compilers to check.
19323 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
19325         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
19326         Macro Archive URL.
19328 2001-05-23  Pavel Roskin  <proski@gnu.org>
19330         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
19331         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
19332         (AC_PROG_CXXCPP): Likewise.
19334 2001-05-22  Akim Demaille  <akim@epita.fr>
19336         * config: New directory.
19337         * configure.in: AC_CONFIG_AUX_DIR it.
19338         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
19340 2001-05-22  Akim Demaille  <akim@epita.fr>
19342         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
19343         * autoupdate.in: Specify the Emacs mode.
19344         * acversion.m4.in: Rename as...
19345         * acversion.m4: this.
19346         * tests/Makefile.am (CLEANFILES): More garbage.
19348 2001-05-22  Akim Demaille  <akim@epita.fr>
19350         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
19351         Rename as...
19352         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
19353         these.
19355 2001-05-21  Akim Demaille  <akim@epita.fr>
19357         * configure.in: Bump to 2.50a.
19360         -----
19362         Local Variables:
19363         coding: utf-8
19364         End:
19366         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
19367         Free Software Foundation, Inc.
19369         Copying and distribution of this file, with or without
19370         modification, are permitted provided the copyright notice and this
19371         notice are preserved.